Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ce221fc3ce0be03c72782f13a440b3dfd48e2e98 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-ssh7972150523359747126.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-ssh6351002005888404689.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-ssh788412145764966631.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-ssh9828026459721021884.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-ssh16203768409746014767.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 on ‘prd-ubuntu20.04-docker-8c-8g-887’ Running on prd-ubuntu20.04-docker-8c-8g-893 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/834 [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/834 # 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 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 (main) Commit message: "build(deps): Bump github.com/spf13/cast from 1.7.1 to 1.8.0 (#5140)" > 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 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 # timeout=10 > git rev-list --no-walk 26b8ade39d6960e083940754aaa7dd0dccb12bed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:26:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:26:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:26:47 ========================================================= 01:26:47 EdgeX Global Pipelines Version Info 01:26:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:26:48 ------------------- 01:26:48 stable info: 01:26:48 ------------------- 01:26:48 Commited By: Ginny Guan ginny@iotechsys.com 01:26:48 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:26:48 Message: update stable to v1.0.274 01:26:49 ------------------- 01:26:49 experimental info: 01:26:49 ------------------- 01:26:49 Commited By: Ginny Guan ginny@iotechsys.com 01:26:49 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 01:26:49 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce221fc [Pipeline] echo 01:26:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:49 provisioning config files... 01:26:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/834@tmp/config18185765878445516278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:26:50 ---> ****-login.sh 01:26:50 nexus3.edgexfoundry.org:10001 01:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:50 Configure a credential helper to remove this warning. See 01:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:50 01:26:50 Login Succeeded 01:26:50 nexus3.edgexfoundry.org:10002 01:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:50 Configure a credential helper to remove this warning. See 01:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:50 01:26:50 Login Succeeded 01:26:50 nexus3.edgexfoundry.org:10003 01:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:50 Configure a credential helper to remove this warning. See 01:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:50 01:26:50 Login Succeeded 01:26:50 nexus3.edgexfoundry.org:10004 01:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:50 Configure a credential helper to remove this warning. See 01:26:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:50 01:26:50 Login Succeeded 01:26:50 ****.io 01:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:51 Configure a credential helper to remove this warning. See 01:26:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:51 01:26:51 Login Succeeded 01:26:51 ---> ****-login.sh ends [Pipeline] } 01:26:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:26:51 + 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 01:26:51 + dirname cmd/core-command/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo core-command,cmd/core-command/Dockerfile 01:26:51 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:26:51 + dirname cmd/core-data/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo core-data,cmd/core-data/Dockerfile 01:26:51 + dirname cmd/core-keeper/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo core-keeper,cmd/core-keeper/Dockerfile 01:26:51 + dirname cmd/core-metadata/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo core-metadata,cmd/core-metadata/Dockerfile 01:26:51 + dirname cmd/security-bootstrapper/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:26:51 + dirname cmd/security-proxy-auth/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:26:51 + + dirname cmd/security-proxy-setup/Dockerfile 01:26:51 cut -d/ -f2 01:26:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:26:51 + dirname cmd/security-secretstore-setup/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:26:51 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:26:51 + dirname cmd/security-spire-agent/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:26:51 + dirname cmd/security-spire-config/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:26:51 + dirname cmd/security-spire-server/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:26:51 + dirname cmd/support-notifications/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo support-notifications,cmd/support-notifications/Dockerfile 01:26:51 + dirname cmd/support-scheduler/Dockerfile 01:26:51 + cut -d/ -f2 01:26:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:26:51 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 01:26:52 + git rev-list -1 --merges ce221fc3ce0be03c72782f13a440b3dfd48e2e98~1..ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 01:26:52 -----------> git rev-list -1 --merges ce221fc3ce0be03c72782f13a440b3dfd48e2e98~1..ce221fc3ce0be03c72782f13a440b3dfd48e2e98 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [false] [Pipeline] sh 01:26:52 + git log --format=format:%s -1 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 01:26:52 ========================================================= 01:26:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:26:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:26:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:26:52 + grep -v github /etc/ssh/ssh_known_hosts 01:26:52 + [ -e /tmp/ssh_known_hosts ] 01:26:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:26:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:26:52 + sudo tee -a /etc/ssh/ssh_known_hosts 01:26:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:26:53 01:26:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:26:53 0.1.4: Pulling from edgex-devops/py-git-semver 01:26:53 b85a868b505f: Pulling fs layer 01:26:53 e2be974225ed: Pulling fs layer 01:26:53 339a4e72a1f5: Pulling fs layer 01:26:53 988bab9f4d93: Pulling fs layer 01:26:53 1469e6f7b9e6: Pulling fs layer 01:26:53 988bab9f4d93: Waiting 01:26:53 eaf3925da568: Pulling fs layer 01:26:53 bab4dde63d76: Pulling fs layer 01:26:53 bde34c3a00c8: Pulling fs layer 01:26:53 1469e6f7b9e6: Waiting 01:26:53 b352a97aabf1: Pulling fs layer 01:26:53 bab4dde63d76: Waiting 01:26:53 eaf3925da568: Waiting 01:26:53 bde34c3a00c8: Waiting 01:26:53 4872d77fe225: Pulling fs layer 01:26:53 5851b861e8e6: Pulling fs layer 01:26:53 4872d77fe225: Waiting 01:26:53 5851b861e8e6: Waiting 01:26:53 b352a97aabf1: Waiting 01:26:53 e2be974225ed: Verifying Checksum 01:26:53 e2be974225ed: Download complete 01:26:53 988bab9f4d93: Verifying Checksum 01:26:53 988bab9f4d93: Download complete 01:26:53 1469e6f7b9e6: Verifying Checksum 01:26:53 1469e6f7b9e6: Download complete 01:26:53 339a4e72a1f5: Verifying Checksum 01:26:53 339a4e72a1f5: Download complete 01:26:53 eaf3925da568: Verifying Checksum 01:26:53 eaf3925da568: Download complete 01:26:53 bde34c3a00c8: Download complete 01:26:53 b352a97aabf1: Verifying Checksum 01:26:53 b352a97aabf1: Download complete 01:26:53 4872d77fe225: Verifying Checksum 01:26:53 4872d77fe225: Download complete 01:26:53 5851b861e8e6: Download complete 01:26:53 b85a868b505f: Verifying Checksum 01:26:53 b85a868b505f: Download complete 01:26:54 bab4dde63d76: Verifying Checksum 01:26:54 bab4dde63d76: Download complete 01:26:54 b85a868b505f: Pull complete 01:26:54 e2be974225ed: Pull complete 01:26:55 339a4e72a1f5: Pull complete 01:26:55 988bab9f4d93: Pull complete 01:26:55 1469e6f7b9e6: Pull complete 01:26:55 eaf3925da568: Pull complete 01:26:57 bab4dde63d76: Pull complete 01:26:57 bde34c3a00c8: Pull complete 01:26:57 b352a97aabf1: Pull complete 01:26:57 4872d77fe225: Pull complete 01:26:57 5851b861e8e6: Pull complete 01:26:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:26:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:26:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:26:57 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 01:26:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:26:59 $ docker top 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb -eo pid,comm 01:26:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:26:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:26:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:26:59 [ssh-agent] Looking for ssh-agent implementation... 01:26:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:26:59 $ docker exec 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb ssh-agent 01:26:59 SSH_AUTH_SOCK=/tmp/ssh-6SYuiADDxOR4/agent.32 01:26:59 SSH_AGENT_PID=38 01:26:59 Running ssh-add (command line suppressed) 01:26:59 Identity added: /w/workspace/edgex-go/834@tmp/private_key_4128621129583086739.key (/w/workspace/edgex-go/834@tmp/private_key_4128621129583086739.key) 01:26:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:26:59 + git tag --points-at HEAD [Pipeline] } 01:26:59 $ docker exec --env ******** --env ******** 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb ssh-agent -k 01:26:59 unset SSH_AUTH_SOCK; 01:26:59 unset SSH_AGENT_PID; 01:26:59 echo Agent pid 38 killed; 01:26:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:27:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:27:00 [ssh-agent] Looking for ssh-agent implementation... 01:27:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:27:00 $ docker exec 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb ssh-agent 01:27:00 SSH_AUTH_SOCK=/tmp/ssh-WBhaTeIQzcAa/agent.72 01:27:00 SSH_AGENT_PID=78 01:27:00 Running ssh-add (command line suppressed) 01:27:00 Identity added: /w/workspace/edgex-go/834@tmp/private_key_13647770011987172991.key (/w/workspace/edgex-go/834@tmp/private_key_13647770011987172991.key) 01:27:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:27:00 + git semver init 01:27:00 2025-05-05 01:27:00,768 [run_init] DEBUG init version:0.0.0 force:False 01:27:00 2025-05-05 01:27:00,769 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/834/.semver 01:27:00 2025-05-05 01:27:00,769 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/834/.semver 01:27:00 2025-05-05 01:27:00,770 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/834/.semver'], cwd=/w/workspace/edgex-go/834, universal_newlines=False, shell=None, istream=None) 01:27:06 2025-05-05 01:27:05,418 [append_file] DEBUG append to file:/w/workspace/edgex-go/834/.git/info/exclude 01:27:06 2025-05-05 01:27:05,418 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/834/.semver/main with force:False 01:27:06 2025-05-05 01:27:05,418 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 01:27:06 2025-05-05 01:27:05,418 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 01:27:06 4.1.0-dev.8 [Pipeline] } 01:27:06 $ docker exec --env ******** --env ******** 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb ssh-agent -k 01:27:06 unset SSH_AUTH_SOCK; 01:27:06 unset SSH_AGENT_PID; 01:27:06 echo Agent pid 78 killed; 01:27:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:27:06 + git semver [Pipeline] } 01:27:06 $ docker stop --time=1 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb 01:27:08 $ docker rm -f --volumes 2da040a0bcebb7e766c395f959eb8675ea8495106225aa4fd206b1ef31051dcb [Pipeline] // withDockerContainer [Pipeline] sh 01:27:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:27:08 Stashed 1 file(s) [Pipeline] echo 01:27:08 [edgeXSemver]: initialized semver on version 4.1.0-dev.8 [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 01:27:09 + git config --global --add safe.directory /w/workspace/edgex-go/834 [Pipeline] echo 01:27:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:27:09 ========================================================= 01:27:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:27:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:27:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:09 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:27:09 0a9a5dfd008f: Pulling fs layer 01:27:09 dbfa0bcfca99: Pulling fs layer 01:27:09 70eabb1d9476: Pulling fs layer 01:27:09 957bedc73fa3: Pulling fs layer 01:27:09 4f4fb700ef54: Pulling fs layer 01:27:09 f40432e63723: Pulling fs layer 01:27:09 90b4343acab7: Pulling fs layer 01:27:09 9f67ea4ac784: Pulling fs layer 01:27:09 9228b9a606be: Pulling fs layer 01:27:09 90b4343acab7: Waiting 01:27:09 9f67ea4ac784: Waiting 01:27:09 9228b9a606be: Waiting 01:27:09 957bedc73fa3: Waiting 01:27:09 f40432e63723: Waiting 01:27:09 dbfa0bcfca99: Verifying Checksum 01:27:09 dbfa0bcfca99: Download complete 01:27:09 957bedc73fa3: Verifying Checksum 01:27:09 957bedc73fa3: Download complete 01:27:09 4f4fb700ef54: Verifying Checksum 01:27:09 4f4fb700ef54: Download complete 01:27:09 0a9a5dfd008f: Download complete 01:27:09 f40432e63723: Verifying Checksum 01:27:09 f40432e63723: Download complete 01:27:09 90b4343acab7: Verifying Checksum 01:27:09 90b4343acab7: Download complete 01:27:09 0a9a5dfd008f: Pull complete 01:27:09 9228b9a606be: Verifying Checksum 01:27:09 9228b9a606be: Download complete 01:27:09 dbfa0bcfca99: Pull complete 01:27:10 70eabb1d9476: Verifying Checksum 01:27:10 70eabb1d9476: Download complete 01:27:10 9f67ea4ac784: Verifying Checksum 01:27:10 9f67ea4ac784: Download complete 01:27:13 70eabb1d9476: Pull complete 01:27:13 957bedc73fa3: Pull complete 01:27:13 4f4fb700ef54: Pull complete 01:27:13 f40432e63723: Pull complete 01:27:13 90b4343acab7: Pull complete 01:27:15 9f67ea4ac784: Pull complete 01:27:16 9228b9a606be: Pull complete 01:27:16 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 01:27:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:27:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:16 WORKDIR /edgex 01:27:16 COPY go.mod . 01:27:16 RUN go mod download 01:27:16 + docker build -t ci-base-image-x86_64 -f - . 01:27:16 Sending build context to Docker daemon 185.8MB 01:27:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:27:16 ---> 69404ca5bff2 01:27:16 Step 2/4 : WORKDIR /edgex 01:27:18 ---> Running in 58cf65cbc078 01:27:18 Removing intermediate container 58cf65cbc078 01:27:18 ---> 1c419f4bdb08 01:27:18 Step 3/4 : COPY go.mod . 01:27:18 ---> 31a3444a35d3 01:27:18 Step 4/4 : RUN go mod download 01:27:18 ---> Running in 6b082f7311b7 01:27:23 Still waiting to schedule task 01:27:23 ‘prd-ubuntu20.04-docker-arm64-4c-16g-891’ is offline 01:27:45 Removing intermediate container 6b082f7311b7 01:27:45 ---> e8aedf370182 01:27:45 Successfully built e8aedf370182 01:27:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:45 + docker inspect -f . ci-base-image-x86_64 01:27:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:45 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 01:27:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:27:46 $ docker top c0b3aaed1350fed94ea913dde0707e9e74f1bb6aac5d4a25bdf990105a277b7a -eo pid,comm [Pipeline] { [Pipeline] sh 01:27:46 + go version 01:27:46 go version go1.23.8 linux/amd64 [Pipeline] } 01:27:46 $ docker stop --time=1 c0b3aaed1350fed94ea913dde0707e9e74f1bb6aac5d4a25bdf990105a277b7a 01:27:47 $ docker rm -f --volumes c0b3aaed1350fed94ea913dde0707e9e74f1bb6aac5d4a25bdf990105a277b7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:48 + docker inspect -f . ci-base-image-x86_64 01:27:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:48 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 01:27:48 $ 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/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:27:48 $ docker top 45e44410958f9bf6f2e438142e47e1589234809229fe3336727a50dda6e48fde -eo pid,comm [Pipeline] { [Pipeline] echo 01:27:48 ========================================================= 01:27:48 [edgeXBuildGoParallel] Running Tests and Build... 01:27:48 ========================================================= [Pipeline] sh 01:27:49 + git config --global --add safe.directory /w/workspace/edgex-go/834 [Pipeline] fileExists [Pipeline] sh 01:27:49 + make test 01:27:49 go test -race -coverprofile=coverage.out ./... 01:27:57 ? github.com/edgexfoundry/edgex-go [no test files] 01:28:19 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:28:19 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:28:19 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:28:19 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:28:19 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:28:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:28:20 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:28:20 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.043s coverage: 28.7% of statements 01:28:22 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:28:22 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:28:22 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:28:22 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:28:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.041s coverage: 97.0% of statements 01:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:28:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:28:25 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:28:25 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:28:25 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:25 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.061s coverage: 69.2% of statements 01:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 01:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 45.2% of statements 01:28:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:28:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.930s coverage: 93.4% of statements 01:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements 01:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements 01:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:28:29 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:28:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements 01:28:30 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 01:28:30 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:28:30 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:28:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:28:30 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:28:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:28:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.038s coverage: 0.0% of statements [no tests to run] 01:28:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.062s coverage: 1.0% of statements 01:28:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 42.6% of statements 01:28:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 01:28:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 40.0% of statements 01:28:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.025s coverage: 87.1% of statements 01:28:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements 01:28:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:28:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:28:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:28:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:28:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:28:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.017s coverage: 87.5% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:28:34 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:28:35 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:28:36 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:28:38 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:28:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:28:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:28:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:28:42 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:28:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:28:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:28:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.034s coverage: 94.4% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:28:45 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:28:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:28:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:28:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:28:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:28:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:28:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:28:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:28:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:28:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:28:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:28:49 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:28:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-898 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:28:52 Running in /w/workspace/edgex-go/834 [Pipeline] { [Pipeline] checkout 01:28:52 The recommended git tool is: git 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.049s coverage: 92.9% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.089s coverage: 81.8% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.085s coverage: 82.1% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.148s coverage: 29.2% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 17.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.144s coverage: 94.9% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.034s coverage: 9.0% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.081s coverage: 97.7% of statements 01:28:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.036s coverage: 43.6% of statements 01:28:56 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 01:28:56 running golangci-lint 01:28:56 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:28:56 go version go1.23.8 linux/amd64 01:28:56 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:28:56 level=info msg="[config_reader] Used config file .golangci.yml" 01:28:56 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:28:57 using credential edgex-jenkins-ssh 01:28:57 Cloning the remote Git repository 01:28:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:28:57 > git init /w/workspace/edgex-go/834 # timeout=10 01:28:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:28:57 > git --version # timeout=10 01:28:57 > git --version # 'git version 2.25.1' 01:28:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:29:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:17 Avoid second fetch 01:29:17 Checking out Revision ce221fc3ce0be03c72782f13a440b3dfd48e2e98 (main) 01:29:17 Commit message: "build(deps): Bump github.com/spf13/cast from 1.7.1 to 1.8.0 (#5140)" 01:29:17 > git config core.sparsecheckout # timeout=10 01:29:17 > git checkout -f ce221fc3ce0be03c72782f13a440b3dfd48e2e98 # timeout=10 01:29:19 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|name|types_sizes|compiled_files|deps) took 22.407738546s" 01:29:19 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 88.175623ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:29:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:29:22 % Total % Received % Xferd Average Speed Time Time Time Current 01:29:22 Dload Upload Total Spent Left Speed 01:29:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90338 0 --:--:-- --:--:-- --:--:-- 90338 [Pipeline] sh 01:29:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:29:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:29:23 + sudo tee /etc/docker/daemon.new 01:29:23 { 01:29:23 "registry-mirrors": [ 01:29:23 "https://nexus3.edgexfoundry.org:10001" 01:29:23 ], 01:29:23 "bip": "10.250.0.254/24", 01:29:23 "hosts": [ 01:29:23 "tcp://0.0.0.0:5555", 01:29:23 "unix:///var/run/docker.sock" 01:29:23 ], 01:29:23 "mtu": 1458, 01:29:23 "selinux-enabled": true, 01:29:23 "seccomp-profile": "/etc/docker/seccomp.json" 01:29:23 } [Pipeline] sh 01:29:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:29:23 + sudo service docker restart 01:29:33 level=info msg="[linters_context/goanalysis] analyzers took 2m41.3364357s with top 10 stages: buildir: 1m10.361471632s, inspect: 7.628992173s, fact_deprecated: 5.261447423s, gosec: 4.045030593s, printf: 2.047278257s, ctrlflow: 1.994321859s, S1038: 1.730391574s, nilness: 1.504852193s, fact_purity: 1.467578135s, tokenfileanalyzer: 1.36441271s" 01:29:33 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:29:33 level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 202/202, skip_files: 202/202, skip_dirs: 202/202, exclude: 202/202, nolint: 20/0, cgo: 202/202, exclude-rules: 202/20, filename_unadjuster: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202" 01:29:33 level=info msg="[runner] processing took 20.485764ms with stages: nolint: 9.674137ms, identifier_marker: 6.188172ms, autogenerated_exclude: 1.359884ms, exclude-rules: 1.309163ms, path_prettifier: 1.149231ms, skip_dirs: 663.996µs, cgo: 46.08µs, invalid_issue: 45.091µs, filename_unadjuster: 44.47µs, max_same_issues: 1.35µs, uniq_by_line: 760ns, fixer: 520ns, max_from_linter: 470ns, skip_files: 430ns, exclude: 380ns, diff: 330ns, sort_results: 320ns, source_code: 270ns, path_shortener: 240ns, max_per_file_from_linter: 170ns, path_prefixer: 160ns, severity-rules: 140ns" 01:29:33 level=info msg="[runner] linters took 14.312677355s with stages: goanalysis_metalinter: 14.29205487s" 01:29:33 level=info msg="File cache stats: 0 entries of total size 0B" 01:29:33 level=info msg="Memory: 352 samples, avg is 294.7MB, max is 1400.0MB" 01:29:33 level=info msg="Execution took 36.817183594s" 01:29:33 go vet ./... 01:29:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:29:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:29:39 ./bin/test-attribution-txt.sh [Pipeline] echo 01:29:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:29:40 + ls -al . 01:29:40 total 1992 01:29:40 drwxrwxr-x 11 1001 1001 4096 May 5 01:27 . 01:29:40 drwxr-xr-x 4 root root 4096 May 5 01:27 .. 01:29:40 drwxrwxr-x 2 1001 1001 4096 May 5 01:26 .blubracket 01:29:40 -rw-rw-r-- 1 1001 1001 10 May 5 01:26 .dockerignore 01:29:40 drwxrwxr-x 8 1001 1001 4096 May 5 01:28 .git 01:29:40 drwxrwxr-x 3 1001 1001 4096 May 5 01:26 .github 01:29:40 -rw-rw-r-- 1 1001 1001 909 May 5 01:26 .gitignore 01:29:40 -rw-rw-r-- 1 1001 1001 218 May 5 01:26 .golangci.yml 01:29:40 -rw-rw-r-- 1 1001 1001 100 May 5 01:26 .hadolint.yml 01:29:40 drwxr-xr-x 3 1001 1001 4096 May 5 01:27 .semver 01:29:40 -rw-rw-r-- 1 1001 1001 155 May 5 01:26 .sonarcloud.properties 01:29:40 -rw-rw-r-- 1 1001 1001 1171 May 5 01:26 ADOPTERS.md 01:29:40 -rw-rw-r-- 1 1001 1001 17374 May 5 01:26 Attribution.txt 01:29:40 -rw-rw-r-- 1 1001 1001 108018 May 5 01:26 CHANGELOG.md 01:29:40 -rw-rw-r-- 1 1001 1001 3804 May 5 01:26 CONTRIBUTING.md 01:29:40 -rw-rw-r-- 1 1001 1001 677 May 5 01:26 GOVERNANCE.md 01:29:40 -rw-rw-r-- 1 1001 1001 858 May 5 01:26 Jenkinsfile 01:29:40 -rw-rw-r-- 1 1001 1001 10775 May 5 01:26 LICENSE 01:29:40 -rw-rw-r-- 1 1001 1001 16740 May 5 01:26 Makefile 01:29:40 -rw-rw-r-- 1 1001 1001 582 May 5 01:26 OWNERS.md 01:29:40 -rw-rw-r-- 1 1001 1001 9932 May 5 01:26 README.md 01:29:40 -rw-rw-r-- 1 1001 1001 789 May 5 01:26 SECURITY.md 01:29:40 -rw-rw-r-- 1 1001 1001 11 May 5 01:27 VERSION 01:29:40 drwxrwxr-x 2 1001 1001 4096 May 5 01:26 bin 01:29:40 drwxrwxr-x 19 1001 1001 4096 May 5 01:26 cmd 01:29:40 -rw-r--r-- 1 root root 1661463 May 5 01:28 coverage.out 01:29:40 drwxrwxr-x 2 1001 1001 4096 May 5 01:26 fuzz_test 01:29:40 -rw-rw-r-- 1 1001 1001 6491 May 5 01:26 go.mod 01:29:40 -rw-rw-r-- 1 1001 1001 88213 May 5 01:26 go.sum 01:29:40 drwxrwxr-x 7 1001 1001 4096 May 5 01:26 internal 01:29:40 drwxrwxr-x 2 1001 1001 4096 May 5 01:26 openapi 01:29:40 -rw-rw-r-- 1 1001 1001 584 May 5 01:26 security.txt 01:29:40 -rw-rw-r-- 1 1001 1001 204 May 5 01:26 version.go [Pipeline] sh 01:29:40 + '[' -e coverage.out ] 01:29:40 + chown 1001:1001 coverage.out [Pipeline] stash 01:29:40 Stashed 1 file(s) [Pipeline] sh 01:29:41 + make build 01:29:41 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:29:42 provisioning config files... 01:29:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/834@tmp/config15493956986752934565tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:42 ---> ****-login.sh 01:29:42 nexus3.edgexfoundry.org:10001 01:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:43 Configure a credential helper to remove this warning. See 01:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:43 01:29:43 Login Succeeded 01:29:43 nexus3.edgexfoundry.org:10002 01:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:43 Configure a credential helper to remove this warning. See 01:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:43 01:29:43 Login Succeeded 01:29:43 nexus3.edgexfoundry.org:10003 01:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:43 Configure a credential helper to remove this warning. See 01:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:43 01:29:43 Login Succeeded 01:29:43 nexus3.edgexfoundry.org:10004 01:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:44 Configure a credential helper to remove this warning. See 01:29:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:44 01:29:44 Login Succeeded 01:29:44 ****.io 01:29:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:44 Configure a credential helper to remove this warning. See 01:29:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:44 01:29:44 Login Succeeded 01:29:44 ---> ****-login.sh ends [Pipeline] } 01:29:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:29:45 + git config --global --add safe.directory /w/workspace/edgex-go/834 [Pipeline] echo 01:29:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:29:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:29:45 ========================================================= 01:29:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:29:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:29:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:29:45 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:29:45 94e9d8af2201: Pulling fs layer 01:29:45 634366ca850b: Pulling fs layer 01:29:45 f66ade281fe9: Pulling fs layer 01:29:45 13fd4ce6e94e: Pulling fs layer 01:29:45 4f4fb700ef54: Pulling fs layer 01:29:45 4cccf3f17d63: Pulling fs layer 01:29:45 2d8010953d95: Pulling fs layer 01:29:45 ec743f232bc5: Pulling fs layer 01:29:45 13fd4ce6e94e: Waiting 01:29:45 4f4fb700ef54: Waiting 01:29:45 4cccf3f17d63: Waiting 01:29:45 2d8010953d95: Waiting 01:29:45 ec743f232bc5: Waiting 01:29:45 634366ca850b: Verifying Checksum 01:29:45 634366ca850b: Download complete 01:29:45 13fd4ce6e94e: Verifying Checksum 01:29:45 13fd4ce6e94e: Download complete 01:29:45 4f4fb700ef54: Verifying Checksum 01:29:45 4f4fb700ef54: Download complete 01:29:45 4cccf3f17d63: Verifying Checksum 01:29:45 4cccf3f17d63: Download complete 01:29:45 94e9d8af2201: Verifying Checksum 01:29:45 94e9d8af2201: Download complete 01:29:46 ec743f232bc5: Verifying Checksum 01:29:46 ec743f232bc5: Download complete 01:29:46 94e9d8af2201: Pull complete 01:29:47 634366ca850b: Pull complete 01:29:47 f66ade281fe9: Verifying Checksum 01:29:47 f66ade281fe9: Download complete 01:29:48 2d8010953d95: Verifying Checksum 01:29:48 2d8010953d95: Download complete 01:30:03 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:30:03 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:30:03 f66ade281fe9: Pull complete 01:30:03 13fd4ce6e94e: Pull complete 01:30:03 4f4fb700ef54: Pull complete 01:30:03 4cccf3f17d63: Pull complete 01:30:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:30:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:30:07 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:30:10 2d8010953d95: Pull complete 01:30:12 ec743f232bc5: Pull complete 01:30:12 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 01:30:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:30:12 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:12 WORKDIR /edgex 01:30:12 COPY go.mod . 01:30:12 RUN go mod downloaddocker 01:30:12 build -t ci-base-image-arm64 -f - . 01:30:13 Sending build context to Docker daemon 3.693MB 01:30:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:13 ---> 12c1d4c06be1 01:30:13 Step 2/4 : WORKDIR /edgex 01:30:14 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:30:14 ---> Running in 8ddd1f829d99 01:30:15 Removing intermediate container 8ddd1f829d99 01:30:15 ---> 846516de94d2 01:30:15 Step 3/4 : COPY go.mod . 01:30:15 ---> dd25d7fc2cec 01:30:15 Step 4/4 : RUN go mod download 01:30:15 ---> Running in 1cc10e51d0e7 01:30:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:30:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:30:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:30:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:30:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:30:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:30:26 $ docker stop --time=1 45e44410958f9bf6f2e438142e47e1589234809229fe3336727a50dda6e48fde 01:30:29 $ docker rm -f --volumes 45e44410958f9bf6f2e438142e47e1589234809229fe3336727a50dda6e48fde [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 01:30:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:30:30 01:30:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:30:30 latest: Pulling from edgex-devops/edgex-compose 01:30:30 91d30c5bc195: Pulling fs layer 01:30:30 2e9b0aa3be6d: Pulling fs layer 01:30:30 9c61dcf015f6: Pulling fs layer 01:30:30 4698f68db338: Pulling fs layer 01:30:30 2a2f49069b9e: Pulling fs layer 01:30:30 e0025b399a48: Pulling fs layer 01:30:30 4698f68db338: Waiting 01:30:30 2a2f49069b9e: Waiting 01:30:30 91d30c5bc195: Verifying Checksum 01:30:30 91d30c5bc195: Download complete 01:30:30 4698f68db338: Verifying Checksum 01:30:30 4698f68db338: Download complete 01:30:30 2e9b0aa3be6d: Download complete 01:30:30 e0025b399a48: Verifying Checksum 01:30:30 e0025b399a48: Download complete 01:30:30 91d30c5bc195: Pull complete 01:30:30 2a2f49069b9e: Verifying Checksum 01:30:30 2a2f49069b9e: Download complete 01:30:30 2e9b0aa3be6d: Pull complete 01:30:31 9c61dcf015f6: Verifying Checksum 01:30:31 9c61dcf015f6: Download complete 01:30:33 9c61dcf015f6: Pull complete 01:30:33 4698f68db338: Pull complete 01:30:33 2a2f49069b9e: Pull complete 01:30:33 e0025b399a48: Pull complete 01:30:33 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:30:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:30:33 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 01:30:33 $ 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/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:30:34 $ docker top 79e169766879c8071a8b1cf430e61bf109494f0c59f741f6db82f26147ec70b5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:35 + docker compose -f ./docker-compose-build.yml build --parallel 01:30:37 #1 [security-proxy-auth internal] load build definition from Dockerfile 01:30:37 #1 transferring dockerfile: 2.14kB done 01:30:37 #1 DONE 0.0s 01:30:37 01:30:37 #2 [security-secretstore-setup internal] load build definition from Dockerfile 01:30:37 #2 transferring dockerfile: 2.49kB done 01:30:37 #2 DONE 0.0s 01:30:37 01:30:37 #3 [core-keeper internal] load build definition from Dockerfile 01:30:37 #3 transferring dockerfile: 2.01kB done 01:30:37 #3 DONE 0.0s 01:30:37 01:30:37 #4 [security-proxy-setup internal] load build definition from Dockerfile 01:30:37 #4 transferring dockerfile: 2.50kB done 01:30:37 #4 DONE 0.0s 01:30:37 01:30:37 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:30:37 #5 transferring dockerfile: 2.23kB done 01:30:37 #5 DONE 0.0s 01:30:37 01:30:37 #6 [security-spire-config internal] load build definition from Dockerfile 01:30:37 #6 transferring dockerfile: 1.69kB done 01:30:37 #6 DONE 0.0s 01:30:37 01:30:37 #7 [support-scheduler internal] load build definition from Dockerfile 01:30:37 #7 transferring dockerfile: 1.83kB done 01:30:37 #7 DONE 0.0s 01:30:37 01:30:37 #8 [security-spire-agent internal] load build definition from Dockerfile 01:30:37 #8 transferring dockerfile: 1.81kB done 01:30:37 #8 DONE 0.0s 01:30:37 01:30:37 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:30:37 #9 transferring dockerfile: 1.89kB done 01:30:37 #9 DONE 0.0s 01:30:37 01:30:37 #10 [core-data internal] load build definition from Dockerfile 01:30:37 #10 transferring dockerfile: 2.04kB done 01:30:37 #10 DONE 0.0s 01:30:37 01:30:37 #11 [security-bootstrapper internal] load build definition from Dockerfile 01:30:37 #11 transferring dockerfile: 3.02kB done 01:30:37 #11 DONE 0.0s 01:30:37 01:30:37 #12 [core-metadata internal] load build definition from Dockerfile 01:30:37 #12 transferring dockerfile: 2.10kB done 01:30:37 #12 DONE 0.0s 01:30:37 01:30:37 #13 [security-spire-server internal] load build definition from Dockerfile 01:30:37 #13 transferring dockerfile: 1.70kB done 01:30:37 #13 DONE 0.0s 01:30:37 01:30:37 #14 [core-command internal] load build definition from Dockerfile 01:30:37 #14 transferring dockerfile: 1.94kB done 01:30:37 #14 DONE 0.1s 01:30:37 01:30:37 #15 [support-notifications internal] load build definition from Dockerfile 01:30:37 #15 transferring dockerfile: 2.00kB done 01:30:37 #15 DONE 0.1s 01:30:37 01:30:37 #16 [security-proxy-auth internal] load .dockerignore 01:30:37 #16 transferring context: 50B done 01:30:37 #16 DONE 0.0s 01:30:37 01:30:37 #17 [security-secretstore-setup internal] load .dockerignore 01:30:37 #17 transferring context: 50B done 01:30:37 #17 DONE 0.0s 01:30:37 01:30:37 #18 [core-keeper internal] load .dockerignore 01:30:37 #18 transferring context: 50B done 01:30:37 #18 DONE 0.0s 01:30:37 01:30:37 #19 [security-proxy-setup internal] load .dockerignore 01:30:37 #19 transferring context: 50B done 01:30:37 #19 DONE 0.0s 01:30:37 01:30:37 #20 [core-common-config-bootstrapper internal] load .dockerignore 01:30:37 #20 transferring context: 50B done 01:30:37 #20 DONE 0.0s 01:30:37 01:30:37 #21 [security-spire-config internal] load .dockerignore 01:30:37 #21 transferring context: 50B done 01:30:37 #21 DONE 0.0s 01:30:37 01:30:37 #22 [support-scheduler internal] load .dockerignore 01:30:37 #22 transferring context: 50B done 01:30:37 #22 DONE 0.0s 01:30:37 01:30:37 #23 [security-spire-agent internal] load .dockerignore 01:30:37 #23 transferring context: 50B done 01:30:37 #23 DONE 0.0s 01:30:37 01:30:37 #24 [security-spiffe-token-provider internal] load .dockerignore 01:30:37 #24 transferring context: 50B done 01:30:37 #24 DONE 0.0s 01:30:37 01:30:37 #25 [core-metadata internal] load .dockerignore 01:30:37 #25 transferring context: 50B done 01:30:37 #25 DONE 0.0s 01:30:37 01:30:37 #26 [core-data internal] load .dockerignore 01:30:37 #26 transferring context: 50B done 01:30:37 #26 DONE 0.1s 01:30:37 01:30:37 #27 [security-bootstrapper internal] load .dockerignore 01:30:37 #27 transferring context: 50B done 01:30:37 #27 DONE 0.0s 01:30:37 01:30:37 #28 [support-notifications internal] load .dockerignore 01:30:37 #28 transferring context: 50B done 01:30:37 #28 DONE 0.0s 01:30:37 01:30:37 #29 [core-command internal] load .dockerignore 01:30:37 #29 transferring context: 50B done 01:30:37 #29 DONE 0.0s 01:30:37 01:30:37 #30 [security-spire-server internal] load .dockerignore 01:30:37 #30 transferring context: 50B done 01:30:37 #30 DONE 0.0s 01:30:37 01:30:37 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:30:37 #31 DONE 0.0s 01:30:37 01:30:37 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 01:30:38 #32 ... 01:30:38 01:30:38 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:30:38 #31 DONE 0.0s 01:30:38 01:30:38 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:30:38 #32 ... 01:30:38 01:30:38 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:30:38 #31 DONE 0.0s 01:30:38 01:30:38 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:30:38 #32 DONE 0.5s 01:30:38 01:30:38 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:30:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:30:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:30:38 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:30:38 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:30:38 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:30:38 #33 ... 01:30:38 01:30:38 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:30:38 #34 DONE 0.6s 01:30:38 01:30:38 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:30:38 #35 DONE 0.6s 01:30:38 01:30:38 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:30:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:30:38 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:30:38 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:30:38 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:30:39 #33 ... 01:30:39 01:30:39 #36 [security-spire-server internal] load build context 01:30:39 #36 transferring context: 23.80kB 0.0s done 01:30:39 #36 DONE 0.4s 01:30:39 01:30:39 #37 [security-spire-agent internal] load build context 01:30:39 #37 transferring context: 23.33kB 0.0s done 01:30:39 #37 DONE 0.4s 01:30:39 01:30:39 #38 [security-spire-config internal] load build context 01:30:39 #38 transferring context: 22.05kB 0.0s done 01:30:39 #38 DONE 0.5s 01:30:39 01:30:39 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:30:39 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 01:30:39 #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:30:39 #39 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:30:39 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:30:39 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:30:39 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:30:39 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:30:39 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:30:39 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.3s 01:30:39 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 14.68MB / 36.47MB 0.4s 01:30:39 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:30:39 #39 ... 01:30:39 01:30:39 #40 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 01:30:39 #40 DONE 1.4s 01:30:39 01:30:39 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:30:39 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.02MB / 36.47MB 0.5s 01:30:39 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 28.61MB / 36.47MB 0.6s 01:30:39 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 01:30:39 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s 01:30:39 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 01:30:39 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s done 01:30:41 #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:30:42 #39 ... 01:30:42 01:30:42 #41 [core-metadata builder 2/7] WORKDIR /edgex-go 01:30:42 #41 DONE 2.7s 01:30:42 01:30:42 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:30:44 #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.3s done 01:30:44 #39 ... 01:30:44 01:30:44 #42 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:30:44 #0 1.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:44 #0 1.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:44 #0 1.573 (1/1) Installing dumb-init (1.2.5-r3) 01:30:44 #0 1.573 Executing busybox-1.36.1-r29.trigger 01:30:44 #0 1.581 OK: 8 MiB in 15 packages 01:30:44 #42 DONE 6.2s 01:30:44 01:30:44 #43 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:30:46 #43 ... 01:30:46 01:30:46 #44 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:30:46 #0 1.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:46 #0 1.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:46 #0 2.215 (1/3) Installing ca-certificates (20241121-r1) 01:30:46 #0 2.232 (2/3) Installing dumb-init (1.2.5-r3) 01:30:46 #0 2.233 (3/3) Installing tzdata (2025b-r0) 01:30:46 #0 2.266 Executing busybox-1.36.1-r29.trigger 01:30:46 #0 2.272 Executing ca-certificates-20241121-r1.trigger 01:30:46 #0 2.312 OK: 10 MiB in 17 packages 01:30:46 #44 DONE 7.6s 01:30:46 01:30:46 #45 [security-proxy-setup internal] load build context 01:30:46 #45 transferring context: 347.32MB 8.1s 01:30:46 #45 ... 01:30:46 01:30:46 #46 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:30:46 #46 ... 01:30:46 01:30:46 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:30:46 #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:46 #0 1.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:46 #0 1.994 (1/4) Installing dumb-init (1.2.5-r3) 01:30:46 #0 2.002 (2/4) Installing openssl (3.3.3-r0) 01:30:46 #0 2.016 (3/4) Installing su-exec (0.2-r3) 01:30:46 #0 2.019 (4/4) Installing yq-go (4.44.1-r2) 01:30:46 #0 2.100 Executing busybox-1.36.1-r29.trigger 01:30:46 #0 2.139 OK: 19 MiB in 18 packages 01:30:46 #47 DONE 7.9s 01:30:46 01:30:46 #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:30:46 #0 0.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:46 #0 0.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:46 #0 1.050 (1/2) Installing dumb-init (1.2.5-r3) 01:30:46 #0 1.141 (2/2) Installing su-exec (0.2-r3) 01:30:46 #0 1.156 Executing busybox-1.36.1-r29.trigger 01:30:46 #0 1.156 OK: 8 MiB in 16 packages 01:30:46 #48 DONE 8.1s 01:30:46 01:30:46 #45 [security-proxy-setup internal] load build context 01:30:47 #45 ... 01:30:47 01:30:47 #49 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:30:47 #0 2.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:47 #0 2.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:47 #0 2.590 (1/1) Installing dumb-init (1.2.5-r3) 01:30:47 #0 2.598 Executing busybox-1.36.1-r29.trigger 01:30:47 #0 2.607 OK: 8 MiB in 15 packages 01:30:47 #49 DONE 8.2s 01:30:47 01:30:47 #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:30:47 #0 2.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:47 #0 2.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:47 #0 2.558 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:30:47 #0 2.558 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:30:47 #0 2.558 OK: 24171 distinct packages available 01:30:47 #0 2.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:47 #0 2.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:47 #0 2.944 (1/14) Installing ca-certificates (20241121-r1) 01:30:47 #0 2.966 (2/14) Installing brotli-libs (1.1.0-r2) 01:30:47 #0 2.978 (3/14) Installing c-ares (1.33.1-r0) 01:30:47 #0 2.983 (4/14) Installing libunistring (1.2-r0) 01:30:47 #0 2.996 (5/14) Installing libidn2 (2.3.7-r0) 01:30:47 #0 3.005 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:30:47 #0 3.008 (7/14) Installing libpsl (0.21.5-r1) 01:30:47 #0 3.009 (8/14) Installing zstd-libs (1.5.6-r0) 01:30:47 #0 3.021 (9/14) Installing libcurl (8.12.1-r0) 01:30:47 #0 3.051 (10/14) Installing curl (8.12.1-r0) 01:30:47 #0 3.055 (11/14) Installing dumb-init (1.2.5-r3) 01:30:47 #0 3.059 (12/14) Installing musl-obstack (1.2.3-r2) 01:30:47 #0 3.063 (13/14) Installing libucontext (1.2-r3) 01:30:47 #0 3.068 (14/14) Installing gcompat (1.1.0-r4) 01:30:47 #0 3.191 Executing busybox-1.36.1-r29.trigger 01:30:47 #0 3.216 Executing ca-certificates-20241121-r1.trigger 01:30:47 #0 3.254 OK: 13 MiB in 28 packages 01:30:47 #50 DONE 8.3s 01:30:47 01:30:47 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:47 #51 DONE 8.3s 01:30:47 01:30:47 #45 [security-proxy-setup internal] load build context 01:30:48 #45 ... 01:30:48 01:30:48 #52 [support-notifications internal] load build context 01:30:48 #52 ... 01:30:48 01:30:48 #53 [security-spiffe-token-provider internal] load build context 01:30:48 #53 ... 01:30:48 01:30:48 #54 [core-data internal] load build context 01:30:48 #54 ... 01:30:48 01:30:48 #55 [core-common-config-bootstrapper internal] load build context 01:30:48 #55 ... 01:30:48 01:30:48 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:30:48 #0 8.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:48 #0 8.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:48 #0 8.920 (1/4) Installing ca-certificates (20241121-r1) 01:30:48 #0 8.935 (2/4) Installing dumb-init (1.2.5-r3) 01:30:48 #0 8.942 (3/4) Installing su-exec (0.2-r3) 01:30:48 #0 8.948 (4/4) Installing yq-go (4.44.1-r2) 01:30:48 #0 9.027 Executing busybox-1.36.1-r29.trigger 01:30:48 #0 9.042 Executing ca-certificates-20241121-r1.trigger 01:30:48 #0 9.100 OK: 19 MiB in 18 packages 01:30:49 #56 ... 01:30:49 01:30:49 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:30:49 #0 8.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:49 #0 8.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:49 #0 9.068 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:30:49 #0 9.068 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:30:49 #0 9.068 OK: 24171 distinct packages available 01:30:49 #0 9.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:49 #0 9.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:49 #0 9.539 (1/4) Installing dumb-init (1.2.5-r3) 01:30:49 #0 9.546 (2/4) Installing musl-obstack (1.2.3-r2) 01:30:49 #0 9.554 (3/4) Installing libucontext (1.2-r3) 01:30:49 #0 9.554 (4/4) Installing gcompat (1.1.0-r4) 01:30:49 #0 9.554 Executing busybox-1.36.1-r29.trigger 01:30:49 #0 9.565 OK: 8 MiB in 18 packages 01:30:49 #57 ... 01:30:49 01:30:49 #58 [core-keeper internal] load build context 01:30:49 #58 ... 01:30:49 01:30:49 #59 [core-command internal] load build context 01:30:49 #59 ... 01:30:49 01:30:49 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:30:49 #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 01:30:49 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:30:49 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:30:49 #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:30:49 #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:30:49 #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:30:49 #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:30:49 #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:30:49 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done 01:30:49 #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:30:49 #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:30:49 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.0s done 01:30:49 #60 ... 01:30:49 01:30:49 #61 [core-metadata internal] load build context 01:30:49 #61 ... 01:30:49 01:30:49 #62 [security-bootstrapper internal] load build context 01:30:49 #62 ... 01:30:49 01:30:49 #63 [security-secretstore-setup internal] load build context 01:30:49 #63 ... 01:30:49 01:30:49 #64 [security-proxy-auth internal] load build context 01:30:49 #64 ... 01:30:49 01:30:49 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:30:49 #0 8.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:49 #0 8.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:49 #0 9.044 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:30:49 #0 9.044 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:30:49 #0 9.044 OK: 24171 distinct packages available 01:30:49 #0 9.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:49 #0 9.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:49 #0 9.445 (1/5) Installing dumb-init (1.2.5-r3) 01:30:49 #0 9.455 (2/5) Installing musl-obstack (1.2.3-r2) 01:30:49 #0 9.459 (3/5) Installing libucontext (1.2-r3) 01:30:49 #0 9.462 (4/5) Installing gcompat (1.1.0-r4) 01:30:49 #0 9.467 (5/5) Installing openssl (3.3.3-r0) 01:30:49 #0 9.476 Executing busybox-1.36.1-r29.trigger 01:30:49 #0 9.488 OK: 9 MiB in 19 packages 01:30:49 #65 ... 01:30:49 01:30:49 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:30:49 #0 8.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:49 #0 8.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:49 #0 8.892 (1/7) Installing ca-certificates (20241121-r1) 01:30:49 #0 8.914 (2/7) Installing dumb-init (1.2.5-r3) 01:30:49 #0 8.936 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:30:49 #0 8.936 (4/7) Installing libsodium (1.0.19-r0) 01:30:49 #0 8.943 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:30:49 #0 8.962 (6/7) Installing libzmq (4.3.5-r2) 01:30:49 #0 8.980 (7/7) Installing zeromq (4.3.5-r2) 01:30:49 #0 9.062 Executing busybox-1.36.1-r29.trigger 01:30:49 #0 9.068 Executing ca-certificates-20241121-r1.trigger 01:30:49 #0 9.140 OK: 12 MiB in 21 packages 01:30:49 #66 ... 01:30:49 01:30:49 #67 [support-scheduler internal] load build context 01:30:50 #67 ... 01:30:50 01:30:50 #63 [security-secretstore-setup internal] load build context 01:30:50 #63 transferring context: 503.43MB 12.2s done 01:30:52 #63 ... 01:30:52 01:30:52 #45 [security-proxy-setup internal] load build context 01:30:52 #45 transferring context: 503.43MB 12.0s done 01:30:52 #45 DONE 14.3s 01:30:52 01:30:52 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:30:52 #56 DONE 14.0s 01:30:52 01:30:52 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:30:52 #57 DONE 13.8s 01:30:52 01:30:52 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:30:52 #66 DONE 14.0s 01:30:52 01:30:52 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:30:52 #65 DONE 13.8s 01:30:52 01:30:52 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:30:52 #0 6.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:52 #0 6.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:52 #0 6.767 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:30:52 #0 6.767 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:30:52 #0 6.767 OK: 24171 distinct packages available 01:30:52 #0 6.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:52 #0 6.985 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:52 #0 7.365 OK: 248 MiB in 58 packages 01:30:52 #68 DONE 10.0s 01:30:52 01:30:52 #63 [security-secretstore-setup internal] load build context 01:30:52 #63 DONE 14.4s 01:30:52 01:30:52 #58 [core-keeper internal] load build context 01:30:52 #58 transferring context: 503.43MB 12.9s done 01:30:52 #58 DONE 14.4s 01:30:52 01:30:52 #67 [support-scheduler internal] load build context 01:30:52 #67 transferring context: 503.43MB 13.2s done 01:30:52 #67 DONE 14.4s 01:30:52 01:30:52 #53 [security-spiffe-token-provider internal] load build context 01:30:52 #53 transferring context: 503.43MB 13.2s done 01:30:52 #53 DONE 14.5s 01:30:52 01:30:52 #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:30:52 #0 6.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:52 #0 6.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:52 #0 6.363 OK: 248 MiB in 58 packages 01:30:52 #69 DONE 10.2s 01:30:52 01:30:52 #64 [security-proxy-auth internal] load build context 01:30:52 #64 transferring context: 503.43MB 13.1s done 01:30:52 #64 DONE 14.4s 01:30:52 01:30:52 #70 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:30:53 #70 ... 01:30:53 01:30:53 #59 [core-command internal] load build context 01:30:53 #59 transferring context: 503.43MB 13.5s done 01:30:53 #59 DONE 14.5s 01:30:53 01:30:53 #62 [security-bootstrapper internal] load build context 01:30:53 #62 transferring context: 503.43MB 13.6s done 01:30:53 #62 DONE 14.5s 01:30:53 01:30:53 #52 [support-notifications internal] load build context 01:30:53 #52 transferring context: 503.43MB 13.7s done 01:30:53 #52 DONE 14.5s 01:30:53 01:30:53 #61 [core-metadata internal] load build context 01:30:53 #61 transferring context: 503.43MB 13.9s done 01:30:53 #61 DONE 14.5s 01:30:53 01:30:53 #55 [core-common-config-bootstrapper internal] load build context 01:30:53 #55 transferring context: 503.43MB 13.7s done 01:30:53 #55 DONE 14.5s 01:30:53 01:30:53 #54 [core-data internal] load build context 01:30:53 #54 transferring context: 503.43MB 13.9s done 01:30:53 #54 DONE 14.5s 01:30:53 01:30:53 #71 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:30:53 #71 DONE 0.1s 01:30:53 01:30:53 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:30:53 #72 ... 01:30:53 01:30:53 #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:30:53 #73 DONE 0.1s 01:30:53 01:30:53 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:30:53 #74 ... 01:30:53 01:30:53 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:53 #75 ... 01:30:53 01:30:53 #76 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:30:53 #76 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:53 #76 ... 01:30:53 01:30:53 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:30:53 #74 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:53 #74 10.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:53 #74 ... 01:30:53 01:30:53 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:53 #75 DONE 10.8s 01:30:53 01:30:53 #46 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:30:53 #46 7.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:53 #46 ... 01:30:53 01:30:53 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:30:53 #74 10.99 OK: 248 MiB in 58 packages 01:30:53 #74 DONE 11.1s 01:30:54 01:30:54 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:30:54 #72 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:54 #72 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:54 #72 11.01 OK: 248 MiB in 58 packages 01:30:54 #72 DONE 11.1s 01:30:54 01:30:54 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:30:54 #77 DONE 0.0s 01:30:54 01:30:54 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:30:54 #78 DONE 0.1s 01:30:54 01:30:54 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:54 #79 ... 01:30:54 01:30:54 #76 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:30:54 #76 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:54 #76 11.16 OK: 248 MiB in 58 packages 01:30:54 #76 DONE 11.2s 01:30:54 01:30:54 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:30:54 #80 DONE 0.1s 01:30:54 01:30:54 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:30:54 #0 6.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:54 #0 7.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:54 #0 7.384 OK: 19 MiB in 18 packages 01:30:54 #81 DONE 7.5s 01:30:54 01:30:54 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:30:54 #82 DONE 0.0s 01:30:54 01:30:54 #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:54 #83 ... 01:30:54 01:30:54 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:30:54 #0 7.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:54 #0 7.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:54 #0 7.629 OK: 8 MiB in 16 packages 01:30:54 #84 DONE 7.7s 01:30:54 01:30:54 #43 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:30:54 #43 9.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:54 #43 9.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:54 #43 10.06 OK: 8 MiB in 15 packages 01:30:55 #43 DONE 10.3s 01:30:55 01:30:55 #46 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:30:55 #46 8.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:55 #46 ... 01:30:55 01:30:55 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:30:55 #0 7.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:55 #0 7.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:55 #0 8.147 OK: 8 MiB in 15 packages 01:30:55 #85 DONE 8.2s 01:30:55 01:30:55 #46 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:30:55 #46 8.535 OK: 10 MiB in 17 packages 01:30:55 #46 DONE 8.6s 01:30:55 01:30:55 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:30:55 #0 2.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:55 #0 2.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:55 #86 2.841 OK: 19 MiB in 18 packages 01:30:55 #86 DONE 3.0s 01:30:55 01:30:55 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:30:55 #0 2.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:55 #0 2.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:55 #0 3.011 OK: 8 MiB in 18 packages 01:30:56 #87 DONE 3.1s 01:30:56 01:30:56 #70 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:30:56 #70 3.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:56 #70 3.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:56 #70 ... 01:30:56 01:30:56 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:30:56 #0 8.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:56 #0 8.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:56 #0 8.913 OK: 13 MiB in 28 packages 01:30:56 #88 DONE 9.3s 01:30:56 01:30:56 #70 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:30:56 #70 3.420 OK: 9 MiB in 19 packages 01:30:56 #70 DONE 3.5s 01:30:56 01:30:56 #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:30:56 #89 DONE 0.4s 01:30:56 01:30:56 #90 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:30:56 #90 DONE 0.0s 01:30:56 01:30:56 #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:30:56 #0 3.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:56 #0 3.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:56 #0 3.442 OK: 12 MiB in 21 packages 01:30:56 #91 DONE 3.6s 01:30:56 01:30:56 #92 [security-spire-config stage-2 6/10] COPY security.txt / 01:30:56 #92 DONE 0.4s 01:30:56 01:30:56 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:30:56 #93 DONE 0.5s 01:30:56 01:30:56 #94 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:30:56 #0 7.902 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:56 #0 8.495 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:56 #0 9.241 (1/1) Installing dumb-init (1.2.5-r3) 01:30:56 #0 9.544 Executing busybox-1.36.1-r29.trigger 01:30:56 #0 9.556 OK: 8 MiB in 15 packages 01:30:56 #94 DONE 9.8s 01:30:56 01:30:56 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:30:56 #95 DONE 0.5s 01:30:56 01:30:56 #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:30:56 #96 DONE 0.1s 01:30:56 01:30:56 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:30:56 #97 DONE 0.1s 01:30:56 01:30:56 #98 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:30:57 #98 DONE 0.2s 01:30:57 01:30:57 #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:30:57 #99 DONE 0.3s 01:30:57 01:30:57 #100 [security-spire-server stage-2 6/9] COPY security.txt / 01:30:57 #100 DONE 0.3s 01:30:57 01:30:57 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:30:57 #101 DONE 0.5s 01:30:57 01:30:57 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:30:57 #102 DONE 0.0s 01:30:57 01:30:57 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:30:57 #103 DONE 0.1s 01:30:57 01:30:57 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 01:30:57 #104 DONE 0.0s 01:30:57 01:30:57 #105 [security-spire-config] exporting to image 01:30:57 #105 exporting layers 01:30:57 #105 ... 01:30:57 01:30:57 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:30:57 #106 DONE 0.0s 01:30:57 01:30:57 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:30:57 #107 DONE 0.0s 01:30:57 01:30:57 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:30:57 #108 DONE 0.0s 01:30:57 01:30:57 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:30:57 #109 DONE 0.0s 01:30:57 01:30:57 #105 [security-spire-server] exporting to image 01:30:57 #105 ... 01:30:57 01:30:57 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:30:57 #39 ... 01:30:57 01:30:57 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:30:57 #110 DONE 0.1s 01:30:57 01:30:57 #105 [security-spire-agent] exporting to image 01:30:58 #105 ... 01:30:58 01:30:58 #111 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:30:58 #111 DONE 3.5s 01:30:58 01:30:58 #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:30:58 #112 DONE 0.0s 01:30:58 01:30:58 #105 [security-spire-agent] exporting to image 01:30:58 #105 exporting layers 0.9s done 01:30:58 #105 writing image sha256:271e77b8bb96ad35e632524a1eb01bdcd568662f25e67b961fc514eaaeaa77b0 0.0s done 01:30:58 #105 naming to docker.io/library/security-spire-config 01:30:58 #105 exporting layers 0.8s done 01:30:58 #105 naming to docker.io/library/security-spire-config done 01:30:58 #105 writing image sha256:000cbe896e1827f9d1659f2f41006f24dc1eacc10c8c54adb7d84776286dda4c done 01:30:58 #105 naming to docker.io/library/security-spire-server done 01:30:58 #105 writing image sha256:b7ec48d3ed15da45a8552190b1148021418ee1c1e3e6c96df68c5cc04e005b87 done 01:30:58 #105 naming to docker.io/library/security-spire-agent done 01:30:58 #105 DONE 1.0s 01:30:58 01:30:58 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:30:58 #0 3.778 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:30:58 #0 4.223 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:30:58 #0 4.938 OK: 248 MiB in 58 packages 01:30:58 #113 DONE 5.1s 01:30:58 01:30:58 #114 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:58 #114 ... 01:30:58 01:30:58 #115 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:30:58 #115 DONE 0.1s 01:30:58 01:30:58 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:03 #116 ... 01:31:03 01:31:03 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:03 #117 ... 01:31:03 01:31:03 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:12 Removing intermediate container 1cc10e51d0e7 01:31:12 ---> a9945c1d6098 01:31:12 Successfully built a9945c1d6098 01:31:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:12 + docker inspect -f . ci-base-image-arm64 01:31:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:12 prd-ubuntu20.04-docker-arm64-4c-16g-898 does not seem to be running inside a container 01:31:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@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 01:31:14 $ docker top 2876b73469f1eb8b22ab7191a3eac8c826fcc75208d5b72fe232f8377392da6c -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:14 + go version 01:31:14 go version go1.23.8 linux/arm64 [Pipeline] } 01:31:14 $ docker stop --time=1 2876b73469f1eb8b22ab7191a3eac8c826fcc75208d5b72fe232f8377392da6c 01:31:16 $ docker rm -f --volumes 2876b73469f1eb8b22ab7191a3eac8c826fcc75208d5b72fe232f8377392da6c [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 01:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:17 01:31:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:18 latest: Pulling from edgex-devops/edgex-compose-arm64 01:31:18 547446be3368: Pulling fs layer 01:31:18 d125d8839a47: Pulling fs layer 01:31:18 3e85d5ac6304: Pulling fs layer 01:31:18 c3105a71a48b: Pulling fs layer 01:31:18 0f093f025ec4: Pulling fs layer 01:31:18 c3106fc0e877: Pulling fs layer 01:31:18 0f093f025ec4: Waiting 01:31:18 c3105a71a48b: Waiting 01:31:18 c3106fc0e877: Waiting 01:31:18 547446be3368: Verifying Checksum 01:31:18 547446be3368: Download complete 01:31:18 c3105a71a48b: Verifying Checksum 01:31:18 c3105a71a48b: Download complete 01:31:18 #118 DONE 24.2s 01:31:18 01:31:18 #114 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:18 #114 DONE 23.3s 01:31:18 01:31:18 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:18 #116 DONE 18.5s 01:31:18 01:31:18 #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:18 #83 DONE 23.1s 01:31:18 01:31:18 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:18 #79 DONE 23.2s 01:31:18 01:31:18 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:18 #117 DONE 24.2s 01:31:18 01:31:18 #119 [security-spiffe-token-provider builder 6/7] COPY . . 01:31:18 d125d8839a47: Verifying Checksum 01:31:18 d125d8839a47: Download complete 01:31:18 c3106fc0e877: Verifying Checksum 01:31:18 c3106fc0e877: Download complete 01:31:18 0f093f025ec4: Verifying Checksum 01:31:18 0f093f025ec4: Download complete 01:31:18 547446be3368: Pull complete 01:31:20 d125d8839a47: Pull complete 01:31:20 3e85d5ac6304: Download complete 01:31:23 #119 ... 01:31:23 01:31:23 #120 [support-notifications builder 6/7] COPY . . 01:31:23 #120 DONE 5.6s 01:31:23 01:31:23 #121 [support-scheduler builder 6/7] COPY . . 01:31:23 #121 DONE 5.6s 01:31:23 01:31:23 #119 [security-spiffe-token-provider builder 6/7] COPY . . 01:31:23 #119 DONE 5.6s 01:31:23 01:31:23 #122 [core-keeper builder 7/8] COPY . . 01:31:23 #122 DONE 5.6s 01:31:23 01:31:23 #123 [security-bootstrapper builder 6/7] COPY . . 01:31:23 #123 DONE 5.6s 01:31:23 01:31:23 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:23 #124 CACHED 01:31:23 01:31:23 #125 [core-data builder 6/7] COPY . . 01:31:23 #125 CACHED 01:31:23 01:31:23 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 01:31:23 #126 CACHED 01:31:23 01:31:23 #127 [core-metadata builder 6/7] COPY . . 01:31:23 #127 CACHED 01:31:23 01:31:23 #128 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:23 #128 CACHED 01:31:23 01:31:23 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:31:23 #129 CACHED 01:31:23 01:31:23 #130 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:31:23 #130 CACHED 01:31:23 01:31:23 #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:23 #131 CACHED 01:31:23 01:31:23 #132 [security-proxy-setup builder 6/7] COPY . . 01:31:23 #132 CACHED 01:31:23 01:31:23 #133 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:23 #133 CACHED 01:31:23 01:31:23 #134 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:31:23 #134 CACHED 01:31:23 01:31:23 #135 [security-secretstore-setup builder 6/7] COPY . . 01:31:23 #135 CACHED 01:31:23 01:31:23 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 01:31:23 #136 CACHED 01:31:23 01:31:23 #137 [core-command builder 6/7] COPY . . 01:31:23 #137 CACHED 01:31:23 01:31:23 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:23 #138 CACHED 01:31:23 01:31:23 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:31:23 #139 CACHED 01:31:23 01:31:23 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 01:31:23 #140 CACHED 01:31:23 01:31:23 #141 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:31:23 #141 CACHED 01:31:23 01:31:23 #142 [security-proxy-auth builder 6/7] COPY . . 01:31:23 #142 DONE 5.6s 01:31:23 01:31:23 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:31:24 #143 1.148 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:31:30 3e85d5ac6304: Pull complete 01:31:30 c3105a71a48b: Pull complete 01:31:31 0f093f025ec4: Pull complete 01:31:31 c3106fc0e877: Pull complete 01:31:31 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:32 prd-ubuntu20.04-docker-arm64-4c-16g-898 does not seem to be running inside a container 01:31:32 $ 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/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@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 01:31:34 #143 ... 01:31:34 01:31:34 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:31:34 #0 0.527 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:31:34 #144 ... 01:31:34 01:31:34 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:31:34 #0 0.986 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:31:34 #145 ... 01:31:34 01:31:34 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:31:34 #0 0.718 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:31:34 #146 ... 01:31:34 01:31:34 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:31:34 #0 1.424 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:31:34 #147 ... 01:31:34 01:31:34 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:31:34 #0 0.944 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:31:34 #148 ... 01:31:34 01:31:34 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:31:34 #0 0.461 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:31:34 #149 ... 01:31:34 01:31:34 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:31:34 #0 0.780 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:31:34 #150 ... 01:31:34 01:31:34 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:31:34 #0 0.912 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:31:34 #151 ... 01:31:34 01:31:34 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:31:34 #0 1.055 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:31:34 #152 ... 01:31:34 01:31:34 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:31:34 #0 1.344 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:31:34 #153 ... 01:31:34 01:31:34 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:31:34 #0 1.372 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:31:34 $ docker top 51ed2a446a8ecc24ba70b29b2f102396141e3cef604a2999dbe04ca3f4636e83 -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:35 + docker compose -f ./docker-compose-build.yml build --parallel 01:31:45 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:31:45 #1 transferring dockerfile: 2.23kB done 01:31:45 #1 DONE 0.1s 01:31:45 01:31:45 #2 [security-bootstrapper internal] load build definition from Dockerfile 01:31:45 #2 transferring dockerfile: 3.02kB done 01:31:45 #2 DONE 0.1s 01:31:45 01:31:45 #3 [core-metadata internal] load build definition from Dockerfile 01:31:45 #3 transferring dockerfile: 2.10kB done 01:31:45 #3 DONE 0.1s 01:31:45 01:31:45 #4 [core-command internal] load build definition from Dockerfile 01:31:45 #4 transferring dockerfile: 1.94kB 0.0s done 01:31:45 #4 DONE 0.1s 01:31:45 01:31:45 #5 [security-spire-server internal] load build definition from Dockerfile 01:31:45 #5 transferring dockerfile: 1.70kB 0.0s done 01:31:45 #5 DONE 0.1s 01:31:45 01:31:45 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:31:45 #6 transferring dockerfile: 1.89kB done 01:31:45 #6 DONE 0.1s 01:31:45 01:31:45 #7 [security-proxy-auth internal] load build definition from Dockerfile 01:31:45 #7 transferring dockerfile: 2.14kB 0.0s done 01:31:45 #7 DONE 0.1s 01:31:46 01:31:46 #8 [security-secretstore-setup internal] load build definition from Dockerfile 01:31:46 #8 transferring dockerfile: 2.49kB done 01:31:46 #8 DONE 0.1s 01:31:46 01:31:46 #9 [core-data internal] load build definition from Dockerfile 01:31:46 #9 transferring dockerfile: 2.04kB 0.0s done 01:31:46 #9 DONE 0.1s 01:31:46 01:31:46 #10 [security-spire-config internal] load build definition from Dockerfile 01:31:46 #10 transferring dockerfile: 1.69kB done 01:31:46 #10 DONE 0.1s 01:31:46 01:31:46 #11 [support-notifications internal] load build definition from Dockerfile 01:31:46 #11 transferring dockerfile: 2.00kB done 01:31:46 #11 DONE 0.1s 01:31:46 01:31:46 #12 [security-proxy-setup internal] load build definition from Dockerfile 01:31:46 #12 transferring dockerfile: 2.50kB 0.0s done 01:31:46 #12 DONE 0.1s 01:31:46 01:31:46 #13 [security-spire-agent internal] load build definition from Dockerfile 01:31:46 #13 transferring dockerfile: 1.81kB 0.0s done 01:31:46 #13 DONE 0.1s 01:31:46 01:31:46 #14 [core-keeper internal] load build definition from Dockerfile 01:31:46 #14 transferring dockerfile: 2.01kB done 01:31:46 #14 DONE 0.1s 01:31:46 01:31:46 #15 [support-scheduler internal] load build definition from Dockerfile 01:31:46 #15 transferring dockerfile: 1.83kB done 01:31:46 #15 DONE 0.1s 01:31:46 01:31:46 #16 [core-common-config-bootstrapper internal] load .dockerignore 01:31:46 #16 transferring context: 50B done 01:31:46 #16 DONE 0.0s 01:31:47 01:31:47 #17 [security-bootstrapper internal] load .dockerignore 01:31:47 #17 transferring context: 50B done 01:31:47 #17 DONE 0.0s 01:31:47 01:31:47 #18 [core-metadata internal] load .dockerignore 01:31:47 #18 transferring context: 50B done 01:31:47 #18 DONE 0.1s 01:31:47 01:31:47 #19 [core-command internal] load .dockerignore 01:31:47 #19 transferring context: 50B 0.0s done 01:31:47 #19 DONE 0.1s 01:31:47 01:31:47 #20 [security-spire-server internal] load .dockerignore 01:31:47 #20 transferring context: 50B 0.0s done 01:31:47 #20 DONE 0.1s 01:31:47 01:31:47 #21 [security-spiffe-token-provider internal] load .dockerignore 01:31:47 #21 transferring context: 50B 0.0s done 01:31:47 #21 DONE 0.1s 01:31:47 01:31:47 #22 [security-proxy-auth internal] load .dockerignore 01:31:47 #22 transferring context: 50B 0.0s done 01:31:47 #22 DONE 0.1s 01:31:47 01:31:47 #23 [security-secretstore-setup internal] load .dockerignore 01:31:47 #23 transferring context: 50B 0.0s done 01:31:47 #23 DONE 0.1s 01:31:48 01:31:48 #24 [core-data internal] load .dockerignore 01:31:48 #24 transferring context: 50B done 01:31:48 #24 DONE 0.1s 01:31:48 01:31:48 #25 [security-spire-config internal] load .dockerignore 01:31:48 #25 transferring context: 50B 0.0s done 01:31:48 #25 DONE 0.1s 01:31:48 01:31:48 #26 [support-notifications internal] load .dockerignore 01:31:48 #26 transferring context: 50B 0.0s done 01:31:48 #26 DONE 0.1s 01:31:48 01:31:48 #27 [security-proxy-setup internal] load .dockerignore 01:31:48 #27 transferring context: 50B done 01:31:48 #27 DONE 0.0s 01:31:48 01:31:48 #28 [security-spire-agent internal] load .dockerignore 01:31:48 #28 transferring context: 50B done 01:31:48 #28 DONE 0.1s 01:31:48 01:31:48 #29 [core-keeper internal] load .dockerignore 01:31:48 #29 transferring context: 50B 0.0s done 01:31:48 #29 DONE 0.1s 01:31:48 01:31:48 #30 [support-scheduler internal] load .dockerignore 01:31:48 #30 transferring context: 50B 0.0s done 01:31:48 #30 DONE 0.1s 01:31:48 01:31:48 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:48 #31 DONE 0.0s 01:31:48 01:31:48 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:31:49 #32 DONE 0.4s 01:31:49 01:31:49 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:49 #33 DONE 0.3s 01:31:49 01:31:49 #34 [core-common-config-bootstrapper internal] load build context 01:31:49 #34 ... 01:31:49 01:31:49 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:49 #31 DONE 0.0s 01:31:49 01:31:49 #34 [core-common-config-bootstrapper internal] load build context 01:31:49 #34 ... 01:31:49 01:31:49 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:31:49 #32 DONE 0.4s 01:31:49 01:31:49 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:49 #33 DONE 0.5s 01:31:49 01:31:49 #34 [core-common-config-bootstrapper internal] load build context 01:31:49 #34 ... 01:31:49 01:31:49 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:49 #31 DONE 0.0s 01:31:49 01:31:49 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 01:31:49 #32 DONE 0.4s 01:31:49 01:31:49 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:49 #33 DONE 0.5s 01:31:49 01:31:49 #34 [core-common-config-bootstrapper internal] load build context 01:31:49 #34 ... 01:31:49 01:31:49 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:49 #33 DONE 0.5s 01:31:49 01:31:49 #34 [core-common-config-bootstrapper internal] load build context 01:31:49 #34 transferring context: 3.22MB 0.7s done 01:31:50 #34 ... 01:31:50 01:31:50 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:50 #31 DONE 0.0s 01:31:50 01:31:50 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 01:31:50 #32 DONE 0.6s 01:31:50 01:31:50 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:50 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:50 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:50 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:50 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:50 #33 DONE 0.5s 01:31:50 01:31:50 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:50 #31 DONE 0.0s 01:31:50 01:31:50 #34 [core-common-config-bootstrapper internal] load build context 01:31:50 #34 DONE 1.0s 01:31:50 01:31:50 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:31:50 #32 ... 01:31:50 01:31:50 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:50 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:50 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:50 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:50 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:50 #33 DONE 0.6s 01:31:50 01:31:50 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:50 #31 DONE 0.0s 01:31:50 01:31:50 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 01:31:50 #32 ... 01:31:50 01:31:50 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:50 #31 DONE 0.0s 01:31:50 01:31:50 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 01:31:50 #32 DONE 1.3s 01:31:50 01:31:50 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:50 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:50 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:50 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:50 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:50 #33 DONE 0.6s 01:31:50 01:31:50 #35 [security-secretstore-setup internal] load build context 01:31:51 #35 ... 01:31:51 01:31:51 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:51 #31 DONE 0.0s 01:31:51 01:31:51 #36 [core-command internal] load build context 01:31:51 #36 ... 01:31:51 01:31:51 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:51 #31 DONE 0.0s 01:31:51 01:31:51 #36 [core-command internal] load build context 01:31:51 #36 transferring context: 3.22MB 1.5s done 01:31:51 #36 ... 01:31:51 01:31:51 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:51 #31 DONE 0.0s 01:31:51 01:31:51 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:51 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:51 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:51 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:51 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:51 #33 DONE 0.8s 01:31:51 01:31:51 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:31:51 #31 DONE 0.0s 01:31:51 01:31:51 #37 [security-proxy-setup internal] load build context 01:31:51 #37 ... 01:31:51 01:31:51 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:51 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:51 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:51 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:51 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:51 #33 DONE 0.8s 01:31:51 01:31:51 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:31:51 #38 DONE 2.1s 01:31:52 01:31:52 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:52 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:52 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:52 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:52 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:52 #33 DONE 0.8s 01:31:52 01:31:52 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:52 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:52 #39 ... 01:31:52 01:31:52 #40 [security-bootstrapper internal] load build context 01:31:52 #40 transferring context: 3.22MB 1.8s done 01:31:52 #40 DONE 3.2s 01:31:52 01:31:52 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:52 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:52 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:52 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:52 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:52 #33 DONE 0.8s 01:31:52 01:31:52 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:31:52 #32 DONE 2.8s 01:31:52 01:31:52 #41 [support-scheduler internal] load build context 01:31:52 #41 DONE 0.0s 01:31:52 01:31:52 #36 [core-command internal] load build context 01:31:52 #36 DONE 2.9s 01:31:52 01:31:52 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:52 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.6s done 01:31:53 #39 ... 01:31:53 01:31:53 #42 [core-metadata internal] load build context 01:31:53 #42 transferring context: 3.22MB 1.8s done 01:31:53 #42 DONE 3.1s 01:31:53 01:31:53 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:53 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:31:53 #39 ... 01:31:53 01:31:53 #43 [security-spiffe-token-provider internal] load build context 01:31:53 #43 transferring context: 3.22MB 1.8s done 01:31:53 #43 DONE 3.5s 01:31:53 01:31:53 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:53 #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:31:53 #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:31:53 #39 ... 01:31:53 01:31:53 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:31:53 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:31:53 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:31:53 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:31:53 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:31:53 #33 DONE 0.8s 01:31:53 01:31:53 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:31:53 #44 DONE 2.0s 01:31:53 01:31:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:53 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.6s done 01:31:53 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:31:53 #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:31:53 #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:31:53 #39 ... 01:31:53 01:31:53 #45 [security-proxy-auth internal] load build context 01:31:53 #45 transferring context: 3.22MB 1.4s done 01:31:53 #45 DONE 3.3s 01:31:53 01:31:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:53 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s 01:31:53 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.2s 01:31:53 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s 01:31:53 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s 01:31:53 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.3s 01:31:53 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s 01:31:54 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:31:54 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.9s done 01:31:54 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s done 01:31:54 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s done 01:31:54 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 01:31:55 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.7s 01:31:55 #39 ... 01:31:55 01:31:55 #46 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:31:55 #46 DONE 7.2s 01:31:55 01:31:55 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:55 #39 ... 01:31:55 01:31:55 #47 [security-spire-agent internal] load build context 01:31:55 #47 transferring context: 23.33kB 0.2s done 01:31:55 #47 DONE 2.0s 01:31:55 01:31:55 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:55 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.2s 01:31:56 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.0s 01:31:57 #39 ... 01:31:57 01:31:57 #48 [security-spire-config internal] load build context 01:31:57 #48 transferring context: 22.05kB 0.3s done 01:31:57 #48 DONE 5.3s 01:31:57 01:31:57 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:57 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.1s 01:31:58 #39 ... 01:31:58 01:31:58 #49 [security-spire-server internal] load build context 01:31:58 #49 transferring context: 23.80kB 0.3s done 01:31:58 #49 DONE 6.0s 01:31:58 01:31:58 #35 [security-secretstore-setup internal] load build context 01:31:58 #35 transferring context: 3.22MB 4.3s done 01:31:58 #35 DONE 7.3s 01:31:58 01:31:58 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:31:58 #50 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.1s done 01:31:58 #50 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:31:58 #50 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:31:58 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:31:58 #50 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:31:58 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 01:31:58 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 01:31:58 #50 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done 01:31:58 #50 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.29MB / 14.28MB 3.1s 01:31:58 #50 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 3.3s 01:31:58 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 01:31:59 #50 ... 01:31:59 01:31:59 #51 [support-notifications builder 2/7] WORKDIR /edgex-go 01:31:59 #51 DONE 3.7s 01:31:59 01:31:59 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:31:59 #50 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 3.7s 01:31:59 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:31:59 #50 ... 01:31:59 01:31:59 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:31:59 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.44MB / 33.17MB 5.4s 01:31:59 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:31:59 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 5.9s 01:31:59 #39 ... 01:31:59 01:31:59 #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:31:59 #0 8.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:31:59 #0 9.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:31:59 #52 ... 01:31:59 01:31:59 #53 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:31:59 #53 ... 01:31:59 01:31:59 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:31:59 #0 8.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:31:59 #0 9.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:31:59 #54 ... 01:31:59 01:31:59 #55 [core-data internal] load build context 01:31:59 #55 transferring context: 3.22MB 6.4s done 01:31:59 #55 DONE 8.7s 01:31:59 01:31:59 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:00 #39 ... 01:32:00 01:32:00 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:00 #0 8.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:00 #0 9.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:00 #56 ... 01:32:00 01:32:00 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:00 #57 DONE 7.8s 01:32:00 01:32:00 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:00 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.21MB / 33.17MB 6.9s 01:32:00 #39 ... 01:32:00 01:32:00 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:00 #0 9.329 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:01 #58 ... 01:32:01 01:32:01 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:32:01 #0 7.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:01 #0 8.807 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:01 #59 ... 01:32:01 01:32:01 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:01 #50 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 6.1s 01:32:01 #50 ... 01:32:01 01:32:01 #60 [core-keeper internal] load build context 01:32:02 #60 ... 01:32:02 01:32:02 #61 [support-notifications internal] load build context 01:32:02 #61 ... 01:32:02 01:32:02 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:02 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 8.5s 01:32:02 #39 ... 01:32:02 01:32:02 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:32:02 #62 ... 01:32:02 01:32:02 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:32:02 #63 ... 01:32:02 01:32:02 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:02 #64 ... 01:32:02 01:32:02 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:02 #0 9.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:02 #65 ... 01:32:02 01:32:02 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:02 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:32:02 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 9.6s 01:32:03 #39 ... 01:32:03 01:32:03 #37 [security-proxy-setup internal] load build context 01:32:03 #37 transferring context: 3.22MB 7.9s done 01:32:03 #37 DONE 11.5s 01:32:03 01:32:03 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:03 #39 ... 01:32:03 01:32:03 #41 [support-scheduler internal] load build context 01:32:03 #41 ... 01:32:03 01:32:03 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:32:03 #66 ... 01:32:03 01:32:03 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:03 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 10.2s 01:32:05 #39 ... 01:32:05 01:32:05 #61 [support-notifications internal] load build context 01:32:05 #61 transferring context: 3.22MB 8.5s done 01:32:05 #61 DONE 13.0s 01:32:05 01:32:05 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:05 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.09MB / 33.17MB 11.4s 01:32:05 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.95MB / 33.17MB 12.0s 01:32:05 #39 ... 01:32:05 01:32:05 #41 [support-scheduler internal] load build context 01:32:05 #41 transferring context: 3.22MB 8.5s done 01:32:05 #41 DONE 12.3s 01:32:05 01:32:05 #60 [core-keeper internal] load build context 01:32:05 #60 transferring context: 3.22MB 8.8s done 01:32:05 #60 DONE 13.7s 01:32:05 01:32:05 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:05 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 12.5s 01:32:06 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.9s 01:32:06 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.27MB / 33.17MB 13.4s 01:32:07 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 14.1s done 01:32:08 #39 ... 01:32:08 01:32:08 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:32:08 #54 15.98 (1/2) Installing dumb-init (1.2.5-r3) 01:32:08 #54 16.07 (2/2) Installing su-exec (0.2-r3) 01:32:08 #54 16.17 Executing busybox-1.36.1-r29.trigger 01:32:08 #54 16.34 OK: 9 MiB in 16 packages 01:32:08 #54 DONE 18.5s 01:32:08 01:32:08 #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:32:08 #52 14.82 (1/1) Installing dumb-init (1.2.5-r3) 01:32:08 #52 14.92 Executing busybox-1.36.1-r29.trigger 01:32:08 #52 15.18 OK: 9 MiB in 15 packages 01:32:08 #52 DONE 19.5s 01:32:08 01:32:08 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:32:09 #67 ... 01:32:09 01:32:09 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:32:09 #59 15.69 (1/1) Installing dumb-init (1.2.5-r3) 01:32:09 #59 15.72 Executing busybox-1.36.1-r29.trigger 01:32:09 #59 15.97 OK: 9 MiB in 15 packages 01:32:09 #59 DONE 18.0s 01:32:09 01:32:09 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:32:09 #68 ... 01:32:09 01:32:09 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:32:09 #69 ... 01:32:09 01:32:09 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:09 #70 ... 01:32:09 01:32:09 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:09 #71 ... 01:32:09 01:32:09 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:32:09 #72 ... 01:32:09 01:32:09 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:32:10 #73 ... 01:32:10 01:32:10 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:32:11 #74 ... 01:32:11 01:32:11 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:11 #50 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.7s done 01:32:11 #50 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:32:11 #50 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.2s 01:32:12 #50 ... 01:32:12 01:32:12 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:12 #58 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:12 #58 19.79 (1/4) Installing ca-certificates (20241121-r1) 01:32:12 #58 20.46 (2/4) Installing dumb-init (1.2.5-r3) 01:32:12 #58 20.47 (3/4) Installing su-exec (0.2-r3) 01:32:12 #58 20.48 (4/4) Installing yq-go (4.44.1-r2) 01:32:12 #58 ... 01:32:12 01:32:12 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:13 #50 ... 01:32:13 01:32:13 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:13 #70 DONE 14.0s 01:32:13 01:32:13 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:13 #65 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:13 #65 ... 01:32:13 01:32:13 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:13 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s 01:32:14 #39 ... 01:32:14 01:32:14 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:32:14 #63 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:14 #63 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:14 #63 ... 01:32:14 01:32:14 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:32:14 #62 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:14 #62 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:14 #62 22.16 (1/4) Installing dumb-init (1.2.5-r3) 01:32:14 #62 22.19 (2/4) Installing openssl (3.3.3-r0) 01:32:14 #62 22.31 (3/4) Installing su-exec (0.2-r3) 01:32:14 #62 22.33 (4/4) Installing yq-go (4.44.1-r2) 01:32:14 #62 ... 01:32:14 01:32:14 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:14 #64 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:14 #64 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:14 #64 ... 01:32:14 01:32:14 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:32:14 #66 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:14 #66 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:14 #66 ... 01:32:14 01:32:14 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:16 #39 ... 01:32:16 01:32:16 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:16 #58 21.26 Executing busybox-1.36.1-r29.trigger 01:32:16 #58 21.43 Executing ca-certificates-20241121-r1.trigger 01:32:16 #58 22.82 OK: 20 MiB in 18 packages 01:32:16 #58 DONE 25.6s 01:32:16 01:32:16 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:17 #39 ... 01:32:17 01:32:17 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:17 #56 17.77 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:32:17 #56 17.79 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:32:17 #56 17.79 OK: 24049 distinct packages available 01:32:17 #56 19.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:17 #56 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:17 #56 ... 01:32:17 01:32:17 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:18 #39 ... 01:32:18 01:32:18 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:32:18 #75 ... 01:32:18 01:32:18 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:18 #50 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.4s 01:32:18 #50 ... 01:32:18 01:32:18 #53 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:32:18 #53 9.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:18 #53 11.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:18 #53 18.56 OK: 239 MiB in 58 packages 01:32:18 #53 ... 01:32:18 01:32:18 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:32:18 #62 23.99 Executing busybox-1.36.1-r29.trigger 01:32:18 #62 24.29 OK: 20 MiB in 18 packages 01:32:18 #62 DONE 26.5s 01:32:18 01:32:18 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:32:19 #76 ... 01:32:19 01:32:19 #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:32:19 #53 DONE 21.5s 01:32:20 01:32:20 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:20 #50 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.4s done 01:32:20 #50 ... 01:32:20 01:32:20 #77 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:32:20 #77 DONE 1.0s 01:32:20 01:32:20 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:20 #56 30.25 (1/14) Installing ca-certificates (20241121-r1) 01:32:20 #56 30.78 (2/14) Installing brotli-libs (1.1.0-r2) 01:32:20 #56 30.86 (3/14) Installing c-ares (1.33.1-r0) 01:32:20 #56 30.88 (4/14) Installing libunistring (1.2-r0) 01:32:21 #56 31.22 (5/14) Installing libidn2 (2.3.7-r0) 01:32:21 #56 31.31 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:32:21 #56 31.37 (7/14) Installing libpsl (0.21.5-r1) 01:32:21 #56 31.42 (8/14) Installing zstd-libs (1.5.6-r0) 01:32:21 #56 31.60 (9/14) Installing libcurl (8.12.1-r0) 01:32:21 #56 31.78 (10/14) Installing curl (8.12.1-r0) 01:32:21 #56 31.86 (11/14) Installing dumb-init (1.2.5-r3) 01:32:22 #56 ... 01:32:22 01:32:22 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:32:22 #63 23.24 (1/7) Installing ca-certificates (20241121-r1) 01:32:22 #63 23.89 (2/7) Installing dumb-init (1.2.5-r3) 01:32:22 #63 23.94 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:32:22 #63 23.99 (4/7) Installing libsodium (1.0.19-r0) 01:32:22 #63 24.15 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:32:22 #63 24.54 (6/7) Installing libzmq (4.3.5-r2) 01:32:22 #63 24.73 (7/7) Installing zeromq (4.3.5-r2) 01:32:22 #63 24.84 Executing busybox-1.36.1-r29.trigger 01:32:22 #63 25.15 Executing ca-certificates-20241121-r1.trigger 01:32:22 #63 26.96 OK: 14 MiB in 21 packages 01:32:22 #63 DONE 29.8s 01:32:22 01:32:22 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:22 #56 31.94 (12/14) Installing musl-obstack (1.2.3-r2) 01:32:22 #56 32.05 (13/14) Installing libucontext (1.2-r3) 01:32:22 #56 32.20 (14/14) Installing gcompat (1.1.0-r4) 01:32:22 #56 32.29 Executing busybox-1.36.1-r29.trigger 01:32:22 #56 32.50 Executing ca-certificates-20241121-r1.trigger 01:32:23 #56 ... 01:32:23 01:32:23 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:32:23 #0 6.853 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:23 #0 9.374 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:23 #78 ... 01:32:23 01:32:23 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:23 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s 01:32:23 #39 ... 01:32:23 01:32:23 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:32:23 #66 21.74 (1/3) Installing ca-certificates (20241121-r1) 01:32:23 #66 22.25 (2/3) Installing dumb-init (1.2.5-r3) 01:32:23 #66 22.27 (3/3) Installing tzdata (2025b-r0) 01:32:23 #66 24.62 Executing busybox-1.36.1-r29.trigger 01:32:23 #66 24.86 Executing ca-certificates-20241121-r1.trigger 01:32:23 #66 26.94 OK: 11 MiB in 17 packages 01:32:23 #66 DONE 30.1s 01:32:23 01:32:23 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:23 #39 ... 01:32:23 01:32:23 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:32:23 #72 14.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:23 #72 15.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:23 #72 ... 01:32:23 01:32:23 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:24 #39 ... 01:32:24 01:32:24 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:24 #65 21.90 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:32:24 #65 21.90 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:32:24 #65 21.90 OK: 24049 distinct packages available 01:32:24 #65 23.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:24 #65 25.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:24 #65 ... 01:32:24 01:32:24 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:25 #39 ... 01:32:25 01:32:25 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:25 #71 16.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:25 #71 18.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:25 #71 ... 01:32:25 01:32:25 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:26 #39 ... 01:32:26 01:32:26 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:32:26 #74 15.24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:26 #74 17.79 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:26 #74 ... 01:32:26 01:32:26 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:26 #39 ... 01:32:26 01:32:26 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:32:26 #68 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:26 #68 20.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:26 #68 ... 01:32:26 01:32:26 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:32:26 #76 7.104 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:26 #76 ... 01:32:26 01:32:26 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:26 #56 34.04 OK: 15 MiB in 28 packages 01:32:26 #56 DONE 36.7s 01:32:26 01:32:26 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:32:26 #0 7.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:26 #79 ... 01:32:26 01:32:26 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:32:26 #69 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:26 #69 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:26 #69 ... 01:32:26 01:32:26 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:26 #64 24.42 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:32:26 #64 24.42 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:32:26 #64 24.42 OK: 24049 distinct packages available 01:32:26 #64 26.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:26 #64 28.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:27 #64 ... 01:32:27 01:32:27 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:28 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.5s 01:32:28 #39 ... 01:32:28 01:32:28 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:32:28 #75 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:28 #75 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:28 #75 ... 01:32:28 01:32:28 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:32:28 #76 9.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:29 #76 ... 01:32:29 01:32:29 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:32:29 #67 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:29 #67 13.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:29 #67 ... 01:32:29 01:32:29 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:29 #65 36.71 (1/5) Installing dumb-init (1.2.5-r3) 01:32:29 #65 36.75 (2/5) Installing musl-obstack (1.2.3-r2) 01:32:29 #65 36.77 (3/5) Installing libucontext (1.2-r3) 01:32:29 #65 36.79 (4/5) Installing gcompat (1.1.0-r4) 01:32:29 #65 36.84 (5/5) Installing openssl (3.3.3-r0) 01:32:29 #65 37.06 Executing busybox-1.36.1-r29.trigger 01:32:29 #65 ... 01:32:29 01:32:29 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:32:29 #73 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:29 #73 12.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:29 #73 ... 01:32:29 01:32:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:30 #39 ... 01:32:30 01:32:30 #80 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:30 #80 ... 01:32:30 01:32:30 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:31 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.4s done 01:32:31 #39 ... 01:32:31 01:32:31 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:31 #50 ... 01:32:31 01:32:31 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:32:31 #68 32.27 OK: 239 MiB in 58 packages 01:32:31 #68 ... 01:32:31 01:32:31 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:32:31 #72 30.94 OK: 239 MiB in 58 packages 01:32:31 #72 DONE 32.5s 01:32:31 01:32:31 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:31 #39 ... 01:32:31 01:32:31 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:32:31 #69 31.67 OK: 239 MiB in 58 packages 01:32:31 #69 DONE 32.9s 01:32:32 01:32:32 #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:32:32 #81 ... 01:32:32 01:32:32 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:32:32 #0 4.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:32 #0 7.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:32 #82 ... 01:32:32 01:32:32 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:32:32 #74 30.40 (1/1) Installing dumb-init (1.2.5-r3) 01:32:32 #74 31.33 Executing busybox-1.36.1-r29.trigger 01:32:32 #74 31.64 OK: 9 MiB in 15 packages 01:32:32 #74 ... 01:32:32 01:32:32 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:32:32 #83 DONE 0.9s 01:32:32 01:32:32 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:32 #84 ... 01:32:32 01:32:32 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:32 #65 37.20 OK: 10 MiB in 19 packages 01:32:32 #65 DONE 40.3s 01:32:32 01:32:32 #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:32:32 #81 DONE 1.0s 01:32:32 01:32:32 #85 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:33 #85 ... 01:32:33 01:32:33 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:32:33 #68 DONE 34.5s 01:32:33 01:32:33 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:32:33 #0 3.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:33 #0 6.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:33 #86 ... 01:32:33 01:32:33 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:32:33 #0 5.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:33 #0 7.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:33 #87 ... 01:32:33 01:32:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:33 #64 40.76 (1/4) Installing dumb-init (1.2.5-r3) 01:32:33 #64 40.79 (2/4) Installing musl-obstack (1.2.3-r2) 01:32:33 #64 40.84 (3/4) Installing libucontext (1.2-r3) 01:32:33 #64 40.92 (4/4) Installing gcompat (1.1.0-r4) 01:32:33 #64 40.99 Executing busybox-1.36.1-r29.trigger 01:32:33 #64 41.40 OK: 9 MiB in 18 packages 01:32:34 #64 ... 01:32:34 01:32:34 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:32:34 #74 DONE 34.0s 01:32:34 01:32:34 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:32:34 #78 21.79 OK: 239 MiB in 58 packages 01:32:34 #78 ... 01:32:34 01:32:34 #88 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:32:34 #88 DONE 1.4s 01:32:35 01:32:35 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:32:35 #67 27.07 OK: 9 MiB in 15 packages 01:32:36 #67 ... 01:32:36 01:32:36 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:32:36 #75 25.90 OK: 9 MiB in 16 packages 01:32:36 #75 DONE 27.7s 01:32:36 01:32:36 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:32:37 #89 ... 01:32:37 01:32:37 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:37 #64 DONE 44.4s 01:32:37 01:32:37 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:32:37 #78 DONE 23.9s 01:32:37 01:32:37 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:32:37 #79 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:37 #79 ... 01:32:37 01:32:37 #67 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:32:37 #67 DONE 29.8s 01:32:37 01:32:37 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:32:37 #90 ... 01:32:37 01:32:37 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:32:37 #73 26.22 OK: 9 MiB in 15 packages 01:32:37 #73 DONE 28.2s 01:32:37 01:32:37 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:32:38 #91 ... 01:32:38 01:32:38 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:32:38 #90 DONE 1.7s 01:32:38 01:32:38 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:39 #92 ... 01:32:39 01:32:39 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:39 #71 30.29 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:32:39 #71 30.29 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:32:39 #71 30.29 OK: 24049 distinct packages available 01:32:39 #71 31.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:39 #71 34.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:39 #71 ... 01:32:39 01:32:39 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:32:39 #79 21.41 OK: 20 MiB in 18 packages 01:32:39 #79 DONE 22.9s 01:32:39 01:32:39 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:32:39 #76 20.91 OK: 20 MiB in 18 packages 01:32:41 #76 DONE 22.4s 01:32:41 01:32:41 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:32:41 #82 17.97 OK: 14 MiB in 21 packages 01:32:41 #82 DONE 19.1s 01:32:41 01:32:41 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:32:41 #87 17.54 OK: 11 MiB in 17 packages 01:32:41 #87 ... 01:32:41 01:32:41 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:32:41 #93 DONE 0.1s 01:32:41 01:32:41 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:32:42 #94 ... 01:32:42 01:32:42 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:32:42 #87 DONE 18.5s 01:32:42 01:32:42 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:42 #71 43.05 OK: 239 MiB in 58 packages 01:32:43 #71 DONE 43.9s 01:32:43 01:32:43 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:32:43 #95 DONE 0.4s 01:32:43 01:32:43 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:32:43 #94 9.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:43 #94 ... 01:32:43 01:32:43 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:32:43 #89 DONE 7.7s 01:32:43 01:32:43 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:32:43 #94 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:43 #94 ... 01:32:43 01:32:43 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:32:43 #86 15.38 OK: 15 MiB in 28 packages 01:32:43 #86 DONE 17.1s 01:32:44 01:32:44 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:32:44 #96 DONE 0.5s 01:32:44 01:32:44 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:45 #97 ... 01:32:45 01:32:45 #98 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:45 #98 ... 01:32:45 01:32:45 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:32:45 #91 7.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:45 #91 8.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:47 #91 ... 01:32:47 01:32:47 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:32:47 #94 14.59 OK: 10 MiB in 19 packages 01:32:47 #94 DONE 15.1s 01:32:47 01:32:47 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:32:48 #99 ... 01:32:48 01:32:48 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:32:48 #100 DONE 1.1s 01:32:48 01:32:48 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:32:49 #101 ... 01:32:49 01:32:49 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:32:49 #99 DONE 2.1s 01:32:49 01:32:49 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:32:49 #102 DONE 0.2s 01:32:49 01:32:49 #103 [security-spire-server stage-2 6/9] COPY security.txt / 01:32:50 #103 DONE 0.3s 01:32:50 01:32:50 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:32:50 #91 12.47 OK: 9 MiB in 18 packages 01:32:50 #91 DONE 13.3s 01:32:50 01:32:50 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:32:50 #104 ... 01:32:50 01:32:50 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:32:50 #101 DONE 1.7s 01:32:50 01:32:50 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:32:50 #105 DONE 0.3s 01:32:50 01:32:50 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:32:50 #106 ... 01:32:50 01:32:50 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:32:50 #107 DONE 0.5s 01:32:50 01:32:50 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:32:50 #106 DONE 0.5s 01:32:50 01:32:50 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 01:32:51 #108 DONE 0.4s 01:32:51 01:32:51 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:32:51 #109 ... 01:32:51 01:32:51 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:32:51 #110 DONE 0.5s 01:32:51 01:32:51 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:32:51 #109 DONE 0.4s 01:32:51 01:32:51 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:32:52 #111 DONE 0.3s 01:32:52 01:32:52 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:32:52 #112 DONE 0.2s 01:32:52 01:32:52 #113 [security-spire-agent] exporting to image 01:32:52 #113 exporting layers 01:32:54 #113 ... 01:32:54 01:32:54 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:32:54 #104 DONE 3.5s 01:32:54 01:32:54 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:32:54 #114 DONE 0.2s 01:32:54 01:32:54 #115 [security-spire-config stage-2 6/10] COPY security.txt / 01:32:54 #115 DONE 0.2s 01:32:54 01:32:54 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:54 #84 ... 01:32:54 01:32:54 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:32:54 #116 DONE 0.3s 01:32:54 01:32:54 #85 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:54 #85 ... 01:32:54 01:32:54 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:32:54 #117 DONE 0.2s 01:32:54 01:32:54 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:32:54 #118 DONE 0.1s 01:32:54 01:32:54 #113 [security-spire-config] exporting to image 01:32:55 #113 exporting layers 3.7s done 01:32:55 #113 writing image sha256:224a7c728f90436c64b49a978ffdf5b68905bdf72fd4c2e695a186bdfc044bbb 01:32:55 #113 writing image sha256:224a7c728f90436c64b49a978ffdf5b68905bdf72fd4c2e695a186bdfc044bbb done 01:32:55 #113 naming to docker.io/library/security-spire-server-arm64 done 01:32:55 #113 exporting layers 3.3s done 01:32:55 #113 writing image sha256:a2a867a33f384d034274f4a037a97bbd63bacde08740bdaeab56dfe28e7c13fb done 01:32:55 #113 naming to docker.io/library/security-spire-agent-arm64 done 01:32:55 #154 DONE 91.3s 01:32:55 01:32:55 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:32:55 #147 DONE 91.3s 01:32:55 01:32:55 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:32:55 #151 ... 01:32:55 01:32:55 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:32:55 #155 DONE 0.3s 01:32:55 01:32:55 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:32:55 #156 DONE 0.4s 01:32:55 01:32:55 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:32:55 #157 DONE 0.1s 01:32:55 01:32:55 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:32:55 #158 ... 01:32:55 01:32:55 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:32:55 #159 DONE 0.3s 01:32:55 01:32:55 #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 01:32:55 #160 DONE 0.2s 01:32:55 01:32:55 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:32:55 #161 DONE 0.1s 01:32:55 01:32:55 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:32:55 #145 ... 01:32:55 01:32:55 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:32:55 #158 DONE 0.7s 01:32:55 01:32:55 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:32:55 #162 ... 01:32:55 01:32:55 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:32:55 #163 DONE 0.3s 01:32:55 01:32:55 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:32:55 #164 DONE 0.1s 01:32:56 01:32:56 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:32:56 #165 DONE 0.2s 01:32:56 01:32:56 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:32:56 #166 DONE 0.0s 01:32:56 01:32:56 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:32:56 #167 DONE 0.0s 01:32:56 01:32:56 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:56 #60 ... 01:32:56 01:32:56 #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/ 01:32:56 #168 DONE 0.0s 01:32:56 01:32:56 #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/ 01:32:56 #169 DONE 0.0s 01:32:56 01:32:56 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:32:56 #162 DONE 0.9s 01:32:56 01:32:56 #105 [core-common-config-bootstrapper] exporting to image 01:32:56 #105 exporting layers 01:32:56 #105 ... 01:32:56 01:32:56 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:32:56 #170 DONE 0.1s 01:32:56 01:32:56 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:32:56 #171 ... 01:32:56 01:32:56 #105 [core-common-config-bootstrapper] exporting to image 01:32:56 #105 exporting layers 0.4s done 01:32:56 #105 writing image sha256:38b3e30bb0786170d216f80f0fa739cd5e1ac09936ad5cca49998346d2943d9f done 01:32:56 #105 naming to docker.io/library/core-common-config-bootstrapper done 01:32:56 #105 DONE 1.4s 01:32:56 01:32:56 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:32:57 #113 exporting layers 2.0s done 01:32:57 #113 writing image sha256:70d5042a934c3bba44714d31447dbeb9ee42ab7f8b1cf8f81f7a31ca83394ebe done 01:32:57 #113 naming to docker.io/library/security-spire-config-arm64 done 01:32:57 #113 DONE 5.2s 01:32:57 01:32:57 #98 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:57 #145 ... 01:32:57 01:32:57 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:32:57 #171 DONE 1.3s 01:32:57 01:32:57 #105 [security-bootstrapper] exporting to image 01:32:58 #105 exporting layers 0.6s done 01:32:58 #105 writing image sha256:7e7d5875670a6e2a98fbd32eb818593d476d8358b4b94a0583ea1ea52c37daa9 done 01:32:58 #105 naming to docker.io/library/security-bootstrapper done 01:32:58 #105 DONE 2.0s 01:32:58 01:32:58 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:33:54 #145 ... 01:33:54 01:33:54 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:33:54 #151 151.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:33:58 #151 DONE 156.0s 01:33:58 01:33:58 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:33:58 #153 DONE 156.0s 01:33:58 01:33:58 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:33:58 #148 DONE 156.0s 01:33:58 01:33:58 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:33:58 #144 DONE 156.1s 01:33:58 01:33:58 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:33:59 #172 ... 01:33:59 01:33:59 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:33:59 #152 DONE 156.1s 01:33:59 01:33:59 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:33:59 #172 DONE 0.2s 01:33:59 01:33:59 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:33:59 #173 ... 01:33:59 01:33:59 #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:33:59 #174 DONE 0.2s 01:33:59 01:33:59 #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:33:59 #175 DONE 0.3s 01:33:59 01:33:59 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:33:59 #173 DONE 0.3s 01:33:59 01:33:59 #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:33:59 #176 DONE 0.3s 01:33:59 01:33:59 #177 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:33:59 #177 CACHED 01:33:59 01:33:59 #178 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:33:59 #178 CACHED 01:33:59 01:33:59 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:33:59 #179 DONE 0.1s 01:33:59 01:33:59 #180 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:33:59 #180 ... 01:33:59 01:33:59 #181 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:33:59 #181 DONE 0.2s 01:33:59 01:33:59 #182 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:33:59 #182 DONE 0.3s 01:33:59 01:33:59 #180 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:33:59 #180 DONE 0.3s 01:33:59 01:33:59 #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:33:59 #183 ... 01:33:59 01:33:59 #184 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:33:59 #184 DONE 0.3s 01:33:59 01:33:59 #185 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:33:59 #185 DONE 0.3s 01:33:59 01:33:59 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:33:59 #145 DONE 156.9s 01:33:59 01:33:59 #186 [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 01:33:59 #186 DONE 0.4s 01:33:59 01:33:59 #187 [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 01:34:00 #187 ... 01:34:00 01:34:00 #188 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:34:00 #188 CACHED 01:34:00 01:34:00 #189 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:34:00 #189 CACHED 01:34:00 01:34:00 #190 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:34:00 #190 DONE 0.4s 01:34:00 01:34:00 #191 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:34:00 #191 DONE 0.4s 01:34:00 01:34:00 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:34:00 #146 DONE 157.3s 01:34:00 01:34:00 #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:34:00 #183 DONE 0.5s 01:34:00 01:34:00 #192 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:34:00 #192 DONE 0.4s 01:34:00 01:34:00 #193 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:34:00 #193 ... 01:34:00 01:34:00 #187 [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 01:34:00 #187 DONE 0.4s 01:34:00 01:34:00 #194 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:34:00 #194 DONE 0.2s 01:34:00 01:34:00 #195 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:34:00 #195 DONE 0.2s 01:34:00 01:34:00 #105 [core-metadata] exporting to image 01:34:00 #105 exporting layers 01:34:00 #105 writing image sha256:bf3bbb0147e9d11fac421d46366012bde6dce70866de765505dea2d9c6eb1428 01:34:00 #105 ... 01:34:00 01:34:00 #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:34:00 #196 DONE 0.3s 01:34:00 01:34:00 #197 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:34:00 #197 DONE 0.2s 01:34:00 01:34:00 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:34:00 #143 DONE 157.7s 01:34:00 01:34:00 #193 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:34:00 #193 DONE 0.3s 01:34:00 01:34:00 #105 [security-spiffe-token-provider] exporting to image 01:34:00 #105 writing image sha256:bf3bbb0147e9d11fac421d46366012bde6dce70866de765505dea2d9c6eb1428 0.0s done 01:34:00 #105 naming to docker.io/library/core-command done 01:34:00 #105 ... 01:34:00 01:34:00 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:34:00 #198 DONE 0.3s 01:34:00 01:34:00 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:34:00 #199 DONE 0.2s 01:34:00 01:34:00 #200 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:34:00 #200 DONE 0.3s 01:34:00 01:34:00 #201 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:34:00 #201 DONE 0.2s 01:34:00 01:34:00 #202 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:34:00 #202 DONE 0.2s 01:34:00 01:34:00 #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:34:00 #203 DONE 0.1s 01:34:00 01:34:00 #105 [security-spiffe-token-provider] exporting to image 01:34:00 #105 exporting layers 0.3s done 01:34:00 #105 writing image sha256:a9a99d484d94a1863810b35093f3809cfefd1cdc269543fd3a2d692a72bc2990 done 01:34:00 #105 naming to docker.io/library/security-spiffe-token-provider done 01:34:00 #105 ... 01:34:00 01:34:00 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:34:00 #204 DONE 0.1s 01:34:00 01:34:00 #205 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:34:00 #205 DONE 0.2s 01:34:00 01:34:00 #206 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:34:00 #206 DONE 0.2s 01:34:00 01:34:00 #207 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:34:00 #207 DONE 0.1s 01:34:00 01:34:00 #105 [core-keeper] exporting to image 01:34:01 #105 ... 01:34:01 01:34:01 #208 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:34:01 #208 DONE 0.2s 01:34:01 01:34:01 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:34:01 #209 DONE 0.2s 01:34:01 01:34:01 #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:34:01 #210 DONE 0.1s 01:34:01 01:34:01 #105 [core-data] exporting to image 01:34:01 #105 exporting layers 0.8s done 01:34:01 #105 writing image sha256:28b41b5217bd335563430670904657630775f7fa39d556c3fb715174b279568b done 01:34:01 #105 naming to docker.io/library/core-keeper done 01:34:01 #105 writing image sha256:fecfc119ae18d74bb5a4523a4c4547449bd0891bf5ef82931534ddcb69289288 01:34:01 #105 exporting layers 0.2s done 01:34:01 #105 writing image sha256:fecfc119ae18d74bb5a4523a4c4547449bd0891bf5ef82931534ddcb69289288 0.0s done 01:34:01 #105 naming to docker.io/library/core-metadata done 01:34:01 #105 ... 01:34:01 01:34:01 #211 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:34:01 #211 DONE 0.6s 01:34:01 01:34:01 #212 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:34:01 #212 DONE 0.5s 01:34:01 01:34:01 #105 [core-data] exporting to image 01:34:01 #105 writing image sha256:e0226ddf298274490fdcfa4f09bad6819d1d5feecea6b07b6a8cffe9c8ed7ce8 done 01:34:01 #105 naming to docker.io/library/core-data done 01:34:01 #105 exporting layers 0.2s done 01:34:01 #105 writing image sha256:01f3c92a332361371c624676dd23f56b89ca149e5372e39184928e3a2959568a done 01:34:01 #105 naming to docker.io/library/security-proxy-setup done 01:34:01 #105 ... 01:34:01 01:34:01 #213 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:34:01 #213 DONE 0.7s 01:34:01 01:34:01 #105 [security-secretstore-setup] exporting to image 01:34:01 #105 exporting layers 0.2s done 01:34:01 #105 writing image sha256:69d61942f9f32fe2dfa1bf3cc3daaf72517daf6d0fbc83ce65bb19b65c3e8fa1 done 01:34:01 #105 naming to docker.io/library/security-secretstore-setup done 01:34:02 #105 exporting layers 0.9s done 01:34:02 #105 writing image sha256:c12d2b8e325a98ff819de53f0b0a442963da93cd9bdf857ef462e39fbdee8322 done 01:34:02 #105 naming to docker.io/library/security-proxy-auth done 01:34:02 #105 DONE 4.3s 01:34:02 01:34:02 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:34:02 #39 ... 01:34:02 01:34:02 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:34:02 #150 DONE 159.9s 01:34:02 01:34:02 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:34:02 #149 DONE 159.9s 01:34:02 01:34:02 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:34:02 #214 DONE 0.0s 01:34:02 01:34:02 #215 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:34:02 #215 DONE 0.0s 01:34:02 01:34:02 #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:34:02 #216 DONE 0.0s 01:34:02 01:34:02 #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:34:03 #217 DONE 0.1s 01:34:03 01:34:03 #218 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:34:03 #218 DONE 0.1s 01:34:03 01:34:03 #219 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:34:03 #219 DONE 0.1s 01:34:03 01:34:03 #220 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:34:03 #220 DONE 0.1s 01:34:03 01:34:03 #221 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:34:03 #221 DONE 0.0s 01:34:03 01:34:03 #105 [support-scheduler] exporting to image 01:34:03 #105 exporting layers 0.2s done 01:34:03 #105 writing image sha256:bc4a9002d4d8542b557d7d13d2f0956db8126228839ef4b1e2f4239568433cdf done 01:34:03 #105 naming to docker.io/library/support-notifications done 01:34:03 #105 writing image sha256:b0d46df7bbfae0f8e4199a388179f62c7c123400946341a6c9f34abe87100f4a done 01:34:03 #105 naming to docker.io/library/support-scheduler done 01:34:03 #105 DONE 4.5s 01:34:03 01:34:03 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:34:03 time="2025-05-05T01:30:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:34:03 $ docker stop --time=1 79e169766879c8071a8b1cf430e61bf109494f0c59f741f6db82f26147ec70b5 01:34:04 $ docker rm -f --volumes 79e169766879c8071a8b1cf430e61bf109494f0c59f741f6db82f26147ec70b5 [Pipeline] // withDockerContainer [Pipeline] sh 01:34:04 + docker images 01:34:04 REPOSITORY TAG IMAGE ID CREATED SIZE 01:34:04 support-scheduler latest b0d46df7bbfa 2 seconds ago 48.4MB 01:34:04 support-notifications latest bc4a9002d4d8 2 seconds ago 51.9MB 01:34:04 security-proxy-auth latest c12d2b8e325a 3 seconds ago 31.4MB 01:34:04 security-secretstore-setup latest 69d61942f9f3 3 seconds ago 68MB 01:34:04 security-proxy-setup latest 01f3c92a3323 3 seconds ago 38.3MB 01:34:04 core-metadata latest fecfc119ae18 4 seconds ago 32.7MB 01:34:04 core-keeper latest 28b41b5217bd 4 seconds ago 32.2MB 01:34:04 security-spiffe-token-provider latest a9a99d484d94 4 seconds ago 47.2MB 01:34:04 core-data latest e0226ddf2982 4 seconds ago 32.5MB 01:34:04 core-command latest bf3bbb0147e9 5 seconds ago 28MB 01:34:04 security-bootstrapper latest 7e7d5875670a About a minute ago 20.3MB 01:34:04 core-common-config-bootstrapper latest 38b3e30bb078 About a minute ago 17.1MB 01:34:04 security-spire-server latest 000cbe896e18 3 minutes ago 149MB 01:34:04 security-spire-config latest 271e77b8bb96 3 minutes ago 149MB 01:34:04 security-spire-agent latest b7ec48d3ed15 3 minutes ago 195MB 01:34:04 ci-base-image-x86_64 latest e8aedf370182 6 minutes ago 923MB 01:34:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 3 weeks ago 574MB 01:34:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 23 months ago 334MB 01:34:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:05 provisioning config files... 01:34:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/834@tmp/config10155895062756411842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:05 ---> ****-login.sh 01:34:05 nexus3.edgexfoundry.org:10001 01:34:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:05 Configure a credential helper to remove this warning. See 01:34:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:05 01:34:05 Login Succeeded 01:34:05 nexus3.edgexfoundry.org:10002 01:34:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:05 Configure a credential helper to remove this warning. See 01:34:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:05 01:34:05 Login Succeeded 01:34:05 nexus3.edgexfoundry.org:10003 01:34:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:05 Configure a credential helper to remove this warning. See 01:34:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:05 01:34:05 Login Succeeded 01:34:05 nexus3.edgexfoundry.org:10004 01:34:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:05 Configure a credential helper to remove this warning. See 01:34:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:05 01:34:05 Login Succeeded 01:34:05 ****.io 01:34:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:34:05 Configure a credential helper to remove this warning. See 01:34:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:34:05 01:34:05 Login Succeeded 01:34:05 ---> ****-login.sh ends [Pipeline] } 01:34:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:34:06 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:34:06 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:06 latest 01:34:06 4.1.0-dev.8 01:34:06 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:06 main 01:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:06 + docker push nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:34:06 fb52fb278b07: Preparing 01:34:06 2dc5306fc739: Preparing 01:34:06 a96ef4bb0d5f: Preparing 01:34:06 b4a4203923c9: Preparing 01:34:06 b5869dec9e0d: Preparing 01:34:06 511cfc5753c6: Preparing 01:34:06 994456c4fd7b: Preparing 01:34:06 511cfc5753c6: Waiting 01:34:06 994456c4fd7b: Waiting 01:34:06 a96ef4bb0d5f: Pushed 01:34:06 b5869dec9e0d: Pushed 01:34:06 b4a4203923c9: Pushed 01:34:06 fb52fb278b07: Pushed 01:34:06 994456c4fd7b: Layer already exists 01:34:06 511cfc5753c6: Pushed 01:34:08 2dc5306fc739: Pushed 01:34:08 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:09 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:34:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:34:09 fb52fb278b07: Preparing 01:34:09 2dc5306fc739: Preparing 01:34:09 a96ef4bb0d5f: Preparing 01:34:09 b4a4203923c9: Preparing 01:34:09 b5869dec9e0d: Preparing 01:34:09 511cfc5753c6: Preparing 01:34:09 994456c4fd7b: Preparing 01:34:09 994456c4fd7b: Waiting 01:34:09 511cfc5753c6: Waiting 01:34:09 a96ef4bb0d5f: Layer already exists 01:34:09 b4a4203923c9: Layer already exists 01:34:09 fb52fb278b07: Layer already exists 01:34:09 b5869dec9e0d: Layer already exists 01:34:09 2dc5306fc739: Layer already exists 01:34:09 511cfc5753c6: Layer already exists 01:34:09 994456c4fd7b: Layer already exists 01:34:09 latest: digest: sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:10 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 01:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:34:10 fb52fb278b07: Preparing 01:34:10 2dc5306fc739: Preparing 01:34:10 a96ef4bb0d5f: Preparing 01:34:10 b4a4203923c9: Preparing 01:34:10 b5869dec9e0d: Preparing 01:34:10 511cfc5753c6: Preparing 01:34:10 994456c4fd7b: Preparing 01:34:10 511cfc5753c6: Waiting 01:34:10 994456c4fd7b: Waiting 01:34:10 a96ef4bb0d5f: Layer already exists 01:34:10 fb52fb278b07: Layer already exists 01:34:10 2dc5306fc739: Layer already exists 01:34:10 b4a4203923c9: Layer already exists 01:34:10 b5869dec9e0d: Layer already exists 01:34:10 511cfc5753c6: Layer already exists 01:34:10 994456c4fd7b: Layer already exists 01:34:10 4.1.0-dev.8: digest: sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:10 + docker push nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:34:10 fb52fb278b07: Preparing 01:34:10 2dc5306fc739: Preparing 01:34:10 a96ef4bb0d5f: Preparing 01:34:10 b4a4203923c9: Preparing 01:34:10 b5869dec9e0d: Preparing 01:34:10 511cfc5753c6: Preparing 01:34:10 994456c4fd7b: Preparing 01:34:10 994456c4fd7b: Waiting 01:34:10 fb52fb278b07: Layer already exists 01:34:10 b5869dec9e0d: Layer already exists 01:34:10 b4a4203923c9: Layer already exists 01:34:10 2dc5306fc739: Layer already exists 01:34:10 a96ef4bb0d5f: Layer already exists 01:34:10 994456c4fd7b: Layer already exists 01:34:10 511cfc5753c6: Layer already exists 01:34:10 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:11 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:34:11 fb52fb278b07: Preparing 01:34:11 2dc5306fc739: Preparing 01:34:11 a96ef4bb0d5f: Preparing 01:34:11 b4a4203923c9: Preparing 01:34:11 b5869dec9e0d: Preparing 01:34:11 511cfc5753c6: Preparing 01:34:11 994456c4fd7b: Preparing 01:34:11 511cfc5753c6: Waiting 01:34:11 994456c4fd7b: Waiting 01:34:11 b4a4203923c9: Layer already exists 01:34:11 fb52fb278b07: Layer already exists 01:34:11 a96ef4bb0d5f: Layer already exists 01:34:11 b5869dec9e0d: Layer already exists 01:34:11 2dc5306fc739: Layer already exists 01:34:11 511cfc5753c6: Layer already exists 01:34:11 994456c4fd7b: Layer already exists 01:34:11 main: digest: sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:11 ===================================================== [Pipeline] echo 01:34:11 taggedImages: 01:34:11 - nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:11 - nexus3.edgexfoundry.org:10004/core-command:latest 01:34:11 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 01:34:11 - nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:11 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:34:11 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:34:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:11 latest 01:34:11 4.1.0-dev.8 01:34:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:11 main 01:34:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:34:12 c0ca51235d5e: Preparing 01:34:12 4d9f0104af95: Preparing 01:34:12 17d070447ea2: Preparing 01:34:12 f325ea3008c0: Preparing 01:34:12 a96ef4bb0d5f: Preparing 01:34:12 b4a4203923c9: Preparing 01:34:12 b5869dec9e0d: Preparing 01:34:12 511cfc5753c6: Preparing 01:34:12 994456c4fd7b: Preparing 01:34:12 b4a4203923c9: Waiting 01:34:12 b5869dec9e0d: Waiting 01:34:12 511cfc5753c6: Waiting 01:34:12 994456c4fd7b: Waiting 01:34:12 a96ef4bb0d5f: Layer already exists 01:34:12 b4a4203923c9: Layer already exists 01:34:12 b5869dec9e0d: Layer already exists 01:34:12 511cfc5753c6: Layer already exists 01:34:12 4d9f0104af95: Pushed 01:34:12 17d070447ea2: Pushed 01:34:12 c0ca51235d5e: Pushed 01:34:12 994456c4fd7b: Layer already exists 01:34:13 f325ea3008c0: Pushed 01:34:13 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:13 + 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 01:34:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:34:14 c0ca51235d5e: Preparing 01:34:14 4d9f0104af95: Preparing 01:34:14 17d070447ea2: Preparing 01:34:14 f325ea3008c0: Preparing 01:34:14 a96ef4bb0d5f: Preparing 01:34:14 b4a4203923c9: Preparing 01:34:14 b5869dec9e0d: Preparing 01:34:14 511cfc5753c6: Preparing 01:34:14 994456c4fd7b: Preparing 01:34:14 b4a4203923c9: Waiting 01:34:14 b5869dec9e0d: Waiting 01:34:14 511cfc5753c6: Waiting 01:34:14 994456c4fd7b: Waiting 01:34:14 17d070447ea2: Layer already exists 01:34:14 c0ca51235d5e: Layer already exists 01:34:14 4d9f0104af95: Layer already exists 01:34:14 f325ea3008c0: Layer already exists 01:34:14 a96ef4bb0d5f: Layer already exists 01:34:14 994456c4fd7b: Layer already exists 01:34:14 b5869dec9e0d: Layer already exists 01:34:14 511cfc5753c6: Layer already exists 01:34:14 b4a4203923c9: Layer already exists 01:34:14 latest: digest: sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:14 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 01:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:34:14 c0ca51235d5e: Preparing 01:34:14 4d9f0104af95: Preparing 01:34:14 17d070447ea2: Preparing 01:34:14 f325ea3008c0: Preparing 01:34:14 a96ef4bb0d5f: Preparing 01:34:14 b4a4203923c9: Preparing 01:34:14 b5869dec9e0d: Preparing 01:34:14 511cfc5753c6: Preparing 01:34:14 994456c4fd7b: Preparing 01:34:14 511cfc5753c6: Waiting 01:34:14 b4a4203923c9: Waiting 01:34:14 994456c4fd7b: Waiting 01:34:14 b5869dec9e0d: Waiting 01:34:14 4d9f0104af95: Layer already exists 01:34:14 17d070447ea2: Layer already exists 01:34:14 a96ef4bb0d5f: Layer already exists 01:34:14 f325ea3008c0: Layer already exists 01:34:14 c0ca51235d5e: Layer already exists 01:34:14 b5869dec9e0d: Layer already exists 01:34:14 511cfc5753c6: Layer already exists 01:34:14 994456c4fd7b: Layer already exists 01:34:14 b4a4203923c9: Layer already exists 01:34:14 4.1.0-dev.8: digest: sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:34:15 c0ca51235d5e: Preparing 01:34:15 4d9f0104af95: Preparing 01:34:15 17d070447ea2: Preparing 01:34:15 f325ea3008c0: Preparing 01:34:15 a96ef4bb0d5f: Preparing 01:34:15 b4a4203923c9: Preparing 01:34:15 b5869dec9e0d: Preparing 01:34:15 511cfc5753c6: Preparing 01:34:15 994456c4fd7b: Preparing 01:34:15 b4a4203923c9: Waiting 01:34:15 994456c4fd7b: Waiting 01:34:15 b5869dec9e0d: Waiting 01:34:15 511cfc5753c6: Waiting 01:34:15 c0ca51235d5e: Layer already exists 01:34:15 a96ef4bb0d5f: Layer already exists 01:34:15 4d9f0104af95: Layer already exists 01:34:15 f325ea3008c0: Layer already exists 01:34:15 17d070447ea2: Layer already exists 01:34:15 511cfc5753c6: Layer already exists 01:34:15 994456c4fd7b: Layer already exists 01:34:15 b5869dec9e0d: Layer already exists 01:34:15 b4a4203923c9: Layer already exists 01:34:15 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:15 + 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 01:34:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:34:16 c0ca51235d5e: Preparing 01:34:16 4d9f0104af95: Preparing 01:34:16 17d070447ea2: Preparing 01:34:16 f325ea3008c0: Preparing 01:34:16 a96ef4bb0d5f: Preparing 01:34:16 b4a4203923c9: Preparing 01:34:16 b5869dec9e0d: Preparing 01:34:16 511cfc5753c6: Preparing 01:34:16 994456c4fd7b: Preparing 01:34:16 b5869dec9e0d: Waiting 01:34:16 b4a4203923c9: Waiting 01:34:16 511cfc5753c6: Waiting 01:34:16 994456c4fd7b: Waiting 01:34:16 c0ca51235d5e: Layer already exists 01:34:16 4d9f0104af95: Layer already exists 01:34:16 f325ea3008c0: Layer already exists 01:34:16 17d070447ea2: Layer already exists 01:34:16 a96ef4bb0d5f: Layer already exists 01:34:16 b4a4203923c9: Layer already exists 01:34:16 994456c4fd7b: Layer already exists 01:34:16 511cfc5753c6: Layer already exists 01:34:16 b5869dec9e0d: Layer already exists 01:34:16 main: digest: sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:16 ===================================================== [Pipeline] echo 01:34:16 taggedImages: 01:34:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:34:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 01:34:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:34:16 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:34:16 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:16 latest 01:34:16 4.1.0-dev.8 01:34:16 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:16 main 01:34:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:16 + docker push nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:34:16 edacfa5210a2: Preparing 01:34:16 5b076a4451f6: Preparing 01:34:16 a96ef4bb0d5f: Preparing 01:34:16 b4a4203923c9: Preparing 01:34:16 89afe772dd8e: Preparing 01:34:16 846bc2ffbc73: Preparing 01:34:16 994456c4fd7b: Preparing 01:34:16 846bc2ffbc73: Waiting 01:34:16 b4a4203923c9: Layer already exists 01:34:16 a96ef4bb0d5f: Layer already exists 01:34:16 994456c4fd7b: Layer already exists 01:34:16 89afe772dd8e: Pushed 01:34:16 edacfa5210a2: Pushed 01:34:16 846bc2ffbc73: Pushed 01:34:19 5b076a4451f6: Pushed 01:34:19 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:20 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:34:20 edacfa5210a2: Preparing 01:34:20 5b076a4451f6: Preparing 01:34:20 a96ef4bb0d5f: Preparing 01:34:20 b4a4203923c9: Preparing 01:34:20 89afe772dd8e: Preparing 01:34:20 846bc2ffbc73: Preparing 01:34:20 994456c4fd7b: Preparing 01:34:20 846bc2ffbc73: Waiting 01:34:20 994456c4fd7b: Waiting 01:34:20 5b076a4451f6: Layer already exists 01:34:20 b4a4203923c9: Layer already exists 01:34:20 edacfa5210a2: Layer already exists 01:34:20 89afe772dd8e: Layer already exists 01:34:20 a96ef4bb0d5f: Layer already exists 01:34:20 846bc2ffbc73: Layer already exists 01:34:20 994456c4fd7b: Layer already exists 01:34:20 latest: digest: sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:20 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 01:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:34:20 edacfa5210a2: Preparing 01:34:20 5b076a4451f6: Preparing 01:34:20 a96ef4bb0d5f: Preparing 01:34:20 b4a4203923c9: Preparing 01:34:20 89afe772dd8e: Preparing 01:34:20 846bc2ffbc73: Preparing 01:34:20 994456c4fd7b: Preparing 01:34:20 846bc2ffbc73: Waiting 01:34:20 994456c4fd7b: Waiting 01:34:20 edacfa5210a2: Layer already exists 01:34:20 5b076a4451f6: Layer already exists 01:34:20 a96ef4bb0d5f: Layer already exists 01:34:20 89afe772dd8e: Layer already exists 01:34:20 b4a4203923c9: Layer already exists 01:34:20 846bc2ffbc73: Layer already exists 01:34:20 994456c4fd7b: Layer already exists 01:34:20 4.1.0-dev.8: digest: sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:21 + docker push nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:34:21 edacfa5210a2: Preparing 01:34:21 5b076a4451f6: Preparing 01:34:21 a96ef4bb0d5f: Preparing 01:34:21 b4a4203923c9: Preparing 01:34:21 89afe772dd8e: Preparing 01:34:21 846bc2ffbc73: Preparing 01:34:21 994456c4fd7b: Preparing 01:34:21 846bc2ffbc73: Waiting 01:34:21 994456c4fd7b: Waiting 01:34:21 a96ef4bb0d5f: Layer already exists 01:34:21 edacfa5210a2: Layer already exists 01:34:21 5b076a4451f6: Layer already exists 01:34:21 b4a4203923c9: Layer already exists 01:34:21 89afe772dd8e: Layer already exists 01:34:21 994456c4fd7b: Layer already exists 01:34:21 846bc2ffbc73: Layer already exists 01:34:21 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:22 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:34:22 edacfa5210a2: Preparing 01:34:22 5b076a4451f6: Preparing 01:34:22 a96ef4bb0d5f: Preparing 01:34:22 b4a4203923c9: Preparing 01:34:22 89afe772dd8e: Preparing 01:34:22 846bc2ffbc73: Preparing 01:34:22 994456c4fd7b: Preparing 01:34:22 846bc2ffbc73: Waiting 01:34:22 994456c4fd7b: Waiting 01:34:22 89afe772dd8e: Layer already exists 01:34:22 a96ef4bb0d5f: Layer already exists 01:34:22 edacfa5210a2: Layer already exists 01:34:22 5b076a4451f6: Layer already exists 01:34:22 b4a4203923c9: Layer already exists 01:34:22 994456c4fd7b: Layer already exists 01:34:22 846bc2ffbc73: Layer already exists 01:34:22 main: digest: sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:22 ===================================================== [Pipeline] echo 01:34:22 taggedImages: 01:34:22 - nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:22 - nexus3.edgexfoundry.org:10004/core-data:latest 01:34:22 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 01:34:22 - nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:22 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:34:22 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:34:22 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:22 latest 01:34:22 4.1.0-dev.8 01:34:22 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:22 main 01:34:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:34:22 dcef3c731c7d: Preparing 01:34:22 90ef99a39ab9: Preparing 01:34:22 b4a4203923c9: Preparing 01:34:22 27201b257de2: Preparing 01:34:22 82bef9cf3678: Preparing 01:34:22 994456c4fd7b: Preparing 01:34:22 b4a4203923c9: Layer already exists 01:34:22 994456c4fd7b: Layer already exists 01:34:22 82bef9cf3678: Pushed 01:34:22 dcef3c731c7d: Pushed 01:34:22 27201b257de2: Pushed 01:34:25 90ef99a39ab9: Pushed 01:34:25 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:34:26 dcef3c731c7d: Preparing 01:34:26 90ef99a39ab9: Preparing 01:34:26 b4a4203923c9: Preparing 01:34:26 27201b257de2: Preparing 01:34:26 82bef9cf3678: Preparing 01:34:26 994456c4fd7b: Preparing 01:34:26 994456c4fd7b: Waiting 01:34:26 b4a4203923c9: Layer already exists 01:34:26 dcef3c731c7d: Layer already exists 01:34:26 27201b257de2: Layer already exists 01:34:26 82bef9cf3678: Layer already exists 01:34:26 90ef99a39ab9: Layer already exists 01:34:26 994456c4fd7b: Layer already exists 01:34:26 latest: digest: sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 01:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:34:26 dcef3c731c7d: Preparing 01:34:26 90ef99a39ab9: Preparing 01:34:26 b4a4203923c9: Preparing 01:34:26 27201b257de2: Preparing 01:34:26 82bef9cf3678: Preparing 01:34:26 994456c4fd7b: Preparing 01:34:26 994456c4fd7b: Waiting 01:34:26 dcef3c731c7d: Layer already exists 01:34:26 90ef99a39ab9: Layer already exists 01:34:26 27201b257de2: Layer already exists 01:34:26 b4a4203923c9: Layer already exists 01:34:26 82bef9cf3678: Layer already exists 01:34:26 994456c4fd7b: Layer already exists 01:34:26 4.1.0-dev.8: digest: sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:34:27 dcef3c731c7d: Preparing 01:34:27 90ef99a39ab9: Preparing 01:34:27 b4a4203923c9: Preparing 01:34:27 27201b257de2: Preparing 01:34:27 82bef9cf3678: Preparing 01:34:27 994456c4fd7b: Preparing 01:34:27 994456c4fd7b: Waiting 01:34:27 27201b257de2: Layer already exists 01:34:27 b4a4203923c9: Layer already exists 01:34:27 dcef3c731c7d: Layer already exists 01:34:27 82bef9cf3678: Layer already exists 01:34:27 90ef99a39ab9: Layer already exists 01:34:27 994456c4fd7b: Layer already exists 01:34:27 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:34:28 dcef3c731c7d: Preparing 01:34:28 90ef99a39ab9: Preparing 01:34:28 b4a4203923c9: Preparing 01:34:28 27201b257de2: Preparing 01:34:28 82bef9cf3678: Preparing 01:34:28 994456c4fd7b: Preparing 01:34:28 994456c4fd7b: Waiting 01:34:28 90ef99a39ab9: Layer already exists 01:34:28 dcef3c731c7d: Layer already exists 01:34:28 27201b257de2: Layer already exists 01:34:28 82bef9cf3678: Layer already exists 01:34:28 b4a4203923c9: Layer already exists 01:34:28 994456c4fd7b: Layer already exists 01:34:28 main: digest: sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:28 ===================================================== [Pipeline] echo 01:34:28 taggedImages: 01:34:28 - nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:28 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:34:28 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 01:34:28 - nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:28 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:34:28 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:34:28 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:28 latest 01:34:28 4.1.0-dev.8 01:34:28 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:28 main 01:34:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:34:28 f6731e4ea577: Preparing 01:34:28 caccd9e445a8: Preparing 01:34:28 818a7d6f5ac5: Preparing 01:34:28 a96ef4bb0d5f: Preparing 01:34:28 b4a4203923c9: Preparing 01:34:28 b5869dec9e0d: Preparing 01:34:28 511cfc5753c6: Preparing 01:34:28 994456c4fd7b: Preparing 01:34:28 b5869dec9e0d: Waiting 01:34:28 511cfc5753c6: Waiting 01:34:28 994456c4fd7b: Waiting 01:34:28 a96ef4bb0d5f: Layer already exists 01:34:28 b4a4203923c9: Layer already exists 01:34:28 b5869dec9e0d: Layer already exists 01:34:28 511cfc5753c6: Layer already exists 01:34:28 994456c4fd7b: Layer already exists 01:34:28 caccd9e445a8: Pushed 01:34:28 f6731e4ea577: Pushed 01:34:31 818a7d6f5ac5: Pushed 01:34:31 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:34:32 f6731e4ea577: Preparing 01:34:32 caccd9e445a8: Preparing 01:34:32 818a7d6f5ac5: Preparing 01:34:32 a96ef4bb0d5f: Preparing 01:34:32 b4a4203923c9: Preparing 01:34:32 b5869dec9e0d: Preparing 01:34:32 511cfc5753c6: Preparing 01:34:32 994456c4fd7b: Preparing 01:34:32 994456c4fd7b: Waiting 01:34:32 511cfc5753c6: Waiting 01:34:32 b5869dec9e0d: Waiting 01:34:32 b4a4203923c9: Layer already exists 01:34:32 caccd9e445a8: Layer already exists 01:34:32 f6731e4ea577: Layer already exists 01:34:32 a96ef4bb0d5f: Layer already exists 01:34:32 818a7d6f5ac5: Layer already exists 01:34:32 511cfc5753c6: Layer already exists 01:34:32 b5869dec9e0d: Layer already exists 01:34:32 994456c4fd7b: Layer already exists 01:34:32 latest: digest: sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 01:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:34:32 f6731e4ea577: Preparing 01:34:32 caccd9e445a8: Preparing 01:34:32 818a7d6f5ac5: Preparing 01:34:32 a96ef4bb0d5f: Preparing 01:34:32 b4a4203923c9: Preparing 01:34:32 b5869dec9e0d: Preparing 01:34:32 511cfc5753c6: Preparing 01:34:32 994456c4fd7b: Preparing 01:34:32 b5869dec9e0d: Waiting 01:34:32 511cfc5753c6: Waiting 01:34:32 994456c4fd7b: Waiting 01:34:32 818a7d6f5ac5: Layer already exists 01:34:32 a96ef4bb0d5f: Layer already exists 01:34:32 caccd9e445a8: Layer already exists 01:34:32 f6731e4ea577: Layer already exists 01:34:32 b4a4203923c9: Layer already exists 01:34:32 b5869dec9e0d: Layer already exists 01:34:32 994456c4fd7b: Layer already exists 01:34:32 511cfc5753c6: Layer already exists 01:34:32 4.1.0-dev.8: digest: sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:34:33 f6731e4ea577: Preparing 01:34:33 caccd9e445a8: Preparing 01:34:33 818a7d6f5ac5: Preparing 01:34:33 a96ef4bb0d5f: Preparing 01:34:33 b4a4203923c9: Preparing 01:34:33 b5869dec9e0d: Preparing 01:34:33 511cfc5753c6: Preparing 01:34:33 994456c4fd7b: Preparing 01:34:33 b5869dec9e0d: Waiting 01:34:33 511cfc5753c6: Waiting 01:34:33 994456c4fd7b: Waiting 01:34:33 a96ef4bb0d5f: Layer already exists 01:34:33 b4a4203923c9: Layer already exists 01:34:33 caccd9e445a8: Layer already exists 01:34:33 f6731e4ea577: Layer already exists 01:34:33 818a7d6f5ac5: Layer already exists 01:34:33 b5869dec9e0d: Layer already exists 01:34:33 511cfc5753c6: Layer already exists 01:34:33 994456c4fd7b: Layer already exists 01:34:33 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:34:34 f6731e4ea577: Preparing 01:34:34 caccd9e445a8: Preparing 01:34:34 818a7d6f5ac5: Preparing 01:34:34 a96ef4bb0d5f: Preparing 01:34:34 b4a4203923c9: Preparing 01:34:34 b5869dec9e0d: Preparing 01:34:34 511cfc5753c6: Preparing 01:34:34 994456c4fd7b: Preparing 01:34:34 511cfc5753c6: Waiting 01:34:34 994456c4fd7b: Waiting 01:34:34 b5869dec9e0d: Waiting 01:34:34 818a7d6f5ac5: Layer already exists 01:34:34 f6731e4ea577: Layer already exists 01:34:34 caccd9e445a8: Layer already exists 01:34:34 b4a4203923c9: Layer already exists 01:34:34 a96ef4bb0d5f: Layer already exists 01:34:34 b5869dec9e0d: Layer already exists 01:34:34 511cfc5753c6: Layer already exists 01:34:34 994456c4fd7b: Layer already exists 01:34:34 main: digest: sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:34 ===================================================== [Pipeline] echo 01:34:34 taggedImages: 01:34:34 - nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:34 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:34:34 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 01:34:34 - nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:34 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:34:34 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:34:34 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:34 latest 01:34:34 4.1.0-dev.8 01:34:34 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:34 main 01:34:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:34:34 f010f9376dcc: Preparing 01:34:34 fee58e51af99: Preparing 01:34:34 2b4ee114b000: Preparing 01:34:34 f50a8b6f1ef0: Preparing 01:34:34 bcf8a00ae627: Preparing 01:34:34 dc14c1a1d12d: Preparing 01:34:34 16bf55a19323: Preparing 01:34:34 a96ef4bb0d5f: Preparing 01:34:34 b4a4203923c9: Preparing 01:34:34 e2b55939a2f2: Preparing 01:34:34 bca2a17a557d: Preparing 01:34:34 5f70bf18a086: Preparing 01:34:34 7f041eff02d8: Preparing 01:34:34 7f99dc923fa0: Preparing 01:34:34 3b114e8765c6: Preparing 01:34:34 994456c4fd7b: Preparing 01:34:34 16bf55a19323: Waiting 01:34:34 a96ef4bb0d5f: Waiting 01:34:34 b4a4203923c9: Waiting 01:34:34 e2b55939a2f2: Waiting 01:34:34 bca2a17a557d: Waiting 01:34:34 dc14c1a1d12d: Waiting 01:34:34 5f70bf18a086: Waiting 01:34:34 3b114e8765c6: Waiting 01:34:34 994456c4fd7b: Waiting 01:34:34 7f041eff02d8: Waiting 01:34:34 f50a8b6f1ef0: Pushed 01:34:34 2b4ee114b000: Pushed 01:34:34 bcf8a00ae627: Pushed 01:34:34 f010f9376dcc: Pushed 01:34:34 fee58e51af99: Pushed 01:34:34 a96ef4bb0d5f: Layer already exists 01:34:34 b4a4203923c9: Layer already exists 01:34:34 5f70bf18a086: Layer already exists 01:34:34 dc14c1a1d12d: Pushed 01:34:35 e2b55939a2f2: Pushed 01:34:35 bca2a17a557d: Pushed 01:34:35 7f041eff02d8: Pushed 01:34:35 994456c4fd7b: Layer already exists 01:34:35 7f99dc923fa0: Pushed 01:34:35 3b114e8765c6: Pushed 01:34:36 16bf55a19323: Pushed 01:34:36 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:34:37 f010f9376dcc: Preparing 01:34:37 fee58e51af99: Preparing 01:34:37 2b4ee114b000: Preparing 01:34:37 f50a8b6f1ef0: Preparing 01:34:37 bcf8a00ae627: Preparing 01:34:37 dc14c1a1d12d: Preparing 01:34:37 16bf55a19323: Preparing 01:34:37 a96ef4bb0d5f: Preparing 01:34:37 b4a4203923c9: Preparing 01:34:37 e2b55939a2f2: Preparing 01:34:37 bca2a17a557d: Preparing 01:34:37 5f70bf18a086: Preparing 01:34:37 7f041eff02d8: Preparing 01:34:37 16bf55a19323: Waiting 01:34:37 7f99dc923fa0: Preparing 01:34:37 a96ef4bb0d5f: Waiting 01:34:37 3b114e8765c6: Preparing 01:34:37 994456c4fd7b: Preparing 01:34:37 b4a4203923c9: Waiting 01:34:37 e2b55939a2f2: Waiting 01:34:37 5f70bf18a086: Waiting 01:34:37 bca2a17a557d: Waiting 01:34:37 7f041eff02d8: Waiting 01:34:37 7f99dc923fa0: Waiting 01:34:37 3b114e8765c6: Waiting 01:34:37 994456c4fd7b: Waiting 01:34:37 dc14c1a1d12d: Waiting 01:34:37 bcf8a00ae627: Layer already exists 01:34:37 f010f9376dcc: Layer already exists 01:34:37 f50a8b6f1ef0: Layer already exists 01:34:37 fee58e51af99: Layer already exists 01:34:37 2b4ee114b000: Layer already exists 01:34:37 a96ef4bb0d5f: Layer already exists 01:34:37 dc14c1a1d12d: Layer already exists 01:34:37 16bf55a19323: Layer already exists 01:34:37 b4a4203923c9: Layer already exists 01:34:37 e2b55939a2f2: Layer already exists 01:34:37 bca2a17a557d: Layer already exists 01:34:37 5f70bf18a086: Layer already exists 01:34:37 7f99dc923fa0: Layer already exists 01:34:37 3b114e8765c6: Layer already exists 01:34:37 7f041eff02d8: Layer already exists 01:34:37 994456c4fd7b: Layer already exists 01:34:37 latest: digest: sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 01:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:34:37 f010f9376dcc: Preparing 01:34:37 fee58e51af99: Preparing 01:34:37 2b4ee114b000: Preparing 01:34:37 f50a8b6f1ef0: Preparing 01:34:37 bcf8a00ae627: Preparing 01:34:37 dc14c1a1d12d: Preparing 01:34:37 16bf55a19323: Preparing 01:34:37 a96ef4bb0d5f: Preparing 01:34:37 b4a4203923c9: Preparing 01:34:37 e2b55939a2f2: Preparing 01:34:37 bca2a17a557d: Preparing 01:34:37 5f70bf18a086: Preparing 01:34:37 7f041eff02d8: Preparing 01:34:37 7f99dc923fa0: Preparing 01:34:37 3b114e8765c6: Preparing 01:34:37 994456c4fd7b: Preparing 01:34:37 dc14c1a1d12d: Waiting 01:34:37 16bf55a19323: Waiting 01:34:37 a96ef4bb0d5f: Waiting 01:34:37 b4a4203923c9: Waiting 01:34:37 e2b55939a2f2: Waiting 01:34:37 bca2a17a557d: Waiting 01:34:37 7f99dc923fa0: Waiting 01:34:37 3b114e8765c6: Waiting 01:34:37 5f70bf18a086: Waiting 01:34:37 7f041eff02d8: Waiting 01:34:37 994456c4fd7b: Waiting 01:34:37 f50a8b6f1ef0: Layer already exists 01:34:37 2b4ee114b000: Layer already exists 01:34:37 fee58e51af99: Layer already exists 01:34:37 bcf8a00ae627: Layer already exists 01:34:37 f010f9376dcc: Layer already exists 01:34:37 dc14c1a1d12d: Layer already exists 01:34:37 16bf55a19323: Layer already exists 01:34:37 a96ef4bb0d5f: Layer already exists 01:34:37 e2b55939a2f2: Layer already exists 01:34:37 b4a4203923c9: Layer already exists 01:34:37 bca2a17a557d: Layer already exists 01:34:37 5f70bf18a086: Layer already exists 01:34:37 7f041eff02d8: Layer already exists 01:34:37 7f99dc923fa0: Layer already exists 01:34:37 3b114e8765c6: Layer already exists 01:34:37 994456c4fd7b: Layer already exists 01:34:37 4.1.0-dev.8: digest: sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:34:38 f010f9376dcc: Preparing 01:34:38 fee58e51af99: Preparing 01:34:38 2b4ee114b000: Preparing 01:34:38 f50a8b6f1ef0: Preparing 01:34:38 bcf8a00ae627: Preparing 01:34:38 dc14c1a1d12d: Preparing 01:34:38 16bf55a19323: Preparing 01:34:38 a96ef4bb0d5f: Preparing 01:34:38 b4a4203923c9: Preparing 01:34:38 e2b55939a2f2: Preparing 01:34:38 bca2a17a557d: Preparing 01:34:38 5f70bf18a086: Preparing 01:34:38 7f041eff02d8: Preparing 01:34:38 7f99dc923fa0: Preparing 01:34:38 3b114e8765c6: Preparing 01:34:38 994456c4fd7b: Preparing 01:34:38 b4a4203923c9: Waiting 01:34:38 e2b55939a2f2: Waiting 01:34:38 7f99dc923fa0: Waiting 01:34:38 3b114e8765c6: Waiting 01:34:38 7f041eff02d8: Waiting 01:34:38 bca2a17a557d: Waiting 01:34:38 5f70bf18a086: Waiting 01:34:38 994456c4fd7b: Waiting 01:34:38 dc14c1a1d12d: Waiting 01:34:38 16bf55a19323: Waiting 01:34:38 a96ef4bb0d5f: Waiting 01:34:38 f50a8b6f1ef0: Layer already exists 01:34:38 2b4ee114b000: Layer already exists 01:34:38 bcf8a00ae627: Layer already exists 01:34:38 f010f9376dcc: Layer already exists 01:34:38 fee58e51af99: Layer already exists 01:34:38 dc14c1a1d12d: Layer already exists 01:34:38 a96ef4bb0d5f: Layer already exists 01:34:38 e2b55939a2f2: Layer already exists 01:34:38 b4a4203923c9: Layer already exists 01:34:38 16bf55a19323: Layer already exists 01:34:38 5f70bf18a086: Layer already exists 01:34:38 7f99dc923fa0: Layer already exists 01:34:38 bca2a17a557d: Layer already exists 01:34:38 3b114e8765c6: Layer already exists 01:34:38 7f041eff02d8: Layer already exists 01:34:38 994456c4fd7b: Layer already exists 01:34:38 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:34:39 f010f9376dcc: Preparing 01:34:39 fee58e51af99: Preparing 01:34:39 2b4ee114b000: Preparing 01:34:39 f50a8b6f1ef0: Preparing 01:34:39 bcf8a00ae627: Preparing 01:34:39 dc14c1a1d12d: Preparing 01:34:39 16bf55a19323: Preparing 01:34:39 a96ef4bb0d5f: Preparing 01:34:39 b4a4203923c9: Preparing 01:34:39 e2b55939a2f2: Preparing 01:34:39 bca2a17a557d: Preparing 01:34:39 5f70bf18a086: Preparing 01:34:39 7f041eff02d8: Preparing 01:34:39 7f99dc923fa0: Preparing 01:34:39 3b114e8765c6: Preparing 01:34:39 994456c4fd7b: Preparing 01:34:39 bca2a17a557d: Waiting 01:34:39 dc14c1a1d12d: Waiting 01:34:39 5f70bf18a086: Waiting 01:34:39 994456c4fd7b: Waiting 01:34:39 7f041eff02d8: Waiting 01:34:39 16bf55a19323: Waiting 01:34:39 a96ef4bb0d5f: Waiting 01:34:39 7f99dc923fa0: Waiting 01:34:39 3b114e8765c6: Waiting 01:34:39 e2b55939a2f2: Waiting 01:34:39 b4a4203923c9: Waiting 01:34:39 2b4ee114b000: Layer already exists 01:34:39 bcf8a00ae627: Layer already exists 01:34:39 f50a8b6f1ef0: Layer already exists 01:34:39 fee58e51af99: Layer already exists 01:34:39 f010f9376dcc: Layer already exists 01:34:39 dc14c1a1d12d: Layer already exists 01:34:39 a96ef4bb0d5f: Layer already exists 01:34:39 b4a4203923c9: Layer already exists 01:34:39 16bf55a19323: Layer already exists 01:34:39 e2b55939a2f2: Layer already exists 01:34:39 5f70bf18a086: Layer already exists 01:34:39 bca2a17a557d: Layer already exists 01:34:39 7f99dc923fa0: Layer already exists 01:34:39 7f041eff02d8: Layer already exists 01:34:39 3b114e8765c6: Layer already exists 01:34:39 994456c4fd7b: Layer already exists 01:34:39 main: digest: sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:39 ===================================================== [Pipeline] echo 01:34:39 taggedImages: 01:34:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:34:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 01:34:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:34:39 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:34:39 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:39 latest 01:34:39 4.1.0-dev.8 01:34:39 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:39 main 01:34:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:34:40 e8b47e2c5ca0: Preparing 01:34:40 e9350c0485b7: Preparing 01:34:40 e4aa01197467: Preparing 01:34:40 3950205b0ad6: Preparing 01:34:40 a96ef4bb0d5f: Preparing 01:34:40 b4a4203923c9: Preparing 01:34:40 b5869dec9e0d: Preparing 01:34:40 511cfc5753c6: Preparing 01:34:40 994456c4fd7b: Preparing 01:34:40 511cfc5753c6: Waiting 01:34:40 b4a4203923c9: Waiting 01:34:40 b5869dec9e0d: Waiting 01:34:40 994456c4fd7b: Waiting 01:34:40 a96ef4bb0d5f: Layer already exists 01:34:40 b4a4203923c9: Layer already exists 01:34:40 b5869dec9e0d: Layer already exists 01:34:40 511cfc5753c6: Layer already exists 01:34:40 e9350c0485b7: Pushed 01:34:40 994456c4fd7b: Layer already exists 01:34:40 e4aa01197467: Pushed 01:34:40 e8b47e2c5ca0: Pushed 01:34:42 3950205b0ad6: Pushed 01:34:42 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:34:43 e8b47e2c5ca0: Preparing 01:34:43 e9350c0485b7: Preparing 01:34:43 e4aa01197467: Preparing 01:34:43 3950205b0ad6: Preparing 01:34:43 a96ef4bb0d5f: Preparing 01:34:43 b4a4203923c9: Preparing 01:34:43 b5869dec9e0d: Preparing 01:34:43 511cfc5753c6: Preparing 01:34:43 994456c4fd7b: Preparing 01:34:43 b5869dec9e0d: Waiting 01:34:43 511cfc5753c6: Waiting 01:34:43 b4a4203923c9: Waiting 01:34:43 994456c4fd7b: Waiting 01:34:43 e9350c0485b7: Layer already exists 01:34:43 3950205b0ad6: Layer already exists 01:34:43 e4aa01197467: Layer already exists 01:34:43 a96ef4bb0d5f: Layer already exists 01:34:43 e8b47e2c5ca0: Layer already exists 01:34:43 b4a4203923c9: Layer already exists 01:34:43 b5869dec9e0d: Layer already exists 01:34:43 511cfc5753c6: Layer already exists 01:34:43 994456c4fd7b: Layer already exists 01:34:43 latest: digest: sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 01:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:34:44 e8b47e2c5ca0: Preparing 01:34:44 e9350c0485b7: Preparing 01:34:44 e4aa01197467: Preparing 01:34:44 3950205b0ad6: Preparing 01:34:44 a96ef4bb0d5f: Preparing 01:34:44 b4a4203923c9: Preparing 01:34:44 b5869dec9e0d: Preparing 01:34:44 511cfc5753c6: Preparing 01:34:44 994456c4fd7b: Preparing 01:34:44 b5869dec9e0d: Waiting 01:34:44 994456c4fd7b: Waiting 01:34:44 511cfc5753c6: Waiting 01:34:44 b4a4203923c9: Waiting 01:34:44 e8b47e2c5ca0: Layer already exists 01:34:44 a96ef4bb0d5f: Layer already exists 01:34:44 e4aa01197467: Layer already exists 01:34:44 e9350c0485b7: Layer already exists 01:34:44 3950205b0ad6: Layer already exists 01:34:44 b5869dec9e0d: Layer already exists 01:34:44 b4a4203923c9: Layer already exists 01:34:44 994456c4fd7b: Layer already exists 01:34:44 511cfc5753c6: Layer already exists 01:34:44 4.1.0-dev.8: digest: sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:34:44 e8b47e2c5ca0: Preparing 01:34:44 e9350c0485b7: Preparing 01:34:44 e4aa01197467: Preparing 01:34:44 3950205b0ad6: Preparing 01:34:44 a96ef4bb0d5f: Preparing 01:34:44 b4a4203923c9: Preparing 01:34:44 b5869dec9e0d: Preparing 01:34:44 511cfc5753c6: Preparing 01:34:44 994456c4fd7b: Preparing 01:34:44 b4a4203923c9: Waiting 01:34:44 b5869dec9e0d: Waiting 01:34:44 994456c4fd7b: Waiting 01:34:44 e8b47e2c5ca0: Layer already exists 01:34:44 e9350c0485b7: Layer already exists 01:34:44 e4aa01197467: Layer already exists 01:34:44 a96ef4bb0d5f: Layer already exists 01:34:44 3950205b0ad6: Layer already exists 01:34:44 511cfc5753c6: Layer already exists 01:34:44 994456c4fd7b: Layer already exists 01:34:44 b4a4203923c9: Layer already exists 01:34:44 b5869dec9e0d: Layer already exists 01:34:44 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:34:45 e8b47e2c5ca0: Preparing 01:34:45 e9350c0485b7: Preparing 01:34:45 e4aa01197467: Preparing 01:34:45 3950205b0ad6: Preparing 01:34:45 a96ef4bb0d5f: Preparing 01:34:45 b4a4203923c9: Preparing 01:34:45 b5869dec9e0d: Preparing 01:34:45 511cfc5753c6: Preparing 01:34:45 994456c4fd7b: Preparing 01:34:45 b4a4203923c9: Waiting 01:34:45 511cfc5753c6: Waiting 01:34:45 b5869dec9e0d: Waiting 01:34:45 a96ef4bb0d5f: Layer already exists 01:34:45 e4aa01197467: Layer already exists 01:34:45 3950205b0ad6: Layer already exists 01:34:45 e9350c0485b7: Layer already exists 01:34:45 e8b47e2c5ca0: Layer already exists 01:34:45 511cfc5753c6: Layer already exists 01:34:45 b4a4203923c9: Layer already exists 01:34:45 b5869dec9e0d: Layer already exists 01:34:45 994456c4fd7b: Layer already exists 01:34:45 main: digest: sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:45 ===================================================== [Pipeline] echo 01:34:45 taggedImages: 01:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 01:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:34:45 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:34:45 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:45 latest 01:34:45 4.1.0-dev.8 01:34:45 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:45 main 01:34:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:34:46 1b94926e632b: Preparing 01:34:46 7588e132f4c2: Preparing 01:34:46 c40b774236f4: Preparing 01:34:46 5f5307446367: Preparing 01:34:46 f12a0fd53bbe: Preparing 01:34:46 a96ef4bb0d5f: Preparing 01:34:46 b4a4203923c9: Preparing 01:34:46 8fa09bb80b00: Preparing 01:34:46 f61ef5db102d: Preparing 01:34:46 940cc2078ace: Preparing 01:34:46 994456c4fd7b: Preparing 01:34:46 a96ef4bb0d5f: Waiting 01:34:46 b4a4203923c9: Waiting 01:34:46 8fa09bb80b00: Waiting 01:34:46 f61ef5db102d: Waiting 01:34:46 940cc2078ace: Waiting 01:34:46 994456c4fd7b: Waiting 01:34:46 1b94926e632b: Pushed 01:34:46 7588e132f4c2: Pushed 01:34:46 5f5307446367: Pushed 01:34:46 f12a0fd53bbe: Pushed 01:34:46 b4a4203923c9: Layer already exists 01:34:46 a96ef4bb0d5f: Layer already exists 01:34:46 994456c4fd7b: Layer already exists 01:34:46 8fa09bb80b00: Pushed 01:34:46 f61ef5db102d: Pushed 01:34:48 940cc2078ace: Pushed 01:34:48 c40b774236f4: Pushed 01:34:48 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv 01:34:48 #98 ... 01:34:48 01:34:48 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #92 DONE 124.2s 01:34:48 01:34:48 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #84 DONE 130.7s 01:34:48 01:34:48 #85 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #85 DONE 130.2s 01:34:48 01:34:48 #80 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #80 DONE 142.3s 01:34:48 01:34:48 #119 [core-keeper builder 7/8] COPY . . 01:34:48 #119 ... 01:34:48 01:34:48 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #97 DONE 119.9s 01:34:48 01:34:48 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:34:48 #120 ... 01:34:48 01:34:48 #98 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #98 DONE 128.9s 01:34:48 01:34:48 #121 [support-notifications builder 6/7] COPY . . 01:34:48 #121 ... 01:34:48 01:34:48 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:34:48 #120 DONE 2.3s 01:34:48 01:34:48 #121 [support-notifications builder 6/7] COPY . . 01:34:48 #121 DONE 1.8s 01:34:48 01:34:48 #122 [security-proxy-setup builder 6/7] COPY . . 01:34:48 #122 CACHED 01:34:48 01:34:48 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:34:48 #123 CACHED 01:34:48 01:34:48 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #124 CACHED 01:34:48 01:34:48 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #125 CACHED 01:34:48 01:34:48 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 01:34:48 #126 CACHED 01:34:48 01:34:48 #127 [core-data builder 6/7] COPY . . 01:34:48 #127 CACHED 01:34:48 01:34:48 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:34:48 #128 CACHED 01:34:48 01:34:48 #129 [security-secretstore-setup builder 6/7] COPY . . 01:34:48 #129 CACHED 01:34:48 01:34:48 #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #130 CACHED 01:34:48 01:34:48 #131 [security-bootstrapper builder 6/7] COPY . . 01:34:48 #131 DONE 2.7s 01:34:48 01:34:48 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 01:34:48 #132 DONE 2.7s 01:34:48 01:34:48 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:34:48 #133 ... 01:34:48 01:34:48 #134 [support-scheduler builder 6/7] COPY . . 01:34:48 #134 DONE 2.7s 01:34:48 01:34:48 #119 [core-keeper builder 7/8] COPY . . 01:34:48 #119 DONE 2.8s 01:34:48 01:34:48 #135 [security-proxy-auth builder 6/7] COPY . . 01:34:48 #135 CACHED 01:34:48 01:34:48 #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #136 CACHED 01:34:48 01:34:48 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:34:48 #137 CACHED 01:34:48 01:34:48 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 01:34:48 #138 CACHED 01:34:48 01:34:48 #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #139 CACHED 01:34:48 01:34:48 #140 [core-command builder 6/7] COPY . . 01:34:48 #140 CACHED 01:34:48 01:34:48 #141 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:48 #141 CACHED 01:34:48 01:34:48 #142 [core-metadata builder 6/7] COPY . . 01:34:48 #142 CACHED 01:34:48 01:34:48 #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:34:48 #143 CACHED 01:34:48 01:34:48 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:34:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:34:49 1b94926e632b: Preparing 01:34:49 7588e132f4c2: Preparing 01:34:49 c40b774236f4: Preparing 01:34:49 5f5307446367: Preparing 01:34:49 f12a0fd53bbe: Preparing 01:34:49 a96ef4bb0d5f: Preparing 01:34:49 b4a4203923c9: Preparing 01:34:49 8fa09bb80b00: Preparing 01:34:49 f61ef5db102d: Preparing 01:34:49 940cc2078ace: Preparing 01:34:49 994456c4fd7b: Preparing 01:34:49 8fa09bb80b00: Waiting 01:34:49 f61ef5db102d: Waiting 01:34:49 940cc2078ace: Waiting 01:34:49 994456c4fd7b: Waiting 01:34:49 b4a4203923c9: Waiting 01:34:49 a96ef4bb0d5f: Waiting 01:34:49 1b94926e632b: Layer already exists 01:34:49 5f5307446367: Layer already exists 01:34:49 f12a0fd53bbe: Layer already exists 01:34:49 c40b774236f4: Layer already exists 01:34:49 7588e132f4c2: Layer already exists 01:34:49 a96ef4bb0d5f: Layer already exists 01:34:49 b4a4203923c9: Layer already exists 01:34:49 f61ef5db102d: Layer already exists 01:34:49 940cc2078ace: Layer already exists 01:34:49 8fa09bb80b00: Layer already exists 01:34:49 994456c4fd7b: Layer already exists 01:34:49 latest: digest: sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 01:34:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:34:49 1b94926e632b: Preparing 01:34:49 7588e132f4c2: Preparing 01:34:49 c40b774236f4: Preparing 01:34:49 5f5307446367: Preparing 01:34:49 f12a0fd53bbe: Preparing 01:34:49 a96ef4bb0d5f: Preparing 01:34:49 b4a4203923c9: Preparing 01:34:49 8fa09bb80b00: Preparing 01:34:49 f61ef5db102d: Preparing 01:34:49 940cc2078ace: Preparing 01:34:49 994456c4fd7b: Preparing 01:34:49 8fa09bb80b00: Waiting 01:34:49 b4a4203923c9: Waiting 01:34:49 f61ef5db102d: Waiting 01:34:49 994456c4fd7b: Waiting 01:34:49 940cc2078ace: Waiting 01:34:49 a96ef4bb0d5f: Waiting 01:34:49 1b94926e632b: Layer already exists 01:34:49 7588e132f4c2: Layer already exists 01:34:49 5f5307446367: Layer already exists 01:34:49 c40b774236f4: Layer already exists 01:34:49 f12a0fd53bbe: Layer already exists 01:34:49 8fa09bb80b00: Layer already exists 01:34:49 b4a4203923c9: Layer already exists 01:34:49 940cc2078ace: Layer already exists 01:34:49 a96ef4bb0d5f: Layer already exists 01:34:49 994456c4fd7b: Layer already exists 01:34:49 f61ef5db102d: Layer already exists 01:34:49 4.1.0-dev.8: digest: sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:34:50 1b94926e632b: Preparing 01:34:50 7588e132f4c2: Preparing 01:34:50 c40b774236f4: Preparing 01:34:50 5f5307446367: Preparing 01:34:50 f12a0fd53bbe: Preparing 01:34:50 a96ef4bb0d5f: Preparing 01:34:50 b4a4203923c9: Preparing 01:34:50 8fa09bb80b00: Preparing 01:34:50 f61ef5db102d: Preparing 01:34:50 940cc2078ace: Preparing 01:34:50 994456c4fd7b: Preparing 01:34:50 f61ef5db102d: Waiting 01:34:50 b4a4203923c9: Waiting 01:34:50 8fa09bb80b00: Waiting 01:34:50 994456c4fd7b: Waiting 01:34:50 940cc2078ace: Waiting 01:34:50 a96ef4bb0d5f: Waiting 01:34:50 1b94926e632b: Layer already exists 01:34:50 7588e132f4c2: Layer already exists 01:34:50 c40b774236f4: Layer already exists 01:34:50 f12a0fd53bbe: Layer already exists 01:34:50 5f5307446367: Layer already exists 01:34:50 8fa09bb80b00: Layer already exists 01:34:50 b4a4203923c9: Layer already exists 01:34:50 a96ef4bb0d5f: Layer already exists 01:34:50 940cc2078ace: Layer already exists 01:34:50 f61ef5db102d: Layer already exists 01:34:50 994456c4fd7b: Layer already exists 01:34:50 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:34:51 1b94926e632b: Preparing 01:34:51 7588e132f4c2: Preparing 01:34:51 c40b774236f4: Preparing 01:34:51 5f5307446367: Preparing 01:34:51 f12a0fd53bbe: Preparing 01:34:51 a96ef4bb0d5f: Preparing 01:34:51 b4a4203923c9: Preparing 01:34:51 8fa09bb80b00: Preparing 01:34:51 f61ef5db102d: Preparing 01:34:51 940cc2078ace: Preparing 01:34:51 994456c4fd7b: Preparing 01:34:51 f61ef5db102d: Waiting 01:34:51 940cc2078ace: Waiting 01:34:51 994456c4fd7b: Waiting 01:34:51 a96ef4bb0d5f: Waiting 01:34:51 b4a4203923c9: Waiting 01:34:51 8fa09bb80b00: Waiting 01:34:51 7588e132f4c2: Layer already exists 01:34:51 c40b774236f4: Layer already exists 01:34:51 f12a0fd53bbe: Layer already exists 01:34:51 1b94926e632b: Layer already exists 01:34:51 5f5307446367: Layer already exists 01:34:51 b4a4203923c9: Layer already exists 01:34:51 a96ef4bb0d5f: Layer already exists 01:34:51 8fa09bb80b00: Layer already exists 01:34:51 940cc2078ace: Layer already exists 01:34:51 f61ef5db102d: Layer already exists 01:34:51 994456c4fd7b: Layer already exists 01:34:51 main: digest: sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:51 ===================================================== [Pipeline] echo 01:34:51 taggedImages: 01:34:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:34:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 01:34:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:34:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:34:51 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:51 latest 01:34:51 4.1.0-dev.8 01:34:51 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:51 main 01:34:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:51 #144 ... 01:34:51 01:34:51 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:34:51 #133 4.210 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:34:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:34:51 6634e26dce1a: Preparing 01:34:51 88ee55ca6c7b: Preparing 01:34:51 9eec9acffd92: Preparing 01:34:51 29d60dadeea6: Preparing 01:34:51 1454fb5882dd: Preparing 01:34:51 6542c5a19612: Preparing 01:34:51 3fe09790f6bf: Preparing 01:34:51 a96ef4bb0d5f: Preparing 01:34:51 b4a4203923c9: Preparing 01:34:51 1eed47e91c8e: Preparing 01:34:51 1ad248a5ba9a: Preparing 01:34:51 994456c4fd7b: Preparing 01:34:51 1eed47e91c8e: Waiting 01:34:51 a96ef4bb0d5f: Waiting 01:34:51 6542c5a19612: Waiting 01:34:51 b4a4203923c9: Waiting 01:34:51 994456c4fd7b: Waiting 01:34:51 3fe09790f6bf: Waiting 01:34:51 1ad248a5ba9a: Waiting 01:34:51 6634e26dce1a: Pushed 01:34:51 88ee55ca6c7b: Pushed 01:34:51 1454fb5882dd: Pushed 01:34:51 a96ef4bb0d5f: Layer already exists 01:34:51 b4a4203923c9: Layer already exists 01:34:51 6542c5a19612: Pushed 01:34:51 3fe09790f6bf: Pushed 01:34:51 994456c4fd7b: Layer already exists 01:34:52 1eed47e91c8e: Pushed 01:34:53 1ad248a5ba9a: Pushed 01:34:53 29d60dadeea6: Pushed 01:34:54 9eec9acffd92: Pushed 01:34:54 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:34:55 6634e26dce1a: Preparing 01:34:55 88ee55ca6c7b: Preparing 01:34:55 9eec9acffd92: Preparing 01:34:55 29d60dadeea6: Preparing 01:34:55 1454fb5882dd: Preparing 01:34:55 6542c5a19612: Preparing 01:34:55 3fe09790f6bf: Preparing 01:34:55 a96ef4bb0d5f: Preparing 01:34:55 b4a4203923c9: Preparing 01:34:55 1eed47e91c8e: Preparing 01:34:55 1ad248a5ba9a: Preparing 01:34:55 994456c4fd7b: Preparing 01:34:55 a96ef4bb0d5f: Waiting 01:34:55 b4a4203923c9: Waiting 01:34:55 1ad248a5ba9a: Waiting 01:34:55 994456c4fd7b: Waiting 01:34:55 1eed47e91c8e: Waiting 01:34:55 6542c5a19612: Waiting 01:34:55 3fe09790f6bf: Waiting 01:34:55 9eec9acffd92: Layer already exists 01:34:55 88ee55ca6c7b: Layer already exists 01:34:55 29d60dadeea6: Layer already exists 01:34:55 6634e26dce1a: Layer already exists 01:34:55 1454fb5882dd: Layer already exists 01:34:55 3fe09790f6bf: Layer already exists 01:34:55 6542c5a19612: Layer already exists 01:34:55 a96ef4bb0d5f: Layer already exists 01:34:55 b4a4203923c9: Layer already exists 01:34:55 1eed47e91c8e: Layer already exists 01:34:55 994456c4fd7b: Layer already exists 01:34:55 1ad248a5ba9a: Layer already exists 01:34:55 latest: digest: sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:55 #133 ... 01:34:55 01:34:55 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:34:55 #144 6.738 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:34:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:55 #144 ... 01:34:55 01:34:55 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:34:55 #0 5.629 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:34:55 #145 ... 01:34:55 01:34:55 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:34:55 #0 6.546 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:34:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 01:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:34:55 6634e26dce1a: Preparing 01:34:55 88ee55ca6c7b: Preparing 01:34:55 9eec9acffd92: Preparing 01:34:55 29d60dadeea6: Preparing 01:34:55 1454fb5882dd: Preparing 01:34:55 6542c5a19612: Preparing 01:34:55 3fe09790f6bf: Preparing 01:34:55 a96ef4bb0d5f: Preparing 01:34:55 b4a4203923c9: Preparing 01:34:55 1eed47e91c8e: Preparing 01:34:55 1ad248a5ba9a: Preparing 01:34:55 994456c4fd7b: Preparing 01:34:55 a96ef4bb0d5f: Waiting 01:34:55 1eed47e91c8e: Waiting 01:34:55 b4a4203923c9: Waiting 01:34:55 994456c4fd7b: Waiting 01:34:55 1ad248a5ba9a: Waiting 01:34:55 6542c5a19612: Waiting 01:34:55 3fe09790f6bf: Waiting 01:34:55 88ee55ca6c7b: Layer already exists 01:34:55 6634e26dce1a: Layer already exists 01:34:55 9eec9acffd92: Layer already exists 01:34:55 1454fb5882dd: Layer already exists 01:34:55 29d60dadeea6: Layer already exists 01:34:55 3fe09790f6bf: Layer already exists 01:34:55 6542c5a19612: Layer already exists 01:34:55 b4a4203923c9: Layer already exists 01:34:55 a96ef4bb0d5f: Layer already exists 01:34:55 1eed47e91c8e: Layer already exists 01:34:55 994456c4fd7b: Layer already exists 01:34:55 1ad248a5ba9a: Layer already exists 01:34:55 4.1.0-dev.8: digest: sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:56 #146 ... 01:34:56 01:34:56 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:34:56 #0 6.035 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:34:56 #147 ... 01:34:56 01:34:56 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:34:56 #0 6.074 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:34:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:56 #148 ... 01:34:56 01:34:56 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:34:56 #0 5.538 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:34:56 #149 ... 01:34:56 01:34:56 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:34:56 #0 4.597 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:34:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:34:56 6634e26dce1a: Preparing 01:34:56 88ee55ca6c7b: Preparing 01:34:56 9eec9acffd92: Preparing 01:34:56 29d60dadeea6: Preparing 01:34:56 1454fb5882dd: Preparing 01:34:56 6542c5a19612: Preparing 01:34:56 3fe09790f6bf: Preparing 01:34:56 a96ef4bb0d5f: Preparing 01:34:56 b4a4203923c9: Preparing 01:34:56 1eed47e91c8e: Preparing 01:34:56 1ad248a5ba9a: Preparing 01:34:56 994456c4fd7b: Preparing 01:34:56 b4a4203923c9: Waiting 01:34:56 a96ef4bb0d5f: Waiting 01:34:56 1eed47e91c8e: Waiting 01:34:56 6542c5a19612: Waiting 01:34:56 1ad248a5ba9a: Waiting 01:34:56 994456c4fd7b: Waiting 01:34:56 6634e26dce1a: Layer already exists 01:34:56 9eec9acffd92: Layer already exists 01:34:56 29d60dadeea6: Layer already exists 01:34:56 88ee55ca6c7b: Layer already exists 01:34:56 1454fb5882dd: Layer already exists 01:34:56 3fe09790f6bf: Layer already exists 01:34:56 b4a4203923c9: Layer already exists 01:34:56 1eed47e91c8e: Layer already exists 01:34:56 6542c5a19612: Layer already exists 01:34:56 a96ef4bb0d5f: Layer already exists 01:34:56 1ad248a5ba9a: Layer already exists 01:34:56 994456c4fd7b: Layer already exists 01:34:56 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:56 #150 ... 01:34:56 01:34:56 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:34:56 #0 4.800 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:34:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:57 #151 ... 01:34:57 01:34:57 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:34:57 #0 6.863 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:34:57 #152 ... 01:34:57 01:34:57 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:34:57 #0 6.475 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:34:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:34:57 6634e26dce1a: Preparing 01:34:57 88ee55ca6c7b: Preparing 01:34:57 9eec9acffd92: Preparing 01:34:57 29d60dadeea6: Preparing 01:34:57 1454fb5882dd: Preparing 01:34:57 6542c5a19612: Preparing 01:34:57 3fe09790f6bf: Preparing 01:34:57 a96ef4bb0d5f: Preparing 01:34:57 b4a4203923c9: Preparing 01:34:57 1eed47e91c8e: Preparing 01:34:57 1ad248a5ba9a: Preparing 01:34:57 994456c4fd7b: Preparing 01:34:57 6542c5a19612: Waiting 01:34:57 3fe09790f6bf: Waiting 01:34:57 a96ef4bb0d5f: Waiting 01:34:57 b4a4203923c9: Waiting 01:34:57 1eed47e91c8e: Waiting 01:34:57 1ad248a5ba9a: Waiting 01:34:57 994456c4fd7b: Waiting 01:34:57 1454fb5882dd: Layer already exists 01:34:57 29d60dadeea6: Layer already exists 01:34:57 6634e26dce1a: Layer already exists 01:34:57 88ee55ca6c7b: Layer already exists 01:34:57 9eec9acffd92: Layer already exists 01:34:57 1eed47e91c8e: Layer already exists 01:34:57 6542c5a19612: Layer already exists 01:34:57 3fe09790f6bf: Layer already exists 01:34:57 a96ef4bb0d5f: Layer already exists 01:34:57 b4a4203923c9: Layer already exists 01:34:57 994456c4fd7b: Layer already exists 01:34:57 1ad248a5ba9a: Layer already exists 01:34:57 main: digest: sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 01:34:57 #153 ... 01:34:57 01:34:57 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:34:57 #0 6.500 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo 01:34:57 ===================================================== [Pipeline] echo 01:34:57 taggedImages: 01:34:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:34:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 01:34:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:34:57 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:34:57 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:57 latest 01:34:57 4.1.0-dev.8 01:34:57 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:34:57 main 01:34:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:34:58 7210847cda67: Preparing 01:34:58 8623624f8697: Preparing 01:34:58 a96ef4bb0d5f: Preparing 01:34:58 b4a4203923c9: Preparing 01:34:58 19054a8561e2: Preparing 01:34:58 a09f24fe966a: Preparing 01:34:58 994456c4fd7b: Preparing 01:34:58 994456c4fd7b: Waiting 01:34:58 a09f24fe966a: Waiting 01:34:58 a96ef4bb0d5f: Layer already exists 01:34:58 b4a4203923c9: Layer already exists 01:34:58 994456c4fd7b: Layer already exists 01:34:58 7210847cda67: Pushed 01:34:58 19054a8561e2: Pushed 01:34:58 a09f24fe966a: Pushed 01:35:00 8623624f8697: Pushed 01:35:01 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:01 + 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 01:35:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:35:01 7210847cda67: Preparing 01:35:01 8623624f8697: Preparing 01:35:01 a96ef4bb0d5f: Preparing 01:35:01 b4a4203923c9: Preparing 01:35:01 19054a8561e2: Preparing 01:35:01 a09f24fe966a: Preparing 01:35:01 994456c4fd7b: Preparing 01:35:01 a09f24fe966a: Waiting 01:35:01 994456c4fd7b: Waiting 01:35:01 8623624f8697: Layer already exists 01:35:01 19054a8561e2: Layer already exists 01:35:01 7210847cda67: Layer already exists 01:35:01 b4a4203923c9: Layer already exists 01:35:01 a96ef4bb0d5f: Layer already exists 01:35:01 a09f24fe966a: Layer already exists 01:35:01 994456c4fd7b: Layer already exists 01:35:01 latest: digest: sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 01:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:35:02 7210847cda67: Preparing 01:35:02 8623624f8697: Preparing 01:35:02 a96ef4bb0d5f: Preparing 01:35:02 b4a4203923c9: Preparing 01:35:02 19054a8561e2: Preparing 01:35:02 a09f24fe966a: Preparing 01:35:02 994456c4fd7b: Preparing 01:35:02 994456c4fd7b: Waiting 01:35:02 a09f24fe966a: Waiting 01:35:02 a96ef4bb0d5f: Layer already exists 01:35:02 19054a8561e2: Layer already exists 01:35:02 b4a4203923c9: Layer already exists 01:35:02 8623624f8697: Layer already exists 01:35:02 7210847cda67: Layer already exists 01:35:02 a09f24fe966a: Layer already exists 01:35:02 994456c4fd7b: Layer already exists 01:35:02 4.1.0-dev.8: digest: sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:35:03 7210847cda67: Preparing 01:35:03 8623624f8697: Preparing 01:35:03 a96ef4bb0d5f: Preparing 01:35:03 b4a4203923c9: Preparing 01:35:03 19054a8561e2: Preparing 01:35:03 a09f24fe966a: Preparing 01:35:03 994456c4fd7b: Preparing 01:35:03 a09f24fe966a: Waiting 01:35:03 994456c4fd7b: Waiting 01:35:03 19054a8561e2: Layer already exists 01:35:03 7210847cda67: Layer already exists 01:35:03 b4a4203923c9: Layer already exists 01:35:03 a96ef4bb0d5f: Layer already exists 01:35:03 8623624f8697: Layer already exists 01:35:03 a09f24fe966a: Layer already exists 01:35:03 994456c4fd7b: Layer already exists 01:35:03 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:03 + 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 01:35:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:35:03 7210847cda67: Preparing 01:35:03 8623624f8697: Preparing 01:35:03 a96ef4bb0d5f: Preparing 01:35:03 b4a4203923c9: Preparing 01:35:03 19054a8561e2: Preparing 01:35:03 a09f24fe966a: Preparing 01:35:03 994456c4fd7b: Preparing 01:35:03 994456c4fd7b: Waiting 01:35:03 a09f24fe966a: Waiting 01:35:03 7210847cda67: Layer already exists 01:35:03 a96ef4bb0d5f: Layer already exists 01:35:03 19054a8561e2: Layer already exists 01:35:03 b4a4203923c9: Layer already exists 01:35:03 8623624f8697: Layer already exists 01:35:03 994456c4fd7b: Layer already exists 01:35:03 a09f24fe966a: Layer already exists 01:35:03 main: digest: sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:03 ===================================================== [Pipeline] echo 01:35:03 taggedImages: 01:35:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:35:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 01:35:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:35:03 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:35:03 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:03 latest 01:35:03 4.1.0-dev.8 01:35:03 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:03 main 01:35:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:35:04 7aa921700fc7: Preparing 01:35:04 d48a89e82f23: Preparing 01:35:04 d41125eeaab9: Preparing 01:35:04 a96ef4bb0d5f: Preparing 01:35:04 b4a4203923c9: Preparing 01:35:04 d25ad6b8960f: Preparing 01:35:04 b54bb7851bf7: Preparing 01:35:04 f6ce5db3cfb6: Preparing 01:35:04 f2f8fb6f9e2f: Preparing 01:35:04 994456c4fd7b: Preparing 01:35:04 d25ad6b8960f: Waiting 01:35:04 b54bb7851bf7: Waiting 01:35:04 f6ce5db3cfb6: Waiting 01:35:04 f2f8fb6f9e2f: Waiting 01:35:04 994456c4fd7b: Waiting 01:35:04 a96ef4bb0d5f: Layer already exists 01:35:04 b4a4203923c9: Layer already exists 01:35:04 d41125eeaab9: Pushed 01:35:04 d48a89e82f23: Pushed 01:35:04 7aa921700fc7: Pushed 01:35:04 994456c4fd7b: Layer already exists 01:35:04 f6ce5db3cfb6: Pushed 01:35:05 f2f8fb6f9e2f: Pushed 01:35:09 b54bb7851bf7: Pushed 01:35:15 d25ad6b8960f: Pushed 01:35:15 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:35:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:35:16 7aa921700fc7: Preparing 01:35:16 d48a89e82f23: Preparing 01:35:16 d41125eeaab9: Preparing 01:35:16 a96ef4bb0d5f: Preparing 01:35:16 b4a4203923c9: Preparing 01:35:16 d25ad6b8960f: Preparing 01:35:16 b54bb7851bf7: Preparing 01:35:16 f6ce5db3cfb6: Preparing 01:35:16 f2f8fb6f9e2f: Preparing 01:35:16 994456c4fd7b: Preparing 01:35:16 d25ad6b8960f: Waiting 01:35:16 b54bb7851bf7: Waiting 01:35:16 f6ce5db3cfb6: Waiting 01:35:16 f2f8fb6f9e2f: Waiting 01:35:16 994456c4fd7b: Waiting 01:35:16 b4a4203923c9: Layer already exists 01:35:16 d41125eeaab9: Layer already exists 01:35:16 a96ef4bb0d5f: Layer already exists 01:35:16 7aa921700fc7: Layer already exists 01:35:16 d48a89e82f23: Layer already exists 01:35:16 d25ad6b8960f: Layer already exists 01:35:16 b54bb7851bf7: Layer already exists 01:35:16 f2f8fb6f9e2f: Layer already exists 01:35:16 994456c4fd7b: Layer already exists 01:35:16 f6ce5db3cfb6: Layer already exists 01:35:16 latest: digest: sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 01:35:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:35:17 7aa921700fc7: Preparing 01:35:17 d48a89e82f23: Preparing 01:35:17 d41125eeaab9: Preparing 01:35:17 a96ef4bb0d5f: Preparing 01:35:17 b4a4203923c9: Preparing 01:35:17 d25ad6b8960f: Preparing 01:35:17 b54bb7851bf7: Preparing 01:35:17 f6ce5db3cfb6: Preparing 01:35:17 f2f8fb6f9e2f: Preparing 01:35:17 994456c4fd7b: Preparing 01:35:17 b54bb7851bf7: Waiting 01:35:17 f6ce5db3cfb6: Waiting 01:35:17 f2f8fb6f9e2f: Waiting 01:35:17 994456c4fd7b: Waiting 01:35:17 d25ad6b8960f: Waiting 01:35:17 7aa921700fc7: Layer already exists 01:35:17 a96ef4bb0d5f: Layer already exists 01:35:17 b4a4203923c9: Layer already exists 01:35:17 d41125eeaab9: Layer already exists 01:35:17 d48a89e82f23: Layer already exists 01:35:17 d25ad6b8960f: Layer already exists 01:35:17 b54bb7851bf7: Layer already exists 01:35:17 f2f8fb6f9e2f: Layer already exists 01:35:17 f6ce5db3cfb6: Layer already exists 01:35:17 994456c4fd7b: Layer already exists 01:35:17 4.1.0-dev.8: digest: sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:35:17 7aa921700fc7: Preparing 01:35:17 d48a89e82f23: Preparing 01:35:17 d41125eeaab9: Preparing 01:35:17 a96ef4bb0d5f: Preparing 01:35:17 b4a4203923c9: Preparing 01:35:17 d25ad6b8960f: Preparing 01:35:17 b54bb7851bf7: Preparing 01:35:17 f6ce5db3cfb6: Preparing 01:35:17 f2f8fb6f9e2f: Preparing 01:35:17 994456c4fd7b: Preparing 01:35:17 d25ad6b8960f: Waiting 01:35:17 b54bb7851bf7: Waiting 01:35:17 f6ce5db3cfb6: Waiting 01:35:17 994456c4fd7b: Waiting 01:35:17 f2f8fb6f9e2f: Waiting 01:35:17 d48a89e82f23: Layer already exists 01:35:17 d41125eeaab9: Layer already exists 01:35:17 a96ef4bb0d5f: Layer already exists 01:35:17 7aa921700fc7: Layer already exists 01:35:17 b4a4203923c9: Layer already exists 01:35:17 b54bb7851bf7: Layer already exists 01:35:17 f6ce5db3cfb6: Layer already exists 01:35:17 d25ad6b8960f: Layer already exists 01:35:17 f2f8fb6f9e2f: Layer already exists 01:35:17 994456c4fd7b: Layer already exists 01:35:17 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:35:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:35:18 7aa921700fc7: Preparing 01:35:18 d48a89e82f23: Preparing 01:35:18 d41125eeaab9: Preparing 01:35:18 a96ef4bb0d5f: Preparing 01:35:18 b4a4203923c9: Preparing 01:35:18 d25ad6b8960f: Preparing 01:35:18 b54bb7851bf7: Preparing 01:35:18 f6ce5db3cfb6: Preparing 01:35:18 f2f8fb6f9e2f: Preparing 01:35:18 994456c4fd7b: Preparing 01:35:18 f2f8fb6f9e2f: Waiting 01:35:18 d25ad6b8960f: Waiting 01:35:18 b54bb7851bf7: Waiting 01:35:18 994456c4fd7b: Waiting 01:35:18 f6ce5db3cfb6: Waiting 01:35:18 d41125eeaab9: Layer already exists 01:35:18 d48a89e82f23: Layer already exists 01:35:18 b4a4203923c9: Layer already exists 01:35:18 7aa921700fc7: Layer already exists 01:35:18 a96ef4bb0d5f: Layer already exists 01:35:18 b54bb7851bf7: Layer already exists 01:35:18 d25ad6b8960f: Layer already exists 01:35:18 994456c4fd7b: Layer already exists 01:35:18 f6ce5db3cfb6: Layer already exists 01:35:18 f2f8fb6f9e2f: Layer already exists 01:35:18 main: digest: sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:18 ===================================================== [Pipeline] echo 01:35:18 taggedImages: 01:35:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:35:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 01:35:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:35:18 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:35:18 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:18 latest 01:35:18 4.1.0-dev.8 01:35:18 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:18 main 01:35:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:35:19 521ae98c9e22: Preparing 01:35:19 0ee96dce914b: Preparing 01:35:19 15b8a781e65b: Preparing 01:35:19 a96ef4bb0d5f: Preparing 01:35:19 b4a4203923c9: Preparing 01:35:19 654002f31b3c: Preparing 01:35:19 fb621ce72a46: Preparing 01:35:19 8e681e813ea3: Preparing 01:35:19 994456c4fd7b: Preparing 01:35:19 fb621ce72a46: Waiting 01:35:19 8e681e813ea3: Waiting 01:35:19 994456c4fd7b: Waiting 01:35:19 654002f31b3c: Waiting 01:35:19 a96ef4bb0d5f: Layer already exists 01:35:19 b4a4203923c9: Layer already exists 01:35:19 0ee96dce914b: Pushed 01:35:19 521ae98c9e22: Pushed 01:35:19 15b8a781e65b: Pushed 01:35:19 fb621ce72a46: Pushed 01:35:19 994456c4fd7b: Layer already exists 01:35:19 8e681e813ea3: Pushed 01:35:32 654002f31b3c: Pushed 01:35:32 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:35:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:35:32 521ae98c9e22: Preparing 01:35:32 0ee96dce914b: Preparing 01:35:32 15b8a781e65b: Preparing 01:35:32 a96ef4bb0d5f: Preparing 01:35:32 b4a4203923c9: Preparing 01:35:32 654002f31b3c: Preparing 01:35:32 fb621ce72a46: Preparing 01:35:32 8e681e813ea3: Preparing 01:35:32 994456c4fd7b: Preparing 01:35:32 654002f31b3c: Waiting 01:35:32 fb621ce72a46: Waiting 01:35:32 8e681e813ea3: Waiting 01:35:32 994456c4fd7b: Waiting 01:35:32 b4a4203923c9: Layer already exists 01:35:32 0ee96dce914b: Layer already exists 01:35:32 a96ef4bb0d5f: Layer already exists 01:35:32 521ae98c9e22: Layer already exists 01:35:32 15b8a781e65b: Layer already exists 01:35:32 654002f31b3c: Layer already exists 01:35:32 8e681e813ea3: Layer already exists 01:35:32 fb621ce72a46: Layer already exists 01:35:32 994456c4fd7b: Layer already exists 01:35:32 latest: digest: sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 01:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:35:33 521ae98c9e22: Preparing 01:35:33 0ee96dce914b: Preparing 01:35:33 15b8a781e65b: Preparing 01:35:33 a96ef4bb0d5f: Preparing 01:35:33 b4a4203923c9: Preparing 01:35:33 654002f31b3c: Preparing 01:35:33 fb621ce72a46: Preparing 01:35:33 8e681e813ea3: Preparing 01:35:33 994456c4fd7b: Preparing 01:35:33 654002f31b3c: Waiting 01:35:33 fb621ce72a46: Waiting 01:35:33 8e681e813ea3: Waiting 01:35:33 994456c4fd7b: Waiting 01:35:33 b4a4203923c9: Layer already exists 01:35:33 15b8a781e65b: Layer already exists 01:35:33 521ae98c9e22: Layer already exists 01:35:33 0ee96dce914b: Layer already exists 01:35:33 a96ef4bb0d5f: Layer already exists 01:35:33 654002f31b3c: Layer already exists 01:35:33 fb621ce72a46: Layer already exists 01:35:33 8e681e813ea3: Layer already exists 01:35:33 994456c4fd7b: Layer already exists 01:35:33 4.1.0-dev.8: digest: sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:35:33 521ae98c9e22: Preparing 01:35:33 0ee96dce914b: Preparing 01:35:33 15b8a781e65b: Preparing 01:35:33 a96ef4bb0d5f: Preparing 01:35:33 b4a4203923c9: Preparing 01:35:33 654002f31b3c: Preparing 01:35:33 fb621ce72a46: Preparing 01:35:33 8e681e813ea3: Preparing 01:35:33 994456c4fd7b: Preparing 01:35:33 8e681e813ea3: Waiting 01:35:33 994456c4fd7b: Waiting 01:35:33 fb621ce72a46: Waiting 01:35:33 654002f31b3c: Waiting 01:35:33 0ee96dce914b: Layer already exists 01:35:33 a96ef4bb0d5f: Layer already exists 01:35:33 b4a4203923c9: Layer already exists 01:35:33 521ae98c9e22: Layer already exists 01:35:33 15b8a781e65b: Layer already exists 01:35:33 654002f31b3c: Layer already exists 01:35:33 fb621ce72a46: Layer already exists 01:35:33 994456c4fd7b: Layer already exists 01:35:33 8e681e813ea3: Layer already exists 01:35:33 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:35:34 521ae98c9e22: Preparing 01:35:34 0ee96dce914b: Preparing 01:35:34 15b8a781e65b: Preparing 01:35:34 a96ef4bb0d5f: Preparing 01:35:34 b4a4203923c9: Preparing 01:35:34 654002f31b3c: Preparing 01:35:34 fb621ce72a46: Preparing 01:35:34 8e681e813ea3: Preparing 01:35:34 994456c4fd7b: Preparing 01:35:34 654002f31b3c: Waiting 01:35:34 fb621ce72a46: Waiting 01:35:34 994456c4fd7b: Waiting 01:35:34 a96ef4bb0d5f: Layer already exists 01:35:34 15b8a781e65b: Layer already exists 01:35:34 0ee96dce914b: Layer already exists 01:35:34 b4a4203923c9: Layer already exists 01:35:34 521ae98c9e22: Layer already exists 01:35:34 fb621ce72a46: Layer already exists 01:35:34 654002f31b3c: Layer already exists 01:35:34 8e681e813ea3: Layer already exists 01:35:34 994456c4fd7b: Layer already exists 01:35:34 main: digest: sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:34 ===================================================== [Pipeline] echo 01:35:34 taggedImages: 01:35:34 - nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:34 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:35:34 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 01:35:34 - nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:34 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:35:34 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:35:34 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:34 latest 01:35:34 4.1.0-dev.8 01:35:34 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:34 main 01:35:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:35:35 7aa921700fc7: Preparing 01:35:35 d06d7c1f1c25: Preparing 01:35:35 4fc1ef2a020e: Preparing 01:35:35 a96ef4bb0d5f: Preparing 01:35:35 b4a4203923c9: Preparing 01:35:35 d25ad6b8960f: Preparing 01:35:35 f6ce5db3cfb6: Preparing 01:35:35 f2f8fb6f9e2f: Preparing 01:35:35 994456c4fd7b: Preparing 01:35:35 d25ad6b8960f: Waiting 01:35:35 f6ce5db3cfb6: Waiting 01:35:35 f2f8fb6f9e2f: Waiting 01:35:35 b4a4203923c9: Layer already exists 01:35:35 7aa921700fc7: Layer already exists 01:35:35 a96ef4bb0d5f: Layer already exists 01:35:35 d25ad6b8960f: Layer already exists 01:35:35 f6ce5db3cfb6: Layer already exists 01:35:35 f2f8fb6f9e2f: Layer already exists 01:35:35 994456c4fd7b: Layer already exists 01:35:35 4fc1ef2a020e: Pushed 01:35:35 d06d7c1f1c25: Pushed 01:35:35 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:35:36 7aa921700fc7: Preparing 01:35:36 d06d7c1f1c25: Preparing 01:35:36 4fc1ef2a020e: Preparing 01:35:36 a96ef4bb0d5f: Preparing 01:35:36 b4a4203923c9: Preparing 01:35:36 d25ad6b8960f: Preparing 01:35:36 f6ce5db3cfb6: Preparing 01:35:36 f2f8fb6f9e2f: Preparing 01:35:36 994456c4fd7b: Preparing 01:35:36 d25ad6b8960f: Waiting 01:35:36 f2f8fb6f9e2f: Waiting 01:35:36 994456c4fd7b: Waiting 01:35:36 f6ce5db3cfb6: Waiting 01:35:36 7aa921700fc7: Layer already exists 01:35:36 4fc1ef2a020e: Layer already exists 01:35:36 d06d7c1f1c25: Layer already exists 01:35:36 b4a4203923c9: Layer already exists 01:35:36 a96ef4bb0d5f: Layer already exists 01:35:36 d25ad6b8960f: Layer already exists 01:35:36 f6ce5db3cfb6: Layer already exists 01:35:36 994456c4fd7b: Layer already exists 01:35:36 f2f8fb6f9e2f: Layer already exists 01:35:36 latest: digest: sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 01:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:35:36 7aa921700fc7: Preparing 01:35:36 d06d7c1f1c25: Preparing 01:35:36 4fc1ef2a020e: Preparing 01:35:36 a96ef4bb0d5f: Preparing 01:35:36 b4a4203923c9: Preparing 01:35:36 d25ad6b8960f: Preparing 01:35:36 f6ce5db3cfb6: Preparing 01:35:36 f2f8fb6f9e2f: Preparing 01:35:36 994456c4fd7b: Preparing 01:35:36 d25ad6b8960f: Waiting 01:35:36 f6ce5db3cfb6: Waiting 01:35:36 f2f8fb6f9e2f: Waiting 01:35:36 7aa921700fc7: Layer already exists 01:35:36 a96ef4bb0d5f: Layer already exists 01:35:36 d06d7c1f1c25: Layer already exists 01:35:36 b4a4203923c9: Layer already exists 01:35:36 4fc1ef2a020e: Layer already exists 01:35:36 d25ad6b8960f: Layer already exists 01:35:36 f6ce5db3cfb6: Layer already exists 01:35:36 994456c4fd7b: Layer already exists 01:35:36 f2f8fb6f9e2f: Layer already exists 01:35:36 4.1.0-dev.8: digest: sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:35:37 7aa921700fc7: Preparing 01:35:37 d06d7c1f1c25: Preparing 01:35:37 4fc1ef2a020e: Preparing 01:35:37 a96ef4bb0d5f: Preparing 01:35:37 b4a4203923c9: Preparing 01:35:37 d25ad6b8960f: Preparing 01:35:37 f6ce5db3cfb6: Preparing 01:35:37 f2f8fb6f9e2f: Preparing 01:35:37 994456c4fd7b: Preparing 01:35:37 f6ce5db3cfb6: Waiting 01:35:37 f2f8fb6f9e2f: Waiting 01:35:37 d25ad6b8960f: Waiting 01:35:37 994456c4fd7b: Waiting 01:35:37 7aa921700fc7: Layer already exists 01:35:37 4fc1ef2a020e: Layer already exists 01:35:37 a96ef4bb0d5f: Layer already exists 01:35:37 b4a4203923c9: Layer already exists 01:35:37 d06d7c1f1c25: Layer already exists 01:35:37 f6ce5db3cfb6: Layer already exists 01:35:37 d25ad6b8960f: Layer already exists 01:35:37 f2f8fb6f9e2f: Layer already exists 01:35:37 994456c4fd7b: Layer already exists 01:35:37 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:35:38 7aa921700fc7: Preparing 01:35:38 d06d7c1f1c25: Preparing 01:35:38 4fc1ef2a020e: Preparing 01:35:38 a96ef4bb0d5f: Preparing 01:35:38 b4a4203923c9: Preparing 01:35:38 d25ad6b8960f: Preparing 01:35:38 f6ce5db3cfb6: Preparing 01:35:38 f2f8fb6f9e2f: Preparing 01:35:38 994456c4fd7b: Preparing 01:35:38 f2f8fb6f9e2f: Waiting 01:35:38 f6ce5db3cfb6: Waiting 01:35:38 d25ad6b8960f: Waiting 01:35:38 994456c4fd7b: Waiting 01:35:38 b4a4203923c9: Layer already exists 01:35:38 4fc1ef2a020e: Layer already exists 01:35:38 7aa921700fc7: Layer already exists 01:35:38 d06d7c1f1c25: Layer already exists 01:35:38 a96ef4bb0d5f: Layer already exists 01:35:38 f6ce5db3cfb6: Layer already exists 01:35:38 f2f8fb6f9e2f: Layer already exists 01:35:38 994456c4fd7b: Layer already exists 01:35:38 d25ad6b8960f: Layer already exists 01:35:38 main: digest: sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:38 ===================================================== [Pipeline] echo 01:35:38 taggedImages: 01:35:38 - nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:38 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:35:38 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 01:35:38 - nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:38 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:35:38 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:35:38 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:38 latest 01:35:38 4.1.0-dev.8 01:35:38 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:38 main 01:35:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:35:39 f887c854279a: Preparing 01:35:39 acda8e71ebe2: Preparing 01:35:39 a96ef4bb0d5f: Preparing 01:35:39 b4a4203923c9: Preparing 01:35:39 2a42b4a210c2: Preparing 01:35:39 2959ae2bf7d7: Preparing 01:35:39 994456c4fd7b: Preparing 01:35:39 2959ae2bf7d7: Waiting 01:35:39 994456c4fd7b: Waiting 01:35:39 b4a4203923c9: Layer already exists 01:35:39 a96ef4bb0d5f: Layer already exists 01:35:39 994456c4fd7b: Layer already exists 01:35:39 2a42b4a210c2: Pushed 01:35:39 f887c854279a: Pushed 01:35:39 2959ae2bf7d7: Pushed 01:35:42 acda8e71ebe2: Pushed 01:35:42 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:35:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:35:43 f887c854279a: Preparing 01:35:43 acda8e71ebe2: Preparing 01:35:43 a96ef4bb0d5f: Preparing 01:35:43 b4a4203923c9: Preparing 01:35:43 2a42b4a210c2: Preparing 01:35:43 2959ae2bf7d7: Preparing 01:35:43 994456c4fd7b: Preparing 01:35:43 2959ae2bf7d7: Waiting 01:35:43 994456c4fd7b: Waiting 01:35:43 b4a4203923c9: Layer already exists 01:35:43 2a42b4a210c2: Layer already exists 01:35:43 acda8e71ebe2: Layer already exists 01:35:43 f887c854279a: Layer already exists 01:35:43 a96ef4bb0d5f: Layer already exists 01:35:43 994456c4fd7b: Layer already exists 01:35:43 2959ae2bf7d7: Layer already exists 01:35:43 latest: digest: sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 01:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:35:44 f887c854279a: Preparing 01:35:44 acda8e71ebe2: Preparing 01:35:44 a96ef4bb0d5f: Preparing 01:35:44 b4a4203923c9: Preparing 01:35:44 2a42b4a210c2: Preparing 01:35:44 2959ae2bf7d7: Preparing 01:35:44 994456c4fd7b: Preparing 01:35:44 2959ae2bf7d7: Waiting 01:35:44 a96ef4bb0d5f: Layer already exists 01:35:44 f887c854279a: Layer already exists 01:35:44 acda8e71ebe2: Layer already exists 01:35:44 2a42b4a210c2: Layer already exists 01:35:44 b4a4203923c9: Layer already exists 01:35:44 994456c4fd7b: Layer already exists 01:35:44 2959ae2bf7d7: Layer already exists 01:35:44 4.1.0-dev.8: digest: sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:35:44 f887c854279a: Preparing 01:35:44 acda8e71ebe2: Preparing 01:35:44 a96ef4bb0d5f: Preparing 01:35:44 b4a4203923c9: Preparing 01:35:44 2a42b4a210c2: Preparing 01:35:44 2959ae2bf7d7: Preparing 01:35:44 994456c4fd7b: Preparing 01:35:44 2959ae2bf7d7: Waiting 01:35:44 994456c4fd7b: Waiting 01:35:44 b4a4203923c9: Layer already exists 01:35:44 f887c854279a: Layer already exists 01:35:44 acda8e71ebe2: Layer already exists 01:35:44 2a42b4a210c2: Layer already exists 01:35:44 a96ef4bb0d5f: Layer already exists 01:35:44 2959ae2bf7d7: Layer already exists 01:35:44 994456c4fd7b: Layer already exists 01:35:44 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:35:45 f887c854279a: Preparing 01:35:45 acda8e71ebe2: Preparing 01:35:45 a96ef4bb0d5f: Preparing 01:35:45 b4a4203923c9: Preparing 01:35:45 2a42b4a210c2: Preparing 01:35:45 2959ae2bf7d7: Preparing 01:35:45 994456c4fd7b: Preparing 01:35:45 994456c4fd7b: Waiting 01:35:45 f887c854279a: Layer already exists 01:35:45 2a42b4a210c2: Layer already exists 01:35:45 acda8e71ebe2: Layer already exists 01:35:45 a96ef4bb0d5f: Layer already exists 01:35:45 b4a4203923c9: Layer already exists 01:35:45 2959ae2bf7d7: Layer already exists 01:35:45 994456c4fd7b: Layer already exists 01:35:45 main: digest: sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:45 ===================================================== [Pipeline] echo 01:35:45 taggedImages: 01:35:45 - nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:45 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:35:45 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 01:35:45 - nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:45 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:35:45 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:35:45 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:45 latest 01:35:45 4.1.0-dev.8 01:35:45 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:45 main 01:35:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:35:46 8af9a5dd8d71: Preparing 01:35:46 2a8f1aafcb71: Preparing 01:35:46 a96ef4bb0d5f: Preparing 01:35:46 b4a4203923c9: Preparing 01:35:46 f8fd054c2772: Preparing 01:35:46 1f2855a98c08: Preparing 01:35:46 994456c4fd7b: Preparing 01:35:46 1f2855a98c08: Waiting 01:35:46 994456c4fd7b: Waiting 01:35:46 b4a4203923c9: Layer already exists 01:35:46 a96ef4bb0d5f: Layer already exists 01:35:46 994456c4fd7b: Layer already exists 01:35:46 f8fd054c2772: Pushed 01:35:46 8af9a5dd8d71: Pushed 01:35:46 1f2855a98c08: Pushed 01:35:50 2a8f1aafcb71: Pushed 01:35:50 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:35:50 8af9a5dd8d71: Preparing 01:35:50 2a8f1aafcb71: Preparing 01:35:50 a96ef4bb0d5f: Preparing 01:35:50 b4a4203923c9: Preparing 01:35:50 f8fd054c2772: Preparing 01:35:50 1f2855a98c08: Preparing 01:35:50 994456c4fd7b: Preparing 01:35:50 994456c4fd7b: Waiting 01:35:50 1f2855a98c08: Waiting 01:35:50 2a8f1aafcb71: Layer already exists 01:35:50 a96ef4bb0d5f: Layer already exists 01:35:50 b4a4203923c9: Layer already exists 01:35:50 f8fd054c2772: Layer already exists 01:35:50 8af9a5dd8d71: Layer already exists 01:35:50 1f2855a98c08: Layer already exists 01:35:50 994456c4fd7b: Layer already exists 01:35:50 latest: digest: sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 01:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:35:51 8af9a5dd8d71: Preparing 01:35:51 2a8f1aafcb71: Preparing 01:35:51 a96ef4bb0d5f: Preparing 01:35:51 b4a4203923c9: Preparing 01:35:51 f8fd054c2772: Preparing 01:35:51 1f2855a98c08: Preparing 01:35:51 994456c4fd7b: Preparing 01:35:51 994456c4fd7b: Waiting 01:35:51 1f2855a98c08: Waiting 01:35:51 8af9a5dd8d71: Layer already exists 01:35:51 a96ef4bb0d5f: Layer already exists 01:35:51 2a8f1aafcb71: Layer already exists 01:35:51 b4a4203923c9: Layer already exists 01:35:51 f8fd054c2772: Layer already exists 01:35:51 1f2855a98c08: Layer already exists 01:35:51 994456c4fd7b: Layer already exists 01:35:51 4.1.0-dev.8: digest: sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:35:51 8af9a5dd8d71: Preparing 01:35:51 2a8f1aafcb71: Preparing 01:35:51 a96ef4bb0d5f: Preparing 01:35:51 b4a4203923c9: Preparing 01:35:51 f8fd054c2772: Preparing 01:35:51 1f2855a98c08: Preparing 01:35:51 994456c4fd7b: Preparing 01:35:51 1f2855a98c08: Waiting 01:35:51 994456c4fd7b: Waiting 01:35:51 b4a4203923c9: Layer already exists 01:35:51 8af9a5dd8d71: Layer already exists 01:35:51 2a8f1aafcb71: Layer already exists 01:35:51 f8fd054c2772: Layer already exists 01:35:51 a96ef4bb0d5f: Layer already exists 01:35:51 1f2855a98c08: Layer already exists 01:35:51 994456c4fd7b: Layer already exists 01:35:51 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:35:52 8af9a5dd8d71: Preparing 01:35:52 2a8f1aafcb71: Preparing 01:35:52 a96ef4bb0d5f: Preparing 01:35:52 b4a4203923c9: Preparing 01:35:52 f8fd054c2772: Preparing 01:35:52 1f2855a98c08: Preparing 01:35:52 994456c4fd7b: Preparing 01:35:52 1f2855a98c08: Waiting 01:35:52 994456c4fd7b: Waiting 01:35:52 b4a4203923c9: Layer already exists 01:35:52 f8fd054c2772: Layer already exists 01:35:52 a96ef4bb0d5f: Layer already exists 01:35:52 2a8f1aafcb71: Layer already exists 01:35:52 8af9a5dd8d71: Layer already exists 01:35:52 1f2855a98c08: Layer already exists 01:35:52 994456c4fd7b: Layer already exists 01:35:52 main: digest: sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:52 ===================================================== [Pipeline] echo 01:35:52 taggedImages: 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:35:52 ========================================================= 01:35:52 [edgeXBuildMultiArch] RAW Config: 01:35:52 images: 01:35:52 - nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/core-command:latest 01:35:52 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-command:main 01:35:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:35:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:35:52 - nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/core-data:latest 01:35:52 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-data:main 01:35:52 - nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:35:52 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:35:52 - nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:35:52 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:35:52 - nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:35:52 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:35:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:35:52 settingsFile: 01:35:52 edgex-go-settings 01:35:52 ========================================================= [Pipeline] node 01:36:07 Still waiting to schedule task 01:36:07 ‘prd-centos7-docker-4c-2g-904’ is offline 01:37:22 Running on prd-centos7-docker-4c-2g-905 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:37:22 provisioning config files... 01:37:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1808093316974840249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:37:26 ---> ****-login.sh 01:37:26 nexus3.edgexfoundry.org:10001 01:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:37:26 Configure a credential helper to remove this warning. See 01:37:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:37:26 01:37:26 Login Succeeded 01:37:26 nexus3.edgexfoundry.org:10002 01:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:37:26 Configure a credential helper to remove this warning. See 01:37:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:37:26 01:37:26 Login Succeeded 01:37:26 nexus3.edgexfoundry.org:10003 01:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:37:26 Configure a credential helper to remove this warning. See 01:37:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:37:26 01:37:26 Login Succeeded 01:37:26 nexus3.edgexfoundry.org:10004 01:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:37:26 Configure a credential helper to remove this warning. See 01:37:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:37:26 01:37:26 Login Succeeded 01:37:26 ****.io 01:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:37:26 Configure a credential helper to remove this warning. See 01:37:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:37:26 01:37:26 Login Succeeded 01:37:26 ---> ****-login.sh ends [Pipeline] } 01:37:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:37:27 + docker buildx ls 01:37:27 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:37:27 default * docker 01:37:27 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:37:27 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:37:27 edgex-builder [Pipeline] sh 01:37:28 + docker buildx inspect --bootstrap 01:37:28 #1 [internal] booting buildkit 01:37:28 #1 pulling image moby/buildkit:buildx-stable-1 01:37:31 #1 pulling image moby/buildkit:buildx-stable-1 3.5s done 01:37:31 #1 creating container buildx_buildkit_edgex-builder0 01:37:34 #1 creating container buildx_buildkit_edgex-builder0 2.7s done 01:37:34 #1 DONE 6.3s 01:37:34 Name: edgex-builder 01:37:34 Driver: docker-container 01:37:34 01:37:34 Nodes: 01:37:34 Name: edgex-builder0 01:37:34 Endpoint: unix:///var/run/docker.sock 01:37:34 Status: running 01:37:34 Buildkit: v0.20.2 01:37:34 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:37:35 + docker buildx ls 01:37:35 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:37:35 edgex-builder * docker-container 01:37:35 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:37:35 default docker 01:37:35 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:37:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:35 #1 [internal] load build definition from Dockerfile 01:37:35 #1 transferring dockerfile: 197B done 01:37:35 #1 DONE 0.0s 01:37:35 01:37:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:35 #2 DONE 0.1s 01:37:35 01:37:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:35 #3 DONE 0.1s 01:37:35 01:37:35 #4 [internal] load .dockerignore 01:37:35 #4 transferring context: 2B done 01:37:35 #4 DONE 0.0s 01:37:35 01:37:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:35 #5 resolve nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:35 #5 DONE 0.0s 01:37:35 01:37:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:35 #6 resolve nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:35 #6 DONE 0.1s 01:37:35 01:37:35 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:37:35 #7 DONE 0.0s 01:37:35 01:37:35 #8 exporting to image 01:37:35 #8 exporting layers done 01:37:35 #8 exporting manifest sha256:5933ceb5bf57a8a371d291806a63bfbd61b4778ed0ff6f230e5e3bc147af2bf2 0.0s done 01:37:35 #8 exporting config sha256:6b261e98f675ccb05abbcc175f3a1a2b36626aa278565034b54c216a56cf3b02 done 01:37:35 #8 exporting manifest sha256:a5ccaa0abc3b58c897151d0c3deef317fc689d379652f5d4e5437eb07a9b686a 0.0s done 01:37:35 #8 exporting config sha256:f8d8af63121f5739800eb1a36345ccdf6f9a1a0bdecb8aad59998701ad4c30c2 done 01:37:35 #8 exporting manifest list sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e done 01:37:35 #8 pushing layers 01:37:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:35 #8 pushing layers 0.1s done 01:37:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e 0.1s done 01:37:35 #8 DONE 0.2s 01:37:35 01:37:35 1 warning found (use --debug to expand): 01:37:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:37:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:37:36 #1 [internal] load build definition from Dockerfile 01:37:36 #1 transferring dockerfile: 163B done 01:37:36 #1 DONE 0.0s 01:37:36 01:37:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:37:36 #2 DONE 0.0s 01:37:36 01:37:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:37:36 #3 DONE 0.0s 01:37:36 01:37:36 #4 [internal] load .dockerignore 01:37:36 #4 transferring context: 2B done 01:37:36 #4 DONE 0.0s 01:37:36 01:37:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:36 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:36 #5 DONE 0.0s 01:37:36 01:37:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:36 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:36 #6 CACHED 01:37:36 01:37:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:36 #5 CACHED 01:37:36 01:37:36 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:37:36 #7 DONE 0.0s 01:37:36 01:37:36 #8 exporting to image 01:37:36 #8 exporting layers done 01:37:36 #8 exporting manifest sha256:5933ceb5bf57a8a371d291806a63bfbd61b4778ed0ff6f230e5e3bc147af2bf2 done 01:37:36 #8 exporting config sha256:6b261e98f675ccb05abbcc175f3a1a2b36626aa278565034b54c216a56cf3b02 done 01:37:36 #8 exporting manifest sha256:a5ccaa0abc3b58c897151d0c3deef317fc689d379652f5d4e5437eb07a9b686a done 01:37:36 #8 exporting config sha256:f8d8af63121f5739800eb1a36345ccdf6f9a1a0bdecb8aad59998701ad4c30c2 done 01:37:36 #8 exporting manifest list sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e done 01:37:36 #8 pushing layers 0.0s done 01:37:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e 0.1s done 01:37:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:36 #8 DONE 0.1s 01:37:36 01:37:36 1 warning found (use --debug to expand): 01:37:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8' 01:37:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 --push - 01:37:36 #1 [internal] load build definition from Dockerfile 01:37:36 #1 transferring dockerfile: 168B done 01:37:36 #1 DONE 0.0s 01:37:36 01:37:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 01:37:36 #2 DONE 0.0s 01:37:36 01:37:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8 01:37:36 #3 DONE 0.0s 01:37:36 01:37:36 #4 [internal] load .dockerignore 01:37:36 #4 transferring context: 2B done 01:37:36 #4 DONE 0.0s 01:37:36 01:37:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:36 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:36 #5 CACHED 01:37:36 01:37:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:36 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:36 #6 CACHED 01:37:36 01:37:36 #7 exporting to image 01:37:36 #7 exporting layers done 01:37:36 #7 exporting manifest sha256:5933ceb5bf57a8a371d291806a63bfbd61b4778ed0ff6f230e5e3bc147af2bf2 done 01:37:36 #7 exporting config sha256:6b261e98f675ccb05abbcc175f3a1a2b36626aa278565034b54c216a56cf3b02 01:37:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:36 #7 exporting config sha256:6b261e98f675ccb05abbcc175f3a1a2b36626aa278565034b54c216a56cf3b02 done 01:37:36 #7 exporting manifest sha256:a5ccaa0abc3b58c897151d0c3deef317fc689d379652f5d4e5437eb07a9b686a done 01:37:36 #7 exporting config sha256:f8d8af63121f5739800eb1a36345ccdf6f9a1a0bdecb8aad59998701ad4c30c2 done 01:37:36 #7 exporting manifest list sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e done 01:37:36 #7 pushing layers 0.0s done 01:37:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.8@sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e 0.1s done 01:37:36 #7 DONE 0.1s 01:37:36 01:37:36 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:37:36 #8 DONE 0.0s 01:37:36 01:37:36 1 warning found (use --debug to expand): 01:37:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:37 #1 [internal] load build definition from Dockerfile 01:37:37 #1 transferring dockerfile: 209B done 01:37:37 #1 DONE 0.0s 01:37:37 01:37:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:37 #2 DONE 0.0s 01:37:37 01:37:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:37 #3 DONE 0.0s 01:37:37 01:37:37 #4 [internal] load .dockerignore 01:37:37 #4 transferring context: 2B done 01:37:37 #4 DONE 0.0s 01:37:37 01:37:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:37 #5 resolve nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:37 #5 CACHED 01:37:37 01:37:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:37 #6 resolve nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:37 #6 DONE 0.0s 01:37:37 01:37:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:37 #6 CACHED 01:37:37 01:37:37 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:37:37 #7 DONE 0.0s 01:37:37 01:37:37 #8 exporting to image 01:37:37 #8 exporting layers done 01:37:37 #8 exporting manifest sha256:5933ceb5bf57a8a371d291806a63bfbd61b4778ed0ff6f230e5e3bc147af2bf2 done 01:37:37 #8 exporting config sha256:6b261e98f675ccb05abbcc175f3a1a2b36626aa278565034b54c216a56cf3b02 done 01:37:37 #8 exporting manifest sha256:a5ccaa0abc3b58c897151d0c3deef317fc689d379652f5d4e5437eb07a9b686a done 01:37:37 #8 exporting config sha256:f8d8af63121f5739800eb1a36345ccdf6f9a1a0bdecb8aad59998701ad4c30c2 done 01:37:37 #8 exporting manifest list sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e done 01:37:37 #8 pushing layers 0.0s done 01:37:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e 0.1s done 01:37:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:37 #8 DONE 0.1s 01:37:37 01:37:37 1 warning found (use --debug to expand): 01:37:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:37:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:37:37 #1 [internal] load build definition from Dockerfile 01:37:37 #1 transferring dockerfile: 161B done 01:37:37 #1 DONE 0.0s 01:37:37 01:37:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:37:37 #2 DONE 0.0s 01:37:37 01:37:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:37:37 #3 DONE 0.0s 01:37:37 01:37:37 #4 [internal] load .dockerignore 01:37:37 #4 transferring context: 2B done 01:37:37 #4 DONE 0.0s 01:37:37 01:37:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:37 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:37 #5 DONE 0.0s 01:37:37 01:37:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 0.0s done 01:37:38 #6 CACHED 01:37:38 01:37:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:706dac82b61f6c1bb5647bb4092ddb94a693f800250e67fae673f9563f8f9f88 01:37:38 #5 CACHED 01:37:38 01:37:38 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:37:38 #7 DONE 0.0s 01:37:38 01:37:38 #8 exporting to image 01:37:38 #8 exporting layers done 01:37:38 #8 exporting manifest sha256:5933ceb5bf57a8a371d291806a63bfbd61b4778ed0ff6f230e5e3bc147af2bf2 done 01:37:38 #8 exporting config sha256:6b261e98f675ccb05abbcc175f3a1a2b36626aa278565034b54c216a56cf3b02 done 01:37:38 #8 exporting manifest sha256:a5ccaa0abc3b58c897151d0c3deef317fc689d379652f5d4e5437eb07a9b686a done 01:37:38 #8 exporting config sha256:f8d8af63121f5739800eb1a36345ccdf6f9a1a0bdecb8aad59998701ad4c30c2 done 01:37:38 #8 exporting manifest list sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e done 01:37:38 #8 pushing layers 0.0s done 01:37:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:0949182ef13eff92560d7a554bc55ebca9d46f37369fab63ff3035e79b722a7e 0.1s done 01:37:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:38 #8 DONE 0.1s 01:37:38 01:37:38 1 warning found (use --debug to expand): 01:37:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:38 #1 [internal] load build definition from Dockerfile 01:37:38 #1 transferring dockerfile: 216B done 01:37:38 #1 DONE 0.0s 01:37:38 01:37:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:38 #2 DONE 0.0s 01:37:38 01:37:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:38 #3 DONE 0.1s 01:37:38 01:37:38 #4 [internal] load .dockerignore 01:37:38 #4 transferring context: 2B done 01:37:38 #4 DONE 0.0s 01:37:38 01:37:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:38 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:38 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:38 #5 DONE 0.1s 01:37:38 01:37:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:38 #6 DONE 0.0s 01:37:38 01:37:38 #7 exporting to image 01:37:38 #7 exporting layers done 01:37:38 #7 exporting manifest sha256:b3a962eea40787f48fb1fa25a125141a2846c19164c93279cef60ae88bfdeb81 0.0s done 01:37:38 #7 exporting config sha256:78d38a0e1907abd3c5934cb6465a26fe67e02e5fddf0fe4161c629d7e5dffddc done 01:37:38 #7 exporting manifest sha256:1bc0a9690f79baa2bc76b93a88a042374c78da09fccd879e414646b7c53c6c54 done 01:37:38 #7 exporting config sha256:8ac6d79e2286c2c971313eff32b55b056dfe099161a10b47feae75c40c3b6db3 01:37:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:38 #7 ... 01:37:38 01:37:38 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:38 #8 DONE 0.0s 01:37:38 01:37:38 #7 exporting to image 01:37:38 #7 exporting config sha256:8ac6d79e2286c2c971313eff32b55b056dfe099161a10b47feae75c40c3b6db3 done 01:37:38 #7 exporting manifest list sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 done 01:37:38 #7 pushing layers 0.1s done 01:37:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 01:37:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 0.1s done 01:37:38 #7 DONE 0.2s 01:37:38 01:37:38 1 warning found (use --debug to expand): 01:37:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:37:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:37:39 #1 [internal] load build definition from Dockerfile 01:37:39 #1 transferring dockerfile: 182B done 01:37:39 #1 DONE 0.0s 01:37:39 01:37:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:37:39 #2 DONE 0.0s 01:37:39 01:37:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:37:39 #3 DONE 0.0s 01:37:39 01:37:39 #4 [internal] load .dockerignore 01:37:39 #4 transferring context: 2B done 01:37:39 #4 DONE 0.0s 01:37:39 01:37:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:39 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:39 #5 DONE 0.0s 01:37:39 01:37:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:39 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:39 #6 CACHED 01:37:39 01:37:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:39 #5 CACHED 01:37:39 01:37:39 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:39 #7 DONE 0.0s 01:37:39 01:37:39 #8 exporting to image 01:37:39 #8 exporting layers done 01:37:39 #8 exporting manifest sha256:b3a962eea40787f48fb1fa25a125141a2846c19164c93279cef60ae88bfdeb81 done 01:37:39 #8 exporting config sha256:78d38a0e1907abd3c5934cb6465a26fe67e02e5fddf0fe4161c629d7e5dffddc done 01:37:39 #8 exporting manifest sha256:1bc0a9690f79baa2bc76b93a88a042374c78da09fccd879e414646b7c53c6c54 done 01:37:39 #8 exporting config sha256:8ac6d79e2286c2c971313eff32b55b056dfe099161a10b47feae75c40c3b6db3 done 01:37:39 #8 exporting manifest list sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 done 01:37:39 #8 pushing layers 0.0s done 01:37:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 0.1s done 01:37:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:39 #8 DONE 0.1s 01:37:39 01:37:39 1 warning found (use --debug to expand): 01:37:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8' 01:37:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 --push - 01:37:39 #1 [internal] load build definition from Dockerfile 01:37:39 #1 transferring dockerfile: 187B done 01:37:39 #1 DONE 0.0s 01:37:39 01:37:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 01:37:39 #2 DONE 0.0s 01:37:39 01:37:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8 01:37:39 #3 DONE 0.0s 01:37:39 01:37:39 #4 [internal] load .dockerignore 01:37:39 #4 transferring context: 2B done 01:37:39 #4 DONE 0.0s 01:37:39 01:37:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:39 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:39 #5 CACHED 01:37:39 01:37:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:39 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:39 #6 DONE 0.0s 01:37:39 01:37:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:39 #6 CACHED 01:37:39 01:37:39 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:39 #7 DONE 0.0s 01:37:39 01:37:39 #8 exporting to image 01:37:39 #8 exporting layers done 01:37:39 #8 exporting manifest sha256:b3a962eea40787f48fb1fa25a125141a2846c19164c93279cef60ae88bfdeb81 done 01:37:39 #8 exporting config sha256:78d38a0e1907abd3c5934cb6465a26fe67e02e5fddf0fe4161c629d7e5dffddc done 01:37:39 #8 exporting manifest sha256:1bc0a9690f79baa2bc76b93a88a042374c78da09fccd879e414646b7c53c6c54 done 01:37:39 #8 exporting config sha256:8ac6d79e2286c2c971313eff32b55b056dfe099161a10b47feae75c40c3b6db3 done 01:37:39 #8 exporting manifest list sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 done 01:37:39 #8 pushing layers 0.0s done 01:37:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.8@sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 0.1s done 01:37:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:39 #8 DONE 0.1s 01:37:39 01:37:39 1 warning found (use --debug to expand): 01:37:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:40 #1 [internal] load build definition from Dockerfile 01:37:40 #1 transferring dockerfile: 228B done 01:37:40 #1 DONE 0.0s 01:37:40 01:37:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:40 #2 DONE 0.0s 01:37:40 01:37:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:40 #3 DONE 0.0s 01:37:40 01:37:40 #4 [internal] load .dockerignore 01:37:40 #4 transferring context: 2B done 01:37:40 #4 DONE 0.0s 01:37:40 01:37:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:40 #5 CACHED 01:37:40 01:37:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:40 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:40 #6 CACHED 01:37:40 01:37:40 #7 exporting to image 01:37:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:40 #7 exporting layers done 01:37:40 #7 exporting manifest sha256:b3a962eea40787f48fb1fa25a125141a2846c19164c93279cef60ae88bfdeb81 done 01:37:40 #7 exporting config sha256:78d38a0e1907abd3c5934cb6465a26fe67e02e5fddf0fe4161c629d7e5dffddc done 01:37:40 #7 exporting manifest sha256:1bc0a9690f79baa2bc76b93a88a042374c78da09fccd879e414646b7c53c6c54 done 01:37:40 #7 exporting config sha256:8ac6d79e2286c2c971313eff32b55b056dfe099161a10b47feae75c40c3b6db3 done 01:37:40 #7 exporting manifest list sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 done 01:37:40 #7 pushing layers 0.0s done 01:37:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 0.1s done 01:37:40 #7 DONE 0.1s 01:37:40 01:37:40 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:40 #8 DONE 0.0s 01:37:40 01:37:40 1 warning found (use --debug to expand): 01:37:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:37:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:37:40 #1 [internal] load build definition from Dockerfile 01:37:40 #1 transferring dockerfile: 180B done 01:37:40 #1 DONE 0.0s 01:37:40 01:37:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:37:40 #2 DONE 0.0s 01:37:40 01:37:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:37:40 #3 DONE 0.0s 01:37:40 01:37:40 #4 [internal] load .dockerignore 01:37:40 #4 transferring context: 2B done 01:37:40 #4 DONE 0.0s 01:37:40 01:37:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:40 #5 DONE 0.0s 01:37:40 01:37:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:41 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 0.0s done 01:37:41 #6 CACHED 01:37:41 01:37:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:9b3f59189dbf96425d6bcd6146ca7b6fe16896351f753cc4dfe893192fcbd9d0 01:37:41 #5 CACHED 01:37:41 01:37:41 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:41 #7 DONE 0.0s 01:37:41 01:37:41 #8 exporting to image 01:37:41 #8 exporting layers done 01:37:41 #8 exporting manifest sha256:b3a962eea40787f48fb1fa25a125141a2846c19164c93279cef60ae88bfdeb81 done 01:37:41 #8 exporting config sha256:78d38a0e1907abd3c5934cb6465a26fe67e02e5fddf0fe4161c629d7e5dffddc done 01:37:41 #8 exporting manifest sha256:1bc0a9690f79baa2bc76b93a88a042374c78da09fccd879e414646b7c53c6c54 done 01:37:41 #8 exporting config sha256:8ac6d79e2286c2c971313eff32b55b056dfe099161a10b47feae75c40c3b6db3 done 01:37:41 #8 exporting manifest list sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 done 01:37:41 #8 pushing layers 0.0s done 01:37:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:17f6806e6ce0d8c024b2517af167a642d5c2c5f78a78344d124a306d4046dd59 0.1s done 01:37:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:41 #8 DONE 0.1s 01:37:41 01:37:41 1 warning found (use --debug to expand): 01:37:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:41 #1 [internal] load build definition from Dockerfile 01:37:41 #1 transferring dockerfile: 194B done 01:37:41 #1 DONE 0.0s 01:37:41 01:37:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:41 #2 DONE 0.0s 01:37:41 01:37:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:41 #3 DONE 0.0s 01:37:41 01:37:41 #4 [internal] load .dockerignore 01:37:41 #4 transferring context: 2B done 01:37:41 #4 DONE 0.0s 01:37:41 01:37:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:41 #5 resolve nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:41 #5 DONE 0.0s 01:37:41 01:37:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:41 #6 resolve nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:41 #6 DONE 0.1s 01:37:41 01:37:41 #7 exporting to image 01:37:41 #7 exporting layers done 01:37:41 #7 exporting manifest sha256:af1107d77420648ff4f0a0626a9dfbf9a28d3b177b630dd00e6a6d9bc693d1de done 01:37:41 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc done 01:37:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:41 #7 ... 01:37:41 01:37:41 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:37:41 #8 DONE 0.0s 01:37:41 01:37:41 #7 exporting to image 01:37:41 #7 exporting manifest sha256:e9ecc06edef3bb9918060961fd7c8569d26fefcc541f606fec91ee4183be9306 done 01:37:41 #7 exporting config sha256:80183f7ef156cc62ab13bd16f7b4e0bfdc443165834de4c143676aa7bad5753d done 01:37:41 #7 exporting manifest list sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 done 01:37:41 #7 pushing layers 0.1s done 01:37:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 01:37:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 0.1s done 01:37:41 #7 DONE 0.3s 01:37:41 01:37:41 1 warning found (use --debug to expand): 01:37:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:37:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:37:42 #1 [internal] load build definition from Dockerfile 01:37:42 #1 transferring dockerfile: 160B done 01:37:42 #1 DONE 0.0s 01:37:42 01:37:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:37:42 #2 DONE 0.0s 01:37:42 01:37:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:37:42 #3 DONE 0.0s 01:37:42 01:37:42 #4 [internal] load .dockerignore 01:37:42 #4 transferring context: 2B done 01:37:42 #4 DONE 0.0s 01:37:42 01:37:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:42 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 done 01:37:42 #5 CACHED 01:37:42 01:37:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:42 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:42 #6 CACHED 01:37:42 01:37:42 #7 exporting to image 01:37:42 #7 exporting layers 01:37:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:42 #7 exporting layers done 01:37:42 #7 exporting manifest sha256:af1107d77420648ff4f0a0626a9dfbf9a28d3b177b630dd00e6a6d9bc693d1de done 01:37:42 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc done 01:37:42 #7 exporting manifest sha256:e9ecc06edef3bb9918060961fd7c8569d26fefcc541f606fec91ee4183be9306 done 01:37:42 #7 exporting config sha256:80183f7ef156cc62ab13bd16f7b4e0bfdc443165834de4c143676aa7bad5753d done 01:37:42 #7 exporting manifest list sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 done 01:37:42 #7 pushing layers 0.0s done 01:37:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 0.1s done 01:37:42 #7 DONE 0.1s 01:37:42 01:37:42 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:37:42 #8 DONE 0.0s 01:37:42 01:37:42 1 warning found (use --debug to expand): 01:37:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8' 01:37:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 --push - 01:37:42 #1 [internal] load build definition from Dockerfile 01:37:42 #1 transferring dockerfile: 165B done 01:37:42 #1 DONE 0.0s 01:37:42 01:37:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 01:37:42 #2 DONE 0.0s 01:37:42 01:37:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8 01:37:42 #3 DONE 0.0s 01:37:42 01:37:42 #4 [internal] load .dockerignore 01:37:42 #4 transferring context: 2B done 01:37:42 #4 DONE 0.0s 01:37:42 01:37:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:42 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:42 #5 CACHED 01:37:42 01:37:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:42 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:42 #6 CACHED 01:37:42 01:37:42 #7 exporting to image 01:37:42 #7 exporting layers done 01:37:42 #7 exporting manifest sha256:af1107d77420648ff4f0a0626a9dfbf9a28d3b177b630dd00e6a6d9bc693d1de done 01:37:42 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc 01:37:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:43 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc done 01:37:43 #7 exporting manifest sha256:e9ecc06edef3bb9918060961fd7c8569d26fefcc541f606fec91ee4183be9306 done 01:37:43 #7 exporting config sha256:80183f7ef156cc62ab13bd16f7b4e0bfdc443165834de4c143676aa7bad5753d done 01:37:43 #7 exporting manifest list sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 done 01:37:43 #7 pushing layers 0.0s done 01:37:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.8@sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 0.1s done 01:37:43 #7 DONE 0.1s 01:37:43 01:37:43 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:37:43 #8 DONE 0.0s 01:37:43 01:37:43 1 warning found (use --debug to expand): 01:37:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:43 #1 [internal] load build definition from Dockerfile 01:37:43 #1 transferring dockerfile: 206B done 01:37:43 #1 DONE 0.0s 01:37:43 01:37:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:43 #2 DONE 0.0s 01:37:43 01:37:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:43 #3 DONE 0.0s 01:37:43 01:37:43 #4 [internal] load .dockerignore 01:37:43 #4 transferring context: 2B done 01:37:43 #4 DONE 0.0s 01:37:43 01:37:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:43 #5 CACHED 01:37:43 01:37:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:43 #6 resolve nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:43 #6 CACHED 01:37:43 01:37:43 #7 exporting to image 01:37:43 #7 exporting layers done 01:37:43 #7 exporting manifest sha256:af1107d77420648ff4f0a0626a9dfbf9a28d3b177b630dd00e6a6d9bc693d1de done 01:37:43 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc 01:37:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:43 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc done 01:37:43 #7 exporting manifest sha256:e9ecc06edef3bb9918060961fd7c8569d26fefcc541f606fec91ee4183be9306 done 01:37:43 #7 exporting config sha256:80183f7ef156cc62ab13bd16f7b4e0bfdc443165834de4c143676aa7bad5753d done 01:37:43 #7 exporting manifest list sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 done 01:37:43 #7 pushing layers 0.0s done 01:37:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 0.1s done 01:37:43 #7 DONE 0.1s 01:37:43 01:37:43 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:37:43 #8 DONE 0.0s 01:37:43 01:37:43 1 warning found (use --debug to expand): 01:37:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:37:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:37:43 #1 [internal] load build definition from Dockerfile 01:37:43 #1 transferring dockerfile: 158B done 01:37:43 #1 DONE 0.0s 01:37:43 01:37:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:37:43 #2 DONE 0.0s 01:37:43 01:37:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:37:43 #3 DONE 0.0s 01:37:43 01:37:43 #4 [internal] load .dockerignore 01:37:43 #4 transferring context: 2B done 01:37:43 #4 DONE 0.0s 01:37:43 01:37:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 done 01:37:43 #5 CACHED 01:37:43 01:37:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 01:37:43 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:6df759d7a3cac40b3253301d00606484aa16baca56609e69ebced1ee612663f2 0.0s done 01:37:43 #6 CACHED 01:37:43 01:37:43 #7 exporting to image 01:37:43 #7 exporting layers 01:37:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:44 #7 exporting layers done 01:37:44 #7 exporting manifest sha256:af1107d77420648ff4f0a0626a9dfbf9a28d3b177b630dd00e6a6d9bc693d1de done 01:37:44 #7 exporting config sha256:4ade0c2defa9aa6de41887446fec313ca592ee06e73ea40eccb91142aa4888fc done 01:37:44 #7 exporting manifest sha256:e9ecc06edef3bb9918060961fd7c8569d26fefcc541f606fec91ee4183be9306 done 01:37:44 #7 exporting config sha256:80183f7ef156cc62ab13bd16f7b4e0bfdc443165834de4c143676aa7bad5753d done 01:37:44 #7 exporting manifest list sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 done 01:37:44 #7 pushing layers 0.0s done 01:37:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:176122f02fc6aeba6e8c4ae73d00df476c944244609a5af9f1cdf55451f0b8a0 0.1s done 01:37:44 #7 DONE 0.1s 01:37:44 01:37:44 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:37:44 #8 DONE 0.0s 01:37:44 01:37:44 1 warning found (use --debug to expand): 01:37:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:44 #1 [internal] load build definition from Dockerfile 01:37:44 #1 transferring dockerfile: 196B done 01:37:44 #1 DONE 0.0s 01:37:44 01:37:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:44 #2 DONE 0.0s 01:37:44 01:37:44 #3 [internal] load .dockerignore 01:37:44 #3 transferring context: 2B done 01:37:44 #3 DONE 0.0s 01:37:44 01:37:44 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:44 #4 DONE 0.1s 01:37:44 01:37:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:44 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:44 #5 DONE 0.0s 01:37:44 01:37:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:44 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:44 #6 DONE 0.1s 01:37:44 01:37:44 #7 exporting to image 01:37:44 #7 exporting layers done 01:37:44 #7 exporting manifest sha256:9b13fec5305e835703948c9e7bb92d14b8121d984d3be2022ba118dcb132dcd4 done 01:37:44 #7 exporting config sha256:42d74f51bc5154f5198176f96689f2677f1d6dbeb4d09945a3566420d8c45f0f done 01:37:44 #7 exporting manifest sha256:25fda4ff117afa0722a502aac93bfd3b0acb8b40f41843d8b29be0438659fd8b 0.0s done 01:37:44 #7 exporting config sha256:22bda3b0c86318e8fefe3ac644fae41db4ef2c0a95fa6313fd43220ddd7f3592 01:37:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:44 #7 ... 01:37:44 01:37:44 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:44 #8 DONE 0.0s 01:37:44 01:37:44 #7 exporting to image 01:37:44 #7 exporting config sha256:22bda3b0c86318e8fefe3ac644fae41db4ef2c0a95fa6313fd43220ddd7f3592 done 01:37:44 #7 exporting manifest list sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de done 01:37:44 #7 pushing layers 0.1s done 01:37:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 01:37:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 0.1s done 01:37:44 #7 DONE 0.2s 01:37:44 01:37:44 1 warning found (use --debug to expand): 01:37:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:37:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:37:45 #1 [internal] load build definition from Dockerfile 01:37:45 #1 transferring dockerfile: 162B done 01:37:45 #1 DONE 0.0s 01:37:45 01:37:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:37:45 #2 DONE 0.0s 01:37:45 01:37:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:37:45 #3 DONE 0.0s 01:37:45 01:37:45 #4 [internal] load .dockerignore 01:37:45 #4 transferring context: 2B done 01:37:45 #4 DONE 0.0s 01:37:45 01:37:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:45 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:45 #5 CACHED 01:37:45 01:37:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:45 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:45 #6 CACHED 01:37:45 01:37:45 #7 exporting to image 01:37:45 #7 exporting layers done 01:37:45 #7 exporting manifest sha256:9b13fec5305e835703948c9e7bb92d14b8121d984d3be2022ba118dcb132dcd4 done 01:37:45 #7 exporting config sha256:42d74f51bc5154f5198176f96689f2677f1d6dbeb4d09945a3566420d8c45f0f done 01:37:45 #7 exporting manifest sha256:25fda4ff117afa0722a502aac93bfd3b0acb8b40f41843d8b29be0438659fd8b done 01:37:45 #7 exporting config sha256:22bda3b0c86318e8fefe3ac644fae41db4ef2c0a95fa6313fd43220ddd7f3592 done 01:37:45 #7 exporting manifest list sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de done 01:37:45 #7 pushing layers 0.0s done 01:37:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 01:37:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 0.1s done 01:37:45 #7 DONE 0.1s 01:37:45 01:37:45 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:45 #8 DONE 0.0s 01:37:45 01:37:45 1 warning found (use --debug to expand): 01:37:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8' 01:37:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 --push - 01:37:45 #1 [internal] load build definition from Dockerfile 01:37:45 #1 transferring dockerfile: 167B done 01:37:45 #1 DONE 0.0s 01:37:45 01:37:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 01:37:45 #2 DONE 0.0s 01:37:45 01:37:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8 01:37:45 #3 DONE 0.0s 01:37:45 01:37:45 #4 [internal] load .dockerignore 01:37:45 #4 transferring context: 2B done 01:37:45 #4 DONE 0.0s 01:37:45 01:37:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:45 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:45 #5 CACHED 01:37:45 01:37:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:45 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:45 #6 CACHED 01:37:45 01:37:45 #7 exporting to image 01:37:45 #7 exporting layers done 01:37:45 #7 exporting manifest sha256:9b13fec5305e835703948c9e7bb92d14b8121d984d3be2022ba118dcb132dcd4 done 01:37:45 #7 exporting config sha256:42d74f51bc5154f5198176f96689f2677f1d6dbeb4d09945a3566420d8c45f0f done 01:37:45 #7 exporting manifest sha256:25fda4ff117afa0722a502aac93bfd3b0acb8b40f41843d8b29be0438659fd8b done 01:37:45 #7 exporting config sha256:22bda3b0c86318e8fefe3ac644fae41db4ef2c0a95fa6313fd43220ddd7f3592 done 01:37:45 #7 exporting manifest list sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de done 01:37:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:46 #7 pushing layers 0.0s done 01:37:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.8@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 0.1s done 01:37:46 #7 DONE 0.1s 01:37:46 01:37:46 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:46 #8 DONE 0.0s 01:37:46 01:37:46 1 warning found (use --debug to expand): 01:37:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:46 #1 [internal] load build definition from Dockerfile 01:37:46 #1 transferring dockerfile: 208B done 01:37:46 #1 DONE 0.0s 01:37:46 01:37:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:46 #2 DONE 0.0s 01:37:46 01:37:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:46 #3 DONE 0.0s 01:37:46 01:37:46 #4 [internal] load .dockerignore 01:37:46 #4 transferring context: 2B done 01:37:46 #4 DONE 0.0s 01:37:46 01:37:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:46 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac done 01:37:46 #5 CACHED 01:37:46 01:37:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:46 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac done 01:37:46 #6 CACHED 01:37:46 01:37:46 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:46 #7 DONE 0.0s 01:37:46 01:37:46 #8 exporting to image 01:37:46 #8 exporting layers done 01:37:46 #8 exporting manifest sha256:9b13fec5305e835703948c9e7bb92d14b8121d984d3be2022ba118dcb132dcd4 done 01:37:46 #8 exporting config sha256:42d74f51bc5154f5198176f96689f2677f1d6dbeb4d09945a3566420d8c45f0f done 01:37:46 #8 exporting manifest sha256:25fda4ff117afa0722a502aac93bfd3b0acb8b40f41843d8b29be0438659fd8b done 01:37:46 #8 exporting config sha256:22bda3b0c86318e8fefe3ac644fae41db4ef2c0a95fa6313fd43220ddd7f3592 done 01:37:46 #8 exporting manifest list sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de done 01:37:46 #8 pushing layers 0.0s done 01:37:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 0.1s done 01:37:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:46 #8 DONE 0.1s 01:37:46 01:37:46 1 warning found (use --debug to expand): 01:37:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:37:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:37:46 #1 [internal] load build definition from Dockerfile 01:37:46 #1 transferring dockerfile: 160B done 01:37:46 #1 DONE 0.0s 01:37:46 01:37:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:37:46 #2 DONE 0.0s 01:37:46 01:37:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:37:46 #3 DONE 0.0s 01:37:46 01:37:46 #4 [internal] load .dockerignore 01:37:46 #4 transferring context: 2B done 01:37:46 #4 DONE 0.0s 01:37:46 01:37:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:46 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:46 #5 CACHED 01:37:46 01:37:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 01:37:46 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5f8a56e88dd28471e828b2772d4ed66ee5a35df3c0eb3c8c849e304d55b300ac 0.0s done 01:37:46 #6 CACHED 01:37:46 01:37:46 #7 exporting to image 01:37:46 #7 exporting layers done 01:37:46 #7 exporting manifest sha256:9b13fec5305e835703948c9e7bb92d14b8121d984d3be2022ba118dcb132dcd4 done 01:37:46 #7 exporting config sha256:42d74f51bc5154f5198176f96689f2677f1d6dbeb4d09945a3566420d8c45f0f done 01:37:46 #7 exporting manifest sha256:25fda4ff117afa0722a502aac93bfd3b0acb8b40f41843d8b29be0438659fd8b done 01:37:46 #7 exporting config sha256:22bda3b0c86318e8fefe3ac644fae41db4ef2c0a95fa6313fd43220ddd7f3592 done 01:37:46 #7 exporting manifest list sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 01:37:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:47 #7 exporting manifest list sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de done 01:37:47 #7 pushing layers 0.0s done 01:37:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:df4e27d5aa62ea8c6065d3ffaf6cb512d2b1917e91210b63c2cf76af3398e1de 0.1s done 01:37:47 #7 DONE 0.1s 01:37:47 01:37:47 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:47 #8 DONE 0.0s 01:37:47 01:37:47 1 warning found (use --debug to expand): 01:37:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:47 #1 [internal] load build definition from Dockerfile 01:37:47 #1 transferring dockerfile: 198B done 01:37:47 #1 DONE 0.0s 01:37:47 01:37:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:47 #2 DONE 0.0s 01:37:47 01:37:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:47 #3 DONE 0.0s 01:37:47 01:37:47 #4 [internal] load .dockerignore 01:37:47 #4 transferring context: 2B done 01:37:47 #4 DONE 0.0s 01:37:47 01:37:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:47 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:47 #5 DONE 0.0s 01:37:47 01:37:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:47 #6 DONE 0.0s 01:37:47 01:37:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:47 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:47 #5 DONE 0.1s 01:37:47 01:37:47 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:37:47 #7 DONE 0.0s 01:37:47 01:37:47 #8 exporting to image 01:37:47 #8 exporting layers done 01:37:47 #8 exporting manifest sha256:55900e084aedeb4a0c7a8b7fa84286dd532d333e02f44a9142490577f800d1af done 01:37:47 #8 exporting config sha256:db57aab6e9fe807358809648c7fb675d2531eaced6eb025e07e28e36be26707f done 01:37:47 #8 exporting manifest sha256:65c3de2ced49d8dd633067db8c06e562f3f0eac4c3a5332d76c7eecfad7fa773 done 01:37:47 #8 exporting config sha256:2bfd188c7367a839f7d99c80e2a6e753330eb672170efc7c6f16822ff37a8aef done 01:37:47 #8 exporting manifest list sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 done 01:37:47 #8 pushing layers 0.1s done 01:37:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 01:37:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 0.1s done 01:37:47 #8 DONE 0.2s 01:37:47 01:37:47 1 warning found (use --debug to expand): 01:37:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:37:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:37:48 #1 [internal] load build definition from Dockerfile 01:37:48 #1 transferring dockerfile: 164B done 01:37:48 #1 DONE 0.0s 01:37:48 01:37:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:37:48 #2 DONE 0.0s 01:37:48 01:37:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:37:48 #3 DONE 0.0s 01:37:48 01:37:48 #4 [internal] load .dockerignore 01:37:48 #4 transferring context: 2B done 01:37:48 #4 DONE 0.0s 01:37:48 01:37:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:48 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:48 #5 CACHED 01:37:48 01:37:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:48 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:48 #6 CACHED 01:37:48 01:37:48 #7 exporting to image 01:37:48 #7 exporting layers 01:37:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:48 #7 exporting layers done 01:37:48 #7 exporting manifest sha256:55900e084aedeb4a0c7a8b7fa84286dd532d333e02f44a9142490577f800d1af done 01:37:48 #7 exporting config sha256:db57aab6e9fe807358809648c7fb675d2531eaced6eb025e07e28e36be26707f done 01:37:48 #7 exporting manifest sha256:65c3de2ced49d8dd633067db8c06e562f3f0eac4c3a5332d76c7eecfad7fa773 done 01:37:48 #7 exporting config sha256:2bfd188c7367a839f7d99c80e2a6e753330eb672170efc7c6f16822ff37a8aef done 01:37:48 #7 exporting manifest list sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 done 01:37:48 #7 pushing layers 0.0s done 01:37:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 0.1s done 01:37:48 #7 DONE 0.1s 01:37:48 01:37:48 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:37:48 #8 DONE 0.0s 01:37:48 01:37:48 1 warning found (use --debug to expand): 01:37:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 --push - 01:37:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8' 01:37:48 #1 [internal] load build definition from Dockerfile 01:37:48 #1 transferring dockerfile: 169B done 01:37:48 #1 DONE 0.0s 01:37:48 01:37:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 01:37:48 #2 DONE 0.0s 01:37:48 01:37:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8 01:37:48 #3 DONE 0.0s 01:37:48 01:37:48 #4 [internal] load .dockerignore 01:37:48 #4 transferring context: 2B done 01:37:48 #4 DONE 0.0s 01:37:48 01:37:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:48 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:48 #5 CACHED 01:37:48 01:37:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:48 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:48 #6 CACHED 01:37:48 01:37:48 #7 exporting to image 01:37:48 #7 exporting layers done 01:37:48 #7 exporting manifest sha256:55900e084aedeb4a0c7a8b7fa84286dd532d333e02f44a9142490577f800d1af done 01:37:48 #7 exporting config sha256:db57aab6e9fe807358809648c7fb675d2531eaced6eb025e07e28e36be26707f done 01:37:48 #7 exporting manifest sha256:65c3de2ced49d8dd633067db8c06e562f3f0eac4c3a5332d76c7eecfad7fa773 done 01:37:48 #7 exporting config sha256:2bfd188c7367a839f7d99c80e2a6e753330eb672170efc7c6f16822ff37a8aef 01:37:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:49 #7 exporting config sha256:2bfd188c7367a839f7d99c80e2a6e753330eb672170efc7c6f16822ff37a8aef done 01:37:49 #7 exporting manifest list sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 done 01:37:49 #7 pushing layers 0.0s done 01:37:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.8@sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 0.1s done 01:37:49 #7 DONE 0.1s 01:37:49 01:37:49 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:37:49 #8 DONE 0.0s 01:37:49 01:37:49 1 warning found (use --debug to expand): 01:37:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:49 #1 [internal] load build definition from Dockerfile 01:37:49 #1 transferring dockerfile: 210B done 01:37:49 #1 DONE 0.0s 01:37:49 01:37:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:49 #2 DONE 0.0s 01:37:49 01:37:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:49 #3 DONE 0.0s 01:37:49 01:37:49 #4 [internal] load .dockerignore 01:37:49 #4 transferring context: 2B done 01:37:49 #4 DONE 0.0s 01:37:49 01:37:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:49 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:49 #5 CACHED 01:37:49 01:37:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:49 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:49 #6 CACHED 01:37:49 01:37:49 #7 exporting to image 01:37:49 #7 exporting layers done 01:37:49 #7 exporting manifest sha256:55900e084aedeb4a0c7a8b7fa84286dd532d333e02f44a9142490577f800d1af done 01:37:49 #7 exporting config sha256:db57aab6e9fe807358809648c7fb675d2531eaced6eb025e07e28e36be26707f 01:37:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:49 #7 exporting config sha256:db57aab6e9fe807358809648c7fb675d2531eaced6eb025e07e28e36be26707f done 01:37:49 #7 exporting manifest sha256:65c3de2ced49d8dd633067db8c06e562f3f0eac4c3a5332d76c7eecfad7fa773 done 01:37:49 #7 exporting config sha256:2bfd188c7367a839f7d99c80e2a6e753330eb672170efc7c6f16822ff37a8aef done 01:37:49 #7 exporting manifest list sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 done 01:37:49 #7 pushing layers 0.0s done 01:37:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 0.1s done 01:37:49 #7 DONE 0.1s 01:37:49 01:37:49 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:37:49 #8 DONE 0.0s 01:37:49 01:37:49 1 warning found (use --debug to expand): 01:37:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:37:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:37:49 #1 [internal] load build definition from Dockerfile 01:37:49 #1 transferring dockerfile: 162B done 01:37:49 #1 DONE 0.0s 01:37:49 01:37:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:37:49 #2 DONE 0.0s 01:37:49 01:37:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:37:49 #3 DONE 0.0s 01:37:49 01:37:49 #4 [internal] load .dockerignore 01:37:49 #4 transferring context: 2B done 01:37:49 #4 DONE 0.0s 01:37:49 01:37:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:49 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:49 #5 CACHED 01:37:49 01:37:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 01:37:49 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:a0a18c4ca1a5aa0f3c29c82a93e115eca2039effdc8e6920a68386aa3de4bcb2 0.0s done 01:37:49 #6 CACHED 01:37:49 01:37:49 #7 exporting to image 01:37:49 #7 exporting layers done 01:37:49 #7 exporting manifest sha256:55900e084aedeb4a0c7a8b7fa84286dd532d333e02f44a9142490577f800d1af done 01:37:49 #7 exporting config sha256:db57aab6e9fe807358809648c7fb675d2531eaced6eb025e07e28e36be26707f done 01:37:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:50 #7 exporting manifest sha256:65c3de2ced49d8dd633067db8c06e562f3f0eac4c3a5332d76c7eecfad7fa773 done 01:37:50 #7 exporting config sha256:2bfd188c7367a839f7d99c80e2a6e753330eb672170efc7c6f16822ff37a8aef done 01:37:50 #7 exporting manifest list sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 done 01:37:50 #7 pushing layers 0.0s done 01:37:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6ee903dfea4db1edc65971bd219a8f13a4021b798565aac4186b3f78f6e582b6 0.1s done 01:37:50 #7 DONE 0.1s 01:37:50 01:37:50 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:37:50 #8 DONE 0.0s 01:37:50 01:37:50 1 warning found (use --debug to expand): 01:37:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:50 #1 [internal] load build definition from Dockerfile 01:37:50 #1 transferring dockerfile: 206B done 01:37:50 #1 DONE 0.0s 01:37:50 01:37:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:50 #2 DONE 0.0s 01:37:50 01:37:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:50 #3 DONE 0.0s 01:37:50 01:37:50 #4 [internal] load .dockerignore 01:37:50 #4 transferring context: 2B done 01:37:50 #4 DONE 0.0s 01:37:50 01:37:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:50 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:50 #5 DONE 0.0s 01:37:50 01:37:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:50 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:50 #6 DONE 0.0s 01:37:50 01:37:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:50 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:50 #5 DONE 0.2s 01:37:50 01:37:50 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:50 #7 DONE 0.0s 01:37:50 01:37:50 #8 exporting to image 01:37:50 #8 exporting layers done 01:37:50 #8 exporting manifest sha256:dec802319fa310710c507c3c4f761fd7052691383d8380950e48abb494d22f98 0.0s done 01:37:50 #8 exporting config sha256:2126772e301d71273850fb34887aa9c754d608532919f2dc7d6fed96c7072080 done 01:37:50 #8 exporting manifest sha256:08360dc6ca616471f736c4001e6a9abf565c46fab199d3819ea57269c11edee1 done 01:37:50 #8 exporting config sha256:106740b338072c5b189dbc77293f3fb621ebda9f59d27e92ab8614d2461c57ad 0.0s done 01:37:50 #8 exporting manifest list sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 done 01:37:50 #8 pushing layers 0.1s done 01:37:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 01:37:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 0.1s done 01:37:50 #8 DONE 0.2s 01:37:50 01:37:50 1 warning found (use --debug to expand): 01:37:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:37:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:37:51 #1 [internal] load build definition from Dockerfile 01:37:51 #1 transferring dockerfile: 172B done 01:37:51 #1 DONE 0.0s 01:37:51 01:37:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:37:51 #2 DONE 0.0s 01:37:51 01:37:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:37:51 #3 DONE 0.0s 01:37:51 01:37:51 #4 [internal] load .dockerignore 01:37:51 #4 transferring context: 2B done 01:37:51 #4 DONE 0.0s 01:37:51 01:37:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:51 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:51 #5 CACHED 01:37:51 01:37:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:51 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:51 #6 CACHED 01:37:51 01:37:51 #7 exporting to image 01:37:51 #7 exporting layers done 01:37:51 #7 exporting manifest sha256:dec802319fa310710c507c3c4f761fd7052691383d8380950e48abb494d22f98 done 01:37:51 #7 exporting config sha256:2126772e301d71273850fb34887aa9c754d608532919f2dc7d6fed96c7072080 done 01:37:51 #7 exporting manifest sha256:08360dc6ca616471f736c4001e6a9abf565c46fab199d3819ea57269c11edee1 done 01:37:51 #7 exporting config sha256:106740b338072c5b189dbc77293f3fb621ebda9f59d27e92ab8614d2461c57ad done 01:37:51 #7 exporting manifest list sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 done 01:37:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:51 #7 pushing layers 0.0s done 01:37:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 0.1s done 01:37:51 #7 DONE 0.1s 01:37:51 01:37:51 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:51 #8 DONE 0.0s 01:37:51 01:37:51 1 warning found (use --debug to expand): 01:37:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8' 01:37:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 --push - 01:37:51 #1 [internal] load build definition from Dockerfile 01:37:51 #1 transferring dockerfile: 177B done 01:37:51 #1 DONE 0.0s 01:37:51 01:37:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 01:37:51 #2 DONE 0.0s 01:37:51 01:37:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8 01:37:51 #3 DONE 0.0s 01:37:51 01:37:51 #4 [internal] load .dockerignore 01:37:51 #4 transferring context: 2B done 01:37:51 #4 DONE 0.0s 01:37:51 01:37:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:51 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:51 #5 CACHED 01:37:51 01:37:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:51 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:51 #6 CACHED 01:37:51 01:37:51 #7 exporting to image 01:37:51 #7 exporting layers done 01:37:51 #7 exporting manifest sha256:dec802319fa310710c507c3c4f761fd7052691383d8380950e48abb494d22f98 done 01:37:51 #7 exporting config sha256:2126772e301d71273850fb34887aa9c754d608532919f2dc7d6fed96c7072080 done 01:37:51 #7 exporting manifest sha256:08360dc6ca616471f736c4001e6a9abf565c46fab199d3819ea57269c11edee1 done 01:37:51 #7 exporting config sha256:106740b338072c5b189dbc77293f3fb621ebda9f59d27e92ab8614d2461c57ad done 01:37:51 #7 exporting manifest list sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 done 01:37:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:52 #7 pushing layers 0.0s done 01:37:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.8@sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 0.1s done 01:37:52 #7 DONE 0.1s 01:37:52 01:37:52 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:52 #8 DONE 0.0s 01:37:52 01:37:52 1 warning found (use --debug to expand): 01:37:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:52 #1 [internal] load build definition from Dockerfile 01:37:52 #1 transferring dockerfile: 218B done 01:37:52 #1 DONE 0.0s 01:37:52 01:37:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:52 #2 DONE 0.0s 01:37:52 01:37:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:52 #3 DONE 0.0s 01:37:52 01:37:52 #4 [internal] load .dockerignore 01:37:52 #4 transferring context: 2B done 01:37:52 #4 DONE 0.0s 01:37:52 01:37:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:52 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:52 #5 CACHED 01:37:52 01:37:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:52 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:52 #6 CACHED 01:37:52 01:37:52 #7 exporting to image 01:37:52 #7 exporting layers done 01:37:52 #7 exporting manifest sha256:dec802319fa310710c507c3c4f761fd7052691383d8380950e48abb494d22f98 done 01:37:52 #7 exporting config sha256:2126772e301d71273850fb34887aa9c754d608532919f2dc7d6fed96c7072080 done 01:37:52 #7 exporting manifest sha256:08360dc6ca616471f736c4001e6a9abf565c46fab199d3819ea57269c11edee1 done 01:37:52 #7 exporting config sha256:106740b338072c5b189dbc77293f3fb621ebda9f59d27e92ab8614d2461c57ad done 01:37:52 #7 exporting manifest list sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 01:37:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:52 #7 exporting manifest list sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 done 01:37:52 #7 pushing layers 0.0s done 01:37:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 0.1s done 01:37:52 #7 DONE 0.1s 01:37:52 01:37:52 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:52 #8 DONE 0.0s 01:37:52 01:37:52 1 warning found (use --debug to expand): 01:37:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:37:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:37:53 #1 [internal] load build definition from Dockerfile 01:37:53 #1 transferring dockerfile: 170B done 01:37:53 #1 DONE 0.0s 01:37:53 01:37:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:37:53 #2 DONE 0.0s 01:37:53 01:37:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:37:53 #3 DONE 0.0s 01:37:53 01:37:53 #4 [internal] load .dockerignore 01:37:53 #4 transferring context: 2B done 01:37:53 #4 DONE 0.0s 01:37:53 01:37:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:53 #5 CACHED 01:37:53 01:37:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 01:37:53 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:001c75752d6c6c9e763ebd9a8fbad540c87e095283fb19926e115b3997f3df83 0.0s done 01:37:53 #6 CACHED 01:37:53 01:37:53 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:37:53 #7 DONE 0.0s 01:37:53 01:37:53 #8 exporting to image 01:37:53 #8 exporting layers done 01:37:53 #8 exporting manifest sha256:dec802319fa310710c507c3c4f761fd7052691383d8380950e48abb494d22f98 done 01:37:53 #8 exporting config sha256:2126772e301d71273850fb34887aa9c754d608532919f2dc7d6fed96c7072080 done 01:37:53 #8 exporting manifest sha256:08360dc6ca616471f736c4001e6a9abf565c46fab199d3819ea57269c11edee1 done 01:37:53 #8 exporting config sha256:106740b338072c5b189dbc77293f3fb621ebda9f59d27e92ab8614d2461c57ad done 01:37:53 #8 exporting manifest list sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 done 01:37:53 #8 pushing layers 0.0s done 01:37:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:68256049b94abcd9ae0c92e75e17f5fdce9312b8b0776060eba03571d4b00036 0.1s done 01:37:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:53 #8 DONE 0.1s 01:37:53 01:37:53 1 warning found (use --debug to expand): 01:37:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:53 #1 [internal] load build definition from Dockerfile 01:37:53 #1 transferring dockerfile: 204B done 01:37:53 #1 DONE 0.0s 01:37:53 01:37:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:53 #2 DONE 0.0s 01:37:53 01:37:53 #3 [internal] load .dockerignore 01:37:53 #3 transferring context: 2B done 01:37:53 #3 DONE 0.0s 01:37:53 01:37:53 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:53 #4 DONE 0.1s 01:37:53 01:37:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:53 #5 ... 01:37:53 01:37:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:53 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:53 #6 DONE 0.1s 01:37:53 01:37:53 #7 exporting to image 01:37:53 #7 exporting layers done 01:37:53 #7 exporting manifest sha256:54495b62774d2b48ec75e4e6b289492f515c77cd3709a445748f24b9f9def1dd done 01:37:53 #7 exporting config sha256:50fe2a579b055f6b79596aa46781ee2623d9f0c0d63104a508e32b3d43c72986 done 01:37:53 #7 exporting manifest sha256:4995d2c2a90902d809c7a68929b72f218688b3a5ee979c4e9b6860b297a64b4a done 01:37:53 #7 exporting config sha256:ab22a236efdad514b7e55adc2bd09200e19814a2afbf72a370cbb0b3fc5e4eec 01:37:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:53 #7 ... 01:37:53 01:37:53 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:37:53 #8 DONE 0.0s 01:37:53 01:37:53 #7 exporting to image 01:37:53 #7 exporting config sha256:ab22a236efdad514b7e55adc2bd09200e19814a2afbf72a370cbb0b3fc5e4eec done 01:37:53 #7 exporting manifest list sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 0.0s done 01:37:53 #7 pushing layers 0.1s done 01:37:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 01:37:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 0.1s done 01:37:54 #7 DONE 0.2s 01:37:54 01:37:54 1 warning found (use --debug to expand): 01:37:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:37:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:37:54 #1 [internal] load build definition from Dockerfile 01:37:54 #1 transferring dockerfile: 170B done 01:37:54 #1 DONE 0.0s 01:37:54 01:37:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:37:54 #2 DONE 0.0s 01:37:54 01:37:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:37:54 #3 DONE 0.0s 01:37:54 01:37:54 #4 [internal] load .dockerignore 01:37:54 #4 transferring context: 2B done 01:37:54 #4 DONE 0.0s 01:37:54 01:37:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:54 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:54 #5 CACHED 01:37:54 01:37:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:54 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:54 #6 DONE 0.0s 01:37:54 01:37:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:54 #6 CACHED 01:37:54 01:37:54 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:37:54 #7 DONE 0.0s 01:37:54 01:37:54 #8 exporting to image 01:37:54 #8 exporting layers done 01:37:54 #8 exporting manifest sha256:54495b62774d2b48ec75e4e6b289492f515c77cd3709a445748f24b9f9def1dd done 01:37:54 #8 exporting config sha256:50fe2a579b055f6b79596aa46781ee2623d9f0c0d63104a508e32b3d43c72986 done 01:37:54 #8 exporting manifest sha256:4995d2c2a90902d809c7a68929b72f218688b3a5ee979c4e9b6860b297a64b4a done 01:37:54 #8 exporting config sha256:ab22a236efdad514b7e55adc2bd09200e19814a2afbf72a370cbb0b3fc5e4eec done 01:37:54 #8 exporting manifest list sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 done 01:37:54 #8 pushing layers 0.0s done 01:37:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 0.1s done 01:37:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:54 #8 DONE 0.1s 01:37:54 01:37:54 1 warning found (use --debug to expand): 01:37:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8' 01:37:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 --push - 01:37:55 #1 [internal] load build definition from Dockerfile 01:37:55 #1 transferring dockerfile: 175B done 01:37:55 #1 DONE 0.0s 01:37:55 01:37:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 01:37:55 #2 DONE 0.0s 01:37:55 01:37:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8 01:37:55 #3 DONE 0.0s 01:37:55 01:37:55 #4 [internal] load .dockerignore 01:37:55 #4 transferring context: 2B done 01:37:55 #4 DONE 0.0s 01:37:55 01:37:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:55 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:55 #5 DONE 0.0s 01:37:55 01:37:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:55 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:55 #6 CACHED 01:37:55 01:37:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:55 #5 CACHED 01:37:55 01:37:55 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:37:55 #7 DONE 0.0s 01:37:55 01:37:55 #8 exporting to image 01:37:55 #8 exporting layers done 01:37:55 #8 exporting manifest sha256:54495b62774d2b48ec75e4e6b289492f515c77cd3709a445748f24b9f9def1dd done 01:37:55 #8 exporting config sha256:50fe2a579b055f6b79596aa46781ee2623d9f0c0d63104a508e32b3d43c72986 done 01:37:55 #8 exporting manifest sha256:4995d2c2a90902d809c7a68929b72f218688b3a5ee979c4e9b6860b297a64b4a done 01:37:55 #8 exporting config sha256:ab22a236efdad514b7e55adc2bd09200e19814a2afbf72a370cbb0b3fc5e4eec done 01:37:55 #8 exporting manifest list sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 done 01:37:55 #8 pushing layers 0.0s done 01:37:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.8@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 0.1s done 01:37:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:55 #8 DONE 0.1s 01:37:55 01:37:55 1 warning found (use --debug to expand): 01:37:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:55 #1 [internal] load build definition from Dockerfile 01:37:55 #1 transferring dockerfile: 216B done 01:37:55 #1 DONE 0.0s 01:37:55 01:37:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:55 #2 DONE 0.0s 01:37:55 01:37:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:55 #3 DONE 0.0s 01:37:55 01:37:55 #4 [internal] load .dockerignore 01:37:55 #4 transferring context: 2B done 01:37:55 #4 DONE 0.0s 01:37:55 01:37:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:55 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:55 #5 CACHED 01:37:55 01:37:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:55 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:55 #6 CACHED 01:37:55 01:37:55 #7 exporting to image 01:37:55 #7 exporting layers done 01:37:55 #7 exporting manifest sha256:54495b62774d2b48ec75e4e6b289492f515c77cd3709a445748f24b9f9def1dd done 01:37:55 #7 exporting config sha256:50fe2a579b055f6b79596aa46781ee2623d9f0c0d63104a508e32b3d43c72986 done 01:37:55 #7 exporting manifest sha256:4995d2c2a90902d809c7a68929b72f218688b3a5ee979c4e9b6860b297a64b4a done 01:37:55 #7 exporting config sha256:ab22a236efdad514b7e55adc2bd09200e19814a2afbf72a370cbb0b3fc5e4eec done 01:37:55 #7 exporting manifest list sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 01:37:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:55 #7 exporting manifest list sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 done 01:37:55 #7 pushing layers 0.0s done 01:37:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 0.1s done 01:37:55 #7 DONE 0.1s 01:37:55 01:37:55 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:37:55 #8 DONE 0.0s 01:37:55 01:37:55 1 warning found (use --debug to expand): 01:37:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:37:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:37:56 #1 [internal] load build definition from Dockerfile 01:37:56 #1 transferring dockerfile: 168B done 01:37:56 #1 DONE 0.0s 01:37:56 01:37:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:37:56 #2 DONE 0.0s 01:37:56 01:37:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:37:56 #3 DONE 0.0s 01:37:56 01:37:56 #4 [internal] load .dockerignore 01:37:56 #4 transferring context: 2B done 01:37:56 #4 DONE 0.0s 01:37:56 01:37:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:56 #5 CACHED 01:37:56 01:37:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 01:37:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6189fcb340413c0a2c3e615603e9db98d2474fff1b2985b041ecbf832a4560f9 0.0s done 01:37:56 #6 CACHED 01:37:56 01:37:56 #7 exporting to image 01:37:56 #7 exporting layers done 01:37:56 #7 exporting manifest sha256:54495b62774d2b48ec75e4e6b289492f515c77cd3709a445748f24b9f9def1dd done 01:37:56 #7 exporting config sha256:50fe2a579b055f6b79596aa46781ee2623d9f0c0d63104a508e32b3d43c72986 done 01:37:56 #7 exporting manifest sha256:4995d2c2a90902d809c7a68929b72f218688b3a5ee979c4e9b6860b297a64b4a done 01:37:56 #7 exporting config sha256:ab22a236efdad514b7e55adc2bd09200e19814a2afbf72a370cbb0b3fc5e4eec done 01:37:56 #7 exporting manifest list sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 done 01:37:56 #7 pushing layers 0.0s done 01:37:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 01:37:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:cc32ff498106c209af34e21ec3ce2d4da9c8fc43f9161d42c5854b44db34e918 0.1s done 01:37:56 #7 DONE 0.1s 01:37:56 01:37:56 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:37:56 #8 DONE 0.0s 01:37:56 01:37:56 1 warning found (use --debug to expand): 01:37:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:56 #1 [internal] load build definition from Dockerfile 01:37:56 #1 transferring dockerfile: 205B done 01:37:56 #1 DONE 0.0s 01:37:56 01:37:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:56 #2 DONE 0.0s 01:37:56 01:37:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:56 #3 DONE 0.0s 01:37:56 01:37:56 #4 [internal] load .dockerignore 01:37:56 #4 transferring context: 2B done 01:37:56 #4 DONE 0.0s 01:37:56 01:37:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:56 #5 DONE 0.0s 01:37:56 01:37:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:56 #6 DONE 0.0s 01:37:56 01:37:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:56 #5 DONE 0.1s 01:37:57 01:37:57 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:37:57 #7 DONE 0.0s 01:37:57 01:37:57 #8 exporting to image 01:37:57 #8 exporting layers done 01:37:57 #8 exporting manifest sha256:a8010f204197c8e6d114e68985d031448851768e34c26e921d1dbcd5d1efd29c done 01:37:57 #8 exporting config sha256:ad29c97fa8b69fd434d51653bf77587cbfbc7b0482c88e413b99138cdc8807e8 done 01:37:57 #8 exporting manifest sha256:237752ae7fd5a7f86c7b19b76059e2fb3193b72dac2b78aa1a11937a96495617 done 01:37:57 #8 exporting config sha256:6f1afec470d5343cf4bae244b699e6e4b5cadda5bef890fc7f1f02a94221402b done 01:37:57 #8 exporting manifest list sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b done 01:37:57 #8 pushing layers 0.1s done 01:37:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 01:37:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 0.1s done 01:37:57 #8 DONE 0.2s 01:37:57 01:37:57 1 warning found (use --debug to expand): 01:37:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:37:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:37:57 #1 [internal] load build definition from Dockerfile 01:37:57 #1 transferring dockerfile: 171B done 01:37:57 #1 DONE 0.0s 01:37:57 01:37:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:37:57 #2 DONE 0.0s 01:37:57 01:37:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:37:57 #3 DONE 0.0s 01:37:57 01:37:57 #4 [internal] load .dockerignore 01:37:57 #4 transferring context: 2B done 01:37:57 #4 DONE 0.0s 01:37:57 01:37:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b done 01:37:57 #5 CACHED 01:37:57 01:37:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b done 01:37:57 #6 CACHED 01:37:57 01:37:57 #7 exporting to image 01:37:57 #7 exporting layers done 01:37:57 #7 exporting manifest sha256:a8010f204197c8e6d114e68985d031448851768e34c26e921d1dbcd5d1efd29c done 01:37:57 #7 exporting config sha256:ad29c97fa8b69fd434d51653bf77587cbfbc7b0482c88e413b99138cdc8807e8 done 01:37:57 #7 exporting manifest sha256:237752ae7fd5a7f86c7b19b76059e2fb3193b72dac2b78aa1a11937a96495617 done 01:37:57 #7 exporting config sha256:6f1afec470d5343cf4bae244b699e6e4b5cadda5bef890fc7f1f02a94221402b 01:37:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:57 #7 exporting config sha256:6f1afec470d5343cf4bae244b699e6e4b5cadda5bef890fc7f1f02a94221402b done 01:37:57 #7 exporting manifest list sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b done 01:37:57 #7 pushing layers 0.0s done 01:37:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 0.1s done 01:37:57 #7 DONE 0.1s 01:37:57 01:37:57 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:37:57 #8 DONE 0.0s 01:37:57 01:37:57 1 warning found (use --debug to expand): 01:37:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8' 01:37:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 --push - 01:37:57 #1 [internal] load build definition from Dockerfile 01:37:57 #1 transferring dockerfile: 176B done 01:37:57 #1 DONE 0.0s 01:37:57 01:37:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 01:37:57 #2 DONE 0.0s 01:37:57 01:37:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8 01:37:57 #3 DONE 0.0s 01:37:57 01:37:57 #4 [internal] load .dockerignore 01:37:57 #4 transferring context: 2B done 01:37:57 #4 DONE 0.0s 01:37:57 01:37:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:57 #5 DONE 0.0s 01:37:57 01:37:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:58 #6 CACHED 01:37:58 01:37:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:58 #5 CACHED 01:37:58 01:37:58 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:37:58 #7 DONE 0.0s 01:37:58 01:37:58 #8 exporting to image 01:37:58 #8 exporting layers done 01:37:58 #8 exporting manifest sha256:a8010f204197c8e6d114e68985d031448851768e34c26e921d1dbcd5d1efd29c done 01:37:58 #8 exporting config sha256:ad29c97fa8b69fd434d51653bf77587cbfbc7b0482c88e413b99138cdc8807e8 done 01:37:58 #8 exporting manifest sha256:237752ae7fd5a7f86c7b19b76059e2fb3193b72dac2b78aa1a11937a96495617 done 01:37:58 #8 exporting config sha256:6f1afec470d5343cf4bae244b699e6e4b5cadda5bef890fc7f1f02a94221402b done 01:37:58 #8 exporting manifest list sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b done 01:37:58 #8 pushing layers 0.0s done 01:37:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.8@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 0.1s done 01:37:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:58 #8 DONE 0.1s 01:37:58 01:37:58 1 warning found (use --debug to expand): 01:37:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:37:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:37:58 #1 [internal] load build definition from Dockerfile 01:37:58 #1 transferring dockerfile: 217B done 01:37:58 #1 DONE 0.0s 01:37:58 01:37:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:58 #2 DONE 0.0s 01:37:58 01:37:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:37:58 #3 DONE 0.0s 01:37:58 01:37:58 #4 [internal] load .dockerignore 01:37:58 #4 transferring context: 2B done 01:37:58 #4 DONE 0.0s 01:37:58 01:37:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:58 #5 CACHED 01:37:58 01:37:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:58 #6 CACHED 01:37:58 01:37:58 #7 exporting to image 01:37:58 #7 exporting layers 01:37:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:58 #7 exporting layers done 01:37:58 #7 exporting manifest sha256:a8010f204197c8e6d114e68985d031448851768e34c26e921d1dbcd5d1efd29c done 01:37:58 #7 exporting config sha256:ad29c97fa8b69fd434d51653bf77587cbfbc7b0482c88e413b99138cdc8807e8 done 01:37:58 #7 exporting manifest sha256:237752ae7fd5a7f86c7b19b76059e2fb3193b72dac2b78aa1a11937a96495617 done 01:37:58 #7 exporting config sha256:6f1afec470d5343cf4bae244b699e6e4b5cadda5bef890fc7f1f02a94221402b done 01:37:58 #7 exporting manifest list sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b done 01:37:58 #7 pushing layers 0.0s done 01:37:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 0.1s done 01:37:58 #7 DONE 0.1s 01:37:58 01:37:58 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:37:58 #8 DONE 0.0s 01:37:58 01:37:58 1 warning found (use --debug to expand): 01:37:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:37:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:37:59 #1 [internal] load build definition from Dockerfile 01:37:59 #1 transferring dockerfile: 169B done 01:37:59 #1 DONE 0.0s 01:37:59 01:37:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:37:59 #2 DONE 0.0s 01:37:59 01:37:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:37:59 #3 DONE 0.0s 01:37:59 01:37:59 #4 [internal] load .dockerignore 01:37:59 #4 transferring context: 2B done 01:37:59 #4 DONE 0.0s 01:37:59 01:37:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b done 01:37:59 #5 CACHED 01:37:59 01:37:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 01:37:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6bd350025244982a8dba5aa7c32d45662a7612184a31bf68402256c3e86b344b 0.0s done 01:37:59 #6 CACHED 01:37:59 01:37:59 #7 exporting to image 01:37:59 #7 exporting layers done 01:37:59 #7 exporting manifest sha256:a8010f204197c8e6d114e68985d031448851768e34c26e921d1dbcd5d1efd29c done 01:37:59 #7 exporting config sha256:ad29c97fa8b69fd434d51653bf77587cbfbc7b0482c88e413b99138cdc8807e8 done 01:37:59 #7 exporting manifest sha256:237752ae7fd5a7f86c7b19b76059e2fb3193b72dac2b78aa1a11937a96495617 done 01:37:59 #7 exporting config sha256:6f1afec470d5343cf4bae244b699e6e4b5cadda5bef890fc7f1f02a94221402b done 01:37:59 #7 exporting manifest list sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b done 01:37:59 #7 pushing layers 0.0s done 01:37:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 01:37:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:81bffc58c9a472ed79de7f6a1f3a921c77447cafaf87389f7c9edec94ccea53b 0.1s done 01:37:59 #7 DONE 0.1s 01:37:59 01:37:59 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:37:59 #8 DONE 0.0s 01:37:59 01:37:59 1 warning found (use --debug to expand): 01:37:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:37:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:37:59 #1 [internal] load build definition from Dockerfile 01:37:59 #1 transferring dockerfile: 211B done 01:37:59 #1 DONE 0.0s 01:37:59 01:37:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:59 #2 DONE 0.0s 01:37:59 01:37:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:37:59 #3 DONE 0.0s 01:37:59 01:37:59 #4 [internal] load .dockerignore 01:37:59 #4 transferring context: 2B done 01:37:59 #4 DONE 0.0s 01:37:59 01:37:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:37:59 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:37:59 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:37:59 #5 DONE 0.1s 01:37:59 01:37:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:37:59 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:37:59 #6 DONE 0.0s 01:37:59 01:37:59 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:37:59 #7 DONE 0.0s 01:37:59 01:37:59 #8 exporting to image 01:37:59 #8 exporting layers done 01:37:59 #8 exporting manifest sha256:c6a285d25d3498d85fee737489b4f3b2bcb11a3d92803ece4dd9371f3958dd11 done 01:37:59 #8 exporting config sha256:c4571dd37e4a6d45dceaa9ba36a6f393111e5b706e4c71f7109efd23df2a2a7c done 01:37:59 #8 exporting manifest sha256:a952956c1466713ba9e79052137531d22104ff15b3fc9e6ce7101803898b5c96 done 01:37:59 #8 exporting config sha256:3c75b48125e58cb610531aaeaef8ac2c0f9e4886d8249d40e62b634056cd95ef done 01:37:59 #8 exporting manifest list sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 done 01:37:59 #8 pushing layers 0.1s done 01:37:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 01:37:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 0.1s done 01:38:00 #8 DONE 0.2s 01:38:00 01:38:00 1 warning found (use --debug to expand): 01:38:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:38:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:38:00 #1 [internal] load build definition from Dockerfile 01:38:00 #1 transferring dockerfile: 177B done 01:38:00 #1 DONE 0.0s 01:38:00 01:38:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:38:00 #2 DONE 0.0s 01:38:00 01:38:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:38:00 #3 DONE 0.0s 01:38:00 01:38:00 #4 [internal] load .dockerignore 01:38:00 #4 transferring context: 2B done 01:38:00 #4 DONE 0.0s 01:38:00 01:38:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:00 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:00 #5 CACHED 01:38:00 01:38:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:00 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:00 #6 CACHED 01:38:00 01:38:00 #7 exporting to image 01:38:00 #7 exporting layers done 01:38:00 #7 exporting manifest sha256:c6a285d25d3498d85fee737489b4f3b2bcb11a3d92803ece4dd9371f3958dd11 done 01:38:00 #7 exporting config sha256:c4571dd37e4a6d45dceaa9ba36a6f393111e5b706e4c71f7109efd23df2a2a7c done 01:38:00 #7 exporting manifest sha256:a952956c1466713ba9e79052137531d22104ff15b3fc9e6ce7101803898b5c96 01:38:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:00 #7 exporting manifest sha256:a952956c1466713ba9e79052137531d22104ff15b3fc9e6ce7101803898b5c96 done 01:38:00 #7 exporting config sha256:3c75b48125e58cb610531aaeaef8ac2c0f9e4886d8249d40e62b634056cd95ef done 01:38:00 #7 exporting manifest list sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 done 01:38:00 #7 pushing layers 0.0s done 01:38:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 0.1s done 01:38:00 #7 DONE 0.1s 01:38:00 01:38:00 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:38:00 #8 DONE 0.0s 01:38:00 01:38:00 1 warning found (use --debug to expand): 01:38:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8' 01:38:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 --push - 01:38:00 #1 [internal] load build definition from Dockerfile 01:38:00 #1 transferring dockerfile: 182B done 01:38:00 #1 DONE 0.0s 01:38:00 01:38:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 01:38:00 #2 DONE 0.0s 01:38:00 01:38:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8 01:38:00 #3 DONE 0.0s 01:38:00 01:38:00 #4 [internal] load .dockerignore 01:38:00 #4 transferring context: 2B done 01:38:00 #4 DONE 0.0s 01:38:00 01:38:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:00 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:00 #5 CACHED 01:38:00 01:38:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:00 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:00 #6 CACHED 01:38:00 01:38:00 #7 exporting to image 01:38:00 #7 exporting layers done 01:38:00 #7 exporting manifest sha256:c6a285d25d3498d85fee737489b4f3b2bcb11a3d92803ece4dd9371f3958dd11 01:38:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:01 #7 exporting manifest sha256:c6a285d25d3498d85fee737489b4f3b2bcb11a3d92803ece4dd9371f3958dd11 done 01:38:01 #7 exporting config sha256:c4571dd37e4a6d45dceaa9ba36a6f393111e5b706e4c71f7109efd23df2a2a7c done 01:38:01 #7 exporting manifest sha256:a952956c1466713ba9e79052137531d22104ff15b3fc9e6ce7101803898b5c96 done 01:38:01 #7 exporting config sha256:3c75b48125e58cb610531aaeaef8ac2c0f9e4886d8249d40e62b634056cd95ef done 01:38:01 #7 exporting manifest list sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 done 01:38:01 #7 pushing layers 0.0s done 01:38:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.8@sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 0.1s done 01:38:01 #7 DONE 0.1s 01:38:01 01:38:01 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:38:01 #8 DONE 0.0s 01:38:01 01:38:01 1 warning found (use --debug to expand): 01:38:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:01 #1 [internal] load build definition from Dockerfile 01:38:01 #1 transferring dockerfile: 223B done 01:38:01 #1 DONE 0.0s 01:38:01 01:38:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:01 #2 DONE 0.0s 01:38:01 01:38:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:01 #3 DONE 0.0s 01:38:01 01:38:01 #4 [internal] load .dockerignore 01:38:01 #4 transferring context: 2B done 01:38:01 #4 DONE 0.0s 01:38:01 01:38:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:01 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:01 #5 CACHED 01:38:01 01:38:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:01 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:01 #6 CACHED 01:38:01 01:38:01 #7 exporting to image 01:38:01 #7 exporting layers 01:38:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:01 #7 exporting layers done 01:38:01 #7 exporting manifest sha256:c6a285d25d3498d85fee737489b4f3b2bcb11a3d92803ece4dd9371f3958dd11 done 01:38:01 #7 exporting config sha256:c4571dd37e4a6d45dceaa9ba36a6f393111e5b706e4c71f7109efd23df2a2a7c done 01:38:01 #7 exporting manifest sha256:a952956c1466713ba9e79052137531d22104ff15b3fc9e6ce7101803898b5c96 done 01:38:01 #7 exporting config sha256:3c75b48125e58cb610531aaeaef8ac2c0f9e4886d8249d40e62b634056cd95ef done 01:38:01 #7 exporting manifest list sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 done 01:38:01 #7 pushing layers 0.0s done 01:38:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 0.1s done 01:38:01 #7 DONE 0.1s 01:38:01 01:38:01 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:38:01 #8 DONE 0.0s 01:38:01 01:38:01 1 warning found (use --debug to expand): 01:38:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:38:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:38:02 #1 [internal] load build definition from Dockerfile 01:38:02 #1 transferring dockerfile: 175B done 01:38:02 #1 DONE 0.0s 01:38:02 01:38:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:38:02 #2 DONE 0.0s 01:38:02 01:38:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:38:02 #3 DONE 0.0s 01:38:02 01:38:02 #4 [internal] load .dockerignore 01:38:02 #4 transferring context: 2B done 01:38:02 #4 DONE 0.0s 01:38:02 01:38:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:02 #5 CACHED 01:38:02 01:38:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 01:38:02 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:903e712035c16eb4ebbb3eb20d1ec36c3bbcd8bae65748820da4a6fd3cd91c2e 0.0s done 01:38:02 #6 CACHED 01:38:02 01:38:02 #7 exporting to image 01:38:02 #7 exporting layers 01:38:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:02 #7 exporting layers done 01:38:02 #7 exporting manifest sha256:c6a285d25d3498d85fee737489b4f3b2bcb11a3d92803ece4dd9371f3958dd11 done 01:38:02 #7 exporting config sha256:c4571dd37e4a6d45dceaa9ba36a6f393111e5b706e4c71f7109efd23df2a2a7c done 01:38:02 #7 exporting manifest sha256:a952956c1466713ba9e79052137531d22104ff15b3fc9e6ce7101803898b5c96 done 01:38:02 #7 exporting config sha256:3c75b48125e58cb610531aaeaef8ac2c0f9e4886d8249d40e62b634056cd95ef done 01:38:02 #7 exporting manifest list sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 done 01:38:02 #7 pushing layers 0.0s done 01:38:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7d754c53ab9c3958308c481d79d697c09b615bec357a0153a75bbd2438c76bf1 0.1s done 01:38:02 #7 DONE 0.1s 01:38:02 01:38:02 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:38:02 #8 DONE 0.0s 01:38:02 01:38:02 1 warning found (use --debug to expand): 01:38:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:38:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:38:02 #1 [internal] load build definition from Dockerfile 01:38:02 #1 transferring dockerfile: 215B done 01:38:02 #1 DONE 0.0s 01:38:02 01:38:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:02 #2 DONE 0.0s 01:38:02 01:38:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:02 #3 DONE 0.0s 01:38:02 01:38:02 #4 [internal] load .dockerignore 01:38:02 #4 transferring context: 2B done 01:38:02 #4 DONE 0.0s 01:38:02 01:38:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:02 #5 DONE 0.0s 01:38:02 01:38:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:02 #6 DONE 0.0s 01:38:02 01:38:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:02 #5 DONE 0.1s 01:38:02 01:38:02 #7 exporting to image 01:38:02 #7 exporting layers done 01:38:02 #7 exporting manifest sha256:eb6e787d33fdf9d5d98490447de084e8a671481b653592666793d5758ba65532 done 01:38:02 #7 exporting config sha256:3eaef28cb58b802b3565ad6d8d16c1dc9225ecc4d0fccc17cc1901ec870f508e done 01:38:02 #7 exporting manifest sha256:cef17830ae1968bdddd0e3eb95f9035f5b3a4ddad4e2c5a3bab008b3b6f99e33 done 01:38:02 #7 exporting config sha256:2737ceed0a8047242a1d05fcf28d6327b411786db9f534c6405d876b923295ce done 01:38:02 #7 exporting manifest list sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 01:38:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:02 #7 ... 01:38:02 01:38:02 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:38:02 #8 DONE 0.0s 01:38:02 01:38:02 #7 exporting to image 01:38:02 #7 exporting manifest list sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a done 01:38:02 #7 pushing layers 0.1s done 01:38:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 01:38:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 0.1s done 01:38:03 #7 DONE 0.2s 01:38:03 01:38:03 1 warning found (use --debug to expand): 01:38:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:38:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:38:03 #1 [internal] load build definition from Dockerfile 01:38:03 #1 transferring dockerfile: 181B done 01:38:03 #1 DONE 0.0s 01:38:03 01:38:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:38:03 #2 DONE 0.0s 01:38:03 01:38:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:38:03 #3 DONE 0.0s 01:38:03 01:38:03 #4 [internal] load .dockerignore 01:38:03 #4 transferring context: 2B done 01:38:03 #4 DONE 0.0s 01:38:03 01:38:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:03 #5 CACHED 01:38:03 01:38:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:03 #6 CACHED 01:38:03 01:38:03 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:38:03 #7 DONE 0.0s 01:38:03 01:38:03 #8 exporting to image 01:38:03 #8 exporting layers done 01:38:03 #8 exporting manifest sha256:eb6e787d33fdf9d5d98490447de084e8a671481b653592666793d5758ba65532 done 01:38:03 #8 exporting config sha256:3eaef28cb58b802b3565ad6d8d16c1dc9225ecc4d0fccc17cc1901ec870f508e done 01:38:03 #8 exporting manifest sha256:cef17830ae1968bdddd0e3eb95f9035f5b3a4ddad4e2c5a3bab008b3b6f99e33 done 01:38:03 #8 exporting config sha256:2737ceed0a8047242a1d05fcf28d6327b411786db9f534c6405d876b923295ce done 01:38:03 #8 exporting manifest list sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a done 01:38:03 #8 pushing layers 0.0s done 01:38:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 0.1s done 01:38:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:03 #8 DONE 0.1s 01:38:03 01:38:03 1 warning found (use --debug to expand): 01:38:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8' 01:38:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 --push - 01:38:04 #1 [internal] load build definition from Dockerfile 01:38:04 #1 transferring dockerfile: 186B done 01:38:04 #1 DONE 0.0s 01:38:04 01:38:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 01:38:04 #2 DONE 0.0s 01:38:04 01:38:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8 01:38:04 #3 DONE 0.0s 01:38:04 01:38:04 #4 [internal] load .dockerignore 01:38:04 #4 transferring context: 2B done 01:38:04 #4 DONE 0.0s 01:38:04 01:38:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:04 #5 CACHED 01:38:04 01:38:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:04 #6 CACHED 01:38:04 01:38:04 #7 exporting to image 01:38:04 #7 exporting layers done 01:38:04 #7 exporting manifest sha256:eb6e787d33fdf9d5d98490447de084e8a671481b653592666793d5758ba65532 done 01:38:04 #7 exporting config sha256:3eaef28cb58b802b3565ad6d8d16c1dc9225ecc4d0fccc17cc1901ec870f508e done 01:38:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:04 #7 exporting manifest sha256:cef17830ae1968bdddd0e3eb95f9035f5b3a4ddad4e2c5a3bab008b3b6f99e33 done 01:38:04 #7 exporting config sha256:2737ceed0a8047242a1d05fcf28d6327b411786db9f534c6405d876b923295ce done 01:38:04 #7 exporting manifest list sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a done 01:38:04 #7 pushing layers 0.0s done 01:38:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.8@sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 0.1s done 01:38:04 #7 DONE 0.1s 01:38:04 01:38:04 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:38:04 #8 DONE 0.0s 01:38:04 01:38:04 1 warning found (use --debug to expand): 01:38:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:04 #1 [internal] load build definition from Dockerfile 01:38:04 #1 transferring dockerfile: 227B done 01:38:04 #1 DONE 0.0s 01:38:04 01:38:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:04 #2 DONE 0.0s 01:38:04 01:38:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:04 #3 DONE 0.0s 01:38:04 01:38:04 #4 [internal] load .dockerignore 01:38:04 #4 transferring context: 2B done 01:38:04 #4 DONE 0.0s 01:38:04 01:38:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:04 #5 DONE 0.0s 01:38:04 01:38:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:04 #6 CACHED 01:38:04 01:38:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:04 #5 CACHED 01:38:04 01:38:04 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:38:04 #7 DONE 0.0s 01:38:04 01:38:04 #8 exporting to image 01:38:04 #8 exporting layers done 01:38:04 #8 exporting manifest sha256:eb6e787d33fdf9d5d98490447de084e8a671481b653592666793d5758ba65532 done 01:38:04 #8 exporting config sha256:3eaef28cb58b802b3565ad6d8d16c1dc9225ecc4d0fccc17cc1901ec870f508e done 01:38:04 #8 exporting manifest sha256:cef17830ae1968bdddd0e3eb95f9035f5b3a4ddad4e2c5a3bab008b3b6f99e33 done 01:38:04 #8 exporting config sha256:2737ceed0a8047242a1d05fcf28d6327b411786db9f534c6405d876b923295ce done 01:38:04 #8 exporting manifest list sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a done 01:38:04 #8 pushing layers 0.0s done 01:38:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 0.1s done 01:38:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:04 #8 DONE 0.1s 01:38:04 01:38:04 1 warning found (use --debug to expand): 01:38:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:38:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:38:05 #1 [internal] load build definition from Dockerfile 01:38:05 #1 transferring dockerfile: 179B done 01:38:05 #1 DONE 0.0s 01:38:05 01:38:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:38:05 #2 DONE 0.0s 01:38:05 01:38:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:38:05 #3 DONE 0.0s 01:38:05 01:38:05 #4 [internal] load .dockerignore 01:38:05 #4 transferring context: 2B done 01:38:05 #4 DONE 0.0s 01:38:05 01:38:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:05 #5 CACHED 01:38:05 01:38:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 01:38:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:50e2895541834f34888a3c70e76e000b86339a2e5e86775f5e77e5db275517d2 0.0s done 01:38:05 #6 CACHED 01:38:05 01:38:05 #7 exporting to image 01:38:05 #7 exporting layers done 01:38:05 #7 exporting manifest sha256:eb6e787d33fdf9d5d98490447de084e8a671481b653592666793d5758ba65532 done 01:38:05 #7 exporting config sha256:3eaef28cb58b802b3565ad6d8d16c1dc9225ecc4d0fccc17cc1901ec870f508e done 01:38:05 #7 exporting manifest sha256:cef17830ae1968bdddd0e3eb95f9035f5b3a4ddad4e2c5a3bab008b3b6f99e33 done 01:38:05 #7 exporting config sha256:2737ceed0a8047242a1d05fcf28d6327b411786db9f534c6405d876b923295ce done 01:38:05 #7 exporting manifest list sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a done 01:38:05 #7 pushing layers 0.0s done 01:38:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:8a51cf32d7bfb591bddd20a19d503221edb46e5b16740040885216d9e5577d0a 0.1s done 01:38:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:05 #7 DONE 0.1s 01:38:05 01:38:05 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:38:05 #8 DONE 0.0s 01:38:05 01:38:05 1 warning found (use --debug to expand): 01:38:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:38:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:38:05 #1 [internal] load build definition from Dockerfile 01:38:05 #1 transferring dockerfile: 205B done 01:38:05 #1 DONE 0.0s 01:38:05 01:38:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:05 #2 DONE 0.0s 01:38:05 01:38:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:05 #3 DONE 0.0s 01:38:05 01:38:05 #4 [internal] load .dockerignore 01:38:05 #4 transferring context: 2B done 01:38:05 #4 DONE 0.0s 01:38:05 01:38:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:05 #5 ... 01:38:05 01:38:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 0.0s done 01:38:05 #6 DONE 0.1s 01:38:05 01:38:05 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:38:05 #7 DONE 0.0s 01:38:05 01:38:05 #8 exporting to image 01:38:05 #8 exporting layers done 01:38:05 #8 exporting manifest sha256:24b1deb8ef246ad916918f968f17feaedcbfa7da8fb8782be3624afb83ffd4b8 done 01:38:05 #8 exporting config sha256:21be30dfaf2da486b396d0ea9ea5c164d8c15010b740c93ceb6995be046c0901 done 01:38:05 #8 exporting manifest sha256:ed2dded20aaf2655822a27bbf0c700c3949391118e51e0e000bb7d40f126f2a9 done 01:38:05 #8 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 done 01:38:05 #8 exporting manifest list sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 done 01:38:05 #8 pushing layers 0.1s done 01:38:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 01:38:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 0.1s done 01:38:06 #8 DONE 0.2s 01:38:06 01:38:06 1 warning found (use --debug to expand): 01:38:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:38:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:38:06 #1 [internal] load build definition from Dockerfile 01:38:06 #1 transferring dockerfile: 171B done 01:38:06 #1 DONE 0.0s 01:38:06 01:38:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:38:06 #2 DONE 0.0s 01:38:06 01:38:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:38:06 #3 DONE 0.0s 01:38:06 01:38:06 #4 [internal] load .dockerignore 01:38:06 #4 transferring context: 2B done 01:38:06 #4 DONE 0.0s 01:38:06 01:38:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 done 01:38:06 #5 CACHED 01:38:06 01:38:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 done 01:38:06 #6 CACHED 01:38:06 01:38:06 #7 exporting to image 01:38:06 #7 exporting layers 01:38:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:06 #7 exporting layers done 01:38:06 #7 exporting manifest sha256:24b1deb8ef246ad916918f968f17feaedcbfa7da8fb8782be3624afb83ffd4b8 done 01:38:06 #7 exporting config sha256:21be30dfaf2da486b396d0ea9ea5c164d8c15010b740c93ceb6995be046c0901 done 01:38:06 #7 exporting manifest sha256:ed2dded20aaf2655822a27bbf0c700c3949391118e51e0e000bb7d40f126f2a9 done 01:38:06 #7 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 done 01:38:06 #7 exporting manifest list sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 done 01:38:06 #7 pushing layers 0.0s done 01:38:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 0.1s done 01:38:06 #7 DONE 0.1s 01:38:06 01:38:06 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:38:06 #8 DONE 0.0s 01:38:06 01:38:06 1 warning found (use --debug to expand): 01:38:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8' 01:38:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 --push - 01:38:07 #1 [internal] load build definition from Dockerfile 01:38:07 #1 transferring dockerfile: 176B done 01:38:07 #1 DONE 0.0s 01:38:07 01:38:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 01:38:07 #2 DONE 0.0s 01:38:07 01:38:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8 01:38:07 #3 DONE 0.0s 01:38:07 01:38:07 #4 [internal] load .dockerignore 01:38:07 #4 transferring context: 2B done 01:38:07 #4 DONE 0.0s 01:38:07 01:38:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 done 01:38:07 #5 CACHED 01:38:07 01:38:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 0.0s done 01:38:07 #6 CACHED 01:38:07 01:38:07 #7 exporting to image 01:38:07 #7 exporting layers done 01:38:07 #7 exporting manifest sha256:24b1deb8ef246ad916918f968f17feaedcbfa7da8fb8782be3624afb83ffd4b8 done 01:38:07 #7 exporting config sha256:21be30dfaf2da486b396d0ea9ea5c164d8c15010b740c93ceb6995be046c0901 done 01:38:07 #7 exporting manifest sha256:ed2dded20aaf2655822a27bbf0c700c3949391118e51e0e000bb7d40f126f2a9 done 01:38:07 #7 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 done 01:38:07 #7 exporting manifest list sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 01:38:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:07 #7 exporting manifest list sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 done 01:38:07 #7 pushing layers 0.0s done 01:38:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.8@sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 0.1s done 01:38:07 #7 DONE 0.1s 01:38:07 01:38:07 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:38:07 #8 DONE 0.0s 01:38:07 01:38:07 1 warning found (use --debug to expand): 01:38:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:07 #1 [internal] load build definition from Dockerfile 01:38:07 #1 transferring dockerfile: 217B done 01:38:07 #1 DONE 0.0s 01:38:07 01:38:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:07 #2 DONE 0.0s 01:38:07 01:38:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:07 #3 DONE 0.0s 01:38:07 01:38:07 #4 [internal] load .dockerignore 01:38:07 #4 transferring context: 2B done 01:38:07 #4 DONE 0.0s 01:38:07 01:38:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 0.0s done 01:38:07 #5 CACHED 01:38:07 01:38:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 0.0s done 01:38:07 #6 CACHED 01:38:07 01:38:07 #7 exporting to image 01:38:07 #7 exporting layers done 01:38:07 #7 exporting manifest sha256:24b1deb8ef246ad916918f968f17feaedcbfa7da8fb8782be3624afb83ffd4b8 done 01:38:07 #7 exporting config sha256:21be30dfaf2da486b396d0ea9ea5c164d8c15010b740c93ceb6995be046c0901 done 01:38:07 #7 exporting manifest sha256:ed2dded20aaf2655822a27bbf0c700c3949391118e51e0e000bb7d40f126f2a9 done 01:38:07 #7 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 01:38:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:07 #7 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 done 01:38:07 #7 exporting manifest list sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 done 01:38:07 #7 pushing layers 0.0s done 01:38:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 0.1s done 01:38:07 #7 DONE 0.1s 01:38:07 01:38:07 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:38:07 #8 DONE 0.0s 01:38:07 01:38:07 1 warning found (use --debug to expand): 01:38:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:38:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:38:08 #1 [internal] load build definition from Dockerfile 01:38:08 #1 transferring dockerfile: 169B done 01:38:08 #1 DONE 0.0s 01:38:08 01:38:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:38:08 #2 DONE 0.0s 01:38:08 01:38:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:38:08 #3 DONE 0.0s 01:38:08 01:38:08 #4 [internal] load .dockerignore 01:38:08 #4 transferring context: 2B done 01:38:08 #4 DONE 0.0s 01:38:08 01:38:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 0.0s done 01:38:08 #5 CACHED 01:38:08 01:38:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 01:38:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65c799bf2eaa1eb620d751e36ed1653f3db68bd54341f661a9919f9ab50b2ab0 0.0s done 01:38:08 #6 CACHED 01:38:08 01:38:08 #7 exporting to image 01:38:08 #7 exporting layers done 01:38:08 #7 exporting manifest sha256:24b1deb8ef246ad916918f968f17feaedcbfa7da8fb8782be3624afb83ffd4b8 done 01:38:08 #7 exporting config sha256:21be30dfaf2da486b396d0ea9ea5c164d8c15010b740c93ceb6995be046c0901 done 01:38:08 #7 exporting manifest sha256:ed2dded20aaf2655822a27bbf0c700c3949391118e51e0e000bb7d40f126f2a9 done 01:38:08 #7 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 01:38:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:08 #7 exporting config sha256:3ddb6003446d8195b3e6f9caa933e9f864d7204bf9a7da948ef9a288253f9a20 done 01:38:08 #7 exporting manifest list sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 done 01:38:08 #7 pushing layers 0.0s done 01:38:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2a735de9ee2ef0b62008ce62541bd6bc3ca0be212f36f291266ea4cbe4314363 0.1s done 01:38:08 #7 DONE 0.1s 01:38:08 01:38:08 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:38:08 #8 DONE 0.0s 01:38:08 01:38:08 1 warning found (use --debug to expand): 01:38:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:38:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:38:08 #1 [internal] load build definition from Dockerfile 01:38:08 #1 transferring dockerfile: 206B done 01:38:08 #1 DONE 0.0s 01:38:08 01:38:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:08 #2 DONE 0.0s 01:38:08 01:38:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:08 #3 DONE 0.0s 01:38:08 01:38:08 #4 [internal] load .dockerignore 01:38:08 #4 transferring context: 2B done 01:38:08 #4 DONE 0.0s 01:38:08 01:38:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:08 #5 DONE 0.0s 01:38:08 01:38:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:08 #6 DONE 0.1s 01:38:08 01:38:08 #7 exporting to image 01:38:08 #7 exporting layers done 01:38:08 #7 exporting manifest sha256:00884eaa859f3cb39ccaf93720f007c62fd29cba785157b54cb42aee44562bd4 0.0s done 01:38:08 #7 exporting config sha256:e014d18750bb225fa2832e4919eb84155b9ef3b1e51efdb25cbac1384edff9e3 01:38:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:08 #7 ... 01:38:08 01:38:08 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:38:08 #8 DONE 0.0s 01:38:08 01:38:08 #7 exporting to image 01:38:08 #7 exporting config sha256:e014d18750bb225fa2832e4919eb84155b9ef3b1e51efdb25cbac1384edff9e3 done 01:38:08 #7 exporting manifest sha256:f1000cc5b26ce75f6bbd388f3454dddbb431923f4b728fce8a4efad3de324152 done 01:38:08 #7 exporting config sha256:e969de91615bd699a4a13e2fec138da877cc11241a8774b6f8d2f11e534a31b7 done 01:38:08 #7 exporting manifest list sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 done 01:38:08 #7 pushing layers 0.1s done 01:38:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 01:38:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 0.1s done 01:38:09 #7 DONE 0.2s 01:38:09 01:38:09 1 warning found (use --debug to expand): 01:38:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:38:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:38:09 #1 [internal] load build definition from Dockerfile 01:38:09 #1 transferring dockerfile: 172B done 01:38:09 #1 DONE 0.0s 01:38:09 01:38:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:38:09 #2 DONE 0.0s 01:38:09 01:38:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:38:09 #3 DONE 0.0s 01:38:09 01:38:09 #4 [internal] load .dockerignore 01:38:09 #4 transferring context: 2B done 01:38:09 #4 DONE 0.0s 01:38:09 01:38:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 done 01:38:09 #5 CACHED 01:38:09 01:38:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:09 #6 CACHED 01:38:09 01:38:09 #7 exporting to image 01:38:09 #7 exporting layers done 01:38:09 #7 exporting manifest sha256:00884eaa859f3cb39ccaf93720f007c62fd29cba785157b54cb42aee44562bd4 done 01:38:09 #7 exporting config sha256:e014d18750bb225fa2832e4919eb84155b9ef3b1e51efdb25cbac1384edff9e3 done 01:38:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:09 #7 exporting manifest sha256:f1000cc5b26ce75f6bbd388f3454dddbb431923f4b728fce8a4efad3de324152 done 01:38:09 #7 exporting config sha256:e969de91615bd699a4a13e2fec138da877cc11241a8774b6f8d2f11e534a31b7 done 01:38:09 #7 exporting manifest list sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 done 01:38:09 #7 pushing layers 0.0s done 01:38:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 0.1s done 01:38:09 #7 DONE 0.1s 01:38:09 01:38:09 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:38:09 #8 DONE 0.0s 01:38:09 01:38:09 1 warning found (use --debug to expand): 01:38:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8' 01:38:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 --push - 01:38:10 #1 [internal] load build definition from Dockerfile 01:38:10 #1 transferring dockerfile: 177B done 01:38:10 #1 DONE 0.0s 01:38:10 01:38:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 01:38:10 #2 DONE 0.0s 01:38:10 01:38:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8 01:38:10 #3 DONE 0.0s 01:38:10 01:38:10 #4 [internal] load .dockerignore 01:38:10 #4 transferring context: 2B done 01:38:10 #4 DONE 0.0s 01:38:10 01:38:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:10 #5 CACHED 01:38:10 01:38:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:10 #6 CACHED 01:38:10 01:38:10 #7 exporting to image 01:38:10 #7 exporting layers done 01:38:10 #7 exporting manifest sha256:00884eaa859f3cb39ccaf93720f007c62fd29cba785157b54cb42aee44562bd4 done 01:38:10 #7 exporting config sha256:e014d18750bb225fa2832e4919eb84155b9ef3b1e51efdb25cbac1384edff9e3 done 01:38:10 #7 exporting manifest sha256:f1000cc5b26ce75f6bbd388f3454dddbb431923f4b728fce8a4efad3de324152 done 01:38:10 #7 exporting config sha256:e969de91615bd699a4a13e2fec138da877cc11241a8774b6f8d2f11e534a31b7 done 01:38:10 #7 exporting manifest list sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 done 01:38:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:10 #7 pushing layers 0.0s done 01:38:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.8@sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 0.1s done 01:38:10 #7 DONE 0.1s 01:38:10 01:38:10 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:38:10 #8 DONE 0.0s 01:38:10 01:38:10 1 warning found (use --debug to expand): 01:38:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:10 #1 [internal] load build definition from Dockerfile 01:38:10 #1 transferring dockerfile: 218B done 01:38:10 #1 DONE 0.0s 01:38:10 01:38:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:10 #2 DONE 0.0s 01:38:10 01:38:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:10 #3 DONE 0.0s 01:38:10 01:38:10 #4 [internal] load .dockerignore 01:38:10 #4 transferring context: 2B done 01:38:10 #4 DONE 0.0s 01:38:10 01:38:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:10 #5 CACHED 01:38:10 01:38:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:10 #6 CACHED 01:38:10 01:38:10 #7 exporting to image 01:38:10 #7 exporting layers done 01:38:10 #7 exporting manifest sha256:00884eaa859f3cb39ccaf93720f007c62fd29cba785157b54cb42aee44562bd4 done 01:38:10 #7 exporting config sha256:e014d18750bb225fa2832e4919eb84155b9ef3b1e51efdb25cbac1384edff9e3 done 01:38:10 #7 exporting manifest sha256:f1000cc5b26ce75f6bbd388f3454dddbb431923f4b728fce8a4efad3de324152 done 01:38:10 #7 exporting config sha256:e969de91615bd699a4a13e2fec138da877cc11241a8774b6f8d2f11e534a31b7 done 01:38:10 #7 exporting manifest list sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 done 01:38:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:10 #7 pushing layers 0.0s done 01:38:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 0.1s done 01:38:10 #7 DONE 0.1s 01:38:10 01:38:10 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:38:10 #8 DONE 0.0s 01:38:10 01:38:10 1 warning found (use --debug to expand): 01:38:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:38:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:38:11 #1 [internal] load build definition from Dockerfile 01:38:11 #1 transferring dockerfile: 170B done 01:38:11 #1 DONE 0.0s 01:38:11 01:38:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:38:11 #2 DONE 0.0s 01:38:11 01:38:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:38:11 #3 DONE 0.0s 01:38:11 01:38:11 #4 [internal] load .dockerignore 01:38:11 #4 transferring context: 2B done 01:38:11 #4 DONE 0.0s 01:38:11 01:38:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:11 #5 CACHED 01:38:11 01:38:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 01:38:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:726372dbd16176b3e158a69e6d2d14a8f19ea666c716c5e5b71b2ff5e8632c63 0.0s done 01:38:11 #6 CACHED 01:38:11 01:38:11 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:38:11 #7 DONE 0.0s 01:38:11 01:38:11 #8 exporting to image 01:38:11 #8 exporting layers done 01:38:11 #8 exporting manifest sha256:00884eaa859f3cb39ccaf93720f007c62fd29cba785157b54cb42aee44562bd4 done 01:38:11 #8 exporting config sha256:e014d18750bb225fa2832e4919eb84155b9ef3b1e51efdb25cbac1384edff9e3 done 01:38:11 #8 exporting manifest sha256:f1000cc5b26ce75f6bbd388f3454dddbb431923f4b728fce8a4efad3de324152 done 01:38:11 #8 exporting config sha256:e969de91615bd699a4a13e2fec138da877cc11241a8774b6f8d2f11e534a31b7 done 01:38:11 #8 exporting manifest list sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 done 01:38:11 #8 pushing layers 0.0s done 01:38:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:4f8d2f9384959959ba6ef14ff26b5be2569dbaa302ae63a301d8d12c6b1f7d77 0.1s done 01:38:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:11 #8 DONE 0.1s 01:38:11 01:38:11 1 warning found (use --debug to expand): 01:38:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:38:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:38:11 #1 [internal] load build definition from Dockerfile 01:38:11 #1 transferring dockerfile: 206B done 01:38:11 #1 DONE 0.0s 01:38:11 01:38:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:11 #2 DONE 0.0s 01:38:11 01:38:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:11 #3 DONE 0.0s 01:38:11 01:38:11 #4 [internal] load .dockerignore 01:38:11 #4 transferring context: 2B done 01:38:11 #4 DONE 0.0s 01:38:11 01:38:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:11 #5 ... 01:38:11 01:38:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:11 #6 DONE 0.1s 01:38:11 01:38:11 #7 exporting to image 01:38:11 #7 exporting layers done 01:38:11 #7 exporting manifest sha256:deaef3bca1c40025070ce81a2609191131e4d140fd5351f73d180774d67ec87d done 01:38:11 #7 exporting config sha256:76fab83c0088eb801326b6cfb9083596a8ccaf8d47f9e5fe716d3c54a19af2a3 done 01:38:11 #7 exporting manifest sha256:67a42df043b08324c9de5e0ff2eb7a1e0bd5d3723a1b09f56aab95f640ab0d2a done 01:38:11 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 01:38:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:11 #7 ... 01:38:11 01:38:11 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:38:11 #8 DONE 0.0s 01:38:11 01:38:11 #7 exporting to image 01:38:11 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 done 01:38:11 #7 exporting manifest list sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 done 01:38:11 #7 pushing layers 0.1s done 01:38:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 01:38:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 0.1s done 01:38:12 #7 DONE 0.2s 01:38:12 01:38:12 1 warning found (use --debug to expand): 01:38:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:38:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:38:12 #1 [internal] load build definition from Dockerfile 01:38:12 #1 transferring dockerfile: 172B done 01:38:12 #1 DONE 0.0s 01:38:12 01:38:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:38:12 #2 DONE 0.0s 01:38:12 01:38:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:38:12 #3 DONE 0.0s 01:38:12 01:38:12 #4 [internal] load .dockerignore 01:38:12 #4 transferring context: 2B done 01:38:12 #4 DONE 0.0s 01:38:12 01:38:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:12 #5 CACHED 01:38:12 01:38:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:12 #6 CACHED 01:38:12 01:38:12 #7 exporting to image 01:38:12 #7 exporting layers done 01:38:12 #7 exporting manifest sha256:deaef3bca1c40025070ce81a2609191131e4d140fd5351f73d180774d67ec87d done 01:38:12 #7 exporting config sha256:76fab83c0088eb801326b6cfb9083596a8ccaf8d47f9e5fe716d3c54a19af2a3 done 01:38:12 #7 exporting manifest sha256:67a42df043b08324c9de5e0ff2eb7a1e0bd5d3723a1b09f56aab95f640ab0d2a done 01:38:12 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 01:38:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:12 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 done 01:38:12 #7 exporting manifest list sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 done 01:38:12 #7 pushing layers 0.0s done 01:38:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 0.1s done 01:38:12 #7 DONE 0.1s 01:38:12 01:38:12 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:38:12 #8 DONE 0.0s 01:38:12 01:38:12 1 warning found (use --debug to expand): 01:38:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8' 01:38:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 --push - 01:38:13 #1 [internal] load build definition from Dockerfile 01:38:13 #1 transferring dockerfile: 177B done 01:38:13 #1 DONE 0.0s 01:38:13 01:38:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 01:38:13 #2 DONE 0.0s 01:38:13 01:38:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8 01:38:13 #3 DONE 0.0s 01:38:13 01:38:13 #4 [internal] load .dockerignore 01:38:13 #4 transferring context: 2B done 01:38:13 #4 DONE 0.0s 01:38:13 01:38:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 done 01:38:13 #5 CACHED 01:38:13 01:38:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:13 #6 CACHED 01:38:13 01:38:13 #7 exporting to image 01:38:13 #7 exporting layers done 01:38:13 #7 exporting manifest sha256:deaef3bca1c40025070ce81a2609191131e4d140fd5351f73d180774d67ec87d done 01:38:13 #7 exporting config sha256:76fab83c0088eb801326b6cfb9083596a8ccaf8d47f9e5fe716d3c54a19af2a3 done 01:38:13 #7 exporting manifest sha256:67a42df043b08324c9de5e0ff2eb7a1e0bd5d3723a1b09f56aab95f640ab0d2a done 01:38:13 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 done 01:38:13 #7 exporting manifest list sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 01:38:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:13 #7 exporting manifest list sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 done 01:38:13 #7 pushing layers 0.0s done 01:38:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.8@sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 0.1s done 01:38:13 #7 DONE 0.1s 01:38:13 01:38:13 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:38:13 #8 DONE 0.0s 01:38:13 01:38:13 1 warning found (use --debug to expand): 01:38:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:13 #1 [internal] load build definition from Dockerfile 01:38:13 #1 transferring dockerfile: 218B done 01:38:13 #1 DONE 0.0s 01:38:13 01:38:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:13 #2 DONE 0.0s 01:38:13 01:38:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:13 #3 DONE 0.0s 01:38:13 01:38:13 #4 [internal] load .dockerignore 01:38:13 #4 transferring context: 2B done 01:38:13 #4 DONE 0.0s 01:38:13 01:38:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:13 #5 CACHED 01:38:13 01:38:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:13 #6 CACHED 01:38:13 01:38:13 #7 exporting to image 01:38:13 #7 exporting layers done 01:38:13 #7 exporting manifest sha256:deaef3bca1c40025070ce81a2609191131e4d140fd5351f73d180774d67ec87d done 01:38:13 #7 exporting config sha256:76fab83c0088eb801326b6cfb9083596a8ccaf8d47f9e5fe716d3c54a19af2a3 done 01:38:13 #7 exporting manifest sha256:67a42df043b08324c9de5e0ff2eb7a1e0bd5d3723a1b09f56aab95f640ab0d2a 01:38:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:13 #7 exporting manifest sha256:67a42df043b08324c9de5e0ff2eb7a1e0bd5d3723a1b09f56aab95f640ab0d2a done 01:38:13 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 done 01:38:13 #7 exporting manifest list sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 done 01:38:13 #7 pushing layers 0.0s done 01:38:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 0.1s done 01:38:13 #7 DONE 0.1s 01:38:13 01:38:13 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:38:13 #8 DONE 0.0s 01:38:13 01:38:13 1 warning found (use --debug to expand): 01:38:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:38:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:38:14 #1 [internal] load build definition from Dockerfile 01:38:14 #1 transferring dockerfile: 170B done 01:38:14 #1 DONE 0.0s 01:38:14 01:38:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:38:14 #2 DONE 0.0s 01:38:14 01:38:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:38:14 #3 DONE 0.0s 01:38:14 01:38:14 #4 [internal] load .dockerignore 01:38:14 #4 transferring context: 2B done 01:38:14 #4 DONE 0.0s 01:38:14 01:38:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:14 #5 CACHED 01:38:14 01:38:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 01:38:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:842c68a1016dadf051f72e9456bdff2b4aacf39ffe785a654d31ed4757a70d52 0.0s done 01:38:14 #6 CACHED 01:38:14 01:38:14 #7 exporting to image 01:38:14 #7 exporting layers done 01:38:14 #7 exporting manifest sha256:deaef3bca1c40025070ce81a2609191131e4d140fd5351f73d180774d67ec87d done 01:38:14 #7 exporting config sha256:76fab83c0088eb801326b6cfb9083596a8ccaf8d47f9e5fe716d3c54a19af2a3 01:38:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:14 #7 exporting config sha256:76fab83c0088eb801326b6cfb9083596a8ccaf8d47f9e5fe716d3c54a19af2a3 done 01:38:14 #7 exporting manifest sha256:67a42df043b08324c9de5e0ff2eb7a1e0bd5d3723a1b09f56aab95f640ab0d2a done 01:38:14 #7 exporting config sha256:a3efd768d37c9afa23e401b68d206eb62260455e57461405a8fb9a1017f045f4 done 01:38:14 #7 exporting manifest list sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 done 01:38:14 #7 pushing layers 0.0s done 01:38:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:06e153e920db19a5b1e982ede50e8043ad903f0ebdbdcc89f701df801f919388 0.1s done 01:38:14 #7 DONE 0.1s 01:38:14 01:38:14 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:38:14 #8 DONE 0.0s 01:38:14 01:38:14 1 warning found (use --debug to expand): 01:38:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:38:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:38:14 #1 [internal] load build definition from Dockerfile 01:38:14 #1 transferring dockerfile: 206B done 01:38:14 #1 DONE 0.0s 01:38:14 01:38:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:14 #2 DONE 0.0s 01:38:14 01:38:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:14 #3 DONE 0.1s 01:38:14 01:38:14 #4 [internal] load .dockerignore 01:38:14 #4 transferring context: 2B done 01:38:14 #4 DONE 0.0s 01:38:14 01:38:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:14 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:14 #5 ... 01:38:14 01:38:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:14 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 done 01:38:14 #6 DONE 0.1s 01:38:14 01:38:14 #7 exporting to image 01:38:14 #7 exporting layers done 01:38:14 #7 exporting manifest sha256:c9740ef6601c55b267b60ea467bc7110994f30ca40319516bea916690c8dfcde done 01:38:14 #7 exporting config sha256:8a6a81352601dc95c45d23a3298752f1a5af628577f4cf8c181d78073a14599f done 01:38:14 #7 exporting manifest sha256:e96eed10a237f89b3f8c9a3f3146111d85665ed42b42ae5b5c3e1d6d9867577f done 01:38:14 #7 exporting config sha256:5f23791e4faa74c2d4d536d56fe80fc69003fd67c0963194701b00222a4641f9 done 01:38:14 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 01:38:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:14 #7 ... 01:38:14 01:38:14 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:38:14 #8 DONE 0.0s 01:38:14 01:38:14 #7 exporting to image 01:38:14 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 done 01:38:14 #7 pushing layers 0.1s done 01:38:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 01:38:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 0.1s done 01:38:15 #7 DONE 0.2s 01:38:15 01:38:15 1 warning found (use --debug to expand): 01:38:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:38:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:38:15 #1 [internal] load build definition from Dockerfile 01:38:15 #1 transferring dockerfile: 172B done 01:38:15 #1 DONE 0.0s 01:38:15 01:38:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:38:15 #2 DONE 0.0s 01:38:15 01:38:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:38:15 #3 DONE 0.0s 01:38:15 01:38:15 #4 [internal] load .dockerignore 01:38:15 #4 transferring context: 2B done 01:38:15 #4 DONE 0.0s 01:38:15 01:38:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:15 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:15 #5 CACHED 01:38:15 01:38:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:15 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 done 01:38:15 #6 CACHED 01:38:15 01:38:15 #7 exporting to image 01:38:15 #7 exporting layers done 01:38:15 #7 exporting manifest sha256:c9740ef6601c55b267b60ea467bc7110994f30ca40319516bea916690c8dfcde done 01:38:15 #7 exporting config sha256:8a6a81352601dc95c45d23a3298752f1a5af628577f4cf8c181d78073a14599f done 01:38:15 #7 exporting manifest sha256:e96eed10a237f89b3f8c9a3f3146111d85665ed42b42ae5b5c3e1d6d9867577f done 01:38:15 #7 exporting config sha256:5f23791e4faa74c2d4d536d56fe80fc69003fd67c0963194701b00222a4641f9 done 01:38:15 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 01:38:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:15 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 done 01:38:15 #7 pushing layers 0.0s done 01:38:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 0.1s done 01:38:15 #7 DONE 0.1s 01:38:15 01:38:15 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:38:15 #8 DONE 0.0s 01:38:15 01:38:15 1 warning found (use --debug to expand): 01:38:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 --push - 01:38:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8' 01:38:16 #1 [internal] load build definition from Dockerfile 01:38:16 #1 transferring dockerfile: 177B done 01:38:16 #1 DONE 0.0s 01:38:16 01:38:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 01:38:16 #2 DONE 0.0s 01:38:16 01:38:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8 01:38:16 #3 DONE 0.0s 01:38:16 01:38:16 #4 [internal] load .dockerignore 01:38:16 #4 transferring context: 2B done 01:38:16 #4 DONE 0.0s 01:38:16 01:38:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:16 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:16 #5 CACHED 01:38:16 01:38:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:16 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:16 #6 CACHED 01:38:16 01:38:16 #7 exporting to image 01:38:16 #7 exporting layers done 01:38:16 #7 exporting manifest sha256:c9740ef6601c55b267b60ea467bc7110994f30ca40319516bea916690c8dfcde done 01:38:16 #7 exporting config sha256:8a6a81352601dc95c45d23a3298752f1a5af628577f4cf8c181d78073a14599f done 01:38:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:16 #7 exporting manifest sha256:e96eed10a237f89b3f8c9a3f3146111d85665ed42b42ae5b5c3e1d6d9867577f done 01:38:16 #7 exporting config sha256:5f23791e4faa74c2d4d536d56fe80fc69003fd67c0963194701b00222a4641f9 done 01:38:16 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 done 01:38:16 #7 pushing layers 0.0s done 01:38:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.8@sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 0.1s done 01:38:16 #7 DONE 0.1s 01:38:16 01:38:16 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:38:16 #8 DONE 0.0s 01:38:16 01:38:16 1 warning found (use --debug to expand): 01:38:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:16 #1 [internal] load build definition from Dockerfile 01:38:16 #1 transferring dockerfile: 218B done 01:38:16 #1 DONE 0.0s 01:38:16 01:38:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:16 #2 DONE 0.0s 01:38:16 01:38:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:16 #3 DONE 0.0s 01:38:16 01:38:16 #4 [internal] load .dockerignore 01:38:16 #4 transferring context: 2B done 01:38:16 #4 DONE 0.0s 01:38:16 01:38:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:16 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:16 #5 CACHED 01:38:16 01:38:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:16 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:16 #6 CACHED 01:38:16 01:38:16 #7 exporting to image 01:38:16 #7 exporting layers done 01:38:16 #7 exporting manifest sha256:c9740ef6601c55b267b60ea467bc7110994f30ca40319516bea916690c8dfcde done 01:38:16 #7 exporting config sha256:8a6a81352601dc95c45d23a3298752f1a5af628577f4cf8c181d78073a14599f done 01:38:16 #7 exporting manifest sha256:e96eed10a237f89b3f8c9a3f3146111d85665ed42b42ae5b5c3e1d6d9867577f 01:38:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:16 #7 exporting manifest sha256:e96eed10a237f89b3f8c9a3f3146111d85665ed42b42ae5b5c3e1d6d9867577f done 01:38:16 #7 exporting config sha256:5f23791e4faa74c2d4d536d56fe80fc69003fd67c0963194701b00222a4641f9 done 01:38:16 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 done 01:38:16 #7 pushing layers 0.0s done 01:38:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 0.1s done 01:38:16 #7 DONE 0.1s 01:38:16 01:38:16 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:38:16 #8 DONE 0.0s 01:38:16 01:38:16 1 warning found (use --debug to expand): 01:38:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:38:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:38:17 #1 [internal] load build definition from Dockerfile 01:38:17 #1 transferring dockerfile: 170B done 01:38:17 #1 DONE 0.0s 01:38:17 01:38:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:38:17 #2 DONE 0.0s 01:38:17 01:38:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:38:17 #3 DONE 0.0s 01:38:17 01:38:17 #4 [internal] load .dockerignore 01:38:17 #4 transferring context: 2B done 01:38:17 #4 DONE 0.0s 01:38:17 01:38:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:17 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:17 #5 CACHED 01:38:17 01:38:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 01:38:17 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fcc8e5bddb58e2a66e43519a68e0df7bf5b6efbe60ba054deeea68762969c1b4 0.0s done 01:38:17 #6 CACHED 01:38:17 01:38:17 #7 exporting to image 01:38:17 #7 exporting layers done 01:38:17 #7 exporting manifest sha256:c9740ef6601c55b267b60ea467bc7110994f30ca40319516bea916690c8dfcde done 01:38:17 #7 exporting config sha256:8a6a81352601dc95c45d23a3298752f1a5af628577f4cf8c181d78073a14599f done 01:38:17 #7 exporting manifest sha256:e96eed10a237f89b3f8c9a3f3146111d85665ed42b42ae5b5c3e1d6d9867577f done 01:38:17 #7 exporting config sha256:5f23791e4faa74c2d4d536d56fe80fc69003fd67c0963194701b00222a4641f9 01:38:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:17 #7 exporting config sha256:5f23791e4faa74c2d4d536d56fe80fc69003fd67c0963194701b00222a4641f9 done 01:38:17 #7 exporting manifest list sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 done 01:38:17 #7 pushing layers 0.0s done 01:38:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:674ae0a440a2ef9199c71c025a4478b8a27ae405eb0498555210bbc3e0f9ae69 0.1s done 01:38:17 #7 DONE 0.1s 01:38:17 01:38:17 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:38:17 #8 DONE 0.0s 01:38:17 01:38:17 1 warning found (use --debug to expand): 01:38:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98' 01:38:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 --push - 01:38:17 #1 [internal] load build definition from Dockerfile 01:38:17 #1 transferring dockerfile: 202B done 01:38:17 #1 DONE 0.0s 01:38:17 01:38:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:17 #2 DONE 0.0s 01:38:17 01:38:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 01:38:17 #3 DONE 0.0s 01:38:17 01:38:17 #4 [internal] load .dockerignore 01:38:17 #4 transferring context: 2B done 01:38:17 #4 DONE 0.0s 01:38:17 01:38:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:17 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:17 #5 DONE 0.0s 01:38:17 01:38:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:17 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:17 #6 DONE 0.1s 01:38:17 01:38:17 #7 exporting to image 01:38:17 #7 exporting layers done 01:38:17 #7 exporting manifest sha256:5f863bf69101c8de2f2722d114883e2b7ee5b97a4d10b10be2892174d13d8765 done 01:38:17 #7 exporting config sha256:7bc46bd7ec92714f8030575362f8d3641db2cdf587b47e18299e19e953f52954 done 01:38:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:17 #7 ... 01:38:17 01:38:17 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:38:17 #8 DONE 0.0s 01:38:17 01:38:17 #7 exporting to image 01:38:17 #7 exporting manifest sha256:952d35b6209c6652e9d049f65931c22e34f674ef5e4d85cfaaab453981bb2f26 done 01:38:17 #7 exporting config sha256:cffe9dc3f6d0aaadcf32d19fea31b597a28b27b39258f8ba7b30fab873643d6c done 01:38:17 #7 exporting manifest list sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 done 01:38:17 #7 pushing layers 0.1s done 01:38:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 01:38:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98@sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 0.1s done 01:38:18 #7 DONE 0.2s 01:38:18 01:38:18 1 warning found (use --debug to expand): 01:38:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:38:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:38:18 #1 [internal] load build definition from Dockerfile 01:38:18 #1 transferring dockerfile: 168B done 01:38:18 #1 DONE 0.0s 01:38:18 01:38:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:38:18 #2 DONE 0.0s 01:38:18 01:38:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:38:18 #3 DONE 0.0s 01:38:18 01:38:18 #4 [internal] load .dockerignore 01:38:18 #4 transferring context: 2B done 01:38:18 #4 DONE 0.0s 01:38:18 01:38:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:18 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:18 #5 DONE 0.0s 01:38:18 01:38:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:18 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:18 #6 CACHED 01:38:18 01:38:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:18 #5 CACHED 01:38:18 01:38:18 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:38:18 #7 DONE 0.0s 01:38:18 01:38:18 #8 exporting to image 01:38:18 #8 exporting layers done 01:38:18 #8 exporting manifest sha256:5f863bf69101c8de2f2722d114883e2b7ee5b97a4d10b10be2892174d13d8765 done 01:38:18 #8 exporting config sha256:7bc46bd7ec92714f8030575362f8d3641db2cdf587b47e18299e19e953f52954 done 01:38:18 #8 exporting manifest sha256:952d35b6209c6652e9d049f65931c22e34f674ef5e4d85cfaaab453981bb2f26 done 01:38:18 #8 exporting config sha256:cffe9dc3f6d0aaadcf32d19fea31b597a28b27b39258f8ba7b30fab873643d6c done 01:38:18 #8 exporting manifest list sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 done 01:38:18 #8 pushing layers 0.0s done 01:38:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 0.1s done 01:38:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:18 #8 DONE 0.1s 01:38:18 01:38:18 1 warning found (use --debug to expand): 01:38:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 --push - 01:38:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8' 01:38:19 #1 [internal] load build definition from Dockerfile 01:38:19 #1 transferring dockerfile: 173B done 01:38:19 #1 DONE 0.0s 01:38:19 01:38:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 01:38:19 #2 DONE 0.0s 01:38:19 01:38:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8 01:38:19 #3 DONE 0.0s 01:38:19 01:38:19 #4 [internal] load .dockerignore 01:38:19 #4 transferring context: 2B done 01:38:19 #4 DONE 0.0s 01:38:19 01:38:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:19 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:19 #5 CACHED 01:38:19 01:38:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:19 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:19 #6 CACHED 01:38:19 01:38:19 #7 exporting to image 01:38:19 #7 exporting layers done 01:38:19 #7 exporting manifest sha256:5f863bf69101c8de2f2722d114883e2b7ee5b97a4d10b10be2892174d13d8765 done 01:38:19 #7 exporting config sha256:7bc46bd7ec92714f8030575362f8d3641db2cdf587b47e18299e19e953f52954 done 01:38:19 #7 exporting manifest sha256:952d35b6209c6652e9d049f65931c22e34f674ef5e4d85cfaaab453981bb2f26 01:38:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:19 #7 exporting manifest sha256:952d35b6209c6652e9d049f65931c22e34f674ef5e4d85cfaaab453981bb2f26 done 01:38:19 #7 exporting config sha256:cffe9dc3f6d0aaadcf32d19fea31b597a28b27b39258f8ba7b30fab873643d6c done 01:38:19 #7 exporting manifest list sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 done 01:38:19 #7 pushing layers 0.0s done 01:38:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.8@sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 0.1s done 01:38:19 #7 DONE 0.1s 01:38:19 01:38:19 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:38:19 #8 DONE 0.0s 01:38:19 01:38:19 1 warning found (use --debug to expand): 01:38:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8' 01:38:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 --push - 01:38:19 #1 [internal] load build definition from Dockerfile 01:38:19 #1 transferring dockerfile: 214B done 01:38:19 #1 DONE 0.0s 01:38:19 01:38:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:19 #2 DONE 0.0s 01:38:19 01:38:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 01:38:19 #3 DONE 0.0s 01:38:19 01:38:19 #4 [internal] load .dockerignore 01:38:19 #4 transferring context: 2B done 01:38:19 #4 DONE 0.0s 01:38:19 01:38:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:19 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:19 #5 CACHED 01:38:19 01:38:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:19 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:19 #6 CACHED 01:38:19 01:38:19 #7 exporting to image 01:38:19 #7 exporting layers done 01:38:19 #7 exporting manifest sha256:5f863bf69101c8de2f2722d114883e2b7ee5b97a4d10b10be2892174d13d8765 done 01:38:19 #7 exporting config sha256:7bc46bd7ec92714f8030575362f8d3641db2cdf587b47e18299e19e953f52954 01:38:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:19 #7 exporting config sha256:7bc46bd7ec92714f8030575362f8d3641db2cdf587b47e18299e19e953f52954 done 01:38:19 #7 exporting manifest sha256:952d35b6209c6652e9d049f65931c22e34f674ef5e4d85cfaaab453981bb2f26 done 01:38:19 #7 exporting config sha256:cffe9dc3f6d0aaadcf32d19fea31b597a28b27b39258f8ba7b30fab873643d6c done 01:38:19 #7 exporting manifest list sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 done 01:38:19 #7 pushing layers 0.0s done 01:38:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8@sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 0.1s done 01:38:19 #7 DONE 0.1s 01:38:19 01:38:19 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:38:19 #8 DONE 0.0s 01:38:19 01:38:19 1 warning found (use --debug to expand): 01:38:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:38:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:38:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:38:20 #1 [internal] load build definition from Dockerfile 01:38:20 #1 transferring dockerfile: 166B done 01:38:20 #1 DONE 0.0s 01:38:20 01:38:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:38:20 #2 DONE 0.0s 01:38:20 01:38:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:38:20 #3 DONE 0.0s 01:38:20 01:38:20 #4 [internal] load .dockerignore 01:38:20 #4 transferring context: 2B done 01:38:20 #4 DONE 0.0s 01:38:20 01:38:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:20 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:20 #5 CACHED 01:38:20 01:38:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 01:38:20 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:07af7741b620dde0f016ccad99ffca614c4c112e599852ff76a7b3f523d173ec 0.0s done 01:38:20 #6 CACHED 01:38:20 01:38:20 #7 exporting to image 01:38:20 #7 exporting layers done 01:38:20 #7 exporting manifest sha256:5f863bf69101c8de2f2722d114883e2b7ee5b97a4d10b10be2892174d13d8765 done 01:38:20 #7 exporting config sha256:7bc46bd7ec92714f8030575362f8d3641db2cdf587b47e18299e19e953f52954 done 01:38:20 #7 exporting manifest sha256:952d35b6209c6652e9d049f65931c22e34f674ef5e4d85cfaaab453981bb2f26 done 01:38:20 #7 exporting config sha256:cffe9dc3f6d0aaadcf32d19fea31b597a28b27b39258f8ba7b30fab873643d6c done 01:38:20 #7 exporting manifest list sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 done 01:38:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:38:20 #7 pushing layers 0.0s done 01:38:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f5cce4aae7695a83f2202beeca94bfb1f15e5230515ff498a3be3540d5ebd7b5 0.1s done 01:38:20 #7 DONE 0.1s 01:38:20 01:38:20 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:38:20 #8 DONE 0.0s 01:38:20 01:38:20 1 warning found (use --debug to expand): 01:38:20  - 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 01:38:20 + '[' -d /w/workspace/edgex-go/834/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:38:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:38:21 ---> package-listing.sh 01:38:21 ++ facter osfamily 01:38:21 ++ tr '[:upper:]' '[:lower:]' 01:38:21 + OS_FAMILY=redhat 01:38:21 + workspace=/w/workspace/edgex-go/834 01:38:21 + START_PACKAGES=/tmp/packages_start.txt 01:38:21 + END_PACKAGES=/tmp/packages_end.txt 01:38:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:38:21 + PACKAGES=/tmp/packages_start.txt 01:38:21 + '[' /w/workspace/edgex-go/834 ']' 01:38:21 + PACKAGES=/tmp/packages_end.txt 01:38:21 + case "${OS_FAMILY}" in 01:38:21 + rpm -qa 01:38:21 + sort 01:38:22 + '[' -f /tmp/packages_start.txt ']' 01:38:22 + '[' -f /tmp/packages_end.txt ']' 01:38:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:38:22 + '[' /w/workspace/edgex-go/834 ']' 01:38:22 + mkdir -p /w/workspace/edgex-go/834/archives/ 01:38:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/834/archives/ [Pipeline] echo 01:38:22 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/834/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:38:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:38:23 01:38:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:38:23 latest: Pulling from edgex-lftools-log-publisher 01:38:23 5eb5b503b376: Pulling fs layer 01:38:23 5c69ac0246d0: Pulling fs layer 01:38:23 ec43610c2a17: Pulling fs layer 01:38:23 3a2ae6a8a46f: Pulling fs layer 01:38:23 33b1e0a273af: Pulling fs layer 01:38:23 5d3b04190fa2: Pulling fs layer 01:38:23 2f39f015ded8: Pulling fs layer 01:38:23 3a2ae6a8a46f: Waiting 01:38:23 33b1e0a273af: Waiting 01:38:23 5d3b04190fa2: Waiting 01:38:23 2f39f015ded8: Waiting 01:38:23 5c69ac0246d0: Verifying Checksum 01:38:23 5c69ac0246d0: Download complete 01:38:23 3a2ae6a8a46f: Verifying Checksum 01:38:23 3a2ae6a8a46f: Download complete 01:38:23 33b1e0a273af: Verifying Checksum 01:38:23 33b1e0a273af: Download complete 01:38:23 5d3b04190fa2: Verifying Checksum 01:38:23 5d3b04190fa2: Download complete 01:38:23 ec43610c2a17: Verifying Checksum 01:38:23 ec43610c2a17: Download complete 01:38:23 5eb5b503b376: Verifying Checksum 01:38:23 5eb5b503b376: Download complete 01:38:24 2f39f015ded8: Verifying Checksum 01:38:24 2f39f015ded8: Download complete 01:38:25 5eb5b503b376: Pull complete 01:38:25 5c69ac0246d0: Pull complete 01:38:25 ec43610c2a17: Pull complete 01:38:25 3a2ae6a8a46f: Pull complete 01:38:25 33b1e0a273af: Pull complete 01:38:25 5d3b04190fa2: Pull complete 01:38:30 2f39f015ded8: Pull complete 01:38:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:38:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:38:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:38:30 prd-centos7-docker-4c-2g-905 does not seem to be running inside a container 01:38:30 $ 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/834/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:38:35 $ docker top 1d214c0c01da09629e2c979ae6f1b0b69961ab06de4767d4ac0c126757a12a50 -eo pid,comm [Pipeline] { [Pipeline] sh 01:38:36 + touch /tmp/pre-build-complete [Pipeline] sh 01:38:36 + mkdir -p /var/log/sysstat [Pipeline] sh 01:38:36 + ls /var/log/sa-host 01:38:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:38:36 provisioning config files... 01:38:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11870487367060756682tmp [Pipeline] { [Pipeline] echo 01:38:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:38:37 ---> create-netrc.sh [Pipeline] } 01:38:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:38:37 ---> python-tools-install.sh [Pipeline] echo 01:38:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:38:37 ---> sudo-logs.sh 01:38:37 Archiving 'sudo' log.. 01:38:37 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:38:37 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:38:37 $ docker stop --time=1 1d214c0c01da09629e2c979ae6f1b0b69961ab06de4767d4ac0c126757a12a50 01:38:38 $ docker rm -f --volumes 1d214c0c01da09629e2c979ae6f1b0b69961ab06de4767d4ac0c126757a12a50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:38:38 [WS-CLEANUP] Deleting project workspace... 01:38:38 [WS-CLEANUP] Deferred wipeout is used... 01:38:38 [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] } 01:53:50 #154 ... 01:53:50 01:53:50 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:53:50 #152 DONE 1135.0s 01:53:50 01:53:50 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:53:50 #148 ... 01:53:50 01:53:50 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:53:50 #155 DONE 0.3s 01:53:50 01:53:50 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:53:50 #156 DONE 0.1s 01:53:50 01:53:50 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:53:50 #157 DONE 0.3s 01:53:50 01:53:50 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:53:50 #158 DONE 0.1s 01:53:50 01:53:50 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:53:50 #151 ... 01:53:50 01:53:50 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:53:50 #159 DONE 0.2s 01:53:50 01:53:50 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:53:50 #160 DONE 2.2s 01:53:50 01:53:50 #113 [core-common-config-bootstrapper] exporting to image 01:53:50 #113 exporting layers 01:53:50 #113 exporting layers 0.7s done 01:53:50 #113 writing image sha256:527aedd60d86a3ac2bfab01dd61180e7be69dd899e1cc11e5f78d94d604a7049 done 01:53:50 #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 01:53:50 #113 DONE 5.9s 01:53:50 01:53:50 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:54:08 #50 ... 01:54:08 01:54:08 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:54:08 #149 DONE 1161.5s 01:54:08 01:54:08 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:54:08 #161 DONE 0.4s 01:54:08 01:54:08 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:54:10 #162 DONE 2.4s 01:54:10 01:54:10 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:54:10 #163 DONE 0.2s 01:54:10 01:54:10 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:54:10 #164 DONE 0.2s 01:54:10 01:54:10 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:54:11 #165 DONE 0.3s 01:54:11 01:54:11 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:54:11 #166 DONE 0.1s 01:54:11 01:54:11 #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/ 01:54:11 #167 DONE 0.2s 01:54:11 01:54:11 #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/ 01:54:11 #168 DONE 0.1s 01:54:11 01:54:11 #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/ 01:54:11 #169 DONE 0.2s 01:54:11 01:54:11 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:54:11 #170 DONE 0.2s 01:54:11 01:54:11 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:54:13 #171 DONE 2.0s 01:54:13 01:54:13 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:54:13 #147 ... 01:54:13 01:54:13 #113 [security-bootstrapper] exporting to image 01:54:13 #113 exporting layers 01:54:15 #113 exporting layers 1.2s done 01:54:15 #113 writing image sha256:64b080f486520289b18212b77992ade64a5f13cd88b9591d7438bf3cd841047e done 01:54:15 #113 naming to docker.io/library/security-bootstrapper-arm64 done 01:54:15 #113 DONE 7.2s 01:54:15 01:54:15 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:09:22 #50 ... 02:09:22 02:09:22 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:09:22 #151 DONE 2068.7s 02:09:22 02:09:22 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:09:22 #148 ... 02:09:22 02:09:22 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:09:22 #172 DONE 0.2s 02:09:22 02:09:22 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:09:22 #173 DONE 0.2s 02:09:22 02:09:22 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:09:22 #174 DONE 0.3s 02:09:22 02:09:22 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:09:22 #175 DONE 0.1s 02:09:22 02:09:22 #113 [core-command] exporting to image 02:09:22 #113 exporting layers 02:09:22 #113 exporting layers 0.4s done 02:09:22 #113 writing image sha256:7a02d427314f916c4a4eb9f1f0f0552add5e0cdb4817cfbe1b101723b55015a4 done 02:09:22 #113 naming to docker.io/library/core-command-arm64 done 02:09:22 #113 DONE 7.5s 02:09:22 02:09:22 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:45 #154 ... 02:09:45 02:09:45 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:09:45 #153 2098.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.8 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:09:45 #153 ... 02:09:45 02:09:45 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:09:45 #148 DONE 2098.2s 02:09:45 02:09:45 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:09:45 #147 ... 02:09:45 02:09:45 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:09:45 #176 DONE 0.2s 02:09:45 02:09:45 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:09:45 #177 DONE 0.2s 02:09:45 02:09:45 #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 02:09:45 #178 DONE 0.1s 02:09:45 02:09:45 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:09:45 #179 DONE 0.1s 02:09:45 02:09:45 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:09:45 #180 DONE 0.4s 02:09:45 02:09:45 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:09:45 #181 DONE 0.2s 02:09:45 02:09:45 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:47 #182 DONE 2.0s 02:09:47 02:09:47 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:09:47 #146 ... 02:09:47 02:09:47 #113 [security-proxy-setup] exporting to image 02:09:47 #113 exporting layers 02:09:48 #113 exporting layers 0.9s done 02:09:48 #113 writing image sha256:eb2f033827512b37499933d0e0910b3e40533a59ddfa758f363a0d5e1a751a43 done 02:09:48 #113 naming to docker.io/library/security-proxy-setup-arm64 done 02:09:48 #113 DONE 8.4s 02:09:48 02:09:48 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:10:15 #154 ... 02:10:15 02:10:15 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:10:15 #153 DONE 2129.3s 02:10:15 02:10:15 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:10:15 #150 ... 02:10:15 02:10:15 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:10:15 #183 DONE 0.3s 02:10:15 02:10:15 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:10:16 #39 ... 02:10:16 02:10:16 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:10:16 #184 DONE 0.2s 02:10:16 02:10:16 #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 02:10:16 #185 DONE 0.1s 02:10:16 02:10:16 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:10:16 #154 ... 02:10:16 02:10:16 #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 02:10:16 #186 DONE 0.1s 02:10:16 02:10:16 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:10:16 #187 DONE 0.1s 02:10:16 02:10:16 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:10:16 #50 ... 02:10:16 02:10:16 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:10:17 #188 DONE 0.3s 02:10:17 02:10:17 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:10:17 #189 DONE 0.4s 02:10:17 02:10:17 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:10:17 #150 ... 02:10:17 02:10:17 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:10:17 #190 DONE 0.1s 02:10:17 02:10:17 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:10:19 #191 DONE 2.0s 02:10:19 02:10:19 #113 [security-secretstore-setup] exporting to image 02:10:19 #113 exporting layers 02:10:21 #113 exporting layers 1.6s done 02:10:21 #113 writing image sha256:651c17ab812347ab8fb0cceaf589fbf1b8797e7972d7cde733461b78280f1181 done 02:10:21 #113 naming to docker.io/library/security-secretstore-setup-arm64 done 02:10:21 #113 DONE 10.0s 02:10:21 02:10:21 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:11:29 #147 ... 02:11:29 02:11:29 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:11:29 #150 DONE 2198.6s 02:11:29 02:11:29 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:11:29 #144 ... 02:11:29 02:11:29 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:11:29 #192 DONE 0.2s 02:11:29 02:11:29 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:11:29 #146 ... 02:11:29 02:11:29 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:11:29 #193 DONE 0.2s 02:11:29 02:11:29 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:11:29 #194 DONE 0.4s 02:11:29 02:11:29 #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 02:11:29 #195 DONE 0.1s 02:11:29 02:11:29 #113 [security-spiffe-token-provider] exporting to image 02:11:29 #113 exporting layers 02:11:29 #113 exporting layers 0.9s done 02:11:29 #113 writing image sha256:8d43be1b7af31d6c581f2b3afc7d20750e659b73299651fd187aa6ceaba8bcfa done 02:11:29 #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:11:29 #113 DONE 10.9s 02:11:29 02:11:29 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:12:02 #144 DONE 2235.3s 02:12:02 02:12:02 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:12:02 #133 DONE 2235.3s 02:12:02 02:12:02 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:12:02 #147 ... 02:12:02 02:12:02 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:12:02 #145 DONE 2235.5s 02:12:02 02:12:02 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:12:02 #39 ... 02:12:02 02:12:02 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:12:02 #196 DONE 0.3s 02:12:02 02:12:02 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:12:02 #146 ... 02:12:02 02:12:02 #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:12:02 #197 DONE 0.2s 02:12:02 02:12:02 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:12:03 #146 ... 02:12:03 02:12:03 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:12:03 #198 DONE 0.4s 02:12:03 02:12:03 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:12:03 #199 DONE 0.3s 02:12:03 02:12:03 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:12:03 #200 ... 02:12:03 02:12:03 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:12:03 #201 DONE 0.8s 02:12:03 02:12:03 #202 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:12:03 #202 DONE 0.4s 02:12:03 02:12:03 #203 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:12:04 #203 ... 02:12:04 02:12:04 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:12:04 #200 DONE 0.8s 02:12:04 02:12:04 #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:12:04 #204 DONE 0.4s 02:12:04 02:12:04 #113 [core-data] exporting to image 02:12:04 #113 exporting layers 02:12:04 #113 ... 02:12:04 02:12:04 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:12:04 #205 DONE 0.4s 02:12:04 02:12:04 #113 [core-keeper] exporting to image 02:12:04 #113 ... 02:12:04 02:12:04 #203 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:12:04 #203 DONE 1.1s 02:12:04 02:12:04 #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:12:05 #206 DONE 0.2s 02:12:05 02:12:05 #113 [core-data] exporting to image 02:12:05 #113 exporting layers 1.0s done 02:12:05 #113 writing image sha256:2457c819fe5e7592fc5ca656449f8cf2951cf72f0ed1ee30fef446d2cd9a1458 0.0s done 02:12:05 #113 naming to docker.io/library/core-data-arm64 0.0s done 02:12:05 #113 exporting layers 0.8s done 02:12:05 #113 writing image sha256:dee49021e42ae6fcd9a6359463e16f50cabebdc4ccf52026011cf13cb723429e 0.0s done 02:12:05 #113 naming to docker.io/library/core-keeper-arm64 done 02:12:05 #113 DONE 12.0s 02:12:05 02:12:05 #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:12:05 #207 DONE 0.3s 02:12:05 02:12:05 #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:12:07 #208 DONE 1.9s 02:12:07 02:12:07 #113 [security-proxy-auth] exporting to image 02:12:07 #113 exporting layers 0.6s done 02:12:07 #113 writing image sha256:1190e4040b156700376437574d8e457d942e350136a4617354c921f8dc006756 done 02:12:07 #113 naming to docker.io/library/security-proxy-auth-arm64 done 02:12:07 #113 DONE 12.7s 02:12:07 02:12:07 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:12:08 #154 ... 02:12:08 02:12:08 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:12:08 #146 DONE 2243.0s 02:12:08 02:12:08 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:12:09 #154 ... 02:12:09 02:12:09 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:12:09 #209 DONE 0.1s 02:12:09 02:12:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:12:09 #154 ... 02:12:09 02:12:09 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:12:09 #210 DONE 0.1s 02:12:09 02:12:09 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:12:10 #211 DONE 0.3s 02:12:10 02:12:10 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:12:10 #212 DONE 0.1s 02:12:10 02:12:10 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:12:10 #213 DONE 0.1s 02:12:10 02:12:10 #113 [core-metadata] exporting to image 02:12:10 #113 exporting layers 0.5s done 02:12:10 #113 writing image sha256:ddb92351f76811703c5c1bc220dab5f8bf182d4b0cb49bf227e55ee876708984 0.0s done 02:12:10 #113 naming to docker.io/library/core-metadata-arm64 done 02:12:10 #113 DONE 13.1s 02:12:10 02:12:10 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:12:43 #154 DONE 2274.8s 02:12:43 02:12:43 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:12:43 #147 ... 02:12:43 02:12:43 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:12:43 #214 DONE 0.1s 02:12:43 02:12:43 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:12:43 #215 DONE 0.1s 02:12:43 02:12:43 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:12:43 #50 ... 02:12:43 02:12:43 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:12:43 #216 DONE 0.6s 02:12:43 02:12:43 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:12:43 #50 ... 02:12:43 02:12:43 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:12:43 #217 DONE 0.1s 02:12:43 02:12:43 #113 [support-scheduler] exporting to image 02:12:43 #113 exporting layers 02:12:43 #113 exporting layers 1.0s done 02:12:43 #113 writing image sha256:672a26fdb6558e34b310bce48672da5904bbd1d6b63e1b91993f533b2b9b421f done 02:12:43 #113 naming to docker.io/library/support-scheduler-arm64 done 02:12:43 #113 DONE 14.2s 02:12:43 02:12:43 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:12:49 #50 ... 02:12:49 02:12:49 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:12:49 #147 DONE 2282.4s 02:12:49 02:12:49 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:12:49 #218 DONE 0.1s 02:12:49 02:12:49 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:12:49 #50 ... 02:12:49 02:12:49 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:12:49 #219 DONE 0.1s 02:12:49 02:12:49 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:12:49 #220 DONE 0.5s 02:12:49 02:12:49 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:12:49 #221 DONE 0.1s 02:12:49 02:12:49 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:12:49 #50 ... 02:12:49 02:12:49 #113 [support-notifications] exporting to image 02:12:49 #113 exporting layers 02:12:49 #113 exporting layers 0.6s done 02:12:49 #113 writing image sha256:4d68f42f445ff60e135e8d78cbdbcf0db714c5ec717558ba834e163811cf819e done 02:12:49 #113 naming to docker.io/library/support-notifications-arm64 done 02:12:49 #113 DONE 14.8s 02:12:49 02:12:49 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:49 time="2025-05-05T01:31:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:12:49 $ docker stop --time=1 51ed2a446a8ecc24ba70b29b2f102396141e3cef604a2999dbe04ca3f4636e83 02:12:51 $ docker rm -f --volumes 51ed2a446a8ecc24ba70b29b2f102396141e3cef604a2999dbe04ca3f4636e83 [Pipeline] // withDockerContainer [Pipeline] sh 02:12:52 + docker images 02:12:52 REPOSITORY TAG IMAGE ID CREATED SIZE 02:12:52 support-notifications-arm64 latest 4d68f42f445f 3 seconds ago 52.3MB 02:12:52 support-scheduler-arm64 latest 672a26fdb655 10 seconds ago 48.5MB 02:12:52 core-metadata-arm64 latest ddb92351f768 42 seconds ago 33.1MB 02:12:52 security-proxy-auth-arm64 latest 1190e4040b15 44 seconds ago 31.9MB 02:12:52 core-keeper-arm64 latest dee49021e42a 47 seconds ago 32.6MB 02:12:52 core-data-arm64 latest 2457c819fe5e 48 seconds ago 33MB 02:12:52 security-spiffe-token-provider-arm64 latest 8d43be1b7af3 About a minute ago 48.1MB 02:12:52 security-secretstore-setup-arm64 latest 651c17ab8123 2 minutes ago 67.6MB 02:12:52 security-proxy-setup-arm64 latest eb2f03382751 3 minutes ago 38.7MB 02:12:52 core-command-arm64 latest 7a02d427314f 3 minutes ago 28.5MB 02:12:52 security-bootstrapper-arm64 latest 64b080f48652 18 minutes ago 21.1MB 02:12:52 core-common-config-bootstrapper-arm64 latest 527aedd60d86 19 minutes ago 17.9MB 02:12:52 security-spire-config-arm64 latest 70d5042a934c 39 minutes ago 143MB 02:12:52 security-spire-agent-arm64 latest a2a867a33f38 40 minutes ago 187MB 02:12:52 security-spire-server-arm64 latest 224a7c728f90 40 minutes ago 144MB 02:12:52 ci-base-image-arm64 latest a9945c1d6098 41 minutes ago 908MB 02:12:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 3 weeks ago 560MB 02:12:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 23 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 02:12:52 provisioning config files... 02:12:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/834@tmp/config6949838322063236354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:52 ---> ****-login.sh 02:12:52 nexus3.edgexfoundry.org:10001 02:12:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:52 Configure a credential helper to remove this warning. See 02:12:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:52 02:12:53 Login Succeeded 02:12:53 nexus3.edgexfoundry.org:10002 02:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:53 Configure a credential helper to remove this warning. See 02:12:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:53 02:12:53 Login Succeeded 02:12:53 nexus3.edgexfoundry.org:10003 02:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:53 Configure a credential helper to remove this warning. See 02:12:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:53 02:12:53 Login Succeeded 02:12:53 nexus3.edgexfoundry.org:10004 02:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:54 Configure a credential helper to remove this warning. See 02:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:54 02:12:54 Login Succeeded 02:12:54 ****.io 02:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:54 Configure a credential helper to remove this warning. See 02:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:54 02:12:54 Login Succeeded 02:12:54 ---> ****-login.sh ends [Pipeline] } 02:12:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:12:55 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:12:55 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:12:55 latest 02:12:55 4.1.0-dev.8 02:12:55 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:12:55 main 02:12:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:12:55 fc1fb84f81e6: Preparing 02:12:55 059eadae5078: Preparing 02:12:55 36282c25a374: Preparing 02:12:55 f614d7da991e: Preparing 02:12:55 f58c1b445db4: Preparing 02:12:55 e90fa2befac0: Preparing 02:12:55 dd9c8f8612c8: Preparing 02:12:55 e90fa2befac0: Waiting 02:12:55 dd9c8f8612c8: Waiting 02:12:56 f58c1b445db4: Pushed 02:12:56 fc1fb84f81e6: Pushed 02:12:56 36282c25a374: Pushed 02:12:56 f614d7da991e: Pushed 02:12:56 dd9c8f8612c8: Layer already exists 02:12:56 e90fa2befac0: Pushed 02:13:00 059eadae5078: Pushed 02:13:00 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:d2e6af465a4b3f0bd8a879e1244a7d81a6a08dadc35e52974d84d08ee4ab366e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:00 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:01 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:13:01 fc1fb84f81e6: Preparing 02:13:01 059eadae5078: Preparing 02:13:01 36282c25a374: Preparing 02:13:01 f614d7da991e: Preparing 02:13:01 f58c1b445db4: Preparing 02:13:01 e90fa2befac0: Preparing 02:13:01 dd9c8f8612c8: Preparing 02:13:01 e90fa2befac0: Waiting 02:13:01 dd9c8f8612c8: Waiting 02:13:01 f614d7da991e: Layer already exists 02:13:01 059eadae5078: Layer already exists 02:13:01 f58c1b445db4: Layer already exists 02:13:01 36282c25a374: Layer already exists 02:13:01 fc1fb84f81e6: Layer already exists 02:13:01 e90fa2befac0: Layer already exists 02:13:01 dd9c8f8612c8: Layer already exists 02:13:01 latest: digest: sha256:d2e6af465a4b3f0bd8a879e1244a7d81a6a08dadc35e52974d84d08ee4ab366e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:01 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.8 02:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:13:02 fc1fb84f81e6: Preparing 02:13:02 059eadae5078: Preparing 02:13:02 36282c25a374: Preparing 02:13:02 f614d7da991e: Preparing 02:13:02 f58c1b445db4: Preparing 02:13:02 e90fa2befac0: Preparing 02:13:02 dd9c8f8612c8: Preparing 02:13:02 dd9c8f8612c8: Waiting 02:13:02 e90fa2befac0: Waiting 02:13:02 f58c1b445db4: Layer already exists 02:13:02 059eadae5078: Layer already exists 02:13:02 f614d7da991e: Layer already exists 02:13:02 fc1fb84f81e6: Layer already exists 02:13:02 36282c25a374: Layer already exists 02:13:02 e90fa2befac0: Layer already exists 02:13:02 dd9c8f8612c8: Layer already exists 02:13:02 4.1.0-dev.8: digest: sha256:d2e6af465a4b3f0bd8a879e1244a7d81a6a08dadc35e52974d84d08ee4ab366e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:02 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:13:03 fc1fb84f81e6: Preparing 02:13:03 059eadae5078: Preparing 02:13:03 36282c25a374: Preparing 02:13:03 f614d7da991e: Preparing 02:13:03 f58c1b445db4: Preparing 02:13:03 e90fa2befac0: Preparing 02:13:03 dd9c8f8612c8: Preparing 02:13:03 e90fa2befac0: Waiting 02:13:03 dd9c8f8612c8: Waiting 02:13:03 059eadae5078: Layer already exists 02:13:03 fc1fb84f81e6: Layer already exists 02:13:03 36282c25a374: Layer already exists 02:13:03 f614d7da991e: Layer already exists 02:13:03 f58c1b445db4: Layer already exists 02:13:03 e90fa2befac0: Layer already exists 02:13:03 dd9c8f8612c8: Layer already exists 02:13:03 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:d2e6af465a4b3f0bd8a879e1244a7d81a6a08dadc35e52974d84d08ee4ab366e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:13:04 fc1fb84f81e6: Preparing 02:13:04 059eadae5078: Preparing 02:13:04 36282c25a374: Preparing 02:13:04 f614d7da991e: Preparing 02:13:04 f58c1b445db4: Preparing 02:13:04 e90fa2befac0: Preparing 02:13:04 dd9c8f8612c8: Preparing 02:13:04 e90fa2befac0: Waiting 02:13:04 dd9c8f8612c8: Waiting 02:13:04 36282c25a374: Layer already exists 02:13:04 059eadae5078: Layer already exists 02:13:04 f614d7da991e: Layer already exists 02:13:04 f58c1b445db4: Layer already exists 02:13:04 fc1fb84f81e6: Layer already exists 02:13:04 e90fa2befac0: Layer already exists 02:13:04 dd9c8f8612c8: Layer already exists 02:13:04 main: digest: sha256:d2e6af465a4b3f0bd8a879e1244a7d81a6a08dadc35e52974d84d08ee4ab366e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:04 ===================================================== [Pipeline] echo 02:13:04 taggedImages: 02:13:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:13:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.8 02:13:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:04 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:13:04 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:13:04 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:04 latest 02:13:04 4.1.0-dev.8 02:13:04 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:04 main 02:13:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:05 8796aa336ae8: Preparing 02:13:05 f11be4bf3fda: Preparing 02:13:05 bc3aa61f3aa2: Preparing 02:13:05 d70c34a27bbd: Preparing 02:13:05 36282c25a374: Preparing 02:13:05 f614d7da991e: Preparing 02:13:05 f58c1b445db4: Preparing 02:13:05 e90fa2befac0: Preparing 02:13:05 dd9c8f8612c8: Preparing 02:13:05 e90fa2befac0: Waiting 02:13:05 f614d7da991e: Waiting 02:13:05 f58c1b445db4: Waiting 02:13:05 dd9c8f8612c8: Waiting 02:13:05 36282c25a374: Layer already exists 02:13:05 bc3aa61f3aa2: Pushed 02:13:05 f614d7da991e: Layer already exists 02:13:05 f11be4bf3fda: Pushed 02:13:05 f58c1b445db4: Layer already exists 02:13:05 8796aa336ae8: Pushed 02:13:05 dd9c8f8612c8: Layer already exists 02:13:05 e90fa2befac0: Layer already exists 02:13:07 d70c34a27bbd: Pushed 02:13:07 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:d659cd1600f473e5278238dcc1e70b5207564dbe0b0b3216857f11da71aac598 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:08 + 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 02:13:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:08 8796aa336ae8: Preparing 02:13:08 f11be4bf3fda: Preparing 02:13:08 bc3aa61f3aa2: Preparing 02:13:08 d70c34a27bbd: Preparing 02:13:08 36282c25a374: Preparing 02:13:08 f614d7da991e: Preparing 02:13:08 f58c1b445db4: Preparing 02:13:08 e90fa2befac0: Preparing 02:13:08 dd9c8f8612c8: Preparing 02:13:08 f614d7da991e: Waiting 02:13:08 f58c1b445db4: Waiting 02:13:08 e90fa2befac0: Waiting 02:13:08 dd9c8f8612c8: Waiting 02:13:08 36282c25a374: Layer already exists 02:13:08 f11be4bf3fda: Layer already exists 02:13:08 d70c34a27bbd: Layer already exists 02:13:08 bc3aa61f3aa2: Layer already exists 02:13:08 8796aa336ae8: Layer already exists 02:13:08 f614d7da991e: Layer already exists 02:13:08 e90fa2befac0: Layer already exists 02:13:08 f58c1b445db4: Layer already exists 02:13:08 dd9c8f8612c8: Layer already exists 02:13:08 latest: digest: sha256:d659cd1600f473e5278238dcc1e70b5207564dbe0b0b3216857f11da71aac598 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:09 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.8 02:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:09 8796aa336ae8: Preparing 02:13:09 f11be4bf3fda: Preparing 02:13:09 bc3aa61f3aa2: Preparing 02:13:09 d70c34a27bbd: Preparing 02:13:09 36282c25a374: Preparing 02:13:09 f614d7da991e: Preparing 02:13:09 f58c1b445db4: Preparing 02:13:09 e90fa2befac0: Preparing 02:13:09 dd9c8f8612c8: Preparing 02:13:09 f58c1b445db4: Waiting 02:13:09 e90fa2befac0: Waiting 02:13:09 dd9c8f8612c8: Waiting 02:13:09 f614d7da991e: Waiting 02:13:09 8796aa336ae8: Layer already exists 02:13:09 bc3aa61f3aa2: Layer already exists 02:13:09 f11be4bf3fda: Layer already exists 02:13:09 36282c25a374: Layer already exists 02:13:09 d70c34a27bbd: Layer already exists 02:13:09 f58c1b445db4: Layer already exists 02:13:09 f614d7da991e: Layer already exists 02:13:09 dd9c8f8612c8: Layer already exists 02:13:09 e90fa2befac0: Layer already exists 02:13:09 4.1.0-dev.8: digest: sha256:d659cd1600f473e5278238dcc1e70b5207564dbe0b0b3216857f11da71aac598 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:10 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:10 8796aa336ae8: Preparing 02:13:10 f11be4bf3fda: Preparing 02:13:10 bc3aa61f3aa2: Preparing 02:13:10 d70c34a27bbd: Preparing 02:13:10 36282c25a374: Preparing 02:13:10 f614d7da991e: Preparing 02:13:10 f58c1b445db4: Preparing 02:13:10 e90fa2befac0: Preparing 02:13:10 dd9c8f8612c8: Preparing 02:13:10 f58c1b445db4: Waiting 02:13:10 e90fa2befac0: Waiting 02:13:10 dd9c8f8612c8: Waiting 02:13:10 f614d7da991e: Waiting 02:13:10 8796aa336ae8: Layer already exists 02:13:10 d70c34a27bbd: Layer already exists 02:13:10 36282c25a374: Layer already exists 02:13:10 f11be4bf3fda: Layer already exists 02:13:10 bc3aa61f3aa2: Layer already exists 02:13:10 f58c1b445db4: Layer already exists 02:13:10 f614d7da991e: Layer already exists 02:13:10 e90fa2befac0: Layer already exists 02:13:10 dd9c8f8612c8: Layer already exists 02:13:10 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:d659cd1600f473e5278238dcc1e70b5207564dbe0b0b3216857f11da71aac598 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:11 + 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 02:13:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:11 8796aa336ae8: Preparing 02:13:11 f11be4bf3fda: Preparing 02:13:11 bc3aa61f3aa2: Preparing 02:13:11 d70c34a27bbd: Preparing 02:13:11 36282c25a374: Preparing 02:13:11 f614d7da991e: Preparing 02:13:11 f58c1b445db4: Preparing 02:13:11 e90fa2befac0: Preparing 02:13:11 dd9c8f8612c8: Preparing 02:13:11 f614d7da991e: Waiting 02:13:11 f58c1b445db4: Waiting 02:13:11 e90fa2befac0: Waiting 02:13:11 dd9c8f8612c8: Waiting 02:13:11 36282c25a374: Layer already exists 02:13:11 d70c34a27bbd: Layer already exists 02:13:11 8796aa336ae8: Layer already exists 02:13:11 bc3aa61f3aa2: Layer already exists 02:13:11 f11be4bf3fda: Layer already exists 02:13:11 f58c1b445db4: Layer already exists 02:13:11 f614d7da991e: Layer already exists 02:13:11 dd9c8f8612c8: Layer already exists 02:13:11 e90fa2befac0: Layer already exists 02:13:11 main: digest: sha256:d659cd1600f473e5278238dcc1e70b5207564dbe0b0b3216857f11da71aac598 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:11 ===================================================== [Pipeline] echo 02:13:11 taggedImages: 02:13:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:13:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.8 02:13:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:13:11 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:13:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:11 latest 02:13:11 4.1.0-dev.8 02:13:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:11 main 02:13:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:12 01ce1b74f2d3: Preparing 02:13:12 b5014269840b: Preparing 02:13:12 36282c25a374: Preparing 02:13:12 f614d7da991e: Preparing 02:13:12 0324da2c9d66: Preparing 02:13:12 1500e5e6f009: Preparing 02:13:12 dd9c8f8612c8: Preparing 02:13:12 dd9c8f8612c8: Waiting 02:13:12 36282c25a374: Layer already exists 02:13:12 f614d7da991e: Layer already exists 02:13:12 dd9c8f8612c8: Layer already exists 02:13:12 0324da2c9d66: Pushed 02:13:12 01ce1b74f2d3: Pushed 02:13:12 1500e5e6f009: Pushed 02:13:18 b5014269840b: Pushed 02:13:18 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:588d1541884ab2edba039911071e45e77166d1a0628c19b4a019ef5472dec9b3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:18 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:19 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:19 01ce1b74f2d3: Preparing 02:13:19 b5014269840b: Preparing 02:13:19 36282c25a374: Preparing 02:13:19 f614d7da991e: Preparing 02:13:19 0324da2c9d66: Preparing 02:13:19 1500e5e6f009: Preparing 02:13:19 dd9c8f8612c8: Preparing 02:13:19 1500e5e6f009: Waiting 02:13:19 dd9c8f8612c8: Waiting 02:13:19 0324da2c9d66: Layer already exists 02:13:19 f614d7da991e: Layer already exists 02:13:19 b5014269840b: Layer already exists 02:13:19 01ce1b74f2d3: Layer already exists 02:13:19 36282c25a374: Layer already exists 02:13:19 1500e5e6f009: Layer already exists 02:13:19 dd9c8f8612c8: Layer already exists 02:13:19 latest: digest: sha256:588d1541884ab2edba039911071e45e77166d1a0628c19b4a019ef5472dec9b3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:19 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.8 02:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:20 01ce1b74f2d3: Preparing 02:13:20 b5014269840b: Preparing 02:13:20 36282c25a374: Preparing 02:13:20 f614d7da991e: Preparing 02:13:20 0324da2c9d66: Preparing 02:13:20 1500e5e6f009: Preparing 02:13:20 dd9c8f8612c8: Preparing 02:13:20 1500e5e6f009: Waiting 02:13:20 dd9c8f8612c8: Waiting 02:13:20 b5014269840b: Layer already exists 02:13:20 f614d7da991e: Layer already exists 02:13:20 0324da2c9d66: Layer already exists 02:13:20 01ce1b74f2d3: Layer already exists 02:13:20 36282c25a374: Layer already exists 02:13:20 dd9c8f8612c8: Layer already exists 02:13:20 1500e5e6f009: Layer already exists 02:13:20 4.1.0-dev.8: digest: sha256:588d1541884ab2edba039911071e45e77166d1a0628c19b4a019ef5472dec9b3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:21 01ce1b74f2d3: Preparing 02:13:21 b5014269840b: Preparing 02:13:21 36282c25a374: Preparing 02:13:21 f614d7da991e: Preparing 02:13:21 0324da2c9d66: Preparing 02:13:21 1500e5e6f009: Preparing 02:13:21 dd9c8f8612c8: Preparing 02:13:21 1500e5e6f009: Waiting 02:13:21 dd9c8f8612c8: Waiting 02:13:21 36282c25a374: Layer already exists 02:13:21 0324da2c9d66: Layer already exists 02:13:21 01ce1b74f2d3: Layer already exists 02:13:21 b5014269840b: Layer already exists 02:13:21 f614d7da991e: Layer already exists 02:13:21 dd9c8f8612c8: Layer already exists 02:13:21 1500e5e6f009: Layer already exists 02:13:21 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:588d1541884ab2edba039911071e45e77166d1a0628c19b4a019ef5472dec9b3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:21 01ce1b74f2d3: Preparing 02:13:21 b5014269840b: Preparing 02:13:21 36282c25a374: Preparing 02:13:21 f614d7da991e: Preparing 02:13:21 0324da2c9d66: Preparing 02:13:21 1500e5e6f009: Preparing 02:13:21 dd9c8f8612c8: Preparing 02:13:21 1500e5e6f009: Waiting 02:13:21 dd9c8f8612c8: Waiting 02:13:21 0324da2c9d66: Layer already exists 02:13:21 01ce1b74f2d3: Layer already exists 02:13:21 f614d7da991e: Layer already exists 02:13:21 36282c25a374: Layer already exists 02:13:21 b5014269840b: Layer already exists 02:13:21 1500e5e6f009: Layer already exists 02:13:21 dd9c8f8612c8: Layer already exists 02:13:22 main: digest: sha256:588d1541884ab2edba039911071e45e77166d1a0628c19b4a019ef5472dec9b3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:22 ===================================================== [Pipeline] echo 02:13:22 taggedImages: 02:13:22 - nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:22 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:13:22 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.8 02:13:22 - nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:22 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:13:22 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:13:22 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:22 latest 02:13:22 4.1.0-dev.8 02:13:22 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:22 main 02:13:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:22 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:23 4a5f989698fa: Preparing 02:13:23 05fc2525cc0f: Preparing 02:13:23 f614d7da991e: Preparing 02:13:23 798bb97215ee: Preparing 02:13:23 2dc2cb78c334: Preparing 02:13:23 dd9c8f8612c8: Preparing 02:13:23 dd9c8f8612c8: Waiting 02:13:23 f614d7da991e: Layer already exists 02:13:23 dd9c8f8612c8: Layer already exists 02:13:23 2dc2cb78c334: Pushed 02:13:23 798bb97215ee: Pushed 02:13:23 4a5f989698fa: Pushed 02:13:28 05fc2525cc0f: Pushed 02:13:28 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:ce9f7c6a33667ab3762d726d40bfea2b7a0caa10b272f2cf2ec829e111431d76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:29 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:29 4a5f989698fa: Preparing 02:13:29 05fc2525cc0f: Preparing 02:13:29 f614d7da991e: Preparing 02:13:29 798bb97215ee: Preparing 02:13:29 2dc2cb78c334: Preparing 02:13:29 dd9c8f8612c8: Preparing 02:13:29 4a5f989698fa: Layer already exists 02:13:29 2dc2cb78c334: Layer already exists 02:13:29 798bb97215ee: Layer already exists 02:13:29 f614d7da991e: Layer already exists 02:13:29 05fc2525cc0f: Layer already exists 02:13:29 dd9c8f8612c8: Layer already exists 02:13:29 latest: digest: sha256:ce9f7c6a33667ab3762d726d40bfea2b7a0caa10b272f2cf2ec829e111431d76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:30 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.8 02:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:30 4a5f989698fa: Preparing 02:13:30 05fc2525cc0f: Preparing 02:13:30 f614d7da991e: Preparing 02:13:30 798bb97215ee: Preparing 02:13:30 2dc2cb78c334: Preparing 02:13:30 dd9c8f8612c8: Preparing 02:13:30 dd9c8f8612c8: Waiting 02:13:30 4a5f989698fa: Layer already exists 02:13:30 798bb97215ee: Layer already exists 02:13:30 2dc2cb78c334: Layer already exists 02:13:30 05fc2525cc0f: Layer already exists 02:13:30 f614d7da991e: Layer already exists 02:13:30 dd9c8f8612c8: Layer already exists 02:13:30 4.1.0-dev.8: digest: sha256:ce9f7c6a33667ab3762d726d40bfea2b7a0caa10b272f2cf2ec829e111431d76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:31 4a5f989698fa: Preparing 02:13:31 05fc2525cc0f: Preparing 02:13:31 f614d7da991e: Preparing 02:13:31 798bb97215ee: Preparing 02:13:31 2dc2cb78c334: Preparing 02:13:31 dd9c8f8612c8: Preparing 02:13:31 dd9c8f8612c8: Waiting 02:13:31 05fc2525cc0f: Layer already exists 02:13:31 f614d7da991e: Layer already exists 02:13:31 4a5f989698fa: Layer already exists 02:13:31 2dc2cb78c334: Layer already exists 02:13:31 798bb97215ee: Layer already exists 02:13:31 dd9c8f8612c8: Layer already exists 02:13:31 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:ce9f7c6a33667ab3762d726d40bfea2b7a0caa10b272f2cf2ec829e111431d76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:32 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:32 4a5f989698fa: Preparing 02:13:32 05fc2525cc0f: Preparing 02:13:32 f614d7da991e: Preparing 02:13:32 798bb97215ee: Preparing 02:13:32 2dc2cb78c334: Preparing 02:13:32 dd9c8f8612c8: Preparing 02:13:32 dd9c8f8612c8: Waiting 02:13:32 2dc2cb78c334: Layer already exists 02:13:32 798bb97215ee: Layer already exists 02:13:32 05fc2525cc0f: Layer already exists 02:13:32 4a5f989698fa: Layer already exists 02:13:32 dd9c8f8612c8: Layer already exists 02:13:32 f614d7da991e: Layer already exists 02:13:32 main: digest: sha256:ce9f7c6a33667ab3762d726d40bfea2b7a0caa10b272f2cf2ec829e111431d76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:32 ===================================================== [Pipeline] echo 02:13:32 taggedImages: 02:13:32 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:32 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:13:32 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.8 02:13:32 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:32 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:13:32 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:13:32 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:32 latest 02:13:32 4.1.0-dev.8 02:13:32 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:32 main 02:13:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:33 fd30f57cca25: Preparing 02:13:33 6fddfdd84e24: Preparing 02:13:33 649f89cf67ed: Preparing 02:13:33 36282c25a374: Preparing 02:13:33 f614d7da991e: Preparing 02:13:33 f58c1b445db4: Preparing 02:13:33 e90fa2befac0: Preparing 02:13:33 dd9c8f8612c8: Preparing 02:13:33 e90fa2befac0: Waiting 02:13:33 dd9c8f8612c8: Waiting 02:13:33 f58c1b445db4: Waiting 02:13:33 36282c25a374: Layer already exists 02:13:33 f614d7da991e: Layer already exists 02:13:33 f58c1b445db4: Layer already exists 02:13:33 e90fa2befac0: Layer already exists 02:13:33 6fddfdd84e24: Pushed 02:13:33 fd30f57cca25: Pushed 02:13:33 dd9c8f8612c8: Layer already exists 02:13:39 649f89cf67ed: Pushed 02:13:39 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:07eac64908a0a98ae1d05c37517979e530d53293c0191f386fff3c228045c632 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:39 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:39 fd30f57cca25: Preparing 02:13:39 6fddfdd84e24: Preparing 02:13:39 649f89cf67ed: Preparing 02:13:39 36282c25a374: Preparing 02:13:39 f614d7da991e: Preparing 02:13:39 f58c1b445db4: Preparing 02:13:39 e90fa2befac0: Preparing 02:13:39 dd9c8f8612c8: Preparing 02:13:39 e90fa2befac0: Waiting 02:13:39 dd9c8f8612c8: Waiting 02:13:39 f58c1b445db4: Waiting 02:13:39 6fddfdd84e24: Layer already exists 02:13:39 fd30f57cca25: Layer already exists 02:13:39 f614d7da991e: Layer already exists 02:13:39 649f89cf67ed: Layer already exists 02:13:39 36282c25a374: Layer already exists 02:13:39 e90fa2befac0: Layer already exists 02:13:39 f58c1b445db4: Layer already exists 02:13:39 dd9c8f8612c8: Layer already exists 02:13:40 latest: digest: sha256:07eac64908a0a98ae1d05c37517979e530d53293c0191f386fff3c228045c632 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.8 02:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:40 fd30f57cca25: Preparing 02:13:40 6fddfdd84e24: Preparing 02:13:40 649f89cf67ed: Preparing 02:13:40 36282c25a374: Preparing 02:13:40 f614d7da991e: Preparing 02:13:40 f58c1b445db4: Preparing 02:13:40 e90fa2befac0: Preparing 02:13:40 dd9c8f8612c8: Preparing 02:13:40 f58c1b445db4: Waiting 02:13:40 e90fa2befac0: Waiting 02:13:40 dd9c8f8612c8: Waiting 02:13:40 6fddfdd84e24: Layer already exists 02:13:40 f614d7da991e: Layer already exists 02:13:40 36282c25a374: Layer already exists 02:13:40 fd30f57cca25: Layer already exists 02:13:40 649f89cf67ed: Layer already exists 02:13:40 f58c1b445db4: Layer already exists 02:13:40 e90fa2befac0: Layer already exists 02:13:40 dd9c8f8612c8: Layer already exists 02:13:40 4.1.0-dev.8: digest: sha256:07eac64908a0a98ae1d05c37517979e530d53293c0191f386fff3c228045c632 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:41 fd30f57cca25: Preparing 02:13:41 6fddfdd84e24: Preparing 02:13:41 649f89cf67ed: Preparing 02:13:41 36282c25a374: Preparing 02:13:41 f614d7da991e: Preparing 02:13:41 f58c1b445db4: Preparing 02:13:41 e90fa2befac0: Preparing 02:13:41 dd9c8f8612c8: Preparing 02:13:41 e90fa2befac0: Waiting 02:13:41 dd9c8f8612c8: Waiting 02:13:41 f58c1b445db4: Waiting 02:13:41 f614d7da991e: Layer already exists 02:13:41 36282c25a374: Layer already exists 02:13:41 fd30f57cca25: Layer already exists 02:13:41 649f89cf67ed: Layer already exists 02:13:41 6fddfdd84e24: Layer already exists 02:13:41 f58c1b445db4: Layer already exists 02:13:41 e90fa2befac0: Layer already exists 02:13:41 dd9c8f8612c8: Layer already exists 02:13:42 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:07eac64908a0a98ae1d05c37517979e530d53293c0191f386fff3c228045c632 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:42 fd30f57cca25: Preparing 02:13:42 6fddfdd84e24: Preparing 02:13:42 649f89cf67ed: Preparing 02:13:42 36282c25a374: Preparing 02:13:42 f614d7da991e: Preparing 02:13:42 f58c1b445db4: Preparing 02:13:42 e90fa2befac0: Preparing 02:13:42 dd9c8f8612c8: Preparing 02:13:42 e90fa2befac0: Waiting 02:13:42 dd9c8f8612c8: Waiting 02:13:42 f58c1b445db4: Waiting 02:13:42 fd30f57cca25: Layer already exists 02:13:42 36282c25a374: Layer already exists 02:13:42 6fddfdd84e24: Layer already exists 02:13:42 649f89cf67ed: Layer already exists 02:13:42 f614d7da991e: Layer already exists 02:13:42 dd9c8f8612c8: Layer already exists 02:13:42 f58c1b445db4: Layer already exists 02:13:42 e90fa2befac0: Layer already exists 02:13:43 main: digest: sha256:07eac64908a0a98ae1d05c37517979e530d53293c0191f386fff3c228045c632 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:43 ===================================================== [Pipeline] echo 02:13:43 taggedImages: 02:13:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:13:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.8 02:13:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:13:43 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:13:43 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:43 latest 02:13:43 4.1.0-dev.8 02:13:43 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:43 main 02:13:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:43 899ffbf4579a: Preparing 02:13:43 489e6efb2633: Preparing 02:13:43 749c4eb7a3a2: Preparing 02:13:43 7cefe9b5d653: Preparing 02:13:43 faf981da8673: Preparing 02:13:43 4285ebc949f1: Preparing 02:13:43 6a5800708d79: Preparing 02:13:43 36282c25a374: Preparing 02:13:43 f614d7da991e: Preparing 02:13:43 50e14d81db61: Preparing 02:13:43 6b1ddff9d660: Preparing 02:13:43 5f70bf18a086: Preparing 02:13:43 fbe78c7582fa: Preparing 02:13:43 92f1463f75ff: Preparing 02:13:43 36282c25a374: Waiting 02:13:43 571c2f5be3d5: Preparing 02:13:43 dd9c8f8612c8: Preparing 02:13:43 6b1ddff9d660: Waiting 02:13:43 5f70bf18a086: Waiting 02:13:43 fbe78c7582fa: Waiting 02:13:43 92f1463f75ff: Waiting 02:13:43 571c2f5be3d5: Waiting 02:13:43 dd9c8f8612c8: Waiting 02:13:43 f614d7da991e: Waiting 02:13:43 50e14d81db61: Waiting 02:13:43 4285ebc949f1: Waiting 02:13:43 6a5800708d79: Waiting 02:13:44 489e6efb2633: Pushed 02:13:44 749c4eb7a3a2: Pushed 02:13:44 899ffbf4579a: Pushed 02:13:44 faf981da8673: Pushed 02:13:44 7cefe9b5d653: Pushed 02:13:44 36282c25a374: Layer already exists 02:13:44 4285ebc949f1: Pushed 02:13:44 f614d7da991e: Layer already exists 02:13:44 5f70bf18a086: Layer already exists 02:13:44 50e14d81db61: Pushed 02:13:44 92f1463f75ff: Pushed 02:13:44 6b1ddff9d660: Pushed 02:13:44 fbe78c7582fa: Pushed 02:13:44 dd9c8f8612c8: Layer already exists 02:13:44 571c2f5be3d5: Pushed 02:13:47 6a5800708d79: Pushed 02:13:47 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:737dfcb3c6747a704016dffe1842f5ef7fc935d958d911dc9f44efdcc77a8436 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:48 899ffbf4579a: Preparing 02:13:48 489e6efb2633: Preparing 02:13:48 749c4eb7a3a2: Preparing 02:13:48 7cefe9b5d653: Preparing 02:13:48 faf981da8673: Preparing 02:13:48 4285ebc949f1: Preparing 02:13:48 6a5800708d79: Preparing 02:13:48 36282c25a374: Preparing 02:13:48 f614d7da991e: Preparing 02:13:48 50e14d81db61: Preparing 02:13:48 6b1ddff9d660: Preparing 02:13:48 5f70bf18a086: Preparing 02:13:48 fbe78c7582fa: Preparing 02:13:48 92f1463f75ff: Preparing 02:13:48 571c2f5be3d5: Preparing 02:13:48 dd9c8f8612c8: Preparing 02:13:48 4285ebc949f1: Waiting 02:13:48 6a5800708d79: Waiting 02:13:48 36282c25a374: Waiting 02:13:48 f614d7da991e: Waiting 02:13:48 50e14d81db61: Waiting 02:13:48 6b1ddff9d660: Waiting 02:13:48 5f70bf18a086: Waiting 02:13:48 dd9c8f8612c8: Waiting 02:13:48 fbe78c7582fa: Waiting 02:13:48 92f1463f75ff: Waiting 02:13:48 571c2f5be3d5: Waiting 02:13:48 489e6efb2633: Layer already exists 02:13:48 7cefe9b5d653: Layer already exists 02:13:48 faf981da8673: Layer already exists 02:13:48 749c4eb7a3a2: Layer already exists 02:13:48 899ffbf4579a: Layer already exists 02:13:48 36282c25a374: Layer already exists 02:13:48 6a5800708d79: Layer already exists 02:13:48 4285ebc949f1: Layer already exists 02:13:48 f614d7da991e: Layer already exists 02:13:48 5f70bf18a086: Layer already exists 02:13:48 50e14d81db61: Layer already exists 02:13:48 fbe78c7582fa: Layer already exists 02:13:48 6b1ddff9d660: Layer already exists 02:13:48 92f1463f75ff: Layer already exists 02:13:48 571c2f5be3d5: Layer already exists 02:13:48 dd9c8f8612c8: Layer already exists 02:13:48 latest: digest: sha256:737dfcb3c6747a704016dffe1842f5ef7fc935d958d911dc9f44efdcc77a8436 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.8 02:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:49 899ffbf4579a: Preparing 02:13:49 489e6efb2633: Preparing 02:13:49 749c4eb7a3a2: Preparing 02:13:49 7cefe9b5d653: Preparing 02:13:49 faf981da8673: Preparing 02:13:49 4285ebc949f1: Preparing 02:13:49 6a5800708d79: Preparing 02:13:49 36282c25a374: Preparing 02:13:49 f614d7da991e: Preparing 02:13:49 4285ebc949f1: Waiting 02:13:49 6a5800708d79: Waiting 02:13:49 36282c25a374: Waiting 02:13:49 f614d7da991e: Waiting 02:13:49 50e14d81db61: Preparing 02:13:49 6b1ddff9d660: Preparing 02:13:49 50e14d81db61: Waiting 02:13:49 5f70bf18a086: Preparing 02:13:49 fbe78c7582fa: Preparing 02:13:49 92f1463f75ff: Preparing 02:13:49 571c2f5be3d5: Preparing 02:13:49 6b1ddff9d660: Waiting 02:13:49 fbe78c7582fa: Waiting 02:13:49 5f70bf18a086: Waiting 02:13:49 92f1463f75ff: Waiting 02:13:49 dd9c8f8612c8: Preparing 02:13:49 571c2f5be3d5: Waiting 02:13:49 dd9c8f8612c8: Waiting 02:13:49 899ffbf4579a: Layer already exists 02:13:49 7cefe9b5d653: Layer already exists 02:13:49 749c4eb7a3a2: Layer already exists 02:13:49 faf981da8673: Layer already exists 02:13:49 489e6efb2633: Layer already exists 02:13:49 4285ebc949f1: Layer already exists 02:13:49 50e14d81db61: Layer already exists 02:13:49 6a5800708d79: Layer already exists 02:13:49 f614d7da991e: Layer already exists 02:13:49 36282c25a374: Layer already exists 02:13:49 6b1ddff9d660: Layer already exists 02:13:49 5f70bf18a086: Layer already exists 02:13:49 fbe78c7582fa: Layer already exists 02:13:49 571c2f5be3d5: Layer already exists 02:13:49 92f1463f75ff: Layer already exists 02:13:49 dd9c8f8612c8: Layer already exists 02:13:49 4.1.0-dev.8: digest: sha256:737dfcb3c6747a704016dffe1842f5ef7fc935d958d911dc9f44efdcc77a8436 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:50 899ffbf4579a: Preparing 02:13:50 489e6efb2633: Preparing 02:13:50 749c4eb7a3a2: Preparing 02:13:50 7cefe9b5d653: Preparing 02:13:50 faf981da8673: Preparing 02:13:50 4285ebc949f1: Preparing 02:13:50 6a5800708d79: Preparing 02:13:50 36282c25a374: Preparing 02:13:50 f614d7da991e: Preparing 02:13:50 50e14d81db61: Preparing 02:13:50 6b1ddff9d660: Preparing 02:13:50 5f70bf18a086: Preparing 02:13:50 fbe78c7582fa: Preparing 02:13:50 92f1463f75ff: Preparing 02:13:50 571c2f5be3d5: Preparing 02:13:50 dd9c8f8612c8: Preparing 02:13:50 f614d7da991e: Waiting 02:13:50 50e14d81db61: Waiting 02:13:50 6b1ddff9d660: Waiting 02:13:50 5f70bf18a086: Waiting 02:13:50 fbe78c7582fa: Waiting 02:13:50 92f1463f75ff: Waiting 02:13:50 571c2f5be3d5: Waiting 02:13:50 dd9c8f8612c8: Waiting 02:13:50 4285ebc949f1: Waiting 02:13:50 6a5800708d79: Waiting 02:13:50 36282c25a374: Waiting 02:13:50 7cefe9b5d653: Layer already exists 02:13:50 749c4eb7a3a2: Layer already exists 02:13:50 faf981da8673: Layer already exists 02:13:50 489e6efb2633: Layer already exists 02:13:50 899ffbf4579a: Layer already exists 02:13:50 4285ebc949f1: Layer already exists 02:13:50 36282c25a374: Layer already exists 02:13:50 50e14d81db61: Layer already exists 02:13:50 f614d7da991e: Layer already exists 02:13:50 6a5800708d79: Layer already exists 02:13:50 92f1463f75ff: Layer already exists 02:13:50 571c2f5be3d5: Layer already exists 02:13:50 6b1ddff9d660: Layer already exists 02:13:50 fbe78c7582fa: Layer already exists 02:13:50 5f70bf18a086: Layer already exists 02:13:50 dd9c8f8612c8: Layer already exists 02:13:50 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:737dfcb3c6747a704016dffe1842f5ef7fc935d958d911dc9f44efdcc77a8436 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:51 899ffbf4579a: Preparing 02:13:51 489e6efb2633: Preparing 02:13:51 749c4eb7a3a2: Preparing 02:13:51 7cefe9b5d653: Preparing 02:13:51 faf981da8673: Preparing 02:13:51 4285ebc949f1: Preparing 02:13:51 6a5800708d79: Preparing 02:13:51 36282c25a374: Preparing 02:13:51 f614d7da991e: Preparing 02:13:51 50e14d81db61: Preparing 02:13:51 6b1ddff9d660: Preparing 02:13:51 5f70bf18a086: Preparing 02:13:51 fbe78c7582fa: Preparing 02:13:51 92f1463f75ff: Preparing 02:13:51 571c2f5be3d5: Preparing 02:13:51 dd9c8f8612c8: Preparing 02:13:51 36282c25a374: Waiting 02:13:51 f614d7da991e: Waiting 02:13:51 50e14d81db61: Waiting 02:13:51 6b1ddff9d660: Waiting 02:13:51 5f70bf18a086: Waiting 02:13:51 4285ebc949f1: Waiting 02:13:51 6a5800708d79: Waiting 02:13:51 92f1463f75ff: Waiting 02:13:51 571c2f5be3d5: Waiting 02:13:51 dd9c8f8612c8: Waiting 02:13:51 fbe78c7582fa: Waiting 02:13:51 489e6efb2633: Layer already exists 02:13:51 749c4eb7a3a2: Layer already exists 02:13:51 899ffbf4579a: Layer already exists 02:13:51 7cefe9b5d653: Layer already exists 02:13:51 faf981da8673: Layer already exists 02:13:51 36282c25a374: Layer already exists 02:13:51 f614d7da991e: Layer already exists 02:13:51 6a5800708d79: Layer already exists 02:13:51 50e14d81db61: Layer already exists 02:13:51 6b1ddff9d660: Layer already exists 02:13:51 4285ebc949f1: Layer already exists 02:13:51 5f70bf18a086: Layer already exists 02:13:51 fbe78c7582fa: Layer already exists 02:13:51 92f1463f75ff: Layer already exists 02:13:51 571c2f5be3d5: Layer already exists 02:13:51 dd9c8f8612c8: Layer already exists 02:13:51 main: digest: sha256:737dfcb3c6747a704016dffe1842f5ef7fc935d958d911dc9f44efdcc77a8436 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:51 ===================================================== [Pipeline] echo 02:13:51 taggedImages: 02:13:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:13:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.8 02:13:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:13:51 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:13:51 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:51 latest 02:13:51 4.1.0-dev.8 02:13:51 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:13:51 main 02:13:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:52 59f024fddea2: Preparing 02:13:52 83805ccb71bc: Preparing 02:13:52 43d07b97faa8: Preparing 02:13:52 add3c1b80f2c: Preparing 02:13:52 36282c25a374: Preparing 02:13:52 f614d7da991e: Preparing 02:13:52 f58c1b445db4: Preparing 02:13:52 f614d7da991e: Waiting 02:13:52 e90fa2befac0: Preparing 02:13:52 f58c1b445db4: Waiting 02:13:52 e90fa2befac0: Waiting 02:13:52 dd9c8f8612c8: Preparing 02:13:52 36282c25a374: Layer already exists 02:13:52 f614d7da991e: Layer already exists 02:13:52 f58c1b445db4: Layer already exists 02:13:52 83805ccb71bc: Pushed 02:13:52 43d07b97faa8: Pushed 02:13:52 e90fa2befac0: Layer already exists 02:13:52 dd9c8f8612c8: Layer already exists 02:13:52 59f024fddea2: Pushed 02:13:57 add3c1b80f2c: Pushed 02:13:57 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:98d1655af7a682132651e4c2d2eac9401b443c190696e41e598d1fad71d4f361 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:58 + 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 02:13:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:58 59f024fddea2: Preparing 02:13:58 83805ccb71bc: Preparing 02:13:58 43d07b97faa8: Preparing 02:13:58 add3c1b80f2c: Preparing 02:13:58 36282c25a374: Preparing 02:13:58 f614d7da991e: Preparing 02:13:58 f58c1b445db4: Preparing 02:13:58 e90fa2befac0: Preparing 02:13:58 dd9c8f8612c8: Preparing 02:13:58 f58c1b445db4: Waiting 02:13:58 e90fa2befac0: Waiting 02:13:58 dd9c8f8612c8: Waiting 02:13:58 f614d7da991e: Waiting 02:13:58 43d07b97faa8: Layer already exists 02:13:58 83805ccb71bc: Layer already exists 02:13:58 add3c1b80f2c: Layer already exists 02:13:58 59f024fddea2: Layer already exists 02:13:58 36282c25a374: Layer already exists 02:13:58 e90fa2befac0: Layer already exists 02:13:58 f614d7da991e: Layer already exists 02:13:58 dd9c8f8612c8: Layer already exists 02:13:58 f58c1b445db4: Layer already exists 02:13:58 latest: digest: sha256:98d1655af7a682132651e4c2d2eac9401b443c190696e41e598d1fad71d4f361 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:59 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.8 02:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:59 59f024fddea2: Preparing 02:13:59 83805ccb71bc: Preparing 02:13:59 43d07b97faa8: Preparing 02:13:59 add3c1b80f2c: Preparing 02:13:59 36282c25a374: Preparing 02:13:59 f614d7da991e: Preparing 02:13:59 f58c1b445db4: Preparing 02:13:59 e90fa2befac0: Preparing 02:13:59 dd9c8f8612c8: Preparing 02:13:59 f614d7da991e: Waiting 02:13:59 f58c1b445db4: Waiting 02:13:59 e90fa2befac0: Waiting 02:13:59 dd9c8f8612c8: Waiting 02:13:59 add3c1b80f2c: Layer already exists 02:13:59 43d07b97faa8: Layer already exists 02:13:59 59f024fddea2: Layer already exists 02:13:59 83805ccb71bc: Layer already exists 02:13:59 36282c25a374: Layer already exists 02:13:59 e90fa2befac0: Layer already exists 02:13:59 dd9c8f8612c8: Layer already exists 02:13:59 f614d7da991e: Layer already exists 02:13:59 f58c1b445db4: Layer already exists 02:13:59 4.1.0-dev.8: digest: sha256:98d1655af7a682132651e4c2d2eac9401b443c190696e41e598d1fad71d4f361 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:00 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:14:00 59f024fddea2: Preparing 02:14:00 83805ccb71bc: Preparing 02:14:00 43d07b97faa8: Preparing 02:14:00 add3c1b80f2c: Preparing 02:14:00 36282c25a374: Preparing 02:14:00 f614d7da991e: Preparing 02:14:00 f58c1b445db4: Preparing 02:14:00 e90fa2befac0: Preparing 02:14:00 dd9c8f8612c8: Preparing 02:14:00 f614d7da991e: Waiting 02:14:00 f58c1b445db4: Waiting 02:14:00 e90fa2befac0: Waiting 02:14:00 dd9c8f8612c8: Waiting 02:14:00 add3c1b80f2c: Layer already exists 02:14:00 36282c25a374: Layer already exists 02:14:00 83805ccb71bc: Layer already exists 02:14:00 43d07b97faa8: Layer already exists 02:14:00 59f024fddea2: Layer already exists 02:14:00 e90fa2befac0: Layer already exists 02:14:00 f614d7da991e: Layer already exists 02:14:00 dd9c8f8612c8: Layer already exists 02:14:00 f58c1b445db4: Layer already exists 02:14:00 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:98d1655af7a682132651e4c2d2eac9401b443c190696e41e598d1fad71d4f361 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:01 + 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 02:14:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:14:01 59f024fddea2: Preparing 02:14:01 83805ccb71bc: Preparing 02:14:01 43d07b97faa8: Preparing 02:14:01 add3c1b80f2c: Preparing 02:14:01 36282c25a374: Preparing 02:14:01 f614d7da991e: Preparing 02:14:01 f58c1b445db4: Preparing 02:14:01 e90fa2befac0: Preparing 02:14:01 dd9c8f8612c8: Preparing 02:14:01 dd9c8f8612c8: Waiting 02:14:01 f614d7da991e: Waiting 02:14:01 e90fa2befac0: Waiting 02:14:01 f58c1b445db4: Waiting 02:14:01 59f024fddea2: Layer already exists 02:14:01 83805ccb71bc: Layer already exists 02:14:01 36282c25a374: Layer already exists 02:14:01 add3c1b80f2c: Layer already exists 02:14:01 43d07b97faa8: Layer already exists 02:14:01 e90fa2befac0: Layer already exists 02:14:01 dd9c8f8612c8: Layer already exists 02:14:01 f614d7da991e: Layer already exists 02:14:01 f58c1b445db4: Layer already exists 02:14:01 main: digest: sha256:98d1655af7a682132651e4c2d2eac9401b443c190696e41e598d1fad71d4f361 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:01 ===================================================== [Pipeline] echo 02:14:01 taggedImages: 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.8 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:14:01 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:14:01 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:01 latest 02:14:01 4.1.0-dev.8 02:14:01 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:01 main 02:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:03 cb4c28ed3596: Preparing 02:14:03 d7637e3f53a2: Preparing 02:14:03 4e03e28cbc7f: Preparing 02:14:03 06e8c9c30e0a: Preparing 02:14:03 88dd42c0b413: Preparing 02:14:03 36282c25a374: Preparing 02:14:03 f614d7da991e: Preparing 02:14:03 f3e3f0815b58: Preparing 02:14:03 1f24924dccb2: Preparing 02:14:03 da29dc292b74: Preparing 02:14:03 dd9c8f8612c8: Preparing 02:14:03 36282c25a374: Waiting 02:14:03 f614d7da991e: Waiting 02:14:03 f3e3f0815b58: Waiting 02:14:03 1f24924dccb2: Waiting 02:14:03 da29dc292b74: Waiting 02:14:03 dd9c8f8612c8: Waiting 02:14:04 d7637e3f53a2: Pushed 02:14:04 88dd42c0b413: Pushed 02:14:04 cb4c28ed3596: Pushed 02:14:04 36282c25a374: Layer already exists 02:14:04 06e8c9c30e0a: Pushed 02:14:04 f614d7da991e: Layer already exists 02:14:04 dd9c8f8612c8: Layer already exists 02:14:06 1f24924dccb2: Pushed 02:14:07 f3e3f0815b58: Pushed 02:14:10 da29dc292b74: Pushed 02:14:11 4e03e28cbc7f: Pushed 02:14:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:09df7114e1369ecb8a74c73339692b4d034b91b84c9b985c0046e6dd69538d9f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:12 + 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 02:14:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:12 cb4c28ed3596: Preparing 02:14:12 d7637e3f53a2: Preparing 02:14:12 4e03e28cbc7f: Preparing 02:14:12 06e8c9c30e0a: Preparing 02:14:12 88dd42c0b413: Preparing 02:14:12 36282c25a374: Preparing 02:14:12 f614d7da991e: Preparing 02:14:12 f3e3f0815b58: Preparing 02:14:12 1f24924dccb2: Preparing 02:14:12 da29dc292b74: Preparing 02:14:12 dd9c8f8612c8: Preparing 02:14:12 f3e3f0815b58: Waiting 02:14:12 1f24924dccb2: Waiting 02:14:12 da29dc292b74: Waiting 02:14:12 dd9c8f8612c8: Waiting 02:14:12 36282c25a374: Waiting 02:14:12 f614d7da991e: Waiting 02:14:12 d7637e3f53a2: Layer already exists 02:14:12 88dd42c0b413: Layer already exists 02:14:12 cb4c28ed3596: Layer already exists 02:14:12 06e8c9c30e0a: Layer already exists 02:14:12 4e03e28cbc7f: Layer already exists 02:14:12 f614d7da991e: Layer already exists 02:14:12 1f24924dccb2: Layer already exists 02:14:12 36282c25a374: Layer already exists 02:14:12 f3e3f0815b58: Layer already exists 02:14:12 da29dc292b74: Layer already exists 02:14:12 dd9c8f8612c8: Layer already exists 02:14:12 latest: digest: sha256:09df7114e1369ecb8a74c73339692b4d034b91b84c9b985c0046e6dd69538d9f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:13 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.8 02:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:13 cb4c28ed3596: Preparing 02:14:13 d7637e3f53a2: Preparing 02:14:13 4e03e28cbc7f: Preparing 02:14:13 06e8c9c30e0a: Preparing 02:14:13 88dd42c0b413: Preparing 02:14:13 36282c25a374: Preparing 02:14:13 f614d7da991e: Preparing 02:14:13 36282c25a374: Waiting 02:14:13 f3e3f0815b58: Preparing 02:14:13 f614d7da991e: Waiting 02:14:13 1f24924dccb2: Preparing 02:14:13 f3e3f0815b58: Waiting 02:14:13 da29dc292b74: Preparing 02:14:13 1f24924dccb2: Waiting 02:14:13 dd9c8f8612c8: Preparing 02:14:13 da29dc292b74: Waiting 02:14:13 06e8c9c30e0a: Layer already exists 02:14:13 88dd42c0b413: Layer already exists 02:14:13 cb4c28ed3596: Layer already exists 02:14:13 4e03e28cbc7f: Layer already exists 02:14:13 d7637e3f53a2: Layer already exists 02:14:13 36282c25a374: Layer already exists 02:14:13 1f24924dccb2: Layer already exists 02:14:13 f3e3f0815b58: Layer already exists 02:14:13 da29dc292b74: Layer already exists 02:14:13 f614d7da991e: Layer already exists 02:14:13 dd9c8f8612c8: Layer already exists 02:14:13 4.1.0-dev.8: digest: sha256:09df7114e1369ecb8a74c73339692b4d034b91b84c9b985c0046e6dd69538d9f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:14 cb4c28ed3596: Preparing 02:14:14 d7637e3f53a2: Preparing 02:14:14 4e03e28cbc7f: Preparing 02:14:14 06e8c9c30e0a: Preparing 02:14:14 88dd42c0b413: Preparing 02:14:14 36282c25a374: Preparing 02:14:14 f614d7da991e: Preparing 02:14:14 f3e3f0815b58: Preparing 02:14:14 1f24924dccb2: Preparing 02:14:14 da29dc292b74: Preparing 02:14:14 dd9c8f8612c8: Preparing 02:14:14 36282c25a374: Waiting 02:14:14 f3e3f0815b58: Waiting 02:14:14 1f24924dccb2: Waiting 02:14:14 da29dc292b74: Waiting 02:14:14 dd9c8f8612c8: Waiting 02:14:14 f614d7da991e: Waiting 02:14:14 88dd42c0b413: Layer already exists 02:14:14 cb4c28ed3596: Layer already exists 02:14:14 4e03e28cbc7f: Layer already exists 02:14:14 d7637e3f53a2: Layer already exists 02:14:14 06e8c9c30e0a: Layer already exists 02:14:14 36282c25a374: Layer already exists 02:14:14 1f24924dccb2: Layer already exists 02:14:14 f614d7da991e: Layer already exists 02:14:14 f3e3f0815b58: Layer already exists 02:14:14 da29dc292b74: Layer already exists 02:14:14 dd9c8f8612c8: Layer already exists 02:14:14 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:09df7114e1369ecb8a74c73339692b4d034b91b84c9b985c0046e6dd69538d9f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:15 + 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 02:14:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:15 cb4c28ed3596: Preparing 02:14:15 d7637e3f53a2: Preparing 02:14:15 4e03e28cbc7f: Preparing 02:14:15 06e8c9c30e0a: Preparing 02:14:15 88dd42c0b413: Preparing 02:14:15 36282c25a374: Preparing 02:14:15 f614d7da991e: Preparing 02:14:15 36282c25a374: Waiting 02:14:15 f3e3f0815b58: Preparing 02:14:15 1f24924dccb2: Preparing 02:14:15 f614d7da991e: Waiting 02:14:15 da29dc292b74: Preparing 02:14:15 dd9c8f8612c8: Preparing 02:14:15 f3e3f0815b58: Waiting 02:14:15 da29dc292b74: Waiting 02:14:15 1f24924dccb2: Waiting 02:14:15 dd9c8f8612c8: Waiting 02:14:15 4e03e28cbc7f: Layer already exists 02:14:15 06e8c9c30e0a: Layer already exists 02:14:15 d7637e3f53a2: Layer already exists 02:14:15 88dd42c0b413: Layer already exists 02:14:15 cb4c28ed3596: Layer already exists 02:14:15 da29dc292b74: Layer already exists 02:14:15 f3e3f0815b58: Layer already exists 02:14:15 36282c25a374: Layer already exists 02:14:15 f614d7da991e: Layer already exists 02:14:15 1f24924dccb2: Layer already exists 02:14:15 dd9c8f8612c8: Layer already exists 02:14:15 main: digest: sha256:09df7114e1369ecb8a74c73339692b4d034b91b84c9b985c0046e6dd69538d9f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:15 ===================================================== [Pipeline] echo 02:14:16 taggedImages: 02:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.8 02:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:14:16 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:14:16 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:16 latest 02:14:16 4.1.0-dev.8 02:14:16 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:16 main 02:14:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:16 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:16 fa1d6a65d4da: Preparing 02:14:16 9a086dc4d0b5: Preparing 02:14:16 8081c2165298: Preparing 02:14:16 b4fc5fc3fe22: Preparing 02:14:16 8291423e3eb8: Preparing 02:14:16 6eab64a2ee58: Preparing 02:14:16 9d790a752ea3: Preparing 02:14:16 36282c25a374: Preparing 02:14:16 f614d7da991e: Preparing 02:14:16 9a6a5424123b: Preparing 02:14:16 5269e53005e8: Preparing 02:14:16 dd9c8f8612c8: Preparing 02:14:16 9d790a752ea3: Waiting 02:14:16 36282c25a374: Waiting 02:14:16 f614d7da991e: Waiting 02:14:16 6eab64a2ee58: Waiting 02:14:16 9a6a5424123b: Waiting 02:14:16 5269e53005e8: Waiting 02:14:17 8291423e3eb8: Pushed 02:14:17 fa1d6a65d4da: Pushed 02:14:17 9a086dc4d0b5: Pushed 02:14:17 36282c25a374: Layer already exists 02:14:17 f614d7da991e: Layer already exists 02:14:17 6eab64a2ee58: Pushed 02:14:17 9d790a752ea3: Pushed 02:14:17 dd9c8f8612c8: Layer already exists 02:14:17 9a6a5424123b: Pushed 02:14:20 5269e53005e8: Pushed 02:14:21 b4fc5fc3fe22: Pushed 02:14:23 8081c2165298: Pushed 02:14:23 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:0095db741a7022a2835d6c75336c2207f16319dcb3654562d3ef49fe070a655f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:24 + 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 02:14:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:24 fa1d6a65d4da: Preparing 02:14:24 9a086dc4d0b5: Preparing 02:14:24 8081c2165298: Preparing 02:14:24 b4fc5fc3fe22: Preparing 02:14:24 8291423e3eb8: Preparing 02:14:24 6eab64a2ee58: Preparing 02:14:24 9d790a752ea3: Preparing 02:14:24 36282c25a374: Preparing 02:14:24 f614d7da991e: Preparing 02:14:24 9a6a5424123b: Preparing 02:14:24 5269e53005e8: Preparing 02:14:24 dd9c8f8612c8: Preparing 02:14:24 6eab64a2ee58: Waiting 02:14:24 9d790a752ea3: Waiting 02:14:24 36282c25a374: Waiting 02:14:24 f614d7da991e: Waiting 02:14:24 9a6a5424123b: Waiting 02:14:24 5269e53005e8: Waiting 02:14:24 8081c2165298: Layer already exists 02:14:24 9a086dc4d0b5: Layer already exists 02:14:24 b4fc5fc3fe22: Layer already exists 02:14:24 8291423e3eb8: Layer already exists 02:14:24 fa1d6a65d4da: Layer already exists 02:14:24 6eab64a2ee58: Layer already exists 02:14:24 9d790a752ea3: Layer already exists 02:14:24 f614d7da991e: Layer already exists 02:14:24 36282c25a374: Layer already exists 02:14:24 9a6a5424123b: Layer already exists 02:14:24 5269e53005e8: Layer already exists 02:14:24 dd9c8f8612c8: Layer already exists 02:14:24 latest: digest: sha256:0095db741a7022a2835d6c75336c2207f16319dcb3654562d3ef49fe070a655f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:25 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.8 02:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:25 fa1d6a65d4da: Preparing 02:14:25 9a086dc4d0b5: Preparing 02:14:25 8081c2165298: Preparing 02:14:25 b4fc5fc3fe22: Preparing 02:14:25 8291423e3eb8: Preparing 02:14:25 6eab64a2ee58: Preparing 02:14:25 9d790a752ea3: Preparing 02:14:25 6eab64a2ee58: Waiting 02:14:25 9d790a752ea3: Waiting 02:14:25 36282c25a374: Preparing 02:14:25 f614d7da991e: Preparing 02:14:25 9a6a5424123b: Preparing 02:14:25 5269e53005e8: Preparing 02:14:25 dd9c8f8612c8: Preparing 02:14:25 36282c25a374: Waiting 02:14:25 f614d7da991e: Waiting 02:14:25 9a6a5424123b: Waiting 02:14:25 5269e53005e8: Waiting 02:14:25 dd9c8f8612c8: Waiting 02:14:25 8291423e3eb8: Layer already exists 02:14:25 8081c2165298: Layer already exists 02:14:25 9a086dc4d0b5: Layer already exists 02:14:25 b4fc5fc3fe22: Layer already exists 02:14:25 fa1d6a65d4da: Layer already exists 02:14:25 9d790a752ea3: Layer already exists 02:14:25 9a6a5424123b: Layer already exists 02:14:25 6eab64a2ee58: Layer already exists 02:14:25 f614d7da991e: Layer already exists 02:14:25 36282c25a374: Layer already exists 02:14:25 dd9c8f8612c8: Layer already exists 02:14:25 5269e53005e8: Layer already exists 02:14:25 4.1.0-dev.8: digest: sha256:0095db741a7022a2835d6c75336c2207f16319dcb3654562d3ef49fe070a655f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:26 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:26 fa1d6a65d4da: Preparing 02:14:26 9a086dc4d0b5: Preparing 02:14:26 8081c2165298: Preparing 02:14:26 b4fc5fc3fe22: Preparing 02:14:26 8291423e3eb8: Preparing 02:14:26 6eab64a2ee58: Preparing 02:14:26 9d790a752ea3: Preparing 02:14:26 36282c25a374: Preparing 02:14:26 f614d7da991e: Preparing 02:14:26 9a6a5424123b: Preparing 02:14:26 5269e53005e8: Preparing 02:14:26 dd9c8f8612c8: Preparing 02:14:26 36282c25a374: Waiting 02:14:26 f614d7da991e: Waiting 02:14:26 9a6a5424123b: Waiting 02:14:26 6eab64a2ee58: Waiting 02:14:26 9d790a752ea3: Waiting 02:14:26 5269e53005e8: Waiting 02:14:26 dd9c8f8612c8: Waiting 02:14:26 9a086dc4d0b5: Layer already exists 02:14:26 8291423e3eb8: Layer already exists 02:14:26 fa1d6a65d4da: Layer already exists 02:14:26 8081c2165298: Layer already exists 02:14:26 b4fc5fc3fe22: Layer already exists 02:14:26 6eab64a2ee58: Layer already exists 02:14:26 f614d7da991e: Layer already exists 02:14:26 36282c25a374: Layer already exists 02:14:26 9d790a752ea3: Layer already exists 02:14:26 9a6a5424123b: Layer already exists 02:14:26 dd9c8f8612c8: Layer already exists 02:14:26 5269e53005e8: Layer already exists 02:14:26 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:0095db741a7022a2835d6c75336c2207f16319dcb3654562d3ef49fe070a655f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:27 + 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 02:14:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:27 fa1d6a65d4da: Preparing 02:14:27 9a086dc4d0b5: Preparing 02:14:27 8081c2165298: Preparing 02:14:27 b4fc5fc3fe22: Preparing 02:14:27 8291423e3eb8: Preparing 02:14:27 6eab64a2ee58: Preparing 02:14:27 9d790a752ea3: Preparing 02:14:27 6eab64a2ee58: Waiting 02:14:27 36282c25a374: Preparing 02:14:27 9d790a752ea3: Waiting 02:14:27 f614d7da991e: Preparing 02:14:27 36282c25a374: Waiting 02:14:27 9a6a5424123b: Preparing 02:14:27 5269e53005e8: Preparing 02:14:27 dd9c8f8612c8: Preparing 02:14:27 f614d7da991e: Waiting 02:14:27 9a6a5424123b: Waiting 02:14:27 5269e53005e8: Waiting 02:14:27 dd9c8f8612c8: Waiting 02:14:27 8291423e3eb8: Layer already exists 02:14:27 8081c2165298: Layer already exists 02:14:27 9a086dc4d0b5: Layer already exists 02:14:27 b4fc5fc3fe22: Layer already exists 02:14:27 fa1d6a65d4da: Layer already exists 02:14:27 9d790a752ea3: Layer already exists 02:14:27 9a6a5424123b: Layer already exists 02:14:27 6eab64a2ee58: Layer already exists 02:14:27 f614d7da991e: Layer already exists 02:14:27 36282c25a374: Layer already exists 02:14:27 5269e53005e8: Layer already exists 02:14:27 dd9c8f8612c8: Layer already exists 02:14:27 main: digest: sha256:0095db741a7022a2835d6c75336c2207f16319dcb3654562d3ef49fe070a655f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:27 ===================================================== [Pipeline] echo 02:14:27 taggedImages: 02:14:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:14:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.8 02:14:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:14:27 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:14:27 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:27 latest 02:14:27 4.1.0-dev.8 02:14:27 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:27 main 02:14:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:28 800152716a02: Preparing 02:14:28 534b594c4313: Preparing 02:14:28 36282c25a374: Preparing 02:14:28 f614d7da991e: Preparing 02:14:28 a02083412933: Preparing 02:14:28 785612a16f62: Preparing 02:14:28 dd9c8f8612c8: Preparing 02:14:28 785612a16f62: Waiting 02:14:28 dd9c8f8612c8: Waiting 02:14:28 36282c25a374: Layer already exists 02:14:28 f614d7da991e: Layer already exists 02:14:28 dd9c8f8612c8: Layer already exists 02:14:28 a02083412933: Pushed 02:14:28 800152716a02: Pushed 02:14:30 785612a16f62: Pushed 02:14:36 534b594c4313: Pushed 02:14:36 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:b40bbef4527095d15416a970bc063f0bdee722c82186cccba14f4599b71f45d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:36 + 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 02:14:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:36 800152716a02: Preparing 02:14:36 534b594c4313: Preparing 02:14:36 36282c25a374: Preparing 02:14:36 f614d7da991e: Preparing 02:14:36 a02083412933: Preparing 02:14:36 785612a16f62: Preparing 02:14:36 dd9c8f8612c8: Preparing 02:14:36 785612a16f62: Waiting 02:14:36 dd9c8f8612c8: Waiting 02:14:36 800152716a02: Layer already exists 02:14:36 36282c25a374: Layer already exists 02:14:36 f614d7da991e: Layer already exists 02:14:36 a02083412933: Layer already exists 02:14:36 534b594c4313: Layer already exists 02:14:36 dd9c8f8612c8: Layer already exists 02:14:36 785612a16f62: Layer already exists 02:14:37 latest: digest: sha256:b40bbef4527095d15416a970bc063f0bdee722c82186cccba14f4599b71f45d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.8 02:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:37 800152716a02: Preparing 02:14:37 534b594c4313: Preparing 02:14:37 36282c25a374: Preparing 02:14:37 f614d7da991e: Preparing 02:14:37 a02083412933: Preparing 02:14:37 785612a16f62: Preparing 02:14:37 dd9c8f8612c8: Preparing 02:14:37 785612a16f62: Waiting 02:14:37 dd9c8f8612c8: Waiting 02:14:37 36282c25a374: Layer already exists 02:14:37 f614d7da991e: Layer already exists 02:14:37 800152716a02: Layer already exists 02:14:37 a02083412933: Layer already exists 02:14:37 534b594c4313: Layer already exists 02:14:37 785612a16f62: Layer already exists 02:14:37 dd9c8f8612c8: Layer already exists 02:14:38 4.1.0-dev.8: digest: sha256:b40bbef4527095d15416a970bc063f0bdee722c82186cccba14f4599b71f45d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:38 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:38 800152716a02: Preparing 02:14:38 534b594c4313: Preparing 02:14:38 36282c25a374: Preparing 02:14:38 f614d7da991e: Preparing 02:14:38 a02083412933: Preparing 02:14:38 785612a16f62: Preparing 02:14:38 dd9c8f8612c8: Preparing 02:14:38 785612a16f62: Waiting 02:14:38 dd9c8f8612c8: Waiting 02:14:38 a02083412933: Layer already exists 02:14:38 f614d7da991e: Layer already exists 02:14:38 800152716a02: Layer already exists 02:14:38 534b594c4313: Layer already exists 02:14:38 36282c25a374: Layer already exists 02:14:38 dd9c8f8612c8: Layer already exists 02:14:38 785612a16f62: Layer already exists 02:14:38 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:b40bbef4527095d15416a970bc063f0bdee722c82186cccba14f4599b71f45d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:39 + 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 02:14:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:39 800152716a02: Preparing 02:14:39 534b594c4313: Preparing 02:14:39 36282c25a374: Preparing 02:14:39 f614d7da991e: Preparing 02:14:39 a02083412933: Preparing 02:14:39 785612a16f62: Preparing 02:14:39 dd9c8f8612c8: Preparing 02:14:39 785612a16f62: Waiting 02:14:39 dd9c8f8612c8: Waiting 02:14:39 534b594c4313: Layer already exists 02:14:39 a02083412933: Layer already exists 02:14:39 f614d7da991e: Layer already exists 02:14:39 36282c25a374: Layer already exists 02:14:39 800152716a02: Layer already exists 02:14:39 785612a16f62: Layer already exists 02:14:39 dd9c8f8612c8: Layer already exists 02:14:39 main: digest: sha256:b40bbef4527095d15416a970bc063f0bdee722c82186cccba14f4599b71f45d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:40 ===================================================== [Pipeline] echo 02:14:40 taggedImages: 02:14:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:14:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.8 02:14:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:14:40 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:14:40 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:40 latest 02:14:40 4.1.0-dev.8 02:14:40 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:14:40 main 02:14:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:40 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:14:40 df1467ea50b9: Preparing 02:14:40 6fb8f2a5f057: Preparing 02:14:40 ce1f91c0e2d9: Preparing 02:14:40 36282c25a374: Preparing 02:14:40 f614d7da991e: Preparing 02:14:40 2267fb6186a3: Preparing 02:14:40 f0a839114da5: Preparing 02:14:40 a7b0b2521020: Preparing 02:14:40 a39e49c48e8e: Preparing 02:14:40 dd9c8f8612c8: Preparing 02:14:40 a7b0b2521020: Waiting 02:14:40 2267fb6186a3: Waiting 02:14:40 f0a839114da5: Waiting 02:14:40 a39e49c48e8e: Waiting 02:14:40 dd9c8f8612c8: Waiting 02:14:40 36282c25a374: Layer already exists 02:14:40 f614d7da991e: Layer already exists 02:14:41 6fb8f2a5f057: Pushed 02:14:41 df1467ea50b9: Pushed 02:14:41 ce1f91c0e2d9: Pushed 02:14:41 dd9c8f8612c8: Layer already exists 02:14:41 a7b0b2521020: Pushed 02:14:42 a39e49c48e8e: Pushed 02:14:52 f0a839114da5: Pushed 02:15:07 2267fb6186a3: Pushed 02:15:07 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:311e6c6218a6a37a9873726165437ff15ce72e65cc756be8ed415938750a3ecc size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:07 + 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 02:15:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:15:07 df1467ea50b9: Preparing 02:15:07 6fb8f2a5f057: Preparing 02:15:07 ce1f91c0e2d9: Preparing 02:15:07 36282c25a374: Preparing 02:15:07 f614d7da991e: Preparing 02:15:07 2267fb6186a3: Preparing 02:15:07 f0a839114da5: Preparing 02:15:07 a7b0b2521020: Preparing 02:15:07 a39e49c48e8e: Preparing 02:15:07 dd9c8f8612c8: Preparing 02:15:07 2267fb6186a3: Waiting 02:15:07 f0a839114da5: Waiting 02:15:07 a7b0b2521020: Waiting 02:15:07 a39e49c48e8e: Waiting 02:15:07 dd9c8f8612c8: Waiting 02:15:07 6fb8f2a5f057: Layer already exists 02:15:07 df1467ea50b9: Layer already exists 02:15:07 f614d7da991e: Layer already exists 02:15:07 ce1f91c0e2d9: Layer already exists 02:15:07 36282c25a374: Layer already exists 02:15:07 f0a839114da5: Layer already exists 02:15:07 2267fb6186a3: Layer already exists 02:15:07 a7b0b2521020: Layer already exists 02:15:07 a39e49c48e8e: Layer already exists 02:15:07 dd9c8f8612c8: Layer already exists 02:15:07 latest: digest: sha256:311e6c6218a6a37a9873726165437ff15ce72e65cc756be8ed415938750a3ecc size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.8 02:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:15:08 df1467ea50b9: Preparing 02:15:08 6fb8f2a5f057: Preparing 02:15:08 ce1f91c0e2d9: Preparing 02:15:08 36282c25a374: Preparing 02:15:08 f614d7da991e: Preparing 02:15:08 2267fb6186a3: Preparing 02:15:08 f0a839114da5: Preparing 02:15:08 2267fb6186a3: Waiting 02:15:08 a7b0b2521020: Preparing 02:15:08 f0a839114da5: Waiting 02:15:08 a39e49c48e8e: Preparing 02:15:08 dd9c8f8612c8: Preparing 02:15:08 a39e49c48e8e: Waiting 02:15:08 dd9c8f8612c8: Waiting 02:15:08 6fb8f2a5f057: Layer already exists 02:15:08 f614d7da991e: Layer already exists 02:15:08 ce1f91c0e2d9: Layer already exists 02:15:08 36282c25a374: Layer already exists 02:15:08 df1467ea50b9: Layer already exists 02:15:08 a7b0b2521020: Layer already exists 02:15:08 f0a839114da5: Layer already exists 02:15:08 a39e49c48e8e: Layer already exists 02:15:08 2267fb6186a3: Layer already exists 02:15:09 dd9c8f8612c8: Layer already exists 02:15:09 4.1.0-dev.8: digest: sha256:311e6c6218a6a37a9873726165437ff15ce72e65cc756be8ed415938750a3ecc size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:09 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:15:09 df1467ea50b9: Preparing 02:15:09 6fb8f2a5f057: Preparing 02:15:09 ce1f91c0e2d9: Preparing 02:15:09 36282c25a374: Preparing 02:15:09 f614d7da991e: Preparing 02:15:09 2267fb6186a3: Preparing 02:15:09 f0a839114da5: Preparing 02:15:09 a7b0b2521020: Preparing 02:15:09 a39e49c48e8e: Preparing 02:15:09 dd9c8f8612c8: Preparing 02:15:09 a7b0b2521020: Waiting 02:15:09 a39e49c48e8e: Waiting 02:15:09 dd9c8f8612c8: Waiting 02:15:09 2267fb6186a3: Waiting 02:15:09 f0a839114da5: Waiting 02:15:09 36282c25a374: Layer already exists 02:15:09 df1467ea50b9: Layer already exists 02:15:09 6fb8f2a5f057: Layer already exists 02:15:09 f614d7da991e: Layer already exists 02:15:09 ce1f91c0e2d9: Layer already exists 02:15:09 f0a839114da5: Layer already exists 02:15:09 2267fb6186a3: Layer already exists 02:15:09 dd9c8f8612c8: Layer already exists 02:15:09 a39e49c48e8e: Layer already exists 02:15:09 a7b0b2521020: Layer already exists 02:15:10 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:311e6c6218a6a37a9873726165437ff15ce72e65cc756be8ed415938750a3ecc size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:10 + 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 02:15:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:15:10 df1467ea50b9: Preparing 02:15:10 6fb8f2a5f057: Preparing 02:15:10 ce1f91c0e2d9: Preparing 02:15:10 36282c25a374: Preparing 02:15:10 f614d7da991e: Preparing 02:15:10 2267fb6186a3: Preparing 02:15:10 f0a839114da5: Preparing 02:15:10 a7b0b2521020: Preparing 02:15:10 a39e49c48e8e: Preparing 02:15:10 dd9c8f8612c8: Preparing 02:15:10 a7b0b2521020: Waiting 02:15:10 a39e49c48e8e: Waiting 02:15:10 dd9c8f8612c8: Waiting 02:15:10 2267fb6186a3: Waiting 02:15:10 f0a839114da5: Waiting 02:15:10 df1467ea50b9: Layer already exists 02:15:10 6fb8f2a5f057: Layer already exists 02:15:10 f614d7da991e: Layer already exists 02:15:10 36282c25a374: Layer already exists 02:15:10 ce1f91c0e2d9: Layer already exists 02:15:10 f0a839114da5: Layer already exists 02:15:10 a7b0b2521020: Layer already exists 02:15:10 dd9c8f8612c8: Layer already exists 02:15:10 2267fb6186a3: Layer already exists 02:15:10 a39e49c48e8e: Layer already exists 02:15:11 main: digest: sha256:311e6c6218a6a37a9873726165437ff15ce72e65cc756be8ed415938750a3ecc size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:15:11 ===================================================== [Pipeline] echo 02:15:11 taggedImages: 02:15:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:15:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:15:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.8 02:15:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:15:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:15:11 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:15:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:15:11 latest 02:15:11 4.1.0-dev.8 02:15:11 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:15:11 main 02:15:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:11 7c7de04ce721: Preparing 02:15:11 500db930a7df: Preparing 02:15:11 62daac5c004b: Preparing 02:15:11 36282c25a374: Preparing 02:15:11 f614d7da991e: Preparing 02:15:11 ca1845246a49: Preparing 02:15:11 d213f39399df: Preparing 02:15:11 733fd0b5752d: Preparing 02:15:11 dd9c8f8612c8: Preparing 02:15:11 ca1845246a49: Waiting 02:15:11 d213f39399df: Waiting 02:15:11 733fd0b5752d: Waiting 02:15:11 dd9c8f8612c8: Waiting 02:15:11 f614d7da991e: Layer already exists 02:15:11 36282c25a374: Layer already exists 02:15:12 62daac5c004b: Pushed 02:15:12 7c7de04ce721: Pushed 02:15:12 500db930a7df: Pushed 02:15:12 d213f39399df: Pushed 02:15:12 dd9c8f8612c8: Layer already exists 02:15:18 733fd0b5752d: Pushed 02:15:40 ca1845246a49: Pushed 02:15:40 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:d9aba7644a10c3b9a4e61c157f9a61118b555da6ce957af9b7da55307090948f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:41 + 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 02:15:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:41 7c7de04ce721: Preparing 02:15:41 500db930a7df: Preparing 02:15:41 62daac5c004b: Preparing 02:15:41 36282c25a374: Preparing 02:15:41 f614d7da991e: Preparing 02:15:41 ca1845246a49: Preparing 02:15:41 d213f39399df: Preparing 02:15:41 733fd0b5752d: Preparing 02:15:41 dd9c8f8612c8: Preparing 02:15:41 d213f39399df: Waiting 02:15:41 dd9c8f8612c8: Waiting 02:15:41 733fd0b5752d: Waiting 02:15:41 ca1845246a49: Waiting 02:15:41 7c7de04ce721: Layer already exists 02:15:41 500db930a7df: Layer already exists 02:15:41 f614d7da991e: Layer already exists 02:15:41 36282c25a374: Layer already exists 02:15:41 62daac5c004b: Layer already exists 02:15:41 ca1845246a49: Layer already exists 02:15:41 d213f39399df: Layer already exists 02:15:41 733fd0b5752d: Layer already exists 02:15:41 dd9c8f8612c8: Layer already exists 02:15:41 latest: digest: sha256:d9aba7644a10c3b9a4e61c157f9a61118b555da6ce957af9b7da55307090948f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:42 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.8 02:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:42 7c7de04ce721: Preparing 02:15:42 500db930a7df: Preparing 02:15:42 62daac5c004b: Preparing 02:15:42 36282c25a374: Preparing 02:15:42 f614d7da991e: Preparing 02:15:42 ca1845246a49: Preparing 02:15:42 d213f39399df: Preparing 02:15:42 733fd0b5752d: Preparing 02:15:42 dd9c8f8612c8: Preparing 02:15:42 d213f39399df: Waiting 02:15:42 ca1845246a49: Waiting 02:15:42 62daac5c004b: Layer already exists 02:15:42 f614d7da991e: Layer already exists 02:15:42 7c7de04ce721: Layer already exists 02:15:42 36282c25a374: Layer already exists 02:15:42 500db930a7df: Layer already exists 02:15:42 d213f39399df: Layer already exists 02:15:42 dd9c8f8612c8: Layer already exists 02:15:42 ca1845246a49: Layer already exists 02:15:42 733fd0b5752d: Layer already exists 02:15:42 4.1.0-dev.8: digest: sha256:d9aba7644a10c3b9a4e61c157f9a61118b555da6ce957af9b7da55307090948f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:43 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:43 7c7de04ce721: Preparing 02:15:43 500db930a7df: Preparing 02:15:43 62daac5c004b: Preparing 02:15:43 36282c25a374: Preparing 02:15:43 f614d7da991e: Preparing 02:15:43 ca1845246a49: Preparing 02:15:43 d213f39399df: Preparing 02:15:43 733fd0b5752d: Preparing 02:15:43 dd9c8f8612c8: Preparing 02:15:43 d213f39399df: Waiting 02:15:43 733fd0b5752d: Waiting 02:15:43 dd9c8f8612c8: Waiting 02:15:43 ca1845246a49: Waiting 02:15:43 36282c25a374: Layer already exists 02:15:43 500db930a7df: Layer already exists 02:15:43 62daac5c004b: Layer already exists 02:15:43 7c7de04ce721: Layer already exists 02:15:43 f614d7da991e: Layer already exists 02:15:43 d213f39399df: Layer already exists 02:15:43 ca1845246a49: Layer already exists 02:15:43 dd9c8f8612c8: Layer already exists 02:15:43 733fd0b5752d: Layer already exists 02:15:43 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:d9aba7644a10c3b9a4e61c157f9a61118b555da6ce957af9b7da55307090948f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:44 + 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 02:15:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:44 7c7de04ce721: Preparing 02:15:44 500db930a7df: Preparing 02:15:44 62daac5c004b: Preparing 02:15:44 36282c25a374: Preparing 02:15:44 f614d7da991e: Preparing 02:15:44 ca1845246a49: Preparing 02:15:44 d213f39399df: Preparing 02:15:44 733fd0b5752d: Preparing 02:15:44 dd9c8f8612c8: Preparing 02:15:44 ca1845246a49: Waiting 02:15:44 d213f39399df: Waiting 02:15:44 733fd0b5752d: Waiting 02:15:44 dd9c8f8612c8: Waiting 02:15:44 f614d7da991e: Layer already exists 02:15:44 36282c25a374: Layer already exists 02:15:44 62daac5c004b: Layer already exists 02:15:44 7c7de04ce721: Layer already exists 02:15:44 500db930a7df: Layer already exists 02:15:44 733fd0b5752d: Layer already exists 02:15:44 ca1845246a49: Layer already exists 02:15:44 d213f39399df: Layer already exists 02:15:44 dd9c8f8612c8: Layer already exists 02:15:44 main: digest: sha256:d9aba7644a10c3b9a4e61c157f9a61118b555da6ce957af9b7da55307090948f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:15:44 ===================================================== [Pipeline] echo 02:15:44 taggedImages: 02:15:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:15:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:15:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.8 02:15:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:15:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:15:44 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:15:44 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:15:44 latest 02:15:44 4.1.0-dev.8 02:15:44 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:15:44 main 02:15:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:45 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:15:45 f72d46725678: Preparing 02:15:45 1b86a0d57627: Preparing 02:15:45 448de445d479: Preparing 02:15:45 36282c25a374: Preparing 02:15:45 f614d7da991e: Preparing 02:15:45 b10e2cd75967: Preparing 02:15:45 a7b0b2521020: Preparing 02:15:45 a39e49c48e8e: Preparing 02:15:45 dd9c8f8612c8: Preparing 02:15:45 b10e2cd75967: Waiting 02:15:45 a7b0b2521020: Waiting 02:15:45 a39e49c48e8e: Waiting 02:15:45 dd9c8f8612c8: Waiting 02:15:45 f614d7da991e: Layer already exists 02:15:45 36282c25a374: Layer already exists 02:15:46 a7b0b2521020: Layer already exists 02:15:46 a39e49c48e8e: Layer already exists 02:15:46 1b86a0d57627: Pushed 02:15:46 f72d46725678: Pushed 02:15:46 448de445d479: Pushed 02:15:46 dd9c8f8612c8: Layer already exists 02:16:12 b10e2cd75967: Pushed 02:16:12 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:b100b2969c7e11134544af4768633efcf39c69be56357dd781a261e845d5ec79 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:13 + 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 02:16:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:16:13 f72d46725678: Preparing 02:16:13 1b86a0d57627: Preparing 02:16:13 448de445d479: Preparing 02:16:13 36282c25a374: Preparing 02:16:13 f614d7da991e: Preparing 02:16:13 b10e2cd75967: Preparing 02:16:13 a7b0b2521020: Preparing 02:16:13 a39e49c48e8e: Preparing 02:16:13 dd9c8f8612c8: Preparing 02:16:13 b10e2cd75967: Waiting 02:16:13 a7b0b2521020: Waiting 02:16:13 dd9c8f8612c8: Waiting 02:16:13 1b86a0d57627: Layer already exists 02:16:13 36282c25a374: Layer already exists 02:16:13 f72d46725678: Layer already exists 02:16:13 f614d7da991e: Layer already exists 02:16:13 448de445d479: Layer already exists 02:16:13 a39e49c48e8e: Layer already exists 02:16:13 dd9c8f8612c8: Layer already exists 02:16:13 b10e2cd75967: Layer already exists 02:16:13 a7b0b2521020: Layer already exists 02:16:18 latest: digest: sha256:b100b2969c7e11134544af4768633efcf39c69be56357dd781a261e845d5ec79 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:19 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.8 02:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:16:19 f72d46725678: Preparing 02:16:19 1b86a0d57627: Preparing 02:16:19 448de445d479: Preparing 02:16:19 36282c25a374: Preparing 02:16:19 f614d7da991e: Preparing 02:16:19 b10e2cd75967: Preparing 02:16:19 a7b0b2521020: Preparing 02:16:19 a39e49c48e8e: Preparing 02:16:19 dd9c8f8612c8: Preparing 02:16:19 b10e2cd75967: Waiting 02:16:19 a7b0b2521020: Waiting 02:16:19 a39e49c48e8e: Waiting 02:16:19 dd9c8f8612c8: Waiting 02:16:19 f72d46725678: Layer already exists 02:16:19 448de445d479: Layer already exists 02:16:19 36282c25a374: Layer already exists 02:16:19 1b86a0d57627: Layer already exists 02:16:19 f614d7da991e: Layer already exists 02:16:19 a7b0b2521020: Layer already exists 02:16:19 dd9c8f8612c8: Layer already exists 02:16:19 b10e2cd75967: Layer already exists 02:16:19 a39e49c48e8e: Layer already exists 02:16:19 4.1.0-dev.8: digest: sha256:b100b2969c7e11134544af4768633efcf39c69be56357dd781a261e845d5ec79 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:20 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:16:20 f72d46725678: Preparing 02:16:20 1b86a0d57627: Preparing 02:16:20 448de445d479: Preparing 02:16:20 36282c25a374: Preparing 02:16:20 f614d7da991e: Preparing 02:16:20 b10e2cd75967: Preparing 02:16:20 a7b0b2521020: Preparing 02:16:20 a39e49c48e8e: Preparing 02:16:20 dd9c8f8612c8: Preparing 02:16:20 a7b0b2521020: Waiting 02:16:20 a39e49c48e8e: Waiting 02:16:20 dd9c8f8612c8: Waiting 02:16:20 b10e2cd75967: Waiting 02:16:20 f72d46725678: Layer already exists 02:16:20 36282c25a374: Layer already exists 02:16:20 1b86a0d57627: Layer already exists 02:16:20 448de445d479: Layer already exists 02:16:20 f614d7da991e: Layer already exists 02:16:20 a7b0b2521020: Layer already exists 02:16:20 b10e2cd75967: Layer already exists 02:16:20 a39e49c48e8e: Layer already exists 02:16:20 dd9c8f8612c8: Layer already exists 02:16:20 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:b100b2969c7e11134544af4768633efcf39c69be56357dd781a261e845d5ec79 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:21 + 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 02:16:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:16:21 f72d46725678: Preparing 02:16:21 1b86a0d57627: Preparing 02:16:21 448de445d479: Preparing 02:16:21 36282c25a374: Preparing 02:16:21 f614d7da991e: Preparing 02:16:21 b10e2cd75967: Preparing 02:16:21 a7b0b2521020: Preparing 02:16:21 a39e49c48e8e: Preparing 02:16:21 dd9c8f8612c8: Preparing 02:16:21 b10e2cd75967: Waiting 02:16:21 a7b0b2521020: Waiting 02:16:21 dd9c8f8612c8: Waiting 02:16:21 a39e49c48e8e: Waiting 02:16:21 1b86a0d57627: Layer already exists 02:16:21 36282c25a374: Layer already exists 02:16:21 f72d46725678: Layer already exists 02:16:21 f614d7da991e: Layer already exists 02:16:21 448de445d479: Layer already exists 02:16:21 b10e2cd75967: Layer already exists 02:16:21 dd9c8f8612c8: Layer already exists 02:16:21 a7b0b2521020: Layer already exists 02:16:21 a39e49c48e8e: Layer already exists 02:16:21 main: digest: sha256:b100b2969c7e11134544af4768633efcf39c69be56357dd781a261e845d5ec79 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:16:21 ===================================================== [Pipeline] echo 02:16:21 taggedImages: 02:16:21 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:21 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:16:21 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.8 02:16:21 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:21 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:16:21 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:16:21 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:21 latest 02:16:21 4.1.0-dev.8 02:16:21 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:21 main 02:16:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:16:22 6272a4ec1b72: Preparing 02:16:22 55e9de3d4637: Preparing 02:16:22 36282c25a374: Preparing 02:16:22 f614d7da991e: Preparing 02:16:22 0f25a3d7b130: Preparing 02:16:22 e3e8aace9f50: Preparing 02:16:22 dd9c8f8612c8: Preparing 02:16:22 e3e8aace9f50: Waiting 02:16:22 dd9c8f8612c8: Waiting 02:16:22 f614d7da991e: Layer already exists 02:16:22 36282c25a374: Layer already exists 02:16:22 dd9c8f8612c8: Layer already exists 02:16:22 6272a4ec1b72: Pushed 02:16:22 0f25a3d7b130: Pushed 02:16:24 e3e8aace9f50: Pushed 02:16:32 55e9de3d4637: Pushed 02:16:32 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:38c695738b2045b575a41d4553af9e13b36a14b9af6d90c61fdb37898073b792 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:32 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:16:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:16:33 6272a4ec1b72: Preparing 02:16:33 55e9de3d4637: Preparing 02:16:33 36282c25a374: Preparing 02:16:33 f614d7da991e: Preparing 02:16:33 0f25a3d7b130: Preparing 02:16:33 e3e8aace9f50: Preparing 02:16:33 dd9c8f8612c8: Preparing 02:16:33 e3e8aace9f50: Waiting 02:16:33 dd9c8f8612c8: Waiting 02:16:33 6272a4ec1b72: Layer already exists 02:16:33 f614d7da991e: Layer already exists 02:16:33 0f25a3d7b130: Layer already exists 02:16:33 55e9de3d4637: Layer already exists 02:16:33 36282c25a374: Layer already exists 02:16:33 dd9c8f8612c8: Layer already exists 02:16:33 e3e8aace9f50: Layer already exists 02:16:33 latest: digest: sha256:38c695738b2045b575a41d4553af9e13b36a14b9af6d90c61fdb37898073b792 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.8 02:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:16:34 6272a4ec1b72: Preparing 02:16:34 55e9de3d4637: Preparing 02:16:34 36282c25a374: Preparing 02:16:34 f614d7da991e: Preparing 02:16:34 0f25a3d7b130: Preparing 02:16:34 e3e8aace9f50: Preparing 02:16:34 dd9c8f8612c8: Preparing 02:16:34 e3e8aace9f50: Waiting 02:16:34 dd9c8f8612c8: Waiting 02:16:34 36282c25a374: Layer already exists 02:16:34 6272a4ec1b72: Layer already exists 02:16:34 0f25a3d7b130: Layer already exists 02:16:34 55e9de3d4637: Layer already exists 02:16:34 f614d7da991e: Layer already exists 02:16:34 e3e8aace9f50: Layer already exists 02:16:34 dd9c8f8612c8: Layer already exists 02:16:34 4.1.0-dev.8: digest: sha256:38c695738b2045b575a41d4553af9e13b36a14b9af6d90c61fdb37898073b792 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:16:35 6272a4ec1b72: Preparing 02:16:35 55e9de3d4637: Preparing 02:16:35 36282c25a374: Preparing 02:16:35 f614d7da991e: Preparing 02:16:35 0f25a3d7b130: Preparing 02:16:35 e3e8aace9f50: Preparing 02:16:35 dd9c8f8612c8: Preparing 02:16:35 e3e8aace9f50: Waiting 02:16:35 dd9c8f8612c8: Waiting 02:16:35 6272a4ec1b72: Layer already exists 02:16:35 55e9de3d4637: Layer already exists 02:16:35 0f25a3d7b130: Layer already exists 02:16:35 36282c25a374: Layer already exists 02:16:35 f614d7da991e: Layer already exists 02:16:35 dd9c8f8612c8: Layer already exists 02:16:35 e3e8aace9f50: Layer already exists 02:16:35 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:38c695738b2045b575a41d4553af9e13b36a14b9af6d90c61fdb37898073b792 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:16:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:16:36 6272a4ec1b72: Preparing 02:16:36 55e9de3d4637: Preparing 02:16:36 36282c25a374: Preparing 02:16:36 f614d7da991e: Preparing 02:16:36 0f25a3d7b130: Preparing 02:16:36 e3e8aace9f50: Preparing 02:16:36 dd9c8f8612c8: Preparing 02:16:36 e3e8aace9f50: Waiting 02:16:36 dd9c8f8612c8: Waiting 02:16:36 f614d7da991e: Layer already exists 02:16:36 36282c25a374: Layer already exists 02:16:36 0f25a3d7b130: Layer already exists 02:16:36 55e9de3d4637: Layer already exists 02:16:36 6272a4ec1b72: Layer already exists 02:16:36 e3e8aace9f50: Layer already exists 02:16:36 dd9c8f8612c8: Layer already exists 02:16:36 main: digest: sha256:38c695738b2045b575a41d4553af9e13b36a14b9af6d90c61fdb37898073b792 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:16:36 ===================================================== [Pipeline] echo 02:16:36 taggedImages: 02:16:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:16:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.8 02:16:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:16:36 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:16:36 ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:36 latest 02:16:36 4.1.0-dev.8 02:16:36 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:36 main 02:16:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:37 70a63a52b16a: Preparing 02:16:37 74a427f2d8ed: Preparing 02:16:37 36282c25a374: Preparing 02:16:37 f614d7da991e: Preparing 02:16:37 b20c668427b5: Preparing 02:16:37 5171222dcb86: Preparing 02:16:37 dd9c8f8612c8: Preparing 02:16:37 5171222dcb86: Waiting 02:16:37 dd9c8f8612c8: Waiting 02:16:37 36282c25a374: Layer already exists 02:16:37 f614d7da991e: Layer already exists 02:16:37 dd9c8f8612c8: Layer already exists 02:16:37 70a63a52b16a: Pushed 02:16:37 b20c668427b5: Pushed 02:16:38 5171222dcb86: Pushed 02:16:47 74a427f2d8ed: Pushed 02:16:47 ce221fc3ce0be03c72782f13a440b3dfd48e2e98: digest: sha256:6476242f9a0bdac48b3742c03e6d68739af8cfaa2bc4f19fc1729f06ddcafe8a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:16:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:47 70a63a52b16a: Preparing 02:16:47 74a427f2d8ed: Preparing 02:16:47 36282c25a374: Preparing 02:16:47 f614d7da991e: Preparing 02:16:47 b20c668427b5: Preparing 02:16:47 5171222dcb86: Preparing 02:16:47 dd9c8f8612c8: Preparing 02:16:47 5171222dcb86: Waiting 02:16:47 dd9c8f8612c8: Waiting 02:16:47 36282c25a374: Layer already exists 02:16:47 b20c668427b5: Layer already exists 02:16:47 70a63a52b16a: Layer already exists 02:16:47 f614d7da991e: Layer already exists 02:16:47 74a427f2d8ed: Layer already exists 02:16:47 5171222dcb86: Layer already exists 02:16:47 dd9c8f8612c8: Layer already exists 02:16:48 latest: digest: sha256:6476242f9a0bdac48b3742c03e6d68739af8cfaa2bc4f19fc1729f06ddcafe8a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.8 02:16:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:48 70a63a52b16a: Preparing 02:16:48 74a427f2d8ed: Preparing 02:16:48 36282c25a374: Preparing 02:16:48 f614d7da991e: Preparing 02:16:48 b20c668427b5: Preparing 02:16:48 5171222dcb86: Preparing 02:16:48 dd9c8f8612c8: Preparing 02:16:48 5171222dcb86: Waiting 02:16:48 dd9c8f8612c8: Waiting 02:16:48 f614d7da991e: Layer already exists 02:16:48 36282c25a374: Layer already exists 02:16:48 70a63a52b16a: Layer already exists 02:16:48 b20c668427b5: Layer already exists 02:16:48 74a427f2d8ed: Layer already exists 02:16:48 dd9c8f8612c8: Layer already exists 02:16:48 5171222dcb86: Layer already exists 02:16:49 4.1.0-dev.8: digest: sha256:6476242f9a0bdac48b3742c03e6d68739af8cfaa2bc4f19fc1729f06ddcafe8a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:49 70a63a52b16a: Preparing 02:16:49 74a427f2d8ed: Preparing 02:16:49 36282c25a374: Preparing 02:16:49 f614d7da991e: Preparing 02:16:49 b20c668427b5: Preparing 02:16:49 5171222dcb86: Preparing 02:16:49 dd9c8f8612c8: Preparing 02:16:49 5171222dcb86: Waiting 02:16:49 dd9c8f8612c8: Waiting 02:16:49 70a63a52b16a: Layer already exists 02:16:49 b20c668427b5: Layer already exists 02:16:49 36282c25a374: Layer already exists 02:16:49 f614d7da991e: Layer already exists 02:16:49 74a427f2d8ed: Layer already exists 02:16:49 dd9c8f8612c8: Layer already exists 02:16:49 5171222dcb86: Layer already exists 02:16:50 ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8: digest: sha256:6476242f9a0bdac48b3742c03e6d68739af8cfaa2bc4f19fc1729f06ddcafe8a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:16:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:50 70a63a52b16a: Preparing 02:16:50 74a427f2d8ed: Preparing 02:16:50 36282c25a374: Preparing 02:16:50 f614d7da991e: Preparing 02:16:50 b20c668427b5: Preparing 02:16:50 5171222dcb86: Preparing 02:16:50 dd9c8f8612c8: Preparing 02:16:50 5171222dcb86: Waiting 02:16:50 dd9c8f8612c8: Waiting 02:16:50 70a63a52b16a: Layer already exists 02:16:50 b20c668427b5: Layer already exists 02:16:50 f614d7da991e: Layer already exists 02:16:50 36282c25a374: Layer already exists 02:16:50 74a427f2d8ed: Layer already exists 02:16:50 5171222dcb86: Layer already exists 02:16:50 dd9c8f8612c8: Layer already exists 02:16:50 main: digest: sha256:6476242f9a0bdac48b3742c03e6d68739af8cfaa2bc4f19fc1729f06ddcafe8a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:16:51 ===================================================== [Pipeline] echo 02:16:51 taggedImages: 02:16:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 02:16:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:16:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.8 02:16:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 02:16:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:16:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:16:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] echo 02:16:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:16:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.8 [Pipeline] echo 02:16:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce221fc3ce0be03c72782f13a440b3dfd48e2e98-4.1.0-dev.8 [Pipeline] echo 02:16:52 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 02:16:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:16:52 02:16:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:16:52 arm64: Pulling from edgex-lftools-log-publisher 02:16:52 8998bd30e6a1: Pulling fs layer 02:16:52 04944245beec: Pulling fs layer 02:16:52 699f458cf7ca: Pulling fs layer 02:16:52 765212b225bb: Pulling fs layer 02:16:52 f23df028b6ca: Pulling fs layer 02:16:52 d65c8cfc05b1: Pulling fs layer 02:16:52 2437ff75d9bd: Pulling fs layer 02:16:52 765212b225bb: Waiting 02:16:52 d65c8cfc05b1: Waiting 02:16:52 f23df028b6ca: Waiting 02:16:52 2437ff75d9bd: Waiting 02:16:53 04944245beec: Verifying Checksum 02:16:53 04944245beec: Download complete 02:16:53 765212b225bb: Verifying Checksum 02:16:53 765212b225bb: Download complete 02:16:53 d65c8cfc05b1: Verifying Checksum 02:16:53 d65c8cfc05b1: Download complete 02:16:53 699f458cf7ca: Verifying Checksum 02:16:53 699f458cf7ca: Download complete 02:16:53 8998bd30e6a1: Verifying Checksum 02:16:53 8998bd30e6a1: Download complete 02:16:56 2437ff75d9bd: Verifying Checksum 02:16:56 2437ff75d9bd: Download complete 02:16:58 8998bd30e6a1: Pull complete 02:16:58 04944245beec: Pull complete 02:17:00 699f458cf7ca: Pull complete 02:17:00 765212b225bb: Pull complete 02:17:01 f23df028b6ca: Pull complete 02:17:01 d65c8cfc05b1: Pull complete 02:17:20 2437ff75d9bd: Pull complete 02:17:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:17:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:17:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:20 prd-ubuntu20.04-docker-arm64-4c-16g-898 does not seem to be running inside a container 02:17:20 $ 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/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@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 02:17:23 $ docker top 91411fbb986ea099c25253a61fbe5f29b179e1c18fc6abe1b25bd2c4683ffff5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:24 ---> job-cost.sh 02:17:24 lf-activate-venv: SKIPPING 02:17:24 INFO: No Stack... 02:17:24 INFO: Retrieving Pricing Info for: v3-standard-4 02:17:25 INFO: Archiving Costs [Pipeline] sh 02:17:26 + cat /w/workspace/edgex-go/834/archives/cost.csv 02:17:26 + cut -d, -f6 [Pipeline] lock 02:17:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-834-stack-cost] 02:17:26 Resource [jenkins-edgexfoundry-edgex-go-main-834-stack-cost] did not exist. Created. 02:17:26 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-834-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:17:26 + echo total: 0.10999999940395355 [Pipeline] stash 02:17:27 Stashed 1 file(s) [Pipeline] } 02:17:27 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-834-stack-cost] [Pipeline] // lock [Pipeline] } 02:17:27 $ docker stop --time=1 91411fbb986ea099c25253a61fbe5f29b179e1c18fc6abe1b25bd2c4683ffff5 02:17:28 $ docker rm -f --volumes 91411fbb986ea099c25253a61fbe5f29b179e1c18fc6abe1b25bd2c4683ffff5 [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 02:17:29 provisioning config files... 02:17:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/834@tmp/config11099543580011673626tmp [Pipeline] { [Pipeline] sh 02:17:29 + set +x 02:17:29 + + curl -sbash https://codecov.io/bash -s 02:17:29 -- 02:17:29 02:17:29 _____ _ 02:17:29 / ____| | | 02:17:29 | | ___ __| | ___ ___ _____ __ 02:17:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:17:29 | |___| (_) | (_| | __/ (_| (_) \ V / 02:17:29 \_____\___/ \__,_|\___|\___\___/ \_/ 02:17:29 Bash-1.0.6 02:17:29 02:17:29 02:17:29 ==> git version 2.25.1 found 02:17:29 ==> 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 02:17:29 Release-Date: 2020-01-08 02:17:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:17:29 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:17:29 ==> Jenkins CI detected. 02:17:29 current dir:  /w/workspace/edgex-go/834 02:17:29 project root: . 02:17:29 --> token set from env 02:17:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:17:29 ==> Running gcov in . (disable via -X gcov) 02:17:29 ==> Python coveragepy not found 02:17:29 ==> Searching for coverage reports in: 02:17:29 + . 02:17:30 -> Found 1 reports 02:17:30 ==> Detecting git/mercurial file structure 02:17:30 ==> Reading reports 02:17:30 + ./coverage.out bytes=1661463 02:17:30 ==> Appending adjustments 02:17:30 https://docs.codecov.io/docs/fixing-reports 02:17:31 + Found adjustments 02:17:31 ==> Gzipping contents 02:17:31 140K /tmp/codecov.mvPWBA.gz 02:17:31 ==> Uploading reports 02:17:31 url: https://codecov.io 02:17:31 query: branch=main&commit=ce221fc3ce0be03c72782f13a440b3dfd48e2e98&build=834&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F834%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:17:31 -> Pinging Codecov 02:17:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ce221fc3ce0be03c72782f13a440b3dfd48e2e98&build=834&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F834%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:17:31 -> Uploading to 02:17:31 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/ce221fc3ce0be03c72782f13a440b3dfd48e2e98/9f751810-90ae-49c5-8cad-97ef101b2d77.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250505%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250505T021731Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c08f928731d0bea7cf98855774c9168f2217cfec271070b884bcb06e3e743d1f 02:17:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:31 Dload Upload Total Spent Left Speed 02:17:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 547k --:--:-- --:--:-- --:--:-- 547k 02:17:32 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ce221fc3ce0be03c72782f13a440b3dfd48e2e98 [Pipeline] } 02:17:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:17:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:17:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:17:32 02:17:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:17:33 latest: Pulling from edgex-devops/edgex-snyk-go 02:17:33 43c4264eed91: Pulling fs layer 02:17:33 4cc291be95ef: Pulling fs layer 02:17:33 2ac1f1163629: Pulling fs layer 02:17:33 5c3c966382ef: Pulling fs layer 02:17:33 4f4fb700ef54: Pulling fs layer 02:17:33 d9c7d2e4e75e: Pulling fs layer 02:17:33 9c3e1370e548: Pulling fs layer 02:17:33 5c3c966382ef: Waiting 02:17:33 4f4fb700ef54: Waiting 02:17:33 d9c7d2e4e75e: Waiting 02:17:33 9c3e1370e548: Waiting 02:17:33 4cc291be95ef: Verifying Checksum 02:17:33 4cc291be95ef: Download complete 02:17:33 5c3c966382ef: Verifying Checksum 02:17:33 5c3c966382ef: Download complete 02:17:33 4f4fb700ef54: Download complete 02:17:33 43c4264eed91: Download complete 02:17:33 43c4264eed91: Pull complete 02:17:33 d9c7d2e4e75e: Verifying Checksum 02:17:33 d9c7d2e4e75e: Download complete 02:17:33 4cc291be95ef: Pull complete 02:17:33 2ac1f1163629: Verifying Checksum 02:17:33 2ac1f1163629: Download complete 02:17:34 9c3e1370e548: Verifying Checksum 02:17:34 9c3e1370e548: Download complete 02:17:37 2ac1f1163629: Pull complete 02:17:37 5c3c966382ef: Pull complete 02:17:37 4f4fb700ef54: Pull complete 02:17:37 d9c7d2e4e75e: Pull complete 02:17:40 9c3e1370e548: Pull complete 02:17:40 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 02:17:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:17:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:41 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 02:17:41 $ 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/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:17:42 $ docker top c1a3dba81ca4f87e2ad5895cd56a45ec32ab99be5d35afb1042976eb446cd92a -eo pid,comm [Pipeline] { [Pipeline] sh 02:17:43 + git config --global --add safe.directory /w/workspace/edgex-go/834 [Pipeline] echo 02:17:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:17:43 + set -o pipefail 02:17:43 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:17:53 02:17:53 Monitoring /w/workspace/edgex-go/834 (github.com/edgexfoundry/edgex-go)... 02:17:53 02:17:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/15459d26-c9ee-4240-896e-eb53b4404f4a 02:17:53 02:17:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:17:53 02:17:53 02:17:53 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 02:17:53 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:17:53 $ docker stop --time=1 c1a3dba81ca4f87e2ad5895cd56a45ec32ab99be5d35afb1042976eb446cd92a 02:17:55 $ docker rm -f --volumes c1a3dba81ca4f87e2ad5895cd56a45ec32ab99be5d35afb1042976eb446cd92a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:17:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:17:56 provisioning config files... 02:17:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/834@tmp/config12397093705885487448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:56 --> edgex-publish-swagger.sh 02:17:56 === Publish openapi API === 02:17:56 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:17:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/834/openapi/core-command.yaml] 02:17:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:56 Dload Upload Total Spent Left Speed 02:17:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 132k --:--:-- --:--:-- --:--:-- 132k 100 32848 100 66 100 32782 161 80348 --:--:-- --:--:-- --:--:-- 80312 02:17:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:56 02:17:56 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/834/openapi/core-data.yaml] 02:17:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:56 Dload Upload Total Spent Left Speed 02:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 461 484k --:--:-- --:--:-- --:--:-- 484k 02:17:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:57 02:17:57 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/834/openapi/core-keeper.yaml] 02:17:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:57 Dload Upload Total Spent Left Speed 02:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 265 128k --:--:-- --:--:-- --:--:-- 129k 02:17:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:57 02:17:57 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/834/openapi/core-metadata.yaml] 02:17:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:57 Dload Upload Total Spent Left Speed 02:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 258 612k --:--:-- --:--:-- --:--:-- 612k 02:17:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:57 02:17:57 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/834/openapi/security-proxy-auth.yaml] 02:17:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:57 Dload Upload Total Spent Left Speed 02:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 515 186k --:--:-- --:--:-- --:--:-- 187k 02:17:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:57 02:17:57 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/834/openapi/security-secretstore-setup.yaml] 02:17:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:57 Dload Upload Total Spent Left Speed 02:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 428 25409 --:--:-- --:--:-- --:--:-- 25837 02:17:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:57 02:17:57 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/834/openapi/support-notifications.yaml] 02:17:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:57 Dload Upload Total Spent Left Speed 02:17:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 415 614k --:--:-- --:--:-- --:--:-- 614k 02:17:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:58 02:17:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/834/openapi/support-scheduler.yaml] 02:17:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:58 Dload Upload Total Spent Left Speed 02:17:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 415 311k --:--:-- --:--:-- --:--:-- 311k 02:17:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:58 [Pipeline] } 02:17:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:17:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:17:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:17:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:58 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 02:17:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:17:59 $ docker top 317836f951dee857c821b64e4937c1c5bd40e26504cba35fdeb47bbd83e95e7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:17:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:17:59 [ssh-agent] Looking for ssh-agent implementation... 02:17:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:17:59 $ docker exec 317836f951dee857c821b64e4937c1c5bd40e26504cba35fdeb47bbd83e95e7e ssh-agent 02:17:59 SSH_AUTH_SOCK=/tmp/ssh-9HZuNeXqvCHX/agent.32 02:17:59 SSH_AGENT_PID=38 02:17:59 Running ssh-add (command line suppressed) 02:17:59 Identity added: /w/workspace/edgex-go/834@tmp/private_key_17664153345149082944.key (/w/workspace/edgex-go/834@tmp/private_key_17664153345149082944.key) 02:17:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:00 + git semver tag 02:18:00 2025-05-05 02:18:00,209 [run_tag] DEBUG tag force:False 02:18:00 2025-05-05 02:18:00,210 [check_head_tag] DEBUG check head tag 02:18:00 2025-05-05 02:18:00,210 [execute] INFO git cat-file --batch-check 02:18:00 2025-05-05 02:18:00,210 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/834, universal_newlines=False, shell=None, istream=) 02:18:00 2025-05-05 02:18:00,214 [execute] INFO git cat-file --batch 02:18:00 2025-05-05 02:18:00,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/834, universal_newlines=False, shell=None, istream=) 02:18:00 2025-05-05 02:18:00,226 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 02:18:00 2025-05-05 02:18:00,227 [execute] INFO git tag -a v4.1.0-dev.8 -m v4.1.0-dev.8 02:18:00 2025-05-05 02:18:00,227 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.8', '-m', 'v4.1.0-dev.8'], cwd=/w/workspace/edgex-go/834, universal_newlines=False, shell=None, istream=None) 02:18:00 2025-05-05 02:18:00,233 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 02:18:00 4.1.0-dev.8 [Pipeline] } 02:18:00 $ docker exec --env ******** --env ******** 317836f951dee857c821b64e4937c1c5bd40e26504cba35fdeb47bbd83e95e7e ssh-agent -k 02:18:00 unset SSH_AUTH_SOCK; 02:18:00 unset SSH_AGENT_PID; 02:18:00 echo Agent pid 38 killed; 02:18:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:18:00 + git semver [Pipeline] } 02:18:01 $ docker stop --time=1 317836f951dee857c821b64e4937c1c5bd40e26504cba35fdeb47bbd83e95e7e 02:18:02 $ docker rm -f --volumes 317836f951dee857c821b64e4937c1c5bd40e26504cba35fdeb47bbd83e95e7e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:18:02 02:18:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:18:02 0.23.1-centos7: Pulling from edgex-lftools 02:18:02 ab5ef0e58194: Pulling fs layer 02:18:02 9712f1f96733: Pulling fs layer 02:18:02 63f879dbbcfc: Pulling fs layer 02:18:02 0d9ebad4ef96: Pulling fs layer 02:18:02 e9a5061849ea: Pulling fs layer 02:18:02 d747dcd14b5f: Pulling fs layer 02:18:02 2de7ff778b66: Pulling fs layer 02:18:02 e9a5061849ea: Waiting 02:18:02 d747dcd14b5f: Waiting 02:18:02 0d9ebad4ef96: Waiting 02:18:02 2de7ff778b66: Waiting 02:18:03 9712f1f96733: Verifying Checksum 02:18:03 9712f1f96733: Download complete 02:18:03 63f879dbbcfc: Verifying Checksum 02:18:03 63f879dbbcfc: Download complete 02:18:03 e9a5061849ea: Verifying Checksum 02:18:03 e9a5061849ea: Download complete 02:18:03 d747dcd14b5f: Download complete 02:18:03 0d9ebad4ef96: Verifying Checksum 02:18:03 0d9ebad4ef96: Download complete 02:18:03 2de7ff778b66: Download complete 02:18:03 ab5ef0e58194: Verifying Checksum 02:18:03 ab5ef0e58194: Download complete 02:18:07 ab5ef0e58194: Pull complete 02:18:07 9712f1f96733: Pull complete 02:18:07 63f879dbbcfc: Pull complete 02:18:10 0d9ebad4ef96: Pull complete 02:18:10 e9a5061849ea: Pull complete 02:18:10 d747dcd14b5f: Pull complete 02:18:11 2de7ff778b66: Pull complete 02:18:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:18:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:18:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:11 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 02:18:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:18:13 $ docker top 39c25429a482683a900314f342c9ab3dff521fbc53d1795ca4d9ed01812d3aed -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:18:13 provisioning config files... 02:18:13 copy managed file [sigul-config] to file:/w/workspace/edgex-go/834@tmp/config6422797593811061981tmp 02:18:13 copy managed file [sigul-password] to file:/w/workspace/edgex-go/834@tmp/config2231095171337118631tmp 02:18:13 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/834@tmp/config8697642607980313922tmp [Pipeline] { [Pipeline] echo 02:18:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:18:13 ---> sigul-configuration.sh 02:18:13 gpg: directory `/root/.gnupg' created 02:18:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:18:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:18:13 gpg: keyring `/root/.gnupg/secring.gpg' created 02:18:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:18:13 gpg: CAST5 encrypted data 02:18:13 gpg: encrypted with 1 passphrase 02:18:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:18:13 + mkdir /home/jenkins 02:18:13 + mkdir /home/jenkins/sigul [Pipeline] sh 02:18:14 + 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 02:18:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:18:14 ---> sigul-install.sh 02:18:14 Sigul already installed; skipping installation. [Pipeline] sh 02:18:14 + git tag --list 02:18:14 0.6.0 02:18:14 0.6.1 02:18:14 0.7.0 02:18:14 0.7.1 02:18:14 v1.0.0 02:18:14 v1.0.1 02:18:14 v1.1.0 02:18:14 v1.2.0 02:18:14 v1.2.1 02:18:14 v1.3.0 02:18:14 v1.3.1 02:18:14 v2.0.0 02:18:14 v2.1.0 02:18:14 v2.1.1 02:18:14 v2.2.0 02:18:14 v2.3.0 02:18:14 v3.0 02:18:14 v3.0.0 02:18:14 v3.1 02:18:14 v3.1.0 02:18:14 v3.1.1 02:18:14 v4.0 02:18:14 v4.0.0 02:18:14 v4.0.1 02:18:14 v4.1.0-dev.1 02:18:14 v4.1.0-dev.2 02:18:14 v4.1.0-dev.3 02:18:14 v4.1.0-dev.4 02:18:14 v4.1.0-dev.5 02:18:14 v4.1.0-dev.6 02:18:14 v4.1.0-dev.7 02:18:14 v4.1.0-dev.8 [Pipeline] sh 02:18:15 + lftools sign git-tag v4.1.0-dev.8 02:18:15 Signing Git tag with Sigul... 02:18:15 Signing v4.1.0-dev.8 [Pipeline] echo 02:18:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:18:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:18:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:18:16 $ docker stop --time=1 39c25429a482683a900314f342c9ab3dff521fbc53d1795ca4d9ed01812d3aed 02:18:17 $ docker rm -f --volumes 39c25429a482683a900314f342c9ab3dff521fbc53d1795ca4d9ed01812d3aed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:18:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:18:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:18:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:18 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 02:18:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:18:19 $ docker top fba4734868af494139d792218f92757a593d1453cd30eaf1ccbdef572529fb31 -eo pid,comm 02:18:19 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:18:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:18:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:18:19 [ssh-agent] Looking for ssh-agent implementation... 02:18:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:18:19 $ docker exec fba4734868af494139d792218f92757a593d1453cd30eaf1ccbdef572529fb31 ssh-agent 02:18:19 SSH_AUTH_SOCK=/tmp/ssh-xVcXWblZQSfE/agent.33 02:18:19 SSH_AGENT_PID=40 02:18:19 Running ssh-add (command line suppressed) 02:18:19 Identity added: /w/workspace/edgex-go/834@tmp/private_key_5914503124880987079.key (/w/workspace/edgex-go/834@tmp/private_key_5914503124880987079.key) 02:18:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:19 + git semver bump pre 02:18:20 2025-05-05 02:18:20,064 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 02:18:20 2025-05-05 02:18:20,064 [bump_version] DEBUG bumping version:4.1.0-dev.8 on axis:pre with prefix:dev 02:18:20 2025-05-05 02:18:20,064 [bump_version] DEBUG bumped version:4.1.0-dev.9 02:18:20 2025-05-05 02:18:20,064 [write_version] DEBUG write version:4.1.0-dev.9 to path:/w/workspace/edgex-go/834/.semver/main with force:True 02:18:20 2025-05-05 02:18:20,064 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 02:18:20 2025-05-05 02:18:20,064 [write_file] DEBUG write to file:/w/workspace/edgex-go/834/.semver/main 02:18:20 2025-05-05 02:18:20,067 [execute] INFO git cat-file --batch-check 02:18:20 2025-05-05 02:18:20,067 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/834/.semver, universal_newlines=False, shell=None, istream=) 02:18:20 2025-05-05 02:18:20,073 [execute] INFO git cat-file --batch 02:18:20 2025-05-05 02:18:20,073 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/834/.semver, universal_newlines=False, shell=None, istream=) 02:18:20 2025-05-05 02:18:20,077 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 02:18:20 4.1.0-dev.9 [Pipeline] } 02:18:20 $ docker exec --env ******** --env ******** fba4734868af494139d792218f92757a593d1453cd30eaf1ccbdef572529fb31 ssh-agent -k 02:18:20 unset SSH_AUTH_SOCK; 02:18:20 unset SSH_AGENT_PID; 02:18:20 echo Agent pid 40 killed; 02:18:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:18:20 + git semver [Pipeline] } 02:18:20 $ docker stop --time=1 fba4734868af494139d792218f92757a593d1453cd30eaf1ccbdef572529fb31 02:18:22 $ docker rm -f --volumes fba4734868af494139d792218f92757a593d1453cd30eaf1ccbdef572529fb31 [Pipeline] // withDockerContainer [Pipeline] sh 02:18:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:18:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:18:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:22 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 02:18:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:18:23 $ docker top 3b113bca36c28dd6ca1f482eebd42d88b6617543b54cbe00f55abc6a2024d7c5 -eo pid,comm 02:18:23 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). 02:18:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:18:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:18:23 [ssh-agent] Looking for ssh-agent implementation... 02:18:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:18:23 $ docker exec 3b113bca36c28dd6ca1f482eebd42d88b6617543b54cbe00f55abc6a2024d7c5 ssh-agent 02:18:23 SSH_AUTH_SOCK=/tmp/ssh-padq6Dx57mB0/agent.33 02:18:23 SSH_AGENT_PID=39 02:18:23 Running ssh-add (command line suppressed) 02:18:23 Identity added: /w/workspace/edgex-go/834@tmp/private_key_5269213486169243767.key (/w/workspace/edgex-go/834@tmp/private_key_5269213486169243767.key) 02:18:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:18:23 + git semver push 02:18:24 2025-05-05 02:18:24,120 [run_push] DEBUG push 02:18:24 2025-05-05 02:18:24,120 [execute] INFO git cat-file --batch-check 02:18:24 2025-05-05 02:18:24,121 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/834/.semver, universal_newlines=False, shell=None, istream=) 02:18:24 2025-05-05 02:18:24,124 [execute] INFO git rev-list a1af7db241ee77034d4db6d3ff877609808342be -- 02:18:24 2025-05-05 02:18:24,125 [execute] DEBUG Popen(['git', 'rev-list', 'a1af7db241ee77034d4db6d3ff877609808342be', '--'], cwd=/w/workspace/edgex-go/834/.semver, universal_newlines=False, shell=None, istream=None) 02:18:24 2025-05-05 02:18:24,143 [execute] INFO git fetch -v origin 02:18:24 2025-05-05 02:18:24,144 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/834/.semver, universal_newlines=True, shell=None, istream=None) 02:18:24 2025-05-05 02:18:24,621 [run_push] DEBUG no remote changes detected 02:18:24 2025-05-05 02:18:24,622 [execute] INFO git push origin semver 02:18:24 2025-05-05 02:18:24,622 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/834/.semver, universal_newlines=False, shell=None, istream=None) 02:18:25 2025-05-05 02:18:25,276 [run_push] DEBUG push all version tags 02:18:25 2025-05-05 02:18:25,276 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:18:25 2025-05-05 02:18:25,277 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/834, universal_newlines=False, shell=None, istream=None) 02:18:26 2025-05-05 02:18:25,922 [read_version] DEBUG read version from /w/workspace/edgex-go/834/.semver/main 02:18:26 4.1.0-dev.9 [Pipeline] } 02:18:26 $ docker exec --env ******** --env ******** 3b113bca36c28dd6ca1f482eebd42d88b6617543b54cbe00f55abc6a2024d7c5 ssh-agent -k 02:18:26 unset SSH_AUTH_SOCK; 02:18:26 unset SSH_AGENT_PID; 02:18:26 echo Agent pid 39 killed; 02:18:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:18:26 + git semver [Pipeline] } 02:18:26 $ docker stop --time=1 3b113bca36c28dd6ca1f482eebd42d88b6617543b54cbe00f55abc6a2024d7c5 02:18:28 $ docker rm -f --volumes 3b113bca36c28dd6ca1f482eebd42d88b6617543b54cbe00f55abc6a2024d7c5 [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 02:18:28 + [ -d /w/workspace/edgex-go/834/archives ] [Pipeline] libraryResource [Pipeline] sh 02:18:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:18:29 ---> package-listing.sh 02:18:29 ++ facter osfamily 02:18:29 ++ tr '[:upper:]' '[:lower:]' 02:18:30 + OS_FAMILY=debian 02:18:30 + workspace=/w/workspace/edgex-go/834 02:18:30 + START_PACKAGES=/tmp/packages_start.txt 02:18:30 + END_PACKAGES=/tmp/packages_end.txt 02:18:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:18:30 + PACKAGES=/tmp/packages_start.txt 02:18:30 + '[' /w/workspace/edgex-go/834 ']' 02:18:30 + PACKAGES=/tmp/packages_end.txt 02:18:30 + case "${OS_FAMILY}" in 02:18:30 + dpkg -l 02:18:30 + grep '^ii' 02:18:30 + '[' -f /tmp/packages_start.txt ']' 02:18:30 + '[' -f /tmp/packages_end.txt ']' 02:18:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:18:30 + '[' /w/workspace/edgex-go/834 ']' 02:18:30 + mkdir -p /w/workspace/edgex-go/834/archives/ 02:18:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/834/archives/ [Pipeline] echo 02:18:30 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/834/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:18:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:31 02:18:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:31 latest: Pulling from edgex-lftools-log-publisher 02:18:31 5eb5b503b376: Pulling fs layer 02:18:31 5c69ac0246d0: Pulling fs layer 02:18:31 ec43610c2a17: Pulling fs layer 02:18:31 3a2ae6a8a46f: Pulling fs layer 02:18:31 33b1e0a273af: Pulling fs layer 02:18:31 5d3b04190fa2: Pulling fs layer 02:18:31 2f39f015ded8: Pulling fs layer 02:18:31 3a2ae6a8a46f: Waiting 02:18:31 33b1e0a273af: Waiting 02:18:31 5d3b04190fa2: Waiting 02:18:31 2f39f015ded8: Waiting 02:18:31 5c69ac0246d0: Download complete 02:18:31 33b1e0a273af: Verifying Checksum 02:18:31 33b1e0a273af: Download complete 02:18:31 5d3b04190fa2: Verifying Checksum 02:18:31 5d3b04190fa2: Download complete 02:18:31 ec43610c2a17: Verifying Checksum 02:18:31 ec43610c2a17: Download complete 02:18:31 5eb5b503b376: Verifying Checksum 02:18:31 5eb5b503b376: Download complete 02:18:32 2f39f015ded8: Download complete 02:18:32 5eb5b503b376: Pull complete 02:18:32 5c69ac0246d0: Pull complete 02:18:33 ec43610c2a17: Pull complete 02:18:33 3a2ae6a8a46f: Pull complete 02:18:33 33b1e0a273af: Pull complete 02:18:33 5d3b04190fa2: Pull complete 02:18:37 2f39f015ded8: Pull complete 02:18:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:18:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:37 prd-ubuntu20.04-docker-8c-8g-893 does not seem to be running inside a container 02:18:37 $ 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/834/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/834 -v /w/workspace/edgex-go/834:/w/workspace/edgex-go/834:rw,z -v /w/workspace/edgex-go/834@tmp:/w/workspace/edgex-go/834@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 02:18:39 $ docker top 65ee3f5aa9a488a19dc19df4055881dd0be54f6ea9a660a8071a09d8ee30f5cb -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:40 + touch /tmp/pre-build-complete [Pipeline] sh 02:18:40 + mkdir -p /var/log/sysstat [Pipeline] sh 02:18:40 + ls /var/log/sa-host 02:18:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:18:40 provisioning config files... 02:18:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/834@tmp/config14963281087636870839tmp [Pipeline] { [Pipeline] echo 02:18:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:18:40 ---> create-netrc.sh [Pipeline] } 02:18:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:18:41 ---> python-tools-install.sh [Pipeline] echo 02:18:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:18:41 ---> sudo-logs.sh 02:18:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:18:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:18:41 ---> job-cost.sh 02:18:41 lf-activate-venv: SKIPPING 02:18:41 DEBUG: total: 0.10999999940395355 02:18:41 INFO: Retrieving Stack Cost... 02:18:42 INFO: Retrieving Pricing Info for: v3-standard-8 02:18:42 INFO: Archiving Costs [Pipeline] echo 02:18:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:18:42 ---> logs-deploy.sh 02:18:42 lf-activate-venv: SKIPPING 02:18:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/834 02:18:42 INFO: archiving workspace using pattern(s): 02:18:43 Archives upload complete. 02:18:44 INFO: archiving logs to Nexus 02:18:44 ---> uname -a: 02:18:44 Linux prd-ubuntu20-04-docker-8c-8g-893 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:18:44 02:18:44 02:18:44 ---> lscpu: 02:18:44 Architecture: x86_64 02:18:44 CPU op-mode(s): 32-bit, 64-bit 02:18:44 Byte Order: Little Endian 02:18:44 Address sizes: 40 bits physical, 48 bits virtual 02:18:44 CPU(s): 8 02:18:44 On-line CPU(s) list: 0-7 02:18:44 Thread(s) per core: 1 02:18:44 Core(s) per socket: 1 02:18:44 Socket(s): 8 02:18:44 NUMA node(s): 1 02:18:44 Vendor ID: AuthenticAMD 02:18:44 CPU family: 23 02:18:44 Model: 49 02:18:44 Model name: AMD EPYC-Rome Processor 02:18:44 Stepping: 0 02:18:44 CPU MHz: 2799.996 02:18:44 BogoMIPS: 5599.99 02:18:44 Virtualization: AMD-V 02:18:44 Hypervisor vendor: KVM 02:18:44 Virtualization type: full 02:18:44 L1d cache: 256 KiB 02:18:44 L1i cache: 256 KiB 02:18:44 L2 cache: 4 MiB 02:18:44 L3 cache: 128 MiB 02:18:44 NUMA node0 CPU(s): 0-7 02:18:44 Vulnerability Itlb multihit: Not affected 02:18:44 Vulnerability L1tf: Not affected 02:18:44 Vulnerability Mds: Not affected 02:18:44 Vulnerability Meltdown: Not affected 02:18:44 Vulnerability Mmio stale data: Not affected 02:18:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:18:44 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:18:44 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:18:44 Vulnerability Srbds: Not affected 02:18:44 Vulnerability Tsx async abort: Not affected 02:18:44 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 02:18:44 02:18:44 02:18:45 ---> nproc: 02:18:45 8 02:18:45 02:18:45 02:18:45 ---> df -h: 02:18:45 Filesystem Size Used Avail Use% Mounted on 02:18:45 overlay 155G 30G 126G 20% / 02:18:45 tmpfs 64M 0 64M 0% /dev 02:18:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:18:45 shm 64M 0 64M 0% /dev/shm 02:18:45 /dev/vda1 155G 30G 126G 20% /facter-os 02:18:45 02:18:45 02:18:45 ---> sar -b -r -n DEV: 02:18:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-893) 05/05/25 _x86_64_ (8 CPU) 02:18:45 02:18:45 01:26:06 LINUX RESTART (8 CPU) 02:18:45 02:18:45 01:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:18:45 01:28:01 205.47 2.49 202.98 0.00 64.80 101673.21 0.00 02:18:45 01:29:01 47.80 1.20 46.60 0.00 25.46 35414.35 0.00 02:18:45 01:30:01 33.76 0.15 33.61 0.00 2.40 20578.30 0.00 02:18:45 01:31:01 646.23 2.75 643.48 0.00 86.52 270360.14 0.00 02:18:45 01:32:01 908.38 16.91 891.47 0.00 2709.90 254120.09 0.00 02:18:45 01:33:01 495.30 0.07 495.23 0.00 0.53 122221.13 0.00 02:18:45 01:34:01 589.22 0.03 589.19 0.00 0.27 147318.11 0.00 02:18:45 01:35:01 133.54 0.10 133.44 0.00 15.19 7806.46 0.00 02:18:45 01:36:01 22.05 0.02 22.03 0.00 3.07 577.37 0.00 02:18:45 01:37:02 1.92 0.00 1.92 0.00 0.00 20.93 0.00 02:18:45 01:38:01 1.30 0.00 1.30 0.00 0.00 19.24 0.00 02:18:45 01:39:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 02:18:45 01:40:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 02:18:45 01:41:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 02:18:45 01:42:01 1.48 0.02 1.47 0.00 0.13 20.40 0.00 02:18:45 01:43:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 02:18:45 01:44:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 02:18:45 01:45:01 1.52 0.00 1.52 0.00 0.00 18.00 0.00 02:18:45 01:46:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 02:18:45 01:47:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 02:18:45 01:48:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 02:18:45 01:49:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 02:18:45 01:50:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 02:18:45 01:51:01 1.73 0.00 1.73 0.00 0.00 20.53 0.00 02:18:45 01:52:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 02:18:45 01:53:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 02:18:45 01:54:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 02:18:45 01:55:01 1.97 0.00 1.97 0.00 0.00 23.60 0.00 02:18:45 01:56:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 02:18:45 01:57:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 02:18:45 01:58:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 02:18:45 01:59:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 02:18:45 02:00:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 02:18:45 02:01:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 02:18:45 02:02:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 02:18:45 02:03:01 1.63 0.00 1.63 0.00 0.00 19.33 0.00 02:18:45 02:04:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 02:18:45 02:05:01 1.58 0.00 1.58 0.00 0.00 18.93 0.00 02:18:45 02:06:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 02:18:45 02:07:01 1.65 0.00 1.65 0.00 0.00 20.26 0.00 02:18:45 02:08:01 0.90 0.00 0.90 0.00 0.00 10.80 0.00 02:18:45 02:09:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 02:18:45 02:10:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 02:18:45 02:11:01 1.57 0.00 1.57 0.00 0.00 18.40 0.00 02:18:45 02:12:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 02:18:45 02:13:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 02:18:45 02:14:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 02:18:45 02:15:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 02:18:45 02:16:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 02:18:45 02:17:01 1.45 0.02 1.43 0.00 0.13 19.19 0.00 02:18:45 02:18:01 127.38 0.20 127.18 0.00 9.33 38128.05 0.00 02:18:45 Average: 63.97 0.47 63.51 0.00 57.23 19565.17 0.00 02:18:45 02:18:45 01:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:18:45 01:28:01 27618292 31205940 1096868 3.34 127476 3627028 2424744 7.15 1742872 3009644 378536 02:18:45 01:29:01 27345480 31306936 991624 3.02 131632 3960596 2352988 6.93 1602580 3386024 191704 02:18:45 01:30:01 26312108 31491632 806480 2.45 135940 5108340 1809084 5.33 1818656 4141452 781424 02:18:45 01:31:01 19787220 31004476 1264044 3.84 190200 10856092 3887864 11.46 2552532 9642376 366300 02:18:45 01:32:01 8150860 27926960 4252584 12.93 407904 18489300 11743644 34.61 7063864 15942080 1078220 02:18:45 01:33:01 4893388 27137628 5046928 15.35 422940 20847552 10384284 30.60 8908736 17275728 181548 02:18:45 01:34:01 7376244 30995564 1231400 3.74 438400 22301680 3105992 9.15 4505148 19359072 83480 02:18:45 01:35:01 8606180 31401448 846612 2.57 441300 21544028 2163812 6.38 3629528 19102912 608 02:18:45 01:36:01 8598560 31395304 852276 2.59 442292 21544448 2138396 6.30 4029936 18709112 132 02:18:45 01:37:02 8601412 31398220 849472 2.58 442312 21544448 2138396 6.30 4025124 18709112 12 02:18:45 01:38:01 8601164 31398068 849400 2.58 442340 21544452 2138396 6.30 4025812 18709116 4 02:18:45 01:39:01 8601548 31398484 849428 2.58 442368 21544456 2138396 6.30 4025220 18709120 4 02:18:45 01:40:01 8620464 31417412 830556 2.53 442384 21544460 2138396 6.30 4007700 18709124 8 02:18:45 01:41:01 8620980 31417964 830176 2.52 442424 21544448 2154608 6.35 4007476 18709128 4 02:18:45 01:42:01 8620876 31417996 830284 2.52 442460 21544436 2188676 6.45 4007052 18709108 8 02:18:45 01:43:01 8621056 31418292 829856 2.52 442480 21544448 2188676 6.45 4007348 18709112 184 02:18:45 01:44:01 8621332 31418572 829564 2.52 442496 21544448 2188676 6.45 4007032 18709112 8 02:18:45 01:45:01 8621048 31418308 829832 2.52 442512 21544448 2188676 6.45 4006856 18709116 16 02:18:45 01:46:01 8621268 31418552 829504 2.52 442580 21544440 2188676 6.45 4006880 18709120 8 02:18:45 01:47:01 8622024 31419388 828700 2.52 442604 21544456 2188676 6.45 4006688 18709120 8 02:18:45 01:48:01 8621620 31419000 829028 2.52 442616 21544460 2188676 6.45 4006832 18709124 8 02:18:45 01:49:01 8621612 31419016 828952 2.52 442636 21544464 2188676 6.45 4006652 18709128 8 02:18:45 01:50:01 8621564 31418988 828920 2.52 442656 21544464 2188676 6.45 4006672 18709132 12 02:18:45 01:51:01 8621924 31419380 828924 2.52 442672 21544472 2188676 6.45 4006732 18709136 36 02:18:45 01:52:01 8621916 31419372 828900 2.52 442676 21544472 2188676 6.45 4006804 18709136 4 02:18:45 01:53:01 8621348 31418828 829376 2.52 442692 21544476 2188676 6.45 4006760 18709140 8 02:18:45 01:54:01 8621592 31419084 829060 2.52 442704 21544476 2188676 6.45 4006772 18709140 4 02:18:45 01:55:01 8621608 31419128 828984 2.52 442744 21544480 2188676 6.45 4006808 18709144 8 02:18:45 01:56:01 8621488 31419040 829012 2.52 442772 21544476 2188676 6.45 4006824 18709148 8 02:18:45 01:57:01 8621472 31419060 828984 2.52 442788 21544488 2188676 6.45 4006924 18709152 8 02:18:45 01:58:01 8621456 31419068 828916 2.52 442800 21544496 2188676 6.45 4006876 18709160 8 02:18:45 01:59:01 8621408 31419036 829000 2.52 442812 21544496 2188676 6.45 4007156 18709160 4 02:18:45 02:00:01 8621560 31419204 828976 2.52 442824 21544500 2188676 6.45 4006912 18709164 4 02:18:45 02:01:01 8621528 31419192 828960 2.52 442848 21544492 2188676 6.45 4006928 18709168 8 02:18:45 02:02:01 8621652 31419332 828676 2.52 442876 21544504 2188676 6.45 4007572 18709168 184 02:18:45 02:03:01 8621204 31418944 829092 2.52 442900 21544508 2188676 6.45 4009940 18709172 8 02:18:45 02:04:01 8621220 31419076 828880 2.52 442908 21544636 2188676 6.45 4009988 18709284 8 02:18:45 02:05:01 8620384 31418292 829624 2.52 442932 21544640 2188676 6.45 4010356 18709304 8 02:18:45 02:06:01 8620316 31418248 829856 2.52 442960 21544628 2188676 6.45 4010088 18709304 12 02:18:45 02:07:01 8620080 31418044 830020 2.52 442980 21544648 2188676 6.45 4010168 18709312 8 02:18:45 02:08:01 8619456 31417424 830560 2.53 442992 21544652 2188676 6.45 4010108 18709316 4 02:18:45 02:09:01 8619820 31417788 830320 2.53 443000 21544652 2188676 6.45 4010092 18709316 4 02:18:45 02:10:01 8619812 31417828 830288 2.52 443012 21544656 2188676 6.45 4010140 18709324 8 02:18:45 02:11:01 8619812 31417828 830228 2.52 443048 21544648 2188676 6.45 4010140 18709324 8 02:18:45 02:12:01 8619472 31417536 830424 2.53 443060 21544660 2188676 6.45 4010756 18709324 196 02:18:45 02:13:01 8619496 31417564 830364 2.53 443092 21544664 2188676 6.45 4010220 18709328 8 02:18:45 02:14:01 8619228 31417296 830564 2.53 443100 21544664 2188676 6.45 4010204 18709328 8 02:18:45 02:15:01 8619148 31417272 830556 2.53 443120 21544672 2188676 6.45 4010544 18709336 12 02:18:45 02:16:01 8619324 31417448 830544 2.53 443144 21544660 2188676 6.45 4010284 18709336 8 02:18:45 02:17:01 8619128 31417336 830660 2.53 443188 21544676 2188676 6.45 4010396 18709344 8 02:18:45 02:18:01 7816512 31357528 886524 2.70 452588 22223472 2383208 7.02 4107380 19352600 924 02:18:45 Average: 9801954 31241555 1006838 3.06 418513 20271144 2586168 7.62 4006884 17588199 60074 02:18:45 02:18:45 01:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:18:45 01:28:01 vethad88d4e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:28:01 docker0 578.17 663.46 42.59 3100.20 0.00 0.00 0.00 0.00 02:18:45 01:28:01 ens3 826.54 677.92 6388.52 75.02 0.00 0.00 0.00 0.00 02:18:45 01:28:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 02:18:45 01:29:01 vethad88d4e 1.17 1.22 0.10 0.11 0.00 0.00 0.00 0.00 02:18:45 01:29:01 docker0 1.17 1.17 0.09 0.11 0.00 0.00 0.00 0.00 02:18:45 01:29:01 ens3 40.79 25.76 30.98 19.70 0.00 0.00 0.00 0.00 02:18:45 01:29:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 02:18:45 01:30:01 vethad88d4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:30:01 ens3 20.80 12.13 16.99 10.88 0.00 0.00 0.00 0.00 02:18:45 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:31:01 veth2a33ea0 29.75 43.81 2.92 167.79 0.00 0.00 0.00 0.01 02:18:45 01:31:01 veth7a72415 39.29 67.64 4.02 383.31 0.00 0.00 0.00 0.03 02:18:45 01:31:01 veth913a801 17.83 22.73 1.72 12.19 0.00 0.00 0.00 0.00 02:18:45 01:31:01 vethfc6d242 35.38 56.11 3.54 285.21 0.00 0.00 0.00 0.02 02:18:45 01:31:01 docker0 259.84 426.53 20.90 2930.16 0.00 0.00 0.00 0.00 02:18:45 01:31:01 ens3 607.50 386.82 6018.29 173.83 0.00 0.00 0.00 0.00 02:18:45 01:31:01 veth041d0c8 32.91 54.79 3.37 280.13 0.00 0.00 0.00 0.02 02:18:45 01:31:01 veth2d82fc7 43.13 69.84 4.30 388.86 0.00 0.00 0.00 0.03 02:18:45 01:31:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 02:18:45 01:31:01 veth39e565b 0.60 1.23 0.05 0.27 0.00 0.00 0.00 0.00 02:18:45 01:32:01 vethf4eacc2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth210e26d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth5968aa8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth4576d8e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth9e29f9c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth29c0438 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth7647ce5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 vethea24e38 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth4bfcbec 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 docker0 245.10 542.74 22.86 5845.50 0.00 0.00 0.00 0.00 02:18:45 01:32:01 vethb12617e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 ens3 659.11 299.22 8136.88 37.04 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth00d31d1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth39e565b 0.07 0.10 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:32:01 veth87edb52 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 01:33:01 vethf4eacc2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth210e26d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth5968aa8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth4576d8e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth9e29f9c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 vethea24e38 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth4bfcbec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 vethb12617e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 ens3 7.06 5.11 5.32 3.18 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth00d31d1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth39e565b 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:33:01 veth87edb52 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:34:01 vethea24e38 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:34:01 vethb12617e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:34:01 ens3 9.88 7.60 7.81 4.69 0.00 0.00 0.00 0.00 02:18:45 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:34:01 veth39e565b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:35:01 ens3 431.29 444.10 234.47 1776.43 0.00 0.00 0.00 0.00 02:18:45 01:35:01 lo 51.92 51.92 5.12 5.12 0.00 0.00 0.00 0.00 02:18:45 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:36:01 ens3 306.17 313.00 139.75 2021.23 0.00 0.00 0.00 0.00 02:18:45 01:36:01 lo 27.33 27.33 2.70 2.70 0.00 0.00 0.00 0.00 02:18:45 01:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:37:02 ens3 0.67 0.20 0.13 0.07 0.00 0.00 0.00 0.00 02:18:45 01:37:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:38:01 ens3 0.88 0.61 1.14 0.23 0.00 0.00 0.00 0.00 02:18:45 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:39:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:42:01 ens3 0.25 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:18:45 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:43:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:44:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:45:01 ens3 0.38 0.22 0.10 0.01 0.00 0.00 0.00 0.00 02:18:45 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:47:01 ens3 0.67 0.25 0.13 0.08 0.00 0.00 0.00 0.00 02:18:45 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:48:01 ens3 0.47 0.37 0.26 0.21 0.00 0.00 0.00 0.00 02:18:45 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:49:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:51:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:52:01 ens3 0.27 0.25 0.12 0.08 0.00 0.00 0.00 0.00 02:18:45 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:53:01 ens3 0.33 0.23 0.13 0.02 0.00 0.00 0.00 0.00 02:18:45 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:56:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:57:01 ens3 0.38 0.23 0.09 0.08 0.00 0.00 0.00 0.00 02:18:45 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:58:01 ens3 0.45 0.02 0.05 0.00 0.00 0.00 0.00 0.00 02:18:45 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 01:59:01 ens3 0.63 0.60 0.36 0.23 0.00 0.00 0.00 0.00 02:18:45 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:01:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:02:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:18:45 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:03:01 ens3 2.42 7.52 0.16 19.92 0.00 0.00 0.00 0.00 02:18:45 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:04:01 ens3 0.53 0.07 0.11 0.00 0.00 0.00 0.00 0.00 02:18:45 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:05:01 ens3 8.11 13.33 0.86 14.78 0.00 0.00 0.00 0.00 02:18:45 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:07:01 ens3 0.80 1.87 0.12 6.69 0.00 0.00 0.00 0.00 02:18:45 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:08:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:18:45 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:12:01 ens3 4.07 7.33 0.33 7.40 0.00 0.00 0.00 0.00 02:18:45 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:13:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:14:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:18:45 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 02:17:01 ens3 4.10 7.53 0.33 7.41 0.00 0.00 0.00 0.00 02:18:45 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:45 02:18:01 docker0 72.07 113.35 6.30 869.28 0.00 0.00 0.00 0.00 02:18:45 02:18:01 ens3 285.90 183.05 4821.82 93.22 0.00 0.00 0.00 0.00 02:18:45 02:18:01 vethdb5ec60 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:18:45 02:18:01 lo 1.60 1.60 0.17 0.17 0.00 0.00 0.00 0.00 02:18:45 Average: docker0 22.50 34.07 1.81 249.06 0.00 0.00 0.00 0.00 02:18:45 Average: ens3 62.96 46.81 504.24 83.81 0.00 0.00 0.00 0.00 02:18:45 Average: vethdb5ec60 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:45 Average: lo 1.74 1.74 0.17 0.17 0.00 0.00 0.00 0.00 02:18:45 02:18:45 02:18:45 ---> sar -P ALL: 02:18:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-893) 05/05/25 _x86_64_ (8 CPU) 02:18:45 02:18:45 01:26:06 LINUX RESTART (8 CPU) 02:18:45 02:18:45 01:27:02 CPU %user %nice %system %iowait %steal %idle 02:18:45 01:28:01 all 18.99 0.00 4.75 0.85 0.06 75.34 02:18:45 01:28:01 0 17.74 0.00 5.69 0.17 0.07 76.34 02:18:45 01:28:01 1 19.78 0.00 4.22 0.07 0.05 75.88 02:18:45 01:28:01 2 18.20 0.00 4.62 2.17 0.07 74.94 02:18:45 01:28:01 3 20.10 0.00 4.94 0.53 0.07 74.36 02:18:45 01:28:01 4 20.58 0.00 5.37 0.12 0.07 73.86 02:18:45 01:28:01 5 17.80 0.00 4.19 1.05 0.05 76.91 02:18:45 01:28:01 6 18.86 0.00 5.07 2.51 0.07 73.49 02:18:45 01:28:01 7 18.88 0.00 3.89 0.19 0.07 76.98 02:18:45 01:29:01 all 38.21 0.00 6.39 0.39 0.08 54.93 02:18:45 01:29:01 0 41.40 0.00 6.34 0.00 0.08 52.17 02:18:45 01:29:01 1 37.75 0.00 6.14 0.02 0.08 56.01 02:18:45 01:29:01 2 38.05 0.00 6.52 1.34 0.08 54.00 02:18:45 01:29:01 3 36.23 0.00 6.80 0.03 0.08 56.86 02:18:45 01:29:01 4 38.04 0.00 6.89 1.65 0.08 53.34 02:18:45 01:29:01 5 38.68 0.00 5.93 0.00 0.08 55.30 02:18:45 01:29:01 6 37.57 0.00 6.70 0.00 0.08 55.65 02:18:45 01:29:01 7 37.97 0.00 5.77 0.10 0.08 56.08 02:18:45 01:30:01 all 68.24 0.00 7.99 0.07 0.28 23.41 02:18:45 01:30:01 0 68.28 0.00 7.57 0.02 0.10 24.03 02:18:45 01:30:01 1 69.69 0.00 8.12 0.05 0.10 22.03 02:18:45 01:30:01 2 68.43 0.00 7.97 0.05 0.10 23.45 02:18:45 01:30:01 3 67.24 0.00 8.22 0.07 0.10 24.36 02:18:45 01:30:01 4 67.64 0.00 8.23 0.27 1.56 22.29 02:18:45 01:30:01 5 69.28 0.00 7.94 0.00 0.10 22.68 02:18:45 01:30:01 6 67.99 0.00 8.27 0.03 0.10 23.60 02:18:45 01:30:01 7 67.43 0.00 7.59 0.07 0.08 24.82 02:18:45 01:31:01 all 28.74 0.00 10.18 4.41 0.11 56.57 02:18:45 01:31:01 0 27.85 0.00 11.43 4.02 0.08 56.61 02:18:45 01:31:01 1 28.21 0.00 9.99 5.82 0.09 55.90 02:18:45 01:31:01 2 27.28 0.00 11.41 4.30 0.08 56.93 02:18:45 01:31:01 3 29.85 0.00 8.81 2.94 0.25 58.15 02:18:45 01:31:01 4 27.69 0.00 10.15 5.07 0.10 57.00 02:18:45 01:31:01 5 28.06 0.00 9.92 4.45 0.10 57.47 02:18:45 01:31:01 6 31.45 0.00 10.10 3.22 0.09 55.14 02:18:45 01:31:01 7 29.57 0.00 9.59 5.47 0.09 55.29 02:18:45 01:32:01 all 61.15 0.00 12.42 5.82 0.11 20.50 02:18:45 01:32:01 0 60.28 0.00 12.14 2.89 0.10 24.58 02:18:45 01:32:01 1 61.11 0.00 12.73 7.40 0.10 18.66 02:18:45 01:32:01 2 61.68 0.00 11.97 3.43 0.10 22.82 02:18:45 01:32:01 3 61.24 0.00 11.73 3.59 0.12 23.33 02:18:45 01:32:01 4 60.25 0.00 16.38 18.62 0.12 4.63 02:18:45 01:32:01 5 61.34 0.00 10.51 2.24 0.12 25.78 02:18:45 01:32:01 6 62.28 0.00 11.26 4.30 0.10 22.06 02:18:45 01:32:01 7 61.05 0.00 12.64 4.14 0.12 22.06 02:18:45 01:33:01 all 90.41 0.00 9.47 0.00 0.12 0.00 02:18:45 01:33:01 0 90.95 0.00 8.90 0.00 0.15 0.00 02:18:45 01:33:01 1 90.49 0.00 9.40 0.00 0.12 0.00 02:18:45 01:33:01 2 90.57 0.00 9.30 0.00 0.13 0.00 02:18:45 01:33:01 3 90.44 0.00 9.43 0.00 0.13 0.00 02:18:45 01:33:01 4 90.74 0.00 9.15 0.00 0.12 0.00 02:18:45 01:33:01 5 90.44 0.00 9.45 0.00 0.12 0.00 02:18:45 01:33:01 6 91.72 0.00 8.15 0.00 0.13 0.00 02:18:45 01:33:01 7 87.92 0.00 11.98 0.00 0.10 0.00 02:18:45 01:34:01 all 87.22 0.00 10.73 0.48 0.12 1.46 02:18:45 01:34:01 0 87.71 0.00 10.03 0.80 0.13 1.32 02:18:45 01:34:01 1 86.83 0.00 11.29 0.43 0.10 1.35 02:18:45 01:34:01 2 87.88 0.00 10.57 0.32 0.12 1.12 02:18:45 01:34:01 3 86.84 0.00 10.79 0.37 0.12 1.88 02:18:45 01:34:01 4 87.64 0.00 9.99 0.35 0.10 1.91 02:18:45 01:34:01 5 86.38 0.00 11.62 0.33 0.13 1.54 02:18:45 01:34:01 6 88.38 0.00 9.78 0.64 0.13 1.08 02:18:45 01:34:01 7 86.08 0.00 11.73 0.60 0.12 1.47 02:18:45 01:35:01 all 7.31 0.00 1.37 0.29 0.07 90.95 02:18:45 01:35:01 0 5.83 0.00 1.60 0.45 0.05 92.07 02:18:45 01:35:01 1 6.09 0.00 1.27 0.13 0.07 92.44 02:18:45 01:35:01 2 6.22 0.00 1.54 0.59 0.10 91.55 02:18:45 01:35:01 3 8.86 0.00 1.19 0.65 0.07 89.24 02:18:45 01:35:01 4 7.77 0.00 1.30 0.10 0.07 90.76 02:18:45 01:35:01 5 8.14 0.00 1.42 0.15 0.07 90.22 02:18:45 01:35:01 6 7.98 0.00 1.35 0.23 0.07 90.37 02:18:45 01:35:01 7 7.63 0.00 1.29 0.05 0.07 90.96 02:18:45 01:36:01 all 7.96 0.00 0.70 0.08 0.06 91.19 02:18:45 01:36:01 0 4.97 0.00 0.65 0.02 0.05 94.31 02:18:45 01:36:01 1 12.26 0.00 0.74 0.18 0.05 86.77 02:18:45 01:36:01 2 6.06 0.00 0.60 0.00 0.05 93.29 02:18:45 01:36:01 3 10.25 0.00 0.74 0.05 0.07 88.90 02:18:45 01:36:01 4 8.53 0.00 0.83 0.10 0.07 90.47 02:18:45 01:36:01 5 7.91 0.00 0.62 0.13 0.05 91.29 02:18:45 01:36:01 6 3.90 0.00 0.75 0.08 0.05 95.21 02:18:45 01:36:01 7 9.79 0.00 0.70 0.10 0.08 89.32 02:18:45 01:37:02 all 0.21 0.00 0.02 0.01 0.01 99.76 02:18:45 01:37:02 0 1.32 0.00 0.03 0.00 0.00 98.65 02:18:45 01:37:02 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:37:02 2 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:37:02 3 0.03 0.00 0.05 0.00 0.02 99.90 02:18:45 01:37:02 4 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 01:37:02 5 0.05 0.00 0.02 0.05 0.02 99.87 02:18:45 01:37:02 6 0.17 0.00 0.00 0.02 0.00 99.82 02:18:45 01:37:02 7 0.02 0.00 0.03 0.00 0.00 99.95 02:18:45 01:38:01 all 0.29 0.00 0.02 0.01 0.01 99.67 02:18:45 01:38:01 0 1.97 0.00 0.00 0.00 0.00 98.03 02:18:45 01:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 01:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:38:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:18:45 01:38:01 4 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 01:38:01 5 0.07 0.00 0.02 0.02 0.02 99.88 02:18:45 01:38:01 6 0.02 0.00 0.02 0.08 0.00 99.88 02:18:45 01:38:01 7 0.08 0.00 0.03 0.00 0.02 99.86 02:18:45 02:18:45 01:38:01 CPU %user %nice %system %iowait %steal %idle 02:18:45 01:39:01 all 0.18 0.00 0.02 0.00 0.01 99.79 02:18:45 01:39:01 0 1.24 0.00 0.02 0.00 0.00 98.74 02:18:45 01:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:39:01 4 0.02 0.00 0.03 0.00 0.00 99.95 02:18:45 01:39:01 5 0.03 0.00 0.03 0.02 0.00 99.92 02:18:45 01:39:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:39:01 7 0.08 0.00 0.02 0.00 0.05 99.85 02:18:45 01:40:01 all 0.04 0.00 0.01 0.00 0.01 99.95 02:18:45 01:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:40:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:18:45 01:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 01:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:18:45 01:40:01 5 0.08 0.00 0.02 0.00 0.02 99.88 02:18:45 01:40:01 6 0.05 0.00 0.02 0.02 0.00 99.92 02:18:45 01:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 01:41:01 all 0.03 0.00 0.02 0.01 0.01 99.94 02:18:45 01:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:41:01 4 0.00 0.00 0.03 0.00 0.02 99.95 02:18:45 01:41:01 5 0.07 0.00 0.03 0.03 0.02 99.85 02:18:45 01:41:01 6 0.03 0.00 0.02 0.02 0.02 99.92 02:18:45 01:41:01 7 0.10 0.00 0.07 0.00 0.02 99.82 02:18:45 01:42:01 all 0.05 0.00 0.05 0.00 0.00 99.90 02:18:45 01:42:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:18:45 01:42:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:42:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:18:45 01:42:01 3 0.02 0.00 0.10 0.00 0.00 99.88 02:18:45 01:42:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:42:01 5 0.07 0.00 0.05 0.00 0.00 99.88 02:18:45 01:42:01 6 0.05 0.00 0.05 0.03 0.00 99.87 02:18:45 01:42:01 7 0.05 0.00 0.05 0.00 0.02 99.88 02:18:45 01:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:18:45 01:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:43:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 01:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 02:18:45 01:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:43:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:43:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:18:45 01:43:01 7 0.07 0.00 0.05 0.00 0.02 99.87 02:18:45 01:44:01 all 0.03 0.00 0.02 0.00 0.01 99.95 02:18:45 01:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:44:01 2 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 01:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 01:44:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:18:45 01:44:01 6 0.00 0.00 0.02 0.02 0.02 99.95 02:18:45 01:44:01 7 0.05 0.00 0.05 0.00 0.02 99.88 02:18:45 01:45:01 all 0.04 0.00 0.01 0.00 0.00 99.94 02:18:45 01:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 01:45:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 01:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:45:01 3 0.03 0.00 0.02 0.02 0.00 99.93 02:18:45 01:45:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:45:01 5 0.07 0.00 0.03 0.00 0.00 99.90 02:18:45 01:45:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:18:45 01:45:01 7 0.07 0.00 0.03 0.00 0.02 99.88 02:18:45 01:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:18:45 01:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:46:01 2 0.05 0.00 0.02 0.00 0.03 99.90 02:18:45 01:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:46:01 5 0.07 0.00 0.03 0.00 0.02 99.88 02:18:45 01:46:01 6 0.00 0.00 0.02 0.03 0.00 99.95 02:18:45 01:46:01 7 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:47:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:18:45 01:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:47:01 2 0.03 0.00 0.07 0.02 0.02 99.87 02:18:45 01:47:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:18:45 01:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 01:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:47:01 6 0.03 0.00 0.03 0.02 0.00 99.92 02:18:45 01:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:48:01 all 0.06 0.00 0.02 0.00 0.01 99.91 02:18:45 01:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:48:01 1 0.20 0.00 0.05 0.00 0.02 99.73 02:18:45 01:48:01 2 0.07 0.00 0.03 0.00 0.02 99.88 02:18:45 01:48:01 3 0.00 0.00 0.00 0.02 0.00 99.98 02:18:45 01:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:48:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:48:01 6 0.07 0.00 0.00 0.00 0.00 99.93 02:18:45 01:48:01 7 0.05 0.00 0.02 0.00 0.02 99.92 02:18:45 01:49:01 all 0.29 0.00 0.00 0.00 0.00 99.70 02:18:45 01:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 01:49:01 1 1.99 0.00 0.00 0.00 0.00 98.01 02:18:45 01:49:01 2 0.08 0.00 0.00 0.02 0.02 99.88 02:18:45 01:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:49:01 5 0.07 0.00 0.00 0.00 0.02 99.92 02:18:45 01:49:01 6 0.03 0.00 0.02 0.02 0.00 99.93 02:18:45 01:49:01 7 0.08 0.00 0.02 0.00 0.00 99.90 02:18:45 02:18:45 01:49:01 CPU %user %nice %system %iowait %steal %idle 02:18:45 01:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:18:45 01:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:50:01 1 0.96 0.00 0.10 0.00 0.00 98.94 02:18:45 01:50:01 2 0.05 0.00 0.00 0.02 0.02 99.92 02:18:45 01:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:50:01 6 0.08 0.00 0.02 0.02 0.00 99.88 02:18:45 01:50:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:51:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:18:45 01:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:18:45 01:51:01 2 0.03 0.00 0.03 0.02 0.05 99.87 02:18:45 01:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:51:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 01:51:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:51:01 6 0.03 0.00 0.00 0.02 0.02 99.93 02:18:45 01:51:01 7 0.05 0.00 0.02 0.00 0.00 99.93 02:18:45 01:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:18:45 01:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:18:45 01:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:52:01 2 0.05 0.00 0.00 0.02 0.03 99.90 02:18:45 01:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:52:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:18:45 01:52:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:45 01:52:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:18:45 01:53:01 all 0.03 0.00 0.01 0.00 0.00 99.96 02:18:45 01:53:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 01:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:53:01 2 0.05 0.00 0.03 0.02 0.02 99.88 02:18:45 01:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:53:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 01:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:53:01 7 0.07 0.00 0.00 0.00 0.00 99.93 02:18:45 01:54:01 all 0.18 0.00 0.02 0.00 0.00 99.80 02:18:45 01:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:54:01 1 1.22 0.00 0.03 0.00 0.02 98.73 02:18:45 01:54:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:18:45 01:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:54:01 5 0.07 0.00 0.03 0.00 0.00 99.90 02:18:45 01:54:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:45 01:54:01 7 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 01:55:01 all 0.28 0.00 0.01 0.01 0.00 99.70 02:18:45 01:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:55:01 1 1.99 0.00 0.00 0.00 0.00 98.01 02:18:45 01:55:01 2 0.07 0.00 0.03 0.03 0.02 99.85 02:18:45 01:55:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 01:55:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:18:45 01:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 01:55:01 6 0.03 0.00 0.02 0.02 0.00 99.93 02:18:45 01:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:56:01 all 0.26 0.00 0.01 0.00 0.01 99.72 02:18:45 01:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:56:01 1 1.97 0.00 0.02 0.02 0.00 98.00 02:18:45 01:56:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 01:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 01:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 01:56:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 01:56:01 7 0.02 0.00 0.03 0.00 0.02 99.93 02:18:45 01:57:01 all 0.28 0.00 0.01 0.01 0.00 99.69 02:18:45 01:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:57:01 1 2.00 0.00 0.00 0.00 0.00 98.00 02:18:45 01:57:01 2 0.03 0.00 0.02 0.03 0.02 99.90 02:18:45 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 01:57:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:18:45 01:57:01 5 0.07 0.00 0.00 0.00 0.00 99.93 02:18:45 01:57:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 01:57:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:18:45 01:58:01 all 0.10 0.00 0.02 0.00 0.07 99.81 02:18:45 01:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 01:58:01 1 0.71 0.00 0.05 0.00 0.02 99.22 02:18:45 01:58:01 2 0.00 0.00 0.02 0.00 0.38 99.60 02:18:45 01:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:58:01 4 0.00 0.00 0.00 0.00 0.08 99.92 02:18:45 01:58:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 01:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 01:58:01 7 0.05 0.00 0.02 0.00 0.05 99.88 02:18:45 01:59:01 all 0.03 0.00 0.01 0.01 0.01 99.95 02:18:45 01:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 01:59:01 2 0.05 0.00 0.00 0.03 0.02 99.90 02:18:45 01:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 01:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 01:59:01 5 0.02 0.00 0.03 0.00 0.00 99.95 02:18:45 01:59:01 6 0.02 0.00 0.00 0.02 0.02 99.95 02:18:45 01:59:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:18:45 02:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:18:45 02:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 02:00:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:18:45 02:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:18:45 02:00:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 02:00:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:00:01 7 0.03 0.00 0.00 0.00 0.03 99.93 02:18:45 02:18:45 02:00:01 CPU %user %nice %system %iowait %steal %idle 02:18:45 02:01:01 all 0.03 0.00 0.01 0.00 0.00 99.96 02:18:45 02:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:01:01 2 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:01:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:18:45 02:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 02:01:01 7 0.08 0.00 0.03 0.00 0.02 99.87 02:18:45 02:02:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:18:45 02:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:02:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:02:01 2 0.03 0.00 0.00 0.02 0.02 99.93 02:18:45 02:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:02:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 02:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:02:01 7 0.05 0.00 0.02 0.00 0.00 99.93 02:18:45 02:03:01 all 0.04 0.00 0.02 0.00 0.01 99.93 02:18:45 02:03:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:18:45 02:03:01 1 0.08 0.00 0.00 0.02 0.00 99.90 02:18:45 02:03:01 2 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 02:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:03:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:18:45 02:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 02:03:01 7 0.10 0.00 0.05 0.00 0.02 99.83 02:18:45 02:04:01 all 0.03 0.00 0.01 0.00 0.01 99.96 02:18:45 02:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:04:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 02:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:04:01 4 0.02 0.00 0.03 0.00 0.02 99.93 02:18:45 02:04:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:18:45 02:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:04:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:18:45 02:05:01 all 0.02 0.00 0.02 0.00 0.04 99.92 02:18:45 02:05:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:18:45 02:05:01 1 0.02 0.00 0.00 0.02 0.00 99.97 02:18:45 02:05:01 2 0.00 0.00 0.02 0.02 0.28 99.68 02:18:45 02:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:05:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 02:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:05:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:18:45 02:06:01 all 0.02 0.00 0.02 0.00 0.00 99.95 02:18:45 02:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:06:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 02:18:45 02:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:06:01 4 0.02 0.00 0.03 0.00 0.00 99.95 02:18:45 02:06:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:18:45 02:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:06:01 7 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 02:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:18:45 02:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:18:45 02:07:01 1 0.03 0.00 0.00 0.02 0.02 99.93 02:18:45 02:07:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:18:45 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:07:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:18:45 02:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:18:45 02:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 02:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:08:01 2 0.02 0.00 0.02 0.02 0.02 99.93 02:18:45 02:08:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 02:08:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:08:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:18:45 02:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 02:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 02:09:01 all 0.02 0.00 0.02 0.01 0.01 99.95 02:18:45 02:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:18:45 02:09:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:09:01 2 0.02 0.00 0.00 0.03 0.00 99.95 02:18:45 02:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:18:45 02:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:18:45 02:09:01 5 0.05 0.00 0.05 0.00 0.02 99.88 02:18:45 02:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 02:09:01 7 0.05 0.00 0.03 0.00 0.00 99.92 02:18:45 02:10:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:18:45 02:10:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:18:45 02:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 02:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:10:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:18:45 02:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:10:01 7 0.07 0.00 0.00 0.00 0.02 99.92 02:18:45 02:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:18:45 02:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:11:01 1 0.00 0.00 0.00 0.02 0.02 99.97 02:18:45 02:11:01 2 0.00 0.00 0.00 0.02 0.02 99.97 02:18:45 02:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:18:45 02:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 02:11:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 02:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:11:01 7 0.05 0.00 0.02 0.00 0.02 99.92 02:18:45 02:18:45 02:11:01 CPU %user %nice %system %iowait %steal %idle 02:18:45 02:12:01 all 0.04 0.00 0.01 0.00 0.00 99.94 02:18:45 02:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:18:45 02:12:01 1 0.05 0.00 0.03 0.02 0.00 99.90 02:18:45 02:12:01 2 0.05 0.00 0.02 0.02 0.00 99.92 02:18:45 02:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:18:45 02:12:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:18:45 02:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 02:18:45 02:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:18:45 02:13:01 0 0.07 0.00 0.03 0.00 0.02 99.88 02:18:45 02:13:01 1 0.02 0.00 0.00 0.02 0.00 99.97 02:18:45 02:13:01 2 0.00 0.00 0.00 0.02 0.02 99.97 02:18:45 02:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:18:45 02:13:01 5 0.08 0.00 0.03 0.00 0.02 99.87 02:18:45 02:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:13:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:18:45 02:14:01 all 0.02 0.00 0.02 0.02 0.00 99.94 02:18:45 02:14:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:18:45 02:14:01 1 0.00 0.00 0.00 0.13 0.00 99.87 02:18:45 02:14:01 2 0.02 0.00 0.02 0.02 0.00 99.95 02:18:45 02:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:18:45 02:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:14:01 5 0.08 0.00 0.02 0.00 0.02 99.88 02:18:45 02:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:18:45 02:14:01 7 0.05 0.00 0.05 0.00 0.00 99.90 02:18:45 02:15:01 all 0.04 0.00 0.01 0.00 0.00 99.95 02:18:45 02:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:45 02:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:15:01 2 0.03 0.00 0.02 0.02 0.00 99.93 02:18:45 02:15:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:18:45 02:15:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 02:15:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 02:15:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 02:15:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:18:45 02:16:01 all 0.01 0.00 0.01 0.02 0.00 99.95 02:18:45 02:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:16:01 1 0.00 0.00 0.00 0.02 0.00 99.98 02:18:45 02:16:01 2 0.00 0.00 0.00 0.12 0.02 99.87 02:18:45 02:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:45 02:16:01 4 0.03 0.00 0.03 0.00 0.02 99.92 02:18:45 02:16:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 02:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:45 02:16:01 7 0.02 0.00 0.03 0.00 0.00 99.95 02:18:45 02:17:01 all 0.04 0.00 0.02 0.00 0.00 99.93 02:18:45 02:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:18:45 02:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:18:45 02:17:01 2 0.03 0.00 0.03 0.02 0.00 99.92 02:18:45 02:17:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:18:45 02:17:01 4 0.05 0.00 0.03 0.00 0.00 99.92 02:18:45 02:17:01 5 0.07 0.00 0.03 0.00 0.00 99.90 02:18:45 02:17:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:18:45 02:17:01 7 0.05 0.00 0.02 0.00 0.02 99.92 02:18:45 02:18:01 all 5.88 0.00 2.59 0.40 0.04 91.09 02:18:45 02:18:01 0 7.10 0.00 1.98 0.02 0.03 90.87 02:18:45 02:18:01 1 6.14 0.00 2.09 0.28 0.03 91.45 02:18:45 02:18:01 2 6.05 0.00 2.84 0.02 0.05 91.05 02:18:45 02:18:01 3 6.62 0.00 3.05 0.77 0.05 89.51 02:18:45 02:18:01 4 5.21 0.00 3.19 1.93 0.05 89.61 02:18:45 02:18:01 5 4.72 0.00 2.40 0.00 0.03 92.85 02:18:45 02:18:01 6 4.90 0.00 2.08 0.00 0.03 92.98 02:18:45 02:18:01 7 6.27 0.00 3.08 0.22 0.05 90.38 02:18:45 Average: all 8.13 0.00 1.31 0.25 0.03 90.29 02:18:45 Average: 0 8.12 0.00 1.30 0.16 0.02 90.39 02:18:45 Average: 1 8.37 0.00 1.29 0.28 0.02 90.04 02:18:45 Average: 2 8.02 0.00 1.32 0.25 0.04 90.37 02:18:45 Average: 3 8.16 0.00 1.29 0.18 0.02 90.35 02:18:45 Average: 4 8.08 0.00 1.40 0.55 0.05 89.92 02:18:45 Average: 5 8.07 0.00 1.26 0.16 0.02 90.48 02:18:45 Average: 6 8.09 0.00 1.24 0.22 0.02 90.43 02:18:45 Average: 7 8.09 0.00 1.35 0.21 0.03 90.33 02:18:45 02:18:45 02:18:45