Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 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-ssh3212929248039367378.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-ssh5229274925382606684.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-ssh3794850968912718725.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-ssh2892551716475893228.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-ssh7088917210761471678.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2397 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/843 [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/843 # 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 > 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 Avoid second fetch Checking out Revision d209f5f566f153f2d5bdc16c8eb18ad8d844a10f (main) Commit message: "Merge pull request #5162 from yichun-chou/EDX-5694-branch-2" > git config core.sparsecheckout # timeout=10 > git checkout -f d209f5f566f153f2d5bdc16c8eb18ad8d844a10f # timeout=10 > git rev-list --no-walk 3fca5d2bc624bbfae64c235ed87a23a0a1576350 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:47:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:47:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:47:02 ========================================================= 06:47:02 EdgeX Global Pipelines Version Info 06:47:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:47:03 ------------------- 06:47:03 stable info: 06:47:03 ------------------- 06:47:03 Commited By: Ginny Guan ginny@iotechsys.com 06:47:03 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:47:03 Message: update stable to v1.0.274 06:47:04 ------------------- 06:47:04 experimental info: 06:47:04 ------------------- 06:47:04 Commited By: **** collab-it+edgex@linuxfoundation.org 06:47:04 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 06:47:04 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d209f5f [Pipeline] echo 06:47:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:47:04 provisioning config files... 06:47:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/843@tmp/config14623549894292469212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:47:05 ---> ****-login.sh 06:47:05 nexus3.edgexfoundry.org:10001 06:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:05 Configure a credential helper to remove this warning. See 06:47:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:05 06:47:05 Login Succeeded 06:47:05 nexus3.edgexfoundry.org:10002 06:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:05 Configure a credential helper to remove this warning. See 06:47:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:05 06:47:05 Login Succeeded 06:47:05 nexus3.edgexfoundry.org:10003 06:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:05 Configure a credential helper to remove this warning. See 06:47:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:05 06:47:05 Login Succeeded 06:47:05 nexus3.edgexfoundry.org:10004 06:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:06 Configure a credential helper to remove this warning. See 06:47:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:06 06:47:06 Login Succeeded 06:47:06 ****.io 06:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:06 Configure a credential helper to remove this warning. See 06:47:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:06 06:47:06 Login Succeeded 06:47:06 ---> ****-login.sh ends [Pipeline] } 06:47:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:47:06 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 06:47:06 + dirname cmd/core-command/Dockerfile+ 06:47:06 cut -d/ -f2 06:47:06 + echo core-command,cmd/core-command/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:47:06 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:47:06 + dirname cmd/core-data/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo core-data,cmd/core-data/Dockerfile 06:47:06 + dirname cmd/core-keeper/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo core-keeper,cmd/core-keeper/Dockerfile 06:47:06 + dirname cmd/core-metadata/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo core-metadata,cmd/core-metadata/Dockerfile 06:47:06 + dirname cmd/security-bootstrapper/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:47:06 + dirname cmd/security-proxy-auth/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:47:06 + dirname cmd/security-proxy-setup/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:47:06 + dirname cmd/security-secretstore-setup/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:47:06 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:47:06 + dirname cmd/security-spire-agent/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:47:06 + dirname cmd/security-spire-config/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:47:06 + dirname cmd/security-spire-server/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:47:06 + dirname cmd/support-notifications/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo support-notifications,cmd/support-notifications/Dockerfile 06:47:06 + dirname cmd/support-scheduler/Dockerfile 06:47:06 + cut -d/ -f2 06:47:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:47:06 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:47:06 + git rev-list -1 --merges d209f5f566f153f2d5bdc16c8eb18ad8d844a10f~1..d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 06:47:06 -----------> git rev-list -1 --merges d209f5f566f153f2d5bdc16c8eb18ad8d844a10f~1..d209f5f566f153f2d5bdc16c8eb18ad8d844a10f d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:47:06 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [false] [Pipeline] sh 06:47:07 + git log --format=format:%s -1 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 06:47:07 ========================================================= 06:47:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:47:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:47:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:47:07 + grep -v github /etc/ssh/ssh_known_hosts 06:47:07 + [ -e /tmp/ssh_known_hosts ] 06:47:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:47:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:47:07 + sudo tee -a /etc/ssh/ssh_known_hosts 06:47:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:47:08 06:47:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:47:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:47:08 0.1.4: Pulling from edgex-devops/py-git-semver 06:47:08 3dae71ba6b94: Pulling fs layer 06:47:08 6bf1a483ea7c: Pulling fs layer 06:47:08 f5dfc541a4d3: Pulling fs layer 06:47:08 461d9e800cba: Pulling fs layer 06:47:08 80192f66455f: Pulling fs layer 06:47:08 2e8e34ca0e6c: Pulling fs layer 06:47:08 a29436f7fd5d: Pulling fs layer 06:47:08 923cac83aea3: Pulling fs layer 06:47:08 25ad8b0a4227: Pulling fs layer 06:47:08 db01528c6b51: Pulling fs layer 06:47:08 28988de357af: Pulling fs layer 06:47:08 a29436f7fd5d: Waiting 06:47:08 80192f66455f: Waiting 06:47:08 25ad8b0a4227: Waiting 06:47:08 28988de357af: Waiting 06:47:08 461d9e800cba: Waiting 06:47:08 923cac83aea3: Waiting 06:47:08 6bf1a483ea7c: Verifying Checksum 06:47:08 6bf1a483ea7c: Download complete 06:47:08 461d9e800cba: Verifying Checksum 06:47:08 461d9e800cba: Download complete 06:47:08 80192f66455f: Verifying Checksum 06:47:08 80192f66455f: Download complete 06:47:08 f5dfc541a4d3: Verifying Checksum 06:47:08 f5dfc541a4d3: Download complete 06:47:08 3dae71ba6b94: Download complete 06:47:08 923cac83aea3: Verifying Checksum 06:47:08 923cac83aea3: Download complete 06:47:08 25ad8b0a4227: Verifying Checksum 06:47:08 25ad8b0a4227: Download complete 06:47:08 db01528c6b51: Verifying Checksum 06:47:08 db01528c6b51: Download complete 06:47:08 28988de357af: Verifying Checksum 06:47:08 28988de357af: Download complete 06:47:08 a29436f7fd5d: Verifying Checksum 06:47:08 a29436f7fd5d: Download complete 06:47:09 2e8e34ca0e6c: Verifying Checksum 06:47:09 2e8e34ca0e6c: Download complete 06:47:09 3dae71ba6b94: Pull complete 06:47:09 6bf1a483ea7c: Pull complete 06:47:10 f5dfc541a4d3: Pull complete 06:47:10 461d9e800cba: Pull complete 06:47:10 80192f66455f: Pull complete 06:47:13 2e8e34ca0e6c: Pull complete 06:47:14 a29436f7fd5d: Pull complete 06:47:14 923cac83aea3: Pull complete 06:47:14 25ad8b0a4227: Pull complete 06:47:14 db01528c6b51: Pull complete 06:47:14 28988de357af: Pull complete 06:47:14 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:47:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:47:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:47:14 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 06:47:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@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 06:47:19 $ docker top ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 -eo pid,comm 06:47: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). 06:47:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:47:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:47:19 [ssh-agent] Looking for ssh-agent implementation... 06:47:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:47:19 $ docker exec ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 ssh-agent 06:47:19 SSH_AUTH_SOCK=/tmp/ssh-Bmv5s5Sj3Lkx/agent.33 06:47:19 SSH_AGENT_PID=39 06:47:19 Running ssh-add (command line suppressed) 06:47:19 Identity added: /w/workspace/edgex-go/843@tmp/private_key_4707355230673513822.key (/w/workspace/edgex-go/843@tmp/private_key_4707355230673513822.key) 06:47:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:47:20 + git tag --points-at HEAD [Pipeline] } 06:47:20 $ docker exec --env ******** --env ******** ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 ssh-agent -k 06:47:20 unset SSH_AUTH_SOCK; 06:47:20 unset SSH_AGENT_PID; 06:47:20 echo Agent pid 39 killed; 06:47:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:47:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:47:20 [ssh-agent] Looking for ssh-agent implementation... 06:47:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:47:20 $ docker exec ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 ssh-agent 06:47:20 SSH_AUTH_SOCK=/tmp/ssh-IEsYMmYTYEIR/agent.72 06:47:20 SSH_AGENT_PID=78 06:47:20 Running ssh-add (command line suppressed) 06:47:20 Identity added: /w/workspace/edgex-go/843@tmp/private_key_12408878782467370648.key (/w/workspace/edgex-go/843@tmp/private_key_12408878782467370648.key) 06:47:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:47:20 + git semver init 06:47:21 2025-05-28 06:47:21,190 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:47:21 2025-05-28 06:47:21,193 [run_init] DEBUG init version:0.0.0 force:False 06:47:21 2025-05-28 06:47:21,194 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/843/.semver 06:47:21 2025-05-28 06:47:21,194 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/843/.semver 06:47:21 2025-05-28 06:47:21,194 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/843/.semver'], cwd=/w/workspace/edgex-go/843, stdin=None, shell=False, universal_newlines=False) 06:47:26 2025-05-28 06:47:26,120 [append_file] DEBUG append to file:/w/workspace/edgex-go/843/.git/info/exclude 06:47:26 2025-05-28 06:47:26,120 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/843/.semver/main with force:False 06:47:26 2025-05-28 06:47:26,120 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 06:47:26 2025-05-28 06:47:26,120 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 06:47:26 4.1.0-dev.16 [Pipeline] } 06:47:26 $ docker exec --env ******** --env ******** ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 ssh-agent -k 06:47:26 unset SSH_AUTH_SOCK; 06:47:26 unset SSH_AGENT_PID; 06:47:26 echo Agent pid 78 killed; 06:47:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:47:26 + git semver [Pipeline] } 06:47:27 $ docker stop --time=1 ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 06:47:28 $ docker rm -f --volumes ec4dd847f922555cd995ed60a3074f1afbae7c6966ca35c791adbfca670e1047 [Pipeline] // withDockerContainer [Pipeline] sh 06:47:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:47:29 Stashed 1 file(s) [Pipeline] echo 06:47:29 [edgeXSemver]: initialized semver on version 4.1.0-dev.16 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:47:29 + git config --global --add safe.directory /w/workspace/edgex-go/843 [Pipeline] echo 06:47:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:47:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:47:29 ========================================================= 06:47:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:47:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:47:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:47:29 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:47:29 0a9a5dfd008f: Pulling fs layer 06:47:29 dbfa0bcfca99: Pulling fs layer 06:47:29 70eabb1d9476: Pulling fs layer 06:47:29 957bedc73fa3: Pulling fs layer 06:47:29 4f4fb700ef54: Pulling fs layer 06:47:29 f40432e63723: Pulling fs layer 06:47:29 90b4343acab7: Pulling fs layer 06:47:29 9f67ea4ac784: Pulling fs layer 06:47:29 9228b9a606be: Pulling fs layer 06:47:29 f40432e63723: Waiting 06:47:29 9228b9a606be: Waiting 06:47:29 90b4343acab7: Waiting 06:47:29 957bedc73fa3: Waiting 06:47:29 9f67ea4ac784: Waiting 06:47:29 dbfa0bcfca99: Verifying Checksum 06:47:29 dbfa0bcfca99: Download complete 06:47:29 957bedc73fa3: Verifying Checksum 06:47:29 957bedc73fa3: Download complete 06:47:29 4f4fb700ef54: Verifying Checksum 06:47:29 4f4fb700ef54: Download complete 06:47:29 f40432e63723: Download complete 06:47:29 0a9a5dfd008f: Verifying Checksum 06:47:29 0a9a5dfd008f: Download complete 06:47:29 90b4343acab7: Verifying Checksum 06:47:29 90b4343acab7: Download complete 06:47:31 0a9a5dfd008f: Pull complete 06:47:31 9228b9a606be: Verifying Checksum 06:47:31 dbfa0bcfca99: Pull complete 06:47:31 70eabb1d9476: Download complete 06:47:31 9f67ea4ac784: Verifying Checksum 06:47:31 9f67ea4ac784: Download complete 06:47:34 70eabb1d9476: Pull complete 06:47:34 957bedc73fa3: Pull complete 06:47:34 4f4fb700ef54: Pull complete 06:47:34 f40432e63723: Pull complete 06:47:34 90b4343acab7: Pull complete 06:47:36 9f67ea4ac784: Pull complete 06:47:36 9228b9a606be: Pull complete 06:47:36 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 06:47:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:47:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:47:36 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:47:36 WORKDIR /edgex 06:47:36 COPY go.mod . 06:47:36 RUN go mod download 06:47:36 docker build -t ci-base-image-x86_64 -f - . 06:47:37 Sending build context to Docker daemon 185.8MB 06:47:37 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:47:37 ---> 69404ca5bff2 06:47:37 Step 2/4 : WORKDIR /edgex 06:47:41 ---> Running in 7cd051cfc363 06:47:41 Removing intermediate container 7cd051cfc363 06:47:41 ---> 77582fe99fcb 06:47:41 Step 3/4 : COPY go.mod . 06:47:41 ---> d96c57532655 06:47:41 Step 4/4 : RUN go mod download 06:47:41 ---> Running in f144fc086552 06:47:44 Still waiting to schedule task 06:47:44 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:48:03 Removing intermediate container f144fc086552 06:48:03 ---> 7bf63e07f014 06:48:03 Successfully built 7bf63e07f014 06:48:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:48:03 + docker inspect -f . ci-base-image-x86_64 06:48:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:48:04 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 06:48:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@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 06:48:04 $ docker top a3cbe6cc8ae471eb88c8811a360272b3a89c60da267c4aaea40b7d636b193c53 -eo pid,comm [Pipeline] { [Pipeline] sh 06:48:04 + go version 06:48:04 go version go1.23.8 linux/amd64 [Pipeline] } 06:48:04 $ docker stop --time=1 a3cbe6cc8ae471eb88c8811a360272b3a89c60da267c4aaea40b7d636b193c53 06:48:06 $ docker rm -f --volumes a3cbe6cc8ae471eb88c8811a360272b3a89c60da267c4aaea40b7d636b193c53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:48:06 + docker inspect -f . ci-base-image-x86_64 06:48:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:48:06 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 06:48:06 $ 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/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@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 06:48:06 $ docker top 0d379c4898105bb8b85de0104a5f4e3cbeaff76a059fa1b79669cf1f406c32a4 -eo pid,comm [Pipeline] { [Pipeline] echo 06:48:07 ========================================================= 06:48:07 [edgeXBuildGoParallel] Running Tests and Build... 06:48:07 ========================================================= [Pipeline] sh 06:48:07 + git config --global --add safe.directory /w/workspace/edgex-go/843 [Pipeline] fileExists [Pipeline] sh 06:48:07 + make test 06:48:07 go test -race -coverprofile=coverage.out ./... 06:48:16 ? github.com/edgexfoundry/edgex-go [no test files] 06:48:37 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 06:48:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:48:37 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 06:48:37 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 06:48:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements 06:48:38 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 06:48:38 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 06:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 06:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 06:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 06:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 06:48:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 06:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 06:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 06:48:41 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:48:41 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 06:48:41 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 06:48:41 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 06:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.2% of statements 06:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.031s coverage: 3.5% of statements 06:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 45.2% of statements 06:48:42 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 06:48:42 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 06:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.868s coverage: 93.4% of statements 06:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements 06:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements 06:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 06:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:48:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:48:44 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 06:48:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 06:48:44 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 06:48:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.346s coverage: 95.8% of statements 06:48:45 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 06:48:46 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 06:48:46 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 06:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 06:48:46 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 06:48:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.029s coverage: 0.0% of statements [no tests to run] 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.020s coverage: 81.1% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 06:48:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 06:48:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 06:48:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 06:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.038s coverage: 96.3% of statements 06:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:48:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 06:48:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 06:48:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 06:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 06:48:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 06:48:50 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 06:48:50 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 06:48:50 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 06:48:52 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 06:48:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:48:53 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 06:48:54 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 06:48:54 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 06:48:54 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 06:48:57 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 06:48:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 06:48:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 06:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 06:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 06:48:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:49:00 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 06:49:00 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 06:49:00 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 06:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:49:00 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 06:49:00 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 06:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements 06:49:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 06:49:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 06:49:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 06:49:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 06:49:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 06:49:01 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 06:49:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 06:49:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 06:49:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 06:49:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 06:49:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 06:49:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:49:04 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:49:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 06:49:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 06:49:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 06:49:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 06:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 06:49:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:49:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.039s coverage: 92.9% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 68.8% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.099s coverage: 81.8% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.044s coverage: 6.8% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.056s coverage: 100.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.164s coverage: 54.5% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.016s coverage: 73.7% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.145s coverage: 29.2% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.016s coverage: 3.1% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.017s coverage: 76.2% of statements 06:49:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 06:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.072s coverage: 17.0% of statements 06:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.132s coverage: 94.9% of statements 06:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.030s coverage: 9.0% of statements 06:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.080s coverage: 97.7% of statements 06:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements 06:49:10 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 06:49:10 running golangci-lint 06:49:10 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 06:49:10 go version go1.23.8 linux/amd64 06:49:10 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 06:49:10 level=info msg="[config_reader] Used config file .golangci.yml" 06:49:10 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 06:49:28 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2398 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 06:49:28 Running in /w/workspace/edgex-go/843 [Pipeline] { [Pipeline] checkout 06:49:31 The recommended git tool is: git 06:49:35 using credential edgex-jenkins-ssh 06:49:35 Cloning the remote Git repository 06:49:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:49:35 > git init /w/workspace/edgex-go/843 # timeout=10 06:49:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:49:36 > git --version # timeout=10 06:49:36 > git --version # 'git version 2.25.1' 06:49:36 using GIT_SSH to set credentials SSH Credentials for GitHub 06:49:37 level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 23.46478621s" 06:49:37 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 50.555963ms" 06:49:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:49:47 level=info msg="[linters_context/goanalysis] analyzers took 1m43.757973632s with top 10 stages: buildir: 56.843531437s, gosec: 4.370217894s, inspect: 3.60125195s, fact_deprecated: 2.817970661s, printf: 2.137011532s, ctrlflow: 1.856756355s, fact_purity: 1.255812352s, nilness: 1.230855504s, S1038: 1.116067697s, directives: 898.044478ms" 06:49:47 level=info msg="[runner] Issues before processing: 202, after processing: 0" 06:49:47 level=info msg="[runner] Processors filtering stat (in/out): skip_dirs: 202/202, nolint: 20/0, filename_unadjuster: 202/202, autogenerated_exclude: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, cgo: 202/202, skip_files: 202/202, identifier_marker: 202/202, exclude: 202/202, exclude-rules: 202/20" 06:49:47 level=info msg="[runner] processing took 18.119488ms with stages: nolint: 7.529566ms, identifier_marker: 4.903225ms, path_prettifier: 1.778919ms, autogenerated_exclude: 1.675677ms, exclude-rules: 1.135176ms, skip_dirs: 969.635µs, invalid_issue: 51.18µs, cgo: 43.19µs, filename_unadjuster: 27.55µs, max_same_issues: 1.54µs, uniq_by_line: 710ns, fixer: 640ns, diff: 450ns, exclude: 440ns, skip_files: 400ns, sort_results: 270ns, source_code: 260ns, max_from_linter: 190ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns, path_shortener: 120ns, severity-rules: 110ns" 06:49:47 level=info msg="[runner] linters took 11.952941559s with stages: goanalysis_metalinter: 11.93470393s" 06:49:47 level=info msg="File cache stats: 0 entries of total size 0B" 06:49:47 level=info msg="Memory: 355 samples, avg is 280.9MB, max is 1351.0MB" 06:49:47 level=info msg="Execution took 35.476085802s" 06:49:47 go vet ./... 06:49:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:49:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:49:53 ./bin/test-attribution-txt.sh [Pipeline] echo 06:49:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 06:49:54 + ls -al . 06:49:54 total 1992 06:49:54 drwxrwxr-x 11 1001 1001 4096 May 28 06:48 . 06:49:54 drwxr-xr-x 4 root root 4096 May 28 06:48 .. 06:49:54 drwxrwxr-x 2 1001 1001 4096 May 28 06:46 .blubracket 06:49:54 -rw-rw-r-- 1 1001 1001 10 May 28 06:46 .dockerignore 06:49:54 drwxrwxr-x 8 1001 1001 4096 May 28 06:49 .git 06:49:54 drwxrwxr-x 3 1001 1001 4096 May 28 06:46 .github 06:49:54 -rw-rw-r-- 1 1001 1001 909 May 28 06:46 .gitignore 06:49:54 -rw-rw-r-- 1 1001 1001 218 May 28 06:46 .golangci.yml 06:49:54 -rw-rw-r-- 1 1001 1001 100 May 28 06:46 .hadolint.yml 06:49:54 drwxr-xr-x 3 1001 1001 4096 May 28 06:47 .semver 06:49:54 -rw-rw-r-- 1 1001 1001 155 May 28 06:46 .sonarcloud.properties 06:49:54 -rw-rw-r-- 1 1001 1001 1171 May 28 06:46 ADOPTERS.md 06:49:54 -rw-rw-r-- 1 1001 1001 17374 May 28 06:46 Attribution.txt 06:49:54 -rw-rw-r-- 1 1001 1001 108018 May 28 06:46 CHANGELOG.md 06:49:54 -rw-rw-r-- 1 1001 1001 3804 May 28 06:46 CONTRIBUTING.md 06:49:54 -rw-rw-r-- 1 1001 1001 677 May 28 06:46 GOVERNANCE.md 06:49:54 -rw-rw-r-- 1 1001 1001 858 May 28 06:46 Jenkinsfile 06:49:54 -rw-rw-r-- 1 1001 1001 10775 May 28 06:46 LICENSE 06:49:54 -rw-rw-r-- 1 1001 1001 16740 May 28 06:46 Makefile 06:49:54 -rw-rw-r-- 1 1001 1001 582 May 28 06:46 OWNERS.md 06:49:54 -rw-rw-r-- 1 1001 1001 9932 May 28 06:46 README.md 06:49:54 -rw-rw-r-- 1 1001 1001 789 May 28 06:46 SECURITY.md 06:49:54 -rw-rw-r-- 1 1001 1001 12 May 28 06:47 VERSION 06:49:54 drwxrwxr-x 2 1001 1001 4096 May 28 06:46 bin 06:49:54 drwxrwxr-x 19 1001 1001 4096 May 28 06:46 cmd 06:49:54 -rw-r--r-- 1 root root 1661048 May 28 06:49 coverage.out 06:49:54 drwxrwxr-x 2 1001 1001 4096 May 28 06:46 fuzz_test 06:49:54 -rw-rw-r-- 1 1001 1001 6492 May 28 06:46 go.mod 06:49:54 -rw-rw-r-- 1 1001 1001 88215 May 28 06:46 go.sum 06:49:54 drwxrwxr-x 7 1001 1001 4096 May 28 06:46 internal 06:49:54 drwxrwxr-x 2 1001 1001 4096 May 28 06:46 openapi 06:49:54 -rw-rw-r-- 1 1001 1001 584 May 28 06:46 security.txt 06:49:54 -rw-rw-r-- 1 1001 1001 204 May 28 06:46 version.go [Pipeline] sh 06:49:54 + '[' -e coverage.out ] 06:49:54 + chown 1001:1001 coverage.out [Pipeline] stash 06:49:54 Stashed 1 file(s) [Pipeline] sh 06:49:54 Avoid second fetch 06:49:54 Checking out Revision d209f5f566f153f2d5bdc16c8eb18ad8d844a10f (main) 06:49:54 + make build 06:49:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:49:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:49:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:49:54 > git config core.sparsecheckout # timeout=10 06:49:54 > git checkout -f d209f5f566f153f2d5bdc16c8eb18ad8d844a10f # timeout=10 06:49:55 Commit message: "Merge pull request #5162 from yichun-chou/EDX-5694-branch-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:50:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:50:00 % Total % Received % Xferd Average Speed Time Time Time Current 06:50:00 Dload Upload Total Spent Left Speed 06:50:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13064 100 13064 0 0 62507 0 --:--:-- --:--:-- --:--:-- 62507 [Pipeline] sh 06:50:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:50:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:50:01 + sudo tee /etc/docker/daemon.new 06:50:01 { 06:50:01 "registry-mirrors": [ 06:50:01 "https://nexus3.edgexfoundry.org:10001" 06:50:01 ], 06:50:01 "bip": "10.250.0.254/24", 06:50:01 "hosts": [ 06:50:01 "tcp://0.0.0.0:5555", 06:50:01 "unix:///var/run/docker.sock" 06:50:01 ], 06:50:01 "mtu": 1458, 06:50:01 "selinux-enabled": true, 06:50:01 "seccomp-profile": "/etc/docker/seccomp.json" 06:50:01 } [Pipeline] sh 06:50:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:50:01 + sudo service docker restart 06:50:16 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:50:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:50:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:50:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:50:20 provisioning config files... 06:50:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/843@tmp/config10792805985968538636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:50:20 ---> ****-login.sh 06:50:20 nexus3.edgexfoundry.org:10001 06:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:20 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:21 Configure a credential helper to remove this warning. See 06:50:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:21 06:50:21 Login Succeeded 06:50:21 nexus3.edgexfoundry.org:10002 06:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:21 Configure a credential helper to remove this warning. See 06:50:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:21 06:50:21 Login Succeeded 06:50:21 nexus3.edgexfoundry.org:10003 06:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:21 Configure a credential helper to remove this warning. See 06:50:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:21 06:50:21 Login Succeeded 06:50:21 nexus3.edgexfoundry.org:10004 06:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:22 Configure a credential helper to remove this warning. See 06:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:22 06:50:22 Login Succeeded 06:50:22 ****.io 06:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:22 Configure a credential helper to remove this warning. See 06:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:22 06:50:22 Login Succeeded 06:50:22 ---> ****-login.sh ends [Pipeline] } 06:50:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:50:23 + git config --global --add safe.directory /w/workspace/edgex-go/843 [Pipeline] echo 06:50:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:50:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:50:23 ========================================================= 06:50:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:50:23 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:50:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:50:23 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:50:23 94e9d8af2201: Pulling fs layer 06:50:23 634366ca850b: Pulling fs layer 06:50:23 f66ade281fe9: Pulling fs layer 06:50:23 13fd4ce6e94e: Pulling fs layer 06:50:23 4f4fb700ef54: Pulling fs layer 06:50:23 4cccf3f17d63: Pulling fs layer 06:50:23 2d8010953d95: Pulling fs layer 06:50:23 ec743f232bc5: Pulling fs layer 06:50:23 13fd4ce6e94e: Waiting 06:50:23 4f4fb700ef54: Waiting 06:50:23 4cccf3f17d63: Waiting 06:50:23 2d8010953d95: Waiting 06:50:23 ec743f232bc5: Waiting 06:50:24 634366ca850b: Verifying Checksum 06:50:24 634366ca850b: Download complete 06:50:24 13fd4ce6e94e: Download complete 06:50:24 4f4fb700ef54: Verifying Checksum 06:50:24 4f4fb700ef54: Download complete 06:50:24 4cccf3f17d63: Verifying Checksum 06:50:24 4cccf3f17d63: Download complete 06:50:24 94e9d8af2201: Verifying Checksum 06:50:24 94e9d8af2201: Download complete 06:50:24 ec743f232bc5: Verifying Checksum 06:50:24 ec743f232bc5: Download complete 06:50:25 94e9d8af2201: Pull complete 06:50:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:50:26 f66ade281fe9: Verifying Checksum 06:50:26 f66ade281fe9: Download complete 06:50:26 634366ca850b: Pull complete 06:50:27 2d8010953d95: Verifying Checksum 06:50:27 2d8010953d95: Download complete 06:50:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:50:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:50:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:50:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:50:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:50:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:50:36 $ docker stop --time=1 0d379c4898105bb8b85de0104a5f4e3cbeaff76a059fa1b79669cf1f406c32a4 06:50:40 $ docker rm -f --volumes 0d379c4898105bb8b85de0104a5f4e3cbeaff76a059fa1b79669cf1f406c32a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:50:41 06:50:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:50:42 latest: Pulling from edgex-devops/edgex-compose 06:50:42 91d30c5bc195: Pulling fs layer 06:50:42 2e9b0aa3be6d: Pulling fs layer 06:50:42 9c61dcf015f6: Pulling fs layer 06:50:42 4698f68db338: Pulling fs layer 06:50:42 2a2f49069b9e: Pulling fs layer 06:50:42 e0025b399a48: Pulling fs layer 06:50:42 4698f68db338: Waiting 06:50:42 2a2f49069b9e: Waiting 06:50:42 e0025b399a48: Waiting 06:50:42 91d30c5bc195: Verifying Checksum 06:50:42 91d30c5bc195: Download complete 06:50:42 4698f68db338: Download complete 06:50:42 f66ade281fe9: Pull complete 06:50:42 13fd4ce6e94e: Pull complete 06:50:42 4f4fb700ef54: Pull complete 06:50:42 4cccf3f17d63: Pull complete 06:50:42 91d30c5bc195: Pull complete 06:50:42 2e9b0aa3be6d: Verifying Checksum 06:50:42 2e9b0aa3be6d: Download complete 06:50:42 e0025b399a48: Download complete 06:50:42 2a2f49069b9e: Download complete 06:50:42 2e9b0aa3be6d: Pull complete 06:50:42 9c61dcf015f6: Verifying Checksum 06:50:42 9c61dcf015f6: Download complete 06:50:45 9c61dcf015f6: Pull complete 06:50:45 4698f68db338: Pull complete 06:50:45 2a2f49069b9e: Pull complete 06:50:45 e0025b399a48: Pull complete 06:50:45 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 06:50:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:50:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:50:45 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 06:50:45 $ 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/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@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 06:50:47 $ docker top 209843c7097a323f96b6238c4a5c51c895772bfc2d6eba19d20c392d62d9f402 -eo pid,comm [Pipeline] { [Pipeline] sh 06:50:47 + docker compose -f ./docker-compose-build.yml build --parallel 06:50:48 2d8010953d95: Pull complete 06:50:50 #1 [support-notifications internal] load build definition from Dockerfile 06:50:50 #1 transferring dockerfile: 2.00kB done 06:50:50 #1 DONE 0.0s 06:50:50 06:50:50 #2 [core-command internal] load build definition from Dockerfile 06:50:50 #2 transferring dockerfile: 1.94kB done 06:50:50 #2 DONE 0.0s 06:50:50 06:50:50 #3 [support-scheduler internal] load build definition from Dockerfile 06:50:50 #3 transferring dockerfile: 1.83kB done 06:50:50 #3 DONE 0.0s 06:50:50 06:50:50 #4 [core-metadata internal] load build definition from Dockerfile 06:50:50 #4 transferring dockerfile: 2.10kB done 06:50:50 #4 DONE 0.0s 06:50:50 06:50:50 #5 [security-proxy-auth internal] load build definition from Dockerfile 06:50:50 #5 transferring dockerfile: 2.14kB done 06:50:50 #5 DONE 0.0s 06:50:50 06:50:50 #6 [security-proxy-setup internal] load build definition from Dockerfile 06:50:50 #6 transferring dockerfile: 2.50kB done 06:50:50 #6 DONE 0.0s 06:50:50 06:50:50 #7 [security-secretstore-setup internal] load build definition from Dockerfile 06:50:50 #7 transferring dockerfile: 2.49kB done 06:50:50 #7 DONE 0.0s 06:50:50 06:50:50 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:50:50 #8 transferring dockerfile: 1.89kB done 06:50:50 #8 DONE 0.1s 06:50:50 06:50:50 #9 [security-bootstrapper internal] load build definition from Dockerfile 06:50:50 #9 transferring dockerfile: 3.02kB done 06:50:50 #9 DONE 0.0s 06:50:50 06:50:50 #10 [security-spire-config internal] load build definition from Dockerfile 06:50:50 #10 transferring dockerfile: 1.69kB done 06:50:50 #10 DONE 0.1s 06:50:50 06:50:50 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:50:50 #11 transferring dockerfile: 2.23kB done 06:50:50 #11 DONE 0.1s 06:50:50 06:50:50 #12 [security-spire-agent internal] load build definition from Dockerfile 06:50:50 #12 transferring dockerfile: 1.81kB done 06:50:50 #12 DONE 0.1s 06:50:50 06:50:50 #13 [core-keeper internal] load build definition from Dockerfile 06:50:50 #13 transferring dockerfile: 2.01kB done 06:50:50 #13 DONE 0.1s 06:50:50 06:50:50 #14 [support-notifications internal] load .dockerignore 06:50:50 #14 transferring context: 50B done 06:50:50 #14 DONE 0.1s 06:50:50 06:50:50 #15 [security-spire-server internal] load build definition from Dockerfile 06:50:50 #15 transferring dockerfile: 1.70kB done 06:50:50 #15 DONE 0.1s 06:50:50 06:50:50 #16 [core-data internal] load build definition from Dockerfile 06:50:50 #16 transferring dockerfile: 2.04kB done 06:50:50 #16 DONE 0.1s 06:50:50 06:50:50 #17 [core-command internal] load .dockerignore 06:50:50 #17 transferring context: 50B done 06:50:50 #17 DONE 0.0s 06:50:50 06:50:50 #18 [support-scheduler internal] load .dockerignore 06:50:50 #18 transferring context: 50B done 06:50:50 #18 DONE 0.0s 06:50:50 06:50:50 #19 [core-metadata internal] load .dockerignore 06:50:50 #19 transferring context: 50B done 06:50:50 #19 DONE 0.0s 06:50:50 06:50:50 #20 [security-proxy-auth internal] load .dockerignore 06:50:50 #20 transferring context: 50B done 06:50:50 #20 DONE 0.0s 06:50:50 06:50:50 #21 [security-proxy-setup internal] load .dockerignore 06:50:50 #21 transferring context: 50B done 06:50:50 #21 DONE 0.1s 06:50:50 06:50:50 #22 [security-secretstore-setup internal] load .dockerignore 06:50:50 #22 transferring context: 50B done 06:50:50 #22 DONE 0.1s 06:50:50 06:50:50 #23 [security-spire-agent internal] load .dockerignore 06:50:50 ec743f232bc5: Pull complete 06:50:50 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 06:50:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:50:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:50:50 #23 transferring context: 50B done 06:50:50 #23 DONE 0.1s 06:50:50 06:50:50 #24 [security-spire-config internal] load .dockerignore 06:50:50 #24 transferring context: 50B done 06:50:50 #24 DONE 0.1s 06:50:50 06:50:50 #25 [security-bootstrapper internal] load .dockerignore 06:50:50 #25 transferring context: 50B done 06:50:50 #25 DONE 0.1s 06:50:50 06:50:50 #26 [security-spiffe-token-provider internal] load .dockerignore 06:50:50 #26 transferring context: 50B done 06:50:50 #26 DONE 0.1s 06:50:50 06:50:50 #27 [core-common-config-bootstrapper internal] load .dockerignore 06:50:50 #27 transferring context: 50B 0.0s done 06:50:50 #27 DONE 0.1s 06:50:50 06:50:50 #28 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:50:50 #28 DONE 0.0s 06:50:50 06:50:50 #29 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 06:50:50 #29 ... 06:50:50 06:50:50 #30 [core-keeper internal] load .dockerignore 06:50:50 #30 transferring context: 50B done 06:50:50 #30 DONE 0.1s 06:50:50 06:50:50 #31 [security-spire-server internal] load .dockerignore 06:50:50 #31 transferring context: 50B done 06:50:50 #31 DONE 0.1s 06:50:50 06:50:50 #32 [core-data internal] load .dockerignore 06:50:50 #32 transferring context: 50B done 06:50:50 #32 DONE 0.1s 06:50:50 06:50:50 #29 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 06:50:50 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:50:50 WORKDIR /edgex 06:50:50 COPY go.mod . 06:50:50 RUN go mod download 06:50:50 + docker build -t ci-base-image-arm64 -f - . 06:50:50 #29 DONE 0.2s 06:50:50 06:50:50 #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:50:50 #28 DONE 0.0s 06:50:50 06:50:50 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:50:50 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:50:50 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:50:50 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:50:50 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:50:50 #33 DONE 0.3s 06:50:50 06:50:50 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:50:51 #34 ... 06:50:51 06:50:51 #28 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:50:51 #28 DONE 0.0s 06:50:51 06:50:51 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:50:51 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:50:51 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:50:51 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:50:51 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:50:51 #33 DONE 0.3s 06:50:51 06:50:51 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:50:51 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:50:51 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:50:51 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:50:51 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:50:51 #33 DONE 0.3s 06:50:51 06:50:51 #28 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:50:51 #28 DONE 0.0s 06:50:51 06:50:51 #29 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 06:50:51 #29 DONE 0.3s 06:50:51 06:50:51 #35 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:51 Sending build context to Docker daemon 3.695MB 06:50:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:50:51 ---> 12c1d4c06be1 06:50:51 Step 2/4 : WORKDIR /edgex 06:50:51 #35 ... 06:50:51 06:50:51 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:50:51 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:50:51 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:50:51 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:50:51 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:50:51 #33 DONE 0.3s 06:50:51 06:50:51 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:50:51 #36 DONE 0.7s 06:50:51 06:50:51 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:50:51 #34 DONE 0.6s 06:50:51 06:50:51 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:50:51 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 06:50:51 #37 ... 06:50:51 06:50:51 #38 [security-spire-config internal] load build context 06:50:51 #38 transferring context: 22.05kB done 06:50:51 #38 DONE 0.3s 06:50:51 06:50:51 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:50:51 #37 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 06:50:51 #37 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 06:50:51 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 06:50:51 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 06:50:51 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:50:51 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 06:50:51 #37 ... 06:50:51 06:50:51 #39 [security-spire-server internal] load build context 06:50:51 #39 transferring context: 23.80kB 0.0s done 06:50:51 #39 DONE 0.4s 06:50:51 06:50:51 #40 [security-spire-agent internal] load build context 06:50:51 #40 transferring context: 23.33kB 0.0s done 06:50:51 #40 DONE 0.4s 06:50:51 06:50:51 #41 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:50:51 #41 DONE 1.5s 06:50:51 06:50:51 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:50:51 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:50:51 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 06:50:51 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.2s 06:50:52 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 06:50:52 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 06:50:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.4s 06:50:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 19.92MB / 36.47MB 0.6s 06:50:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s 06:50:53 ---> Running in 62e590e68d9c 06:50:53 Removing intermediate container 62e590e68d9c 06:50:53 ---> 7b521f8abc2b 06:50:53 Step 3/4 : COPY go.mod . 06:50:54 ---> 74b084bd0d35 06:50:54 Step 4/4 : RUN go mod download 06:50:54 ---> Running in 609a83875fbd 06:50:58 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 4.9s done 06:50:58 #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 06:51:01 #37 ... 06:51:01 06:51:01 #42 [core-command internal] load build context 06:51:01 #42 transferring context: 396.41MB 9.9s 06:51:01 #42 ... 06:51:01 06:51:01 #43 [security-proxy-auth internal] load build context 06:51:01 #43 ... 06:51:01 06:51:01 #44 [security-proxy-setup internal] load build context 06:51:01 #44 ... 06:51:01 06:51:01 #45 [support-scheduler internal] load build context 06:51:01 #45 transferring context: 503.40MB 10.2s done 06:51:01 #45 ... 06:51:01 06:51:01 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:51:01 #0 0.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:01 #0 1.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:01 #0 1.354 (1/4) Installing ca-certificates (20241121-r1) 06:51:01 #0 1.372 (2/4) Installing dumb-init (1.2.5-r3) 06:51:01 #0 1.378 (3/4) Installing su-exec (0.2-r3) 06:51:01 #0 1.380 (4/4) Installing yq-go (4.44.1-r2) 06:51:01 #0 1.483 Executing busybox-1.36.1-r29.trigger 06:51:01 #0 1.496 Executing ca-certificates-20241121-r1.trigger 06:51:01 #0 1.535 OK: 19 MiB in 18 packages 06:51:01 #46 ... 06:51:01 06:51:01 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:51:01 #0 3.077 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:01 #0 3.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:01 #0 3.436 (1/7) Installing ca-certificates (20241121-r1) 06:51:01 #0 3.452 (2/7) Installing dumb-init (1.2.5-r3) 06:51:01 #0 3.459 (3/7) Installing libgcc (13.2.1_git20240309-r1) 06:51:01 #0 3.459 (4/7) Installing libsodium (1.0.19-r0) 06:51:01 #0 3.466 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 06:51:01 #0 3.484 (6/7) Installing libzmq (4.3.5-r2) 06:51:01 #0 3.495 (7/7) Installing zeromq (4.3.5-r2) 06:51:01 #0 3.500 Executing busybox-1.36.1-r29.trigger 06:51:01 #0 3.510 Executing ca-certificates-20241121-r1.trigger 06:51:01 #0 3.550 OK: 12 MiB in 21 packages 06:51:01 #47 ... 06:51:01 06:51:01 #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:51:02 #48 ... 06:51:02 06:51:02 #49 [core-keeper internal] load build context 06:51:02 #49 ... 06:51:02 06:51:02 #50 [security-bootstrapper internal] load build context 06:51:02 #50 ... 06:51:02 06:51:02 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:51:03 #51 ... 06:51:03 06:51:03 #52 [security-secretstore-setup internal] load build context 06:51:03 #52 transferring context: 503.40MB 11.2s done 06:51:03 #52 ... 06:51:03 06:51:03 #53 [support-notifications internal] load build context 06:51:03 #53 ... 06:51:03 06:51:03 #54 [core-data internal] load build context 06:51:03 #54 ... 06:51:03 06:51:03 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:51:03 #0 1.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:03 #0 1.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:03 #0 1.447 (1/3) Installing ca-certificates (20241121-r1) 06:51:03 #0 1.464 (2/3) Installing dumb-init (1.2.5-r3) 06:51:03 #0 1.469 (3/3) Installing tzdata (2025b-r0) 06:51:03 #0 1.502 Executing busybox-1.36.1-r29.trigger 06:51:03 #0 1.512 Executing ca-certificates-20241121-r1.trigger 06:51:03 #0 1.564 OK: 10 MiB in 17 packages 06:51:03 #55 ... 06:51:03 06:51:03 #56 [security-spiffe-token-provider internal] load build context 06:51:03 #56 transferring context: 503.40MB 12.5s done 06:51:03 #56 ... 06:51:03 06:51:03 #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:51:03 #57 ... 06:51:03 06:51:03 #58 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:51:03 #0 2.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:03 #0 2.095 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:03 #0 2.376 (1/1) Installing dumb-init (1.2.5-r3) 06:51:03 #0 2.420 Executing busybox-1.36.1-r29.trigger 06:51:03 #0 2.427 OK: 8 MiB in 15 packages 06:51:03 #58 ... 06:51:03 06:51:03 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:51:03 #0 3.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:03 #0 3.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:03 #0 4.096 (1/4) Installing dumb-init (1.2.5-r3) 06:51:03 #0 4.102 (2/4) Installing openssl (3.3.3-r0) 06:51:03 #0 4.113 (3/4) Installing su-exec (0.2-r3) 06:51:03 #0 4.122 (4/4) Installing yq-go (4.44.1-r2) 06:51:03 #0 4.195 Executing busybox-1.36.1-r29.trigger 06:51:03 #0 4.200 OK: 19 MiB in 18 packages 06:51:04 #59 ... 06:51:04 06:51:04 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:51:04 #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 06:51:04 #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 06:51:04 #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 06:51:04 #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 06:51:04 #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 06:51:04 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:51:04 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 06:51:04 #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.6s done 06:51:04 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 8.4s done 06:51:04 #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 06:51:04 #60 ... 06:51:04 06:51:04 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:51:04 #0 0.835 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:04 #0 0.920 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:04 #0 1.281 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:51:04 #0 1.281 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:51:04 #0 1.281 OK: 24171 distinct packages available 06:51:04 #0 1.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:04 #0 1.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:04 #0 1.704 (1/14) Installing ca-certificates (20241121-r1) 06:51:04 #0 1.719 (2/14) Installing brotli-libs (1.1.0-r2) 06:51:04 #0 1.732 (3/14) Installing c-ares (1.33.1-r0) 06:51:04 #0 1.735 (4/14) Installing libunistring (1.2-r0) 06:51:04 #0 1.748 (5/14) Installing libidn2 (2.3.7-r0) 06:51:04 #0 1.752 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:51:04 #0 1.756 (7/14) Installing libpsl (0.21.5-r1) 06:51:04 #0 1.759 (8/14) Installing zstd-libs (1.5.6-r0) 06:51:04 #0 1.769 (9/14) Installing libcurl (8.12.1-r0) 06:51:04 #0 1.782 (10/14) Installing curl (8.12.1-r0) 06:51:04 #0 1.782 (11/14) Installing dumb-init (1.2.5-r3) 06:51:04 #0 1.785 (12/14) Installing musl-obstack (1.2.3-r2) 06:51:04 #0 1.794 (13/14) Installing libucontext (1.2-r3) 06:51:04 #0 1.794 (14/14) Installing gcompat (1.1.0-r4) 06:51:04 #0 1.798 Executing busybox-1.36.1-r29.trigger 06:51:04 #0 1.803 Executing ca-certificates-20241121-r1.trigger 06:51:04 #0 1.845 OK: 13 MiB in 28 packages 06:51:04 #61 ... 06:51:04 06:51:04 #62 [core-common-config-bootstrapper internal] load build context 06:51:04 #62 transferring context: 503.40MB 12.7s done 06:51:04 #62 ... 06:51:04 06:51:04 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:51:04 #63 ... 06:51:04 06:51:04 #64 [core-metadata internal] load build context 06:51:04 #64 transferring context: 503.40MB 14.0s done 06:51:04 #64 ... 06:51:04 06:51:04 #65 [core-keeper builder 2/7] WORKDIR /edgex-go 06:51:04 #65 ... 06:51:04 06:51:04 #54 [core-data internal] load build context 06:51:04 #54 transferring context: 503.40MB 13.9s done 06:51:10 #54 ... 06:51:10 06:51:10 #49 [core-keeper internal] load build context 06:51:10 #49 transferring context: 503.40MB 15.1s done 06:51:10 #49 ... 06:51:10 06:51:10 #42 [core-command internal] load build context 06:51:10 #42 transferring context: 503.40MB 13.2s done 06:51:11 #42 ... 06:51:11 06:51:11 #53 [support-notifications internal] load build context 06:51:11 #53 transferring context: 503.40MB 14.8s done 06:51:11 #53 ... 06:51:11 06:51:11 #44 [security-proxy-setup internal] load build context 06:51:11 #44 transferring context: 503.40MB 13.3s done 06:51:12 #44 ... 06:51:12 06:51:12 #43 [security-proxy-auth internal] load build context 06:51:12 #43 transferring context: 503.40MB 11.7s done 06:51:12 #43 ... 06:51:12 06:51:12 #50 [security-bootstrapper internal] load build context 06:51:12 #50 transferring context: 503.40MB 12.9s done 06:51:13 #50 ... 06:51:13 06:51:13 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:51:13 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 06:51:13 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 06:51:23 #37 ... 06:51:23 06:51:23 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:51:23 #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 06:51:23 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.3s 06:51:23 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done 06:51:25 #60 ... 06:51:25 06:51:25 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:51:25 #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.1s 06:51:26 #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.8s done 06:51:27 #37 ... 06:51:27 06:51:27 #45 [support-scheduler internal] load build context 06:51:27 #45 DONE 36.9s 06:51:27 06:51:27 #52 [security-secretstore-setup internal] load build context 06:51:27 #52 DONE 36.8s 06:51:27 06:51:27 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:51:27 #59 DONE 36.7s 06:51:27 06:51:27 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:51:27 #61 DONE 36.6s 06:51:27 06:51:27 #65 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 06:51:27 #65 DONE 35.8s 06:51:27 06:51:27 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:51:27 #55 DONE 36.8s 06:51:27 06:51:27 #58 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:51:27 #58 DONE 36.9s 06:51:27 06:51:27 #66 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 06:51:27 #66 ... 06:51:27 06:51:27 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:51:27 #46 DONE 36.9s 06:51:27 06:51:27 #43 [security-proxy-auth internal] load build context 06:51:27 #43 DONE 37.2s 06:51:27 06:51:27 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:51:27 #47 DONE 37.0s 06:51:27 06:51:27 #66 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 06:51:28 #66 ... 06:51:28 06:51:28 #56 [security-spiffe-token-provider internal] load build context 06:51:28 #56 DONE 37.0s 06:51:28 06:51:28 #50 [security-bootstrapper internal] load build context 06:51:28 #50 DONE 37.2s 06:51:28 06:51:28 #62 [core-common-config-bootstrapper internal] load build context 06:51:28 #62 DONE 36.9s 06:51:28 06:51:28 #44 [security-proxy-setup internal] load build context 06:51:28 #44 DONE 37.3s 06:51:28 06:51:28 #42 [core-command internal] load build context 06:51:28 #42 DONE 37.3s 06:51:28 06:51:28 #64 [core-metadata internal] load build context 06:51:28 #64 DONE 37.3s 06:51:28 06:51:28 #54 [core-data internal] load build context 06:51:28 #54 DONE 37.0s 06:51:28 06:51:28 #49 [core-keeper internal] load build context 06:51:28 #49 DONE 37.0s 06:51:28 06:51:28 #53 [support-notifications internal] load build context 06:51:28 #53 DONE 37.4s 06:51:28 06:51:28 #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:51:28 #48 37.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:28 #48 37.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:28 #48 37.63 (1/2) Installing dumb-init (1.2.5-r3) 06:51:28 #48 37.63 (2/2) Installing su-exec (0.2-r3) 06:51:28 #48 37.65 Executing busybox-1.36.1-r29.trigger 06:51:28 #48 37.65 OK: 8 MiB in 16 packages 06:51:28 #48 DONE 38.1s 06:51:28 06:51:28 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:51:29 #67 ... 06:51:29 06:51:29 #35 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:29 #35 DONE 38.0s 06:51:29 06:51:29 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:51:29 #68 ... 06:51:29 06:51:29 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:29 #69 DONE 1.9s 06:51:30 06:51:30 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:51:30 #70 ... 06:51:30 06:51:30 #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:51:30 #57 37.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:30 #57 38.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:30 #57 38.47 (1/1) Installing dumb-init (1.2.5-r3) 06:51:30 #57 38.48 Executing busybox-1.36.1-r29.trigger 06:51:30 #57 38.49 OK: 8 MiB in 15 packages 06:51:30 #57 DONE 38.7s 06:51:30 06:51:30 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:51:31 #71 ... 06:51:31 06:51:31 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:51:31 #0 2.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.562 OK: 248 MiB in 58 packages 06:51:31 #72 DONE 3.9s 06:51:31 06:51:31 #73 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 06:51:31 #0 2.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.604 OK: 248 MiB in 58 packages 06:51:31 #73 DONE 3.9s 06:51:31 06:51:31 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:51:31 #51 36.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #51 37.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #51 37.99 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:51:31 #51 37.99 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:51:31 #51 37.99 OK: 24171 distinct packages available 06:51:31 #51 38.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #51 39.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #51 39.68 (1/4) Installing dumb-init (1.2.5-r3) 06:51:31 #51 39.69 (2/4) Installing musl-obstack (1.2.3-r2) 06:51:31 #51 39.69 (3/4) Installing libucontext (1.2-r3) 06:51:31 #51 39.71 (4/4) Installing gcompat (1.1.0-r4) 06:51:31 #51 39.71 Executing busybox-1.36.1-r29.trigger 06:51:31 #51 39.73 OK: 8 MiB in 18 packages 06:51:31 #51 DONE 39.9s 06:51:31 06:51:31 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:51:31 #0 1.951 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #0 2.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.537 OK: 248 MiB in 58 packages 06:51:31 #74 DONE 3.9s 06:51:31 06:51:31 #75 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 06:51:31 #0 3.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #0 3.842 OK: 248 MiB in 58 packages 06:51:31 #75 DONE 4.0s 06:51:31 06:51:31 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:51:31 #76 DONE 0.1s 06:51:31 06:51:31 #77 [core-command builder 4/7] COPY go.mod vendor* ./ 06:51:31 #77 DONE 0.2s 06:51:31 06:51:31 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:51:31 #78 DONE 0.2s 06:51:31 06:51:31 #66 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 06:51:31 #66 3.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #66 ... 06:51:31 06:51:31 #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:51:31 #79 DONE 0.2s 06:51:31 06:51:31 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:51:31 #63 36.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #63 37.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #63 37.98 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:51:31 #63 37.98 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:51:31 #63 37.98 OK: 24171 distinct packages available 06:51:31 #63 38.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:31 #63 38.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:31 #63 39.88 (1/5) Installing dumb-init (1.2.5-r3) 06:51:31 #63 39.89 (2/5) Installing musl-obstack (1.2.3-r2) 06:51:31 #63 39.89 (3/5) Installing libucontext (1.2-r3) 06:51:31 #63 39.89 (4/5) Installing gcompat (1.1.0-r4) 06:51:31 #63 39.89 (5/5) Installing openssl (3.3.3-r0) 06:51:31 #63 39.90 Executing busybox-1.36.1-r29.trigger 06:51:31 #63 39.91 OK: 9 MiB in 19 packages 06:51:31 #63 DONE 40.2s 06:51:31 06:51:31 #66 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 06:51:31 #66 3.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:32 #66 ... 06:51:32 06:51:32 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:51:32 #0 3.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:32 #0 3.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.269 OK: 10 MiB in 17 packages 06:51:32 #80 DONE 4.4s 06:51:32 06:51:32 #66 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 06:51:32 #66 4.266 OK: 8 MiB in 15 packages 06:51:32 #66 ... 06:51:32 06:51:32 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:51:32 #0 4.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.379 OK: 19 MiB in 18 packages 06:51:32 #81 DONE 4.5s 06:51:32 06:51:32 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:51:32 #82 DONE 0.0s 06:51:32 06:51:32 #66 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 06:51:32 #66 DONE 4.4s 06:51:32 06:51:32 #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:51:32 #83 ... 06:51:32 06:51:32 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:51:32 #0 4.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.693 OK: 13 MiB in 28 packages 06:51:32 #84 DONE 4.8s 06:51:32 06:51:32 #85 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:51:32 #0 3.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.350 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:51:32 #0 4.350 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:51:32 #0 4.350 OK: 24171 distinct packages available 06:51:32 #0 4.414 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:32 #0 4.781 OK: 248 MiB in 58 packages 06:51:32 #85 DONE 4.9s 06:51:32 06:51:32 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:51:32 #86 DONE 0.0s 06:51:32 06:51:32 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:33 #87 ... 06:51:33 06:51:33 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:51:33 #0 4.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:33 #0 4.951 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:33 #0 5.217 OK: 19 MiB in 18 packages 06:51:33 #88 DONE 5.3s 06:51:33 06:51:33 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:51:33 #67 4.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:33 #67 4.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:33 #67 4.453 OK: 8 MiB in 16 packages 06:51:33 #67 DONE 4.5s 06:51:33 06:51:33 #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:34 #89 ... 06:51:34 06:51:34 #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:51:34 #0 4.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:34 #0 5.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:34 #0 6.040 OK: 12 MiB in 21 packages 06:51:34 #90 DONE 6.2s 06:51:34 06:51:34 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:51:34 #71 4.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:34 #71 4.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:34 #71 4.511 OK: 8 MiB in 15 packages 06:51:34 #71 DONE 4.6s 06:51:34 06:51:34 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:51:34 #70 4.560 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:34 #70 ... 06:51:34 06:51:34 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:51:34 #0 2.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:34 #0 2.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:34 #0 2.972 OK: 8 MiB in 18 packages 06:51:34 #91 DONE 3.1s 06:51:34 06:51:34 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:51:34 #70 5.040 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:35 #70 5.728 OK: 248 MiB in 58 packages 06:51:35 #70 DONE 6.0s 06:51:35 06:51:35 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:51:35 #68 4.453 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:35 #68 5.047 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:35 #68 5.746 (1/1) Installing dumb-init (1.2.5-r3) 06:51:35 #68 6.041 Executing busybox-1.36.1-r29.trigger 06:51:35 #68 6.048 OK: 8 MiB in 15 packages 06:51:35 #68 DONE 6.4s 06:51:35 06:51:35 #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:51:35 #83 2.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:51:35 #83 2.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:51:35 #83 3.247 OK: 9 MiB in 19 packages 06:51:35 #83 DONE 3.7s 06:51:35 06:51:35 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:51:35 #92 DONE 0.9s 06:51:35 06:51:35 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:51:35 #93 DONE 2.1s 06:51:35 06:51:35 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:51:36 #94 ... 06:51:36 06:51:36 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 06:51:36 #95 DONE 1.0s 06:51:36 06:51:36 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:51:36 #94 DONE 1.1s 06:51:36 06:51:36 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:51:36 #96 DONE 1.1s 06:51:36 06:51:36 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:51:36 #97 DONE 1.1s 06:51:36 06:51:36 #98 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:51:36 #98 DONE 1.1s 06:51:36 06:51:36 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:36 #99 ... 06:51:36 06:51:36 #100 [security-spire-config stage-2 6/10] COPY security.txt / 06:51:36 #100 DONE 0.2s 06:51:36 06:51:36 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:51:37 #101 DONE 0.8s 06:51:37 06:51:37 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:51:37 #102 DONE 0.8s 06:51:37 06:51:37 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:51:37 #103 DONE 0.9s 06:51:37 06:51:37 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:51:37 #104 DONE 0.1s 06:51:37 06:51:37 #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:51:37 #105 DONE 0.1s 06:51:37 06:51:37 #106 [security-spire-server stage-2 6/9] COPY security.txt / 06:51:37 #106 DONE 0.1s 06:51:37 06:51:37 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 06:51:37 #107 DONE 0.1s 06:51:37 06:51:37 #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:51:37 #108 DONE 0.1s 06:51:37 06:51:37 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:51:37 #109 DONE 0.1s 06:51:37 06:51:37 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:51:37 #110 DONE 0.1s 06:51:37 06:51:37 #111 [security-spire-config] exporting to image 06:51:37 #111 exporting layers 06:51:37 #111 ... 06:51:37 06:51:37 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:51:37 #112 DONE 0.1s 06:51:37 06:51:37 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:51:37 #113 DONE 0.1s 06:51:37 06:51:37 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:51:37 #114 DONE 0.1s 06:51:37 06:51:37 #111 [security-spire-server] exporting to image 06:51:38 #111 ... 06:51:38 06:51:38 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:51:38 #115 DONE 0.2s 06:51:38 06:51:38 #111 [security-spire-agent] exporting to image 06:51:38 #111 ... 06:51:38 06:51:38 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:51:38 #60 ... 06:51:38 06:51:38 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:51:38 #37 ... 06:51:38 06:51:38 #111 [security-spire-agent] exporting to image 06:51:38 #111 exporting layers 0.8s done 06:51:39 #111 exporting layers 0.8s done 06:51:39 #111 writing image sha256:af609a5af5f28ec5963dfda8b35e4d4e9b0029836df6f66b29eadea0b992ebb3 done 06:51:39 #111 naming to docker.io/library/security-spire-config done 06:51:39 #111 writing image sha256:779ad7cad5a4c9c775263525f7c9039a3f659830d13c72996101ab2b29585e0a done 06:51:39 #111 naming to docker.io/library/security-spire-server done 06:51:39 #111 exporting layers 0.7s done 06:51:39 #111 writing image sha256:bf41e49cbe06edc04cf056d204e426a333d81cecdc21ab41456539fc9550526e done 06:51:39 #111 naming to docker.io/library/security-spire-agent done 06:51:39 #111 DONE 1.0s 06:51:39 06:51:39 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:42 #116 ... 06:51:42 06:51:42 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:42 #117 ... 06:51:42 06:51:42 #118 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:51:50 Removing intermediate container 609a83875fbd 06:51:50 ---> 8b3908690482 06:51:50 Successfully built 8b3908690482 06:51:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:50 + docker inspect -f . ci-base-image-arm64 06:51:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:51:50 prd-ubuntu20.04-docker-arm64-4c-16g-2398 does not seem to be running inside a container 06:51:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:51:52 $ docker top c17563f860ed15082998ffe0207851393a665d079bdd90ef78c2966aecec53da -eo pid,comm [Pipeline] { [Pipeline] sh 06:51:53 + go version 06:51:53 go version go1.23.8 linux/arm64 [Pipeline] } 06:51:53 $ docker stop --time=1 c17563f860ed15082998ffe0207851393a665d079bdd90ef78c2966aecec53da 06:51:54 $ docker rm -f --volumes c17563f860ed15082998ffe0207851393a665d079bdd90ef78c2966aecec53da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:51:55 06:51:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:51:55 latest: Pulling from edgex-devops/edgex-compose-arm64 06:51:55 547446be3368: Pulling fs layer 06:51:55 d125d8839a47: Pulling fs layer 06:51:55 3e85d5ac6304: Pulling fs layer 06:51:55 c3105a71a48b: Pulling fs layer 06:51:55 0f093f025ec4: Pulling fs layer 06:51:55 c3106fc0e877: Pulling fs layer 06:51:55 0f093f025ec4: Waiting 06:51:55 c3106fc0e877: Waiting 06:51:55 547446be3368: Verifying Checksum 06:51:55 547446be3368: Download complete 06:51:55 c3105a71a48b: Verifying Checksum 06:51:55 c3105a71a48b: Download complete 06:51:56 d125d8839a47: Verifying Checksum 06:51:56 d125d8839a47: Download complete 06:51:56 c3106fc0e877: Verifying Checksum 06:51:56 c3106fc0e877: Download complete 06:51:56 0f093f025ec4: Verifying Checksum 06:51:56 0f093f025ec4: Download complete 06:51:56 547446be3368: Pull complete 06:51:57 d125d8839a47: Pull complete 06:51:58 3e85d5ac6304: Verifying Checksum 06:51:58 3e85d5ac6304: Download complete 06:52:08 3e85d5ac6304: Pull complete 06:52:08 c3105a71a48b: Pull complete 06:52:09 0f093f025ec4: Pull complete 06:52:09 c3106fc0e877: Pull complete 06:52:09 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 06:52:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:52:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:52:10 prd-ubuntu20.04-docker-arm64-4c-16g-2398 does not seem to be running inside a container 06:52:10 $ 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/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:52:12 $ docker top 2751e6515359a67d0a0372e0232dc07006860275be818d7c832b0030e20dc0c6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:12 + docker compose -f ./docker-compose-build.yml build --parallel 06:52:20 #118 ... 06:52:20 06:52:20 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:20 #117 DONE 44.5s 06:52:20 06:52:20 #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:20 #89 DONE 44.3s 06:52:20 06:52:20 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:20 #99 DONE 39.5s 06:52:20 06:52:20 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:20 #87 DONE 43.6s 06:52:20 06:52:20 #118 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:20 #118 DONE 44.5s 06:52:20 06:52:20 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:20 #116 DONE 44.4s 06:52:20 06:52:20 #119 [security-spiffe-token-provider builder 6/7] COPY . . 06:52:23 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:52:23 #1 transferring dockerfile: 06:52:23 #1 transferring dockerfile: 2.23kB done 06:52:23 #1 DONE 0.1s 06:52:23 06:52:23 #2 [security-proxy-setup internal] load build definition from Dockerfile 06:52:23 #2 transferring dockerfile: 2.50kB 0.0s done 06:52:23 #2 DONE 0.1s 06:52:23 06:52:23 #3 [security-secretstore-setup internal] load build definition from Dockerfile 06:52:23 #3 transferring dockerfile: 2.49kB done 06:52:23 #3 DONE 0.1s 06:52:23 06:52:23 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:52:23 #4 transferring dockerfile: 1.89kB done 06:52:23 #4 DONE 0.1s 06:52:23 06:52:23 #5 [core-keeper internal] load build definition from Dockerfile 06:52:23 #5 transferring dockerfile: 2.01kB done 06:52:23 #5 DONE 0.1s 06:52:23 06:52:23 #6 [support-notifications internal] load build definition from Dockerfile 06:52:23 #6 transferring dockerfile: 2.00kB done 06:52:23 #6 DONE 0.1s 06:52:23 06:52:23 #7 [security-spire-server internal] load build definition from Dockerfile 06:52:23 #7 transferring dockerfile: 1.70kB done 06:52:23 #7 DONE 0.1s 06:52:23 06:52:23 #8 [core-data internal] load build definition from Dockerfile 06:52:23 #8 transferring dockerfile: 2.04kB 0.0s done 06:52:23 #8 DONE 0.1s 06:52:23 06:52:23 #9 [security-spire-agent internal] load build definition from Dockerfile 06:52:23 #9 transferring dockerfile: 1.81kB done 06:52:23 #9 DONE 0.1s 06:52:23 06:52:23 #10 [security-bootstrapper internal] load build definition from Dockerfile 06:52:23 #10 transferring dockerfile: 3.02kB done 06:52:23 #10 DONE 0.1s 06:52:23 06:52:23 #11 [support-scheduler internal] load build definition from Dockerfile 06:52:23 #11 transferring dockerfile: 1.83kB done 06:52:23 #11 DONE 0.1s 06:52:23 06:52:23 #12 [core-metadata internal] load build definition from Dockerfile 06:52:23 #12 transferring dockerfile: 2.10kB done 06:52:23 #12 DONE 0.1s 06:52:23 06:52:23 #13 [security-spire-config internal] load build definition from Dockerfile 06:52:23 #13 transferring dockerfile: 1.69kB done 06:52:23 #13 DONE 0.1s 06:52:23 06:52:23 #14 [security-proxy-auth internal] load build definition from Dockerfile 06:52:23 #14 transferring dockerfile: 2.14kB 0.0s done 06:52:23 #14 DONE 0.1s 06:52:23 06:52:23 #15 [core-command internal] load build definition from Dockerfile 06:52:23 #15 transferring dockerfile: 1.94kB done 06:52:23 #15 DONE 0.1s 06:52:23 06:52:23 #16 [core-common-config-bootstrapper internal] load .dockerignore 06:52:23 #16 transferring context: 50B 0.0s done 06:52:23 #16 DONE 0.1s 06:52:24 06:52:24 #17 [security-proxy-setup internal] load .dockerignore 06:52:24 #17 transferring context: 50B done 06:52:24 #17 DONE 0.0s 06:52:24 06:52:24 #18 [security-secretstore-setup internal] load .dockerignore 06:52:24 #18 transferring context: 50B done 06:52:24 #18 DONE 0.1s 06:52:24 06:52:24 #19 [security-spiffe-token-provider internal] load .dockerignore 06:52:24 #19 transferring context: 50B done 06:52:24 #19 DONE 0.1s 06:52:24 06:52:24 #20 [core-keeper internal] load .dockerignore 06:52:24 #20 transferring context: 50B done 06:52:24 #20 DONE 0.1s 06:52:24 06:52:24 #21 [support-notifications internal] load .dockerignore 06:52:24 #21 transferring context: 50B done 06:52:24 #21 DONE 0.1s 06:52:24 06:52:24 #22 [security-spire-server internal] load .dockerignore 06:52:24 #22 transferring context: 50B done 06:52:24 #22 DONE 0.1s 06:52:24 06:52:24 #23 [core-data internal] load .dockerignore 06:52:24 #23 transferring context: 50B done 06:52:24 #23 DONE 0.1s 06:52:24 06:52:24 #24 [security-spire-agent internal] load .dockerignore 06:52:24 #24 transferring context: 50B 0.0s done 06:52:24 #24 DONE 0.1s 06:52:24 06:52:24 #25 [security-bootstrapper internal] load .dockerignore 06:52:24 #25 transferring context: 50B 0.0s done 06:52:24 #25 DONE 0.1s 06:52:25 06:52:25 #26 [support-scheduler internal] load .dockerignore 06:52:25 #26 transferring context: 50B done 06:52:25 #26 DONE 0.1s 06:52:25 06:52:25 #27 [core-metadata internal] load .dockerignore 06:52:25 #27 transferring context: 50B done 06:52:25 #27 DONE 0.1s 06:52:25 06:52:25 #28 [security-spire-config internal] load .dockerignore 06:52:25 #28 transferring context: 50B done 06:52:25 #28 DONE 0.1s 06:52:25 06:52:25 #29 [security-proxy-auth internal] load .dockerignore 06:52:25 #29 transferring context: 50B done 06:52:25 #29 DONE 0.2s 06:52:25 06:52:25 #30 [core-command internal] load .dockerignore 06:52:25 #30 transferring context: 50B 0.0s done 06:52:25 #30 DONE 0.1s 06:52:25 06:52:25 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:25 #31 DONE 0.0s 06:52:25 06:52:25 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:52:25 #32 DONE 0.3s 06:52:25 06:52:25 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:25 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:25 #33 ... 06:52:25 06:52:25 #34 [core-common-config-bootstrapper internal] load build context 06:52:26 #119 ... 06:52:26 06:52:26 #120 [core-command builder 6/7] COPY . . 06:52:26 #34 ... 06:52:26 06:52:26 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:26 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:26 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:26 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:26 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:26 #33 DONE 0.2s 06:52:26 06:52:26 #34 [core-common-config-bootstrapper internal] load build context 06:52:26 #120 ... 06:52:26 06:52:26 #121 [support-scheduler builder 6/7] COPY . . 06:52:26 #121 ... 06:52:26 06:52:26 #122 [core-keeper builder 7/8] COPY . . 06:52:26 #122 ... 06:52:26 06:52:26 #123 [security-proxy-setup builder 6/7] COPY . . 06:52:26 #34 transferring context: 3.22MB 0.7s done 06:52:26 #34 DONE 0.9s 06:52:26 06:52:26 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:26 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:26 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:26 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:26 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:26 #33 DONE 0.4s 06:52:26 06:52:26 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:26 #31 DONE 0.0s 06:52:26 06:52:26 #35 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:52:26 #35 ... 06:52:26 06:52:26 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:26 #31 DONE 0.0s 06:52:26 06:52:26 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 06:52:26 #32 DONE 0.4s 06:52:26 #123 ... 06:52:26 06:52:26 #124 [support-notifications builder 6/7] COPY . . 06:52:27 06:52:27 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:27 #33 DONE 0.4s 06:52:27 06:52:27 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:27 #31 DONE 0.0s 06:52:27 06:52:27 #36 [security-secretstore-setup internal] load build context 06:52:27 #36 ... 06:52:27 06:52:27 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 06:52:27 #32 DONE 0.7s 06:52:27 06:52:27 #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:27 #37 DONE 2.1s 06:52:27 06:52:27 #36 [security-secretstore-setup internal] load build context 06:52:27 #36 ... 06:52:27 06:52:27 #33 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:27 #33 DONE 0.5s 06:52:27 06:52:27 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:27 #31 DONE 0.0s 06:52:27 06:52:27 #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:27 #37 DONE 2.2s 06:52:27 06:52:27 #36 [security-secretstore-setup internal] load build context 06:52:28 #36 ... 06:52:28 06:52:28 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:28 #31 DONE 0.0s 06:52:28 06:52:28 #36 [security-secretstore-setup internal] load build context 06:52:28 #36 ... 06:52:28 06:52:28 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:28 #33 DONE 0.5s 06:52:28 06:52:28 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:52:28 #32 DONE 1.3s 06:52:28 06:52:28 #37 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:28 #37 DONE 2.2s 06:52:28 06:52:28 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:28 #33 DONE 0.5s 06:52:28 06:52:28 #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:28 #37 DONE 2.2s 06:52:28 06:52:28 #38 [security-bootstrapper internal] load build context 06:52:28 #38 ... 06:52:28 06:52:28 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:28 #31 DONE 0.0s 06:52:28 06:52:28 #39 [security-proxy-setup internal] load build context 06:52:28 #39 ... 06:52:28 06:52:28 #40 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 06:52:28 #40 DONE 1.8s 06:52:28 06:52:28 #39 [security-proxy-setup internal] load build context 06:52:28 #39 transferring context: 3.22MB 1.6s done 06:52:28 #39 DONE 1.8s 06:52:28 06:52:28 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:28 #31 DONE 0.1s 06:52:28 06:52:28 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:52:29 #41 ... 06:52:29 06:52:29 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:29 #31 DONE 0.1s 06:52:29 06:52:29 #42 [security-spiffe-token-provider internal] load build context 06:52:29 #42 transferring context: 3.22MB 2.0s done 06:52:29 #42 DONE 2.4s 06:52:29 06:52:29 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 06:52:29 #32 DONE 2.7s 06:52:29 06:52:29 #38 [security-bootstrapper internal] load build context 06:52:29 #38 ... 06:52:29 06:52:29 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:29 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:29 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:29 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:29 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:29 #33 DONE 0.6s 06:52:29 06:52:29 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:29 #37 DONE 2.3s 06:52:29 06:52:29 #40 [support-scheduler builder 2/7] WORKDIR /edgex-go 06:52:29 #40 DONE 1.9s 06:52:29 06:52:29 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:52:29 #31 DONE 0.1s 06:52:29 06:52:29 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:29 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:29 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:29 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:29 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:29 #33 DONE 0.6s 06:52:29 06:52:29 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:29 #37 DONE 2.3s 06:52:29 06:52:29 #40 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 06:52:29 #40 DONE 1.9s 06:52:29 06:52:29 #36 [security-secretstore-setup internal] load build context 06:52:29 #36 transferring context: 3.22MB 2.2s done 06:52:29 #36 DONE 2.9s 06:52:29 06:52:29 #38 [security-bootstrapper internal] load build context 06:52:30 #38 ... 06:52:30 06:52:30 #43 [support-notifications internal] load build context 06:52:30 #43 transferring context: 3.22MB 1.9s done 06:52:30 #43 DONE 2.7s 06:52:30 06:52:30 #38 [security-bootstrapper internal] load build context 06:52:30 #38 ... 06:52:30 06:52:30 #44 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:52:30 #44 DONE 3.6s 06:52:30 06:52:30 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:30 #33 DONE 0.6s 06:52:30 06:52:30 #45 [security-spire-config internal] load build context 06:52:30 #45 DONE 0.0s 06:52:30 06:52:30 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:30 #46 DONE 0.0s 06:52:30 06:52:30 #38 [security-bootstrapper internal] load build context 06:52:31 #38 ... 06:52:31 06:52:31 #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:52:31 #47 DONE 3.4s 06:52:31 06:52:31 #48 [core-keeper internal] load build context 06:52:31 #48 transferring context: 3.22MB 2.7s done 06:52:31 #48 DONE 3.6s 06:52:31 06:52:31 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:31 #33 DONE 0.6s 06:52:31 06:52:31 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:31 #49 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:31 #49 ... 06:52:31 06:52:31 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 06:52:31 #32 DONE 4.8s 06:52:31 06:52:31 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:52:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:52:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:52:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:52:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:52:31 #33 DONE 0.6s 06:52:31 06:52:31 #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:52:31 #37 DONE 2.3s 06:52:31 06:52:31 #40 [core-command builder 2/7] WORKDIR /edgex-go 06:52:31 #40 DONE 1.9s 06:52:31 06:52:31 #50 [core-command internal] load build context 06:52:31 #50 DONE 0.0s 06:52:31 06:52:31 #51 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:52:32 #51 ... 06:52:32 06:52:32 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:32 #49 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.7s done 06:52:32 #49 DONE 1.7s 06:52:32 06:52:32 #38 [security-bootstrapper internal] load build context 06:52:32 #38 transferring context: 3.22MB 3.2s done 06:52:33 #38 ... 06:52:33 06:52:33 #52 [core-data internal] load build context 06:52:33 #52 transferring context: 3.22MB 3.1s done 06:52:33 #52 DONE 5.0s 06:52:33 06:52:33 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:33 #46 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.0s done 06:52:33 #46 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:52:33 #46 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 06:52:33 #46 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 06:52:33 #124 DONE 16.6s 06:52:33 06:52:33 #121 [support-scheduler builder 6/7] COPY . . 06:52:33 #121 DONE 16.5s 06:52:33 06:52:33 #125 [core-data builder 6/7] COPY . . 06:52:33 #125 CACHED 06:52:33 06:52:33 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 06:52:33 #126 CACHED 06:52:33 06:52:33 #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:33 #127 CACHED 06:52:33 06:52:33 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:33 #128 CACHED 06:52:33 06:52:33 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 06:52:33 #129 CACHED 06:52:33 06:52:33 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:52:33 #130 CACHED 06:52:33 06:52:33 #122 [core-keeper builder 7/8] COPY . . 06:52:33 #122 DONE 16.5s 06:52:33 06:52:33 #120 [core-command builder 6/7] COPY . . 06:52:33 #120 DONE 16.5s 06:52:33 06:52:33 #131 [security-proxy-auth builder 6/7] COPY . . 06:52:33 #131 CACHED 06:52:33 06:52:33 #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:52:33 #132 CACHED 06:52:33 06:52:33 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:33 #133 CACHED 06:52:33 06:52:33 #134 [core-metadata builder 6/7] COPY . . 06:52:33 #134 CACHED 06:52:33 06:52:33 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:52:33 #135 CACHED 06:52:33 06:52:33 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:33 #136 CACHED 06:52:33 06:52:33 #119 [security-spiffe-token-provider builder 6/7] COPY . . 06:52:33 #119 DONE 16.6s 06:52:33 06:52:33 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:52:33 #137 ... 06:52:33 06:52:33 #123 [security-proxy-setup builder 6/7] COPY . . 06:52:33 #123 DONE 16.6s 06:52:33 06:52:33 #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:33 #138 CACHED 06:52:33 06:52:33 #139 [security-bootstrapper builder 6/7] COPY . . 06:52:33 #139 CACHED 06:52:33 06:52:33 #140 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:52:33 #140 CACHED 06:52:33 06:52:33 #141 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:33 #141 CACHED 06:52:33 06:52:33 #142 [security-secretstore-setup builder 6/7] COPY . . 06:52:33 #142 CACHED 06:52:33 06:52:33 #143 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:52:33 #143 CACHED 06:52:33 06:52:33 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:52:33 #46 ... 06:52:33 06:52:33 #38 [security-bootstrapper internal] load build context 06:52:33 #38 DONE 5.3s 06:52:33 06:52:33 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:33 #46 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 06:52:33 #144 1.147 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:52:34 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.5s 06:52:34 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.7s 06:52:34 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.8s 06:52:34 #46 ... 06:52:34 06:52:34 #53 [security-spire-agent internal] load build context 06:52:34 #53 transferring context: 23.33kB 0.1s done 06:52:34 #53 DONE 3.2s 06:52:34 06:52:34 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:34 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.1s 06:52:34 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done 06:52:34 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.3s 06:52:34 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done 06:52:35 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done 06:52:35 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 06:52:35 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.7s done 06:52:35 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done 06:52:35 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 06:52:35 #46 ... 06:52:35 06:52:35 #45 [security-spire-config internal] load build context 06:52:35 #45 transferring context: 22.05kB 0.3s done 06:52:35 #45 DONE 4.4s 06:52:35 06:52:35 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:35 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 06:52:35 #46 ... 06:52:35 06:52:35 #54 [security-spire-server internal] load build context 06:52:35 #54 transferring context: 23.80kB 0.4s done 06:52:35 #54 DONE 4.9s 06:52:36 06:52:36 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:36 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.5s 06:52:36 #46 ... 06:52:36 06:52:36 #55 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 06:52:36 #0 7.077 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:36 #0 7.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:36 #0 9.604 (1/1) Installing dumb-init (1.2.5-r3) 06:52:36 #0 9.604 Executing busybox-1.36.1-r29.trigger 06:52:36 #0 9.698 OK: 9 MiB in 15 packages 06:52:36 #55 ... 06:52:36 06:52:36 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:36 #49 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 06:52:36 #49 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 06:52:36 #49 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 06:52:36 #49 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s done 06:52:36 #49 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.2s 06:52:36 #49 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 2.4s 06:52:36 #49 ... 06:52:36 06:52:36 #56 [security-proxy-auth internal] load build context 06:52:36 #56 transferring context: 3.22MB 4.6s done 06:52:36 #56 DONE 6.7s 06:52:36 06:52:36 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:36 #49 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.4s done 06:52:36 #49 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 3.3s 06:52:36 #49 ... 06:52:36 06:52:36 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:52:36 #0 9.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:37 #57 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:37 #57 ... 06:52:37 06:52:37 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:52:37 #0 9.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:37 #58 ... 06:52:37 06:52:37 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:37 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.74MB / 33.17MB 3.9s 06:52:37 #46 ... 06:52:37 06:52:37 #55 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 06:52:37 #55 DONE 12.2s 06:52:37 06:52:37 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:37 #46 ... 06:52:37 06:52:37 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:52:37 #59 ... 06:52:37 06:52:37 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:37 #60 ... 06:52:37 06:52:37 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:37 #46 ... 06:52:37 06:52:37 #61 [core-metadata internal] load build context 06:52:37 #61 transferring context: 3.22MB 6.6s done 06:52:37 #61 DONE 8.2s 06:52:37 06:52:37 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:37 #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 06:52:38 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.77MB / 33.17MB 5.0s 06:52:38 #46 ... 06:52:38 06:52:38 #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:38 #62 ... 06:52:38 06:52:38 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:52:39 #63 ... 06:52:39 06:52:39 #64 [core-command builder 3/7] RUN apk add --update --no-cache make git 06:52:39 #64 ... 06:52:39 06:52:39 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:52:39 #65 ... 06:52:39 06:52:39 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 06:52:39 #66 ... 06:52:39 06:52:39 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:52:39 #67 ... 06:52:39 06:52:39 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:39 #46 ... 06:52:39 06:52:39 #68 [support-scheduler internal] load build context 06:52:39 #68 transferring context: 3.22MB 7.9s done 06:52:39 #68 DONE 10.2s 06:52:39 06:52:39 #35 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:52:39 #35 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:39 #35 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:39 #35 ... 06:52:39 06:52:39 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:52:40 #69 ... 06:52:40 06:52:40 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:40 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 6.7s 06:52:40 #46 ... 06:52:40 06:52:40 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:40 #60 DONE 12.6s 06:52:40 06:52:40 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:40 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 7.3s 06:52:40 #46 ... 06:52:40 06:52:40 #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:52:40 #70 ... 06:52:40 06:52:40 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:41 #46 ... 06:52:41 06:52:41 #50 [core-command internal] load build context 06:52:41 #50 transferring context: 3.22MB 7.0s done 06:52:41 #50 DONE 9.2s 06:52:41 06:52:41 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:41 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 7.9s 06:52:42 #46 ... 06:52:42 06:52:42 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:52:42 #71 ... 06:52:42 06:52:42 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:42 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 8.7s 06:52:42 #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 06:52:42 #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 06:52:42 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.66MB / 33.17MB 9.4s 06:52:43 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 10.6s 06:52:43 #144 ... 06:52:43 06:52:43 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:52:43 #0 1.393 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:52:43 #145 ... 06:52:43 06:52:43 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:52:43 #0 0.939 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:52:43 #146 ... 06:52:43 06:52:43 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:52:43 #0 1.426 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:52:43 #147 ... 06:52:43 06:52:43 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:52:43 #0 0.940 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:52:43 #148 ... 06:52:43 06:52:43 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:52:43 #0 0.510 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:52:43 #149 ... 06:52:43 06:52:43 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:52:43 #0 2.316 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:52:43 #150 ... 06:52:43 06:52:43 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:52:43 #0 0.774 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:52:43 #151 ... 06:52:43 06:52:43 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:52:43 #0 1.114 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:52:43 #152 ... 06:52:43 06:52:43 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:52:43 #0 1.537 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:52:43 #153 ... 06:52:43 06:52:43 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:52:43 #0 2.007 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:52:44 #154 ... 06:52:44 06:52:44 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:52:44 #137 1.497 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:52:44 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 11.2s 06:52:45 #46 ... 06:52:45 06:52:45 #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:45 #62 DONE 16.5s 06:52:45 06:52:45 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:45 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 11.7s 06:52:45 #46 ... 06:52:45 06:52:45 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:52:45 #58 10.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:45 #58 13.20 (1/4) Installing ca-certificates (20241121-r1) 06:52:45 #58 13.52 (2/4) Installing dumb-init (1.2.5-r3) 06:52:45 #58 13.73 (3/4) Installing su-exec (0.2-r3) 06:52:45 #58 13.73 (4/4) Installing yq-go (4.44.1-r2) 06:52:45 #58 14.11 Executing busybox-1.36.1-r29.trigger 06:52:45 #58 14.28 Executing ca-certificates-20241121-r1.trigger 06:52:45 #58 15.58 OK: 20 MiB in 18 packages 06:52:45 #58 DONE 18.1s 06:52:45 06:52:45 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:46 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 12.8s 06:52:46 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 13.4s 06:52:47 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 13.7s 06:52:47 #46 ... 06:52:47 06:52:47 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:47 #49 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.0s done 06:52:47 #49 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 06:52:47 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 06:52:47 #49 ... 06:52:47 06:52:47 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:47 #46 ... 06:52:47 06:52:47 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:52:47 #59 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:47 #59 12.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:47 #59 16.28 (1/7) Installing ca-certificates (20241121-r1) 06:52:47 #59 16.75 (2/7) Installing dumb-init (1.2.5-r3) 06:52:47 #59 16.77 (3/7) Installing libgcc (13.2.1_git20240309-r1) 06:52:47 #59 16.78 (4/7) Installing libsodium (1.0.19-r0) 06:52:47 #59 16.86 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 06:52:47 #59 17.13 (6/7) Installing libzmq (4.3.5-r2) 06:52:47 #59 17.22 (7/7) Installing zeromq (4.3.5-r2) 06:52:47 #59 17.30 Executing busybox-1.36.1-r29.trigger 06:52:47 #59 17.44 Executing ca-certificates-20241121-r1.trigger 06:52:47 #59 18.63 OK: 14 MiB in 21 packages 06:52:47 #59 DONE 20.2s 06:52:47 06:52:47 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:47 #46 ... 06:52:47 06:52:47 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 06:52:47 #72 ... 06:52:47 06:52:47 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:48 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 14.9s 06:52:48 #46 ... 06:52:48 06:52:48 #35 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:52:48 #35 18.06 (1/4) Installing dumb-init (1.2.5-r3) 06:52:48 #35 18.06 (2/4) Installing openssl (3.3.3-r0) 06:52:48 #35 18.12 (3/4) Installing su-exec (0.2-r3) 06:52:48 #35 18.14 (4/4) Installing yq-go (4.44.1-r2) 06:52:48 #35 19.18 Executing busybox-1.36.1-r29.trigger 06:52:48 #35 19.29 OK: 20 MiB in 18 packages 06:52:48 #35 DONE 22.2s 06:52:48 06:52:48 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:49 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 15.8s 06:52:49 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.1s done 06:52:49 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.1s done 06:52:49 #46 ... 06:52:49 06:52:49 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:52:49 #41 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:49 #41 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:49 #41 18.81 (1/1) Installing dumb-init (1.2.5-r3) 06:52:49 #41 18.83 Executing busybox-1.36.1-r29.trigger 06:52:49 #41 18.95 OK: 9 MiB in 15 packages 06:52:49 #41 DONE 21.1s 06:52:50 06:52:50 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:52:50 #73 ... 06:52:50 06:52:50 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:52:50 #74 ... 06:52:50 06:52:50 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:51 #49 ... 06:52:51 06:52:51 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:52:51 #57 13.97 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:52:51 #57 13.97 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:52:51 #57 13.97 OK: 24049 distinct packages available 06:52:51 #57 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:51 #57 16.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:51 #57 ... 06:52:51 06:52:51 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:51 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.0s 06:52:51 #49 ... 06:52:51 06:52:51 #64 [core-command builder 3/7] RUN apk add --update --no-cache make git 06:52:51 #64 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:51 #64 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:52 #64 ... 06:52:52 06:52:52 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:52 #49 ... 06:52:52 06:52:52 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:52:52 #63 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:52 #63 15.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:52 #63 23.29 (1/2) Installing dumb-init (1.2.5-r3) 06:52:52 #63 23.34 (2/2) Installing su-exec (0.2-r3) 06:52:52 #63 23.35 Executing busybox-1.36.1-r29.trigger 06:52:52 #63 23.55 OK: 9 MiB in 16 packages 06:52:52 #63 ... 06:52:52 06:52:52 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:52 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.6s 06:52:53 #46 ... 06:52:53 06:52:53 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 06:52:53 #66 15.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:53 #66 17.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:53 #66 25.27 OK: 239 MiB in 58 packages 06:52:53 #66 ... 06:52:53 06:52:53 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:54 #46 ... 06:52:54 06:52:54 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:52:54 #63 DONE 26.0s 06:52:54 06:52:54 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:55 #46 ... 06:52:55 06:52:55 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:52:55 #75 ... 06:52:55 06:52:55 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:52:55 #0 9.579 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:55 #76 ... 06:52:55 06:52:55 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:52:55 #75 10.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:55 #75 ... 06:52:55 06:52:55 #64 [core-data builder 3/7] RUN apk add --update --no-cache make git 06:52:55 #64 25.22 OK: 239 MiB in 58 packages 06:52:55 #64 DONE 28.0s 06:52:55 06:52:55 #77 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:52:55 #77 ... 06:52:55 06:52:55 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:52:55 #67 17.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:55 #67 19.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:56 #67 ... 06:52:56 06:52:56 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:52:56 #46 ... 06:52:56 06:52:56 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:52:56 #66 DONE 28.1s 06:52:56 06:52:56 #77 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:52:56 #77 DONE 1.1s 06:52:56 06:52:56 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:56 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.1s 06:52:57 #49 ... 06:52:57 06:52:57 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:52:57 #69 17.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:57 #69 19.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:57 #69 ... 06:52:57 06:52:57 #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:52:57 #70 16.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:57 #70 18.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:57 #70 ... 06:52:57 06:52:57 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:52:57 #0 7.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:57 #0 9.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:57 #78 ... 06:52:57 06:52:57 #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:52:57 #79 DONE 1.3s 06:52:57 06:52:57 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:58 #49 ... 06:52:58 06:52:58 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:52:58 #65 19.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:58 #65 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:58 #65 ... 06:52:58 06:52:58 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:59 #49 ... 06:52:59 06:52:59 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:52:59 #0 9.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:59 #80 ... 06:52:59 06:52:59 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:59 #49 ... 06:52:59 06:52:59 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:52:59 #57 26.45 (1/14) Installing ca-certificates (20241121-r1) 06:52:59 #57 26.93 (2/14) Installing brotli-libs (1.1.0-r2) 06:52:59 #57 27.16 (3/14) Installing c-ares (1.33.1-r0) 06:52:59 #57 27.20 (4/14) Installing libunistring (1.2-r0) 06:52:59 #57 27.64 (5/14) Installing libidn2 (2.3.7-r0) 06:52:59 #57 27.70 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:52:59 #57 27.73 (7/14) Installing libpsl (0.21.5-r1) 06:52:59 #57 27.79 (8/14) Installing zstd-libs (1.5.6-r0) 06:52:59 #57 27.96 (9/14) Installing libcurl (8.12.1-r0) 06:52:59 #57 28.11 (10/14) Installing curl (8.12.1-r0) 06:52:59 #57 28.24 (11/14) Installing dumb-init (1.2.5-r3) 06:52:59 #57 28.28 (12/14) Installing musl-obstack (1.2.3-r2) 06:52:59 #57 28.37 (13/14) Installing libucontext (1.2-r3) 06:52:59 #57 28.37 (14/14) Installing gcompat (1.1.0-r4) 06:52:59 #57 28.46 Executing busybox-1.36.1-r29.trigger 06:52:59 #57 28.64 Executing ca-certificates-20241121-r1.trigger 06:52:59 #57 30.01 OK: 15 MiB in 28 packages 06:52:59 #57 DONE 32.4s 06:52:59 06:52:59 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:59 #49 ... 06:52:59 06:52:59 #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:52:59 #51 17.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:52:59 #51 19.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:52:59 #51 ... 06:52:59 06:52:59 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:52:59 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.4s done 06:53:00 #49 ... 06:53:00 06:53:00 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:53:00 #69 28.68 OK: 239 MiB in 58 packages 06:53:00 #69 DONE 30.7s 06:53:00 06:53:00 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:53:00 #81 ... 06:53:00 06:53:00 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 06:53:00 #72 13.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:00 #72 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:01 #72 ... 06:53:01 06:53:01 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:53:01 #49 DONE 30.0s 06:53:01 06:53:01 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:53:01 #80 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:01 #80 ... 06:53:01 06:53:01 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:53:01 #67 31.16 OK: 239 MiB in 58 packages 06:53:01 #67 DONE 32.8s 06:53:01 06:53:01 #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:53:02 #82 ... 06:53:02 06:53:02 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:53:02 #81 DONE 1.8s 06:53:02 06:53:02 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:02 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s 06:53:02 #46 ... 06:53:02 06:53:02 #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:53:02 #82 DONE 1.6s 06:53:02 06:53:02 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:02 #46 ... 06:53:02 06:53:02 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:03 #83 ... 06:53:03 06:53:03 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:53:03 #74 13.15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:03 #74 15.19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:03 #74 ... 06:53:03 06:53:03 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:03 #46 ... 06:53:03 06:53:03 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:53:03 #71 21.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:03 #71 24.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:04 #71 ... 06:53:04 06:53:04 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:04 #46 ... 06:53:04 06:53:04 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:53:04 #0 9.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:05 #84 ... 06:53:05 06:53:05 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:05 #46 ... 06:53:05 06:53:05 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 06:53:05 #72 25.60 OK: 9 MiB in 15 packages 06:53:05 #72 DONE 28.3s 06:53:05 06:53:05 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:07 #46 ... 06:53:07 06:53:07 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:07 #85 ... 06:53:07 06:53:07 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:07 #46 ... 06:53:07 06:53:07 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:53:07 #76 12.09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:07 #76 ... 06:53:07 06:53:07 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:53:07 #84 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:07 #84 ... 06:53:07 06:53:07 #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:53:07 #70 30.17 (1/3) Installing ca-certificates (20241121-r1) 06:53:07 #70 30.98 (2/3) Installing dumb-init (1.2.5-r3) 06:53:07 #70 31.00 (3/3) Installing tzdata (2025b-r0) 06:53:07 #70 32.80 Executing busybox-1.36.1-r29.trigger 06:53:07 #70 32.98 Executing ca-certificates-20241121-r1.trigger 06:53:07 #70 34.49 OK: 11 MiB in 17 packages 06:53:07 #70 DONE 36.7s 06:53:07 06:53:07 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:07 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.9s 06:53:07 #46 ... 06:53:07 06:53:07 #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:08 #86 ... 06:53:08 06:53:08 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:08 #46 ... 06:53:08 06:53:08 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:53:08 #75 13.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:08 #75 ... 06:53:08 06:53:08 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:53:08 #78 20.45 OK: 14 MiB in 21 packages 06:53:08 #78 ... 06:53:08 06:53:08 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:53:08 #73 9.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:08 #73 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:09 #73 ... 06:53:09 06:53:09 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:09 #46 ... 06:53:09 06:53:09 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:53:09 #0 7.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:09 #0 9.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:09 #87 ... 06:53:09 06:53:09 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:10 #46 ... 06:53:10 06:53:10 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:53:10 #78 DONE 22.4s 06:53:10 06:53:10 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:53:10 #74 27.25 (1/1) Installing dumb-init (1.2.5-r3) 06:53:10 #74 28.17 Executing busybox-1.36.1-r29.trigger 06:53:10 #74 28.41 OK: 9 MiB in 15 packages 06:53:10 #74 DONE 29.9s 06:53:10 06:53:10 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:10 #46 ... 06:53:10 06:53:10 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:53:10 #75 23.81 OK: 20 MiB in 18 packages 06:53:10 #75 DONE 25.6s 06:53:10 06:53:10 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:53:10 #80 21.89 OK: 20 MiB in 18 packages 06:53:11 #80 ... 06:53:11 06:53:11 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:53:11 #76 24.90 OK: 239 MiB in 58 packages 06:53:11 #76 DONE 26.7s 06:53:12 06:53:12 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:53:12 #65 33.60 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:53:12 #65 33.60 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:53:12 #65 33.60 OK: 24049 distinct packages available 06:53:12 #65 35.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:12 #65 37.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:12 #65 ... 06:53:12 06:53:12 #88 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:12 #88 ... 06:53:12 06:53:12 #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:53:12 #51 30.20 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:53:12 #51 30.20 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:53:12 #51 30.20 OK: 24049 distinct packages available 06:53:12 #51 32.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:12 #51 34.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:12 #51 ... 06:53:12 06:53:12 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:53:12 #89 DONE 0.6s 06:53:12 06:53:12 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:13 #90 ... 06:53:13 06:53:13 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:53:13 #80 DONE 24.1s 06:53:13 06:53:13 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:13 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.4s 06:53:13 #46 ... 06:53:13 06:53:13 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:53:13 #73 22.12 OK: 9 MiB in 15 packages 06:53:13 #73 DONE 23.5s 06:53:13 06:53:13 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:53:13 #91 DONE 0.4s 06:53:13 06:53:13 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:14 #46 ... 06:53:14 06:53:14 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:53:14 #65 45.24 OK: 239 MiB in 58 packages 06:53:14 #65 DONE 46.2s 06:53:14 06:53:14 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:15 #46 ... 06:53:15 06:53:15 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:53:15 #92 DONE 0.6s 06:53:15 06:53:15 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:15 #93 ... 06:53:15 06:53:15 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:53:15 #71 34.05 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:53:15 #71 34.05 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:53:15 #71 34.05 OK: 24049 distinct packages available 06:53:15 #71 35.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:15 #71 37.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:16 #71 ... 06:53:16 06:53:16 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:53:16 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.2s done 06:53:17 #46 ... 06:53:17 06:53:17 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:53:17 #87 16.96 OK: 15 MiB in 28 packages 06:53:17 #87 DONE 18.1s 06:53:17 06:53:17 #94 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:53:17 #0 4.639 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:17 #0 6.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:17 #94 ... 06:53:17 06:53:17 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:53:17 #71 45.48 (1/4) Installing dumb-init (1.2.5-r3) 06:53:17 #71 45.49 (2/4) Installing musl-obstack (1.2.3-r2) 06:53:17 #71 45.50 (3/4) Installing libucontext (1.2-r3) 06:53:17 #71 45.51 (4/4) Installing gcompat (1.1.0-r4) 06:53:17 #71 45.52 Executing busybox-1.36.1-r29.trigger 06:53:17 #71 45.65 OK: 9 MiB in 18 packages 06:53:18 #71 ... 06:53:18 06:53:18 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:53:18 #84 21.13 OK: 9 MiB in 16 packages 06:53:18 #84 DONE 23.0s 06:53:18 06:53:18 #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:53:18 #51 44.34 (1/5) Installing dumb-init (1.2.5-r3) 06:53:18 #51 44.37 (2/5) Installing musl-obstack (1.2.3-r2) 06:53:18 #51 44.38 (3/5) Installing libucontext (1.2-r3) 06:53:18 #51 44.40 (4/5) Installing gcompat (1.1.0-r4) 06:53:18 #51 44.41 (5/5) Installing openssl (3.3.3-r0) 06:53:18 #51 44.55 Executing busybox-1.36.1-r29.trigger 06:53:18 #51 44.66 OK: 10 MiB in 19 packages 06:53:18 #51 DONE 46.4s 06:53:18 06:53:18 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:53:19 #95 ... 06:53:19 06:53:19 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:53:19 #71 DONE 47.1s 06:53:19 06:53:19 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:53:21 #96 ... 06:53:21 06:53:21 #94 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:53:21 #94 13.52 OK: 11 MiB in 17 packages 06:53:21 #94 DONE 14.2s 06:53:21 06:53:21 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:53:22 #97 DONE 4.3s 06:53:22 06:53:22 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 06:53:22 #98 DONE 0.2s 06:53:22 06:53:22 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:22 #83 ... 06:53:22 06:53:22 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:53:22 #96 3.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:23 #96 3.979 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:24 #96 5.943 OK: 9 MiB in 18 packages 06:53:25 #96 DONE 6.4s 06:53:25 06:53:25 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:53:25 #95 4.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:53:25 #95 4.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:53:25 #95 6.613 OK: 10 MiB in 19 packages 06:53:25 #95 DONE 7.3s 06:53:25 06:53:25 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:53:26 #99 ... 06:53:26 06:53:26 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:53:26 #100 DONE 1.6s 06:53:27 06:53:27 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:53:27 #99 DONE 1.2s 06:53:27 06:53:27 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:53:27 #101 DONE 1.3s 06:53:27 06:53:27 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:53:27 #102 ... 06:53:27 06:53:27 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:53:27 #103 DONE 0.2s 06:53:27 06:53:27 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:53:27 #102 DONE 0.2s 06:53:27 06:53:27 #104 [security-spire-server stage-2 6/9] COPY security.txt / 06:53:27 #104 ... 06:53:27 06:53:27 #105 [security-spire-config stage-2 6/10] COPY security.txt / 06:53:27 #105 DONE 0.3s 06:53:27 06:53:27 #104 [security-spire-server stage-2 6/9] COPY security.txt / 06:53:27 #104 DONE 0.2s 06:53:27 06:53:27 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:53:27 #106 DONE 0.2s 06:53:27 06:53:27 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:53:27 #107 DONE 0.3s 06:53:27 06:53:27 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:53:27 #108 ... 06:53:27 06:53:27 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:53:27 #109 DONE 0.2s 06:53:28 06:53:28 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:53:28 #108 DONE 0.3s 06:53:28 06:53:28 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:53:28 #110 DONE 0.2s 06:53:28 06:53:28 #111 [security-spire-server] exporting to image 06:53:28 #111 exporting layers 06:53:28 #111 ... 06:53:28 06:53:28 #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:53:28 #112 DONE 0.3s 06:53:28 06:53:28 #111 [security-spire-config] exporting to image 06:53:28 #111 ... 06:53:28 06:53:28 #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:53:28 #113 DONE 1.9s 06:53:29 06:53:29 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:53:29 #114 DONE 0.2s 06:53:29 06:53:29 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:29 #93 ... 06:53:29 06:53:29 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 06:53:29 #115 DONE 0.2s 06:53:29 06:53:29 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:53:29 #116 DONE 0.2s 06:53:29 06:53:29 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:53:29 #117 DONE 0.2s 06:53:29 06:53:29 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:29 #83 ... 06:53:29 06:53:29 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:53:29 #118 DONE 0.2s 06:53:29 06:53:29 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:53:30 #83 ... 06:53:30 06:53:30 #111 [security-spire-agent] exporting to image 06:53:31 #111 exporting layers 3.0s done 06:53:31 #111 writing image sha256:8765d72c954be61c1ab58db51f413529d14906127e93656bfe631e9d5b844c8f 0.0s done 06:53:31 #111 naming to docker.io/library/security-spire-server-arm64 done 06:53:31 #111 exporting layers 3.1s done 06:53:31 #111 writing image sha256:ad6566b81a7fbc4ced5ca6130e9dce4ddc132fdd4621b821c8a5ae5784a9c6ce 0.0s done 06:53:31 #111 naming to docker.io/library/security-spire-config-arm64 done 06:53:32 #111 exporting layers 2.2s done 06:53:32 #111 writing image sha256:c0f9bd034b31849c5934ea1c72f3734571e055e7121f7d64b2f30db59ff6063b done 06:53:32 #111 naming to docker.io/library/security-spire-agent-arm64 done 06:53:32 #111 DONE 4.0s 06:53:32 06:53:32 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:20 #137 ... 06:54:20 06:54:20 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:54:20 #145 DONE 97.9s 06:54:20 06:54:20 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:54:20 #154 DONE 97.7s 06:54:20 06:54:20 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:54:20 #144 ... 06:54:20 06:54:20 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:54:20 #155 DONE 0.5s 06:54:20 06:54:20 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:54:20 #156 DONE 0.4s 06:54:20 06:54:20 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:54:20 #157 DONE 0.6s 06:54:20 06:54:20 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:54:20 #158 DONE 0.5s 06:54:20 06:54:20 #159 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:54:20 #159 DONE 0.2s 06:54:20 06:54:20 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:54:20 #160 ... 06:54:20 06:54:20 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:54:20 #161 DONE 0.4s 06:54:20 06:54:20 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:54:20 #162 ... 06:54:20 06:54:20 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:54:20 #160 DONE 1.5s 06:54:20 06:54:20 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 06:54:20 #163 DONE 0.4s 06:54:20 06:54:20 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 06:54:20 #164 DONE 0.5s 06:54:20 06:54:20 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:54:20 #165 DONE 0.6s 06:54:20 06:54:20 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:54:20 #162 DONE 1.9s 06:54:20 06:54:20 #111 [core-common-config-bootstrapper] exporting to image 06:54:20 #111 exporting layers 06:54:20 #111 ... 06:54:20 06:54:20 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:54:20 #166 DONE 0.8s 06:54:20 06:54:20 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:54:20 #167 DONE 0.6s 06:54:20 06:54:20 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:54:20 #152 ... 06:54:20 06:54:20 #111 [core-common-config-bootstrapper] exporting to image 06:54:20 #111 exporting layers 1.5s done 06:54:20 #111 writing image sha256:7e0a90060b8e378886a6b2146083fc7cb45329e25194140e49b3030b9cfc03f8 done 06:54:20 #111 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 06:54:20 #111 DONE 2.5s 06:54:20 06:54:20 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:54:20 #168 DONE 0.6s 06:54:20 06:54:20 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:54:20 #169 DONE 0.2s 06:54:20 06:54:20 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:54:20 #170 DONE 0.1s 06:54:20 06:54:20 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:54:20 #171 DONE 1.9s 06:54:20 06:54:20 #111 [security-bootstrapper] exporting to image 06:54:20 #111 exporting layers 0.7s done 06:54:20 #111 writing image sha256:27c49bd832a269ac2c5ba439e9dbfe13d4fb5a7bab349c6742c8f02afd6e1397 done 06:54:20 #111 naming to docker.io/library/security-bootstrapper done 06:54:20 #111 DONE 3.2s 06:54:20 06:54:20 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:54:53 #83 ... 06:54:53 06:54:53 #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #86 DONE 110.1s 06:54:53 06:54:53 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #83 DONE 104.8s 06:54:53 06:54:53 #88 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #88 DONE 105.7s 06:54:53 06:54:53 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #90 DONE 95.4s 06:54:53 06:54:53 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #85 DONE 111.1s 06:54:53 06:54:53 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 06:54:53 #119 ... 06:54:53 06:54:53 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #93 DONE 92.6s 06:54:53 06:54:53 #120 [security-spiffe-token-provider builder 6/7] COPY . . 06:54:53 #120 ... 06:54:53 06:54:53 #121 [support-notifications builder 6/7] COPY . . 06:54:53 #121 DONE 2.0s 06:54:53 06:54:53 #122 [core-keeper builder 7/8] COPY . . 06:54:53 #122 DONE 2.0s 06:54:53 06:54:53 #123 [support-scheduler builder 6/7] COPY . . 06:54:53 #123 DONE 1.9s 06:54:53 06:54:53 #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #124 CACHED 06:54:53 06:54:53 #125 [security-bootstrapper builder 6/7] COPY . . 06:54:53 #125 CACHED 06:54:53 06:54:53 #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:54:53 #126 CACHED 06:54:53 06:54:53 #120 [security-spiffe-token-provider builder 6/7] COPY . . 06:54:53 #120 DONE 1.9s 06:54:53 06:54:53 #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #127 CACHED 06:54:53 06:54:53 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:54:53 #128 CACHED 06:54:53 06:54:53 #129 [security-secretstore-setup builder 6/7] COPY . . 06:54:53 #129 CACHED 06:54:53 06:54:53 #130 [security-proxy-setup builder 6/7] COPY . . 06:54:53 #130 DONE 2.1s 06:54:53 06:54:53 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 06:54:53 #119 DONE 2.1s 06:54:53 06:54:53 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:54:53 #131 ... 06:54:53 06:54:53 #132 [core-command builder 4/7] COPY go.mod vendor* ./ 06:54:53 #132 CACHED 06:54:53 06:54:53 #133 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #133 CACHED 06:54:53 06:54:53 #134 [core-command builder 6/7] COPY . . 06:54:53 #134 CACHED 06:54:53 06:54:53 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #135 CACHED 06:54:53 06:54:53 #136 [security-proxy-auth builder 6/7] COPY . . 06:54:53 #136 CACHED 06:54:53 06:54:53 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:54:53 #137 CACHED 06:54:53 06:54:53 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:54:53 #138 CACHED 06:54:53 06:54:53 #139 [core-metadata builder 6/7] COPY . . 06:54:53 #139 CACHED 06:54:53 06:54:53 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #140 CACHED 06:54:53 06:54:53 #141 [core-data builder 6/7] COPY . . 06:54:53 #141 CACHED 06:54:53 06:54:53 #142 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:53 #142 CACHED 06:54:53 06:54:53 #143 [core-data builder 4/7] COPY go.mod vendor* ./ 06:54:53 #143 CACHED 06:54:53 06:54:53 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:54:55 #144 ... 06:54:55 06:54:55 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:54:55 #0 5.203 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:54:55 #145 ... 06:54:55 06:54:55 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:54:55 #0 5.618 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:54:55 #146 ... 06:54:55 06:54:55 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:54:55 #131 5.833 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:54:59 #144 141.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:55:00 #131 ... 06:55:00 06:55:00 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:55:00 #0 4.326 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:55:00 #147 ... 06:55:00 06:55:00 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:55:00 #0 4.545 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:55:00 #148 ... 06:55:00 06:55:00 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:55:00 #0 5.367 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:55:00 #149 ... 06:55:00 06:55:00 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:55:00 #0 4.618 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:55:00 #150 ... 06:55:00 06:55:00 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:55:00 #0 5.148 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:55:00 #151 ... 06:55:00 06:55:00 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:55:00 #0 5.058 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:55:00 #152 ... 06:55:00 06:55:00 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:55:00 #0 5.806 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:55:01 #153 ... 06:55:01 06:55:01 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:55:01 #0 5.765 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:55:01 #154 ... 06:55:01 06:55:01 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:55:01 #144 5.887 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:55:07 #144 ... 06:55:07 06:55:07 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:55:07 #137 DONE 154.2s 06:55:07 06:55:07 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:55:07 #150 DONE 154.2s 06:55:07 06:55:07 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:55:07 #152 DONE 154.3s 06:55:07 06:55:07 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:55:07 #147 DONE 154.1s 06:55:07 06:55:07 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:55:07 #148 DONE 154.3s 06:55:07 06:55:07 #172 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #172 ... 06:55:07 06:55:07 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:55:07 #144 DONE 154.3s 06:55:07 06:55:07 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:55:07 #151 DONE 154.5s 06:55:07 06:55:07 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:55:07 #153 DONE 154.4s 06:55:07 06:55:07 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:55:07 #149 DONE 154.5s 06:55:07 06:55:07 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:55:07 #146 DONE 154.5s 06:55:07 06:55:07 #173 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #173 DONE 0.3s 06:55:07 06:55:07 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #174 DONE 0.1s 06:55:07 06:55:07 #175 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #175 DONE 0.2s 06:55:07 06:55:07 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #176 DONE 0.2s 06:55:07 06:55:07 #172 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #172 DONE 0.3s 06:55:07 06:55:07 #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #177 DONE 0.2s 06:55:07 06:55:07 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #178 ... 06:55:07 06:55:07 #179 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:55:07 #179 DONE 0.4s 06:55:07 06:55:07 #180 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #180 CACHED 06:55:07 06:55:07 #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:55:07 #181 CACHED 06:55:07 06:55:07 #182 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #182 CACHED 06:55:07 06:55:07 #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:55:07 #183 CACHED 06:55:07 06:55:07 #184 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:55:07 #184 DONE 0.4s 06:55:07 06:55:07 #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:55:07 #185 DONE 0.5s 06:55:07 06:55:07 #186 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:55:07 #186 DONE 0.4s 06:55:07 06:55:07 #187 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:55:07 #187 ... 06:55:07 06:55:07 #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:55:07 #188 DONE 0.5s 06:55:07 06:55:07 #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:55:07 #189 DONE 0.5s 06:55:07 06:55:07 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:55:07 #178 DONE 0.5s 06:55:08 06:55:08 #190 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:55:08 #190 DONE 0.5s 06:55:08 06:55:08 #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:55:09 #191 ... 06:55:09 06:55:09 #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:55:09 #192 DONE 1.3s 06:55:09 06:55:09 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:55:09 #193 DONE 1.3s 06:55:09 06:55:09 #187 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:55:09 #187 DONE 1.2s 06:55:09 06:55:09 #194 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:55:09 #194 DONE 1.4s 06:55:09 06:55:09 #195 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:55:09 #195 DONE 1.3s 06:55:09 06:55:09 #196 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:55:09 #196 ... 06:55:09 06:55:09 #197 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:55:09 #197 DONE 1.2s 06:55:09 06:55:09 #198 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:55:09 #198 DONE 1.3s 06:55:09 06:55:09 #199 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:55:09 #199 DONE 1.3s 06:55:09 06:55:09 #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:55:09 #191 DONE 1.3s 06:55:09 06:55:09 #200 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:55:09 #200 ... 06:55:09 06:55:09 #201 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:55:09 #201 DONE 1.5s 06:55:09 06:55:09 #111 [core-keeper] exporting to image 06:55:09 #111 exporting layers 0.3s done 06:55:09 #111 writing image sha256:caa27ffe98522636a65ff84cd1a82c9c06f3631f3905ee0f1cf370b566e83192 06:55:09 #111 writing image sha256:caa27ffe98522636a65ff84cd1a82c9c06f3631f3905ee0f1cf370b566e83192 0.0s done 06:55:09 #111 naming to docker.io/library/core-keeper 0.0s done 06:55:09 #111 DONE 3.7s 06:55:09 06:55:09 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 06:55:09 #202 DONE 0.6s 06:55:09 06:55:09 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:55:09 #203 ... 06:55:09 06:55:09 #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:55:09 #204 DONE 0.7s 06:55:09 06:55:09 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:55:09 #205 DONE 0.7s 06:55:09 06:55:09 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:55:09 #206 DONE 0.7s 06:55:09 06:55:09 #196 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:55:09 #196 DONE 0.7s 06:55:09 06:55:09 #111 [core-command] exporting to image 06:55:09 #111 ... 06:55:09 06:55:09 #207 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:55:09 #207 DONE 0.7s 06:55:09 06:55:09 #208 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:55:09 #208 DONE 0.8s 06:55:09 06:55:09 #209 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:55:09 #209 DONE 0.6s 06:55:09 06:55:09 #111 [security-spiffe-token-provider] exporting to image 06:55:10 #111 ... 06:55:10 06:55:10 #200 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:55:10 #200 DONE 0.7s 06:55:10 06:55:10 #111 [security-spiffe-token-provider] exporting to image 06:55:10 #111 exporting layers 0.2s done 06:55:10 #111 writing image sha256:704be52afbe1f7f6e5a351e9c52e23d03c07100f52b8fd2fac366477342db1b2 06:55:10 #111 ... 06:55:10 06:55:10 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:55:10 #203 DONE 0.7s 06:55:10 06:55:10 #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:55:10 #210 DONE 0.5s 06:55:10 06:55:10 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:55:10 #211 DONE 0.5s 06:55:10 06:55:10 #212 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:55:10 #212 DONE 0.2s 06:55:10 06:55:10 #111 [core-metadata] exporting to image 06:55:10 #111 exporting layers 0.3s done 06:55:10 #111 writing image sha256:704be52afbe1f7f6e5a351e9c52e23d03c07100f52b8fd2fac366477342db1b2 0.1s done 06:55:10 #111 naming to docker.io/library/core-command done 06:55:10 #111 ... 06:55:10 06:55:10 #213 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 06:55:10 #213 DONE 0.2s 06:55:10 06:55:10 #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:55:10 #214 DONE 0.1s 06:55:10 06:55:10 #111 [core-data] exporting to image 06:55:10 #111 exporting layers 0.3s done 06:55:10 #111 writing image sha256:1938e877fea5eca40d5ff8680a69a979a953971e52efc9b1feb5d220649d32c7 0.0s done 06:55:10 #111 writing image sha256:076143a9d93fad39c5ba336887e23cda28e21353ae4a9bf12b777fec375afa28 0.0s done 06:55:10 #111 naming to docker.io/library/core-data 0.0s done 06:55:10 #111 naming to docker.io/library/support-notifications done 06:55:10 #111 writing image sha256:d740ea8f36cac7192cdb8630378f2e8e032d20d93094f649d9bbd64597c27a65 06:55:10 #111 ... 06:55:10 06:55:10 #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:55:10 #215 DONE 0.2s 06:55:10 06:55:10 #111 [security-spiffe-token-provider] exporting to image 06:55:10 #111 exporting layers 0.2s done 06:55:10 #111 writing image sha256:d740ea8f36cac7192cdb8630378f2e8e032d20d93094f649d9bbd64597c27a65 0.0s done 06:55:10 #111 naming to docker.io/library/security-spiffe-token-provider done 06:55:10 #111 writing image sha256:b4566160c5ee91b56890685a3eca3984bb5dfd813d9be933389dcca63005c46d 06:55:10 #111 exporting layers 0.3s done 06:55:10 #111 writing image sha256:b4566160c5ee91b56890685a3eca3984bb5dfd813d9be933389dcca63005c46d done 06:55:10 #111 naming to docker.io/library/core-metadata done 06:55:10 #111 writing image sha256:2304c217018ba652052371b9054a5b3766906ea4cfa5cbbfb2368e025af74320 done 06:55:10 #111 naming to docker.io/library/support-scheduler done 06:55:10 #111 DONE 4.4s 06:55:10 06:55:10 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:55:10 #216 DONE 0.2s 06:55:10 06:55:10 #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:55:10 #217 DONE 0.2s 06:55:10 06:55:10 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:55:10 #218 DONE 0.6s 06:55:10 06:55:10 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:55:10 #219 DONE 0.0s 06:55:10 06:55:10 #111 [security-proxy-auth] exporting to image 06:55:11 #111 ... 06:55:11 06:55:11 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:55:11 #220 DONE 0.6s 06:55:11 06:55:11 #111 [security-proxy-setup] exporting to image 06:55:11 #111 ... 06:55:11 06:55:11 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:55:11 #221 DONE 0.4s 06:55:11 06:55:11 #111 [security-proxy-setup] exporting to image 06:55:11 #111 exporting layers 0.2s done 06:55:11 #111 writing image sha256:952ac9c902efdb194b1b50754749ab390ff37be5f805317faa4add199616554a done 06:55:11 #111 naming to docker.io/library/security-proxy-setup done 06:55:11 #111 exporting layers 0.5s done 06:55:11 #111 writing image sha256:65da8d608282d3465e90c6d1462570d7de0eca0a19abd2bb3016f1c974d1c2cb done 06:55:11 #111 naming to docker.io/library/security-proxy-auth done 06:55:11 #111 exporting layers 0.2s done 06:55:11 #111 writing image sha256:c59e880def526fcd64333ad76606ca65bde8f6837c1a98f8550fd46d49e7642e done 06:55:11 #111 naming to docker.io/library/security-secretstore-setup done 06:55:11 #111 DONE 5.1s 06:55:11 06:55:11 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:55:11 time="2025-05-28T06:50:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:55:11 $ docker stop --time=1 209843c7097a323f96b6238c4a5c51c895772bfc2d6eba19d20c392d62d9f402 06:55:12 $ docker rm -f --volumes 209843c7097a323f96b6238c4a5c51c895772bfc2d6eba19d20c392d62d9f402 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:13 + docker images 06:55:13 REPOSITORY TAG IMAGE ID CREATED SIZE 06:55:13 security-secretstore-setup latest c59e880def52 2 seconds ago 68MB 06:55:13 security-proxy-auth latest 65da8d608282 2 seconds ago 31.4MB 06:55:13 support-scheduler latest 2304c217018b 2 seconds ago 48.3MB 06:55:13 security-proxy-setup latest 952ac9c902ef 2 seconds ago 38.3MB 06:55:13 core-metadata latest b4566160c5ee 3 seconds ago 32.7MB 06:55:13 security-spiffe-token-provider latest d740ea8f36ca 3 seconds ago 47.2MB 06:55:13 core-command latest 704be52afbe1 3 seconds ago 28MB 06:55:13 core-data latest 076143a9d93f 3 seconds ago 32.5MB 06:55:13 support-notifications latest 1938e877fea5 3 seconds ago 51.9MB 06:55:13 core-keeper latest caa27ffe9852 4 seconds ago 32.1MB 06:55:13 security-bootstrapper latest 27c49bd832a2 54 seconds ago 20.3MB 06:55:13 core-common-config-bootstrapper latest 7e0a90060b8e 58 seconds ago 17.1MB 06:55:13 security-spire-server latest 779ad7cad5a4 3 minutes ago 149MB 06:55:13 security-spire-config latest af609a5af5f2 3 minutes ago 149MB 06:55:13 security-spire-agent latest bf41e49cbe06 3 minutes ago 195MB 06:55:13 ci-base-image-x86_64 latest 7bf63e07f014 7 minutes ago 925MB 06:55:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 days ago 573MB 06:55:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 06:55:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:55:13 provisioning config files... 06:55:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/843@tmp/config8341984718568923640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:55:13 ---> ****-login.sh 06:55:13 nexus3.edgexfoundry.org:10001 06:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:13 Configure a credential helper to remove this warning. See 06:55:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:13 06:55:13 Login Succeeded 06:55:13 nexus3.edgexfoundry.org:10002 06:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:13 Configure a credential helper to remove this warning. See 06:55:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:13 06:55:13 Login Succeeded 06:55:13 nexus3.edgexfoundry.org:10003 06:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:13 Configure a credential helper to remove this warning. See 06:55:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:13 06:55:13 Login Succeeded 06:55:13 nexus3.edgexfoundry.org:10004 06:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:13 Configure a credential helper to remove this warning. See 06:55:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:13 06:55:13 Login Succeeded 06:55:13 ****.io 06:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:13 Configure a credential helper to remove this warning. See 06:55:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:13 06:55:13 Login Succeeded 06:55:13 ---> ****-login.sh ends [Pipeline] } 06:55:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:55:14 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:55:14 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:14 latest 06:55:14 4.1.0-dev.16 06:55:14 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:14 main 06:55:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:14 + docker push nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:55:14 12a197f2ad59: Preparing 06:55:14 b666c801584e: Preparing 06:55:14 1680d2e0733b: Preparing 06:55:14 eddc673717ee: Preparing 06:55:14 59f3a9d11e2f: Preparing 06:55:14 b3eb3e03c0b0: Preparing 06:55:14 994456c4fd7b: Preparing 06:55:14 b3eb3e03c0b0: Waiting 06:55:14 994456c4fd7b: Waiting 06:55:14 12a197f2ad59: Pushed 06:55:14 1680d2e0733b: Pushed 06:55:14 eddc673717ee: Pushed 06:55:14 59f3a9d11e2f: Pushed 06:55:14 994456c4fd7b: Layer already exists 06:55:15 b3eb3e03c0b0: Pushed 06:55:16 b666c801584e: Pushed 06:55:16 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:17 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:55:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:55:17 12a197f2ad59: Preparing 06:55:17 b666c801584e: Preparing 06:55:17 1680d2e0733b: Preparing 06:55:17 eddc673717ee: Preparing 06:55:17 59f3a9d11e2f: Preparing 06:55:17 b3eb3e03c0b0: Preparing 06:55:17 994456c4fd7b: Preparing 06:55:17 994456c4fd7b: Waiting 06:55:17 b3eb3e03c0b0: Waiting 06:55:17 b666c801584e: Layer already exists 06:55:17 12a197f2ad59: Layer already exists 06:55:17 eddc673717ee: Layer already exists 06:55:17 59f3a9d11e2f: Layer already exists 06:55:17 1680d2e0733b: Layer already exists 06:55:17 994456c4fd7b: Layer already exists 06:55:17 b3eb3e03c0b0: Layer already exists 06:55:17 latest: digest: sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:18 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 06:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:55:18 12a197f2ad59: Preparing 06:55:18 b666c801584e: Preparing 06:55:18 1680d2e0733b: Preparing 06:55:18 eddc673717ee: Preparing 06:55:18 59f3a9d11e2f: Preparing 06:55:18 b3eb3e03c0b0: Preparing 06:55:18 994456c4fd7b: Preparing 06:55:18 994456c4fd7b: Waiting 06:55:18 b3eb3e03c0b0: Waiting 06:55:18 12a197f2ad59: Layer already exists 06:55:18 eddc673717ee: Layer already exists 06:55:18 1680d2e0733b: Layer already exists 06:55:18 b666c801584e: Layer already exists 06:55:18 59f3a9d11e2f: Layer already exists 06:55:18 b3eb3e03c0b0: Layer already exists 06:55:18 994456c4fd7b: Layer already exists 06:55:18 4.1.0-dev.16: digest: sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:18 + docker push nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:55:18 12a197f2ad59: Preparing 06:55:18 b666c801584e: Preparing 06:55:18 1680d2e0733b: Preparing 06:55:18 eddc673717ee: Preparing 06:55:18 59f3a9d11e2f: Preparing 06:55:18 b3eb3e03c0b0: Preparing 06:55:18 994456c4fd7b: Preparing 06:55:18 994456c4fd7b: Waiting 06:55:18 b3eb3e03c0b0: Waiting 06:55:18 1680d2e0733b: Layer already exists 06:55:18 eddc673717ee: Layer already exists 06:55:18 59f3a9d11e2f: Layer already exists 06:55:18 12a197f2ad59: Layer already exists 06:55:18 b666c801584e: Layer already exists 06:55:18 b3eb3e03c0b0: Layer already exists 06:55:18 994456c4fd7b: Layer already exists 06:55:18 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:19 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:55:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:55:19 12a197f2ad59: Preparing 06:55:19 b666c801584e: Preparing 06:55:19 1680d2e0733b: Preparing 06:55:19 eddc673717ee: Preparing 06:55:19 59f3a9d11e2f: Preparing 06:55:19 b3eb3e03c0b0: Preparing 06:55:19 994456c4fd7b: Preparing 06:55:19 b3eb3e03c0b0: Waiting 06:55:19 994456c4fd7b: Waiting 06:55:19 12a197f2ad59: Layer already exists 06:55:19 eddc673717ee: Layer already exists 06:55:19 1680d2e0733b: Layer already exists 06:55:19 59f3a9d11e2f: Layer already exists 06:55:19 b666c801584e: Layer already exists 06:55:19 994456c4fd7b: Layer already exists 06:55:19 b3eb3e03c0b0: Layer already exists 06:55:19 main: digest: sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:19 ===================================================== [Pipeline] echo 06:55:19 taggedImages: 06:55:19 - nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:19 - nexus3.edgexfoundry.org:10004/core-command:latest 06:55:19 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 06:55:19 - nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:19 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:55:19 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:55:19 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:19 latest 06:55:19 4.1.0-dev.16 06:55:19 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:19 main 06:55:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:55:20 313a68fe0cb1: Preparing 06:55:20 7f1903622a75: Preparing 06:55:20 7137c98dfb32: Preparing 06:55:20 b30352f263b5: Preparing 06:55:20 1680d2e0733b: Preparing 06:55:20 eddc673717ee: Preparing 06:55:20 59f3a9d11e2f: Preparing 06:55:20 b3eb3e03c0b0: Preparing 06:55:20 994456c4fd7b: Preparing 06:55:20 eddc673717ee: Waiting 06:55:20 59f3a9d11e2f: Waiting 06:55:20 b3eb3e03c0b0: Waiting 06:55:20 994456c4fd7b: Waiting 06:55:20 1680d2e0733b: Layer already exists 06:55:20 eddc673717ee: Layer already exists 06:55:20 59f3a9d11e2f: Layer already exists 06:55:20 b3eb3e03c0b0: Layer already exists 06:55:20 994456c4fd7b: Layer already exists 06:55:20 7137c98dfb32: Pushed 06:55:20 7f1903622a75: Pushed 06:55:20 313a68fe0cb1: Pushed 06:55:21 b30352f263b5: Pushed 06:55:21 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:55:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:55:22 313a68fe0cb1: Preparing 06:55:22 7f1903622a75: Preparing 06:55:22 7137c98dfb32: Preparing 06:55:22 b30352f263b5: Preparing 06:55:22 1680d2e0733b: Preparing 06:55:22 eddc673717ee: Preparing 06:55:22 59f3a9d11e2f: Preparing 06:55:22 b3eb3e03c0b0: Preparing 06:55:22 994456c4fd7b: Preparing 06:55:22 eddc673717ee: Waiting 06:55:22 59f3a9d11e2f: Waiting 06:55:22 b3eb3e03c0b0: Waiting 06:55:22 313a68fe0cb1: Layer already exists 06:55:22 7137c98dfb32: Layer already exists 06:55:22 7f1903622a75: Layer already exists 06:55:22 b30352f263b5: Layer already exists 06:55:22 1680d2e0733b: Layer already exists 06:55:22 59f3a9d11e2f: Layer already exists 06:55:22 eddc673717ee: Layer already exists 06:55:22 b3eb3e03c0b0: Layer already exists 06:55:22 994456c4fd7b: Layer already exists 06:55:22 latest: digest: sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 06:55:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:55:22 313a68fe0cb1: Preparing 06:55:22 7f1903622a75: Preparing 06:55:22 7137c98dfb32: Preparing 06:55:22 b30352f263b5: Preparing 06:55:22 1680d2e0733b: Preparing 06:55:22 eddc673717ee: Preparing 06:55:22 59f3a9d11e2f: Preparing 06:55:22 b3eb3e03c0b0: Preparing 06:55:22 994456c4fd7b: Preparing 06:55:22 59f3a9d11e2f: Waiting 06:55:22 eddc673717ee: Waiting 06:55:22 b3eb3e03c0b0: Waiting 06:55:22 994456c4fd7b: Waiting 06:55:22 b30352f263b5: Layer already exists 06:55:22 7137c98dfb32: Layer already exists 06:55:22 7f1903622a75: Layer already exists 06:55:22 313a68fe0cb1: Layer already exists 06:55:22 1680d2e0733b: Layer already exists 06:55:22 994456c4fd7b: Layer already exists 06:55:22 eddc673717ee: Layer already exists 06:55:22 59f3a9d11e2f: Layer already exists 06:55:22 b3eb3e03c0b0: Layer already exists 06:55:22 4.1.0-dev.16: digest: sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:55:23 313a68fe0cb1: Preparing 06:55:23 7f1903622a75: Preparing 06:55:23 7137c98dfb32: Preparing 06:55:23 b30352f263b5: Preparing 06:55:23 1680d2e0733b: Preparing 06:55:23 eddc673717ee: Preparing 06:55:23 59f3a9d11e2f: Preparing 06:55:23 b3eb3e03c0b0: Preparing 06:55:23 994456c4fd7b: Preparing 06:55:23 eddc673717ee: Waiting 06:55:23 b3eb3e03c0b0: Waiting 06:55:23 59f3a9d11e2f: Waiting 06:55:23 994456c4fd7b: Waiting 06:55:23 1680d2e0733b: Layer already exists 06:55:23 7137c98dfb32: Layer already exists 06:55:23 313a68fe0cb1: Layer already exists 06:55:23 7f1903622a75: Layer already exists 06:55:23 b30352f263b5: Layer already exists 06:55:23 eddc673717ee: Layer already exists 06:55:23 59f3a9d11e2f: Layer already exists 06:55:23 994456c4fd7b: Layer already exists 06:55:23 b3eb3e03c0b0: Layer already exists 06:55:23 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:55:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:55:24 313a68fe0cb1: Preparing 06:55:24 7f1903622a75: Preparing 06:55:24 7137c98dfb32: Preparing 06:55:24 b30352f263b5: Preparing 06:55:24 1680d2e0733b: Preparing 06:55:24 eddc673717ee: Preparing 06:55:24 59f3a9d11e2f: Preparing 06:55:24 b3eb3e03c0b0: Preparing 06:55:24 994456c4fd7b: Preparing 06:55:24 b3eb3e03c0b0: Waiting 06:55:24 59f3a9d11e2f: Waiting 06:55:24 994456c4fd7b: Waiting 06:55:24 eddc673717ee: Waiting 06:55:24 313a68fe0cb1: Layer already exists 06:55:24 1680d2e0733b: Layer already exists 06:55:24 b30352f263b5: Layer already exists 06:55:24 7f1903622a75: Layer already exists 06:55:24 7137c98dfb32: Layer already exists 06:55:24 eddc673717ee: Layer already exists 06:55:24 59f3a9d11e2f: Layer already exists 06:55:24 b3eb3e03c0b0: Layer already exists 06:55:24 994456c4fd7b: Layer already exists 06:55:24 main: digest: sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:24 ===================================================== [Pipeline] echo 06:55:24 taggedImages: 06:55:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:55:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 06:55:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:55:24 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:55:24 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:24 latest 06:55:24 4.1.0-dev.16 06:55:24 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:24 main 06:55:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:24 + docker push nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:55:24 ce84fbea23a1: Preparing 06:55:24 37b0a39a654f: Preparing 06:55:24 1680d2e0733b: Preparing 06:55:24 eddc673717ee: Preparing 06:55:24 c53dd7b2888a: Preparing 06:55:24 2c2e08390028: Preparing 06:55:24 994456c4fd7b: Preparing 06:55:24 994456c4fd7b: Waiting 06:55:24 2c2e08390028: Waiting 06:55:24 1680d2e0733b: Layer already exists 06:55:24 eddc673717ee: Layer already exists 06:55:24 994456c4fd7b: Layer already exists 06:55:24 c53dd7b2888a: Pushed 06:55:24 ce84fbea23a1: Pushed 06:55:24 2c2e08390028: Pushed 06:55:27 37b0a39a654f: Pushed 06:55:27 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:28 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:55:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:55:28 ce84fbea23a1: Preparing 06:55:28 37b0a39a654f: Preparing 06:55:28 1680d2e0733b: Preparing 06:55:28 eddc673717ee: Preparing 06:55:28 c53dd7b2888a: Preparing 06:55:28 2c2e08390028: Preparing 06:55:28 994456c4fd7b: Preparing 06:55:28 994456c4fd7b: Waiting 06:55:28 2c2e08390028: Waiting 06:55:28 37b0a39a654f: Layer already exists 06:55:28 eddc673717ee: Layer already exists 06:55:28 c53dd7b2888a: Layer already exists 06:55:28 ce84fbea23a1: Layer already exists 06:55:28 1680d2e0733b: Layer already exists 06:55:28 2c2e08390028: Layer already exists 06:55:28 994456c4fd7b: Layer already exists 06:55:28 latest: digest: sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:28 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:28 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 06:55:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:55:28 ce84fbea23a1: Preparing 06:55:28 37b0a39a654f: Preparing 06:55:28 1680d2e0733b: Preparing 06:55:28 eddc673717ee: Preparing 06:55:28 c53dd7b2888a: Preparing 06:55:28 2c2e08390028: Preparing 06:55:28 994456c4fd7b: Preparing 06:55:28 2c2e08390028: Waiting 06:55:28 994456c4fd7b: Waiting 06:55:28 eddc673717ee: Layer already exists 06:55:28 c53dd7b2888a: Layer already exists 06:55:28 ce84fbea23a1: Layer already exists 06:55:28 37b0a39a654f: Layer already exists 06:55:28 1680d2e0733b: Layer already exists 06:55:28 994456c4fd7b: Layer already exists 06:55:28 2c2e08390028: Layer already exists 06:55:28 4.1.0-dev.16: digest: sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:29 + docker push nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:55:29 ce84fbea23a1: Preparing 06:55:29 37b0a39a654f: Preparing 06:55:29 1680d2e0733b: Preparing 06:55:29 eddc673717ee: Preparing 06:55:29 c53dd7b2888a: Preparing 06:55:29 2c2e08390028: Preparing 06:55:29 994456c4fd7b: Preparing 06:55:29 2c2e08390028: Waiting 06:55:29 994456c4fd7b: Waiting 06:55:29 eddc673717ee: Layer already exists 06:55:29 ce84fbea23a1: Layer already exists 06:55:29 c53dd7b2888a: Layer already exists 06:55:29 1680d2e0733b: Layer already exists 06:55:29 37b0a39a654f: Layer already exists 06:55:29 2c2e08390028: Layer already exists 06:55:29 994456c4fd7b: Layer already exists 06:55:29 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:30 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:55:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:55:30 ce84fbea23a1: Preparing 06:55:30 37b0a39a654f: Preparing 06:55:30 1680d2e0733b: Preparing 06:55:30 eddc673717ee: Preparing 06:55:30 c53dd7b2888a: Preparing 06:55:30 2c2e08390028: Preparing 06:55:30 994456c4fd7b: Preparing 06:55:30 2c2e08390028: Waiting 06:55:30 ce84fbea23a1: Layer already exists 06:55:30 c53dd7b2888a: Layer already exists 06:55:30 1680d2e0733b: Layer already exists 06:55:30 eddc673717ee: Layer already exists 06:55:30 37b0a39a654f: Layer already exists 06:55:30 2c2e08390028: Layer already exists 06:55:30 994456c4fd7b: Layer already exists 06:55:30 main: digest: sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:30 ===================================================== [Pipeline] echo 06:55:30 taggedImages: 06:55:30 - nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:30 - nexus3.edgexfoundry.org:10004/core-data:latest 06:55:30 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 06:55:30 - nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:30 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:55:30 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 06:55:30 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:30 latest 06:55:30 4.1.0-dev.16 06:55:30 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:30 main 06:55:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:55:31 24a8ddd7e274: Preparing 06:55:31 7258935dd933: Preparing 06:55:31 eddc673717ee: Preparing 06:55:31 3e14dc769753: Preparing 06:55:31 824128a97560: Preparing 06:55:31 994456c4fd7b: Preparing 06:55:31 994456c4fd7b: Waiting 06:55:31 eddc673717ee: Layer already exists 06:55:31 994456c4fd7b: Layer already exists 06:55:31 3e14dc769753: Pushed 06:55:31 824128a97560: Pushed 06:55:31 24a8ddd7e274: Pushed 06:55:33 7258935dd933: Pushed 06:55:33 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:33 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 06:55:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:55:34 24a8ddd7e274: Preparing 06:55:34 7258935dd933: Preparing 06:55:34 eddc673717ee: Preparing 06:55:34 3e14dc769753: Preparing 06:55:34 824128a97560: Preparing 06:55:34 994456c4fd7b: Preparing 06:55:34 994456c4fd7b: Waiting 06:55:34 3e14dc769753: Layer already exists 06:55:34 24a8ddd7e274: Layer already exists 06:55:34 7258935dd933: Layer already exists 06:55:34 824128a97560: Layer already exists 06:55:34 eddc673717ee: Layer already exists 06:55:34 994456c4fd7b: Layer already exists 06:55:34 latest: digest: sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:34 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:35 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 06:55:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:55:35 24a8ddd7e274: Preparing 06:55:35 7258935dd933: Preparing 06:55:35 eddc673717ee: Preparing 06:55:35 3e14dc769753: Preparing 06:55:35 824128a97560: Preparing 06:55:35 994456c4fd7b: Preparing 06:55:35 994456c4fd7b: Waiting 06:55:35 3e14dc769753: Layer already exists 06:55:35 7258935dd933: Layer already exists 06:55:35 24a8ddd7e274: Layer already exists 06:55:35 824128a97560: Layer already exists 06:55:35 eddc673717ee: Layer already exists 06:55:35 994456c4fd7b: Layer already exists 06:55:35 4.1.0-dev.16: digest: sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:35 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:35 + docker push nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:55:35 24a8ddd7e274: Preparing 06:55:35 7258935dd933: Preparing 06:55:35 eddc673717ee: Preparing 06:55:35 3e14dc769753: Preparing 06:55:35 824128a97560: Preparing 06:55:35 994456c4fd7b: Preparing 06:55:35 994456c4fd7b: Waiting 06:55:35 eddc673717ee: Layer already exists 06:55:35 24a8ddd7e274: Layer already exists 06:55:35 3e14dc769753: Layer already exists 06:55:35 7258935dd933: Layer already exists 06:55:35 824128a97560: Layer already exists 06:55:35 994456c4fd7b: Layer already exists 06:55:35 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:36 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:36 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 06:55:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:55:36 24a8ddd7e274: Preparing 06:55:36 7258935dd933: Preparing 06:55:36 eddc673717ee: Preparing 06:55:36 3e14dc769753: Preparing 06:55:36 824128a97560: Preparing 06:55:36 994456c4fd7b: Preparing 06:55:36 994456c4fd7b: Waiting 06:55:36 eddc673717ee: Layer already exists 06:55:36 24a8ddd7e274: Layer already exists 06:55:36 7258935dd933: Layer already exists 06:55:36 824128a97560: Layer already exists 06:55:36 3e14dc769753: Layer already exists 06:55:36 994456c4fd7b: Layer already exists 06:55:36 main: digest: sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:36 ===================================================== [Pipeline] echo 06:55:36 taggedImages: 06:55:36 - nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:36 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:55:36 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 06:55:36 - nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:36 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 06:55:36 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:55:36 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:36 latest 06:55:36 4.1.0-dev.16 06:55:36 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:36 main 06:55:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:55:37 4830e4732545: Preparing 06:55:37 d2196adda3d2: Preparing 06:55:37 6de7ece4f439: Preparing 06:55:37 1680d2e0733b: Preparing 06:55:37 eddc673717ee: Preparing 06:55:37 59f3a9d11e2f: Preparing 06:55:37 b3eb3e03c0b0: Preparing 06:55:37 994456c4fd7b: Preparing 06:55:37 b3eb3e03c0b0: Waiting 06:55:37 994456c4fd7b: Waiting 06:55:37 59f3a9d11e2f: Waiting 06:55:37 eddc673717ee: Layer already exists 06:55:37 1680d2e0733b: Layer already exists 06:55:37 59f3a9d11e2f: Layer already exists 06:55:37 b3eb3e03c0b0: Layer already exists 06:55:37 994456c4fd7b: Layer already exists 06:55:37 4830e4732545: Pushed 06:55:37 d2196adda3d2: Pushed 06:55:39 6de7ece4f439: Pushed 06:55:39 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:55:40 4830e4732545: Preparing 06:55:40 d2196adda3d2: Preparing 06:55:40 6de7ece4f439: Preparing 06:55:40 1680d2e0733b: Preparing 06:55:40 eddc673717ee: Preparing 06:55:40 59f3a9d11e2f: Preparing 06:55:40 b3eb3e03c0b0: Preparing 06:55:40 994456c4fd7b: Preparing 06:55:40 59f3a9d11e2f: Waiting 06:55:40 994456c4fd7b: Waiting 06:55:40 6de7ece4f439: Layer already exists 06:55:40 4830e4732545: Layer already exists 06:55:40 eddc673717ee: Layer already exists 06:55:40 1680d2e0733b: Layer already exists 06:55:40 d2196adda3d2: Layer already exists 06:55:40 b3eb3e03c0b0: Layer already exists 06:55:40 59f3a9d11e2f: Layer already exists 06:55:40 994456c4fd7b: Layer already exists 06:55:40 latest: digest: sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 06:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:55:41 4830e4732545: Preparing 06:55:41 d2196adda3d2: Preparing 06:55:41 6de7ece4f439: Preparing 06:55:41 1680d2e0733b: Preparing 06:55:41 eddc673717ee: Preparing 06:55:41 59f3a9d11e2f: Preparing 06:55:41 b3eb3e03c0b0: Preparing 06:55:41 994456c4fd7b: Preparing 06:55:41 59f3a9d11e2f: Waiting 06:55:41 b3eb3e03c0b0: Waiting 06:55:41 994456c4fd7b: Waiting 06:55:41 d2196adda3d2: Layer already exists 06:55:41 1680d2e0733b: Layer already exists 06:55:41 6de7ece4f439: Layer already exists 06:55:41 4830e4732545: Layer already exists 06:55:41 eddc673717ee: Layer already exists 06:55:41 59f3a9d11e2f: Layer already exists 06:55:41 b3eb3e03c0b0: Layer already exists 06:55:41 994456c4fd7b: Layer already exists 06:55:41 4.1.0-dev.16: digest: sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:55:41 4830e4732545: Preparing 06:55:41 d2196adda3d2: Preparing 06:55:41 6de7ece4f439: Preparing 06:55:41 1680d2e0733b: Preparing 06:55:41 eddc673717ee: Preparing 06:55:41 59f3a9d11e2f: Preparing 06:55:41 b3eb3e03c0b0: Preparing 06:55:41 994456c4fd7b: Preparing 06:55:41 b3eb3e03c0b0: Waiting 06:55:41 994456c4fd7b: Waiting 06:55:41 d2196adda3d2: Layer already exists 06:55:41 eddc673717ee: Layer already exists 06:55:41 1680d2e0733b: Layer already exists 06:55:41 4830e4732545: Layer already exists 06:55:41 6de7ece4f439: Layer already exists 06:55:41 59f3a9d11e2f: Layer already exists 06:55:41 b3eb3e03c0b0: Layer already exists 06:55:41 994456c4fd7b: Layer already exists 06:55:41 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:42 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:55:42 4830e4732545: Preparing 06:55:42 d2196adda3d2: Preparing 06:55:42 6de7ece4f439: Preparing 06:55:42 1680d2e0733b: Preparing 06:55:42 eddc673717ee: Preparing 06:55:42 59f3a9d11e2f: Preparing 06:55:42 b3eb3e03c0b0: Preparing 06:55:42 994456c4fd7b: Preparing 06:55:42 59f3a9d11e2f: Waiting 06:55:42 b3eb3e03c0b0: Waiting 06:55:42 994456c4fd7b: Waiting 06:55:42 4830e4732545: Layer already exists 06:55:42 6de7ece4f439: Layer already exists 06:55:42 eddc673717ee: Layer already exists 06:55:42 1680d2e0733b: Layer already exists 06:55:42 d2196adda3d2: Layer already exists 06:55:42 b3eb3e03c0b0: Layer already exists 06:55:42 59f3a9d11e2f: Layer already exists 06:55:42 994456c4fd7b: Layer already exists 06:55:42 main: digest: sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:42 ===================================================== [Pipeline] echo 06:55:42 taggedImages: 06:55:42 - nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:42 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:55:42 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 06:55:42 - nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:42 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:55:42 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:55:42 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:42 latest 06:55:42 4.1.0-dev.16 06:55:42 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:42 main 06:55:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:55:43 bad1d88bfbac: Preparing 06:55:43 803b12276c56: Preparing 06:55:43 592c2e3453da: Preparing 06:55:43 ff582939eca7: Preparing 06:55:43 4cd41c25be04: Preparing 06:55:43 0384fdb8ae39: Preparing 06:55:43 a4df92f36904: Preparing 06:55:43 1680d2e0733b: Preparing 06:55:43 eddc673717ee: Preparing 06:55:43 e453c09f32ae: Preparing 06:55:43 e0b786452de9: Preparing 06:55:43 5f70bf18a086: Preparing 06:55:43 96ebdc566b51: Preparing 06:55:43 a70619d0ffc7: Preparing 06:55:43 3b08d47e6760: Preparing 06:55:43 994456c4fd7b: Preparing 06:55:43 1680d2e0733b: Waiting 06:55:43 eddc673717ee: Waiting 06:55:43 e453c09f32ae: Waiting 06:55:43 0384fdb8ae39: Waiting 06:55:43 e0b786452de9: Waiting 06:55:43 a70619d0ffc7: Waiting 06:55:43 5f70bf18a086: Waiting 06:55:43 a4df92f36904: Waiting 06:55:43 994456c4fd7b: Waiting 06:55:43 96ebdc566b51: Waiting 06:55:43 ff582939eca7: Pushed 06:55:43 bad1d88bfbac: Pushed 06:55:43 803b12276c56: Pushed 06:55:43 592c2e3453da: Pushed 06:55:43 4cd41c25be04: Pushed 06:55:43 1680d2e0733b: Layer already exists 06:55:43 eddc673717ee: Layer already exists 06:55:43 0384fdb8ae39: Pushed 06:55:43 5f70bf18a086: Layer already exists 06:55:43 e453c09f32ae: Pushed 06:55:43 e0b786452de9: Pushed 06:55:43 994456c4fd7b: Layer already exists 06:55:43 a70619d0ffc7: Pushed 06:55:43 96ebdc566b51: Pushed 06:55:43 3b08d47e6760: Pushed 06:55:44 a4df92f36904: Pushed 06:55:44 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:55:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:55:45 bad1d88bfbac: Preparing 06:55:45 803b12276c56: Preparing 06:55:45 592c2e3453da: Preparing 06:55:45 ff582939eca7: Preparing 06:55:45 4cd41c25be04: Preparing 06:55:45 0384fdb8ae39: Preparing 06:55:45 a4df92f36904: Preparing 06:55:45 1680d2e0733b: Preparing 06:55:45 eddc673717ee: Preparing 06:55:45 e453c09f32ae: Preparing 06:55:45 e0b786452de9: Preparing 06:55:45 5f70bf18a086: Preparing 06:55:45 96ebdc566b51: Preparing 06:55:45 a70619d0ffc7: Preparing 06:55:45 3b08d47e6760: Preparing 06:55:45 994456c4fd7b: Preparing 06:55:45 0384fdb8ae39: Waiting 06:55:45 a4df92f36904: Waiting 06:55:45 1680d2e0733b: Waiting 06:55:45 eddc673717ee: Waiting 06:55:45 e453c09f32ae: Waiting 06:55:45 e0b786452de9: Waiting 06:55:45 5f70bf18a086: Waiting 06:55:45 96ebdc566b51: Waiting 06:55:45 a70619d0ffc7: Waiting 06:55:45 3b08d47e6760: Waiting 06:55:45 994456c4fd7b: Waiting 06:55:45 ff582939eca7: Layer already exists 06:55:45 bad1d88bfbac: Layer already exists 06:55:45 592c2e3453da: Layer already exists 06:55:45 4cd41c25be04: Layer already exists 06:55:45 803b12276c56: Layer already exists 06:55:45 0384fdb8ae39: Layer already exists 06:55:45 a4df92f36904: Layer already exists 06:55:45 1680d2e0733b: Layer already exists 06:55:45 e453c09f32ae: Layer already exists 06:55:45 eddc673717ee: Layer already exists 06:55:45 5f70bf18a086: Layer already exists 06:55:45 e0b786452de9: Layer already exists 06:55:45 96ebdc566b51: Layer already exists 06:55:45 a70619d0ffc7: Layer already exists 06:55:45 3b08d47e6760: Layer already exists 06:55:45 994456c4fd7b: Layer already exists 06:55:45 latest: digest: sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 06:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:55:46 bad1d88bfbac: Preparing 06:55:46 803b12276c56: Preparing 06:55:46 592c2e3453da: Preparing 06:55:46 ff582939eca7: Preparing 06:55:46 4cd41c25be04: Preparing 06:55:46 0384fdb8ae39: Preparing 06:55:46 a4df92f36904: Preparing 06:55:46 0384fdb8ae39: Waiting 06:55:46 1680d2e0733b: Preparing 06:55:46 eddc673717ee: Preparing 06:55:46 e453c09f32ae: Preparing 06:55:46 e0b786452de9: Preparing 06:55:46 a4df92f36904: Waiting 06:55:46 e453c09f32ae: Waiting 06:55:46 1680d2e0733b: Waiting 06:55:46 5f70bf18a086: Preparing 06:55:46 96ebdc566b51: Preparing 06:55:46 e0b786452de9: Waiting 06:55:46 5f70bf18a086: Waiting 06:55:46 a70619d0ffc7: Preparing 06:55:46 3b08d47e6760: Preparing 06:55:46 994456c4fd7b: Preparing 06:55:46 3b08d47e6760: Waiting 06:55:46 96ebdc566b51: Waiting 06:55:46 994456c4fd7b: Waiting 06:55:46 ff582939eca7: Layer already exists 06:55:46 bad1d88bfbac: Layer already exists 06:55:46 4cd41c25be04: Layer already exists 06:55:46 592c2e3453da: Layer already exists 06:55:46 803b12276c56: Layer already exists 06:55:46 a4df92f36904: Layer already exists 06:55:46 0384fdb8ae39: Layer already exists 06:55:46 e453c09f32ae: Layer already exists 06:55:46 eddc673717ee: Layer already exists 06:55:46 1680d2e0733b: Layer already exists 06:55:46 e0b786452de9: Layer already exists 06:55:46 5f70bf18a086: Layer already exists 06:55:46 96ebdc566b51: Layer already exists 06:55:46 994456c4fd7b: Layer already exists 06:55:46 a70619d0ffc7: Layer already exists 06:55:46 3b08d47e6760: Layer already exists 06:55:46 4.1.0-dev.16: digest: sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:55:46 bad1d88bfbac: Preparing 06:55:46 803b12276c56: Preparing 06:55:46 592c2e3453da: Preparing 06:55:46 ff582939eca7: Preparing 06:55:46 4cd41c25be04: Preparing 06:55:46 0384fdb8ae39: Preparing 06:55:46 a4df92f36904: Preparing 06:55:46 1680d2e0733b: Preparing 06:55:46 eddc673717ee: Preparing 06:55:46 e453c09f32ae: Preparing 06:55:46 e0b786452de9: Preparing 06:55:46 5f70bf18a086: Preparing 06:55:46 96ebdc566b51: Preparing 06:55:46 a70619d0ffc7: Preparing 06:55:46 3b08d47e6760: Preparing 06:55:46 994456c4fd7b: Preparing 06:55:46 a4df92f36904: Waiting 06:55:46 e0b786452de9: Waiting 06:55:46 5f70bf18a086: Waiting 06:55:46 1680d2e0733b: Waiting 06:55:46 96ebdc566b51: Waiting 06:55:46 a70619d0ffc7: Waiting 06:55:46 eddc673717ee: Waiting 06:55:46 3b08d47e6760: Waiting 06:55:46 e453c09f32ae: Waiting 06:55:46 994456c4fd7b: Waiting 06:55:46 592c2e3453da: Layer already exists 06:55:46 4cd41c25be04: Layer already exists 06:55:46 ff582939eca7: Layer already exists 06:55:46 803b12276c56: Layer already exists 06:55:46 bad1d88bfbac: Layer already exists 06:55:46 a4df92f36904: Layer already exists 06:55:46 0384fdb8ae39: Layer already exists 06:55:46 1680d2e0733b: Layer already exists 06:55:46 e453c09f32ae: Layer already exists 06:55:46 eddc673717ee: Layer already exists 06:55:46 e0b786452de9: Layer already exists 06:55:46 96ebdc566b51: Layer already exists 06:55:46 5f70bf18a086: Layer already exists 06:55:46 3b08d47e6760: Layer already exists 06:55:46 994456c4fd7b: Layer already exists 06:55:46 a70619d0ffc7: Layer already exists 06:55:46 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:55:47 bad1d88bfbac: Preparing 06:55:47 803b12276c56: Preparing 06:55:47 592c2e3453da: Preparing 06:55:47 ff582939eca7: Preparing 06:55:47 4cd41c25be04: Preparing 06:55:47 0384fdb8ae39: Preparing 06:55:47 a4df92f36904: Preparing 06:55:47 1680d2e0733b: Preparing 06:55:47 eddc673717ee: Preparing 06:55:47 e453c09f32ae: Preparing 06:55:47 e0b786452de9: Preparing 06:55:47 5f70bf18a086: Preparing 06:55:47 96ebdc566b51: Preparing 06:55:47 a70619d0ffc7: Preparing 06:55:47 3b08d47e6760: Preparing 06:55:47 994456c4fd7b: Preparing 06:55:47 e0b786452de9: Waiting 06:55:47 5f70bf18a086: Waiting 06:55:47 96ebdc566b51: Waiting 06:55:47 0384fdb8ae39: Waiting 06:55:47 1680d2e0733b: Waiting 06:55:47 a4df92f36904: Waiting 06:55:47 994456c4fd7b: Waiting 06:55:47 e453c09f32ae: Waiting 06:55:47 3b08d47e6760: Waiting 06:55:47 592c2e3453da: Layer already exists 06:55:47 ff582939eca7: Layer already exists 06:55:47 bad1d88bfbac: Layer already exists 06:55:47 803b12276c56: Layer already exists 06:55:47 4cd41c25be04: Layer already exists 06:55:47 a4df92f36904: Layer already exists 06:55:47 0384fdb8ae39: Layer already exists 06:55:47 1680d2e0733b: Layer already exists 06:55:47 e453c09f32ae: Layer already exists 06:55:47 eddc673717ee: Layer already exists 06:55:47 96ebdc566b51: Layer already exists 06:55:47 5f70bf18a086: Layer already exists 06:55:47 a70619d0ffc7: Layer already exists 06:55:47 e0b786452de9: Layer already exists 06:55:47 3b08d47e6760: Layer already exists 06:55:47 994456c4fd7b: Layer already exists 06:55:47 main: digest: sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:47 ===================================================== [Pipeline] echo 06:55:47 taggedImages: 06:55:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:55:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 06:55:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:55:47 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:55:47 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:47 latest 06:55:47 4.1.0-dev.16 06:55:47 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:47 main 06:55:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:55:48 4826af483436: Preparing 06:55:48 f71e54543ae0: Preparing 06:55:48 fb7879f8f4a6: Preparing 06:55:48 ed12ab172c52: Preparing 06:55:48 1680d2e0733b: Preparing 06:55:48 eddc673717ee: Preparing 06:55:48 59f3a9d11e2f: Preparing 06:55:48 b3eb3e03c0b0: Preparing 06:55:48 994456c4fd7b: Preparing 06:55:48 59f3a9d11e2f: Waiting 06:55:48 b3eb3e03c0b0: Waiting 06:55:48 eddc673717ee: Waiting 06:55:48 1680d2e0733b: Layer already exists 06:55:48 eddc673717ee: Layer already exists 06:55:48 59f3a9d11e2f: Layer already exists 06:55:48 b3eb3e03c0b0: Layer already exists 06:55:48 f71e54543ae0: Pushed 06:55:48 994456c4fd7b: Layer already exists 06:55:48 fb7879f8f4a6: Pushed 06:55:48 4826af483436: Pushed 06:55:50 ed12ab172c52: Pushed 06:55:50 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:55:51 4826af483436: Preparing 06:55:51 f71e54543ae0: Preparing 06:55:51 fb7879f8f4a6: Preparing 06:55:51 ed12ab172c52: Preparing 06:55:51 1680d2e0733b: Preparing 06:55:51 eddc673717ee: Preparing 06:55:51 59f3a9d11e2f: Preparing 06:55:51 b3eb3e03c0b0: Preparing 06:55:51 994456c4fd7b: Preparing 06:55:51 59f3a9d11e2f: Waiting 06:55:51 994456c4fd7b: Waiting 06:55:51 eddc673717ee: Waiting 06:55:51 1680d2e0733b: Layer already exists 06:55:51 fb7879f8f4a6: Layer already exists 06:55:51 4826af483436: Layer already exists 06:55:51 ed12ab172c52: Layer already exists 06:55:51 f71e54543ae0: Layer already exists 06:55:51 b3eb3e03c0b0: Layer already exists 06:55:51 994456c4fd7b: Layer already exists 06:55:51 59f3a9d11e2f: Layer already exists 06:55:51 eddc673717ee: Layer already exists 06:55:51 latest: digest: sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 06:55:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:55:52 4826af483436: Preparing 06:55:52 f71e54543ae0: Preparing 06:55:52 fb7879f8f4a6: Preparing 06:55:52 ed12ab172c52: Preparing 06:55:52 1680d2e0733b: Preparing 06:55:52 eddc673717ee: Preparing 06:55:52 59f3a9d11e2f: Preparing 06:55:52 b3eb3e03c0b0: Preparing 06:55:52 994456c4fd7b: Preparing 06:55:52 b3eb3e03c0b0: Waiting 06:55:52 994456c4fd7b: Waiting 06:55:52 59f3a9d11e2f: Waiting 06:55:52 eddc673717ee: Waiting 06:55:52 fb7879f8f4a6: Layer already exists 06:55:52 4826af483436: Layer already exists 06:55:52 ed12ab172c52: Layer already exists 06:55:52 1680d2e0733b: Layer already exists 06:55:52 f71e54543ae0: Layer already exists 06:55:52 59f3a9d11e2f: Layer already exists 06:55:52 994456c4fd7b: Layer already exists 06:55:52 eddc673717ee: Layer already exists 06:55:52 b3eb3e03c0b0: Layer already exists 06:55:52 4.1.0-dev.16: digest: sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:55:52 4826af483436: Preparing 06:55:52 f71e54543ae0: Preparing 06:55:52 fb7879f8f4a6: Preparing 06:55:52 ed12ab172c52: Preparing 06:55:52 1680d2e0733b: Preparing 06:55:52 eddc673717ee: Preparing 06:55:52 59f3a9d11e2f: Preparing 06:55:52 eddc673717ee: Waiting 06:55:52 59f3a9d11e2f: Waiting 06:55:52 b3eb3e03c0b0: Preparing 06:55:52 994456c4fd7b: Preparing 06:55:52 b3eb3e03c0b0: Waiting 06:55:52 994456c4fd7b: Waiting 06:55:52 1680d2e0733b: Layer already exists 06:55:52 4826af483436: Layer already exists 06:55:52 fb7879f8f4a6: Layer already exists 06:55:52 f71e54543ae0: Layer already exists 06:55:52 ed12ab172c52: Layer already exists 06:55:52 59f3a9d11e2f: Layer already exists 06:55:52 994456c4fd7b: Layer already exists 06:55:52 eddc673717ee: Layer already exists 06:55:52 b3eb3e03c0b0: Layer already exists 06:55:52 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:53 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:55:53 4826af483436: Preparing 06:55:53 f71e54543ae0: Preparing 06:55:53 fb7879f8f4a6: Preparing 06:55:53 ed12ab172c52: Preparing 06:55:53 1680d2e0733b: Preparing 06:55:53 eddc673717ee: Preparing 06:55:53 59f3a9d11e2f: Preparing 06:55:53 b3eb3e03c0b0: Preparing 06:55:53 994456c4fd7b: Preparing 06:55:53 eddc673717ee: Waiting 06:55:53 b3eb3e03c0b0: Waiting 06:55:53 994456c4fd7b: Waiting 06:55:53 59f3a9d11e2f: Waiting 06:55:53 4826af483436: Layer already exists 06:55:53 1680d2e0733b: Layer already exists 06:55:53 ed12ab172c52: Layer already exists 06:55:53 f71e54543ae0: Layer already exists 06:55:53 fb7879f8f4a6: Layer already exists 06:55:53 eddc673717ee: Layer already exists 06:55:53 b3eb3e03c0b0: Layer already exists 06:55:53 994456c4fd7b: Layer already exists 06:55:53 59f3a9d11e2f: Layer already exists 06:55:53 main: digest: sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:53 ===================================================== [Pipeline] echo 06:55:53 taggedImages: 06:55:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:55:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 06:55:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:55:53 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:55:53 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:53 latest 06:55:53 4.1.0-dev.16 06:55:53 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:53 main 06:55:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:55:54 82a84740b25c: Preparing 06:55:54 fc78b2e97ebb: Preparing 06:55:54 52b6bcb8aab9: Preparing 06:55:54 3342e00cd753: Preparing 06:55:54 fbe41dd6cedc: Preparing 06:55:54 1680d2e0733b: Preparing 06:55:54 eddc673717ee: Preparing 06:55:54 1680d2e0733b: Waiting 06:55:54 bcc2f8eddf03: Preparing 06:55:54 9a6cb77a4e02: Preparing 06:55:54 eddc673717ee: Waiting 06:55:54 bcc2f8eddf03: Waiting 06:55:54 9a6cb77a4e02: Waiting 06:55:54 fcd0a9d9bb22: Preparing 06:55:54 994456c4fd7b: Preparing 06:55:54 994456c4fd7b: Waiting 06:55:54 fcd0a9d9bb22: Waiting 06:55:54 82a84740b25c: Pushed 06:55:54 3342e00cd753: Pushed 06:55:54 fbe41dd6cedc: Pushed 06:55:54 fc78b2e97ebb: Pushed 06:55:54 1680d2e0733b: Layer already exists 06:55:54 eddc673717ee: Layer already exists 06:55:54 994456c4fd7b: Layer already exists 06:55:54 bcc2f8eddf03: Pushed 06:55:54 9a6cb77a4e02: Pushed 06:55:55 fcd0a9d9bb22: Pushed 06:55:55 52b6bcb8aab9: Pushed 06:55:56 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:55:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:55:56 82a84740b25c: Preparing 06:55:56 fc78b2e97ebb: Preparing 06:55:56 52b6bcb8aab9: Preparing 06:55:56 3342e00cd753: Preparing 06:55:56 fbe41dd6cedc: Preparing 06:55:56 1680d2e0733b: Preparing 06:55:56 eddc673717ee: Preparing 06:55:56 bcc2f8eddf03: Preparing 06:55:56 9a6cb77a4e02: Preparing 06:55:56 fcd0a9d9bb22: Preparing 06:55:56 994456c4fd7b: Preparing 06:55:56 9a6cb77a4e02: Waiting 06:55:56 1680d2e0733b: Waiting 06:55:56 fcd0a9d9bb22: Waiting 06:55:56 bcc2f8eddf03: Waiting 06:55:56 994456c4fd7b: Waiting 06:55:56 eddc673717ee: Waiting 06:55:56 3342e00cd753: Layer already exists 06:55:56 fc78b2e97ebb: Layer already exists 06:55:56 82a84740b25c: Layer already exists 06:55:56 fbe41dd6cedc: Layer already exists 06:55:56 52b6bcb8aab9: Layer already exists 06:55:56 eddc673717ee: Layer already exists 06:55:56 fcd0a9d9bb22: Layer already exists 06:55:56 1680d2e0733b: Layer already exists 06:55:56 bcc2f8eddf03: Layer already exists 06:55:56 9a6cb77a4e02: Layer already exists 06:55:56 994456c4fd7b: Layer already exists 06:55:56 latest: digest: sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 06:55:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:55:57 82a84740b25c: Preparing 06:55:57 fc78b2e97ebb: Preparing 06:55:57 52b6bcb8aab9: Preparing 06:55:57 3342e00cd753: Preparing 06:55:57 fbe41dd6cedc: Preparing 06:55:57 1680d2e0733b: Preparing 06:55:57 eddc673717ee: Preparing 06:55:57 bcc2f8eddf03: Preparing 06:55:57 9a6cb77a4e02: Preparing 06:55:57 fcd0a9d9bb22: Preparing 06:55:57 994456c4fd7b: Preparing 06:55:57 1680d2e0733b: Waiting 06:55:57 fcd0a9d9bb22: Waiting 06:55:57 eddc673717ee: Waiting 06:55:57 994456c4fd7b: Waiting 06:55:57 bcc2f8eddf03: Waiting 06:55:57 9a6cb77a4e02: Waiting 06:55:57 82a84740b25c: Layer already exists 06:55:57 3342e00cd753: Layer already exists 06:55:57 fbe41dd6cedc: Layer already exists 06:55:57 52b6bcb8aab9: Layer already exists 06:55:57 fc78b2e97ebb: Layer already exists 06:55:57 eddc673717ee: Layer already exists 06:55:57 1680d2e0733b: Layer already exists 06:55:57 bcc2f8eddf03: Layer already exists 06:55:57 9a6cb77a4e02: Layer already exists 06:55:57 fcd0a9d9bb22: Layer already exists 06:55:57 994456c4fd7b: Layer already exists 06:55:57 4.1.0-dev.16: digest: sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:55:58 82a84740b25c: Preparing 06:55:58 fc78b2e97ebb: Preparing 06:55:58 52b6bcb8aab9: Preparing 06:55:58 3342e00cd753: Preparing 06:55:58 fbe41dd6cedc: Preparing 06:55:58 1680d2e0733b: Preparing 06:55:58 eddc673717ee: Preparing 06:55:58 bcc2f8eddf03: Preparing 06:55:58 9a6cb77a4e02: Preparing 06:55:58 fcd0a9d9bb22: Preparing 06:55:58 994456c4fd7b: Preparing 06:55:58 1680d2e0733b: Waiting 06:55:58 bcc2f8eddf03: Waiting 06:55:58 fcd0a9d9bb22: Waiting 06:55:58 994456c4fd7b: Waiting 06:55:58 eddc673717ee: Waiting 06:55:58 82a84740b25c: Layer already exists 06:55:58 fc78b2e97ebb: Layer already exists 06:55:58 3342e00cd753: Layer already exists 06:55:58 fbe41dd6cedc: Layer already exists 06:55:58 52b6bcb8aab9: Layer already exists 06:55:58 eddc673717ee: Layer already exists 06:55:58 9a6cb77a4e02: Layer already exists 06:55:58 fcd0a9d9bb22: Layer already exists 06:55:58 bcc2f8eddf03: Layer already exists 06:55:58 1680d2e0733b: Layer already exists 06:55:58 994456c4fd7b: Layer already exists 06:55:58 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:55:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:55:59 82a84740b25c: Preparing 06:55:59 fc78b2e97ebb: Preparing 06:55:59 52b6bcb8aab9: Preparing 06:55:59 3342e00cd753: Preparing 06:55:59 fbe41dd6cedc: Preparing 06:55:59 1680d2e0733b: Preparing 06:55:59 eddc673717ee: Preparing 06:55:59 bcc2f8eddf03: Preparing 06:55:59 9a6cb77a4e02: Preparing 06:55:59 fcd0a9d9bb22: Preparing 06:55:59 994456c4fd7b: Preparing 06:55:59 1680d2e0733b: Waiting 06:55:59 eddc673717ee: Waiting 06:55:59 bcc2f8eddf03: Waiting 06:55:59 9a6cb77a4e02: Waiting 06:55:59 fcd0a9d9bb22: Waiting 06:55:59 994456c4fd7b: Waiting 06:55:59 fc78b2e97ebb: Layer already exists 06:55:59 3342e00cd753: Layer already exists 06:55:59 fbe41dd6cedc: Layer already exists 06:55:59 52b6bcb8aab9: Layer already exists 06:55:59 82a84740b25c: Layer already exists 06:55:59 eddc673717ee: Layer already exists 06:55:59 1680d2e0733b: Layer already exists 06:55:59 9a6cb77a4e02: Layer already exists 06:55:59 fcd0a9d9bb22: Layer already exists 06:55:59 bcc2f8eddf03: Layer already exists 06:55:59 994456c4fd7b: Layer already exists 06:55:59 main: digest: sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:55:59 ===================================================== [Pipeline] echo 06:55:59 taggedImages: 06:55:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:55:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 06:55:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:55:59 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:55:59 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:59 latest 06:55:59 4.1.0-dev.16 06:55:59 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:55:59 main 06:55:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:55:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:55:59 8349d86a6b25: Preparing 06:55:59 4b2faf43a3b9: Preparing 06:55:59 68b99855287f: Preparing 06:55:59 12c62c80dbc3: Preparing 06:55:59 1b5defd95d05: Preparing 06:55:59 dfea82c8db8a: Preparing 06:55:59 d229f9793f45: Preparing 06:55:59 1680d2e0733b: Preparing 06:55:59 eddc673717ee: Preparing 06:55:59 048e844db64c: Preparing 06:55:59 e8247eebdb43: Preparing 06:55:59 994456c4fd7b: Preparing 06:55:59 dfea82c8db8a: Waiting 06:55:59 d229f9793f45: Waiting 06:55:59 1680d2e0733b: Waiting 06:55:59 eddc673717ee: Waiting 06:55:59 048e844db64c: Waiting 06:55:59 e8247eebdb43: Waiting 06:55:59 1b5defd95d05: Pushed 06:55:59 8349d86a6b25: Pushed 06:55:59 4b2faf43a3b9: Pushed 06:55:59 1680d2e0733b: Layer already exists 06:56:00 dfea82c8db8a: Pushed 06:56:00 d229f9793f45: Pushed 06:56:00 eddc673717ee: Layer already exists 06:56:00 048e844db64c: Pushed 06:56:00 994456c4fd7b: Layer already exists 06:56:01 e8247eebdb43: Pushed 06:56:01 12c62c80dbc3: Pushed 06:56:02 68b99855287f: Pushed 06:56:02 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:56:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:56:03 8349d86a6b25: Preparing 06:56:03 4b2faf43a3b9: Preparing 06:56:03 68b99855287f: Preparing 06:56:03 12c62c80dbc3: Preparing 06:56:03 1b5defd95d05: Preparing 06:56:03 dfea82c8db8a: Preparing 06:56:03 d229f9793f45: Preparing 06:56:03 1680d2e0733b: Preparing 06:56:03 eddc673717ee: Preparing 06:56:03 048e844db64c: Preparing 06:56:03 e8247eebdb43: Preparing 06:56:03 994456c4fd7b: Preparing 06:56:03 dfea82c8db8a: Waiting 06:56:03 d229f9793f45: Waiting 06:56:03 1680d2e0733b: Waiting 06:56:03 eddc673717ee: Waiting 06:56:03 e8247eebdb43: Waiting 06:56:03 048e844db64c: Waiting 06:56:03 994456c4fd7b: Waiting 06:56:03 4b2faf43a3b9: Layer already exists 06:56:03 12c62c80dbc3: Layer already exists 06:56:03 8349d86a6b25: Layer already exists 06:56:03 1b5defd95d05: Layer already exists 06:56:03 68b99855287f: Layer already exists 06:56:03 d229f9793f45: Layer already exists 06:56:03 1680d2e0733b: Layer already exists 06:56:03 eddc673717ee: Layer already exists 06:56:03 048e844db64c: Layer already exists 06:56:03 dfea82c8db8a: Layer already exists 06:56:03 e8247eebdb43: Layer already exists 06:56:03 994456c4fd7b: Layer already exists 06:56:03 latest: digest: sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 06:56:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:56:03 8349d86a6b25: Preparing 06:56:03 4b2faf43a3b9: Preparing 06:56:03 68b99855287f: Preparing 06:56:03 12c62c80dbc3: Preparing 06:56:03 1b5defd95d05: Preparing 06:56:03 dfea82c8db8a: Preparing 06:56:03 d229f9793f45: Preparing 06:56:03 1680d2e0733b: Preparing 06:56:03 eddc673717ee: Preparing 06:56:03 048e844db64c: Preparing 06:56:03 e8247eebdb43: Preparing 06:56:03 994456c4fd7b: Preparing 06:56:03 1680d2e0733b: Waiting 06:56:03 048e844db64c: Waiting 06:56:03 e8247eebdb43: Waiting 06:56:03 eddc673717ee: Waiting 06:56:03 d229f9793f45: Waiting 06:56:03 994456c4fd7b: Waiting 06:56:03 1b5defd95d05: Layer already exists 06:56:03 4b2faf43a3b9: Layer already exists 06:56:03 68b99855287f: Layer already exists 06:56:03 12c62c80dbc3: Layer already exists 06:56:03 8349d86a6b25: Layer already exists 06:56:03 dfea82c8db8a: Layer already exists 06:56:03 d229f9793f45: Layer already exists 06:56:03 1680d2e0733b: Layer already exists 06:56:03 eddc673717ee: Layer already exists 06:56:03 048e844db64c: Layer already exists 06:56:03 e8247eebdb43: Layer already exists 06:56:03 994456c4fd7b: Layer already exists 06:56:03 4.1.0-dev.16: digest: sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:56:04 8349d86a6b25: Preparing 06:56:04 4b2faf43a3b9: Preparing 06:56:04 68b99855287f: Preparing 06:56:04 12c62c80dbc3: Preparing 06:56:04 1b5defd95d05: Preparing 06:56:04 dfea82c8db8a: Preparing 06:56:04 d229f9793f45: Preparing 06:56:04 1680d2e0733b: Preparing 06:56:04 eddc673717ee: Preparing 06:56:04 048e844db64c: Preparing 06:56:04 e8247eebdb43: Preparing 06:56:04 994456c4fd7b: Preparing 06:56:04 eddc673717ee: Waiting 06:56:04 048e844db64c: Waiting 06:56:04 e8247eebdb43: Waiting 06:56:04 994456c4fd7b: Waiting 06:56:04 dfea82c8db8a: Waiting 06:56:04 d229f9793f45: Waiting 06:56:04 1680d2e0733b: Waiting 06:56:04 4b2faf43a3b9: Layer already exists 06:56:04 1b5defd95d05: Layer already exists 06:56:04 12c62c80dbc3: Layer already exists 06:56:04 8349d86a6b25: Layer already exists 06:56:04 68b99855287f: Layer already exists 06:56:04 d229f9793f45: Layer already exists 06:56:04 1680d2e0733b: Layer already exists 06:56:04 eddc673717ee: Layer already exists 06:56:04 048e844db64c: Layer already exists 06:56:04 dfea82c8db8a: Layer already exists 06:56:04 994456c4fd7b: Layer already exists 06:56:04 e8247eebdb43: Layer already exists 06:56:04 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:56:05 8349d86a6b25: Preparing 06:56:05 4b2faf43a3b9: Preparing 06:56:05 68b99855287f: Preparing 06:56:05 12c62c80dbc3: Preparing 06:56:05 1b5defd95d05: Preparing 06:56:05 dfea82c8db8a: Preparing 06:56:05 d229f9793f45: Preparing 06:56:05 1680d2e0733b: Preparing 06:56:05 eddc673717ee: Preparing 06:56:05 048e844db64c: Preparing 06:56:05 e8247eebdb43: Preparing 06:56:05 994456c4fd7b: Preparing 06:56:05 d229f9793f45: Waiting 06:56:05 048e844db64c: Waiting 06:56:05 994456c4fd7b: Waiting 06:56:05 1680d2e0733b: Waiting 06:56:05 e8247eebdb43: Waiting 06:56:05 dfea82c8db8a: Waiting 06:56:05 68b99855287f: Layer already exists 06:56:05 1b5defd95d05: Layer already exists 06:56:05 8349d86a6b25: Layer already exists 06:56:05 12c62c80dbc3: Layer already exists 06:56:05 4b2faf43a3b9: Layer already exists 06:56:05 eddc673717ee: Layer already exists 06:56:05 d229f9793f45: Layer already exists 06:56:05 048e844db64c: Layer already exists 06:56:05 1680d2e0733b: Layer already exists 06:56:05 dfea82c8db8a: Layer already exists 06:56:05 e8247eebdb43: Layer already exists 06:56:05 994456c4fd7b: Layer already exists 06:56:05 main: digest: sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:05 ===================================================== [Pipeline] echo 06:56:05 taggedImages: 06:56:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:56:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 06:56:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:56:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:56:05 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:05 latest 06:56:05 4.1.0-dev.16 06:56:05 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:05 main 06:56:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:56:06 57c2885a9acc: Preparing 06:56:06 85d8a2ab8cf5: Preparing 06:56:06 1680d2e0733b: Preparing 06:56:06 eddc673717ee: Preparing 06:56:06 e0316f7ba38a: Preparing 06:56:06 ee51d2f5ed00: Preparing 06:56:06 994456c4fd7b: Preparing 06:56:06 ee51d2f5ed00: Waiting 06:56:06 994456c4fd7b: Waiting 06:56:06 eddc673717ee: Layer already exists 06:56:06 1680d2e0733b: Layer already exists 06:56:06 994456c4fd7b: Layer already exists 06:56:06 e0316f7ba38a: Pushed 06:56:06 57c2885a9acc: Pushed 06:56:06 ee51d2f5ed00: Pushed 06:56:08 85d8a2ab8cf5: Pushed 06:56:09 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:09 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:56:09 57c2885a9acc: Preparing 06:56:09 85d8a2ab8cf5: Preparing 06:56:09 1680d2e0733b: Preparing 06:56:09 eddc673717ee: Preparing 06:56:09 e0316f7ba38a: Preparing 06:56:09 ee51d2f5ed00: Preparing 06:56:09 994456c4fd7b: Preparing 06:56:09 ee51d2f5ed00: Waiting 06:56:09 994456c4fd7b: Waiting 06:56:09 57c2885a9acc: Layer already exists 06:56:09 85d8a2ab8cf5: Layer already exists 06:56:09 eddc673717ee: Layer already exists 06:56:09 e0316f7ba38a: Layer already exists 06:56:09 1680d2e0733b: Layer already exists 06:56:09 ee51d2f5ed00: Layer already exists 06:56:09 994456c4fd7b: Layer already exists 06:56:09 latest: digest: sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 06:56:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:56:10 57c2885a9acc: Preparing 06:56:10 85d8a2ab8cf5: Preparing 06:56:10 1680d2e0733b: Preparing 06:56:10 eddc673717ee: Preparing 06:56:10 e0316f7ba38a: Preparing 06:56:10 ee51d2f5ed00: Preparing 06:56:10 994456c4fd7b: Preparing 06:56:10 ee51d2f5ed00: Waiting 06:56:10 994456c4fd7b: Waiting 06:56:10 1680d2e0733b: Layer already exists 06:56:10 eddc673717ee: Layer already exists 06:56:10 57c2885a9acc: Layer already exists 06:56:10 85d8a2ab8cf5: Layer already exists 06:56:10 e0316f7ba38a: Layer already exists 06:56:10 994456c4fd7b: Layer already exists 06:56:10 ee51d2f5ed00: Layer already exists 06:56:10 4.1.0-dev.16: digest: sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:56:11 57c2885a9acc: Preparing 06:56:11 85d8a2ab8cf5: Preparing 06:56:11 1680d2e0733b: Preparing 06:56:11 eddc673717ee: Preparing 06:56:11 e0316f7ba38a: Preparing 06:56:11 ee51d2f5ed00: Preparing 06:56:11 994456c4fd7b: Preparing 06:56:11 994456c4fd7b: Waiting 06:56:11 ee51d2f5ed00: Waiting 06:56:11 85d8a2ab8cf5: Layer already exists 06:56:11 1680d2e0733b: Layer already exists 06:56:11 57c2885a9acc: Layer already exists 06:56:11 e0316f7ba38a: Layer already exists 06:56:11 eddc673717ee: Layer already exists 06:56:11 ee51d2f5ed00: Layer already exists 06:56:11 994456c4fd7b: Layer already exists 06:56:11 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:56:11 57c2885a9acc: Preparing 06:56:11 85d8a2ab8cf5: Preparing 06:56:11 1680d2e0733b: Preparing 06:56:11 eddc673717ee: Preparing 06:56:11 e0316f7ba38a: Preparing 06:56:11 ee51d2f5ed00: Preparing 06:56:11 994456c4fd7b: Preparing 06:56:11 ee51d2f5ed00: Waiting 06:56:11 994456c4fd7b: Waiting 06:56:11 e0316f7ba38a: Layer already exists 06:56:11 57c2885a9acc: Layer already exists 06:56:11 eddc673717ee: Layer already exists 06:56:11 85d8a2ab8cf5: Layer already exists 06:56:11 1680d2e0733b: Layer already exists 06:56:11 ee51d2f5ed00: Layer already exists 06:56:11 994456c4fd7b: Layer already exists 06:56:11 main: digest: sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:11 ===================================================== [Pipeline] echo 06:56:11 taggedImages: 06:56:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:56:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 06:56:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:56:11 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:56:11 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:11 latest 06:56:11 4.1.0-dev.16 06:56:11 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:11 main 06:56:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:56:12 db7a47d11cf7: Preparing 06:56:12 01902499fdf8: Preparing 06:56:12 a393f169a759: Preparing 06:56:12 1680d2e0733b: Preparing 06:56:12 eddc673717ee: Preparing 06:56:12 a32a662166c1: Preparing 06:56:12 fc09ceb428fe: Preparing 06:56:12 49046b4077ae: Preparing 06:56:12 9661839413d4: Preparing 06:56:12 49046b4077ae: Waiting 06:56:12 994456c4fd7b: Preparing 06:56:12 9661839413d4: Waiting 06:56:12 994456c4fd7b: Waiting 06:56:12 eddc673717ee: Layer already exists 06:56:12 1680d2e0733b: Layer already exists 06:56:12 01902499fdf8: Pushed 06:56:12 db7a47d11cf7: Pushed 06:56:12 a393f169a759: Pushed 06:56:12 994456c4fd7b: Layer already exists 06:56:12 49046b4077ae: Pushed 06:56:13 9661839413d4: Pushed 06:56:17 fc09ceb428fe: Pushed 06:56:23 a32a662166c1: Pushed 06:56:23 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:56:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:56:24 db7a47d11cf7: Preparing 06:56:24 01902499fdf8: Preparing 06:56:24 a393f169a759: Preparing 06:56:24 1680d2e0733b: Preparing 06:56:24 eddc673717ee: Preparing 06:56:24 a32a662166c1: Preparing 06:56:24 fc09ceb428fe: Preparing 06:56:24 49046b4077ae: Preparing 06:56:24 fc09ceb428fe: Waiting 06:56:24 a32a662166c1: Waiting 06:56:24 9661839413d4: Preparing 06:56:24 994456c4fd7b: Preparing 06:56:24 49046b4077ae: Waiting 06:56:24 9661839413d4: Waiting 06:56:24 994456c4fd7b: Waiting 06:56:24 a393f169a759: Layer already exists 06:56:24 01902499fdf8: Layer already exists 06:56:24 db7a47d11cf7: Layer already exists 06:56:24 1680d2e0733b: Layer already exists 06:56:24 eddc673717ee: Layer already exists 06:56:24 a32a662166c1: Layer already exists 06:56:24 fc09ceb428fe: Layer already exists 06:56:24 49046b4077ae: Layer already exists 06:56:24 994456c4fd7b: Layer already exists 06:56:24 9661839413d4: Layer already exists 06:56:24 latest: digest: sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 06:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:56:25 db7a47d11cf7: Preparing 06:56:25 01902499fdf8: Preparing 06:56:25 a393f169a759: Preparing 06:56:25 1680d2e0733b: Preparing 06:56:25 eddc673717ee: Preparing 06:56:25 a32a662166c1: Preparing 06:56:25 fc09ceb428fe: Preparing 06:56:25 49046b4077ae: Preparing 06:56:25 9661839413d4: Preparing 06:56:25 994456c4fd7b: Preparing 06:56:25 a32a662166c1: Waiting 06:56:25 fc09ceb428fe: Waiting 06:56:25 49046b4077ae: Waiting 06:56:25 9661839413d4: Waiting 06:56:25 994456c4fd7b: Waiting 06:56:25 1680d2e0733b: Layer already exists 06:56:25 eddc673717ee: Layer already exists 06:56:25 db7a47d11cf7: Layer already exists 06:56:25 a393f169a759: Layer already exists 06:56:25 01902499fdf8: Layer already exists 06:56:25 a32a662166c1: Layer already exists 06:56:25 fc09ceb428fe: Layer already exists 06:56:25 49046b4077ae: Layer already exists 06:56:25 994456c4fd7b: Layer already exists 06:56:25 9661839413d4: Layer already exists 06:56:25 4.1.0-dev.16: digest: sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:56:25 db7a47d11cf7: Preparing 06:56:25 01902499fdf8: Preparing 06:56:25 a393f169a759: Preparing 06:56:25 1680d2e0733b: Preparing 06:56:25 eddc673717ee: Preparing 06:56:25 a32a662166c1: Preparing 06:56:25 fc09ceb428fe: Preparing 06:56:25 49046b4077ae: Preparing 06:56:25 9661839413d4: Preparing 06:56:25 994456c4fd7b: Preparing 06:56:25 fc09ceb428fe: Waiting 06:56:25 994456c4fd7b: Waiting 06:56:25 49046b4077ae: Waiting 06:56:25 a32a662166c1: Waiting 06:56:25 9661839413d4: Waiting 06:56:25 eddc673717ee: Layer already exists 06:56:25 a393f169a759: Layer already exists 06:56:25 01902499fdf8: Layer already exists 06:56:25 db7a47d11cf7: Layer already exists 06:56:25 1680d2e0733b: Layer already exists 06:56:25 49046b4077ae: Layer already exists 06:56:25 a32a662166c1: Layer already exists 06:56:25 9661839413d4: Layer already exists 06:56:25 994456c4fd7b: Layer already exists 06:56:25 fc09ceb428fe: Layer already exists 06:56:25 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:56:26 db7a47d11cf7: Preparing 06:56:26 01902499fdf8: Preparing 06:56:26 a393f169a759: Preparing 06:56:26 1680d2e0733b: Preparing 06:56:26 eddc673717ee: Preparing 06:56:26 a32a662166c1: Preparing 06:56:26 fc09ceb428fe: Preparing 06:56:26 49046b4077ae: Preparing 06:56:26 9661839413d4: Preparing 06:56:26 994456c4fd7b: Preparing 06:56:26 9661839413d4: Waiting 06:56:26 994456c4fd7b: Waiting 06:56:26 a32a662166c1: Waiting 06:56:26 fc09ceb428fe: Waiting 06:56:26 49046b4077ae: Waiting 06:56:26 1680d2e0733b: Layer already exists 06:56:26 db7a47d11cf7: Layer already exists 06:56:26 eddc673717ee: Layer already exists 06:56:26 a393f169a759: Layer already exists 06:56:26 01902499fdf8: Layer already exists 06:56:26 a32a662166c1: Layer already exists 06:56:26 fc09ceb428fe: Layer already exists 06:56:26 9661839413d4: Layer already exists 06:56:26 49046b4077ae: Layer already exists 06:56:26 994456c4fd7b: Layer already exists 06:56:26 main: digest: sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:26 ===================================================== [Pipeline] echo 06:56:26 taggedImages: 06:56:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:56:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 06:56:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:56:26 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:56:26 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:26 latest 06:56:26 4.1.0-dev.16 06:56:26 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:26 main 06:56:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:56:27 51182611a59d: Preparing 06:56:27 28eab27ba4a5: Preparing 06:56:27 5413edcb7296: Preparing 06:56:27 1680d2e0733b: Preparing 06:56:27 eddc673717ee: Preparing 06:56:27 8ca85f1adbc6: Preparing 06:56:27 c5a4fbbabf7d: Preparing 06:56:27 b23134259500: Preparing 06:56:27 994456c4fd7b: Preparing 06:56:27 8ca85f1adbc6: Waiting 06:56:27 c5a4fbbabf7d: Waiting 06:56:27 b23134259500: Waiting 06:56:27 994456c4fd7b: Waiting 06:56:27 eddc673717ee: Layer already exists 06:56:27 28eab27ba4a5: Pushed 06:56:27 1680d2e0733b: Layer already exists 06:56:27 5413edcb7296: Pushed 06:56:27 994456c4fd7b: Layer already exists 06:56:27 51182611a59d: Pushed 06:56:27 c5a4fbbabf7d: Pushed 06:56:27 b23134259500: Pushed 06:56:39 8ca85f1adbc6: Pushed 06:56:39 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:56:40 51182611a59d: Preparing 06:56:40 28eab27ba4a5: Preparing 06:56:40 5413edcb7296: Preparing 06:56:40 1680d2e0733b: Preparing 06:56:40 eddc673717ee: Preparing 06:56:40 8ca85f1adbc6: Preparing 06:56:40 c5a4fbbabf7d: Preparing 06:56:40 b23134259500: Preparing 06:56:40 994456c4fd7b: Preparing 06:56:40 8ca85f1adbc6: Waiting 06:56:40 c5a4fbbabf7d: Waiting 06:56:40 b23134259500: Waiting 06:56:40 994456c4fd7b: Waiting 06:56:40 eddc673717ee: Layer already exists 06:56:40 51182611a59d: Layer already exists 06:56:40 5413edcb7296: Layer already exists 06:56:40 1680d2e0733b: Layer already exists 06:56:40 28eab27ba4a5: Layer already exists 06:56:40 c5a4fbbabf7d: Layer already exists 06:56:40 8ca85f1adbc6: Layer already exists 06:56:40 b23134259500: Layer already exists 06:56:40 994456c4fd7b: Layer already exists 06:56:40 latest: digest: sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 06:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:56:41 51182611a59d: Preparing 06:56:41 28eab27ba4a5: Preparing 06:56:41 5413edcb7296: Preparing 06:56:41 1680d2e0733b: Preparing 06:56:41 eddc673717ee: Preparing 06:56:41 8ca85f1adbc6: Preparing 06:56:41 c5a4fbbabf7d: Preparing 06:56:41 b23134259500: Preparing 06:56:41 994456c4fd7b: Preparing 06:56:41 8ca85f1adbc6: Waiting 06:56:41 c5a4fbbabf7d: Waiting 06:56:41 994456c4fd7b: Waiting 06:56:41 5413edcb7296: Layer already exists 06:56:41 51182611a59d: Layer already exists 06:56:41 28eab27ba4a5: Layer already exists 06:56:41 eddc673717ee: Layer already exists 06:56:41 1680d2e0733b: Layer already exists 06:56:41 b23134259500: Layer already exists 06:56:41 8ca85f1adbc6: Layer already exists 06:56:41 c5a4fbbabf7d: Layer already exists 06:56:41 994456c4fd7b: Layer already exists 06:56:41 4.1.0-dev.16: digest: sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:56:41 51182611a59d: Preparing 06:56:41 28eab27ba4a5: Preparing 06:56:41 5413edcb7296: Preparing 06:56:41 1680d2e0733b: Preparing 06:56:41 eddc673717ee: Preparing 06:56:41 8ca85f1adbc6: Preparing 06:56:41 c5a4fbbabf7d: Preparing 06:56:41 b23134259500: Preparing 06:56:41 994456c4fd7b: Preparing 06:56:41 c5a4fbbabf7d: Waiting 06:56:41 b23134259500: Waiting 06:56:41 994456c4fd7b: Waiting 06:56:41 8ca85f1adbc6: Waiting 06:56:41 eddc673717ee: Layer already exists 06:56:41 5413edcb7296: Layer already exists 06:56:41 1680d2e0733b: Layer already exists 06:56:41 51182611a59d: Layer already exists 06:56:41 28eab27ba4a5: Layer already exists 06:56:41 8ca85f1adbc6: Layer already exists 06:56:41 c5a4fbbabf7d: Layer already exists 06:56:41 b23134259500: Layer already exists 06:56:41 994456c4fd7b: Layer already exists 06:56:41 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:56:42 51182611a59d: Preparing 06:56:42 28eab27ba4a5: Preparing 06:56:42 5413edcb7296: Preparing 06:56:42 1680d2e0733b: Preparing 06:56:42 eddc673717ee: Preparing 06:56:42 8ca85f1adbc6: Preparing 06:56:42 c5a4fbbabf7d: Preparing 06:56:42 b23134259500: Preparing 06:56:42 994456c4fd7b: Preparing 06:56:42 8ca85f1adbc6: Waiting 06:56:42 b23134259500: Waiting 06:56:42 c5a4fbbabf7d: Waiting 06:56:42 994456c4fd7b: Waiting 06:56:42 28eab27ba4a5: Layer already exists 06:56:42 eddc673717ee: Layer already exists 06:56:42 5413edcb7296: Layer already exists 06:56:42 1680d2e0733b: Layer already exists 06:56:42 51182611a59d: Layer already exists 06:56:42 8ca85f1adbc6: Layer already exists 06:56:42 c5a4fbbabf7d: Layer already exists 06:56:42 b23134259500: Layer already exists 06:56:42 994456c4fd7b: Layer already exists 06:56:42 main: digest: sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:42 ===================================================== [Pipeline] echo 06:56:42 taggedImages: 06:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 06:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:42 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:56:42 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:56:42 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:42 latest 06:56:42 4.1.0-dev.16 06:56:42 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:42 main 06:56:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:56:43 db7a47d11cf7: Preparing 06:56:43 f78d97f4d229: Preparing 06:56:43 cd8d3bcb7e46: Preparing 06:56:43 1680d2e0733b: Preparing 06:56:43 eddc673717ee: Preparing 06:56:43 4e278bd5bee2: Preparing 06:56:43 49046b4077ae: Preparing 06:56:43 9661839413d4: Preparing 06:56:43 994456c4fd7b: Preparing 06:56:43 9661839413d4: Waiting 06:56:43 4e278bd5bee2: Waiting 06:56:43 49046b4077ae: Waiting 06:56:43 994456c4fd7b: Waiting 06:56:43 db7a47d11cf7: Layer already exists 06:56:43 eddc673717ee: Layer already exists 06:56:43 1680d2e0733b: Layer already exists 06:56:43 49046b4077ae: Layer already exists 06:56:43 9661839413d4: Layer already exists 06:56:43 994456c4fd7b: Layer already exists 06:56:43 cd8d3bcb7e46: Pushed 06:56:43 f78d97f4d229: Pushed 06:56:55 4e278bd5bee2: Pushed 06:56:55 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:56:56 db7a47d11cf7: Preparing 06:56:56 f78d97f4d229: Preparing 06:56:56 cd8d3bcb7e46: Preparing 06:56:56 1680d2e0733b: Preparing 06:56:56 eddc673717ee: Preparing 06:56:56 4e278bd5bee2: Preparing 06:56:56 49046b4077ae: Preparing 06:56:56 9661839413d4: Preparing 06:56:56 994456c4fd7b: Preparing 06:56:56 4e278bd5bee2: Waiting 06:56:56 9661839413d4: Waiting 06:56:56 49046b4077ae: Waiting 06:56:56 db7a47d11cf7: Layer already exists 06:56:56 eddc673717ee: Layer already exists 06:56:56 cd8d3bcb7e46: Layer already exists 06:56:56 1680d2e0733b: Layer already exists 06:56:56 f78d97f4d229: Layer already exists 06:56:56 4e278bd5bee2: Layer already exists 06:56:56 49046b4077ae: Layer already exists 06:56:56 9661839413d4: Layer already exists 06:56:56 994456c4fd7b: Layer already exists 06:56:56 latest: digest: sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 06:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:56:56 db7a47d11cf7: Preparing 06:56:56 f78d97f4d229: Preparing 06:56:56 cd8d3bcb7e46: Preparing 06:56:56 1680d2e0733b: Preparing 06:56:56 eddc673717ee: Preparing 06:56:56 4e278bd5bee2: Preparing 06:56:56 49046b4077ae: Preparing 06:56:56 9661839413d4: Preparing 06:56:56 994456c4fd7b: Preparing 06:56:56 4e278bd5bee2: Waiting 06:56:56 49046b4077ae: Waiting 06:56:56 9661839413d4: Waiting 06:56:56 994456c4fd7b: Waiting 06:56:56 f78d97f4d229: Layer already exists 06:56:56 eddc673717ee: Layer already exists 06:56:56 cd8d3bcb7e46: Layer already exists 06:56:56 db7a47d11cf7: Layer already exists 06:56:56 1680d2e0733b: Layer already exists 06:56:56 4e278bd5bee2: Layer already exists 06:56:56 9661839413d4: Layer already exists 06:56:56 49046b4077ae: Layer already exists 06:56:56 994456c4fd7b: Layer already exists 06:56:56 4.1.0-dev.16: digest: sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:56:57 db7a47d11cf7: Preparing 06:56:57 f78d97f4d229: Preparing 06:56:57 cd8d3bcb7e46: Preparing 06:56:57 1680d2e0733b: Preparing 06:56:57 eddc673717ee: Preparing 06:56:57 4e278bd5bee2: Preparing 06:56:57 49046b4077ae: Preparing 06:56:57 9661839413d4: Preparing 06:56:57 994456c4fd7b: Preparing 06:56:57 4e278bd5bee2: Waiting 06:56:57 49046b4077ae: Waiting 06:56:57 9661839413d4: Waiting 06:56:57 994456c4fd7b: Waiting 06:56:57 db7a47d11cf7: Layer already exists 06:56:57 f78d97f4d229: Layer already exists 06:56:57 cd8d3bcb7e46: Layer already exists 06:56:57 1680d2e0733b: Layer already exists 06:56:57 eddc673717ee: Layer already exists 06:56:57 9661839413d4: Layer already exists 06:56:57 994456c4fd7b: Layer already exists 06:56:57 49046b4077ae: Layer already exists 06:56:57 4e278bd5bee2: Layer already exists 06:56:57 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:56:58 db7a47d11cf7: Preparing 06:56:58 f78d97f4d229: Preparing 06:56:58 cd8d3bcb7e46: Preparing 06:56:58 1680d2e0733b: Preparing 06:56:58 eddc673717ee: Preparing 06:56:58 4e278bd5bee2: Preparing 06:56:58 49046b4077ae: Preparing 06:56:58 9661839413d4: Preparing 06:56:58 994456c4fd7b: Preparing 06:56:58 49046b4077ae: Waiting 06:56:58 9661839413d4: Waiting 06:56:58 994456c4fd7b: Waiting 06:56:58 4e278bd5bee2: Waiting 06:56:58 f78d97f4d229: Layer already exists 06:56:58 cd8d3bcb7e46: Layer already exists 06:56:58 1680d2e0733b: Layer already exists 06:56:58 eddc673717ee: Layer already exists 06:56:58 db7a47d11cf7: Layer already exists 06:56:58 4e278bd5bee2: Layer already exists 06:56:58 9661839413d4: Layer already exists 06:56:58 49046b4077ae: Layer already exists 06:56:58 994456c4fd7b: Layer already exists 06:56:58 main: digest: sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:56:58 ===================================================== [Pipeline] echo 06:56:58 taggedImages: 06:56:58 - nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:58 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:56:58 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 06:56:58 - nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:58 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:56:58 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:56:58 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:58 latest 06:56:58 4.1.0-dev.16 06:56:58 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:56:58 main 06:56:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:56:58 feeee0b07de7: Preparing 06:56:58 168d56eb885a: Preparing 06:56:58 1680d2e0733b: Preparing 06:56:58 eddc673717ee: Preparing 06:56:58 11274abe9e41: Preparing 06:56:58 e6e0dbcec43c: Preparing 06:56:58 994456c4fd7b: Preparing 06:56:58 e6e0dbcec43c: Waiting 06:56:58 994456c4fd7b: Waiting 06:56:58 1680d2e0733b: Layer already exists 06:56:58 eddc673717ee: Layer already exists 06:56:58 994456c4fd7b: Layer already exists 06:56:58 11274abe9e41: Pushed 06:56:58 feeee0b07de7: Pushed 06:56:59 e6e0dbcec43c: Pushed 06:57:02 168d56eb885a: Pushed 06:57:02 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:57:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:57:03 feeee0b07de7: Preparing 06:57:03 168d56eb885a: Preparing 06:57:03 1680d2e0733b: Preparing 06:57:03 eddc673717ee: Preparing 06:57:03 11274abe9e41: Preparing 06:57:03 e6e0dbcec43c: Preparing 06:57:03 994456c4fd7b: Preparing 06:57:03 e6e0dbcec43c: Waiting 06:57:03 994456c4fd7b: Waiting 06:57:03 168d56eb885a: Layer already exists 06:57:03 feeee0b07de7: Layer already exists 06:57:03 1680d2e0733b: Layer already exists 06:57:03 eddc673717ee: Layer already exists 06:57:03 11274abe9e41: Layer already exists 06:57:03 994456c4fd7b: Layer already exists 06:57:03 e6e0dbcec43c: Layer already exists 06:57:03 latest: digest: sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 06:57:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:57:04 feeee0b07de7: Preparing 06:57:04 168d56eb885a: Preparing 06:57:04 1680d2e0733b: Preparing 06:57:04 eddc673717ee: Preparing 06:57:04 11274abe9e41: Preparing 06:57:04 e6e0dbcec43c: Preparing 06:57:04 994456c4fd7b: Preparing 06:57:04 994456c4fd7b: Waiting 06:57:04 e6e0dbcec43c: Waiting 06:57:04 eddc673717ee: Layer already exists 06:57:04 feeee0b07de7: Layer already exists 06:57:04 1680d2e0733b: Layer already exists 06:57:04 11274abe9e41: Layer already exists 06:57:04 168d56eb885a: Layer already exists 06:57:04 e6e0dbcec43c: Layer already exists 06:57:04 994456c4fd7b: Layer already exists 06:57:04 4.1.0-dev.16: digest: sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:57:04 feeee0b07de7: Preparing 06:57:04 168d56eb885a: Preparing 06:57:04 1680d2e0733b: Preparing 06:57:04 eddc673717ee: Preparing 06:57:04 11274abe9e41: Preparing 06:57:04 e6e0dbcec43c: Preparing 06:57:04 994456c4fd7b: Preparing 06:57:04 994456c4fd7b: Waiting 06:57:04 e6e0dbcec43c: Waiting 06:57:04 168d56eb885a: Layer already exists 06:57:04 feeee0b07de7: Layer already exists 06:57:04 eddc673717ee: Layer already exists 06:57:04 11274abe9e41: Layer already exists 06:57:04 1680d2e0733b: Layer already exists 06:57:04 994456c4fd7b: Layer already exists 06:57:04 e6e0dbcec43c: Layer already exists 06:57:04 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:57:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:57:05 feeee0b07de7: Preparing 06:57:05 168d56eb885a: Preparing 06:57:05 1680d2e0733b: Preparing 06:57:05 eddc673717ee: Preparing 06:57:05 11274abe9e41: Preparing 06:57:05 e6e0dbcec43c: Preparing 06:57:05 994456c4fd7b: Preparing 06:57:05 e6e0dbcec43c: Waiting 06:57:05 994456c4fd7b: Waiting 06:57:05 eddc673717ee: Layer already exists 06:57:05 11274abe9e41: Layer already exists 06:57:05 1680d2e0733b: Layer already exists 06:57:05 feeee0b07de7: Layer already exists 06:57:05 168d56eb885a: Layer already exists 06:57:05 994456c4fd7b: Layer already exists 06:57:05 e6e0dbcec43c: Layer already exists 06:57:05 main: digest: sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:05 ===================================================== [Pipeline] echo 06:57:05 taggedImages: 06:57:05 - nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:05 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:57:05 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 06:57:05 - nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:05 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:57:05 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:57:05 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:05 latest 06:57:05 4.1.0-dev.16 06:57:05 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:05 main 06:57:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:57:06 303d974fad53: Preparing 06:57:06 b4ce4d143801: Preparing 06:57:06 1680d2e0733b: Preparing 06:57:06 eddc673717ee: Preparing 06:57:06 120675c8a66e: Preparing 06:57:06 b0d45260c342: Preparing 06:57:06 994456c4fd7b: Preparing 06:57:06 b0d45260c342: Waiting 06:57:06 994456c4fd7b: Waiting 06:57:06 eddc673717ee: Layer already exists 06:57:06 1680d2e0733b: Layer already exists 06:57:06 994456c4fd7b: Layer already exists 06:57:06 120675c8a66e: Pushed 06:57:06 303d974fad53: Pushed 06:57:06 b0d45260c342: Pushed 06:57:10 b4ce4d143801: Pushed 06:57:10 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:57:11 303d974fad53: Preparing 06:57:11 b4ce4d143801: Preparing 06:57:11 1680d2e0733b: Preparing 06:57:11 eddc673717ee: Preparing 06:57:11 120675c8a66e: Preparing 06:57:11 b0d45260c342: Preparing 06:57:11 994456c4fd7b: Preparing 06:57:11 994456c4fd7b: Waiting 06:57:11 b0d45260c342: Waiting 06:57:11 1680d2e0733b: Layer already exists 06:57:11 303d974fad53: Layer already exists 06:57:11 b4ce4d143801: Layer already exists 06:57:11 eddc673717ee: Layer already exists 06:57:11 120675c8a66e: Layer already exists 06:57:11 b0d45260c342: Layer already exists 06:57:11 994456c4fd7b: Layer already exists 06:57:11 latest: digest: sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 06:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:57:11 303d974fad53: Preparing 06:57:11 b4ce4d143801: Preparing 06:57:11 1680d2e0733b: Preparing 06:57:11 eddc673717ee: Preparing 06:57:11 120675c8a66e: Preparing 06:57:11 b0d45260c342: Preparing 06:57:11 994456c4fd7b: Preparing 06:57:11 b0d45260c342: Waiting 06:57:11 994456c4fd7b: Waiting 06:57:11 303d974fad53: Layer already exists 06:57:11 b4ce4d143801: Layer already exists 06:57:11 eddc673717ee: Layer already exists 06:57:11 120675c8a66e: Layer already exists 06:57:11 1680d2e0733b: Layer already exists 06:57:11 994456c4fd7b: Layer already exists 06:57:11 b0d45260c342: Layer already exists 06:57:11 4.1.0-dev.16: digest: sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:57:12 303d974fad53: Preparing 06:57:12 b4ce4d143801: Preparing 06:57:12 1680d2e0733b: Preparing 06:57:12 eddc673717ee: Preparing 06:57:12 120675c8a66e: Preparing 06:57:12 b0d45260c342: Preparing 06:57:12 994456c4fd7b: Preparing 06:57:12 b0d45260c342: Waiting 06:57:12 994456c4fd7b: Waiting 06:57:12 303d974fad53: Layer already exists 06:57:12 b4ce4d143801: Layer already exists 06:57:12 eddc673717ee: Layer already exists 06:57:12 120675c8a66e: Layer already exists 06:57:12 1680d2e0733b: Layer already exists 06:57:12 b0d45260c342: Layer already exists 06:57:12 994456c4fd7b: Layer already exists 06:57:12 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:57:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:57:13 303d974fad53: Preparing 06:57:13 b4ce4d143801: Preparing 06:57:13 1680d2e0733b: Preparing 06:57:13 eddc673717ee: Preparing 06:57:13 120675c8a66e: Preparing 06:57:13 b0d45260c342: Preparing 06:57:13 994456c4fd7b: Preparing 06:57:13 b0d45260c342: Waiting 06:57:13 994456c4fd7b: Waiting 06:57:13 303d974fad53: Layer already exists 06:57:13 1680d2e0733b: Layer already exists 06:57:13 b4ce4d143801: Layer already exists 06:57:13 eddc673717ee: Layer already exists 06:57:13 120675c8a66e: Layer already exists 06:57:13 994456c4fd7b: Layer already exists 06:57:13 b0d45260c342: Layer already exists 06:57:13 main: digest: sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:57:13 ===================================================== [Pipeline] echo 06:57:13 taggedImages: 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 06:57:13 ========================================================= 06:57:13 [edgeXBuildMultiArch] RAW Config: 06:57:13 images: 06:57:13 - nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/core-command:latest 06:57:13 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-command:main 06:57:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:57:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:57:13 - nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/core-data:latest 06:57:13 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-data:main 06:57:13 - nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:57:13 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-keeper:main 06:57:13 - nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:57:13 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/core-metadata:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config:main 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/security-spire-server:main 06:57:13 - nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:57:13 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/support-notifications:main 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:57:13 - nexus3.edgexfoundry.org:10004/support-scheduler:main 06:57:13 settingsFile: 06:57:13 edgex-go-settings 06:57:13 ========================================================= [Pipeline] node 06:57:28 Still waiting to schedule task 06:57:28 All nodes of label ‘centos7-docker-4c-2g’ are offline 06:58:02 Running on prd-centos7-docker-4c-2g-2399 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:58:02 provisioning config files... 06:58:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9556372607124642210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:04 ---> ****-login.sh 06:58:04 nexus3.edgexfoundry.org:10001 06:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:04 Configure a credential helper to remove this warning. See 06:58:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:04 06:58:04 Login Succeeded 06:58:04 nexus3.edgexfoundry.org:10002 06:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:04 Configure a credential helper to remove this warning. See 06:58:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:04 06:58:04 Login Succeeded 06:58:04 nexus3.edgexfoundry.org:10003 06:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:04 Configure a credential helper to remove this warning. See 06:58:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:04 06:58:04 Login Succeeded 06:58:04 nexus3.edgexfoundry.org:10004 06:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:04 Configure a credential helper to remove this warning. See 06:58:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:04 06:58:04 Login Succeeded 06:58:04 ****.io 06:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:04 Configure a credential helper to remove this warning. See 06:58:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:04 06:58:04 Login Succeeded 06:58:04 ---> ****-login.sh ends [Pipeline] } 06:58:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:58:05 + docker buildx ls 06:58:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:58:05 default * docker 06:58:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:58:05 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:58:05 edgex-builder [Pipeline] sh 06:58:05 + docker buildx inspect --bootstrap 06:58:05 #1 [internal] booting buildkit 06:58:05 #1 pulling image moby/buildkit:buildx-stable-1 06:58:09 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 06:58:09 #1 creating container buildx_buildkit_edgex-builder0 06:58:10 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 06:58:10 #1 DONE 4.4s 06:58:10 Name: edgex-builder 06:58:10 Driver: docker-container 06:58:10 06:58:10 Nodes: 06:58:10 Name: edgex-builder0 06:58:10 Endpoint: unix:///var/run/docker.sock 06:58:10 Status: running 06:58:10 Buildkit: v0.21.1 06:58:10 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:58:10 + docker buildx ls 06:58:10 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:58:10 edgex-builder * docker-container 06:58:10 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:58:10 default docker 06:58:10 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:58:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:11 #1 [internal] load build definition from Dockerfile 06:58:11 #1 transferring dockerfile: 197B done 06:58:11 #1 DONE 0.0s 06:58:11 06:58:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:11 #2 DONE 0.1s 06:58:11 06:58:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:11 #3 DONE 0.1s 06:58:11 06:58:11 #4 [internal] load .dockerignore 06:58:11 #4 transferring context: 2B done 06:58:11 #4 DONE 0.0s 06:58:11 06:58:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:11 #5 resolve nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:11 #5 DONE 0.0s 06:58:11 06:58:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:11 #6 resolve nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:11 #6 DONE 0.1s 06:58:11 06:58:11 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:58:11 #7 DONE 0.0s 06:58:11 06:58:11 #8 exporting to image 06:58:11 #8 exporting layers done 06:58:11 #8 exporting manifest sha256:161ee3f06aea84ba63ac60e4992a9292651813adb4c33694bf859d66c8c6ab68 0.0s done 06:58:11 #8 exporting config sha256:7345cf6ebc4f719ec040ff15449500cdf73a30b72a5f418446c5d0612fe0fd43 done 06:58:11 #8 exporting manifest sha256:b457948d24439432051f835c4432843f43480f78b3d4ec0d5035a713a4835914 done 06:58:11 #8 exporting config sha256:c26dbd89d2165cade1995f2e2eb5275e247908a9dd496f35adc3161814a77648 0.0s done 06:58:11 #8 exporting manifest list sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f 0.0s done 06:58:11 #8 pushing layers 06:58:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:11 #8 pushing layers 0.1s done 06:58:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f 0.1s done 06:58:11 #8 DONE 0.2s 06:58:11 06:58:11 1 warning found (use --debug to expand): 06:58:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 06:58:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 06:58:11 #1 [internal] load build definition from Dockerfile 06:58:11 #1 transferring dockerfile: 163B done 06:58:11 #1 DONE 0.0s 06:58:11 06:58:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 06:58:11 #2 DONE 0.0s 06:58:11 06:58:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 06:58:11 #3 DONE 0.0s 06:58:11 06:58:11 #4 [internal] load .dockerignore 06:58:11 #4 transferring context: 2B done 06:58:11 #4 DONE 0.0s 06:58:11 06:58:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:11 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:12 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:12 #5 CACHED 06:58:12 06:58:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:12 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:12 #6 CACHED 06:58:12 06:58:12 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:58:12 #7 DONE 0.0s 06:58:12 06:58:12 #8 exporting to image 06:58:12 #8 exporting layers done 06:58:12 #8 exporting manifest sha256:161ee3f06aea84ba63ac60e4992a9292651813adb4c33694bf859d66c8c6ab68 done 06:58:12 #8 exporting config sha256:7345cf6ebc4f719ec040ff15449500cdf73a30b72a5f418446c5d0612fe0fd43 done 06:58:12 #8 exporting manifest sha256:b457948d24439432051f835c4432843f43480f78b3d4ec0d5035a713a4835914 done 06:58:12 #8 exporting config sha256:c26dbd89d2165cade1995f2e2eb5275e247908a9dd496f35adc3161814a77648 done 06:58:12 #8 exporting manifest list sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f done 06:58:12 #8 pushing layers 0.0s done 06:58:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f 0.1s done 06:58:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:12 #8 DONE 0.1s 06:58:12 06:58:12 1 warning found (use --debug to expand): 06:58:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16' 06:58:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 --push - 06:58:12 #1 [internal] load build definition from Dockerfile 06:58:12 #1 transferring dockerfile: 169B done 06:58:12 #1 DONE 0.0s 06:58:12 06:58:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 06:58:12 #2 DONE 0.0s 06:58:12 06:58:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16 06:58:12 #3 DONE 0.0s 06:58:12 06:58:12 #4 [internal] load .dockerignore 06:58:12 #4 transferring context: 2B done 06:58:12 #4 DONE 0.0s 06:58:12 06:58:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:12 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:12 #5 DONE 0.0s 06:58:12 06:58:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:12 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:12 #6 CACHED 06:58:12 06:58:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:12 #5 CACHED 06:58:12 06:58:12 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:58:12 #7 DONE 0.0s 06:58:12 06:58:12 #8 exporting to image 06:58:12 #8 exporting layers done 06:58:12 #8 exporting manifest sha256:161ee3f06aea84ba63ac60e4992a9292651813adb4c33694bf859d66c8c6ab68 done 06:58:12 #8 exporting config sha256:7345cf6ebc4f719ec040ff15449500cdf73a30b72a5f418446c5d0612fe0fd43 done 06:58:12 #8 exporting manifest sha256:b457948d24439432051f835c4432843f43480f78b3d4ec0d5035a713a4835914 done 06:58:12 #8 exporting config sha256:c26dbd89d2165cade1995f2e2eb5275e247908a9dd496f35adc3161814a77648 done 06:58:12 #8 exporting manifest list sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f done 06:58:12 #8 pushing layers 0.0s done 06:58:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.16@sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f 0.1s done 06:58:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:12 #8 DONE 0.1s 06:58:12 06:58:12 1 warning found (use --debug to expand): 06:58:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:13 #1 [internal] load build definition from Dockerfile 06:58:13 #1 transferring dockerfile: 210B done 06:58:13 #1 DONE 0.0s 06:58:13 06:58:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:13 #2 DONE 0.0s 06:58:13 06:58:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:13 #3 DONE 0.0s 06:58:13 06:58:13 #4 [internal] load .dockerignore 06:58:13 #4 transferring context: 2B done 06:58:13 #4 DONE 0.0s 06:58:13 06:58:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:13 #5 CACHED 06:58:13 06:58:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:13 #6 resolve nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:13 #6 CACHED 06:58:13 06:58:13 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:58:13 #7 DONE 0.0s 06:58:13 06:58:13 #8 exporting to image 06:58:13 #8 exporting layers done 06:58:13 #8 exporting manifest sha256:161ee3f06aea84ba63ac60e4992a9292651813adb4c33694bf859d66c8c6ab68 done 06:58:13 #8 exporting config sha256:7345cf6ebc4f719ec040ff15449500cdf73a30b72a5f418446c5d0612fe0fd43 done 06:58:13 #8 exporting manifest sha256:b457948d24439432051f835c4432843f43480f78b3d4ec0d5035a713a4835914 done 06:58:13 #8 exporting config sha256:c26dbd89d2165cade1995f2e2eb5275e247908a9dd496f35adc3161814a77648 done 06:58:13 #8 exporting manifest list sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f done 06:58:13 #8 pushing layers 0.0s done 06:58:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f 0.1s done 06:58:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:13 #8 DONE 0.1s 06:58:13 06:58:13 1 warning found (use --debug to expand): 06:58:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 06:58:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 06:58:13 #1 [internal] load build definition from Dockerfile 06:58:13 #1 transferring dockerfile: 161B done 06:58:13 #1 DONE 0.0s 06:58:13 06:58:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 06:58:13 #2 DONE 0.0s 06:58:13 06:58:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 06:58:13 #3 DONE 0.0s 06:58:13 06:58:13 #4 [internal] load .dockerignore 06:58:13 #4 transferring context: 2B done 06:58:13 #4 DONE 0.0s 06:58:13 06:58:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:13 #5 DONE 0.0s 06:58:13 06:58:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:13 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 0.0s done 06:58:13 #6 CACHED 06:58:13 06:58:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:88cc258b63281cac4e939bf299873a28026fa1da1d9543fcc37bafb2f50cafa4 06:58:13 #5 CACHED 06:58:13 06:58:13 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:58:13 #7 DONE 0.0s 06:58:13 06:58:13 #8 exporting to image 06:58:13 #8 exporting layers done 06:58:13 #8 exporting manifest sha256:161ee3f06aea84ba63ac60e4992a9292651813adb4c33694bf859d66c8c6ab68 done 06:58:13 #8 exporting config sha256:7345cf6ebc4f719ec040ff15449500cdf73a30b72a5f418446c5d0612fe0fd43 done 06:58:13 #8 exporting manifest sha256:b457948d24439432051f835c4432843f43480f78b3d4ec0d5035a713a4835914 done 06:58:13 #8 exporting config sha256:c26dbd89d2165cade1995f2e2eb5275e247908a9dd496f35adc3161814a77648 done 06:58:13 #8 exporting manifest list sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f done 06:58:13 #8 pushing layers 0.0s done 06:58:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:2f288e85d53ded2178f033c8cdcf4e1f4596f339af934bd8a0f676703682448f 0.1s done 06:58:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:13 #8 DONE 0.1s 06:58:13 06:58:13 1 warning found (use --debug to expand): 06:58:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:14 #1 [internal] load build definition from Dockerfile 06:58:14 #1 transferring dockerfile: 216B done 06:58:14 #1 DONE 0.0s 06:58:14 06:58:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:14 #2 DONE 0.0s 06:58:14 06:58:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:14 #3 DONE 0.1s 06:58:14 06:58:14 #4 [internal] load .dockerignore 06:58:14 #4 transferring context: 2B done 06:58:14 #4 DONE 0.0s 06:58:14 06:58:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:14 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:14 #5 DONE 0.0s 06:58:14 06:58:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:14 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:14 #6 DONE 0.1s 06:58:14 06:58:14 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:14 #7 DONE 0.0s 06:58:14 06:58:14 #8 exporting to image 06:58:14 #8 exporting layers done 06:58:14 #8 exporting manifest sha256:f90fba2f50123f27877a7e9907b0eb369cf32f8e6c2b55e733a2aadda9f17edf done 06:58:14 #8 exporting config sha256:79872c763b953f106f64218363301c31ed63b2fdef61c3d3a9a0dcb9f4a13034 done 06:58:14 #8 exporting manifest sha256:965cc0747a38eb4b0863a96c0b8e3eec2ce32f5a98f9b9f1c04b84ad5f3e23b9 0.0s done 06:58:14 #8 exporting config sha256:d728991dbf247844938ba7b55ee51b7925434138037056d4c1d0981094e93aa7 done 06:58:14 #8 exporting manifest list sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 done 06:58:14 #8 pushing layers 06:58:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:14 #8 pushing layers 0.1s done 06:58:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 0.1s done 06:58:14 #8 DONE 0.3s 06:58:14 06:58:14 1 warning found (use --debug to expand): 06:58:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 06:58:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 06:58:14 #1 [internal] load build definition from Dockerfile 06:58:14 #1 transferring dockerfile: 182B done 06:58:14 #1 DONE 0.0s 06:58:14 06:58:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:58:14 #2 DONE 0.0s 06:58:14 06:58:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:58:14 #3 DONE 0.0s 06:58:14 06:58:14 #4 [internal] load .dockerignore 06:58:14 #4 transferring context: 2B done 06:58:14 #4 DONE 0.0s 06:58:14 06:58:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:14 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:14 #5 DONE 0.0s 06:58:14 06:58:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:15 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:15 #6 CACHED 06:58:15 06:58:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:15 #5 CACHED 06:58:15 06:58:15 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:15 #7 DONE 0.0s 06:58:15 06:58:15 #8 exporting to image 06:58:15 #8 exporting layers done 06:58:15 #8 exporting manifest sha256:f90fba2f50123f27877a7e9907b0eb369cf32f8e6c2b55e733a2aadda9f17edf 0.0s done 06:58:15 #8 exporting config sha256:79872c763b953f106f64218363301c31ed63b2fdef61c3d3a9a0dcb9f4a13034 done 06:58:15 #8 exporting manifest sha256:965cc0747a38eb4b0863a96c0b8e3eec2ce32f5a98f9b9f1c04b84ad5f3e23b9 done 06:58:15 #8 exporting config sha256:d728991dbf247844938ba7b55ee51b7925434138037056d4c1d0981094e93aa7 done 06:58:15 #8 exporting manifest list sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 done 06:58:15 #8 pushing layers 0.0s done 06:58:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 06:58:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 0.1s done 06:58:15 #8 DONE 0.2s 06:58:15 06:58:15 1 warning found (use --debug to expand): 06:58:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16' 06:58:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 --push - 06:58:15 #1 [internal] load build definition from Dockerfile 06:58:15 #1 transferring dockerfile: 188B done 06:58:15 #1 DONE 0.0s 06:58:15 06:58:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 06:58:15 #2 DONE 0.0s 06:58:15 06:58:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16 06:58:15 #3 DONE 0.0s 06:58:15 06:58:15 #4 [internal] load .dockerignore 06:58:15 #4 transferring context: 2B done 06:58:15 #4 DONE 0.0s 06:58:15 06:58:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:15 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:15 #5 CACHED 06:58:15 06:58:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:15 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:15 #6 CACHED 06:58:15 06:58:15 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:15 #7 DONE 0.0s 06:58:15 06:58:15 #8 exporting to image 06:58:15 #8 exporting layers done 06:58:15 #8 exporting manifest sha256:f90fba2f50123f27877a7e9907b0eb369cf32f8e6c2b55e733a2aadda9f17edf done 06:58:15 #8 exporting config sha256:79872c763b953f106f64218363301c31ed63b2fdef61c3d3a9a0dcb9f4a13034 done 06:58:15 #8 exporting manifest sha256:965cc0747a38eb4b0863a96c0b8e3eec2ce32f5a98f9b9f1c04b84ad5f3e23b9 done 06:58:15 #8 exporting config sha256:d728991dbf247844938ba7b55ee51b7925434138037056d4c1d0981094e93aa7 done 06:58:15 #8 exporting manifest list sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 done 06:58:15 #8 pushing layers 0.0s done 06:58:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.16@sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 0.1s done 06:58:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:15 #8 DONE 0.1s 06:58:15 06:58:15 1 warning found (use --debug to expand): 06:58:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:15 #1 [internal] load build definition from Dockerfile 06:58:15 #1 transferring dockerfile: 229B done 06:58:15 #1 DONE 0.0s 06:58:15 06:58:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:15 #2 DONE 0.0s 06:58:15 06:58:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:15 #3 DONE 0.0s 06:58:15 06:58:15 #4 [internal] load .dockerignore 06:58:15 #4 transferring context: 2B done 06:58:15 #4 DONE 0.0s 06:58:15 06:58:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:15 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:15 #5 CACHED 06:58:15 06:58:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:16 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:16 #6 CACHED 06:58:16 06:58:16 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:16 #7 DONE 0.0s 06:58:16 06:58:16 #8 exporting to image 06:58:16 #8 exporting layers done 06:58:16 #8 exporting manifest sha256:f90fba2f50123f27877a7e9907b0eb369cf32f8e6c2b55e733a2aadda9f17edf done 06:58:16 #8 exporting config sha256:79872c763b953f106f64218363301c31ed63b2fdef61c3d3a9a0dcb9f4a13034 done 06:58:16 #8 exporting manifest sha256:965cc0747a38eb4b0863a96c0b8e3eec2ce32f5a98f9b9f1c04b84ad5f3e23b9 done 06:58:16 #8 exporting config sha256:d728991dbf247844938ba7b55ee51b7925434138037056d4c1d0981094e93aa7 done 06:58:16 #8 exporting manifest list sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 done 06:58:16 #8 pushing layers 0.0s done 06:58:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 0.1s done 06:58:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:16 #8 DONE 0.1s 06:58:16 06:58:16 1 warning found (use --debug to expand): 06:58:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 06:58:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 06:58:16 #1 [internal] load build definition from Dockerfile 06:58:16 #1 transferring dockerfile: 180B done 06:58:16 #1 DONE 0.0s 06:58:16 06:58:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:58:16 #2 DONE 0.0s 06:58:16 06:58:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:58:16 #3 DONE 0.0s 06:58:16 06:58:16 #4 [internal] load .dockerignore 06:58:16 #4 transferring context: 2B done 06:58:16 #4 DONE 0.0s 06:58:16 06:58:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:16 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:16 #5 CACHED 06:58:16 06:58:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 06:58:16 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:af9ec0566ed4a7466b64d6e0d1f2f72f9c1585cf983cc22bfa6036e4d4a45b29 0.0s done 06:58:16 #6 CACHED 06:58:16 06:58:16 #7 exporting to image 06:58:16 #7 exporting layers done 06:58:16 #7 exporting manifest sha256:f90fba2f50123f27877a7e9907b0eb369cf32f8e6c2b55e733a2aadda9f17edf 06:58:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:16 #7 exporting manifest sha256:f90fba2f50123f27877a7e9907b0eb369cf32f8e6c2b55e733a2aadda9f17edf done 06:58:16 #7 exporting config sha256:79872c763b953f106f64218363301c31ed63b2fdef61c3d3a9a0dcb9f4a13034 done 06:58:16 #7 exporting manifest sha256:965cc0747a38eb4b0863a96c0b8e3eec2ce32f5a98f9b9f1c04b84ad5f3e23b9 done 06:58:16 #7 exporting config sha256:d728991dbf247844938ba7b55ee51b7925434138037056d4c1d0981094e93aa7 done 06:58:16 #7 exporting manifest list sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 done 06:58:16 #7 pushing layers 0.0s done 06:58:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:54e3a03b462f08f68409043df3bd2b5b76cf3fa41a16224a0a281ecff091f959 0.1s done 06:58:16 #7 DONE 0.1s 06:58:16 06:58:16 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:16 #8 DONE 0.0s 06:58:16 06:58:16 1 warning found (use --debug to expand): 06:58:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:17 #1 [internal] load build definition from Dockerfile 06:58:17 #1 transferring dockerfile: 194B done 06:58:17 #1 DONE 0.0s 06:58:17 06:58:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:17 #2 DONE 0.0s 06:58:17 06:58:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:17 #3 DONE 0.0s 06:58:17 06:58:17 #4 [internal] load .dockerignore 06:58:17 #4 transferring context: 2B done 06:58:17 #4 DONE 0.0s 06:58:17 06:58:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:17 #5 resolve nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:17 #5 DONE 0.0s 06:58:17 06:58:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:17 #6 resolve nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:17 #6 DONE 0.1s 06:58:17 06:58:17 #7 exporting to image 06:58:17 #7 exporting layers done 06:58:17 #7 exporting manifest sha256:dad51a45356dcb18828d527c502ae19957d1afce815981e6227df2cdb6d31b1c done 06:58:17 #7 exporting config sha256:d58179d7c88dba4d9d7bedbe5659555a515e30f6d1967a146513971c7e787993 06:58:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:17 #7 ... 06:58:17 06:58:17 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:58:17 #8 DONE 0.0s 06:58:17 06:58:17 #7 exporting to image 06:58:17 #7 exporting config sha256:d58179d7c88dba4d9d7bedbe5659555a515e30f6d1967a146513971c7e787993 0.0s done 06:58:17 #7 exporting manifest sha256:8898369287ca742476bb7761077f37558875c437735a1088917aa6b3dce1c225 done 06:58:17 #7 exporting config sha256:487a2c7011ad13d2a9060aed205c939fa8db023ec6b23187057310783314cce4 done 06:58:17 #7 exporting manifest list sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 0.0s done 06:58:17 #7 pushing layers 0.1s done 06:58:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 06:58:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 0.1s done 06:58:17 #7 DONE 0.2s 06:58:17 06:58:17 1 warning found (use --debug to expand): 06:58:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 06:58:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 06:58:17 #1 [internal] load build definition from Dockerfile 06:58:18 #1 transferring dockerfile: 160B done 06:58:18 #1 DONE 0.0s 06:58:18 06:58:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 06:58:18 #2 DONE 0.0s 06:58:18 06:58:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 06:58:18 #3 DONE 0.0s 06:58:18 06:58:18 #4 [internal] load .dockerignore 06:58:18 #4 transferring context: 2B done 06:58:18 #4 DONE 0.0s 06:58:18 06:58:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:18 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:18 #5 CACHED 06:58:18 06:58:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:18 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:18 #6 CACHED 06:58:18 06:58:18 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:58:18 #7 DONE 0.0s 06:58:18 06:58:18 #8 exporting to image 06:58:18 #8 exporting layers done 06:58:18 #8 exporting manifest sha256:dad51a45356dcb18828d527c502ae19957d1afce815981e6227df2cdb6d31b1c done 06:58:18 #8 exporting config sha256:d58179d7c88dba4d9d7bedbe5659555a515e30f6d1967a146513971c7e787993 done 06:58:18 #8 exporting manifest sha256:8898369287ca742476bb7761077f37558875c437735a1088917aa6b3dce1c225 done 06:58:18 #8 exporting config sha256:487a2c7011ad13d2a9060aed205c939fa8db023ec6b23187057310783314cce4 done 06:58:18 #8 exporting manifest list sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c done 06:58:18 #8 pushing layers 0.0s done 06:58:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 0.1s done 06:58:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:18 #8 DONE 0.1s 06:58:18 06:58:18 1 warning found (use --debug to expand): 06:58:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 --push - 06:58:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16' 06:58:18 #1 [internal] load build definition from Dockerfile 06:58:18 #1 transferring dockerfile: 166B done 06:58:18 #1 DONE 0.0s 06:58:18 06:58:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 06:58:18 #2 DONE 0.0s 06:58:18 06:58:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16 06:58:18 #3 DONE 0.0s 06:58:18 06:58:18 #4 [internal] load .dockerignore 06:58:18 #4 transferring context: 2B done 06:58:18 #4 DONE 0.0s 06:58:18 06:58:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:18 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:18 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:18 #5 CACHED 06:58:18 06:58:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:18 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:18 #6 CACHED 06:58:18 06:58:18 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:58:18 #7 DONE 0.0s 06:58:18 06:58:18 #8 exporting to image 06:58:18 #8 exporting layers done 06:58:18 #8 exporting manifest sha256:dad51a45356dcb18828d527c502ae19957d1afce815981e6227df2cdb6d31b1c done 06:58:18 #8 exporting config sha256:d58179d7c88dba4d9d7bedbe5659555a515e30f6d1967a146513971c7e787993 done 06:58:18 #8 exporting manifest sha256:8898369287ca742476bb7761077f37558875c437735a1088917aa6b3dce1c225 done 06:58:18 #8 exporting config sha256:487a2c7011ad13d2a9060aed205c939fa8db023ec6b23187057310783314cce4 done 06:58:18 #8 exporting manifest list sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c done 06:58:18 #8 pushing layers 0.0s done 06:58:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.16@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 0.1s done 06:58:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:18 #8 DONE 0.1s 06:58:18 06:58:18 1 warning found (use --debug to expand): 06:58:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:19 #1 [internal] load build definition from Dockerfile 06:58:19 #1 transferring dockerfile: 207B done 06:58:19 #1 DONE 0.0s 06:58:19 06:58:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:19 #2 DONE 0.0s 06:58:19 06:58:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:19 #3 DONE 0.0s 06:58:19 06:58:19 #4 [internal] load .dockerignore 06:58:19 #4 transferring context: 2B done 06:58:19 #4 DONE 0.0s 06:58:19 06:58:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:19 #5 resolve nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:19 #5 DONE 0.0s 06:58:19 06:58:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:19 #6 resolve nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:19 #6 CACHED 06:58:19 06:58:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:19 #5 CACHED 06:58:19 06:58:19 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:58:19 #7 DONE 0.0s 06:58:19 06:58:19 #8 exporting to image 06:58:19 #8 exporting layers done 06:58:19 #8 exporting manifest sha256:dad51a45356dcb18828d527c502ae19957d1afce815981e6227df2cdb6d31b1c done 06:58:19 #8 exporting config sha256:d58179d7c88dba4d9d7bedbe5659555a515e30f6d1967a146513971c7e787993 done 06:58:19 #8 exporting manifest sha256:8898369287ca742476bb7761077f37558875c437735a1088917aa6b3dce1c225 done 06:58:19 #8 exporting config sha256:487a2c7011ad13d2a9060aed205c939fa8db023ec6b23187057310783314cce4 done 06:58:19 #8 exporting manifest list sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c done 06:58:19 #8 pushing layers 0.0s done 06:58:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 0.1s done 06:58:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:19 #8 DONE 0.1s 06:58:19 06:58:19 1 warning found (use --debug to expand): 06:58:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 06:58:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 06:58:19 #1 [internal] load build definition from Dockerfile 06:58:19 #1 transferring dockerfile: 158B done 06:58:19 #1 DONE 0.0s 06:58:19 06:58:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 06:58:19 #2 DONE 0.0s 06:58:19 06:58:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 06:58:19 #3 DONE 0.0s 06:58:19 06:58:19 #4 [internal] load .dockerignore 06:58:19 #4 transferring context: 06:58:19 #4 transferring context: 2B done 06:58:19 #4 DONE 0.0s 06:58:19 06:58:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:19 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:19 #5 CACHED 06:58:19 06:58:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 06:58:19 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:9a9188f5e0824123d9daffbeffac983e192390ccbdc880ab5ddb12206bf46431 0.0s done 06:58:19 #6 CACHED 06:58:19 06:58:19 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:58:19 #7 DONE 0.0s 06:58:19 06:58:19 #8 exporting to image 06:58:19 #8 exporting layers done 06:58:19 #8 exporting manifest sha256:dad51a45356dcb18828d527c502ae19957d1afce815981e6227df2cdb6d31b1c done 06:58:19 #8 exporting config sha256:d58179d7c88dba4d9d7bedbe5659555a515e30f6d1967a146513971c7e787993 done 06:58:19 #8 exporting manifest sha256:8898369287ca742476bb7761077f37558875c437735a1088917aa6b3dce1c225 done 06:58:19 #8 exporting config sha256:487a2c7011ad13d2a9060aed205c939fa8db023ec6b23187057310783314cce4 done 06:58:19 #8 exporting manifest list sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c done 06:58:19 #8 pushing layers 0.0s done 06:58:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 06:58:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:f6a74855abc307e0da675789780892c70d4754b556f44ee5104bb465e828510c 0.1s done 06:58:19 #8 DONE 0.1s 06:58:19 06:58:19 1 warning found (use --debug to expand): 06:58:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:20 #1 [internal] load build definition from Dockerfile 06:58:20 #1 transferring dockerfile: 196B done 06:58:20 #1 DONE 0.0s 06:58:20 06:58:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:20 #2 DONE 0.0s 06:58:20 06:58:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:20 #3 DONE 0.0s 06:58:20 06:58:20 #4 [internal] load .dockerignore 06:58:20 #4 transferring context: 2B done 06:58:20 #4 DONE 0.0s 06:58:20 06:58:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:20 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:20 #5 ... 06:58:20 06:58:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:20 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:20 #6 DONE 0.1s 06:58:20 06:58:20 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:20 #7 DONE 0.0s 06:58:20 06:58:20 #8 exporting to image 06:58:20 #8 exporting layers done 06:58:20 #8 exporting manifest sha256:0b732be7fd557f52d722eb3b806a2045f92915487984428172a8cb57e8e77a55 done 06:58:20 #8 exporting config sha256:3aee62a4014e4577e8ad9f9010593433f34cbc108bdd7c1d81899a55630a7b27 done 06:58:20 #8 exporting manifest sha256:3b7db6f2d04b3dd2d81f53bf91a67d2975962424556d9584d4d3aabfe3e0932d 0.0s done 06:58:20 #8 exporting config sha256:b39fbf840a055f1a507c7128621840640db0568e9cb763b752c75607b2b33190 done 06:58:20 #8 exporting manifest list sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 0.0s done 06:58:20 #8 pushing layers 0.1s done 06:58:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 06:58:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 0.1s done 06:58:20 #8 DONE 0.2s 06:58:20 06:58:20 1 warning found (use --debug to expand): 06:58:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 06:58:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 06:58:21 #1 [internal] load build definition from Dockerfile 06:58:21 #1 transferring dockerfile: 162B done 06:58:21 #1 DONE 0.0s 06:58:21 06:58:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 06:58:21 #2 DONE 0.0s 06:58:21 06:58:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 06:58:21 #3 DONE 0.0s 06:58:21 06:58:21 #4 [internal] load .dockerignore 06:58:21 #4 transferring context: 2B done 06:58:21 #4 DONE 0.0s 06:58:21 06:58:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:21 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:21 #5 CACHED 06:58:21 06:58:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:21 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:21 #6 CACHED 06:58:21 06:58:21 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:21 #7 DONE 0.0s 06:58:21 06:58:21 #8 exporting to image 06:58:21 #8 exporting layers done 06:58:21 #8 exporting manifest sha256:0b732be7fd557f52d722eb3b806a2045f92915487984428172a8cb57e8e77a55 done 06:58:21 #8 exporting config sha256:3aee62a4014e4577e8ad9f9010593433f34cbc108bdd7c1d81899a55630a7b27 done 06:58:21 #8 exporting manifest sha256:3b7db6f2d04b3dd2d81f53bf91a67d2975962424556d9584d4d3aabfe3e0932d done 06:58:21 #8 exporting config sha256:b39fbf840a055f1a507c7128621840640db0568e9cb763b752c75607b2b33190 done 06:58:21 #8 exporting manifest list sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 done 06:58:21 #8 pushing layers 0.0s done 06:58:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 0.1s done 06:58:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:21 #8 DONE 0.1s 06:58:21 06:58:21 1 warning found (use --debug to expand): 06:58:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16' 06:58:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 --push - 06:58:21 #1 [internal] load build definition from Dockerfile 06:58:21 #1 transferring dockerfile: 168B done 06:58:21 #1 DONE 0.0s 06:58:21 06:58:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 06:58:21 #2 DONE 0.0s 06:58:21 06:58:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16 06:58:21 #3 DONE 0.0s 06:58:21 06:58:21 #4 [internal] load .dockerignore 06:58:21 #4 transferring context: 2B done 06:58:21 #4 DONE 0.0s 06:58:21 06:58:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:21 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:21 #5 DONE 0.0s 06:58:21 06:58:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:21 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:21 #6 CACHED 06:58:21 06:58:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:21 #5 CACHED 06:58:21 06:58:21 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:21 #7 DONE 0.0s 06:58:21 06:58:21 #8 exporting to image 06:58:21 #8 exporting layers done 06:58:21 #8 exporting manifest sha256:0b732be7fd557f52d722eb3b806a2045f92915487984428172a8cb57e8e77a55 done 06:58:21 #8 exporting config sha256:3aee62a4014e4577e8ad9f9010593433f34cbc108bdd7c1d81899a55630a7b27 done 06:58:21 #8 exporting manifest sha256:3b7db6f2d04b3dd2d81f53bf91a67d2975962424556d9584d4d3aabfe3e0932d done 06:58:21 #8 exporting config sha256:b39fbf840a055f1a507c7128621840640db0568e9cb763b752c75607b2b33190 done 06:58:21 #8 exporting manifest list sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 done 06:58:21 #8 pushing layers 0.0s done 06:58:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.16@sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 0.1s done 06:58:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:21 #8 DONE 0.1s 06:58:21 06:58:21 1 warning found (use --debug to expand): 06:58:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:22 #1 [internal] load build definition from Dockerfile 06:58:22 #1 transferring dockerfile: 209B done 06:58:22 #1 DONE 0.0s 06:58:22 06:58:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:22 #2 DONE 0.0s 06:58:22 06:58:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:22 #3 DONE 0.0s 06:58:22 06:58:22 #4 [internal] load .dockerignore 06:58:22 #4 transferring context: 2B done 06:58:22 #4 DONE 0.0s 06:58:22 06:58:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:22 #5 CACHED 06:58:22 06:58:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:22 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:22 #6 CACHED 06:58:22 06:58:22 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:22 #7 DONE 0.0s 06:58:22 06:58:22 #8 exporting to image 06:58:22 #8 exporting layers done 06:58:22 #8 exporting manifest sha256:0b732be7fd557f52d722eb3b806a2045f92915487984428172a8cb57e8e77a55 done 06:58:22 #8 exporting config sha256:3aee62a4014e4577e8ad9f9010593433f34cbc108bdd7c1d81899a55630a7b27 done 06:58:22 #8 exporting manifest sha256:3b7db6f2d04b3dd2d81f53bf91a67d2975962424556d9584d4d3aabfe3e0932d done 06:58:22 #8 exporting config sha256:b39fbf840a055f1a507c7128621840640db0568e9cb763b752c75607b2b33190 done 06:58:22 #8 exporting manifest list sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 done 06:58:22 #8 pushing layers 0.0s done 06:58:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 0.1s done 06:58:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:22 #8 DONE 0.1s 06:58:22 06:58:22 1 warning found (use --debug to expand): 06:58:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 06:58:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 06:58:22 #1 [internal] load build definition from Dockerfile 06:58:22 #1 transferring dockerfile: 160B done 06:58:22 #1 DONE 0.0s 06:58:22 06:58:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 06:58:22 #2 DONE 0.0s 06:58:22 06:58:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 06:58:22 #3 DONE 0.0s 06:58:22 06:58:22 #4 [internal] load .dockerignore 06:58:22 #4 transferring context: 2B done 06:58:22 #4 DONE 0.0s 06:58:22 06:58:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:22 #5 CACHED 06:58:22 06:58:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 06:58:22 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:431be1a5b58f12bddad7f9cd2987c08d6e0f2b47ab9858c0bc2c436c489df306 0.0s done 06:58:22 #6 CACHED 06:58:22 06:58:22 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:22 #7 DONE 0.0s 06:58:22 06:58:22 #8 exporting to image 06:58:22 #8 exporting layers done 06:58:22 #8 exporting manifest sha256:0b732be7fd557f52d722eb3b806a2045f92915487984428172a8cb57e8e77a55 done 06:58:22 #8 exporting config sha256:3aee62a4014e4577e8ad9f9010593433f34cbc108bdd7c1d81899a55630a7b27 done 06:58:22 #8 exporting manifest sha256:3b7db6f2d04b3dd2d81f53bf91a67d2975962424556d9584d4d3aabfe3e0932d done 06:58:22 #8 exporting config sha256:b39fbf840a055f1a507c7128621840640db0568e9cb763b752c75607b2b33190 done 06:58:22 #8 exporting manifest list sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 done 06:58:22 #8 pushing layers 0.0s done 06:58:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:998293a25f81684c90211cb75ece3ff19641d5c7be01d046d6bcd14264234381 0.1s done 06:58:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:22 #8 DONE 0.1s 06:58:22 06:58:22 1 warning found (use --debug to expand): 06:58:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:23 #1 [internal] load build definition from Dockerfile 06:58:23 #1 transferring dockerfile: 198B done 06:58:23 #1 DONE 0.0s 06:58:23 06:58:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:23 #2 DONE 0.0s 06:58:23 06:58:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:23 #3 DONE 0.1s 06:58:23 06:58:23 #4 [internal] load .dockerignore 06:58:23 #4 transferring context: 2B done 06:58:23 #4 DONE 0.0s 06:58:23 06:58:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:23 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:23 #5 DONE 0.0s 06:58:23 06:58:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:23 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:23 #6 DONE 0.1s 06:58:23 06:58:23 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:58:23 #7 DONE 0.0s 06:58:23 06:58:23 #8 exporting to image 06:58:23 #8 exporting layers done 06:58:23 #8 exporting manifest sha256:bbb58115e526323b36b8c0a1c2b2bdf497cfe04587a52f9b66e343e3c2c41169 0.0s done 06:58:23 #8 exporting config sha256:6d5fa2401df611e1c277cd3c6f7016b0368254c989e338d8fa1fa20120d5c223 done 06:58:23 #8 exporting manifest sha256:604c2435505705e34ad34387ea63185b737765a30dfdf69459f5006577990fc5 done 06:58:23 #8 exporting config sha256:92e1a46cb3ee7f563174e1caaa0874db200d1d978353a8949c7955caea695d24 done 06:58:23 #8 exporting manifest list sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 0.0s done 06:58:23 #8 pushing layers 0.1s done 06:58:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 06:58:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 0.1s done 06:58:23 #8 DONE 0.2s 06:58:23 06:58:23 1 warning found (use --debug to expand): 06:58:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 06:58:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 06:58:24 #1 [internal] load build definition from Dockerfile 06:58:24 #1 transferring dockerfile: 164B done 06:58:24 #1 DONE 0.0s 06:58:24 06:58:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 06:58:24 #2 DONE 0.0s 06:58:24 06:58:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 06:58:24 #3 DONE 0.0s 06:58:24 06:58:24 #4 [internal] load .dockerignore 06:58:24 #4 transferring context: 2B done 06:58:24 #4 DONE 0.0s 06:58:24 06:58:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:24 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:24 #5 CACHED 06:58:24 06:58:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:24 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:24 #6 CACHED 06:58:24 06:58:24 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:58:24 #7 DONE 0.0s 06:58:24 06:58:24 #8 exporting to image 06:58:24 #8 exporting layers done 06:58:24 #8 exporting manifest sha256:bbb58115e526323b36b8c0a1c2b2bdf497cfe04587a52f9b66e343e3c2c41169 done 06:58:24 #8 exporting config sha256:6d5fa2401df611e1c277cd3c6f7016b0368254c989e338d8fa1fa20120d5c223 done 06:58:24 #8 exporting manifest sha256:604c2435505705e34ad34387ea63185b737765a30dfdf69459f5006577990fc5 done 06:58:24 #8 exporting config sha256:92e1a46cb3ee7f563174e1caaa0874db200d1d978353a8949c7955caea695d24 done 06:58:24 #8 exporting manifest list sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d done 06:58:24 #8 pushing layers 0.0s done 06:58:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 0.1s done 06:58:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:24 #8 DONE 0.1s 06:58:24 06:58:24 1 warning found (use --debug to expand): 06:58:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16' 06:58:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 --push - 06:58:24 #1 [internal] load build definition from Dockerfile 06:58:24 #1 transferring dockerfile: 170B done 06:58:24 #1 DONE 0.0s 06:58:24 06:58:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 06:58:24 #2 DONE 0.0s 06:58:24 06:58:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16 06:58:24 #3 DONE 0.0s 06:58:24 06:58:24 #4 [internal] load .dockerignore 06:58:24 #4 transferring context: 2B done 06:58:24 #4 DONE 0.0s 06:58:24 06:58:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:24 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:25 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:25 #5 CACHED 06:58:25 06:58:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:25 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:25 #6 CACHED 06:58:25 06:58:25 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:58:25 #7 DONE 0.0s 06:58:25 06:58:25 #8 exporting to image 06:58:25 #8 exporting layers done 06:58:25 #8 exporting manifest sha256:bbb58115e526323b36b8c0a1c2b2bdf497cfe04587a52f9b66e343e3c2c41169 done 06:58:25 #8 exporting config sha256:6d5fa2401df611e1c277cd3c6f7016b0368254c989e338d8fa1fa20120d5c223 done 06:58:25 #8 exporting manifest sha256:604c2435505705e34ad34387ea63185b737765a30dfdf69459f5006577990fc5 done 06:58:25 #8 exporting config sha256:92e1a46cb3ee7f563174e1caaa0874db200d1d978353a8949c7955caea695d24 done 06:58:25 #8 exporting manifest list sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d done 06:58:25 #8 pushing layers 0.0s done 06:58:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.16@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 0.1s done 06:58:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:25 #8 DONE 0.1s 06:58:25 06:58:25 1 warning found (use --debug to expand): 06:58:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:25 #1 [internal] load build definition from Dockerfile 06:58:25 #1 transferring dockerfile: 211B done 06:58:25 #1 DONE 0.0s 06:58:25 06:58:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:25 #2 DONE 0.0s 06:58:25 06:58:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:25 #3 DONE 0.0s 06:58:25 06:58:25 #4 [internal] load .dockerignore 06:58:25 #4 transferring context: 2B done 06:58:25 #4 DONE 0.0s 06:58:25 06:58:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:25 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:25 #5 CACHED 06:58:25 06:58:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:25 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:25 #6 CACHED 06:58:25 06:58:25 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:58:25 #7 DONE 0.0s 06:58:25 06:58:25 #8 exporting to image 06:58:25 #8 exporting layers done 06:58:25 #8 exporting manifest sha256:bbb58115e526323b36b8c0a1c2b2bdf497cfe04587a52f9b66e343e3c2c41169 done 06:58:25 #8 exporting config sha256:6d5fa2401df611e1c277cd3c6f7016b0368254c989e338d8fa1fa20120d5c223 done 06:58:25 #8 exporting manifest sha256:604c2435505705e34ad34387ea63185b737765a30dfdf69459f5006577990fc5 done 06:58:25 #8 exporting config sha256:92e1a46cb3ee7f563174e1caaa0874db200d1d978353a8949c7955caea695d24 done 06:58:25 #8 exporting manifest list sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d done 06:58:25 #8 pushing layers 0.0s done 06:58:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 06:58:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 0.1s done 06:58:25 #8 DONE 0.1s 06:58:25 06:58:25 1 warning found (use --debug to expand): 06:58:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 06:58:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 06:58:25 #1 [internal] load build definition from Dockerfile 06:58:25 #1 transferring dockerfile: 162B done 06:58:25 #1 DONE 0.0s 06:58:25 06:58:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 06:58:25 #2 DONE 0.0s 06:58:25 06:58:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 06:58:25 #3 DONE 0.0s 06:58:25 06:58:25 #4 [internal] load .dockerignore 06:58:25 #4 transferring context: 2B done 06:58:25 #4 DONE 0.0s 06:58:26 06:58:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:26 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 done 06:58:26 #5 CACHED 06:58:26 06:58:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 06:58:26 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1346ebdad9659cd2f0f83e42511696390976116901a9db2aba880c12252f1ff5 0.0s done 06:58:26 #6 CACHED 06:58:26 06:58:26 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:58:26 #7 DONE 0.0s 06:58:26 06:58:26 #8 exporting to image 06:58:26 #8 exporting layers done 06:58:26 #8 exporting manifest sha256:bbb58115e526323b36b8c0a1c2b2bdf497cfe04587a52f9b66e343e3c2c41169 done 06:58:26 #8 exporting config sha256:6d5fa2401df611e1c277cd3c6f7016b0368254c989e338d8fa1fa20120d5c223 done 06:58:26 #8 exporting manifest sha256:604c2435505705e34ad34387ea63185b737765a30dfdf69459f5006577990fc5 done 06:58:26 #8 exporting config sha256:92e1a46cb3ee7f563174e1caaa0874db200d1d978353a8949c7955caea695d24 done 06:58:26 #8 exporting manifest list sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d done 06:58:26 #8 pushing layers 0.0s done 06:58:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:3271889128b6dfea4bd2d0cbe8f036044768d7aafbea9e690b5d1a8c7e74af6d 0.1s done 06:58:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:26 #8 DONE 0.1s 06:58:26 06:58:26 1 warning found (use --debug to expand): 06:58:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:26 #1 [internal] load build definition from Dockerfile 06:58:26 #1 transferring dockerfile: 206B done 06:58:26 #1 DONE 0.0s 06:58:26 06:58:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:26 #2 DONE 0.0s 06:58:26 06:58:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:26 #3 DONE 0.1s 06:58:26 06:58:26 #4 [internal] load .dockerignore 06:58:26 #4 transferring context: 2B done 06:58:26 #4 DONE 0.0s 06:58:26 06:58:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:26 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:26 #5 DONE 0.0s 06:58:26 06:58:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:26 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:26 #6 DONE 0.3s 06:58:26 06:58:26 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:26 #7 DONE 0.0s 06:58:26 06:58:26 #8 exporting to image 06:58:26 #8 exporting layers done 06:58:26 #8 exporting manifest sha256:4d7921aeb347fb413f62af18e87f7d1f1c2951a3867ef24b19938b728c245855 0.0s done 06:58:26 #8 exporting config sha256:8eccfe8ff457a3210ee77b49c26a89950e0011fe84fd05ed95b440a21c416c6f done 06:58:26 #8 exporting manifest sha256:e591c937371abc01c0edf32c0e20c8d45fce13addd3693d892ba5e1c6ac61cc7 0.0s done 06:58:26 #8 exporting config sha256:58d849cd6295ceaf0ef1c99259e4d993863d8b0002862a1b95c17665d597823c done 06:58:26 #8 exporting manifest list sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc done 06:58:26 #8 pushing layers 0.1s done 06:58:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 06:58:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 0.1s done 06:58:26 #8 DONE 0.3s 06:58:27 06:58:27 1 warning found (use --debug to expand): 06:58:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 06:58:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 06:58:27 #1 [internal] load build definition from Dockerfile 06:58:27 #1 transferring dockerfile: 172B done 06:58:27 #1 DONE 0.0s 06:58:27 06:58:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:58:27 #2 DONE 0.0s 06:58:27 06:58:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:58:27 #3 DONE 0.0s 06:58:27 06:58:27 #4 [internal] load .dockerignore 06:58:27 #4 transferring context: 2B done 06:58:27 #4 DONE 0.0s 06:58:27 06:58:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:27 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:27 #5 DONE 0.0s 06:58:27 06:58:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:27 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:27 #6 CACHED 06:58:27 06:58:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:27 #5 CACHED 06:58:27 06:58:27 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:27 #7 DONE 0.0s 06:58:27 06:58:27 #8 exporting to image 06:58:27 #8 exporting layers done 06:58:27 #8 exporting manifest sha256:4d7921aeb347fb413f62af18e87f7d1f1c2951a3867ef24b19938b728c245855 done 06:58:27 #8 exporting config sha256:8eccfe8ff457a3210ee77b49c26a89950e0011fe84fd05ed95b440a21c416c6f done 06:58:27 #8 exporting manifest sha256:e591c937371abc01c0edf32c0e20c8d45fce13addd3693d892ba5e1c6ac61cc7 done 06:58:27 #8 exporting config sha256:58d849cd6295ceaf0ef1c99259e4d993863d8b0002862a1b95c17665d597823c done 06:58:27 #8 exporting manifest list sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc done 06:58:27 #8 pushing layers 0.0s done 06:58:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 0.1s done 06:58:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:27 #8 DONE 0.1s 06:58:27 06:58:27 1 warning found (use --debug to expand): 06:58:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16' 06:58:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 --push - 06:58:28 #1 [internal] load build definition from Dockerfile 06:58:28 #1 transferring dockerfile: 178B done 06:58:28 #1 DONE 0.0s 06:58:28 06:58:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 06:58:28 #2 DONE 0.0s 06:58:28 06:58:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16 06:58:28 #3 DONE 0.0s 06:58:28 06:58:28 #4 [internal] load .dockerignore 06:58:28 #4 transferring context: 2B done 06:58:28 #4 DONE 0.0s 06:58:28 06:58:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:28 #5 CACHED 06:58:28 06:58:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:28 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:28 #6 CACHED 06:58:28 06:58:28 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:28 #7 DONE 0.0s 06:58:28 06:58:28 #8 exporting to image 06:58:28 #8 exporting layers done 06:58:28 #8 exporting manifest sha256:4d7921aeb347fb413f62af18e87f7d1f1c2951a3867ef24b19938b728c245855 done 06:58:28 #8 exporting config sha256:8eccfe8ff457a3210ee77b49c26a89950e0011fe84fd05ed95b440a21c416c6f done 06:58:28 #8 exporting manifest sha256:e591c937371abc01c0edf32c0e20c8d45fce13addd3693d892ba5e1c6ac61cc7 done 06:58:28 #8 exporting config sha256:58d849cd6295ceaf0ef1c99259e4d993863d8b0002862a1b95c17665d597823c done 06:58:28 #8 exporting manifest list sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc done 06:58:28 #8 pushing layers 0.0s done 06:58:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 06:58:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.16@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 0.1s done 06:58:28 #8 DONE 0.1s 06:58:28 06:58:28 1 warning found (use --debug to expand): 06:58:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:28 #1 [internal] load build definition from Dockerfile 06:58:28 #1 transferring dockerfile: 219B done 06:58:28 #1 DONE 0.0s 06:58:28 06:58:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:28 #2 DONE 0.0s 06:58:28 06:58:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:28 #3 DONE 0.0s 06:58:28 06:58:28 #4 [internal] load .dockerignore 06:58:28 #4 transferring context: 2B done 06:58:28 #4 DONE 0.0s 06:58:28 06:58:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:28 #5 DONE 0.0s 06:58:28 06:58:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:28 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:28 #6 CACHED 06:58:28 06:58:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:28 #5 CACHED 06:58:28 06:58:28 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:28 #7 DONE 0.0s 06:58:28 06:58:28 #8 exporting to image 06:58:28 #8 exporting layers done 06:58:28 #8 exporting manifest sha256:4d7921aeb347fb413f62af18e87f7d1f1c2951a3867ef24b19938b728c245855 done 06:58:28 #8 exporting config sha256:8eccfe8ff457a3210ee77b49c26a89950e0011fe84fd05ed95b440a21c416c6f done 06:58:28 #8 exporting manifest sha256:e591c937371abc01c0edf32c0e20c8d45fce13addd3693d892ba5e1c6ac61cc7 done 06:58:28 #8 exporting config sha256:58d849cd6295ceaf0ef1c99259e4d993863d8b0002862a1b95c17665d597823c done 06:58:28 #8 exporting manifest list sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc done 06:58:28 #8 pushing layers 0.0s done 06:58:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 0.1s done 06:58:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:28 #8 DONE 0.1s 06:58:28 06:58:28 1 warning found (use --debug to expand): 06:58:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 06:58:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 06:58:29 #1 [internal] load build definition from Dockerfile 06:58:29 #1 transferring dockerfile: 170B done 06:58:29 #1 DONE 0.0s 06:58:29 06:58:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:58:29 #2 DONE 0.0s 06:58:29 06:58:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:58:29 #3 DONE 0.0s 06:58:29 06:58:29 #4 [internal] load .dockerignore 06:58:29 #4 transferring context: 2B done 06:58:29 #4 DONE 0.0s 06:58:29 06:58:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:29 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:29 #5 DONE 0.0s 06:58:29 06:58:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:29 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 0.0s done 06:58:29 #6 CACHED 06:58:29 06:58:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d598224191f13bfc59fafca4a1f9b8a4bcd66f4212423743be644f367d4038ac 06:58:29 #5 CACHED 06:58:29 06:58:29 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:58:29 #7 DONE 0.0s 06:58:29 06:58:29 #8 exporting to image 06:58:29 #8 exporting layers done 06:58:29 #8 exporting manifest sha256:4d7921aeb347fb413f62af18e87f7d1f1c2951a3867ef24b19938b728c245855 done 06:58:29 #8 exporting config sha256:8eccfe8ff457a3210ee77b49c26a89950e0011fe84fd05ed95b440a21c416c6f done 06:58:29 #8 exporting manifest sha256:e591c937371abc01c0edf32c0e20c8d45fce13addd3693d892ba5e1c6ac61cc7 done 06:58:29 #8 exporting config sha256:58d849cd6295ceaf0ef1c99259e4d993863d8b0002862a1b95c17665d597823c done 06:58:29 #8 exporting manifest list sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc done 06:58:29 #8 pushing layers 0.0s done 06:58:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7e0499aed8b5f4481ba5c8570edbc1d0770c582a8223eb97127069ee7ac11adc 0.1s done 06:58:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:29 #8 DONE 0.1s 06:58:29 06:58:29 1 warning found (use --debug to expand): 06:58:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:29 #1 [internal] load build definition from Dockerfile 06:58:29 #1 transferring dockerfile: 204B done 06:58:29 #1 DONE 0.0s 06:58:29 06:58:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:29 #2 DONE 0.1s 06:58:29 06:58:29 #3 [internal] load .dockerignore 06:58:29 #3 transferring context: 2B done 06:58:29 #3 DONE 0.0s 06:58:29 06:58:29 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:30 #4 DONE 0.1s 06:58:30 06:58:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:30 #5 ... 06:58:30 06:58:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:30 #6 DONE 0.1s 06:58:30 06:58:30 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:58:30 #7 DONE 0.0s 06:58:30 06:58:30 #8 exporting to image 06:58:30 #8 exporting layers done 06:58:30 #8 exporting manifest sha256:c57c68ca4b3595bdb81de00a4ea79771a2846298fa204010859bc4c73bd9b59f 0.0s done 06:58:30 #8 exporting config sha256:2e0f8023b38620c3a8dc677c2b879568365bde48d80327f4e5ae77c1f13c9ef2 done 06:58:30 #8 exporting manifest sha256:0a93927f79de1d6e456bc7daa5ba9bfbd355c233405c05802acb4970f4880ccc done 06:58:30 #8 exporting config sha256:cdc6444c543b8bdf59b2a2532dd534bf49cd752aca0f366224138e907b00b376 done 06:58:30 #8 exporting manifest list sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 0.0s done 06:58:30 #8 pushing layers 06:58:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:30 #8 pushing layers 0.1s done 06:58:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 0.1s done 06:58:30 #8 DONE 0.3s 06:58:30 06:58:30 1 warning found (use --debug to expand): 06:58:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 06:58:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 06:58:30 #1 [internal] load build definition from Dockerfile 06:58:30 #1 transferring dockerfile: 170B done 06:58:30 #1 DONE 0.0s 06:58:30 06:58:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:58:30 #2 DONE 0.0s 06:58:30 06:58:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:58:30 #3 DONE 0.0s 06:58:30 06:58:30 #4 [internal] load .dockerignore 06:58:30 #4 transferring context: 06:58:30 #4 transferring context: 2B done 06:58:30 #4 DONE 0.0s 06:58:30 06:58:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:30 #5 CACHED 06:58:30 06:58:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:30 #6 CACHED 06:58:30 06:58:30 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:58:31 #7 DONE 0.0s 06:58:31 06:58:31 #8 exporting to image 06:58:31 #8 exporting layers done 06:58:31 #8 exporting manifest sha256:c57c68ca4b3595bdb81de00a4ea79771a2846298fa204010859bc4c73bd9b59f done 06:58:31 #8 exporting config sha256:2e0f8023b38620c3a8dc677c2b879568365bde48d80327f4e5ae77c1f13c9ef2 done 06:58:31 #8 exporting manifest sha256:0a93927f79de1d6e456bc7daa5ba9bfbd355c233405c05802acb4970f4880ccc done 06:58:31 #8 exporting config sha256:cdc6444c543b8bdf59b2a2532dd534bf49cd752aca0f366224138e907b00b376 done 06:58:31 #8 exporting manifest list sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 done 06:58:31 #8 pushing layers 0.0s done 06:58:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 0.1s done 06:58:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:31 #8 DONE 0.1s 06:58:31 06:58:31 1 warning found (use --debug to expand): 06:58:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16' 06:58:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 --push - 06:58:31 #1 [internal] load build definition from Dockerfile 06:58:31 #1 transferring dockerfile: 176B done 06:58:31 #1 DONE 0.0s 06:58:31 06:58:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 06:58:31 #2 DONE 0.0s 06:58:31 06:58:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16 06:58:31 #3 DONE 0.0s 06:58:31 06:58:31 #4 [internal] load .dockerignore 06:58:31 #4 transferring context: 2B done 06:58:31 #4 DONE 0.0s 06:58:31 06:58:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:31 #5 DONE 0.0s 06:58:31 06:58:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:31 #6 DONE 0.0s 06:58:31 06:58:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:31 #6 CACHED 06:58:31 06:58:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:31 #5 CACHED 06:58:31 06:58:31 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:58:31 #7 DONE 0.0s 06:58:31 06:58:31 #8 exporting to image 06:58:31 #8 exporting layers done 06:58:31 #8 exporting manifest sha256:c57c68ca4b3595bdb81de00a4ea79771a2846298fa204010859bc4c73bd9b59f done 06:58:31 #8 exporting config sha256:2e0f8023b38620c3a8dc677c2b879568365bde48d80327f4e5ae77c1f13c9ef2 done 06:58:31 #8 exporting manifest sha256:0a93927f79de1d6e456bc7daa5ba9bfbd355c233405c05802acb4970f4880ccc done 06:58:31 #8 exporting config sha256:cdc6444c543b8bdf59b2a2532dd534bf49cd752aca0f366224138e907b00b376 done 06:58:31 #8 exporting manifest list sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 done 06:58:31 #8 pushing layers 0.0s done 06:58:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.16@sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 0.1s done 06:58:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:31 #8 DONE 0.1s 06:58:31 06:58:31 1 warning found (use --debug to expand): 06:58:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:31 #1 [internal] load build definition from Dockerfile 06:58:31 #1 transferring dockerfile: 217B done 06:58:31 #1 DONE 0.0s 06:58:31 06:58:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:31 #2 DONE 0.0s 06:58:31 06:58:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:31 #3 DONE 0.0s 06:58:31 06:58:31 #4 [internal] load .dockerignore 06:58:31 #4 transferring context: 2B done 06:58:31 #4 DONE 0.0s 06:58:31 06:58:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:31 #5 CACHED 06:58:31 06:58:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:31 #6 CACHED 06:58:31 06:58:31 #7 exporting to image 06:58:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:32 #7 exporting layers done 06:58:32 #7 exporting manifest sha256:c57c68ca4b3595bdb81de00a4ea79771a2846298fa204010859bc4c73bd9b59f done 06:58:32 #7 exporting config sha256:2e0f8023b38620c3a8dc677c2b879568365bde48d80327f4e5ae77c1f13c9ef2 done 06:58:32 #7 exporting manifest sha256:0a93927f79de1d6e456bc7daa5ba9bfbd355c233405c05802acb4970f4880ccc done 06:58:32 #7 exporting config sha256:cdc6444c543b8bdf59b2a2532dd534bf49cd752aca0f366224138e907b00b376 done 06:58:32 #7 exporting manifest list sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 done 06:58:32 #7 pushing layers 0.0s done 06:58:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 0.1s done 06:58:32 #7 DONE 0.1s 06:58:32 06:58:32 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:58:32 #8 DONE 0.0s 06:58:32 06:58:32 1 warning found (use --debug to expand): 06:58:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 06:58:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 06:58:32 #1 [internal] load build definition from Dockerfile 06:58:32 #1 transferring dockerfile: 168B done 06:58:32 #1 DONE 0.0s 06:58:32 06:58:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:58:32 #2 DONE 0.0s 06:58:32 06:58:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:58:32 #3 DONE 0.0s 06:58:32 06:58:32 #4 [internal] load .dockerignore 06:58:32 #4 transferring context: 2B done 06:58:32 #4 DONE 0.0s 06:58:32 06:58:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:32 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:32 #5 DONE 0.0s 06:58:32 06:58:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:32 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 0.0s done 06:58:32 #6 CACHED 06:58:32 06:58:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:732fb38d289e0d430c0316947aa843cada7f54abc640996664cb3560444f3af7 06:58:32 #5 CACHED 06:58:32 06:58:32 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:58:32 #7 DONE 0.0s 06:58:32 06:58:32 #8 exporting to image 06:58:32 #8 exporting layers done 06:58:32 #8 exporting manifest sha256:c57c68ca4b3595bdb81de00a4ea79771a2846298fa204010859bc4c73bd9b59f done 06:58:32 #8 exporting config sha256:2e0f8023b38620c3a8dc677c2b879568365bde48d80327f4e5ae77c1f13c9ef2 done 06:58:32 #8 exporting manifest sha256:0a93927f79de1d6e456bc7daa5ba9bfbd355c233405c05802acb4970f4880ccc done 06:58:32 #8 exporting config sha256:cdc6444c543b8bdf59b2a2532dd534bf49cd752aca0f366224138e907b00b376 done 06:58:32 #8 exporting manifest list sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 done 06:58:32 #8 pushing layers 0.0s done 06:58:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:254d38e207e01010ed55259acc496331d930f8dcd67d4f176172afcd3b62caa3 0.1s done 06:58:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:32 #8 DONE 0.1s 06:58:32 06:58:32 1 warning found (use --debug to expand): 06:58:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:33 #1 [internal] load build definition from Dockerfile 06:58:33 #1 transferring dockerfile: 205B done 06:58:33 #1 DONE 0.0s 06:58:33 06:58:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:33 #2 DONE 0.0s 06:58:33 06:58:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:33 #3 DONE 0.0s 06:58:33 06:58:33 #4 [internal] load .dockerignore 06:58:33 #4 transferring context: 2B done 06:58:33 #4 DONE 0.0s 06:58:33 06:58:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:33 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:33 #5 DONE 0.0s 06:58:33 06:58:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:33 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:33 #6 DONE 0.2s 06:58:33 06:58:33 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:33 #7 DONE 0.0s 06:58:33 06:58:33 #8 exporting to image 06:58:33 #8 exporting layers done 06:58:33 #8 exporting manifest sha256:4da4541ce46916a4b5f8e7d67aa9bf9d8b053bf508a8feac502845e1223bb86e 0.0s done 06:58:33 #8 exporting config sha256:5313cdec369b8b2e346cdcaaf0304bacd5532be8d0863438555454b92f4b6cdd done 06:58:33 #8 exporting manifest sha256:24ccb929b68629614a41cb9ead85618700c052751f687e0ce77ca0bc284b97ef done 06:58:33 #8 exporting config sha256:1150f6439f588f3da70d7f1422759a592d73fcd20484dc27aa17b032c910e10f 0.0s done 06:58:33 #8 exporting manifest list sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 0.0s done 06:58:33 #8 pushing layers 06:58:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:33 #8 pushing layers 0.1s done 06:58:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 0.1s done 06:58:33 #8 DONE 0.3s 06:58:33 06:58:33 1 warning found (use --debug to expand): 06:58:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 06:58:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 06:58:33 #1 [internal] load build definition from Dockerfile 06:58:33 #1 transferring dockerfile: 171B done 06:58:33 #1 DONE 0.0s 06:58:33 06:58:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:58:33 #2 DONE 0.0s 06:58:33 06:58:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:58:33 #3 DONE 0.0s 06:58:33 06:58:33 #4 [internal] load .dockerignore 06:58:33 #4 transferring context: 2B done 06:58:33 #4 DONE 0.0s 06:58:33 06:58:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:33 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:33 #5 DONE 0.0s 06:58:33 06:58:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:34 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:34 #6 CACHED 06:58:34 06:58:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:34 #5 CACHED 06:58:34 06:58:34 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:34 #7 DONE 0.0s 06:58:34 06:58:34 #8 exporting to image 06:58:34 #8 exporting layers done 06:58:34 #8 exporting manifest sha256:4da4541ce46916a4b5f8e7d67aa9bf9d8b053bf508a8feac502845e1223bb86e done 06:58:34 #8 exporting config sha256:5313cdec369b8b2e346cdcaaf0304bacd5532be8d0863438555454b92f4b6cdd done 06:58:34 #8 exporting manifest sha256:24ccb929b68629614a41cb9ead85618700c052751f687e0ce77ca0bc284b97ef done 06:58:34 #8 exporting config sha256:1150f6439f588f3da70d7f1422759a592d73fcd20484dc27aa17b032c910e10f done 06:58:34 #8 exporting manifest list sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 done 06:58:34 #8 pushing layers 0.0s done 06:58:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 0.1s done 06:58:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:34 #8 DONE 0.1s 06:58:34 06:58:34 1 warning found (use --debug to expand): 06:58:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16' 06:58:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 --push - 06:58:34 #1 [internal] load build definition from Dockerfile 06:58:34 #1 transferring dockerfile: 177B done 06:58:34 #1 DONE 0.0s 06:58:34 06:58:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 06:58:34 #2 DONE 0.0s 06:58:34 06:58:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16 06:58:34 #3 DONE 0.0s 06:58:34 06:58:34 #4 [internal] load .dockerignore 06:58:34 #4 transferring context: 2B done 06:58:34 #4 DONE 0.0s 06:58:34 06:58:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:34 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:34 #5 DONE 0.0s 06:58:34 06:58:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:34 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:34 #6 CACHED 06:58:34 06:58:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:34 #5 CACHED 06:58:34 06:58:34 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:34 #7 DONE 0.0s 06:58:34 06:58:34 #8 exporting to image 06:58:34 #8 exporting layers done 06:58:34 #8 exporting manifest sha256:4da4541ce46916a4b5f8e7d67aa9bf9d8b053bf508a8feac502845e1223bb86e done 06:58:34 #8 exporting config sha256:5313cdec369b8b2e346cdcaaf0304bacd5532be8d0863438555454b92f4b6cdd done 06:58:34 #8 exporting manifest sha256:24ccb929b68629614a41cb9ead85618700c052751f687e0ce77ca0bc284b97ef done 06:58:34 #8 exporting config sha256:1150f6439f588f3da70d7f1422759a592d73fcd20484dc27aa17b032c910e10f done 06:58:34 #8 exporting manifest list sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 done 06:58:34 #8 pushing layers 0.0s done 06:58:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.16@sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 0.1s done 06:58:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:34 #8 DONE 0.1s 06:58:34 06:58:34 1 warning found (use --debug to expand): 06:58:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:34 #1 [internal] load build definition from Dockerfile 06:58:34 #1 transferring dockerfile: 218B done 06:58:34 #1 DONE 0.0s 06:58:34 06:58:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:34 #2 DONE 0.0s 06:58:34 06:58:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:34 #3 DONE 0.0s 06:58:34 06:58:34 #4 [internal] load .dockerignore 06:58:34 #4 transferring context: 2B done 06:58:34 #4 DONE 0.0s 06:58:34 06:58:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:34 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:34 #5 DONE 0.0s 06:58:34 06:58:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:35 #6 CACHED 06:58:35 06:58:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:35 #5 CACHED 06:58:35 06:58:35 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:35 #7 DONE 0.0s 06:58:35 06:58:35 #8 exporting to image 06:58:35 #8 exporting layers done 06:58:35 #8 exporting manifest sha256:4da4541ce46916a4b5f8e7d67aa9bf9d8b053bf508a8feac502845e1223bb86e done 06:58:35 #8 exporting config sha256:5313cdec369b8b2e346cdcaaf0304bacd5532be8d0863438555454b92f4b6cdd done 06:58:35 #8 exporting manifest sha256:24ccb929b68629614a41cb9ead85618700c052751f687e0ce77ca0bc284b97ef done 06:58:35 #8 exporting config sha256:1150f6439f588f3da70d7f1422759a592d73fcd20484dc27aa17b032c910e10f done 06:58:35 #8 exporting manifest list sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 done 06:58:35 #8 pushing layers 0.0s done 06:58:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 0.1s done 06:58:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:35 #8 DONE 0.1s 06:58:35 06:58:35 1 warning found (use --debug to expand): 06:58:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 06:58:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 06:58:35 #1 [internal] load build definition from Dockerfile 06:58:35 #1 transferring dockerfile: 169B done 06:58:35 #1 DONE 0.0s 06:58:35 06:58:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:58:35 #2 DONE 0.0s 06:58:35 06:58:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:58:35 #3 DONE 0.0s 06:58:35 06:58:35 #4 [internal] load .dockerignore 06:58:35 #4 transferring context: 2B done 06:58:35 #4 DONE 0.0s 06:58:35 06:58:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:35 #5 DONE 0.0s 06:58:35 06:58:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 0.0s done 06:58:35 #6 CACHED 06:58:35 06:58:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:7f60cadecc19e3383823188352862b66537d057cfe1b9318cb13311dbf5f8715 06:58:35 #5 CACHED 06:58:35 06:58:35 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:35 #7 DONE 0.0s 06:58:35 06:58:35 #8 exporting to image 06:58:35 #8 exporting layers done 06:58:35 #8 exporting manifest sha256:4da4541ce46916a4b5f8e7d67aa9bf9d8b053bf508a8feac502845e1223bb86e done 06:58:35 #8 exporting config sha256:5313cdec369b8b2e346cdcaaf0304bacd5532be8d0863438555454b92f4b6cdd done 06:58:35 #8 exporting manifest sha256:24ccb929b68629614a41cb9ead85618700c052751f687e0ce77ca0bc284b97ef done 06:58:35 #8 exporting config sha256:1150f6439f588f3da70d7f1422759a592d73fcd20484dc27aa17b032c910e10f done 06:58:35 #8 exporting manifest list sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 done 06:58:35 #8 pushing layers 0.0s done 06:58:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3171ffeccc13ab1cabb2560957e03f09c72bd76ad5653decb1497f7286849d0 0.1s done 06:58:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:35 #8 DONE 0.1s 06:58:35 06:58:35 1 warning found (use --debug to expand): 06:58:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:36 #1 [internal] load build definition from Dockerfile 06:58:36 #1 transferring dockerfile: 211B done 06:58:36 #1 DONE 0.0s 06:58:36 06:58:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:36 #2 DONE 0.0s 06:58:36 06:58:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:36 #3 DONE 0.1s 06:58:36 06:58:36 #4 [internal] load .dockerignore 06:58:36 #4 transferring context: 2B done 06:58:36 #4 DONE 0.0s 06:58:36 06:58:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:36 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:36 #5 ... 06:58:36 06:58:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:36 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:36 #6 DONE 0.2s 06:58:36 06:58:36 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:36 #7 DONE 0.0s 06:58:36 06:58:36 #8 exporting to image 06:58:36 #8 exporting layers done 06:58:36 #8 exporting manifest sha256:fc12ee064e55cc02e3c7e0040a72d9b05ca344213c183e76802771ed5ae50936 0.0s done 06:58:36 #8 exporting config sha256:b6628eb75cf0d2807f2b9bd61567728f38e0c25473d5fe07bd8bb649ebb719bb done 06:58:36 #8 exporting manifest sha256:8d20523095bb451200af189ae44559acf7160ac7083afb9b85b53b466f272f8f done 06:58:36 #8 exporting config sha256:69e5239192bf1d7281923640ad6e36cdb99e5dce695a1d91d9a500a8a2fd13dc done 06:58:36 #8 exporting manifest list sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 done 06:58:36 #8 pushing layers 06:58:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:36 #8 pushing layers 0.1s done 06:58:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 0.1s done 06:58:36 #8 DONE 0.2s 06:58:36 06:58:36 1 warning found (use --debug to expand): 06:58:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 06:58:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 06:58:36 #1 [internal] load build definition from Dockerfile 06:58:36 #1 transferring dockerfile: 177B done 06:58:36 #1 DONE 0.0s 06:58:36 06:58:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:58:36 #2 DONE 0.0s 06:58:36 06:58:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:58:36 #3 DONE 0.0s 06:58:36 06:58:36 #4 [internal] load .dockerignore 06:58:36 #4 transferring context: 2B done 06:58:36 #4 DONE 0.0s 06:58:37 06:58:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:37 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 done 06:58:37 #5 CACHED 06:58:37 06:58:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:37 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:37 #6 CACHED 06:58:37 06:58:37 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:37 #7 DONE 0.0s 06:58:37 06:58:37 #8 exporting to image 06:58:37 #8 exporting layers done 06:58:37 #8 exporting manifest sha256:fc12ee064e55cc02e3c7e0040a72d9b05ca344213c183e76802771ed5ae50936 done 06:58:37 #8 exporting config sha256:b6628eb75cf0d2807f2b9bd61567728f38e0c25473d5fe07bd8bb649ebb719bb done 06:58:37 #8 exporting manifest sha256:8d20523095bb451200af189ae44559acf7160ac7083afb9b85b53b466f272f8f done 06:58:37 #8 exporting config sha256:69e5239192bf1d7281923640ad6e36cdb99e5dce695a1d91d9a500a8a2fd13dc done 06:58:37 #8 exporting manifest list sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 done 06:58:37 #8 pushing layers 0.0s done 06:58:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 0.1s done 06:58:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:37 #8 DONE 0.1s 06:58:37 06:58:37 1 warning found (use --debug to expand): 06:58:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16' 06:58:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 --push - 06:58:37 #1 [internal] load build definition from Dockerfile 06:58:37 #1 transferring dockerfile: 183B done 06:58:37 #1 DONE 0.0s 06:58:37 06:58:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 06:58:37 #2 DONE 0.0s 06:58:37 06:58:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16 06:58:37 #3 DONE 0.0s 06:58:37 06:58:37 #4 [internal] load .dockerignore 06:58:37 #4 transferring context: 2B done 06:58:37 #4 DONE 0.0s 06:58:37 06:58:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:37 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:37 #5 CACHED 06:58:37 06:58:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:37 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:37 #6 CACHED 06:58:37 06:58:37 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:37 #7 DONE 0.0s 06:58:37 06:58:37 #8 exporting to image 06:58:37 #8 exporting layers done 06:58:37 #8 exporting manifest sha256:fc12ee064e55cc02e3c7e0040a72d9b05ca344213c183e76802771ed5ae50936 done 06:58:37 #8 exporting config sha256:b6628eb75cf0d2807f2b9bd61567728f38e0c25473d5fe07bd8bb649ebb719bb done 06:58:37 #8 exporting manifest sha256:8d20523095bb451200af189ae44559acf7160ac7083afb9b85b53b466f272f8f done 06:58:37 #8 exporting config sha256:69e5239192bf1d7281923640ad6e36cdb99e5dce695a1d91d9a500a8a2fd13dc done 06:58:37 #8 exporting manifest list sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 done 06:58:37 #8 pushing layers 0.0s done 06:58:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.16@sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 0.1s done 06:58:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:37 #8 DONE 0.1s 06:58:37 06:58:37 1 warning found (use --debug to expand): 06:58:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:38 #1 [internal] load build definition from Dockerfile 06:58:38 #1 transferring dockerfile: 224B done 06:58:38 #1 DONE 0.0s 06:58:38 06:58:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:38 #2 DONE 0.0s 06:58:38 06:58:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:38 #3 DONE 0.0s 06:58:38 06:58:38 #4 [internal] load .dockerignore 06:58:38 #4 transferring context: 2B done 06:58:38 #4 DONE 0.0s 06:58:38 06:58:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:38 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:38 #5 DONE 0.0s 06:58:38 06:58:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:38 #6 CACHED 06:58:38 06:58:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:38 #5 CACHED 06:58:38 06:58:38 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:38 #7 DONE 0.0s 06:58:38 06:58:38 #8 exporting to image 06:58:38 #8 exporting layers done 06:58:38 #8 exporting manifest sha256:fc12ee064e55cc02e3c7e0040a72d9b05ca344213c183e76802771ed5ae50936 done 06:58:38 #8 exporting config sha256:b6628eb75cf0d2807f2b9bd61567728f38e0c25473d5fe07bd8bb649ebb719bb done 06:58:38 #8 exporting manifest sha256:8d20523095bb451200af189ae44559acf7160ac7083afb9b85b53b466f272f8f done 06:58:38 #8 exporting config sha256:69e5239192bf1d7281923640ad6e36cdb99e5dce695a1d91d9a500a8a2fd13dc done 06:58:38 #8 exporting manifest list sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 done 06:58:38 #8 pushing layers 0.0s done 06:58:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 0.1s done 06:58:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:38 #8 DONE 0.1s 06:58:38 06:58:38 1 warning found (use --debug to expand): 06:58:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 06:58:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 06:58:38 #1 [internal] load build definition from Dockerfile 06:58:38 #1 transferring dockerfile: 175B done 06:58:38 #1 DONE 0.0s 06:58:38 06:58:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:58:38 #2 DONE 0.0s 06:58:38 06:58:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:58:38 #3 DONE 0.0s 06:58:38 06:58:38 #4 [internal] load .dockerignore 06:58:38 #4 transferring context: 2B done 06:58:38 #4 DONE 0.0s 06:58:38 06:58:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:38 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:38 #5 DONE 0.0s 06:58:38 06:58:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:38 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 0.0s done 06:58:38 #6 CACHED 06:58:38 06:58:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:02869dc82e6e1d7ed8ad6442b45f893fdf900678f660dac248d892f59a6927c3 06:58:38 #5 CACHED 06:58:38 06:58:38 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:58:38 #7 DONE 0.0s 06:58:38 06:58:38 #8 exporting to image 06:58:38 #8 exporting layers done 06:58:38 #8 exporting manifest sha256:fc12ee064e55cc02e3c7e0040a72d9b05ca344213c183e76802771ed5ae50936 done 06:58:38 #8 exporting config sha256:b6628eb75cf0d2807f2b9bd61567728f38e0c25473d5fe07bd8bb649ebb719bb done 06:58:38 #8 exporting manifest sha256:8d20523095bb451200af189ae44559acf7160ac7083afb9b85b53b466f272f8f done 06:58:38 #8 exporting config sha256:69e5239192bf1d7281923640ad6e36cdb99e5dce695a1d91d9a500a8a2fd13dc done 06:58:38 #8 exporting manifest list sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 done 06:58:38 #8 pushing layers 0.0s done 06:58:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:54e737aca749bba70123523570560282b5b5ea04f440d4c047a01bb100f9f871 0.1s done 06:58:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:38 #8 DONE 0.1s 06:58:38 06:58:38 1 warning found (use --debug to expand): 06:58:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:39 #1 [internal] load build definition from Dockerfile 06:58:39 #1 transferring dockerfile: 215B done 06:58:39 #1 DONE 0.0s 06:58:39 06:58:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:39 #2 DONE 0.0s 06:58:39 06:58:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:39 #3 DONE 0.0s 06:58:39 06:58:39 #4 [internal] load .dockerignore 06:58:39 #4 transferring context: 06:58:39 #4 transferring context: 2B done 06:58:39 #4 DONE 0.0s 06:58:39 06:58:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:39 #5 DONE 0.0s 06:58:39 06:58:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:39 #6 DONE 0.1s 06:58:39 06:58:39 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:58:39 #7 DONE 0.0s 06:58:39 06:58:39 #8 exporting to image 06:58:39 #8 exporting layers done 06:58:39 #8 exporting manifest sha256:f803e91cbbb6eef58c3fdae64553b42a08762e289f821fe0082954f1f0d9e184 done 06:58:39 #8 exporting config sha256:2203ab9fcccefee60133c8d21fd4539fc4d6215b5cb94e1bbc0cd55e5e2fe726 done 06:58:39 #8 exporting manifest sha256:729464ce903cabb2334b3160b3e5b6a69b0a08b37b180f988b58f2d58187aa86 0.0s done 06:58:39 #8 exporting config sha256:fdcb4fa48acad3689768fae2d3aa1aa9f5119a6bfc9f5acca922e1cda5662fde done 06:58:39 #8 exporting manifest list sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 done 06:58:39 #8 pushing layers 06:58:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:39 #8 pushing layers 0.1s done 06:58:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 0.1s done 06:58:39 #8 DONE 0.2s 06:58:39 06:58:39 1 warning found (use --debug to expand): 06:58:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 06:58:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 06:58:39 #1 [internal] load build definition from Dockerfile 06:58:39 #1 transferring dockerfile: 181B done 06:58:39 #1 DONE 0.0s 06:58:39 06:58:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:58:39 #2 DONE 0.0s 06:58:39 06:58:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:58:39 #3 DONE 0.0s 06:58:39 06:58:39 #4 [internal] load .dockerignore 06:58:39 #4 transferring context: 2B done 06:58:39 #4 DONE 0.0s 06:58:39 06:58:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:39 #5 DONE 0.0s 06:58:39 06:58:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:40 #6 CACHED 06:58:40 06:58:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:40 #5 CACHED 06:58:40 06:58:40 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:58:40 #7 DONE 0.0s 06:58:40 06:58:40 #8 exporting to image 06:58:40 #8 exporting layers done 06:58:40 #8 exporting manifest sha256:f803e91cbbb6eef58c3fdae64553b42a08762e289f821fe0082954f1f0d9e184 done 06:58:40 #8 exporting config sha256:2203ab9fcccefee60133c8d21fd4539fc4d6215b5cb94e1bbc0cd55e5e2fe726 done 06:58:40 #8 exporting manifest sha256:729464ce903cabb2334b3160b3e5b6a69b0a08b37b180f988b58f2d58187aa86 done 06:58:40 #8 exporting config sha256:fdcb4fa48acad3689768fae2d3aa1aa9f5119a6bfc9f5acca922e1cda5662fde done 06:58:40 #8 exporting manifest list sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 done 06:58:40 #8 pushing layers 0.0s done 06:58:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 0.1s done 06:58:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:40 #8 DONE 0.1s 06:58:40 06:58:40 1 warning found (use --debug to expand): 06:58:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16' 06:58:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 --push - 06:58:40 #1 [internal] load build definition from Dockerfile 06:58:40 #1 transferring dockerfile: 187B done 06:58:40 #1 DONE 0.0s 06:58:40 06:58:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 06:58:40 #2 DONE 0.0s 06:58:40 06:58:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16 06:58:40 #3 DONE 0.0s 06:58:40 06:58:40 #4 [internal] load .dockerignore 06:58:40 #4 transferring context: 2B done 06:58:40 #4 DONE 0.0s 06:58:40 06:58:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:40 #5 DONE 0.0s 06:58:40 06:58:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:40 #6 CACHED 06:58:40 06:58:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:40 #5 CACHED 06:58:40 06:58:40 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:58:40 #7 DONE 0.0s 06:58:40 06:58:40 #8 exporting to image 06:58:40 #8 exporting layers done 06:58:40 #8 exporting manifest sha256:f803e91cbbb6eef58c3fdae64553b42a08762e289f821fe0082954f1f0d9e184 done 06:58:40 #8 exporting config sha256:2203ab9fcccefee60133c8d21fd4539fc4d6215b5cb94e1bbc0cd55e5e2fe726 done 06:58:40 #8 exporting manifest sha256:729464ce903cabb2334b3160b3e5b6a69b0a08b37b180f988b58f2d58187aa86 done 06:58:40 #8 exporting config sha256:fdcb4fa48acad3689768fae2d3aa1aa9f5119a6bfc9f5acca922e1cda5662fde done 06:58:40 #8 exporting manifest list sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 done 06:58:40 #8 pushing layers 0.0s done 06:58:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.16@sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 0.1s done 06:58:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:40 #8 DONE 0.1s 06:58:40 06:58:40 1 warning found (use --debug to expand): 06:58:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:40 #1 [internal] load build definition from Dockerfile 06:58:40 #1 transferring dockerfile: 228B done 06:58:40 #1 DONE 0.0s 06:58:40 06:58:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:40 #2 DONE 0.0s 06:58:40 06:58:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:40 #3 DONE 0.0s 06:58:40 06:58:40 #4 [internal] load .dockerignore 06:58:40 #4 transferring context: 2B done 06:58:40 #4 DONE 0.0s 06:58:40 06:58:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:41 #5 CACHED 06:58:41 06:58:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:41 #6 CACHED 06:58:41 06:58:41 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:58:41 #7 DONE 0.0s 06:58:41 06:58:41 #8 exporting to image 06:58:41 #8 exporting layers done 06:58:41 #8 exporting manifest sha256:f803e91cbbb6eef58c3fdae64553b42a08762e289f821fe0082954f1f0d9e184 done 06:58:41 #8 exporting config sha256:2203ab9fcccefee60133c8d21fd4539fc4d6215b5cb94e1bbc0cd55e5e2fe726 done 06:58:41 #8 exporting manifest sha256:729464ce903cabb2334b3160b3e5b6a69b0a08b37b180f988b58f2d58187aa86 done 06:58:41 #8 exporting config sha256:fdcb4fa48acad3689768fae2d3aa1aa9f5119a6bfc9f5acca922e1cda5662fde done 06:58:41 #8 exporting manifest list sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 done 06:58:41 #8 pushing layers 0.0s done 06:58:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 0.1s done 06:58:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:41 #8 DONE 0.1s 06:58:41 06:58:41 1 warning found (use --debug to expand): 06:58:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 06:58:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 06:58:41 #1 [internal] load build definition from Dockerfile 06:58:41 #1 transferring dockerfile: 179B done 06:58:41 #1 DONE 0.0s 06:58:41 06:58:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:58:41 #2 DONE 0.0s 06:58:41 06:58:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:58:41 #3 DONE 0.0s 06:58:41 06:58:41 #4 [internal] load .dockerignore 06:58:41 #4 transferring context: 2B done 06:58:41 #4 DONE 0.0s 06:58:41 06:58:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:41 #5 DONE 0.0s 06:58:41 06:58:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 0.0s done 06:58:41 #6 CACHED 06:58:41 06:58:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:be5cad1a3a49a01c836e52361bedcd01d98aab8456977a4666c58612cc2084bd 06:58:41 #5 CACHED 06:58:41 06:58:41 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:58:41 #7 DONE 0.0s 06:58:41 06:58:41 #8 exporting to image 06:58:41 #8 exporting layers done 06:58:41 #8 exporting manifest sha256:f803e91cbbb6eef58c3fdae64553b42a08762e289f821fe0082954f1f0d9e184 done 06:58:41 #8 exporting config sha256:2203ab9fcccefee60133c8d21fd4539fc4d6215b5cb94e1bbc0cd55e5e2fe726 done 06:58:41 #8 exporting manifest sha256:729464ce903cabb2334b3160b3e5b6a69b0a08b37b180f988b58f2d58187aa86 done 06:58:41 #8 exporting config sha256:fdcb4fa48acad3689768fae2d3aa1aa9f5119a6bfc9f5acca922e1cda5662fde done 06:58:41 #8 exporting manifest list sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 done 06:58:41 #8 pushing layers 0.0s done 06:58:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:8006ccd89427efba6756c2cc680b02748562eeab4287af1d0585ee58ea5f4c42 0.1s done 06:58:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:41 #8 DONE 0.1s 06:58:41 06:58:41 1 warning found (use --debug to expand): 06:58:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:42 #1 [internal] load build definition from Dockerfile 06:58:42 #1 transferring dockerfile: 205B done 06:58:42 #1 DONE 0.0s 06:58:42 06:58:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:42 #2 DONE 0.0s 06:58:42 06:58:42 #3 [internal] load .dockerignore 06:58:42 #3 transferring context: 06:58:42 #3 transferring context: 2B done 06:58:42 #3 DONE 0.0s 06:58:42 06:58:42 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:42 #4 DONE 0.1s 06:58:42 06:58:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:42 #5 DONE 0.0s 06:58:42 06:58:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:42 #6 DONE 0.1s 06:58:42 06:58:42 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:58:42 #7 DONE 0.0s 06:58:42 06:58:42 #8 exporting to image 06:58:42 #8 exporting layers done 06:58:42 #8 exporting manifest sha256:a1ea95c4a656a410d442687e3113af23488e967242b5edc5a68888ee5f6bdc06 done 06:58:42 #8 exporting config sha256:6f0a9ac24d11c3e73f97477c853edcab862fbbddbe4613c32689d0f1df437b00 done 06:58:42 #8 exporting manifest sha256:3235bcc1e387ca0fed3d9d81a56e652d8710a60c9ade22b884a4303d5c2c9a96 0.0s done 06:58:42 #8 exporting config sha256:6a9cf91607b4048fd5eb295ed4b676cb2057adef7fb9c1932640b3232a193346 done 06:58:42 #8 exporting manifest list sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e done 06:58:42 #8 pushing layers 06:58:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:42 #8 pushing layers 0.1s done 06:58:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e 0.1s done 06:58:42 #8 DONE 0.2s 06:58:42 06:58:42 1 warning found (use --debug to expand): 06:58:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 06:58:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 06:58:43 #1 [internal] load build definition from Dockerfile 06:58:43 #1 transferring dockerfile: 171B done 06:58:43 #1 DONE 0.0s 06:58:43 06:58:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:58:43 #2 DONE 0.0s 06:58:43 06:58:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:58:43 #3 DONE 0.0s 06:58:43 06:58:43 #4 [internal] load .dockerignore 06:58:43 #4 transferring context: 2B done 06:58:43 #4 DONE 0.0s 06:58:43 06:58:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:43 #5 CACHED 06:58:43 06:58:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:43 #6 CACHED 06:58:43 06:58:43 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:58:43 #7 DONE 0.0s 06:58:43 06:58:43 #8 exporting to image 06:58:43 #8 exporting layers done 06:58:43 #8 exporting manifest sha256:a1ea95c4a656a410d442687e3113af23488e967242b5edc5a68888ee5f6bdc06 done 06:58:43 #8 exporting config sha256:6f0a9ac24d11c3e73f97477c853edcab862fbbddbe4613c32689d0f1df437b00 done 06:58:43 #8 exporting manifest sha256:3235bcc1e387ca0fed3d9d81a56e652d8710a60c9ade22b884a4303d5c2c9a96 done 06:58:43 #8 exporting config sha256:6a9cf91607b4048fd5eb295ed4b676cb2057adef7fb9c1932640b3232a193346 done 06:58:43 #8 exporting manifest list sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e done 06:58:43 #8 pushing layers 0.0s done 06:58:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e 0.1s done 06:58:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:43 #8 DONE 0.1s 06:58:43 06:58:43 1 warning found (use --debug to expand): 06:58:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16' 06:58:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 --push - 06:58:43 #1 [internal] load build definition from Dockerfile 06:58:43 #1 transferring dockerfile: 177B done 06:58:43 #1 DONE 0.0s 06:58:43 06:58:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 06:58:43 #2 DONE 0.0s 06:58:43 06:58:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16 06:58:43 #3 DONE 0.0s 06:58:43 06:58:43 #4 [internal] load .dockerignore 06:58:43 #4 transferring context: 2B done 06:58:43 #4 DONE 0.0s 06:58:43 06:58:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:43 #5 DONE 0.0s 06:58:43 06:58:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:43 #6 CACHED 06:58:43 06:58:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:43 #5 CACHED 06:58:43 06:58:43 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:58:43 #7 DONE 0.0s 06:58:43 06:58:43 #8 exporting to image 06:58:43 #8 exporting layers done 06:58:43 #8 exporting manifest sha256:a1ea95c4a656a410d442687e3113af23488e967242b5edc5a68888ee5f6bdc06 done 06:58:43 #8 exporting config sha256:6f0a9ac24d11c3e73f97477c853edcab862fbbddbe4613c32689d0f1df437b00 done 06:58:43 #8 exporting manifest sha256:3235bcc1e387ca0fed3d9d81a56e652d8710a60c9ade22b884a4303d5c2c9a96 done 06:58:43 #8 exporting config sha256:6a9cf91607b4048fd5eb295ed4b676cb2057adef7fb9c1932640b3232a193346 done 06:58:43 #8 exporting manifest list sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e done 06:58:43 #8 pushing layers 0.0s done 06:58:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.16@sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e 0.1s done 06:58:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:43 #8 DONE 0.1s 06:58:43 06:58:43 1 warning found (use --debug to expand): 06:58:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:43 #1 [internal] load build definition from Dockerfile 06:58:43 #1 transferring dockerfile: 218B done 06:58:43 #1 DONE 0.0s 06:58:43 06:58:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:43 #2 DONE 0.0s 06:58:43 06:58:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:43 #3 DONE 0.0s 06:58:43 06:58:43 #4 [internal] load .dockerignore 06:58:43 #4 transferring context: 2B done 06:58:43 #4 DONE 0.0s 06:58:43 06:58:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:43 #5 DONE 0.0s 06:58:43 06:58:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:44 #6 CACHED 06:58:44 06:58:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:44 #5 CACHED 06:58:44 06:58:44 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:58:44 #7 DONE 0.0s 06:58:44 06:58:44 #8 exporting to image 06:58:44 #8 exporting layers done 06:58:44 #8 exporting manifest sha256:a1ea95c4a656a410d442687e3113af23488e967242b5edc5a68888ee5f6bdc06 done 06:58:44 #8 exporting config sha256:6f0a9ac24d11c3e73f97477c853edcab862fbbddbe4613c32689d0f1df437b00 done 06:58:44 #8 exporting manifest sha256:3235bcc1e387ca0fed3d9d81a56e652d8710a60c9ade22b884a4303d5c2c9a96 done 06:58:44 #8 exporting config sha256:6a9cf91607b4048fd5eb295ed4b676cb2057adef7fb9c1932640b3232a193346 done 06:58:44 #8 exporting manifest list sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e done 06:58:44 #8 pushing layers 0.0s done 06:58:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e 0.1s done 06:58:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:44 #8 DONE 0.1s 06:58:44 06:58:44 1 warning found (use --debug to expand): 06:58:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 06:58:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 06:58:44 #1 [internal] load build definition from Dockerfile 06:58:44 #1 transferring dockerfile: 169B done 06:58:44 #1 DONE 0.0s 06:58:44 06:58:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:58:44 #2 DONE 0.0s 06:58:44 06:58:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:58:44 #3 DONE 0.0s 06:58:44 06:58:44 #4 [internal] load .dockerignore 06:58:44 #4 transferring context: 2B done 06:58:44 #4 DONE 0.0s 06:58:44 06:58:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:44 #5 DONE 0.0s 06:58:44 06:58:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 0.0s done 06:58:44 #6 CACHED 06:58:44 06:58:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:967765b98855cdabc111943c1cfaa5ac2011fdf70621fe79787b3abb83cfac77 06:58:44 #5 CACHED 06:58:44 06:58:44 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:58:44 #7 DONE 0.0s 06:58:44 06:58:44 #8 exporting to image 06:58:44 #8 exporting layers done 06:58:44 #8 exporting manifest sha256:a1ea95c4a656a410d442687e3113af23488e967242b5edc5a68888ee5f6bdc06 done 06:58:44 #8 exporting config sha256:6f0a9ac24d11c3e73f97477c853edcab862fbbddbe4613c32689d0f1df437b00 done 06:58:44 #8 exporting manifest sha256:3235bcc1e387ca0fed3d9d81a56e652d8710a60c9ade22b884a4303d5c2c9a96 done 06:58:44 #8 exporting config sha256:6a9cf91607b4048fd5eb295ed4b676cb2057adef7fb9c1932640b3232a193346 done 06:58:44 #8 exporting manifest list sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e done 06:58:44 #8 pushing layers 0.0s done 06:58:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:26369c80c0a8caf0d3b19e78c62bd123a14c29516b6511c051605b0b44f78f8e 0.1s done 06:58:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:44 #8 DONE 0.1s 06:58:44 06:58:44 1 warning found (use --debug to expand): 06:58:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:45 #1 [internal] load build definition from Dockerfile 06:58:45 #1 transferring dockerfile: 206B done 06:58:45 #1 DONE 0.0s 06:58:45 06:58:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:45 #2 DONE 0.0s 06:58:45 06:58:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:45 #3 DONE 0.0s 06:58:45 06:58:45 #4 [internal] load .dockerignore 06:58:45 #4 transferring context: 06:58:45 #4 transferring context: 2B done 06:58:45 #4 DONE 0.0s 06:58:45 06:58:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:45 #5 DONE 0.0s 06:58:45 06:58:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:45 #6 DONE 0.1s 06:58:45 06:58:45 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:58:45 #7 DONE 0.0s 06:58:45 06:58:45 #8 exporting to image 06:58:45 #8 exporting layers done 06:58:45 #8 exporting manifest sha256:1382dafd1ada993dc637ace4632ed1120942230cbd7aa327362d77c9fb8f22ad done 06:58:45 #8 exporting config sha256:3b081a6717b46f898023b13ec3d601dbe0bff886881ffdad05472df85c3cb0c6 done 06:58:45 #8 exporting manifest sha256:76504330d89ac9a61d45cacaeda508093d4909d9396108a387ce1706faba52ad 0.0s done 06:58:45 #8 exporting config sha256:39610fe892d713c965452ad4e63ef5ad7ccf6550ea5cdcd5bb95fce9ee58aecb done 06:58:45 #8 exporting manifest list sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 done 06:58:45 #8 pushing layers 0.1s done 06:58:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 06:58:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 0.1s done 06:58:45 #8 DONE 0.2s 06:58:45 06:58:45 1 warning found (use --debug to expand): 06:58:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 06:58:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 06:58:46 #1 [internal] load build definition from Dockerfile 06:58:46 #1 transferring dockerfile: 172B done 06:58:46 #1 DONE 0.0s 06:58:46 06:58:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:58:46 #2 DONE 0.0s 06:58:46 06:58:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:58:46 #3 DONE 0.0s 06:58:46 06:58:46 #4 [internal] load .dockerignore 06:58:46 #4 transferring context: 2B done 06:58:46 #4 DONE 0.0s 06:58:46 06:58:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:46 #5 DONE 0.0s 06:58:46 06:58:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:46 #6 CACHED 06:58:46 06:58:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:46 #5 CACHED 06:58:46 06:58:46 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:58:46 #7 DONE 0.0s 06:58:46 06:58:46 #8 exporting to image 06:58:46 #8 exporting layers done 06:58:46 #8 exporting manifest sha256:1382dafd1ada993dc637ace4632ed1120942230cbd7aa327362d77c9fb8f22ad done 06:58:46 #8 exporting config sha256:3b081a6717b46f898023b13ec3d601dbe0bff886881ffdad05472df85c3cb0c6 done 06:58:46 #8 exporting manifest sha256:76504330d89ac9a61d45cacaeda508093d4909d9396108a387ce1706faba52ad done 06:58:46 #8 exporting config sha256:39610fe892d713c965452ad4e63ef5ad7ccf6550ea5cdcd5bb95fce9ee58aecb done 06:58:46 #8 exporting manifest list sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 done 06:58:46 #8 pushing layers 0.0s done 06:58:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 0.1s done 06:58:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:46 #8 DONE 0.1s 06:58:46 06:58:46 1 warning found (use --debug to expand): 06:58:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16' 06:58:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 --push - 06:58:46 #1 [internal] load build definition from Dockerfile 06:58:46 #1 transferring dockerfile: 178B done 06:58:46 #1 DONE 0.0s 06:58:46 06:58:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 06:58:46 #2 DONE 0.0s 06:58:46 06:58:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16 06:58:46 #3 DONE 0.0s 06:58:46 06:58:46 #4 [internal] load .dockerignore 06:58:46 #4 transferring context: 2B done 06:58:46 #4 DONE 0.0s 06:58:46 06:58:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:46 #5 CACHED 06:58:46 06:58:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:46 #6 CACHED 06:58:46 06:58:46 #7 exporting to image 06:58:46 #7 exporting layers done 06:58:46 #7 exporting manifest sha256:1382dafd1ada993dc637ace4632ed1120942230cbd7aa327362d77c9fb8f22ad done 06:58:46 #7 exporting config sha256:3b081a6717b46f898023b13ec3d601dbe0bff886881ffdad05472df85c3cb0c6 done 06:58:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:46 #7 exporting manifest sha256:76504330d89ac9a61d45cacaeda508093d4909d9396108a387ce1706faba52ad done 06:58:46 #7 exporting config sha256:39610fe892d713c965452ad4e63ef5ad7ccf6550ea5cdcd5bb95fce9ee58aecb done 06:58:46 #7 exporting manifest list sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 done 06:58:46 #7 pushing layers 0.0s done 06:58:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.16@sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 0.1s done 06:58:46 #7 DONE 0.1s 06:58:46 06:58:46 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:58:46 #8 DONE 0.0s 06:58:46 06:58:46 1 warning found (use --debug to expand): 06:58:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:47 #1 [internal] load build definition from Dockerfile 06:58:47 #1 transferring dockerfile: 219B done 06:58:47 #1 DONE 0.0s 06:58:47 06:58:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:47 #2 DONE 0.0s 06:58:47 06:58:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:47 #3 DONE 0.0s 06:58:47 06:58:47 #4 [internal] load .dockerignore 06:58:47 #4 transferring context: 2B done 06:58:47 #4 DONE 0.0s 06:58:47 06:58:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:47 #5 CACHED 06:58:47 06:58:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:47 #6 CACHED 06:58:47 06:58:47 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:58:47 #7 DONE 0.0s 06:58:47 06:58:47 #8 exporting to image 06:58:47 #8 exporting layers done 06:58:47 #8 exporting manifest sha256:1382dafd1ada993dc637ace4632ed1120942230cbd7aa327362d77c9fb8f22ad done 06:58:47 #8 exporting config sha256:3b081a6717b46f898023b13ec3d601dbe0bff886881ffdad05472df85c3cb0c6 done 06:58:47 #8 exporting manifest sha256:76504330d89ac9a61d45cacaeda508093d4909d9396108a387ce1706faba52ad done 06:58:47 #8 exporting config sha256:39610fe892d713c965452ad4e63ef5ad7ccf6550ea5cdcd5bb95fce9ee58aecb done 06:58:47 #8 exporting manifest list sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 done 06:58:47 #8 pushing layers 0.0s done 06:58:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 0.1s done 06:58:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:47 #8 DONE 0.1s 06:58:47 06:58:47 1 warning found (use --debug to expand): 06:58:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 06:58:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 06:58:47 #1 [internal] load build definition from Dockerfile 06:58:47 #1 transferring dockerfile: 170B 0.0s done 06:58:47 #1 DONE 0.0s 06:58:47 06:58:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 06:58:47 #2 DONE 0.0s 06:58:47 06:58:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 06:58:47 #3 DONE 0.0s 06:58:47 06:58:47 #4 [internal] load .dockerignore 06:58:47 #4 transferring context: 2B done 06:58:47 #4 DONE 0.0s 06:58:47 06:58:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:47 #5 CACHED 06:58:47 06:58:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 06:58:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:e5f48439c17dedf8a8ec2df75d3e3dae66de661c175e2191615c5f5cc2f1ed29 0.0s done 06:58:47 #6 CACHED 06:58:47 06:58:47 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:58:47 #7 DONE 0.0s 06:58:47 06:58:47 #8 exporting to image 06:58:47 #8 exporting layers done 06:58:47 #8 exporting manifest sha256:1382dafd1ada993dc637ace4632ed1120942230cbd7aa327362d77c9fb8f22ad done 06:58:47 #8 exporting config sha256:3b081a6717b46f898023b13ec3d601dbe0bff886881ffdad05472df85c3cb0c6 done 06:58:47 #8 exporting manifest sha256:76504330d89ac9a61d45cacaeda508093d4909d9396108a387ce1706faba52ad done 06:58:47 #8 exporting config sha256:39610fe892d713c965452ad4e63ef5ad7ccf6550ea5cdcd5bb95fce9ee58aecb done 06:58:47 #8 exporting manifest list sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 done 06:58:47 #8 pushing layers 0.0s done 06:58:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:e420ed0cb1717bd20f51fd25847be62322db46b91ef0115927034f4258babbb5 0.1s done 06:58:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:47 #8 DONE 0.1s 06:58:47 06:58:47 1 warning found (use --debug to expand): 06:58:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:48 #1 [internal] load build definition from Dockerfile 06:58:48 #1 transferring dockerfile: 206B done 06:58:48 #1 DONE 0.0s 06:58:48 06:58:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:48 #2 DONE 0.0s 06:58:48 06:58:48 #3 [internal] load .dockerignore 06:58:48 #3 transferring context: 2B done 06:58:48 #3 DONE 0.0s 06:58:48 06:58:48 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:48 #4 DONE 0.1s 06:58:48 06:58:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:48 #5 ... 06:58:48 06:58:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:48 #6 DONE 0.1s 06:58:48 06:58:48 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:58:48 #7 DONE 0.0s 06:58:48 06:58:48 #8 exporting to image 06:58:48 #8 exporting layers done 06:58:48 #8 exporting manifest sha256:47a6c92c2fec8c1d3a0200ce728aef676b3cf82842bdcef991b9fadc6393a7a9 done 06:58:48 #8 exporting config sha256:4546464eddd2513dde7601d503091f9eb2d2c88ff3bf01200563859a6f9b5aaa done 06:58:48 #8 exporting manifest sha256:8294af5fbf3fbf49e320a7ba68100da2319427506e02243ae15726578b72cfff done 06:58:48 #8 exporting config sha256:1d1d829aa55bcaabab54443a451b8cb3075152da58e467363dfa6e5b3646be25 done 06:58:48 #8 exporting manifest list sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 done 06:58:48 #8 pushing layers 0.1s done 06:58:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 06:58:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 0.1s done 06:58:48 #8 DONE 0.2s 06:58:48 06:58:48 1 warning found (use --debug to expand): 06:58:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 06:58:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 06:58:48 #1 [internal] load build definition from Dockerfile 06:58:48 #1 transferring dockerfile: 172B done 06:58:48 #1 DONE 0.0s 06:58:48 06:58:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:58:48 #2 DONE 0.0s 06:58:48 06:58:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:58:48 #3 DONE 0.0s 06:58:48 06:58:48 #4 [internal] load .dockerignore 06:58:48 #4 transferring context: 2B done 06:58:48 #4 DONE 0.0s 06:58:48 06:58:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:49 #5 CACHED 06:58:49 06:58:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:49 #6 CACHED 06:58:49 06:58:49 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:58:49 #7 DONE 0.0s 06:58:49 06:58:49 #8 exporting to image 06:58:49 #8 exporting layers done 06:58:49 #8 exporting manifest sha256:47a6c92c2fec8c1d3a0200ce728aef676b3cf82842bdcef991b9fadc6393a7a9 done 06:58:49 #8 exporting config sha256:4546464eddd2513dde7601d503091f9eb2d2c88ff3bf01200563859a6f9b5aaa done 06:58:49 #8 exporting manifest sha256:8294af5fbf3fbf49e320a7ba68100da2319427506e02243ae15726578b72cfff done 06:58:49 #8 exporting config sha256:1d1d829aa55bcaabab54443a451b8cb3075152da58e467363dfa6e5b3646be25 done 06:58:49 #8 exporting manifest list sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 done 06:58:49 #8 pushing layers 0.0s done 06:58:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 0.1s done 06:58:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:49 #8 DONE 0.1s 06:58:49 06:58:49 1 warning found (use --debug to expand): 06:58:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16' 06:58:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 --push - 06:58:49 #1 [internal] load build definition from Dockerfile 06:58:49 #1 transferring dockerfile: 178B done 06:58:49 #1 DONE 0.0s 06:58:49 06:58:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 06:58:49 #2 DONE 0.0s 06:58:49 06:58:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16 06:58:49 #3 DONE 0.0s 06:58:49 06:58:49 #4 [internal] load .dockerignore 06:58:49 #4 transferring context: 2B done 06:58:49 #4 DONE 0.0s 06:58:49 06:58:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 done 06:58:49 #5 CACHED 06:58:49 06:58:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:49 #6 CACHED 06:58:49 06:58:49 #7 exporting to image 06:58:49 #7 exporting layers done 06:58:49 #7 exporting manifest sha256:47a6c92c2fec8c1d3a0200ce728aef676b3cf82842bdcef991b9fadc6393a7a9 done 06:58:49 #7 exporting config sha256:4546464eddd2513dde7601d503091f9eb2d2c88ff3bf01200563859a6f9b5aaa done 06:58:49 #7 exporting manifest sha256:8294af5fbf3fbf49e320a7ba68100da2319427506e02243ae15726578b72cfff done 06:58:49 #7 exporting config sha256:1d1d829aa55bcaabab54443a451b8cb3075152da58e467363dfa6e5b3646be25 06:58:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:49 #7 exporting config sha256:1d1d829aa55bcaabab54443a451b8cb3075152da58e467363dfa6e5b3646be25 done 06:58:49 #7 exporting manifest list sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 done 06:58:49 #7 pushing layers 0.0s done 06:58:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.16@sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 0.1s done 06:58:49 #7 DONE 0.1s 06:58:49 06:58:49 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:58:49 #8 DONE 0.0s 06:58:49 06:58:49 1 warning found (use --debug to expand): 06:58:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:50 #1 [internal] load build definition from Dockerfile 06:58:50 #1 transferring dockerfile: 219B done 06:58:50 #1 DONE 0.0s 06:58:50 06:58:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:50 #2 DONE 0.0s 06:58:50 06:58:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:50 #3 DONE 0.0s 06:58:50 06:58:50 #4 [internal] load .dockerignore 06:58:50 #4 transferring context: 2B done 06:58:50 #4 DONE 0.0s 06:58:50 06:58:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:50 #5 DONE 0.0s 06:58:50 06:58:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:50 #6 CACHED 06:58:50 06:58:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:50 #5 CACHED 06:58:50 06:58:50 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:58:50 #7 DONE 0.0s 06:58:50 06:58:50 #8 exporting to image 06:58:50 #8 exporting layers done 06:58:50 #8 exporting manifest sha256:47a6c92c2fec8c1d3a0200ce728aef676b3cf82842bdcef991b9fadc6393a7a9 done 06:58:50 #8 exporting config sha256:4546464eddd2513dde7601d503091f9eb2d2c88ff3bf01200563859a6f9b5aaa done 06:58:50 #8 exporting manifest sha256:8294af5fbf3fbf49e320a7ba68100da2319427506e02243ae15726578b72cfff done 06:58:50 #8 exporting config sha256:1d1d829aa55bcaabab54443a451b8cb3075152da58e467363dfa6e5b3646be25 done 06:58:50 #8 exporting manifest list sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 done 06:58:50 #8 pushing layers 0.0s done 06:58:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 0.1s done 06:58:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:50 #8 DONE 0.1s 06:58:50 06:58:50 1 warning found (use --debug to expand): 06:58:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 06:58:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 06:58:50 #1 [internal] load build definition from Dockerfile 06:58:50 #1 transferring dockerfile: 170B done 06:58:50 #1 DONE 0.0s 06:58:50 06:58:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 06:58:50 #2 DONE 0.0s 06:58:50 06:58:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 06:58:50 #3 DONE 0.0s 06:58:50 06:58:50 #4 [internal] load .dockerignore 06:58:50 #4 transferring context: 2B done 06:58:50 #4 DONE 0.0s 06:58:50 06:58:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:50 #5 CACHED 06:58:50 06:58:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 06:58:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4e0cb53c07ac07c51ebb0dfa9f24b71518e8e612730f017ec752eef82af27a5 0.0s done 06:58:50 #6 CACHED 06:58:50 06:58:50 #7 exporting to image 06:58:50 #7 exporting layers 06:58:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:50 #7 exporting layers done 06:58:50 #7 exporting manifest sha256:47a6c92c2fec8c1d3a0200ce728aef676b3cf82842bdcef991b9fadc6393a7a9 done 06:58:50 #7 exporting config sha256:4546464eddd2513dde7601d503091f9eb2d2c88ff3bf01200563859a6f9b5aaa done 06:58:50 #7 exporting manifest sha256:8294af5fbf3fbf49e320a7ba68100da2319427506e02243ae15726578b72cfff done 06:58:50 #7 exporting config sha256:1d1d829aa55bcaabab54443a451b8cb3075152da58e467363dfa6e5b3646be25 done 06:58:50 #7 exporting manifest list sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 done 06:58:50 #7 pushing layers 0.0s done 06:58:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c65067f18b8b40bb55bc4d6b27c3d825fe122d6b53854adbcc16025e75d314f9 0.1s done 06:58:50 #7 DONE 0.1s 06:58:50 06:58:50 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:58:50 #8 DONE 0.0s 06:58:50 06:58:50 1 warning found (use --debug to expand): 06:58:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:51 #1 [internal] load build definition from Dockerfile 06:58:51 #1 transferring dockerfile: 206B done 06:58:51 #1 DONE 0.0s 06:58:51 06:58:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:51 #2 DONE 0.0s 06:58:51 06:58:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:51 #3 DONE 0.0s 06:58:51 06:58:51 #4 [internal] load .dockerignore 06:58:51 #4 transferring context: 2B done 06:58:51 #4 DONE 0.0s 06:58:51 06:58:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:51 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:51 #5 DONE 0.0s 06:58:51 06:58:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:51 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:51 #6 DONE 0.1s 06:58:51 06:58:51 #7 exporting to image 06:58:51 #7 exporting layers done 06:58:51 #7 exporting manifest sha256:b1c7d266e90c1c5986f65276054c892bc7241acd7c5daca100cb71e8f036cdb8 done 06:58:51 #7 exporting config sha256:f23661787866f61db9026840ef88131508b28fc73e0d1bc14d9e18f56afc904a done 06:58:51 #7 exporting manifest sha256:00595272795b9386d207b117f3168c42a05e55ca6eef654154a8b6fa3c19338c 0.0s done 06:58:51 #7 exporting config sha256:f2073d4e36cfbaa9b16943a0e347b378575e86234655c9c2fba821778852646a 06:58:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:51 #7 ... 06:58:51 06:58:51 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:58:51 #8 DONE 0.0s 06:58:51 06:58:51 #7 exporting to image 06:58:51 #7 exporting config sha256:f2073d4e36cfbaa9b16943a0e347b378575e86234655c9c2fba821778852646a done 06:58:51 #7 exporting manifest list sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 done 06:58:51 #7 pushing layers 0.1s done 06:58:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 06:58:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 0.1s done 06:58:51 #7 DONE 0.2s 06:58:51 06:58:51 1 warning found (use --debug to expand): 06:58:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 06:58:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 06:58:51 #1 [internal] load build definition from Dockerfile 06:58:51 #1 transferring dockerfile: 172B done 06:58:51 #1 DONE 0.0s 06:58:51 06:58:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 06:58:51 #2 DONE 0.0s 06:58:51 06:58:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 06:58:51 #3 DONE 0.0s 06:58:51 06:58:51 #4 [internal] load .dockerignore 06:58:51 #4 transferring context: 2B done 06:58:51 #4 DONE 0.0s 06:58:52 06:58:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:52 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:52 #5 CACHED 06:58:52 06:58:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:52 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:52 #6 CACHED 06:58:52 06:58:52 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:58:52 #7 DONE 0.0s 06:58:52 06:58:52 #8 exporting to image 06:58:52 #8 exporting layers done 06:58:52 #8 exporting manifest sha256:b1c7d266e90c1c5986f65276054c892bc7241acd7c5daca100cb71e8f036cdb8 done 06:58:52 #8 exporting config sha256:f23661787866f61db9026840ef88131508b28fc73e0d1bc14d9e18f56afc904a done 06:58:52 #8 exporting manifest sha256:00595272795b9386d207b117f3168c42a05e55ca6eef654154a8b6fa3c19338c done 06:58:52 #8 exporting config sha256:f2073d4e36cfbaa9b16943a0e347b378575e86234655c9c2fba821778852646a done 06:58:52 #8 exporting manifest list sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 done 06:58:52 #8 pushing layers 0.0s done 06:58:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 0.1s done 06:58:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:52 #8 DONE 0.1s 06:58:52 06:58:52 1 warning found (use --debug to expand): 06:58:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 --push - 06:58:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16' 06:58:52 #1 [internal] load build definition from Dockerfile 06:58:52 #1 transferring dockerfile: 178B done 06:58:52 #1 DONE 0.0s 06:58:52 06:58:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 06:58:52 #2 DONE 0.0s 06:58:52 06:58:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16 06:58:52 #3 DONE 0.0s 06:58:52 06:58:52 #4 [internal] load .dockerignore 06:58:52 #4 transferring context: 2B done 06:58:52 #4 DONE 0.0s 06:58:52 06:58:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:52 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:52 #5 CACHED 06:58:52 06:58:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:52 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:52 #6 CACHED 06:58:52 06:58:52 #7 exporting to image 06:58:52 #7 exporting layers 06:58:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:52 #7 exporting layers done 06:58:52 #7 exporting manifest sha256:b1c7d266e90c1c5986f65276054c892bc7241acd7c5daca100cb71e8f036cdb8 done 06:58:52 #7 exporting config sha256:f23661787866f61db9026840ef88131508b28fc73e0d1bc14d9e18f56afc904a done 06:58:52 #7 exporting manifest sha256:00595272795b9386d207b117f3168c42a05e55ca6eef654154a8b6fa3c19338c done 06:58:52 #7 exporting config sha256:f2073d4e36cfbaa9b16943a0e347b378575e86234655c9c2fba821778852646a done 06:58:52 #7 exporting manifest list sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 done 06:58:52 #7 pushing layers 0.0s done 06:58:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.16@sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 0.1s done 06:58:52 #7 DONE 0.1s 06:58:52 06:58:52 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:58:52 #8 DONE 0.0s 06:58:52 06:58:52 1 warning found (use --debug to expand): 06:58:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:53 #1 [internal] load build definition from Dockerfile 06:58:53 #1 transferring dockerfile: 219B done 06:58:53 #1 DONE 0.0s 06:58:53 06:58:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:53 #2 DONE 0.0s 06:58:53 06:58:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:53 #3 DONE 0.0s 06:58:53 06:58:53 #4 [internal] load .dockerignore 06:58:53 #4 transferring context: 2B done 06:58:53 #4 DONE 0.0s 06:58:53 06:58:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:53 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:53 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:53 #5 CACHED 06:58:53 06:58:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:53 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 done 06:58:53 #6 CACHED 06:58:53 06:58:53 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:58:53 #7 DONE 0.0s 06:58:53 06:58:53 #8 exporting to image 06:58:53 #8 exporting layers done 06:58:53 #8 exporting manifest sha256:b1c7d266e90c1c5986f65276054c892bc7241acd7c5daca100cb71e8f036cdb8 done 06:58:53 #8 exporting config sha256:f23661787866f61db9026840ef88131508b28fc73e0d1bc14d9e18f56afc904a done 06:58:53 #8 exporting manifest sha256:00595272795b9386d207b117f3168c42a05e55ca6eef654154a8b6fa3c19338c done 06:58:53 #8 exporting config sha256:f2073d4e36cfbaa9b16943a0e347b378575e86234655c9c2fba821778852646a done 06:58:53 #8 exporting manifest list sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 done 06:58:53 #8 pushing layers 0.0s done 06:58:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 0.1s done 06:58:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:53 #8 DONE 0.1s 06:58:53 06:58:53 1 warning found (use --debug to expand): 06:58:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 06:58:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 06:58:53 #1 [internal] load build definition from Dockerfile 06:58:53 #1 transferring dockerfile: 170B done 06:58:53 #1 DONE 0.0s 06:58:53 06:58:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 06:58:53 #2 DONE 0.0s 06:58:53 06:58:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 06:58:53 #3 DONE 0.0s 06:58:53 06:58:53 #4 [internal] load .dockerignore 06:58:53 #4 transferring context: 2B done 06:58:53 #4 DONE 0.0s 06:58:53 06:58:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:53 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 done 06:58:53 #5 CACHED 06:58:53 06:58:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 06:58:53 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:05d1bdb02f4158aebf79f9e6683fec511aae4c8993d67b6edad31ed7bc895aa2 0.0s done 06:58:53 #6 CACHED 06:58:53 06:58:53 #7 exporting to image 06:58:53 #7 exporting layers done 06:58:53 #7 exporting manifest sha256:b1c7d266e90c1c5986f65276054c892bc7241acd7c5daca100cb71e8f036cdb8 done 06:58:53 #7 exporting config sha256:f23661787866f61db9026840ef88131508b28fc73e0d1bc14d9e18f56afc904a done 06:58:53 #7 exporting manifest sha256:00595272795b9386d207b117f3168c42a05e55ca6eef654154a8b6fa3c19338c 06:58:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:53 #7 exporting manifest sha256:00595272795b9386d207b117f3168c42a05e55ca6eef654154a8b6fa3c19338c done 06:58:53 #7 exporting config sha256:f2073d4e36cfbaa9b16943a0e347b378575e86234655c9c2fba821778852646a done 06:58:53 #7 exporting manifest list sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 done 06:58:53 #7 pushing layers 0.0s done 06:58:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e83aeaac405ea836119da917a7d5454db6808f6e7bc8c30580a6ae1564ac6cd9 0.1s done 06:58:53 #7 DONE 0.1s 06:58:53 06:58:53 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:58:53 #8 DONE 0.0s 06:58:53 06:58:53 1 warning found (use --debug to expand): 06:58:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f' 06:58:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f --push - 06:58:54 #1 [internal] load build definition from Dockerfile 06:58:54 #1 transferring dockerfile: 202B done 06:58:54 #1 DONE 0.0s 06:58:54 06:58:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:54 #2 DONE 0.0s 06:58:54 06:58:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 06:58:54 #3 DONE 0.0s 06:58:54 06:58:54 #4 [internal] load .dockerignore 06:58:54 #4 transferring context: 2B done 06:58:54 #4 DONE 0.0s 06:58:54 06:58:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:54 #5 DONE 0.0s 06:58:54 06:58:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:54 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:54 #6 DONE 0.1s 06:58:54 06:58:54 #7 exporting to image 06:58:54 #7 exporting layers done 06:58:54 #7 exporting manifest sha256:7b52655cae2eb52d70ac48c253f1133089fc6cc2105f1d995bc3dd5d787e2bf9 done 06:58:54 #7 exporting config sha256:c897585422ddcb64f3cc89e5ed3912563d28d8b2ccf6a520e7de3c9dbdaf291a done 06:58:54 #7 exporting manifest sha256:58cf152ad0efc5ecbfa129b976da893e1e273f8c775812f31ac8ed6f86c4fc0c 06:58:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:54 #7 ... 06:58:54 06:58:54 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:58:54 #8 DONE 0.0s 06:58:54 06:58:54 #7 exporting to image 06:58:54 #7 exporting manifest sha256:58cf152ad0efc5ecbfa129b976da893e1e273f8c775812f31ac8ed6f86c4fc0c done 06:58:54 #7 exporting config sha256:99891e927405bdc51d59fc97cb341b776d95e28b7cbb7c6dd4c9f1ac6f1ca3bf done 06:58:54 #7 exporting manifest list sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd done 06:58:54 #7 pushing layers 0.1s done 06:58:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd 06:58:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f@sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd 0.1s done 06:58:54 #7 DONE 0.2s 06:58:54 06:58:54 1 warning found (use --debug to expand): 06:58:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 06:58:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 06:58:54 #1 [internal] load build definition from Dockerfile 06:58:54 #1 transferring dockerfile: 168B done 06:58:54 #1 DONE 0.0s 06:58:54 06:58:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:58:54 #2 DONE 0.0s 06:58:54 06:58:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:58:54 #3 DONE 0.0s 06:58:54 06:58:54 #4 [internal] load .dockerignore 06:58:54 #4 transferring context: 2B done 06:58:54 #4 DONE 0.0s 06:58:54 06:58:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:55 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 done 06:58:55 #5 CACHED 06:58:55 06:58:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:55 #6 CACHED 06:58:55 06:58:55 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:58:55 #7 DONE 0.0s 06:58:55 06:58:55 #8 exporting to image 06:58:55 #8 exporting layers done 06:58:55 #8 exporting manifest sha256:7b52655cae2eb52d70ac48c253f1133089fc6cc2105f1d995bc3dd5d787e2bf9 done 06:58:55 #8 exporting config sha256:c897585422ddcb64f3cc89e5ed3912563d28d8b2ccf6a520e7de3c9dbdaf291a done 06:58:55 #8 exporting manifest sha256:58cf152ad0efc5ecbfa129b976da893e1e273f8c775812f31ac8ed6f86c4fc0c 0.0s done 06:58:55 #8 exporting config sha256:99891e927405bdc51d59fc97cb341b776d95e28b7cbb7c6dd4c9f1ac6f1ca3bf done 06:58:55 #8 exporting manifest list sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd done 06:58:55 #8 pushing layers 0.0s done 06:58:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd 0.1s done 06:58:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:55 #8 DONE 0.1s 06:58:55 06:58:55 1 warning found (use --debug to expand): 06:58:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16' 06:58:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 --push - 06:58:55 #1 [internal] load build definition from Dockerfile 06:58:55 #1 transferring dockerfile: 174B done 06:58:55 #1 DONE 0.0s 06:58:55 06:58:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 06:58:55 #2 DONE 0.0s 06:58:55 06:58:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16 06:58:55 #3 DONE 0.0s 06:58:55 06:58:55 #4 [internal] load .dockerignore 06:58:55 #4 transferring context: 2B done 06:58:55 #4 DONE 0.0s 06:58:55 06:58:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:55 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:55 #5 DONE 0.0s 06:58:55 06:58:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:55 #6 CACHED 06:58:55 06:58:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:55 #5 CACHED 06:58:55 06:58:55 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:58:55 #7 DONE 0.0s 06:58:55 06:58:55 #8 exporting to image 06:58:55 #8 exporting layers done 06:58:55 #8 exporting manifest sha256:7b52655cae2eb52d70ac48c253f1133089fc6cc2105f1d995bc3dd5d787e2bf9 done 06:58:55 #8 exporting config sha256:c897585422ddcb64f3cc89e5ed3912563d28d8b2ccf6a520e7de3c9dbdaf291a done 06:58:55 #8 exporting manifest sha256:58cf152ad0efc5ecbfa129b976da893e1e273f8c775812f31ac8ed6f86c4fc0c done 06:58:55 #8 exporting config sha256:99891e927405bdc51d59fc97cb341b776d95e28b7cbb7c6dd4c9f1ac6f1ca3bf done 06:58:55 #8 exporting manifest list sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd done 06:58:55 #8 pushing layers 0.0s done 06:58:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.16@sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd 0.1s done 06:58:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:55 #8 DONE 0.1s 06:58:55 06:58:55 1 warning found (use --debug to expand): 06:58:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 --push - 06:58:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16' 06:58:56 #1 [internal] load build definition from Dockerfile 06:58:56 #1 transferring dockerfile: 215B done 06:58:56 #1 DONE 0.0s 06:58:56 06:58:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:56 #2 DONE 0.0s 06:58:56 06:58:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 06:58:56 #3 DONE 0.0s 06:58:56 06:58:56 #4 [internal] load .dockerignore 06:58:56 #4 transferring context: 2B done 06:58:56 #4 DONE 0.0s 06:58:56 06:58:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:56 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:56 #5 DONE 0.0s 06:58:56 06:58:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:56 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:56 #6 CACHED 06:58:56 06:58:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:56 #5 CACHED 06:58:56 06:58:56 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:58:56 #7 DONE 0.0s 06:58:56 06:58:56 #8 exporting to image 06:58:56 #8 exporting layers done 06:58:56 #8 exporting manifest sha256:7b52655cae2eb52d70ac48c253f1133089fc6cc2105f1d995bc3dd5d787e2bf9 done 06:58:56 #8 exporting config sha256:c897585422ddcb64f3cc89e5ed3912563d28d8b2ccf6a520e7de3c9dbdaf291a done 06:58:56 #8 exporting manifest sha256:58cf152ad0efc5ecbfa129b976da893e1e273f8c775812f31ac8ed6f86c4fc0c done 06:58:56 #8 exporting config sha256:99891e927405bdc51d59fc97cb341b776d95e28b7cbb7c6dd4c9f1ac6f1ca3bf done 06:58:56 #8 exporting manifest list sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd done 06:58:56 #8 pushing layers 0.0s done 06:58:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16@sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd 0.1s done 06:58:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:56 #8 DONE 0.1s 06:58:56 06:58:56 1 warning found (use --debug to expand): 06:58:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:58:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 06:58:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 06:58:56 #1 [internal] load build definition from Dockerfile 06:58:56 #1 transferring dockerfile: 166B done 06:58:56 #1 DONE 0.0s 06:58:56 06:58:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 06:58:56 #2 DONE 0.0s 06:58:56 06:58:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 06:58:56 #3 DONE 0.0s 06:58:56 06:58:56 #4 [internal] load .dockerignore 06:58:56 #4 transferring context: 2B done 06:58:56 #4 DONE 0.0s 06:58:56 06:58:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:56 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:56 #5 CACHED 06:58:56 06:58:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 06:58:56 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7b1792820e4f9d0c6c4c92269a855de1c37334643a0a7f6b6ee546962d356cc1 0.0s done 06:58:56 #6 CACHED 06:58:56 06:58:56 #7 exporting to image 06:58:56 #7 exporting layers 06:58:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:58:56 #7 exporting layers done 06:58:56 #7 exporting manifest sha256:7b52655cae2eb52d70ac48c253f1133089fc6cc2105f1d995bc3dd5d787e2bf9 done 06:58:56 #7 exporting config sha256:c897585422ddcb64f3cc89e5ed3912563d28d8b2ccf6a520e7de3c9dbdaf291a done 06:58:56 #7 exporting manifest sha256:58cf152ad0efc5ecbfa129b976da893e1e273f8c775812f31ac8ed6f86c4fc0c done 06:58:56 #7 exporting config sha256:99891e927405bdc51d59fc97cb341b776d95e28b7cbb7c6dd4c9f1ac6f1ca3bf done 06:58:56 #7 exporting manifest list sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd done 06:58:56 #7 pushing layers 0.0s done 06:58:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8456f323e5e7fceaf2f731bb587ac330648499b794f3701d1a43c2d988cdacdd 0.1s done 06:58:56 #7 DONE 0.1s 06:58:56 06:58:56 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:58:56 #8 DONE 0.0s 06:58:56 06:58:56 1 warning found (use --debug to expand): 06:58:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:58:57 + '[' -d /w/workspace/edgex-go/843/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:58:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:58:58 ---> package-listing.sh 06:58:58 ++ facter osfamily 06:58:58 ++ tr '[:upper:]' '[:lower:]' 06:58:58 + OS_FAMILY=redhat 06:58:58 + workspace=/w/workspace/edgex-go/843 06:58:58 + START_PACKAGES=/tmp/packages_start.txt 06:58:58 + END_PACKAGES=/tmp/packages_end.txt 06:58:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:58:58 + PACKAGES=/tmp/packages_start.txt 06:58:58 + '[' /w/workspace/edgex-go/843 ']' 06:58:58 + PACKAGES=/tmp/packages_end.txt 06:58:58 + case "${OS_FAMILY}" in 06:58:58 + sort 06:58:58 + rpm -qa 06:58:58 + '[' -f /tmp/packages_start.txt ']' 06:58:58 + '[' -f /tmp/packages_end.txt ']' 06:58:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:58:58 + '[' /w/workspace/edgex-go/843 ']' 06:58:58 + mkdir -p /w/workspace/edgex-go/843/archives/ 06:58:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/843/archives/ [Pipeline] echo 06:58:58 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/843/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:58:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:58:59 06:58:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:59:00 latest: Pulling from edgex-lftools-log-publisher 06:59:00 5eb5b503b376: Pulling fs layer 06:59:00 5c69ac0246d0: Pulling fs layer 06:59:00 ec43610c2a17: Pulling fs layer 06:59:00 3a2ae6a8a46f: Pulling fs layer 06:59:00 33b1e0a273af: Pulling fs layer 06:59:00 5d3b04190fa2: Pulling fs layer 06:59:00 2f39f015ded8: Pulling fs layer 06:59:00 3a2ae6a8a46f: Waiting 06:59:00 33b1e0a273af: Waiting 06:59:00 5d3b04190fa2: Waiting 06:59:00 2f39f015ded8: Waiting 06:59:00 5c69ac0246d0: Verifying Checksum 06:59:00 5c69ac0246d0: Download complete 06:59:00 3a2ae6a8a46f: Verifying Checksum 06:59:00 3a2ae6a8a46f: Download complete 06:59:00 ec43610c2a17: Verifying Checksum 06:59:00 ec43610c2a17: Download complete 06:59:00 33b1e0a273af: Verifying Checksum 06:59:00 33b1e0a273af: Download complete 06:59:00 5d3b04190fa2: Verifying Checksum 06:59:00 5d3b04190fa2: Download complete 06:59:00 5eb5b503b376: Verifying Checksum 06:59:00 5eb5b503b376: Download complete 06:59:00 2f39f015ded8: Verifying Checksum 06:59:00 2f39f015ded8: Download complete 06:59:01 5eb5b503b376: Pull complete 06:59:01 5c69ac0246d0: Pull complete 06:59:02 ec43610c2a17: Pull complete 06:59:02 3a2ae6a8a46f: Pull complete 06:59:02 33b1e0a273af: Pull complete 06:59:02 5d3b04190fa2: Pull complete 06:59:06 2f39f015ded8: Pull complete 06:59:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:59:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:59:07 prd-centos7-docker-4c-2g-2399 does not seem to be running inside a container 06:59:07 $ 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/843/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:59:11 $ docker top 739c0c5897338c7569f6dd242b32cd1ac34c02ed76789e704a558fa4af7bc5c5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:11 + touch /tmp/pre-build-complete [Pipeline] sh 06:59:11 + mkdir -p /var/log/sysstat [Pipeline] sh 06:59:12 + ls /var/log/sa-host 06:59:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:59:12 provisioning config files... 06:59:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17658903087063171819tmp [Pipeline] { [Pipeline] echo 06:59:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:59:12 ---> create-netrc.sh [Pipeline] } 06:59:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:59:13 ---> python-tools-install.sh [Pipeline] echo 06:59:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:59:13 ---> sudo-logs.sh 06:59:13 Archiving 'sudo' log.. 06:59:13 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:59:13 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:59:13 $ docker stop --time=1 739c0c5897338c7569f6dd242b32cd1ac34c02ed76789e704a558fa4af7bc5c5 06:59:14 $ docker rm -f --volumes 739c0c5897338c7569f6dd242b32cd1ac34c02ed76789e704a558fa4af7bc5c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:59:14 [WS-CLEANUP] Deleting project workspace... 06:59:14 [WS-CLEANUP] Deferred wipeout is used... 06:59:14 [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] } 07:12:24 #144 ... 07:12:24 07:12:24 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:12:24 #149 DONE 1051.0s 07:12:24 07:12:24 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:12:24 #46 ... 07:12:24 07:12:24 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:12:24 #155 DONE 0.5s 07:12:24 07:12:24 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:12:24 #156 DONE 0.2s 07:12:24 07:12:24 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:12:24 #157 DONE 0.3s 07:12:24 07:12:24 #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 07:12:24 #158 DONE 0.1s 07:12:24 07:12:24 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:12:24 #159 DONE 0.1s 07:12:24 07:12:24 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:12:25 #160 DONE 2.3s 07:12:25 07:12:25 #111 [core-common-config-bootstrapper] exporting to image 07:12:25 #111 exporting layers 07:12:26 #111 exporting layers 1.1s done 07:12:26 #111 writing image sha256:ab61a5d5e9db0b24e8dd983fbde0cdbac2e45bb31675f9813ac331aebac7da43 done 07:12:26 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 07:12:26 #111 DONE 5.1s 07:12:26 07:12:26 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:12:34 #46 ... 07:12:34 07:12:34 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:12:34 #131 DONE 1063.4s 07:12:34 07:12:34 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:12:34 #150 ... 07:12:34 07:12:34 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:12:34 #161 DONE 0.4s 07:12:34 07:12:34 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:12:36 #162 DONE 2.1s 07:12:36 07:12:36 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:12:36 #163 DONE 0.3s 07:12:36 07:12:36 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:12:37 #164 DONE 0.3s 07:12:37 07:12:37 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:12:37 #150 ... 07:12:37 07:12:37 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:12:37 #165 DONE 0.3s 07:12:37 07:12:37 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:12:37 #148 ... 07:12:37 07:12:37 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:12:37 #166 DONE 0.2s 07:12:37 07:12:37 #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/ 07:12:37 #167 DONE 0.2s 07:12:37 07:12:37 #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/ 07:12:37 #168 DONE 0.2s 07:12:37 07:12:37 #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/ 07:12:38 #169 DONE 0.1s 07:12:38 07:12:38 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:12:38 #170 DONE 0.1s 07:12:38 07:12:38 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:12:40 #171 DONE 2.2s 07:12:40 07:12:40 #111 [security-bootstrapper] exporting to image 07:12:40 #111 exporting layers 07:12:41 #111 exporting layers 0.9s done 07:12:41 #111 writing image sha256:11b74e9028d066e84d8ccaf8ed837fd91c054de483035db7647a0719bddc7c9a done 07:12:41 #111 naming to docker.io/library/security-bootstrapper-arm64 done 07:12:41 #111 DONE 6.0s 07:12:41 07:12:41 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:26:48 #148 ... 07:26:48 07:26:48 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:26:48 #144 DONE 1912.4s 07:26:48 07:26:48 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:26:48 #150 ... 07:26:48 07:26:48 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:26:48 #172 DONE 0.2s 07:26:48 07:26:48 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:26:48 #173 DONE 0.2s 07:26:48 07:26:48 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:26:48 #148 ... 07:26:48 07:26:48 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:26:48 #174 DONE 0.4s 07:26:48 07:26:48 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:26:48 #146 ... 07:26:48 07:26:48 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:26:48 #175 DONE 0.1s 07:26:48 07:26:48 #111 [core-command] exporting to image 07:26:48 #111 exporting layers 07:26:48 #111 exporting layers 0.4s done 07:26:48 #111 writing image sha256:1e31d617686b49ee9a88f410e73931868484127a2dbdef77752bf22711f38208 done 07:26:48 #111 naming to docker.io/library/core-command-arm64 done 07:26:48 #111 DONE 6.3s 07:26:48 07:26:48 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:27:15 #154 1943.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.16 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:27:15 #154 ... 07:27:15 07:27:15 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:27:15 #150 DONE 1945.5s 07:27:15 07:27:15 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:27:16 #148 ... 07:27:16 07:27:16 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:27:16 #176 DONE 0.3s 07:27:16 07:27:16 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:27:16 #147 ... 07:27:16 07:27:16 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:27:16 #177 DONE 0.3s 07:27:16 07:27:16 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:27:16 #178 DONE 0.3s 07:27:16 07:27:16 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:27:16 #145 ... 07:27:16 07:27:16 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:27:17 #179 DONE 0.2s 07:27:17 07:27:17 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:27:17 #147 ... 07:27:17 07:27:17 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:27:17 #180 DONE 0.3s 07:27:17 07:27:17 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:27:17 #181 DONE 0.2s 07:27:17 07:27:17 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:27:19 #182 DONE 2.0s 07:27:19 07:27:19 #111 [security-proxy-setup] exporting to image 07:27:19 #111 exporting layers 07:27:20 #111 exporting layers 1.0s done 07:27:20 #111 writing image sha256:2679b85490ead6da3d77e2155f673eafb2ee673e3641dba6eb5919076974eaaf done 07:27:20 #111 naming to docker.io/library/security-proxy-setup-arm64 done 07:27:20 #111 DONE 7.3s 07:27:20 07:27:20 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:27:47 #147 ... 07:27:47 07:27:47 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:27:47 #154 DONE 1975.1s 07:27:47 07:27:47 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:27:47 #148 ... 07:27:47 07:27:47 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:27:47 #183 DONE 0.5s 07:27:47 07:27:47 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:27:47 #152 ... 07:27:47 07:27:47 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:27:47 #184 DONE 0.1s 07:27:47 07:27:47 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:27:47 #185 DONE 0.2s 07:27:47 07:27:47 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 07:27:47 #186 DONE 0.1s 07:27:47 07:27:47 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:27:47 #148 ... 07:27:47 07:27:47 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:27:47 #187 DONE 0.1s 07:27:47 07:27:47 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:27:47 #188 DONE 0.3s 07:27:47 07:27:47 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:27:47 #189 DONE 0.4s 07:27:47 07:27:47 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:27:47 #190 DONE 0.1s 07:27:47 07:27:47 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:27:49 #191 DONE 1.7s 07:27:49 07:27:49 #111 [security-secretstore-setup] exporting to image 07:27:49 #111 exporting layers 07:27:51 #111 exporting layers 1.6s done 07:27:51 #111 writing image sha256:be771ae7f89806d7794c147c49cae0a2c7df6c9c5dd813bae25d770daaf5c784 done 07:27:51 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 07:27:51 #111 DONE 8.9s 07:27:51 07:27:51 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:28:58 #148 ... 07:28:58 07:28:58 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:28:58 #152 DONE 2043.6s 07:28:58 07:28:58 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:28:58 #147 ... 07:28:58 07:28:58 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:28:58 #192 DONE 0.3s 07:28:58 07:28:58 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:28:58 #46 ... 07:28:58 07:28:58 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:28:58 #193 DONE 0.2s 07:28:58 07:28:58 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:28:58 #194 DONE 0.5s 07:28:58 07:28:58 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:28:58 #195 DONE 0.1s 07:28:58 07:28:58 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:28:58 #147 ... 07:28:58 07:28:58 #111 [security-spiffe-token-provider] exporting to image 07:28:58 #111 exporting layers 07:28:58 #111 exporting layers 0.9s done 07:28:58 #111 writing image sha256:8543bc7953f0bc954c0336da3e05252abe23e3aa6a88a7d80a40c662c64ee8db done 07:28:58 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 07:28:58 #111 DONE 9.8s 07:28:58 07:28:58 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:29:25 #147 ... 07:29:25 07:29:25 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:29:25 #145 DONE 2071.9s 07:29:25 07:29:25 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:29:25 #46 ... 07:29:25 07:29:25 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:29:25 #196 DONE 0.3s 07:29:25 07:29:25 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:29:25 #147 ... 07:29:25 07:29:25 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:29:25 #197 DONE 0.2s 07:29:25 07:29:25 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:29:25 #198 DONE 0.5s 07:29:25 07:29:25 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:29:25 #199 DONE 0.2s 07:29:25 07:29:25 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:29:25 #46 ... 07:29:25 07:29:25 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:29:25 #200 DONE 0.7s 07:29:25 07:29:25 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:29:25 #46 ... 07:29:25 07:29:25 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:26 #201 DONE 2.0s 07:29:26 07:29:26 #111 [security-proxy-auth] exporting to image 07:29:26 #111 exporting layers 07:29:27 #111 exporting layers 0.7s done 07:29:27 #111 writing image sha256:f34e648901b835a0142f5638b8986ddc1c62c1add6da20d0f3e10b3196c35387 done 07:29:27 #111 naming to docker.io/library/security-proxy-auth-arm64 done 07:29:27 #111 DONE 10.5s 07:29:27 07:29:27 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:29:28 #151 DONE 2078.5s 07:29:28 07:29:28 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:29:29 #147 ... 07:29:29 07:29:29 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:29:29 #202 DONE 0.4s 07:29:29 07:29:29 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:29:29 #203 ... 07:29:29 07:29:29 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:29:29 #153 DONE 2079.8s 07:29:30 07:29:30 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:29:30 #203 DONE 0.8s 07:29:30 07:29:30 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:29:30 #147 ... 07:29:30 07:29:30 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:29:30 #204 DONE 0.4s 07:29:30 07:29:30 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:29:30 #146 DONE 2080.9s 07:29:30 07:29:30 #111 [core-keeper] exporting to image 07:29:31 #111 ... 07:29:31 07:29:31 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:29:31 #205 DONE 0.5s 07:29:31 07:29:31 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:29:31 #206 DONE 0.2s 07:29:31 07:29:31 #207 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:29:31 #207 DONE 0.3s 07:29:31 07:29:31 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:29:31 #208 ... 07:29:31 07:29:31 #111 [core-keeper] exporting to image 07:29:31 #111 exporting layers 0.9s done 07:29:31 #111 writing image sha256:139c9af56ca06c736de4abda49425ce7e031e0e1886a97bca61675be58a227bb done 07:29:31 #111 naming to docker.io/library/core-keeper-arm64 0.0s done 07:29:31 #111 DONE 11.4s 07:29:32 07:29:32 #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:29:32 #209 DONE 0.6s 07:29:32 07:29:32 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:29:32 #208 DONE 0.6s 07:29:32 07:29:32 #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:29:32 #210 DONE 0.2s 07:29:32 07:29:32 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:29:32 #211 DONE 0.5s 07:29:32 07:29:32 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:29:33 #212 DONE 0.2s 07:29:33 07:29:33 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:29:33 #213 DONE 0.2s 07:29:33 07:29:33 #111 [core-metadata] exporting to image 07:29:33 #111 writing image sha256:c6b4af5ea88c6bf19fd07f3e6e7d6657481f5947a8236f73a16b3caaa1910dd6 0.0s done 07:29:33 #111 naming to docker.io/library/core-data-arm64 0.0s done 07:29:33 #111 exporting layers 0.5s done 07:29:33 #111 writing image sha256:58048744fe221b30fcb3d21828f121e1e4b8e92d2b5433e3d1525d2824361306 done 07:29:33 #111 naming to docker.io/library/core-metadata-arm64 done 07:29:33 #111 DONE 12.6s 07:29:33 07:29:33 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:30:06 #148 ... 07:30:06 07:30:06 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:30:06 #147 DONE 2112.1s 07:30:06 07:30:06 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:30:06 #46 ... 07:30:06 07:30:06 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:30:06 #214 DONE 0.2s 07:30:06 07:30:06 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:30:06 #215 DONE 0.2s 07:30:06 07:30:06 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:30:06 #216 DONE 0.6s 07:30:06 07:30:06 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:30:06 #217 DONE 0.2s 07:30:06 07:30:06 #111 [support-scheduler] exporting to image 07:30:06 #111 exporting layers 07:30:06 #111 exporting layers 1.0s done 07:30:06 #111 writing image sha256:b54a2709a3c3d527e44a31756d287e519f256abf31545223381ecc245c8a36b9 done 07:30:06 #111 naming to docker.io/library/support-scheduler-arm64 done 07:30:06 #111 DONE 13.6s 07:30:06 07:30:06 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:30:11 #46 ... 07:30:11 07:30:11 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:30:11 #148 DONE 2121.3s 07:30:11 07:30:11 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:30:11 #46 ... 07:30:11 07:30:11 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:30:11 #218 DONE 0.1s 07:30:11 07:30:11 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:30:11 #219 DONE 0.1s 07:30:11 07:30:11 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:30:11 #46 ... 07:30:11 07:30:11 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:30:12 #220 DONE 0.5s 07:30:12 07:30:12 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:30:12 #221 DONE 0.1s 07:30:12 07:30:12 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:30:12 #46 ... 07:30:12 07:30:12 #111 [support-notifications] exporting to image 07:30:12 #111 exporting layers 07:30:12 #111 exporting layers 0.6s done 07:30:12 #111 writing image sha256:ef4b86002d7ce453f6b6d22f1aa4061f7d9018249c4c7420c7b22a57232a8b4e done 07:30:12 #111 naming to docker.io/library/support-notifications-arm64 done 07:30:12 #111 DONE 14.1s 07:30:12 07:30:12 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:12 time="2025-05-28T06:52:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:30:12 $ docker stop --time=1 2751e6515359a67d0a0372e0232dc07006860275be818d7c832b0030e20dc0c6 07:30:14 $ docker rm -f --volumes 2751e6515359a67d0a0372e0232dc07006860275be818d7c832b0030e20dc0c6 [Pipeline] // withDockerContainer [Pipeline] sh 07:30:15 + docker images 07:30:15 REPOSITORY TAG IMAGE ID CREATED SIZE 07:30:15 support-notifications-arm64 latest ef4b86002d7c 3 seconds ago 52.3MB 07:30:15 support-scheduler-arm64 latest b54a2709a3c3 12 seconds ago 48.5MB 07:30:15 core-metadata-arm64 latest 58048744fe22 42 seconds ago 33.1MB 07:30:15 core-data-arm64 latest c6b4af5ea88c 43 seconds ago 33MB 07:30:15 core-keeper-arm64 latest 139c9af56ca0 45 seconds ago 32.6MB 07:30:15 security-proxy-auth-arm64 latest f34e648901b8 49 seconds ago 31.9MB 07:30:15 security-spiffe-token-provider-arm64 latest 8543bc7953f0 About a minute ago 48.1MB 07:30:15 security-secretstore-setup-arm64 latest be771ae7f898 2 minutes ago 67.6MB 07:30:15 security-proxy-setup-arm64 latest 2679b85490ea 2 minutes ago 38.7MB 07:30:15 core-command-arm64 latest 1e31d617686b 3 minutes ago 28.5MB 07:30:15 security-bootstrapper-arm64 latest 11b74e9028d0 17 minutes ago 21.1MB 07:30:15 core-common-config-bootstrapper-arm64 latest ab61a5d5e9db 17 minutes ago 17.9MB 07:30:15 security-spire-agent-arm64 latest c0f9bd034b31 36 minutes ago 187MB 07:30:15 security-spire-config-arm64 latest ad6566b81a7f 36 minutes ago 143MB 07:30:15 security-spire-server-arm64 latest 8765d72c954b 36 minutes ago 144MB 07:30:15 ci-base-image-arm64 latest 8b3908690482 38 minutes ago 910MB 07:30:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 07:30:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:30:15 provisioning config files... 07:30:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/843@tmp/config6328950503218048497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:30:15 ---> ****-login.sh 07:30:15 nexus3.edgexfoundry.org:10001 07:30:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:15 Configure a credential helper to remove this warning. See 07:30:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:15 07:30:15 Login Succeeded 07:30:15 nexus3.edgexfoundry.org:10002 07:30:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:16 Configure a credential helper to remove this warning. See 07:30:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:16 07:30:16 Login Succeeded 07:30:16 nexus3.edgexfoundry.org:10003 07:30:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:16 Configure a credential helper to remove this warning. See 07:30:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:16 07:30:16 Login Succeeded 07:30:16 nexus3.edgexfoundry.org:10004 07:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:17 Configure a credential helper to remove this warning. See 07:30:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:17 07:30:17 Login Succeeded 07:30:17 ****.io 07:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:17 Configure a credential helper to remove this warning. See 07:30:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:17 07:30:17 Login Succeeded 07:30:17 ---> ****-login.sh ends [Pipeline] } 07:30:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:30:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:30:18 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 07:30:18 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:18 latest 07:30:18 4.1.0-dev.16 07:30:18 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:18 main 07:30:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:30:18 44d3756ea6cf: Preparing 07:30:18 02cd0e7aa7c8: Preparing 07:30:18 286adad5a5e8: Preparing 07:30:18 553c9b0088ca: Preparing 07:30:18 ca2953f8a80f: Preparing 07:30:18 f6d0eafb038b: Preparing 07:30:18 dd9c8f8612c8: Preparing 07:30:18 f6d0eafb038b: Waiting 07:30:18 dd9c8f8612c8: Waiting 07:30:19 286adad5a5e8: Pushed 07:30:19 553c9b0088ca: Pushed 07:30:19 ca2953f8a80f: Pushed 07:30:19 44d3756ea6cf: Pushed 07:30:19 dd9c8f8612c8: Layer already exists 07:30:19 f6d0eafb038b: Pushed 07:30:23 02cd0e7aa7c8: Pushed 07:30:23 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:63cb1527440a4f5ee9b47404d3a5af692c2d8742969ce6f2fc1580faccab892e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:30:24 44d3756ea6cf: Preparing 07:30:24 02cd0e7aa7c8: Preparing 07:30:24 286adad5a5e8: Preparing 07:30:24 553c9b0088ca: Preparing 07:30:24 ca2953f8a80f: Preparing 07:30:24 f6d0eafb038b: Preparing 07:30:24 dd9c8f8612c8: Preparing 07:30:24 f6d0eafb038b: Waiting 07:30:24 dd9c8f8612c8: Waiting 07:30:24 553c9b0088ca: Layer already exists 07:30:24 44d3756ea6cf: Layer already exists 07:30:24 ca2953f8a80f: Layer already exists 07:30:24 286adad5a5e8: Layer already exists 07:30:24 02cd0e7aa7c8: Layer already exists 07:30:24 f6d0eafb038b: Layer already exists 07:30:24 dd9c8f8612c8: Layer already exists 07:30:24 latest: digest: sha256:63cb1527440a4f5ee9b47404d3a5af692c2d8742969ce6f2fc1580faccab892e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.16 07:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:30:25 44d3756ea6cf: Preparing 07:30:25 02cd0e7aa7c8: Preparing 07:30:25 286adad5a5e8: Preparing 07:30:25 553c9b0088ca: Preparing 07:30:25 ca2953f8a80f: Preparing 07:30:25 f6d0eafb038b: Preparing 07:30:25 dd9c8f8612c8: Preparing 07:30:25 f6d0eafb038b: Waiting 07:30:25 dd9c8f8612c8: Waiting 07:30:25 44d3756ea6cf: Layer already exists 07:30:25 02cd0e7aa7c8: Layer already exists 07:30:25 286adad5a5e8: Layer already exists 07:30:25 ca2953f8a80f: Layer already exists 07:30:25 553c9b0088ca: Layer already exists 07:30:25 f6d0eafb038b: Layer already exists 07:30:25 dd9c8f8612c8: Layer already exists 07:30:25 4.1.0-dev.16: digest: sha256:63cb1527440a4f5ee9b47404d3a5af692c2d8742969ce6f2fc1580faccab892e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:30:25 44d3756ea6cf: Preparing 07:30:25 02cd0e7aa7c8: Preparing 07:30:25 286adad5a5e8: Preparing 07:30:25 553c9b0088ca: Preparing 07:30:25 ca2953f8a80f: Preparing 07:30:25 f6d0eafb038b: Preparing 07:30:25 dd9c8f8612c8: Preparing 07:30:25 f6d0eafb038b: Waiting 07:30:25 dd9c8f8612c8: Waiting 07:30:25 286adad5a5e8: Layer already exists 07:30:25 02cd0e7aa7c8: Layer already exists 07:30:25 553c9b0088ca: Layer already exists 07:30:25 ca2953f8a80f: Layer already exists 07:30:25 44d3756ea6cf: Layer already exists 07:30:25 dd9c8f8612c8: Layer already exists 07:30:25 f6d0eafb038b: Layer already exists 07:30:26 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:63cb1527440a4f5ee9b47404d3a5af692c2d8742969ce6f2fc1580faccab892e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 07:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:30:26 44d3756ea6cf: Preparing 07:30:26 02cd0e7aa7c8: Preparing 07:30:26 286adad5a5e8: Preparing 07:30:26 553c9b0088ca: Preparing 07:30:26 ca2953f8a80f: Preparing 07:30:26 f6d0eafb038b: Preparing 07:30:26 dd9c8f8612c8: Preparing 07:30:26 f6d0eafb038b: Waiting 07:30:26 dd9c8f8612c8: Waiting 07:30:26 553c9b0088ca: Layer already exists 07:30:26 44d3756ea6cf: Layer already exists 07:30:26 02cd0e7aa7c8: Layer already exists 07:30:26 ca2953f8a80f: Layer already exists 07:30:26 286adad5a5e8: Layer already exists 07:30:26 f6d0eafb038b: Layer already exists 07:30:26 dd9c8f8612c8: Layer already exists 07:30:27 main: digest: sha256:63cb1527440a4f5ee9b47404d3a5af692c2d8742969ce6f2fc1580faccab892e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:30:27 ===================================================== [Pipeline] echo 07:30:27 taggedImages: 07:30:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:30:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.16 07:30:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 07:30:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 07:30:27 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:27 latest 07:30:27 4.1.0-dev.16 07:30:27 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:27 main 07:30:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:30:28 bf3f1bb9334d: Preparing 07:30:28 72d4b67f6b59: Preparing 07:30:28 3da28197819b: Preparing 07:30:28 e7b611a93eb9: Preparing 07:30:28 286adad5a5e8: Preparing 07:30:28 553c9b0088ca: Preparing 07:30:28 ca2953f8a80f: Preparing 07:30:28 f6d0eafb038b: Preparing 07:30:28 dd9c8f8612c8: Preparing 07:30:28 553c9b0088ca: Waiting 07:30:28 ca2953f8a80f: Waiting 07:30:28 f6d0eafb038b: Waiting 07:30:28 dd9c8f8612c8: Waiting 07:30:28 286adad5a5e8: Layer already exists 07:30:28 553c9b0088ca: Layer already exists 07:30:28 3da28197819b: Pushed 07:30:28 ca2953f8a80f: Layer already exists 07:30:28 72d4b67f6b59: Pushed 07:30:28 bf3f1bb9334d: Pushed 07:30:28 f6d0eafb038b: Layer already exists 07:30:28 dd9c8f8612c8: Layer already exists 07:30:30 e7b611a93eb9: Pushed 07:30:30 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:79295e10c4a2af502ab5245138d90e8921ab5e11cadc455630c597ad4b61e7e0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 07:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:30:31 bf3f1bb9334d: Preparing 07:30:31 72d4b67f6b59: Preparing 07:30:31 3da28197819b: Preparing 07:30:31 e7b611a93eb9: Preparing 07:30:31 286adad5a5e8: Preparing 07:30:31 553c9b0088ca: Preparing 07:30:31 ca2953f8a80f: Preparing 07:30:31 f6d0eafb038b: Preparing 07:30:31 dd9c8f8612c8: Preparing 07:30:31 553c9b0088ca: Waiting 07:30:31 ca2953f8a80f: Waiting 07:30:31 f6d0eafb038b: Waiting 07:30:31 dd9c8f8612c8: Waiting 07:30:31 e7b611a93eb9: Layer already exists 07:30:31 bf3f1bb9334d: Layer already exists 07:30:31 286adad5a5e8: Layer already exists 07:30:31 72d4b67f6b59: Layer already exists 07:30:31 3da28197819b: Layer already exists 07:30:31 553c9b0088ca: Layer already exists 07:30:31 ca2953f8a80f: Layer already exists 07:30:31 f6d0eafb038b: Layer already exists 07:30:31 dd9c8f8612c8: Layer already exists 07:30:31 latest: digest: sha256:79295e10c4a2af502ab5245138d90e8921ab5e11cadc455630c597ad4b61e7e0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.16 07:30:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:30:32 bf3f1bb9334d: Preparing 07:30:32 72d4b67f6b59: Preparing 07:30:32 3da28197819b: Preparing 07:30:32 e7b611a93eb9: Preparing 07:30:32 286adad5a5e8: Preparing 07:30:32 553c9b0088ca: Preparing 07:30:32 ca2953f8a80f: Preparing 07:30:32 f6d0eafb038b: Preparing 07:30:32 dd9c8f8612c8: Preparing 07:30:32 553c9b0088ca: Waiting 07:30:32 ca2953f8a80f: Waiting 07:30:32 f6d0eafb038b: Waiting 07:30:32 dd9c8f8612c8: Waiting 07:30:32 3da28197819b: Layer already exists 07:30:32 e7b611a93eb9: Layer already exists 07:30:32 72d4b67f6b59: Layer already exists 07:30:32 bf3f1bb9334d: Layer already exists 07:30:32 286adad5a5e8: Layer already exists 07:30:32 ca2953f8a80f: Layer already exists 07:30:32 553c9b0088ca: Layer already exists 07:30:32 f6d0eafb038b: Layer already exists 07:30:32 dd9c8f8612c8: Layer already exists 07:30:32 4.1.0-dev.16: digest: sha256:79295e10c4a2af502ab5245138d90e8921ab5e11cadc455630c597ad4b61e7e0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:30:33 bf3f1bb9334d: Preparing 07:30:33 72d4b67f6b59: Preparing 07:30:33 3da28197819b: Preparing 07:30:33 e7b611a93eb9: Preparing 07:30:33 286adad5a5e8: Preparing 07:30:33 553c9b0088ca: Preparing 07:30:33 ca2953f8a80f: Preparing 07:30:33 f6d0eafb038b: Preparing 07:30:33 dd9c8f8612c8: Preparing 07:30:33 553c9b0088ca: Waiting 07:30:33 ca2953f8a80f: Waiting 07:30:33 f6d0eafb038b: Waiting 07:30:33 dd9c8f8612c8: Waiting 07:30:33 3da28197819b: Layer already exists 07:30:33 72d4b67f6b59: Layer already exists 07:30:33 286adad5a5e8: Layer already exists 07:30:33 bf3f1bb9334d: Layer already exists 07:30:33 e7b611a93eb9: Layer already exists 07:30:33 553c9b0088ca: Layer already exists 07:30:33 f6d0eafb038b: Layer already exists 07:30:33 ca2953f8a80f: Layer already exists 07:30:33 dd9c8f8612c8: Layer already exists 07:30:33 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:79295e10c4a2af502ab5245138d90e8921ab5e11cadc455630c597ad4b61e7e0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 07:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:30:34 bf3f1bb9334d: Preparing 07:30:34 72d4b67f6b59: Preparing 07:30:34 3da28197819b: Preparing 07:30:34 e7b611a93eb9: Preparing 07:30:34 286adad5a5e8: Preparing 07:30:34 553c9b0088ca: Preparing 07:30:34 ca2953f8a80f: Preparing 07:30:34 f6d0eafb038b: Preparing 07:30:34 dd9c8f8612c8: Preparing 07:30:34 553c9b0088ca: Waiting 07:30:34 ca2953f8a80f: Waiting 07:30:34 f6d0eafb038b: Waiting 07:30:34 dd9c8f8612c8: Waiting 07:30:34 72d4b67f6b59: Layer already exists 07:30:34 bf3f1bb9334d: Layer already exists 07:30:34 3da28197819b: Layer already exists 07:30:34 e7b611a93eb9: Layer already exists 07:30:34 286adad5a5e8: Layer already exists 07:30:34 553c9b0088ca: Layer already exists 07:30:34 ca2953f8a80f: Layer already exists 07:30:34 f6d0eafb038b: Layer already exists 07:30:34 dd9c8f8612c8: Layer already exists 07:30:34 main: digest: sha256:79295e10c4a2af502ab5245138d90e8921ab5e11cadc455630c597ad4b61e7e0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:30:34 ===================================================== [Pipeline] echo 07:30:34 taggedImages: 07:30:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 07:30:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.16 07:30:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 07:30:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 07:30:34 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:34 latest 07:30:34 4.1.0-dev.16 07:30:34 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:34 main 07:30:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:30:35 d3efcb7f76d5: Preparing 07:30:35 bcd0fcd94ec9: Preparing 07:30:35 286adad5a5e8: Preparing 07:30:35 553c9b0088ca: Preparing 07:30:35 5273296fea38: Preparing 07:30:35 0dd1de6ceb3b: Preparing 07:30:35 dd9c8f8612c8: Preparing 07:30:35 0dd1de6ceb3b: Waiting 07:30:35 dd9c8f8612c8: Waiting 07:30:35 286adad5a5e8: Layer already exists 07:30:35 553c9b0088ca: Layer already exists 07:30:35 dd9c8f8612c8: Layer already exists 07:30:35 d3efcb7f76d5: Pushed 07:30:35 5273296fea38: Pushed 07:30:35 0dd1de6ceb3b: Pushed 07:30:40 bcd0fcd94ec9: Pushed 07:30:40 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:5eb2e1506d84bfa18408972fa8ebc1bb4f7a906e958121e96bb0d65a2767aff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:30:41 d3efcb7f76d5: Preparing 07:30:41 bcd0fcd94ec9: Preparing 07:30:41 286adad5a5e8: Preparing 07:30:41 553c9b0088ca: Preparing 07:30:41 5273296fea38: Preparing 07:30:41 0dd1de6ceb3b: Preparing 07:30:41 dd9c8f8612c8: Preparing 07:30:41 0dd1de6ceb3b: Waiting 07:30:41 dd9c8f8612c8: Waiting 07:30:41 d3efcb7f76d5: Layer already exists 07:30:41 bcd0fcd94ec9: Layer already exists 07:30:41 553c9b0088ca: Layer already exists 07:30:41 286adad5a5e8: Layer already exists 07:30:41 5273296fea38: Layer already exists 07:30:41 0dd1de6ceb3b: Layer already exists 07:30:41 dd9c8f8612c8: Layer already exists 07:30:41 latest: digest: sha256:5eb2e1506d84bfa18408972fa8ebc1bb4f7a906e958121e96bb0d65a2767aff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.16 07:30:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:30:42 d3efcb7f76d5: Preparing 07:30:42 bcd0fcd94ec9: Preparing 07:30:42 286adad5a5e8: Preparing 07:30:42 553c9b0088ca: Preparing 07:30:42 5273296fea38: Preparing 07:30:42 0dd1de6ceb3b: Preparing 07:30:42 dd9c8f8612c8: Preparing 07:30:42 0dd1de6ceb3b: Waiting 07:30:42 dd9c8f8612c8: Waiting 07:30:42 286adad5a5e8: Layer already exists 07:30:42 d3efcb7f76d5: Layer already exists 07:30:42 bcd0fcd94ec9: Layer already exists 07:30:42 5273296fea38: Layer already exists 07:30:42 553c9b0088ca: Layer already exists 07:30:42 0dd1de6ceb3b: Layer already exists 07:30:42 dd9c8f8612c8: Layer already exists 07:30:43 4.1.0-dev.16: digest: sha256:5eb2e1506d84bfa18408972fa8ebc1bb4f7a906e958121e96bb0d65a2767aff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:30:43 d3efcb7f76d5: Preparing 07:30:43 bcd0fcd94ec9: Preparing 07:30:43 286adad5a5e8: Preparing 07:30:43 553c9b0088ca: Preparing 07:30:43 5273296fea38: Preparing 07:30:43 0dd1de6ceb3b: Preparing 07:30:43 dd9c8f8612c8: Preparing 07:30:43 0dd1de6ceb3b: Waiting 07:30:43 dd9c8f8612c8: Waiting 07:30:43 d3efcb7f76d5: Layer already exists 07:30:43 bcd0fcd94ec9: Layer already exists 07:30:43 553c9b0088ca: Layer already exists 07:30:43 5273296fea38: Layer already exists 07:30:43 286adad5a5e8: Layer already exists 07:30:43 0dd1de6ceb3b: Layer already exists 07:30:43 dd9c8f8612c8: Layer already exists 07:30:44 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:5eb2e1506d84bfa18408972fa8ebc1bb4f7a906e958121e96bb0d65a2767aff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 07:30:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:30:44 d3efcb7f76d5: Preparing 07:30:44 bcd0fcd94ec9: Preparing 07:30:44 286adad5a5e8: Preparing 07:30:44 553c9b0088ca: Preparing 07:30:44 5273296fea38: Preparing 07:30:44 0dd1de6ceb3b: Preparing 07:30:44 dd9c8f8612c8: Preparing 07:30:44 0dd1de6ceb3b: Waiting 07:30:44 dd9c8f8612c8: Waiting 07:30:44 5273296fea38: Layer already exists 07:30:44 bcd0fcd94ec9: Layer already exists 07:30:44 286adad5a5e8: Layer already exists 07:30:44 553c9b0088ca: Layer already exists 07:30:44 d3efcb7f76d5: Layer already exists 07:30:44 dd9c8f8612c8: Layer already exists 07:30:44 0dd1de6ceb3b: Layer already exists 07:30:44 main: digest: sha256:5eb2e1506d84bfa18408972fa8ebc1bb4f7a906e958121e96bb0d65a2767aff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:30:45 ===================================================== [Pipeline] echo 07:30:45 taggedImages: 07:30:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:30:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.16 07:30:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 07:30:45 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 07:30:45 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:45 latest 07:30:45 4.1.0-dev.16 07:30:45 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:45 main 07:30:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:45 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:30:45 f91da2298435: Preparing 07:30:45 f260e10953c1: Preparing 07:30:45 553c9b0088ca: Preparing 07:30:45 3e82df875621: Preparing 07:30:45 43367c2c9b60: Preparing 07:30:45 dd9c8f8612c8: Preparing 07:30:45 dd9c8f8612c8: Waiting 07:30:45 553c9b0088ca: Layer already exists 07:30:46 dd9c8f8612c8: Layer already exists 07:30:46 43367c2c9b60: Pushed 07:30:46 3e82df875621: Pushed 07:30:46 f91da2298435: Pushed 07:30:51 f260e10953c1: Pushed 07:30:51 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:bcff810d55eac9a88588e690942c3798dda88a04e20d0907497a862be3717c3a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:51 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 07:30:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:30:52 f91da2298435: Preparing 07:30:52 f260e10953c1: Preparing 07:30:52 553c9b0088ca: Preparing 07:30:52 3e82df875621: Preparing 07:30:52 43367c2c9b60: Preparing 07:30:52 dd9c8f8612c8: Preparing 07:30:52 dd9c8f8612c8: Waiting 07:30:52 43367c2c9b60: Layer already exists 07:30:52 3e82df875621: Layer already exists 07:30:52 553c9b0088ca: Layer already exists 07:30:52 f260e10953c1: Layer already exists 07:30:52 f91da2298435: Layer already exists 07:30:52 dd9c8f8612c8: Layer already exists 07:30:52 latest: digest: sha256:bcff810d55eac9a88588e690942c3798dda88a04e20d0907497a862be3717c3a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.16 07:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:30:53 f91da2298435: Preparing 07:30:53 f260e10953c1: Preparing 07:30:53 553c9b0088ca: Preparing 07:30:53 3e82df875621: Preparing 07:30:53 43367c2c9b60: Preparing 07:30:53 dd9c8f8612c8: Preparing 07:30:53 dd9c8f8612c8: Waiting 07:30:53 f260e10953c1: Layer already exists 07:30:53 553c9b0088ca: Layer already exists 07:30:53 3e82df875621: Layer already exists 07:30:53 f91da2298435: Layer already exists 07:30:53 43367c2c9b60: Layer already exists 07:30:53 dd9c8f8612c8: Layer already exists 07:30:53 4.1.0-dev.16: digest: sha256:bcff810d55eac9a88588e690942c3798dda88a04e20d0907497a862be3717c3a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:30:54 f91da2298435: Preparing 07:30:54 f260e10953c1: Preparing 07:30:54 553c9b0088ca: Preparing 07:30:54 3e82df875621: Preparing 07:30:54 43367c2c9b60: Preparing 07:30:54 dd9c8f8612c8: Preparing 07:30:54 dd9c8f8612c8: Waiting 07:30:54 f91da2298435: Layer already exists 07:30:54 f260e10953c1: Layer already exists 07:30:54 43367c2c9b60: Layer already exists 07:30:54 3e82df875621: Layer already exists 07:30:54 553c9b0088ca: Layer already exists 07:30:54 dd9c8f8612c8: Layer already exists 07:30:54 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:bcff810d55eac9a88588e690942c3798dda88a04e20d0907497a862be3717c3a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 07:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:30:55 f91da2298435: Preparing 07:30:55 f260e10953c1: Preparing 07:30:55 553c9b0088ca: Preparing 07:30:55 3e82df875621: Preparing 07:30:55 43367c2c9b60: Preparing 07:30:55 dd9c8f8612c8: Preparing 07:30:55 dd9c8f8612c8: Waiting 07:30:55 f91da2298435: Layer already exists 07:30:55 43367c2c9b60: Layer already exists 07:30:55 f260e10953c1: Layer already exists 07:30:55 3e82df875621: Layer already exists 07:30:55 553c9b0088ca: Layer already exists 07:30:55 dd9c8f8612c8: Layer already exists 07:30:55 main: digest: sha256:bcff810d55eac9a88588e690942c3798dda88a04e20d0907497a862be3717c3a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:30:55 ===================================================== [Pipeline] echo 07:30:55 taggedImages: 07:30:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 07:30:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.16 07:30:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 07:30:55 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 07:30:55 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:55 latest 07:30:55 4.1.0-dev.16 07:30:55 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:30:55 main 07:30:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:30:56 b8a7506961d0: Preparing 07:30:56 1a7e40d499dc: Preparing 07:30:56 cae9a2955205: Preparing 07:30:56 286adad5a5e8: Preparing 07:30:56 553c9b0088ca: Preparing 07:30:56 ca2953f8a80f: Preparing 07:30:56 f6d0eafb038b: Preparing 07:30:56 dd9c8f8612c8: Preparing 07:30:56 ca2953f8a80f: Waiting 07:30:56 f6d0eafb038b: Waiting 07:30:56 dd9c8f8612c8: Waiting 07:30:56 286adad5a5e8: Layer already exists 07:30:56 553c9b0088ca: Layer already exists 07:30:56 ca2953f8a80f: Layer already exists 07:30:56 f6d0eafb038b: Layer already exists 07:30:56 dd9c8f8612c8: Layer already exists 07:30:56 1a7e40d499dc: Pushed 07:30:56 b8a7506961d0: Pushed 07:31:02 cae9a2955205: Pushed 07:31:02 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:c4e619e0ae0fd0a255e62e8396990e3226a028765a8f6cdab0661006c823104b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:31:02 b8a7506961d0: Preparing 07:31:02 1a7e40d499dc: Preparing 07:31:02 cae9a2955205: Preparing 07:31:02 286adad5a5e8: Preparing 07:31:02 553c9b0088ca: Preparing 07:31:02 ca2953f8a80f: Preparing 07:31:02 f6d0eafb038b: Preparing 07:31:02 dd9c8f8612c8: Preparing 07:31:02 ca2953f8a80f: Waiting 07:31:02 f6d0eafb038b: Waiting 07:31:02 dd9c8f8612c8: Waiting 07:31:02 553c9b0088ca: Layer already exists 07:31:02 b8a7506961d0: Layer already exists 07:31:02 cae9a2955205: Layer already exists 07:31:02 1a7e40d499dc: Layer already exists 07:31:02 286adad5a5e8: Layer already exists 07:31:02 f6d0eafb038b: Layer already exists 07:31:02 ca2953f8a80f: Layer already exists 07:31:02 dd9c8f8612c8: Layer already exists 07:31:03 latest: digest: sha256:c4e619e0ae0fd0a255e62e8396990e3226a028765a8f6cdab0661006c823104b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.16 07:31:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:31:03 b8a7506961d0: Preparing 07:31:03 1a7e40d499dc: Preparing 07:31:03 cae9a2955205: Preparing 07:31:03 286adad5a5e8: Preparing 07:31:03 553c9b0088ca: Preparing 07:31:03 ca2953f8a80f: Preparing 07:31:03 f6d0eafb038b: Preparing 07:31:03 dd9c8f8612c8: Preparing 07:31:03 ca2953f8a80f: Waiting 07:31:03 f6d0eafb038b: Waiting 07:31:03 dd9c8f8612c8: Waiting 07:31:03 b8a7506961d0: Layer already exists 07:31:03 286adad5a5e8: Layer already exists 07:31:03 cae9a2955205: Layer already exists 07:31:03 1a7e40d499dc: Layer already exists 07:31:03 553c9b0088ca: Layer already exists 07:31:03 ca2953f8a80f: Layer already exists 07:31:03 f6d0eafb038b: Layer already exists 07:31:03 dd9c8f8612c8: Layer already exists 07:31:04 4.1.0-dev.16: digest: sha256:c4e619e0ae0fd0a255e62e8396990e3226a028765a8f6cdab0661006c823104b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:31:04 b8a7506961d0: Preparing 07:31:04 1a7e40d499dc: Preparing 07:31:04 cae9a2955205: Preparing 07:31:04 286adad5a5e8: Preparing 07:31:04 553c9b0088ca: Preparing 07:31:04 ca2953f8a80f: Preparing 07:31:04 f6d0eafb038b: Preparing 07:31:04 dd9c8f8612c8: Preparing 07:31:04 ca2953f8a80f: Waiting 07:31:04 f6d0eafb038b: Waiting 07:31:04 dd9c8f8612c8: Waiting 07:31:04 cae9a2955205: Layer already exists 07:31:04 1a7e40d499dc: Layer already exists 07:31:04 553c9b0088ca: Layer already exists 07:31:04 286adad5a5e8: Layer already exists 07:31:04 b8a7506961d0: Layer already exists 07:31:04 ca2953f8a80f: Layer already exists 07:31:04 f6d0eafb038b: Layer already exists 07:31:04 dd9c8f8612c8: Layer already exists 07:31:05 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:c4e619e0ae0fd0a255e62e8396990e3226a028765a8f6cdab0661006c823104b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 07:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:31:05 b8a7506961d0: Preparing 07:31:05 1a7e40d499dc: Preparing 07:31:05 cae9a2955205: Preparing 07:31:05 286adad5a5e8: Preparing 07:31:05 553c9b0088ca: Preparing 07:31:05 ca2953f8a80f: Preparing 07:31:05 f6d0eafb038b: Preparing 07:31:05 dd9c8f8612c8: Preparing 07:31:05 ca2953f8a80f: Waiting 07:31:05 f6d0eafb038b: Waiting 07:31:05 dd9c8f8612c8: Waiting 07:31:05 286adad5a5e8: Layer already exists 07:31:05 1a7e40d499dc: Layer already exists 07:31:05 553c9b0088ca: Layer already exists 07:31:05 b8a7506961d0: Layer already exists 07:31:05 cae9a2955205: Layer already exists 07:31:05 ca2953f8a80f: Layer already exists 07:31:05 dd9c8f8612c8: Layer already exists 07:31:05 f6d0eafb038b: Layer already exists 07:31:06 main: digest: sha256:c4e619e0ae0fd0a255e62e8396990e3226a028765a8f6cdab0661006c823104b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:06 ===================================================== [Pipeline] echo 07:31:06 taggedImages: 07:31:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:31:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.16 07:31:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 07:31:06 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 07:31:06 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:06 latest 07:31:06 4.1.0-dev.16 07:31:06 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:06 main 07:31:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:31:06 32df66735d06: Preparing 07:31:06 f857df7bbf04: Preparing 07:31:06 e8c336aba858: Preparing 07:31:06 cafe17e0fe34: Preparing 07:31:06 4304ff715ba4: Preparing 07:31:06 6316faad794a: Preparing 07:31:06 0619c4326b31: Preparing 07:31:06 286adad5a5e8: Preparing 07:31:06 553c9b0088ca: Preparing 07:31:06 111f7dd4e5f3: Preparing 07:31:06 d9d7f3300fec: Preparing 07:31:06 5f70bf18a086: Preparing 07:31:06 76e77da0c18f: Preparing 07:31:06 8ef4818d56f3: Preparing 07:31:06 92212ca3e1a8: Preparing 07:31:06 dd9c8f8612c8: Preparing 07:31:06 6316faad794a: Waiting 07:31:06 0619c4326b31: Waiting 07:31:06 286adad5a5e8: Waiting 07:31:06 553c9b0088ca: Waiting 07:31:06 111f7dd4e5f3: Waiting 07:31:06 d9d7f3300fec: Waiting 07:31:06 5f70bf18a086: Waiting 07:31:06 76e77da0c18f: Waiting 07:31:06 8ef4818d56f3: Waiting 07:31:06 92212ca3e1a8: Waiting 07:31:06 dd9c8f8612c8: Waiting 07:31:07 e8c336aba858: Pushed 07:31:07 cafe17e0fe34: Pushed 07:31:07 f857df7bbf04: Pushed 07:31:07 4304ff715ba4: Pushed 07:31:07 32df66735d06: Pushed 07:31:07 286adad5a5e8: Layer already exists 07:31:07 553c9b0088ca: Layer already exists 07:31:07 5f70bf18a086: Layer already exists 07:31:07 6316faad794a: Pushed 07:31:07 d9d7f3300fec: Pushed 07:31:07 111f7dd4e5f3: Pushed 07:31:07 dd9c8f8612c8: Layer already exists 07:31:07 76e77da0c18f: Pushed 07:31:07 8ef4818d56f3: Pushed 07:31:07 92212ca3e1a8: Pushed 07:31:10 0619c4326b31: Pushed 07:31:10 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:15c8cfc7a1ce2b1ec2942275a79da2f1d59933bd403382228bc6c2fffbb9ed7e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:31:11 32df66735d06: Preparing 07:31:11 f857df7bbf04: Preparing 07:31:11 e8c336aba858: Preparing 07:31:11 cafe17e0fe34: Preparing 07:31:11 4304ff715ba4: Preparing 07:31:11 6316faad794a: Preparing 07:31:11 0619c4326b31: Preparing 07:31:11 286adad5a5e8: Preparing 07:31:11 553c9b0088ca: Preparing 07:31:11 111f7dd4e5f3: Preparing 07:31:11 d9d7f3300fec: Preparing 07:31:11 5f70bf18a086: Preparing 07:31:11 76e77da0c18f: Preparing 07:31:11 8ef4818d56f3: Preparing 07:31:11 92212ca3e1a8: Preparing 07:31:11 dd9c8f8612c8: Preparing 07:31:11 6316faad794a: Waiting 07:31:11 0619c4326b31: Waiting 07:31:11 286adad5a5e8: Waiting 07:31:11 553c9b0088ca: Waiting 07:31:11 111f7dd4e5f3: Waiting 07:31:11 d9d7f3300fec: Waiting 07:31:11 92212ca3e1a8: Waiting 07:31:11 5f70bf18a086: Waiting 07:31:11 dd9c8f8612c8: Waiting 07:31:11 8ef4818d56f3: Waiting 07:31:11 76e77da0c18f: Waiting 07:31:11 32df66735d06: Layer already exists 07:31:11 e8c336aba858: Layer already exists 07:31:11 cafe17e0fe34: Layer already exists 07:31:11 4304ff715ba4: Layer already exists 07:31:11 f857df7bbf04: Layer already exists 07:31:11 0619c4326b31: Layer already exists 07:31:11 286adad5a5e8: Layer already exists 07:31:11 6316faad794a: Layer already exists 07:31:11 553c9b0088ca: Layer already exists 07:31:11 111f7dd4e5f3: Layer already exists 07:31:11 76e77da0c18f: Layer already exists 07:31:11 5f70bf18a086: Layer already exists 07:31:11 d9d7f3300fec: Layer already exists 07:31:11 92212ca3e1a8: Layer already exists 07:31:11 8ef4818d56f3: Layer already exists 07:31:11 dd9c8f8612c8: Layer already exists 07:31:11 latest: digest: sha256:15c8cfc7a1ce2b1ec2942275a79da2f1d59933bd403382228bc6c2fffbb9ed7e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.16 07:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:31:11 32df66735d06: Preparing 07:31:11 f857df7bbf04: Preparing 07:31:11 e8c336aba858: Preparing 07:31:11 cafe17e0fe34: Preparing 07:31:11 4304ff715ba4: Preparing 07:31:11 6316faad794a: Preparing 07:31:11 0619c4326b31: Preparing 07:31:11 286adad5a5e8: Preparing 07:31:11 553c9b0088ca: Preparing 07:31:11 111f7dd4e5f3: Preparing 07:31:11 d9d7f3300fec: Preparing 07:31:11 5f70bf18a086: Preparing 07:31:11 76e77da0c18f: Preparing 07:31:11 8ef4818d56f3: Preparing 07:31:11 92212ca3e1a8: Preparing 07:31:11 dd9c8f8612c8: Preparing 07:31:11 6316faad794a: Waiting 07:31:11 0619c4326b31: Waiting 07:31:11 286adad5a5e8: Waiting 07:31:11 553c9b0088ca: Waiting 07:31:11 111f7dd4e5f3: Waiting 07:31:11 d9d7f3300fec: Waiting 07:31:11 8ef4818d56f3: Waiting 07:31:11 5f70bf18a086: Waiting 07:31:11 92212ca3e1a8: Waiting 07:31:11 76e77da0c18f: Waiting 07:31:11 dd9c8f8612c8: Waiting 07:31:11 e8c336aba858: Layer already exists 07:31:11 4304ff715ba4: Layer already exists 07:31:11 f857df7bbf04: Layer already exists 07:31:11 cafe17e0fe34: Layer already exists 07:31:11 32df66735d06: Layer already exists 07:31:11 6316faad794a: Layer already exists 07:31:11 553c9b0088ca: Layer already exists 07:31:11 0619c4326b31: Layer already exists 07:31:11 286adad5a5e8: Layer already exists 07:31:11 111f7dd4e5f3: Layer already exists 07:31:11 d9d7f3300fec: Layer already exists 07:31:11 76e77da0c18f: Layer already exists 07:31:11 5f70bf18a086: Layer already exists 07:31:11 8ef4818d56f3: Layer already exists 07:31:11 92212ca3e1a8: Layer already exists 07:31:11 dd9c8f8612c8: Layer already exists 07:31:12 4.1.0-dev.16: digest: sha256:15c8cfc7a1ce2b1ec2942275a79da2f1d59933bd403382228bc6c2fffbb9ed7e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:31:12 32df66735d06: Preparing 07:31:12 f857df7bbf04: Preparing 07:31:12 e8c336aba858: Preparing 07:31:12 cafe17e0fe34: Preparing 07:31:12 4304ff715ba4: Preparing 07:31:12 6316faad794a: Preparing 07:31:12 0619c4326b31: Preparing 07:31:12 286adad5a5e8: Preparing 07:31:12 553c9b0088ca: Preparing 07:31:12 111f7dd4e5f3: Preparing 07:31:12 d9d7f3300fec: Preparing 07:31:12 5f70bf18a086: Preparing 07:31:12 76e77da0c18f: Preparing 07:31:12 8ef4818d56f3: Preparing 07:31:12 92212ca3e1a8: Preparing 07:31:12 6316faad794a: Waiting 07:31:12 dd9c8f8612c8: Preparing 07:31:12 0619c4326b31: Waiting 07:31:12 286adad5a5e8: Waiting 07:31:12 111f7dd4e5f3: Waiting 07:31:12 553c9b0088ca: Waiting 07:31:12 5f70bf18a086: Waiting 07:31:12 76e77da0c18f: Waiting 07:31:12 8ef4818d56f3: Waiting 07:31:12 92212ca3e1a8: Waiting 07:31:12 dd9c8f8612c8: Waiting 07:31:12 d9d7f3300fec: Waiting 07:31:12 4304ff715ba4: Layer already exists 07:31:12 32df66735d06: Layer already exists 07:31:12 e8c336aba858: Layer already exists 07:31:12 f857df7bbf04: Layer already exists 07:31:12 cafe17e0fe34: Layer already exists 07:31:12 6316faad794a: Layer already exists 07:31:12 553c9b0088ca: Layer already exists 07:31:12 286adad5a5e8: Layer already exists 07:31:12 111f7dd4e5f3: Layer already exists 07:31:12 0619c4326b31: Layer already exists 07:31:12 92212ca3e1a8: Layer already exists 07:31:12 8ef4818d56f3: Layer already exists 07:31:12 5f70bf18a086: Layer already exists 07:31:12 d9d7f3300fec: Layer already exists 07:31:12 76e77da0c18f: Layer already exists 07:31:12 dd9c8f8612c8: Layer already exists 07:31:13 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:15c8cfc7a1ce2b1ec2942275a79da2f1d59933bd403382228bc6c2fffbb9ed7e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 07:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:31:13 32df66735d06: Preparing 07:31:13 f857df7bbf04: Preparing 07:31:13 e8c336aba858: Preparing 07:31:13 cafe17e0fe34: Preparing 07:31:13 4304ff715ba4: Preparing 07:31:13 6316faad794a: Preparing 07:31:13 6316faad794a: Waiting 07:31:13 0619c4326b31: Preparing 07:31:13 286adad5a5e8: Preparing 07:31:13 0619c4326b31: Waiting 07:31:13 553c9b0088ca: Preparing 07:31:13 111f7dd4e5f3: Preparing 07:31:13 d9d7f3300fec: Preparing 07:31:13 5f70bf18a086: Preparing 07:31:13 76e77da0c18f: Preparing 07:31:13 286adad5a5e8: Waiting 07:31:13 8ef4818d56f3: Preparing 07:31:13 92212ca3e1a8: Preparing 07:31:13 d9d7f3300fec: Waiting 07:31:13 dd9c8f8612c8: Preparing 07:31:13 553c9b0088ca: Waiting 07:31:13 8ef4818d56f3: Waiting 07:31:13 92212ca3e1a8: Waiting 07:31:13 76e77da0c18f: Waiting 07:31:13 dd9c8f8612c8: Waiting 07:31:13 111f7dd4e5f3: Waiting 07:31:13 5f70bf18a086: Waiting 07:31:13 32df66735d06: Layer already exists 07:31:13 f857df7bbf04: Layer already exists 07:31:13 4304ff715ba4: Layer already exists 07:31:13 cafe17e0fe34: Layer already exists 07:31:13 e8c336aba858: Layer already exists 07:31:13 6316faad794a: Layer already exists 07:31:13 0619c4326b31: Layer already exists 07:31:13 553c9b0088ca: Layer already exists 07:31:13 286adad5a5e8: Layer already exists 07:31:13 111f7dd4e5f3: Layer already exists 07:31:13 d9d7f3300fec: Layer already exists 07:31:13 5f70bf18a086: Layer already exists 07:31:13 76e77da0c18f: Layer already exists 07:31:13 8ef4818d56f3: Layer already exists 07:31:13 92212ca3e1a8: Layer already exists 07:31:13 dd9c8f8612c8: Layer already exists 07:31:14 main: digest: sha256:15c8cfc7a1ce2b1ec2942275a79da2f1d59933bd403382228bc6c2fffbb9ed7e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:14 ===================================================== [Pipeline] echo 07:31:14 taggedImages: 07:31:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:31:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.16 07:31:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 07:31:14 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 07:31:14 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:14 latest 07:31:14 4.1.0-dev.16 07:31:14 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:14 main 07:31:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:31:14 6d7f3b09a034: Preparing 07:31:14 57bb7c21c956: Preparing 07:31:14 f9d85b975437: Preparing 07:31:14 60e192df3658: Preparing 07:31:14 286adad5a5e8: Preparing 07:31:14 553c9b0088ca: Preparing 07:31:14 ca2953f8a80f: Preparing 07:31:14 f6d0eafb038b: Preparing 07:31:14 dd9c8f8612c8: Preparing 07:31:14 553c9b0088ca: Waiting 07:31:14 ca2953f8a80f: Waiting 07:31:14 f6d0eafb038b: Waiting 07:31:14 dd9c8f8612c8: Waiting 07:31:14 286adad5a5e8: Layer already exists 07:31:15 553c9b0088ca: Layer already exists 07:31:15 57bb7c21c956: Pushed 07:31:15 ca2953f8a80f: Layer already exists 07:31:15 f9d85b975437: Pushed 07:31:15 f6d0eafb038b: Layer already exists 07:31:15 dd9c8f8612c8: Layer already exists 07:31:15 6d7f3b09a034: Pushed 07:31:20 60e192df3658: Pushed 07:31:20 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:81c890768e28607fa94c4e08b9ac66a22fd297f830fd069434265a655dc3bece size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:20 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 07:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:31:21 6d7f3b09a034: Preparing 07:31:21 57bb7c21c956: Preparing 07:31:21 f9d85b975437: Preparing 07:31:21 60e192df3658: Preparing 07:31:21 286adad5a5e8: Preparing 07:31:21 553c9b0088ca: Preparing 07:31:21 ca2953f8a80f: Preparing 07:31:21 f6d0eafb038b: Preparing 07:31:21 dd9c8f8612c8: Preparing 07:31:21 553c9b0088ca: Waiting 07:31:21 dd9c8f8612c8: Waiting 07:31:21 ca2953f8a80f: Waiting 07:31:21 6d7f3b09a034: Layer already exists 07:31:21 57bb7c21c956: Layer already exists 07:31:21 60e192df3658: Layer already exists 07:31:21 286adad5a5e8: Layer already exists 07:31:21 f9d85b975437: Layer already exists 07:31:21 ca2953f8a80f: Layer already exists 07:31:21 553c9b0088ca: Layer already exists 07:31:21 f6d0eafb038b: Layer already exists 07:31:21 dd9c8f8612c8: Layer already exists 07:31:21 latest: digest: sha256:81c890768e28607fa94c4e08b9ac66a22fd297f830fd069434265a655dc3bece size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.16 07:31:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:31:22 6d7f3b09a034: Preparing 07:31:22 57bb7c21c956: Preparing 07:31:22 f9d85b975437: Preparing 07:31:22 60e192df3658: Preparing 07:31:22 286adad5a5e8: Preparing 07:31:22 553c9b0088ca: Preparing 07:31:22 ca2953f8a80f: Preparing 07:31:22 f6d0eafb038b: Preparing 07:31:22 dd9c8f8612c8: Preparing 07:31:22 553c9b0088ca: Waiting 07:31:22 ca2953f8a80f: Waiting 07:31:22 f6d0eafb038b: Waiting 07:31:22 dd9c8f8612c8: Waiting 07:31:22 f9d85b975437: Layer already exists 07:31:22 57bb7c21c956: Layer already exists 07:31:22 60e192df3658: Layer already exists 07:31:22 286adad5a5e8: Layer already exists 07:31:22 6d7f3b09a034: Layer already exists 07:31:22 f6d0eafb038b: Layer already exists 07:31:22 ca2953f8a80f: Layer already exists 07:31:22 553c9b0088ca: Layer already exists 07:31:22 dd9c8f8612c8: Layer already exists 07:31:22 4.1.0-dev.16: digest: sha256:81c890768e28607fa94c4e08b9ac66a22fd297f830fd069434265a655dc3bece size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:31:23 6d7f3b09a034: Preparing 07:31:23 57bb7c21c956: Preparing 07:31:23 f9d85b975437: Preparing 07:31:23 60e192df3658: Preparing 07:31:23 286adad5a5e8: Preparing 07:31:23 553c9b0088ca: Preparing 07:31:23 ca2953f8a80f: Preparing 07:31:23 f6d0eafb038b: Preparing 07:31:23 dd9c8f8612c8: Preparing 07:31:23 dd9c8f8612c8: Waiting 07:31:23 f6d0eafb038b: Waiting 07:31:23 ca2953f8a80f: Waiting 07:31:23 553c9b0088ca: Waiting 07:31:23 6d7f3b09a034: Layer already exists 07:31:23 286adad5a5e8: Layer already exists 07:31:23 f9d85b975437: Layer already exists 07:31:23 60e192df3658: Layer already exists 07:31:23 57bb7c21c956: Layer already exists 07:31:23 553c9b0088ca: Layer already exists 07:31:23 ca2953f8a80f: Layer already exists 07:31:23 f6d0eafb038b: Layer already exists 07:31:23 dd9c8f8612c8: Layer already exists 07:31:23 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:81c890768e28607fa94c4e08b9ac66a22fd297f830fd069434265a655dc3bece size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 07:31:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:31:24 6d7f3b09a034: Preparing 07:31:24 57bb7c21c956: Preparing 07:31:24 f9d85b975437: Preparing 07:31:24 60e192df3658: Preparing 07:31:24 286adad5a5e8: Preparing 07:31:24 553c9b0088ca: Preparing 07:31:24 ca2953f8a80f: Preparing 07:31:24 f6d0eafb038b: Preparing 07:31:24 dd9c8f8612c8: Preparing 07:31:24 f6d0eafb038b: Waiting 07:31:24 553c9b0088ca: Waiting 07:31:24 ca2953f8a80f: Waiting 07:31:24 dd9c8f8612c8: Waiting 07:31:24 60e192df3658: Layer already exists 07:31:24 f9d85b975437: Layer already exists 07:31:24 57bb7c21c956: Layer already exists 07:31:24 286adad5a5e8: Layer already exists 07:31:24 6d7f3b09a034: Layer already exists 07:31:24 553c9b0088ca: Layer already exists 07:31:24 ca2953f8a80f: Layer already exists 07:31:24 dd9c8f8612c8: Layer already exists 07:31:24 f6d0eafb038b: Layer already exists 07:31:24 main: digest: sha256:81c890768e28607fa94c4e08b9ac66a22fd297f830fd069434265a655dc3bece size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:24 ===================================================== [Pipeline] echo 07:31:24 taggedImages: 07:31:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 07:31:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.16 07:31:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 07:31:24 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 07:31:24 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:24 latest 07:31:24 4.1.0-dev.16 07:31:24 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:24 main 07:31:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:31:25 989e9687976d: Preparing 07:31:25 d7745f295036: Preparing 07:31:25 71ccac8d1797: Preparing 07:31:25 9394ca980f8c: Preparing 07:31:25 0333d9b66ba0: Preparing 07:31:25 286adad5a5e8: Preparing 07:31:25 553c9b0088ca: Preparing 07:31:25 dfa93c67802f: Preparing 07:31:25 9fc6cd2aac1f: Preparing 07:31:25 7eed5b7238b1: Preparing 07:31:25 dd9c8f8612c8: Preparing 07:31:25 286adad5a5e8: Waiting 07:31:25 dfa93c67802f: Waiting 07:31:25 9fc6cd2aac1f: Waiting 07:31:25 7eed5b7238b1: Waiting 07:31:25 553c9b0088ca: Waiting 07:31:25 dd9c8f8612c8: Waiting 07:31:35 d7745f295036: Pushed 07:31:35 71ccac8d1797: Pushed 07:31:35 0333d9b66ba0: Pushed 07:31:35 989e9687976d: Pushed 07:31:35 9394ca980f8c: Pushed 07:31:35 286adad5a5e8: Layer already exists 07:31:35 553c9b0088ca: Layer already exists 07:31:35 dd9c8f8612c8: Layer already exists 07:31:35 dfa93c67802f: Pushed 07:31:35 9fc6cd2aac1f: Pushed 07:31:37 7eed5b7238b1: Pushed 07:31:37 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:713bad42b74c84ab6422bea9a22e022701c99086e890839c0f4cb8211d22d4b5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:31:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:31:37 989e9687976d: Preparing 07:31:37 d7745f295036: Preparing 07:31:37 71ccac8d1797: Preparing 07:31:37 9394ca980f8c: Preparing 07:31:37 0333d9b66ba0: Preparing 07:31:37 286adad5a5e8: Preparing 07:31:37 553c9b0088ca: Preparing 07:31:37 dfa93c67802f: Preparing 07:31:37 9fc6cd2aac1f: Preparing 07:31:37 7eed5b7238b1: Preparing 07:31:37 dd9c8f8612c8: Preparing 07:31:37 553c9b0088ca: Waiting 07:31:37 dfa93c67802f: Waiting 07:31:37 9fc6cd2aac1f: Waiting 07:31:37 7eed5b7238b1: Waiting 07:31:37 dd9c8f8612c8: Waiting 07:31:37 286adad5a5e8: Waiting 07:31:37 d7745f295036: Layer already exists 07:31:37 0333d9b66ba0: Layer already exists 07:31:37 71ccac8d1797: Layer already exists 07:31:37 9394ca980f8c: Layer already exists 07:31:37 989e9687976d: Layer already exists 07:31:37 286adad5a5e8: Layer already exists 07:31:37 7eed5b7238b1: Layer already exists 07:31:37 553c9b0088ca: Layer already exists 07:31:37 dfa93c67802f: Layer already exists 07:31:37 9fc6cd2aac1f: Layer already exists 07:31:37 dd9c8f8612c8: Layer already exists 07:31:38 latest: digest: sha256:713bad42b74c84ab6422bea9a22e022701c99086e890839c0f4cb8211d22d4b5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.16 07:31:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:31:38 989e9687976d: Preparing 07:31:38 d7745f295036: Preparing 07:31:38 71ccac8d1797: Preparing 07:31:38 9394ca980f8c: Preparing 07:31:38 0333d9b66ba0: Preparing 07:31:38 286adad5a5e8: Preparing 07:31:38 553c9b0088ca: Preparing 07:31:38 286adad5a5e8: Waiting 07:31:38 dfa93c67802f: Preparing 07:31:38 553c9b0088ca: Waiting 07:31:38 9fc6cd2aac1f: Preparing 07:31:38 dfa93c67802f: Waiting 07:31:38 7eed5b7238b1: Preparing 07:31:38 9fc6cd2aac1f: Waiting 07:31:38 dd9c8f8612c8: Preparing 07:31:38 7eed5b7238b1: Waiting 07:31:38 dd9c8f8612c8: Waiting 07:31:38 d7745f295036: Layer already exists 07:31:38 9394ca980f8c: Layer already exists 07:31:38 71ccac8d1797: Layer already exists 07:31:38 0333d9b66ba0: Layer already exists 07:31:38 989e9687976d: Layer already exists 07:31:38 553c9b0088ca: Layer already exists 07:31:38 286adad5a5e8: Layer already exists 07:31:38 7eed5b7238b1: Layer already exists 07:31:38 dfa93c67802f: Layer already exists 07:31:38 9fc6cd2aac1f: Layer already exists 07:31:38 dd9c8f8612c8: Layer already exists 07:31:39 4.1.0-dev.16: digest: sha256:713bad42b74c84ab6422bea9a22e022701c99086e890839c0f4cb8211d22d4b5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:31:39 989e9687976d: Preparing 07:31:39 d7745f295036: Preparing 07:31:39 71ccac8d1797: Preparing 07:31:39 9394ca980f8c: Preparing 07:31:39 0333d9b66ba0: Preparing 07:31:39 286adad5a5e8: Preparing 07:31:39 553c9b0088ca: Preparing 07:31:39 dfa93c67802f: Preparing 07:31:39 9fc6cd2aac1f: Preparing 07:31:39 7eed5b7238b1: Preparing 07:31:39 dd9c8f8612c8: Preparing 07:31:39 553c9b0088ca: Waiting 07:31:39 dfa93c67802f: Waiting 07:31:39 9fc6cd2aac1f: Waiting 07:31:39 7eed5b7238b1: Waiting 07:31:39 dd9c8f8612c8: Waiting 07:31:39 286adad5a5e8: Waiting 07:31:39 989e9687976d: Layer already exists 07:31:39 0333d9b66ba0: Layer already exists 07:31:39 71ccac8d1797: Layer already exists 07:31:39 d7745f295036: Layer already exists 07:31:39 9394ca980f8c: Layer already exists 07:31:39 286adad5a5e8: Layer already exists 07:31:39 553c9b0088ca: Layer already exists 07:31:39 dfa93c67802f: Layer already exists 07:31:39 9fc6cd2aac1f: Layer already exists 07:31:39 7eed5b7238b1: Layer already exists 07:31:39 dd9c8f8612c8: Layer already exists 07:31:39 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:713bad42b74c84ab6422bea9a22e022701c99086e890839c0f4cb8211d22d4b5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:40 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 07:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:31:40 989e9687976d: Preparing 07:31:40 d7745f295036: Preparing 07:31:40 71ccac8d1797: Preparing 07:31:40 9394ca980f8c: Preparing 07:31:40 0333d9b66ba0: Preparing 07:31:40 286adad5a5e8: Preparing 07:31:40 553c9b0088ca: Preparing 07:31:40 dfa93c67802f: Preparing 07:31:40 9fc6cd2aac1f: Preparing 07:31:40 7eed5b7238b1: Preparing 07:31:40 dd9c8f8612c8: Preparing 07:31:40 286adad5a5e8: Waiting 07:31:40 9fc6cd2aac1f: Waiting 07:31:40 553c9b0088ca: Waiting 07:31:40 dfa93c67802f: Waiting 07:31:40 7eed5b7238b1: Waiting 07:31:40 dd9c8f8612c8: Waiting 07:31:40 71ccac8d1797: Layer already exists 07:31:40 989e9687976d: Layer already exists 07:31:40 0333d9b66ba0: Layer already exists 07:31:40 9394ca980f8c: Layer already exists 07:31:40 d7745f295036: Layer already exists 07:31:40 9fc6cd2aac1f: Layer already exists 07:31:40 286adad5a5e8: Layer already exists 07:31:40 dfa93c67802f: Layer already exists 07:31:40 553c9b0088ca: Layer already exists 07:31:40 7eed5b7238b1: Layer already exists 07:31:40 dd9c8f8612c8: Layer already exists 07:31:40 main: digest: sha256:713bad42b74c84ab6422bea9a22e022701c99086e890839c0f4cb8211d22d4b5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:41 ===================================================== [Pipeline] echo 07:31:41 taggedImages: 07:31:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:31:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.16 07:31:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 07:31:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 07:31:41 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:41 latest 07:31:41 4.1.0-dev.16 07:31:41 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:41 main 07:31:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:41 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:31:41 f17bb45bcc59: Preparing 07:31:41 d780c34caad5: Preparing 07:31:41 0a071a07b73f: Preparing 07:31:41 e51f0229403d: Preparing 07:31:41 5004c0dbdda0: Preparing 07:31:41 81dc11c18aad: Preparing 07:31:41 d6fd0cc168a0: Preparing 07:31:41 286adad5a5e8: Preparing 07:31:41 553c9b0088ca: Preparing 07:31:41 48225ef9c6d5: Preparing 07:31:41 9056b51e5cce: Preparing 07:31:41 dd9c8f8612c8: Preparing 07:31:41 553c9b0088ca: Waiting 07:31:41 81dc11c18aad: Waiting 07:31:41 48225ef9c6d5: Waiting 07:31:41 dd9c8f8612c8: Waiting 07:31:41 9056b51e5cce: Waiting 07:31:41 d6fd0cc168a0: Waiting 07:31:41 286adad5a5e8: Waiting 07:31:42 d780c34caad5: Pushed 07:31:42 5004c0dbdda0: Pushed 07:31:42 f17bb45bcc59: Pushed 07:31:42 286adad5a5e8: Layer already exists 07:31:42 553c9b0088ca: Layer already exists 07:31:42 81dc11c18aad: Pushed 07:31:42 d6fd0cc168a0: Pushed 07:31:42 dd9c8f8612c8: Layer already exists 07:31:42 48225ef9c6d5: Pushed 07:31:44 9056b51e5cce: Pushed 07:31:46 e51f0229403d: Pushed 07:31:48 0a071a07b73f: Pushed 07:31:48 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:baefc19b230b4e6e4f40b3e8f7099f2072b6b5398c8002f9e5be0898ea4a2477 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:48 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:31:48 f17bb45bcc59: Preparing 07:31:48 d780c34caad5: Preparing 07:31:48 0a071a07b73f: Preparing 07:31:48 e51f0229403d: Preparing 07:31:48 5004c0dbdda0: Preparing 07:31:48 81dc11c18aad: Preparing 07:31:48 d6fd0cc168a0: Preparing 07:31:48 286adad5a5e8: Preparing 07:31:48 553c9b0088ca: Preparing 07:31:48 48225ef9c6d5: Preparing 07:31:48 9056b51e5cce: Preparing 07:31:48 dd9c8f8612c8: Preparing 07:31:48 81dc11c18aad: Waiting 07:31:48 d6fd0cc168a0: Waiting 07:31:48 286adad5a5e8: Waiting 07:31:48 553c9b0088ca: Waiting 07:31:48 dd9c8f8612c8: Waiting 07:31:48 48225ef9c6d5: Waiting 07:31:48 9056b51e5cce: Waiting 07:31:48 d780c34caad5: Layer already exists 07:31:48 e51f0229403d: Layer already exists 07:31:48 f17bb45bcc59: Layer already exists 07:31:48 0a071a07b73f: Layer already exists 07:31:48 5004c0dbdda0: Layer already exists 07:31:48 d6fd0cc168a0: Layer already exists 07:31:48 286adad5a5e8: Layer already exists 07:31:48 81dc11c18aad: Layer already exists 07:31:48 48225ef9c6d5: Layer already exists 07:31:48 553c9b0088ca: Layer already exists 07:31:48 dd9c8f8612c8: Layer already exists 07:31:48 9056b51e5cce: Layer already exists 07:31:49 latest: digest: sha256:baefc19b230b4e6e4f40b3e8f7099f2072b6b5398c8002f9e5be0898ea4a2477 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.16 07:31:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:31:49 f17bb45bcc59: Preparing 07:31:49 d780c34caad5: Preparing 07:31:49 0a071a07b73f: Preparing 07:31:49 e51f0229403d: Preparing 07:31:49 5004c0dbdda0: Preparing 07:31:49 81dc11c18aad: Preparing 07:31:49 d6fd0cc168a0: Preparing 07:31:49 286adad5a5e8: Preparing 07:31:49 553c9b0088ca: Preparing 07:31:49 48225ef9c6d5: Preparing 07:31:49 9056b51e5cce: Preparing 07:31:49 dd9c8f8612c8: Preparing 07:31:49 81dc11c18aad: Waiting 07:31:49 d6fd0cc168a0: Waiting 07:31:49 286adad5a5e8: Waiting 07:31:49 553c9b0088ca: Waiting 07:31:49 48225ef9c6d5: Waiting 07:31:49 9056b51e5cce: Waiting 07:31:49 dd9c8f8612c8: Waiting 07:31:49 f17bb45bcc59: Layer already exists 07:31:49 5004c0dbdda0: Layer already exists 07:31:49 0a071a07b73f: Layer already exists 07:31:49 e51f0229403d: Layer already exists 07:31:49 d780c34caad5: Layer already exists 07:31:49 286adad5a5e8: Layer already exists 07:31:49 d6fd0cc168a0: Layer already exists 07:31:49 81dc11c18aad: Layer already exists 07:31:49 553c9b0088ca: Layer already exists 07:31:49 48225ef9c6d5: Layer already exists 07:31:49 9056b51e5cce: Layer already exists 07:31:49 dd9c8f8612c8: Layer already exists 07:31:50 4.1.0-dev.16: digest: sha256:baefc19b230b4e6e4f40b3e8f7099f2072b6b5398c8002f9e5be0898ea4a2477 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:31:50 f17bb45bcc59: Preparing 07:31:50 d780c34caad5: Preparing 07:31:50 0a071a07b73f: Preparing 07:31:50 e51f0229403d: Preparing 07:31:50 5004c0dbdda0: Preparing 07:31:50 81dc11c18aad: Preparing 07:31:50 d6fd0cc168a0: Preparing 07:31:50 286adad5a5e8: Preparing 07:31:50 553c9b0088ca: Preparing 07:31:50 48225ef9c6d5: Preparing 07:31:50 9056b51e5cce: Preparing 07:31:50 dd9c8f8612c8: Preparing 07:31:50 286adad5a5e8: Waiting 07:31:50 553c9b0088ca: Waiting 07:31:50 48225ef9c6d5: Waiting 07:31:50 9056b51e5cce: Waiting 07:31:50 dd9c8f8612c8: Waiting 07:31:50 81dc11c18aad: Waiting 07:31:50 d6fd0cc168a0: Waiting 07:31:50 f17bb45bcc59: Layer already exists 07:31:50 0a071a07b73f: Layer already exists 07:31:50 e51f0229403d: Layer already exists 07:31:50 d780c34caad5: Layer already exists 07:31:50 5004c0dbdda0: Layer already exists 07:31:50 81dc11c18aad: Layer already exists 07:31:50 553c9b0088ca: Layer already exists 07:31:50 d6fd0cc168a0: Layer already exists 07:31:50 286adad5a5e8: Layer already exists 07:31:50 48225ef9c6d5: Layer already exists 07:31:50 9056b51e5cce: Layer already exists 07:31:50 dd9c8f8612c8: Layer already exists 07:31:51 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:baefc19b230b4e6e4f40b3e8f7099f2072b6b5398c8002f9e5be0898ea4a2477 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 07:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:31:51 f17bb45bcc59: Preparing 07:31:51 d780c34caad5: Preparing 07:31:51 0a071a07b73f: Preparing 07:31:51 e51f0229403d: Preparing 07:31:51 5004c0dbdda0: Preparing 07:31:51 81dc11c18aad: Preparing 07:31:51 d6fd0cc168a0: Preparing 07:31:51 286adad5a5e8: Preparing 07:31:51 553c9b0088ca: Preparing 07:31:51 48225ef9c6d5: Preparing 07:31:51 9056b51e5cce: Preparing 07:31:51 dd9c8f8612c8: Preparing 07:31:51 81dc11c18aad: Waiting 07:31:51 d6fd0cc168a0: Waiting 07:31:51 286adad5a5e8: Waiting 07:31:51 553c9b0088ca: Waiting 07:31:51 48225ef9c6d5: Waiting 07:31:51 9056b51e5cce: Waiting 07:31:51 dd9c8f8612c8: Waiting 07:31:51 0a071a07b73f: Layer already exists 07:31:51 5004c0dbdda0: Layer already exists 07:31:51 f17bb45bcc59: Layer already exists 07:31:51 d780c34caad5: Layer already exists 07:31:51 e51f0229403d: Layer already exists 07:31:51 81dc11c18aad: Layer already exists 07:31:51 553c9b0088ca: Layer already exists 07:31:51 d6fd0cc168a0: Layer already exists 07:31:51 48225ef9c6d5: Layer already exists 07:31:51 286adad5a5e8: Layer already exists 07:31:51 dd9c8f8612c8: Layer already exists 07:31:51 9056b51e5cce: Layer already exists 07:31:52 main: digest: sha256:baefc19b230b4e6e4f40b3e8f7099f2072b6b5398c8002f9e5be0898ea4a2477 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:52 ===================================================== [Pipeline] echo 07:31:52 taggedImages: 07:31:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:31:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.16 07:31:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 07:31:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 07:31:52 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:52 latest 07:31:52 4.1.0-dev.16 07:31:52 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:31:52 main 07:31:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:31:53 87b8e06ac8d6: Preparing 07:31:53 d91f5d41cee8: Preparing 07:31:53 286adad5a5e8: Preparing 07:31:53 553c9b0088ca: Preparing 07:31:53 53ea623891f7: Preparing 07:31:53 f71ccc46ba8e: Preparing 07:31:53 dd9c8f8612c8: Preparing 07:31:53 f71ccc46ba8e: Waiting 07:31:53 286adad5a5e8: Layer already exists 07:31:53 553c9b0088ca: Layer already exists 07:31:53 dd9c8f8612c8: Layer already exists 07:31:53 53ea623891f7: Pushed 07:31:53 87b8e06ac8d6: Pushed 07:31:55 f71ccc46ba8e: Pushed 07:31:59 d91f5d41cee8: Pushed 07:31:59 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:344cf97a361754d359d71fd0be60e830e342f13187ffcdedbd69cadf8c4e717c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:00 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:32:00 87b8e06ac8d6: Preparing 07:32:00 d91f5d41cee8: Preparing 07:32:00 286adad5a5e8: Preparing 07:32:00 553c9b0088ca: Preparing 07:32:00 53ea623891f7: Preparing 07:32:00 f71ccc46ba8e: Preparing 07:32:00 dd9c8f8612c8: Preparing 07:32:00 f71ccc46ba8e: Waiting 07:32:00 dd9c8f8612c8: Waiting 07:32:00 87b8e06ac8d6: Layer already exists 07:32:00 553c9b0088ca: Layer already exists 07:32:00 d91f5d41cee8: Layer already exists 07:32:00 286adad5a5e8: Layer already exists 07:32:00 53ea623891f7: Layer already exists 07:32:00 f71ccc46ba8e: Layer already exists 07:32:00 dd9c8f8612c8: Layer already exists 07:32:00 latest: digest: sha256:344cf97a361754d359d71fd0be60e830e342f13187ffcdedbd69cadf8c4e717c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.16 07:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:32:01 87b8e06ac8d6: Preparing 07:32:01 d91f5d41cee8: Preparing 07:32:01 286adad5a5e8: Preparing 07:32:01 553c9b0088ca: Preparing 07:32:01 53ea623891f7: Preparing 07:32:01 f71ccc46ba8e: Preparing 07:32:01 dd9c8f8612c8: Preparing 07:32:01 dd9c8f8612c8: Waiting 07:32:01 f71ccc46ba8e: Waiting 07:32:01 d91f5d41cee8: Layer already exists 07:32:01 87b8e06ac8d6: Layer already exists 07:32:01 53ea623891f7: Layer already exists 07:32:01 286adad5a5e8: Layer already exists 07:32:01 553c9b0088ca: Layer already exists 07:32:01 dd9c8f8612c8: Layer already exists 07:32:01 f71ccc46ba8e: Layer already exists 07:32:01 4.1.0-dev.16: digest: sha256:344cf97a361754d359d71fd0be60e830e342f13187ffcdedbd69cadf8c4e717c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:32:02 87b8e06ac8d6: Preparing 07:32:02 d91f5d41cee8: Preparing 07:32:02 286adad5a5e8: Preparing 07:32:02 553c9b0088ca: Preparing 07:32:02 53ea623891f7: Preparing 07:32:02 f71ccc46ba8e: Preparing 07:32:02 dd9c8f8612c8: Preparing 07:32:02 f71ccc46ba8e: Waiting 07:32:02 dd9c8f8612c8: Waiting 07:32:02 d91f5d41cee8: Layer already exists 07:32:02 553c9b0088ca: Layer already exists 07:32:02 87b8e06ac8d6: Layer already exists 07:32:02 53ea623891f7: Layer already exists 07:32:02 286adad5a5e8: Layer already exists 07:32:02 dd9c8f8612c8: Layer already exists 07:32:02 f71ccc46ba8e: Layer already exists 07:32:02 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:344cf97a361754d359d71fd0be60e830e342f13187ffcdedbd69cadf8c4e717c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 07:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:32:03 87b8e06ac8d6: Preparing 07:32:03 d91f5d41cee8: Preparing 07:32:03 286adad5a5e8: Preparing 07:32:03 553c9b0088ca: Preparing 07:32:03 53ea623891f7: Preparing 07:32:03 f71ccc46ba8e: Preparing 07:32:03 dd9c8f8612c8: Preparing 07:32:03 f71ccc46ba8e: Waiting 07:32:03 dd9c8f8612c8: Waiting 07:32:03 d91f5d41cee8: Layer already exists 07:32:03 286adad5a5e8: Layer already exists 07:32:03 53ea623891f7: Layer already exists 07:32:03 87b8e06ac8d6: Layer already exists 07:32:03 553c9b0088ca: Layer already exists 07:32:03 dd9c8f8612c8: Layer already exists 07:32:03 f71ccc46ba8e: Layer already exists 07:32:03 main: digest: sha256:344cf97a361754d359d71fd0be60e830e342f13187ffcdedbd69cadf8c4e717c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:03 ===================================================== [Pipeline] echo 07:32:03 taggedImages: 07:32:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:32:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:32:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.16 07:32:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:32:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 07:32:03 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 07:32:03 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:32:03 latest 07:32:03 4.1.0-dev.16 07:32:03 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:32:03 main 07:32:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:32:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:32:04 0fb613240243: Preparing 07:32:04 da2f516c5653: Preparing 07:32:04 292a0355ee23: Preparing 07:32:04 286adad5a5e8: Preparing 07:32:04 553c9b0088ca: Preparing 07:32:04 d8ecf3be305d: Preparing 07:32:04 ebf5c49149e9: Preparing 07:32:04 21744e05b902: Preparing 07:32:04 89cd619b738d: Preparing 07:32:04 dd9c8f8612c8: Preparing 07:32:04 d8ecf3be305d: Waiting 07:32:04 ebf5c49149e9: Waiting 07:32:04 21744e05b902: Waiting 07:32:04 89cd619b738d: Waiting 07:32:04 dd9c8f8612c8: Waiting 07:32:04 286adad5a5e8: Layer already exists 07:32:04 553c9b0088ca: Layer already exists 07:32:04 292a0355ee23: Pushed 07:32:04 da2f516c5653: Pushed 07:32:04 0fb613240243: Pushed 07:32:04 dd9c8f8612c8: Layer already exists 07:32:04 21744e05b902: Pushed 07:32:05 89cd619b738d: Pushed 07:32:15 ebf5c49149e9: Pushed 07:32:30 d8ecf3be305d: Pushed 07:32:30 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:7645145abf45badd05bf0f92b8b88d3dd3546dd9cb6c7e608f8855f8f9a7e0a6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:32:31 0fb613240243: Preparing 07:32:31 da2f516c5653: Preparing 07:32:31 292a0355ee23: Preparing 07:32:31 286adad5a5e8: Preparing 07:32:31 553c9b0088ca: Preparing 07:32:31 d8ecf3be305d: Preparing 07:32:31 ebf5c49149e9: Preparing 07:32:31 21744e05b902: Preparing 07:32:31 89cd619b738d: Preparing 07:32:31 dd9c8f8612c8: Preparing 07:32:31 21744e05b902: Waiting 07:32:31 89cd619b738d: Waiting 07:32:31 dd9c8f8612c8: Waiting 07:32:31 d8ecf3be305d: Waiting 07:32:31 ebf5c49149e9: Waiting 07:32:31 0fb613240243: Layer already exists 07:32:31 286adad5a5e8: Layer already exists 07:32:31 553c9b0088ca: Layer already exists 07:32:31 da2f516c5653: Layer already exists 07:32:31 292a0355ee23: Layer already exists 07:32:31 ebf5c49149e9: Layer already exists 07:32:31 21744e05b902: Layer already exists 07:32:31 89cd619b738d: Layer already exists 07:32:31 d8ecf3be305d: Layer already exists 07:32:31 dd9c8f8612c8: Layer already exists 07:32:31 latest: digest: sha256:7645145abf45badd05bf0f92b8b88d3dd3546dd9cb6c7e608f8855f8f9a7e0a6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.16 07:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:32:32 0fb613240243: Preparing 07:32:32 da2f516c5653: Preparing 07:32:32 292a0355ee23: Preparing 07:32:32 286adad5a5e8: Preparing 07:32:32 553c9b0088ca: Preparing 07:32:32 d8ecf3be305d: Preparing 07:32:32 ebf5c49149e9: Preparing 07:32:32 21744e05b902: Preparing 07:32:32 89cd619b738d: Preparing 07:32:32 dd9c8f8612c8: Preparing 07:32:32 ebf5c49149e9: Waiting 07:32:32 21744e05b902: Waiting 07:32:32 89cd619b738d: Waiting 07:32:32 dd9c8f8612c8: Waiting 07:32:32 d8ecf3be305d: Waiting 07:32:32 292a0355ee23: Layer already exists 07:32:32 0fb613240243: Layer already exists 07:32:32 da2f516c5653: Layer already exists 07:32:32 286adad5a5e8: Layer already exists 07:32:32 553c9b0088ca: Layer already exists 07:32:32 ebf5c49149e9: Layer already exists 07:32:32 89cd619b738d: Layer already exists 07:32:32 d8ecf3be305d: Layer already exists 07:32:32 21744e05b902: Layer already exists 07:32:32 dd9c8f8612c8: Layer already exists 07:32:32 4.1.0-dev.16: digest: sha256:7645145abf45badd05bf0f92b8b88d3dd3546dd9cb6c7e608f8855f8f9a7e0a6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:33 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:32:33 0fb613240243: Preparing 07:32:33 da2f516c5653: Preparing 07:32:33 292a0355ee23: Preparing 07:32:33 286adad5a5e8: Preparing 07:32:33 553c9b0088ca: Preparing 07:32:33 d8ecf3be305d: Preparing 07:32:33 ebf5c49149e9: Preparing 07:32:33 21744e05b902: Preparing 07:32:33 89cd619b738d: Preparing 07:32:33 dd9c8f8612c8: Preparing 07:32:33 d8ecf3be305d: Waiting 07:32:33 ebf5c49149e9: Waiting 07:32:33 21744e05b902: Waiting 07:32:33 dd9c8f8612c8: Waiting 07:32:33 89cd619b738d: Waiting 07:32:33 286adad5a5e8: Layer already exists 07:32:33 0fb613240243: Layer already exists 07:32:33 da2f516c5653: Layer already exists 07:32:33 292a0355ee23: Layer already exists 07:32:33 553c9b0088ca: Layer already exists 07:32:33 d8ecf3be305d: Layer already exists 07:32:33 21744e05b902: Layer already exists 07:32:33 ebf5c49149e9: Layer already exists 07:32:33 89cd619b738d: Layer already exists 07:32:33 dd9c8f8612c8: Layer already exists 07:32:33 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:7645145abf45badd05bf0f92b8b88d3dd3546dd9cb6c7e608f8855f8f9a7e0a6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 07:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:32:34 0fb613240243: Preparing 07:32:34 da2f516c5653: Preparing 07:32:34 292a0355ee23: Preparing 07:32:34 286adad5a5e8: Preparing 07:32:34 553c9b0088ca: Preparing 07:32:34 d8ecf3be305d: Preparing 07:32:34 ebf5c49149e9: Preparing 07:32:34 21744e05b902: Preparing 07:32:34 89cd619b738d: Preparing 07:32:34 dd9c8f8612c8: Preparing 07:32:34 ebf5c49149e9: Waiting 07:32:34 21744e05b902: Waiting 07:32:34 89cd619b738d: Waiting 07:32:34 dd9c8f8612c8: Waiting 07:32:34 d8ecf3be305d: Waiting 07:32:34 0fb613240243: Layer already exists 07:32:34 292a0355ee23: Layer already exists 07:32:34 da2f516c5653: Layer already exists 07:32:34 286adad5a5e8: Layer already exists 07:32:34 553c9b0088ca: Layer already exists 07:32:34 d8ecf3be305d: Layer already exists 07:32:34 21744e05b902: Layer already exists 07:32:34 89cd619b738d: Layer already exists 07:32:34 ebf5c49149e9: Layer already exists 07:32:34 dd9c8f8612c8: Layer already exists 07:32:34 main: digest: sha256:7645145abf45badd05bf0f92b8b88d3dd3546dd9cb6c7e608f8855f8f9a7e0a6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:34 ===================================================== [Pipeline] echo 07:32:34 taggedImages: 07:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.16 07:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 07:32:34 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 07:32:34 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:32:34 latest 07:32:34 4.1.0-dev.16 07:32:34 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:32:34 main 07:32:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:32:35 fc436aecad2c: Preparing 07:32:35 73083e302b4c: Preparing 07:32:35 7d1d7d02181f: Preparing 07:32:35 286adad5a5e8: Preparing 07:32:35 553c9b0088ca: Preparing 07:32:35 fa7a00507af4: Preparing 07:32:35 9df029cf3a26: Preparing 07:32:35 3c0f56c6a4a3: Preparing 07:32:35 dd9c8f8612c8: Preparing 07:32:35 9df029cf3a26: Waiting 07:32:35 3c0f56c6a4a3: Waiting 07:32:35 dd9c8f8612c8: Waiting 07:32:35 fa7a00507af4: Waiting 07:32:35 286adad5a5e8: Layer already exists 07:32:35 553c9b0088ca: Layer already exists 07:32:35 7d1d7d02181f: Pushed 07:32:35 73083e302b4c: Pushed 07:32:35 fc436aecad2c: Pushed 07:32:35 dd9c8f8612c8: Layer already exists 07:32:35 9df029cf3a26: Pushed 07:32:36 3c0f56c6a4a3: Pushed 07:33:03 fa7a00507af4: Pushed 07:33:03 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:a7c68660384a425e068cc08a70af62a097f5121bd73b2f46ae6d908196726368 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:03 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:33:03 fc436aecad2c: Preparing 07:33:03 73083e302b4c: Preparing 07:33:03 7d1d7d02181f: Preparing 07:33:03 286adad5a5e8: Preparing 07:33:03 553c9b0088ca: Preparing 07:33:03 fa7a00507af4: Preparing 07:33:03 9df029cf3a26: Preparing 07:33:03 3c0f56c6a4a3: Preparing 07:33:03 dd9c8f8612c8: Preparing 07:33:03 fa7a00507af4: Waiting 07:33:03 9df029cf3a26: Waiting 07:33:03 3c0f56c6a4a3: Waiting 07:33:03 dd9c8f8612c8: Waiting 07:33:03 73083e302b4c: Layer already exists 07:33:03 fc436aecad2c: Layer already exists 07:33:03 286adad5a5e8: Layer already exists 07:33:03 7d1d7d02181f: Layer already exists 07:33:03 553c9b0088ca: Layer already exists 07:33:03 9df029cf3a26: Layer already exists 07:33:03 3c0f56c6a4a3: Layer already exists 07:33:03 dd9c8f8612c8: Layer already exists 07:33:03 fa7a00507af4: Layer already exists 07:33:04 latest: digest: sha256:a7c68660384a425e068cc08a70af62a097f5121bd73b2f46ae6d908196726368 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:04 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.16 07:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:33:04 fc436aecad2c: Preparing 07:33:04 73083e302b4c: Preparing 07:33:04 7d1d7d02181f: Preparing 07:33:04 286adad5a5e8: Preparing 07:33:04 553c9b0088ca: Preparing 07:33:04 fa7a00507af4: Preparing 07:33:04 9df029cf3a26: Preparing 07:33:04 3c0f56c6a4a3: Preparing 07:33:04 dd9c8f8612c8: Preparing 07:33:04 fa7a00507af4: Waiting 07:33:04 9df029cf3a26: Waiting 07:33:04 3c0f56c6a4a3: Waiting 07:33:04 dd9c8f8612c8: Waiting 07:33:04 286adad5a5e8: Layer already exists 07:33:04 7d1d7d02181f: Layer already exists 07:33:04 73083e302b4c: Layer already exists 07:33:04 fc436aecad2c: Layer already exists 07:33:04 553c9b0088ca: Layer already exists 07:33:04 9df029cf3a26: Layer already exists 07:33:04 3c0f56c6a4a3: Layer already exists 07:33:04 dd9c8f8612c8: Layer already exists 07:33:04 fa7a00507af4: Layer already exists 07:33:04 4.1.0-dev.16: digest: sha256:a7c68660384a425e068cc08a70af62a097f5121bd73b2f46ae6d908196726368 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:33:05 fc436aecad2c: Preparing 07:33:05 73083e302b4c: Preparing 07:33:05 7d1d7d02181f: Preparing 07:33:05 286adad5a5e8: Preparing 07:33:05 553c9b0088ca: Preparing 07:33:05 fa7a00507af4: Preparing 07:33:05 9df029cf3a26: Preparing 07:33:05 3c0f56c6a4a3: Preparing 07:33:05 dd9c8f8612c8: Preparing 07:33:05 9df029cf3a26: Waiting 07:33:05 3c0f56c6a4a3: Waiting 07:33:05 dd9c8f8612c8: Waiting 07:33:05 fa7a00507af4: Waiting 07:33:05 73083e302b4c: Layer already exists 07:33:05 fc436aecad2c: Layer already exists 07:33:05 7d1d7d02181f: Layer already exists 07:33:05 553c9b0088ca: Layer already exists 07:33:05 286adad5a5e8: Layer already exists 07:33:05 fa7a00507af4: Layer already exists 07:33:05 3c0f56c6a4a3: Layer already exists 07:33:05 9df029cf3a26: Layer already exists 07:33:05 dd9c8f8612c8: Layer already exists 07:33:05 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:a7c68660384a425e068cc08a70af62a097f5121bd73b2f46ae6d908196726368 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 07:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:33:06 fc436aecad2c: Preparing 07:33:06 73083e302b4c: Preparing 07:33:06 7d1d7d02181f: Preparing 07:33:06 286adad5a5e8: Preparing 07:33:06 553c9b0088ca: Preparing 07:33:06 fa7a00507af4: Preparing 07:33:06 9df029cf3a26: Preparing 07:33:06 3c0f56c6a4a3: Preparing 07:33:06 dd9c8f8612c8: Preparing 07:33:06 9df029cf3a26: Waiting 07:33:06 fa7a00507af4: Waiting 07:33:06 3c0f56c6a4a3: Waiting 07:33:06 dd9c8f8612c8: Waiting 07:33:06 553c9b0088ca: Layer already exists 07:33:06 73083e302b4c: Layer already exists 07:33:06 286adad5a5e8: Layer already exists 07:33:06 7d1d7d02181f: Layer already exists 07:33:06 fc436aecad2c: Layer already exists 07:33:06 fa7a00507af4: Layer already exists 07:33:06 dd9c8f8612c8: Layer already exists 07:33:06 9df029cf3a26: Layer already exists 07:33:06 3c0f56c6a4a3: Layer already exists 07:33:06 main: digest: sha256:a7c68660384a425e068cc08a70af62a097f5121bd73b2f46ae6d908196726368 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:06 ===================================================== [Pipeline] echo 07:33:06 taggedImages: 07:33:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:33:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.16 07:33:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 07:33:07 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 07:33:07 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:07 latest 07:33:07 4.1.0-dev.16 07:33:07 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:07 main 07:33:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:33:07 c9981510e733: Preparing 07:33:07 708b496ad517: Preparing 07:33:07 9ad7afa6c1f1: Preparing 07:33:07 286adad5a5e8: Preparing 07:33:07 553c9b0088ca: Preparing 07:33:07 fa7a00507af4: Preparing 07:33:07 21744e05b902: Preparing 07:33:07 fa7a00507af4: Waiting 07:33:07 21744e05b902: Waiting 07:33:07 89cd619b738d: Preparing 07:33:07 dd9c8f8612c8: Preparing 07:33:07 dd9c8f8612c8: Waiting 07:33:07 89cd619b738d: Waiting 07:33:07 286adad5a5e8: Layer already exists 07:33:07 553c9b0088ca: Layer already exists 07:33:07 fa7a00507af4: Layer already exists 07:33:07 21744e05b902: Layer already exists 07:33:07 89cd619b738d: Layer already exists 07:33:07 708b496ad517: Pushed 07:33:07 9ad7afa6c1f1: Pushed 07:33:07 c9981510e733: Pushed 07:33:07 dd9c8f8612c8: Layer already exists 07:33:07 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:8d2eb487eba244d5517f96adeafd0fd97ba8b5d4e6d7c88621acc9f427ff04c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:33:08 c9981510e733: Preparing 07:33:08 708b496ad517: Preparing 07:33:08 9ad7afa6c1f1: Preparing 07:33:08 286adad5a5e8: Preparing 07:33:08 553c9b0088ca: Preparing 07:33:08 fa7a00507af4: Preparing 07:33:08 21744e05b902: Preparing 07:33:08 89cd619b738d: Preparing 07:33:08 dd9c8f8612c8: Preparing 07:33:08 21744e05b902: Waiting 07:33:08 89cd619b738d: Waiting 07:33:08 dd9c8f8612c8: Waiting 07:33:08 fa7a00507af4: Waiting 07:33:08 708b496ad517: Layer already exists 07:33:08 c9981510e733: Layer already exists 07:33:08 9ad7afa6c1f1: Layer already exists 07:33:08 553c9b0088ca: Layer already exists 07:33:08 286adad5a5e8: Layer already exists 07:33:08 89cd619b738d: Layer already exists 07:33:08 21744e05b902: Layer already exists 07:33:08 dd9c8f8612c8: Layer already exists 07:33:08 fa7a00507af4: Layer already exists 07:33:08 latest: digest: sha256:8d2eb487eba244d5517f96adeafd0fd97ba8b5d4e6d7c88621acc9f427ff04c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.16 07:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:33:09 c9981510e733: Preparing 07:33:09 708b496ad517: Preparing 07:33:09 9ad7afa6c1f1: Preparing 07:33:09 286adad5a5e8: Preparing 07:33:09 553c9b0088ca: Preparing 07:33:09 fa7a00507af4: Preparing 07:33:09 21744e05b902: Preparing 07:33:09 89cd619b738d: Preparing 07:33:09 dd9c8f8612c8: Preparing 07:33:09 21744e05b902: Waiting 07:33:09 89cd619b738d: Waiting 07:33:09 dd9c8f8612c8: Waiting 07:33:09 fa7a00507af4: Waiting 07:33:09 c9981510e733: Layer already exists 07:33:09 708b496ad517: Layer already exists 07:33:09 9ad7afa6c1f1: Layer already exists 07:33:09 286adad5a5e8: Layer already exists 07:33:09 553c9b0088ca: Layer already exists 07:33:09 fa7a00507af4: Layer already exists 07:33:09 89cd619b738d: Layer already exists 07:33:09 21744e05b902: Layer already exists 07:33:09 dd9c8f8612c8: Layer already exists 07:33:09 4.1.0-dev.16: digest: sha256:8d2eb487eba244d5517f96adeafd0fd97ba8b5d4e6d7c88621acc9f427ff04c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:33:10 c9981510e733: Preparing 07:33:10 708b496ad517: Preparing 07:33:10 9ad7afa6c1f1: Preparing 07:33:10 286adad5a5e8: Preparing 07:33:10 553c9b0088ca: Preparing 07:33:10 fa7a00507af4: Preparing 07:33:10 21744e05b902: Preparing 07:33:10 fa7a00507af4: Waiting 07:33:10 89cd619b738d: Preparing 07:33:10 dd9c8f8612c8: Preparing 07:33:10 21744e05b902: Waiting 07:33:10 dd9c8f8612c8: Waiting 07:33:10 89cd619b738d: Waiting 07:33:10 c9981510e733: Layer already exists 07:33:10 708b496ad517: Layer already exists 07:33:10 553c9b0088ca: Layer already exists 07:33:10 286adad5a5e8: Layer already exists 07:33:10 9ad7afa6c1f1: Layer already exists 07:33:10 89cd619b738d: Layer already exists 07:33:10 21744e05b902: Layer already exists 07:33:10 dd9c8f8612c8: Layer already exists 07:33:10 fa7a00507af4: Layer already exists 07:33:10 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:8d2eb487eba244d5517f96adeafd0fd97ba8b5d4e6d7c88621acc9f427ff04c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:11 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 07:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:33:11 c9981510e733: Preparing 07:33:11 708b496ad517: Preparing 07:33:11 9ad7afa6c1f1: Preparing 07:33:11 286adad5a5e8: Preparing 07:33:11 553c9b0088ca: Preparing 07:33:11 fa7a00507af4: Preparing 07:33:11 21744e05b902: Preparing 07:33:11 89cd619b738d: Preparing 07:33:11 dd9c8f8612c8: Preparing 07:33:11 fa7a00507af4: Waiting 07:33:11 21744e05b902: Waiting 07:33:11 89cd619b738d: Waiting 07:33:11 dd9c8f8612c8: Waiting 07:33:11 9ad7afa6c1f1: Layer already exists 07:33:11 708b496ad517: Layer already exists 07:33:11 286adad5a5e8: Layer already exists 07:33:11 553c9b0088ca: Layer already exists 07:33:11 c9981510e733: Layer already exists 07:33:11 fa7a00507af4: Layer already exists 07:33:11 21744e05b902: Layer already exists 07:33:11 89cd619b738d: Layer already exists 07:33:11 dd9c8f8612c8: Layer already exists 07:33:11 main: digest: sha256:8d2eb487eba244d5517f96adeafd0fd97ba8b5d4e6d7c88621acc9f427ff04c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:11 ===================================================== [Pipeline] echo 07:33:11 taggedImages: 07:33:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:33:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.16 07:33:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 07:33:11 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 07:33:11 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:11 latest 07:33:11 4.1.0-dev.16 07:33:11 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:11 main 07:33:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:33:12 a4ed138506c8: Preparing 07:33:12 c85a55ed2e23: Preparing 07:33:12 286adad5a5e8: Preparing 07:33:12 553c9b0088ca: Preparing 07:33:12 c20c99dacbb7: Preparing 07:33:12 92d4bf1aa748: Preparing 07:33:12 dd9c8f8612c8: Preparing 07:33:12 92d4bf1aa748: Waiting 07:33:12 dd9c8f8612c8: Waiting 07:33:12 286adad5a5e8: Layer already exists 07:33:12 553c9b0088ca: Layer already exists 07:33:12 dd9c8f8612c8: Layer already exists 07:33:12 c20c99dacbb7: Pushed 07:33:12 a4ed138506c8: Pushed 07:33:13 92d4bf1aa748: Pushed 07:33:21 c85a55ed2e23: Pushed 07:33:21 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:18a47d75543f6d536d12359527d2348ec28be00782315008dfa7201adae405a4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:33:22 a4ed138506c8: Preparing 07:33:22 c85a55ed2e23: Preparing 07:33:22 286adad5a5e8: Preparing 07:33:22 553c9b0088ca: Preparing 07:33:22 c20c99dacbb7: Preparing 07:33:22 92d4bf1aa748: Preparing 07:33:22 dd9c8f8612c8: Preparing 07:33:22 92d4bf1aa748: Waiting 07:33:22 dd9c8f8612c8: Waiting 07:33:22 553c9b0088ca: Layer already exists 07:33:22 286adad5a5e8: Layer already exists 07:33:22 c85a55ed2e23: Layer already exists 07:33:22 a4ed138506c8: Layer already exists 07:33:22 c20c99dacbb7: Layer already exists 07:33:22 92d4bf1aa748: Layer already exists 07:33:22 dd9c8f8612c8: Layer already exists 07:33:22 latest: digest: sha256:18a47d75543f6d536d12359527d2348ec28be00782315008dfa7201adae405a4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.16 07:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:33:23 a4ed138506c8: Preparing 07:33:23 c85a55ed2e23: Preparing 07:33:23 286adad5a5e8: Preparing 07:33:23 553c9b0088ca: Preparing 07:33:23 c20c99dacbb7: Preparing 07:33:23 92d4bf1aa748: Preparing 07:33:23 dd9c8f8612c8: Preparing 07:33:23 92d4bf1aa748: Waiting 07:33:23 dd9c8f8612c8: Waiting 07:33:23 a4ed138506c8: Layer already exists 07:33:23 c85a55ed2e23: Layer already exists 07:33:23 286adad5a5e8: Layer already exists 07:33:23 553c9b0088ca: Layer already exists 07:33:23 c20c99dacbb7: Layer already exists 07:33:23 92d4bf1aa748: Layer already exists 07:33:23 dd9c8f8612c8: Layer already exists 07:33:23 4.1.0-dev.16: digest: sha256:18a47d75543f6d536d12359527d2348ec28be00782315008dfa7201adae405a4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:33:24 a4ed138506c8: Preparing 07:33:24 c85a55ed2e23: Preparing 07:33:24 286adad5a5e8: Preparing 07:33:24 553c9b0088ca: Preparing 07:33:24 c20c99dacbb7: Preparing 07:33:24 92d4bf1aa748: Preparing 07:33:24 dd9c8f8612c8: Preparing 07:33:24 92d4bf1aa748: Waiting 07:33:24 dd9c8f8612c8: Waiting 07:33:24 553c9b0088ca: Layer already exists 07:33:24 c85a55ed2e23: Layer already exists 07:33:24 a4ed138506c8: Layer already exists 07:33:24 286adad5a5e8: Layer already exists 07:33:24 c20c99dacbb7: Layer already exists 07:33:24 dd9c8f8612c8: Layer already exists 07:33:24 92d4bf1aa748: Layer already exists 07:33:24 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:18a47d75543f6d536d12359527d2348ec28be00782315008dfa7201adae405a4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 07:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:33:25 a4ed138506c8: Preparing 07:33:25 c85a55ed2e23: Preparing 07:33:25 286adad5a5e8: Preparing 07:33:25 553c9b0088ca: Preparing 07:33:25 c20c99dacbb7: Preparing 07:33:25 92d4bf1aa748: Preparing 07:33:25 dd9c8f8612c8: Preparing 07:33:25 92d4bf1aa748: Waiting 07:33:25 dd9c8f8612c8: Waiting 07:33:25 a4ed138506c8: Layer already exists 07:33:25 c85a55ed2e23: Layer already exists 07:33:25 c20c99dacbb7: Layer already exists 07:33:25 286adad5a5e8: Layer already exists 07:33:25 553c9b0088ca: Layer already exists 07:33:25 dd9c8f8612c8: Layer already exists 07:33:25 92d4bf1aa748: Layer already exists 07:33:25 main: digest: sha256:18a47d75543f6d536d12359527d2348ec28be00782315008dfa7201adae405a4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:25 ===================================================== [Pipeline] echo 07:33:25 taggedImages: 07:33:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:33:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.16 07:33:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 07:33:25 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 07:33:25 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:25 latest 07:33:25 4.1.0-dev.16 07:33:25 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:25 main 07:33:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:33:26 8c5d3cc3ebc3: Preparing 07:33:26 a3a81a647553: Preparing 07:33:26 286adad5a5e8: Preparing 07:33:26 553c9b0088ca: Preparing 07:33:26 1b4bca547314: Preparing 07:33:26 4f83a41bc6f8: Preparing 07:33:26 dd9c8f8612c8: Preparing 07:33:26 4f83a41bc6f8: Waiting 07:33:26 dd9c8f8612c8: Waiting 07:33:26 553c9b0088ca: Layer already exists 07:33:26 286adad5a5e8: Layer already exists 07:33:26 dd9c8f8612c8: Layer already exists 07:33:26 1b4bca547314: Pushed 07:33:26 8c5d3cc3ebc3: Pushed 07:33:27 4f83a41bc6f8: Pushed 07:33:35 a3a81a647553: Pushed 07:33:35 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f: digest: sha256:434c0ea83116e81202a11a159769abe4998435b485b5833c069ec3081ca1a3c0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:33:36 8c5d3cc3ebc3: Preparing 07:33:36 a3a81a647553: Preparing 07:33:36 286adad5a5e8: Preparing 07:33:36 553c9b0088ca: Preparing 07:33:36 1b4bca547314: Preparing 07:33:36 4f83a41bc6f8: Preparing 07:33:36 dd9c8f8612c8: Preparing 07:33:36 4f83a41bc6f8: Waiting 07:33:36 dd9c8f8612c8: Waiting 07:33:36 553c9b0088ca: Layer already exists 07:33:36 1b4bca547314: Layer already exists 07:33:36 286adad5a5e8: Layer already exists 07:33:36 a3a81a647553: Layer already exists 07:33:36 8c5d3cc3ebc3: Layer already exists 07:33:36 dd9c8f8612c8: Layer already exists 07:33:36 4f83a41bc6f8: Layer already exists 07:33:36 latest: digest: sha256:434c0ea83116e81202a11a159769abe4998435b485b5833c069ec3081ca1a3c0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.16 07:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:33:37 8c5d3cc3ebc3: Preparing 07:33:37 a3a81a647553: Preparing 07:33:37 286adad5a5e8: Preparing 07:33:37 553c9b0088ca: Preparing 07:33:37 1b4bca547314: Preparing 07:33:37 4f83a41bc6f8: Preparing 07:33:37 dd9c8f8612c8: Preparing 07:33:37 4f83a41bc6f8: Waiting 07:33:37 dd9c8f8612c8: Waiting 07:33:37 8c5d3cc3ebc3: Layer already exists 07:33:37 a3a81a647553: Layer already exists 07:33:37 553c9b0088ca: Layer already exists 07:33:37 286adad5a5e8: Layer already exists 07:33:37 1b4bca547314: Layer already exists 07:33:37 dd9c8f8612c8: Layer already exists 07:33:37 4f83a41bc6f8: Layer already exists 07:33:37 4.1.0-dev.16: digest: sha256:434c0ea83116e81202a11a159769abe4998435b485b5833c069ec3081ca1a3c0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:33:38 8c5d3cc3ebc3: Preparing 07:33:38 a3a81a647553: Preparing 07:33:38 286adad5a5e8: Preparing 07:33:38 553c9b0088ca: Preparing 07:33:38 1b4bca547314: Preparing 07:33:38 4f83a41bc6f8: Preparing 07:33:38 dd9c8f8612c8: Preparing 07:33:38 dd9c8f8612c8: Waiting 07:33:38 4f83a41bc6f8: Waiting 07:33:38 1b4bca547314: Layer already exists 07:33:38 a3a81a647553: Layer already exists 07:33:38 553c9b0088ca: Layer already exists 07:33:38 8c5d3cc3ebc3: Layer already exists 07:33:38 286adad5a5e8: Layer already exists 07:33:38 dd9c8f8612c8: Layer already exists 07:33:38 4f83a41bc6f8: Layer already exists 07:33:38 d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16: digest: sha256:434c0ea83116e81202a11a159769abe4998435b485b5833c069ec3081ca1a3c0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 07:33:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:33:39 8c5d3cc3ebc3: Preparing 07:33:39 a3a81a647553: Preparing 07:33:39 286adad5a5e8: Preparing 07:33:39 553c9b0088ca: Preparing 07:33:39 1b4bca547314: Preparing 07:33:39 4f83a41bc6f8: Preparing 07:33:39 dd9c8f8612c8: Preparing 07:33:39 dd9c8f8612c8: Waiting 07:33:39 4f83a41bc6f8: Waiting 07:33:39 8c5d3cc3ebc3: Layer already exists 07:33:39 553c9b0088ca: Layer already exists 07:33:39 286adad5a5e8: Layer already exists 07:33:39 a3a81a647553: Layer already exists 07:33:39 1b4bca547314: Layer already exists 07:33:39 4f83a41bc6f8: Layer already exists 07:33:39 dd9c8f8612c8: Layer already exists 07:33:39 main: digest: sha256:434c0ea83116e81202a11a159769abe4998435b485b5833c069ec3081ca1a3c0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:39 ===================================================== [Pipeline] echo 07:33:39 taggedImages: 07:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f 07:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.16 07:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 07:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d209f5f566f153f2d5bdc16c8eb18ad8d844a10f-4.1.0-dev.16 [Pipeline] echo 07:33:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:33:41 07:33:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:33:41 arm64: Pulling from edgex-lftools-log-publisher 07:33:41 8998bd30e6a1: Pulling fs layer 07:33:41 04944245beec: Pulling fs layer 07:33:41 699f458cf7ca: Pulling fs layer 07:33:41 765212b225bb: Pulling fs layer 07:33:41 f23df028b6ca: Pulling fs layer 07:33:41 d65c8cfc05b1: Pulling fs layer 07:33:41 2437ff75d9bd: Pulling fs layer 07:33:41 d65c8cfc05b1: Waiting 07:33:41 f23df028b6ca: Waiting 07:33:41 2437ff75d9bd: Waiting 07:33:41 765212b225bb: Waiting 07:33:41 04944245beec: Download complete 07:33:41 765212b225bb: Verifying Checksum 07:33:41 765212b225bb: Download complete 07:33:41 f23df028b6ca: Verifying Checksum 07:33:41 f23df028b6ca: Download complete 07:33:41 d65c8cfc05b1: Verifying Checksum 07:33:41 d65c8cfc05b1: Download complete 07:33:41 699f458cf7ca: Verifying Checksum 07:33:41 699f458cf7ca: Download complete 07:33:42 8998bd30e6a1: Verifying Checksum 07:33:42 8998bd30e6a1: Download complete 07:33:45 2437ff75d9bd: Download complete 07:33:47 8998bd30e6a1: Pull complete 07:33:47 04944245beec: Pull complete 07:33:49 699f458cf7ca: Pull complete 07:33:49 765212b225bb: Pull complete 07:33:50 f23df028b6ca: Pull complete 07:33:50 d65c8cfc05b1: Pull complete 07:34:08 2437ff75d9bd: Pull complete 07:34:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:34:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:34:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:34:08 prd-ubuntu20.04-docker-arm64-4c-16g-2398 does not seem to be running inside a container 07:34:08 $ 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/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:34:11 $ docker top 2cc98edc00d749f2f07df211bb294ec3498985c562af6041ed0167da38b702f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:12 ---> job-cost.sh 07:34:12 lf-activate-venv: SKIPPING 07:34:12 INFO: No Stack... 07:34:13 INFO: Retrieving Pricing Info for: v3-standard-4 07:34:13 INFO: Archiving Costs [Pipeline] sh 07:34:14 + cat /w/workspace/edgex-go/843/archives/cost.csv+ 07:34:14 cut -d, -f6 [Pipeline] lock 07:34:14 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-843-stack-cost] 07:34:14 Resource [jenkins-edgexfoundry-edgex-go-main-843-stack-cost] did not exist. Created. 07:34:14 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-843-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:34:15 + echo total: 0.10999999940395355 [Pipeline] stash 07:34:15 Stashed 1 file(s) [Pipeline] } 07:34:15 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-843-stack-cost] [Pipeline] // lock [Pipeline] } 07:34:16 $ docker stop --time=1 2cc98edc00d749f2f07df211bb294ec3498985c562af6041ed0167da38b702f8 07:34:17 $ docker rm -f --volumes 2cc98edc00d749f2f07df211bb294ec3498985c562af6041ed0167da38b702f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 07:34:18 provisioning config files... 07:34:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/843@tmp/config13912614960503901713tmp [Pipeline] { [Pipeline] sh 07:34:18 + set +x 07:34:18 + bash -s -- 07:34:18 + curl -s https://codecov.io/bash 07:34:18 07:34:18 _____ _ 07:34:18 / ____| | | 07:34:18 | | ___ __| | ___ ___ _____ __ 07:34:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:34:18 | |___| (_) | (_| | __/ (_| (_) \ V / 07:34:18 \_____\___/ \__,_|\___|\___\___/ \_/ 07:34:18 Bash-1.0.6 07:34:18 07:34:18 07:34:18 ==> git version 2.25.1 found 07:34:18 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 07:34:18 Release-Date: 2020-01-08 07:34:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:34:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:34:18 ==> Jenkins CI detected. 07:34:18 current dir:  /w/workspace/edgex-go/843 07:34:18 project root: . 07:34:18 --> token set from env 07:34:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:34:18 ==> Running gcov in . (disable via -X gcov) 07:34:18 ==> Python coveragepy not found 07:34:18 ==> Searching for coverage reports in: 07:34:18 + . 07:34:18 -> Found 1 reports 07:34:18 ==> Detecting git/mercurial file structure 07:34:18 ==> Reading reports 07:34:18 + ./coverage.out bytes=1661048 07:34:18 ==> Appending adjustments 07:34:18 https://docs.codecov.io/docs/fixing-reports 07:34:20 + Found adjustments 07:34:20 ==> Gzipping contents 07:34:20 140K /tmp/codecov.n5VvDv.gz 07:34:20 ==> Uploading reports 07:34:20 url: https://codecov.io 07:34:20 query: branch=main&commit=d209f5f566f153f2d5bdc16c8eb18ad8d844a10f&build=843&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F843%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:34:20 -> Pinging Codecov 07:34:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d209f5f566f153f2d5bdc16c8eb18ad8d844a10f&build=843&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F843%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:34:20 -> Uploading to 07:34:20 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/d209f5f566f153f2d5bdc16c8eb18ad8d844a10f/a69ccec3-a4bc-4dba-bb29-93a3732a3bdd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250528%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250528T073420Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=142f6d1a82ee3de987db947bbac1c49a8ac6f35bfedfa79b070520f4ecaa4426 07:34:20 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:20 Dload Upload Total Spent Left Speed 07:34:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 335k --:--:-- --:--:-- --:--:-- 335k 07:34:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d209f5f566f153f2d5bdc16c8eb18ad8d844a10f [Pipeline] } 07:34:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:34:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:34:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:34:21 07:34:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:34:21 latest: Pulling from edgex-devops/edgex-snyk-go 07:34:21 43c4264eed91: Pulling fs layer 07:34:21 4cc291be95ef: Pulling fs layer 07:34:21 2ac1f1163629: Pulling fs layer 07:34:21 5c3c966382ef: Pulling fs layer 07:34:21 4f4fb700ef54: Pulling fs layer 07:34:21 d9c7d2e4e75e: Pulling fs layer 07:34:21 9c3e1370e548: Pulling fs layer 07:34:21 5c3c966382ef: Waiting 07:34:21 4f4fb700ef54: Waiting 07:34:21 d9c7d2e4e75e: Waiting 07:34:21 9c3e1370e548: Waiting 07:34:21 4cc291be95ef: Verifying Checksum 07:34:21 4cc291be95ef: Download complete 07:34:21 5c3c966382ef: Verifying Checksum 07:34:21 5c3c966382ef: Download complete 07:34:21 4f4fb700ef54: Verifying Checksum 07:34:21 4f4fb700ef54: Download complete 07:34:21 43c4264eed91: Download complete 07:34:21 d9c7d2e4e75e: Verifying Checksum 07:34:21 d9c7d2e4e75e: Download complete 07:34:22 43c4264eed91: Pull complete 07:34:22 4cc291be95ef: Pull complete 07:34:22 2ac1f1163629: Verifying Checksum 07:34:22 2ac1f1163629: Download complete 07:34:22 9c3e1370e548: Verifying Checksum 07:34:22 9c3e1370e548: Download complete 07:34:26 2ac1f1163629: Pull complete 07:34:26 5c3c966382ef: Pull complete 07:34:26 4f4fb700ef54: Pull complete 07:34:26 d9c7d2e4e75e: Pull complete 07:34:29 9c3e1370e548: Pull complete 07:34:29 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:34:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:34:29 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 07:34:29 $ 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/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 07:34:32 $ docker top 947a63128106a4d6bb67ac21bffc177c5fd2c0eef8d8c1c4df51ce2750b6f779 -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:33 + git config --global --add safe.directory /w/workspace/edgex-go/843 [Pipeline] echo 07:34:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 07:34:33 + set -o pipefail 07:34:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 07:34:41 07:34:41 Monitoring /w/workspace/edgex-go/843 (github.com/edgexfoundry/edgex-go)... 07:34:41 07:34:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/39ef4e5f-bf8d-49b7-ae4e-6b1d386f1b87 07:34:41 07:34:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:34:41 [Pipeline] } 07:34:41 $ docker stop --time=1 947a63128106a4d6bb67ac21bffc177c5fd2c0eef8d8c1c4df51ce2750b6f779 07:34:44 $ docker rm -f --volumes 947a63128106a4d6bb67ac21bffc177c5fd2c0eef8d8c1c4df51ce2750b6f779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:34:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:34:45 provisioning config files... 07:34:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/843@tmp/config13315240473743335607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:45 --> edgex-publish-swagger.sh 07:34:45 === Publish openapi API === 07:34:45 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 07:34:45 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/843/openapi/core-command.yaml] 07:34:45 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:45 Dload Upload Total Spent Left Speed 07:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 240 116k --:--:-- --:--:-- --:--:-- 117k 07:34:46 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:46 07:34:46 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/843/openapi/core-data.yaml] 07:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:46 Dload Upload Total Spent Left Speed 07:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 420 441k --:--:-- --:--:-- --:--:-- 441k 07:34:46 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:46 07:34:46 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/843/openapi/core-keeper.yaml] 07:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:46 Dload Upload Total Spent Left Speed 07:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32835 0 0 100 32835 0 158k --:--:-- --:--:-- --:--:-- 157k 100 32901 100 66 100 32835 251 122k --:--:-- --:--:-- --:--:-- 122k 07:34:46 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:46 07:34:46 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/843/openapi/core-metadata.yaml] 07:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:46 Dload Upload Total Spent Left Speed 07:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 211 502k --:--:-- --:--:-- --:--:-- 502k 07:34:46 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:46 07:34:46 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/843/openapi/security-proxy-auth.yaml] 07:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:46 Dload Upload Total Spent Left Speed 07:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 440 159k --:--:-- --:--:-- --:--:-- 159k 07:34:46 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:46 07:34:46 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/843/openapi/security-secretstore-setup.yaml] 07:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:46 Dload Upload Total Spent Left Speed 07:34:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 481 28562 --:--:-- --:--:-- --:--:-- 29043 07:34:47 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:47 07:34:47 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/843/openapi/support-notifications.yaml] 07:34:47 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:47 Dload Upload Total Spent Left Speed 07:34:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 383 567k --:--:-- --:--:-- --:--:-- 568k 07:34:47 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:47 07:34:47 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/843/openapi/support-scheduler.yaml] 07:34:47 % Total % Received % Xferd Average Speed Time Time Time Current 07:34:47 Dload Upload Total Spent Left Speed 07:34:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 455 341k --:--:-- --:--:-- --:--:-- 339k 07:34:47 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:34:47 [Pipeline] } 07:34:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 07:34:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:34:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:34:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:34:48 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 07:34:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:34:48 $ docker top cb7437bfe06907f22a55066b2e46c6d61aded37d1309e205b9fa3ce2e1b1fa24 -eo pid,comm 07:34:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:34:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:34:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:34:48 [ssh-agent] Looking for ssh-agent implementation... 07:34:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:34:49 $ docker exec cb7437bfe06907f22a55066b2e46c6d61aded37d1309e205b9fa3ce2e1b1fa24 ssh-agent 07:34:49 SSH_AUTH_SOCK=/tmp/ssh-dZHDsapMI3y9/agent.31 07:34:49 SSH_AGENT_PID=37 07:34:49 Running ssh-add (command line suppressed) 07:34:49 Identity added: /w/workspace/edgex-go/843@tmp/private_key_1020933242683927637.key (/w/workspace/edgex-go/843@tmp/private_key_1020933242683927637.key) 07:34:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:34:49 + git semver tag 07:34:49 2025-05-28 07:34:49,740 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:34:49 2025-05-28 07:34:49,744 [run_tag] DEBUG tag force:False 07:34:49 2025-05-28 07:34:49,744 [check_head_tag] DEBUG check head tag 07:34:49 2025-05-28 07:34:49,745 [execute] INFO git cat-file --batch-check 07:34:49 2025-05-28 07:34:49,745 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/843, stdin=, shell=False, universal_newlines=False) 07:34:49 2025-05-28 07:34:49,747 [execute] INFO git cat-file --batch 07:34:49 2025-05-28 07:34:49,748 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/843, stdin=, shell=False, universal_newlines=False) 07:34:49 2025-05-28 07:34:49,762 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 07:34:49 2025-05-28 07:34:49,762 [execute] INFO git tag -a v4.1.0-dev.16 -m v4.1.0-dev.16 07:34:49 2025-05-28 07:34:49,762 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.16', '-m', 'v4.1.0-dev.16'], cwd=/w/workspace/edgex-go/843, stdin=None, shell=False, universal_newlines=False) 07:34:49 2025-05-28 07:34:49,764 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 07:34:49 4.1.0-dev.16 [Pipeline] } 07:34:50 $ docker exec --env ******** --env ******** cb7437bfe06907f22a55066b2e46c6d61aded37d1309e205b9fa3ce2e1b1fa24 ssh-agent -k 07:34:50 unset SSH_AUTH_SOCK; 07:34:50 unset SSH_AGENT_PID; 07:34:50 echo Agent pid 37 killed; 07:34:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:34:50 + git semver [Pipeline] } 07:34:50 $ docker stop --time=1 cb7437bfe06907f22a55066b2e46c6d61aded37d1309e205b9fa3ce2e1b1fa24 07:34:52 $ docker rm -f --volumes cb7437bfe06907f22a55066b2e46c6d61aded37d1309e205b9fa3ce2e1b1fa24 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:34:52 07:34:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:34:52 0.23.1-centos7: Pulling from edgex-lftools 07:34:52 ab5ef0e58194: Pulling fs layer 07:34:52 9712f1f96733: Pulling fs layer 07:34:52 63f879dbbcfc: Pulling fs layer 07:34:52 0d9ebad4ef96: Pulling fs layer 07:34:52 e9a5061849ea: Pulling fs layer 07:34:52 d747dcd14b5f: Pulling fs layer 07:34:52 2de7ff778b66: Pulling fs layer 07:34:52 e9a5061849ea: Waiting 07:34:52 d747dcd14b5f: Waiting 07:34:52 2de7ff778b66: Waiting 07:34:52 0d9ebad4ef96: Waiting 07:34:52 9712f1f96733: Download complete 07:34:52 63f879dbbcfc: Verifying Checksum 07:34:52 63f879dbbcfc: Download complete 07:34:53 ab5ef0e58194: Download complete 07:34:53 d747dcd14b5f: Download complete 07:34:53 e9a5061849ea: Verifying Checksum 07:34:53 e9a5061849ea: Download complete 07:34:53 0d9ebad4ef96: Verifying Checksum 07:34:53 0d9ebad4ef96: Download complete 07:34:53 2de7ff778b66: Verifying Checksum 07:34:53 2de7ff778b66: Download complete 07:34:56 ab5ef0e58194: Pull complete 07:34:56 9712f1f96733: Pull complete 07:34:56 63f879dbbcfc: Pull complete 07:34:59 0d9ebad4ef96: Pull complete 07:34:59 e9a5061849ea: Pull complete 07:35:00 d747dcd14b5f: Pull complete 07:35:01 2de7ff778b66: Pull complete 07:35:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:35:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:35:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:01 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 07:35:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:35:04 $ docker top a2d5af3518aac6301315345b29660291a5e26c9b747a1564c02908b142cfacb3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:35:04 provisioning config files... 07:35:04 copy managed file [sigul-config] to file:/w/workspace/edgex-go/843@tmp/config15137239104872470367tmp 07:35:04 copy managed file [sigul-password] to file:/w/workspace/edgex-go/843@tmp/config2584075644182169390tmp 07:35:04 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/843@tmp/config7094649363646015440tmp [Pipeline] { [Pipeline] echo 07:35:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:35:04 ---> sigul-configuration.sh 07:35:04 gpg: directory `/root/.gnupg' created 07:35:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:35:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:35:04 gpg: keyring `/root/.gnupg/secring.gpg' created 07:35:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:35:04 gpg: CAST5 encrypted data 07:35:04 gpg: encrypted with 1 passphrase 07:35:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:35:04 + mkdir /home/jenkins 07:35:04 + mkdir /home/jenkins/sigul [Pipeline] sh 07:35:05 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:35:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:35:05 ---> sigul-install.sh 07:35:05 Sigul already installed; skipping installation. [Pipeline] sh 07:35:05 + git tag --list 07:35:05 0.6.0 07:35:05 0.6.1 07:35:05 0.7.0 07:35:05 0.7.1 07:35:05 v1.0.0 07:35:05 v1.0.1 07:35:05 v1.1.0 07:35:05 v1.2.0 07:35:05 v1.2.1 07:35:05 v1.3.0 07:35:05 v1.3.1 07:35:05 v2.0.0 07:35:05 v2.1.0 07:35:05 v2.1.1 07:35:05 v2.2.0 07:35:05 v2.3.0 07:35:05 v3.0 07:35:05 v3.0.0 07:35:05 v3.1 07:35:05 v3.1.0 07:35:05 v3.1.1 07:35:05 v4.0 07:35:05 v4.0.0 07:35:05 v4.0.1 07:35:05 v4.1.0-dev.1 07:35:05 v4.1.0-dev.10 07:35:05 v4.1.0-dev.11 07:35:05 v4.1.0-dev.12 07:35:05 v4.1.0-dev.13 07:35:05 v4.1.0-dev.14 07:35:05 v4.1.0-dev.15 07:35:05 v4.1.0-dev.16 07:35:05 v4.1.0-dev.2 07:35:05 v4.1.0-dev.3 07:35:05 v4.1.0-dev.4 07:35:05 v4.1.0-dev.5 07:35:05 v4.1.0-dev.6 07:35:05 v4.1.0-dev.7 07:35:05 v4.1.0-dev.8 07:35:05 v4.1.0-dev.9 [Pipeline] sh 07:35:06 + lftools sign git-tag v4.1.0-dev.16 07:35:06 Signing Git tag with Sigul... 07:35:06 Signing v4.1.0-dev.16 [Pipeline] echo 07:35:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:35:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:35:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:35:07 $ docker stop --time=1 a2d5af3518aac6301315345b29660291a5e26c9b747a1564c02908b142cfacb3 07:35:08 $ docker rm -f --volumes a2d5af3518aac6301315345b29660291a5e26c9b747a1564c02908b142cfacb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:35:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:35:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:35:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:09 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 07:35:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:35:09 $ docker top 3090284a527d2d03f153655c2478da4b8c779ed21bec1def15edd6283b31e2f9 -eo pid,comm 07:35:09 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:35:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:35:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:35:10 [ssh-agent] Looking for ssh-agent implementation... 07:35:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:35:10 $ docker exec 3090284a527d2d03f153655c2478da4b8c779ed21bec1def15edd6283b31e2f9 ssh-agent 07:35:10 SSH_AUTH_SOCK=/tmp/ssh-qR3utdLKqquL/agent.33 07:35:10 SSH_AGENT_PID=39 07:35:10 Running ssh-add (command line suppressed) 07:35:10 Identity added: /w/workspace/edgex-go/843@tmp/private_key_16334023457809265808.key (/w/workspace/edgex-go/843@tmp/private_key_16334023457809265808.key) 07:35:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:35:10 + git semver bump pre 07:35:10 2025-05-28 07:35:10,847 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:35:10 2025-05-28 07:35:10,852 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 07:35:10 2025-05-28 07:35:10,852 [bump_version] DEBUG bumping version:4.1.0-dev.16 on axis:pre with prefix:dev 07:35:10 2025-05-28 07:35:10,852 [bump_version] DEBUG bumped version:4.1.0-dev.17 07:35:10 2025-05-28 07:35:10,852 [write_version] DEBUG write version:4.1.0-dev.17 to path:/w/workspace/edgex-go/843/.semver/main with force:True 07:35:10 2025-05-28 07:35:10,852 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 07:35:10 2025-05-28 07:35:10,852 [write_file] DEBUG write to file:/w/workspace/edgex-go/843/.semver/main 07:35:10 2025-05-28 07:35:10,854 [execute] INFO git cat-file --batch-check 07:35:10 2025-05-28 07:35:10,855 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/843/.semver, stdin=, shell=False, universal_newlines=False) 07:35:10 2025-05-28 07:35:10,858 [execute] INFO git cat-file --batch 07:35:10 2025-05-28 07:35:10,858 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/843/.semver, stdin=, shell=False, universal_newlines=False) 07:35:10 2025-05-28 07:35:10,861 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 07:35:10 4.1.0-dev.17 [Pipeline] } 07:35:10 $ docker exec --env ******** --env ******** 3090284a527d2d03f153655c2478da4b8c779ed21bec1def15edd6283b31e2f9 ssh-agent -k 07:35:10 unset SSH_AUTH_SOCK; 07:35:10 unset SSH_AGENT_PID; 07:35:10 echo Agent pid 39 killed; 07:35:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:35:11 + git semver [Pipeline] } 07:35:11 $ docker stop --time=1 3090284a527d2d03f153655c2478da4b8c779ed21bec1def15edd6283b31e2f9 07:35:12 $ docker rm -f --volumes 3090284a527d2d03f153655c2478da4b8c779ed21bec1def15edd6283b31e2f9 [Pipeline] // withDockerContainer [Pipeline] sh 07:35:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:35:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:35:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:13 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 07:35:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:35:14 $ docker top caac91aa4227780f7ee4dbcbba02339edc179a417fa52d9bc67d62b67fe2ffdb -eo pid,comm 07:35:14 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:35:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:35:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:35:14 [ssh-agent] Looking for ssh-agent implementation... 07:35:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:35:14 $ docker exec caac91aa4227780f7ee4dbcbba02339edc179a417fa52d9bc67d62b67fe2ffdb ssh-agent 07:35:14 SSH_AUTH_SOCK=/tmp/ssh-JcK8dxYGNuT5/agent.31 07:35:14 SSH_AGENT_PID=37 07:35:14 Running ssh-add (command line suppressed) 07:35:14 Identity added: /w/workspace/edgex-go/843@tmp/private_key_3927628608075871371.key (/w/workspace/edgex-go/843@tmp/private_key_3927628608075871371.key) 07:35:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:35:14 + git semver push 07:35:15 2025-05-28 07:35:15,057 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:35:15 2025-05-28 07:35:15,063 [run_push] DEBUG push 07:35:15 2025-05-28 07:35:15,064 [execute] INFO git cat-file --batch-check 07:35:15 2025-05-28 07:35:15,064 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/843/.semver, stdin=, shell=False, universal_newlines=False) 07:35:15 2025-05-28 07:35:15,065 [execute] INFO git rev-list d90aae5edf97782b824a268fa94e187b7708ba4d -- 07:35:15 2025-05-28 07:35:15,066 [execute] DEBUG Popen(['git', 'rev-list', 'd90aae5edf97782b824a268fa94e187b7708ba4d', '--'], cwd=/w/workspace/edgex-go/843/.semver, stdin=None, shell=False, universal_newlines=False) 07:35:15 2025-05-28 07:35:15,082 [execute] INFO git fetch -v -- origin 07:35:15 2025-05-28 07:35:15,082 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/843/.semver, stdin=None, shell=False, universal_newlines=True) 07:35:15 2025-05-28 07:35:15,551 [run_push] DEBUG no remote changes detected 07:35:15 2025-05-28 07:35:15,552 [execute] INFO git push origin semver 07:35:15 2025-05-28 07:35:15,552 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/843/.semver, stdin=None, shell=False, universal_newlines=False) 07:35:16 2025-05-28 07:35:16,285 [run_push] DEBUG push all version tags 07:35:16 2025-05-28 07:35:16,286 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:35:16 2025-05-28 07:35:16,286 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/843, stdin=None, shell=False, universal_newlines=False) 07:35:17 2025-05-28 07:35:17,002 [read_version] DEBUG read version from /w/workspace/edgex-go/843/.semver/main 07:35:17 4.1.0-dev.17 [Pipeline] } 07:35:17 $ docker exec --env ******** --env ******** caac91aa4227780f7ee4dbcbba02339edc179a417fa52d9bc67d62b67fe2ffdb ssh-agent -k 07:35:17 unset SSH_AUTH_SOCK; 07:35:17 unset SSH_AGENT_PID; 07:35:17 echo Agent pid 37 killed; 07:35:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:35:17 + git semver [Pipeline] } 07:35:17 $ docker stop --time=1 caac91aa4227780f7ee4dbcbba02339edc179a417fa52d9bc67d62b67fe2ffdb 07:35:19 $ docker rm -f --volumes caac91aa4227780f7ee4dbcbba02339edc179a417fa52d9bc67d62b67fe2ffdb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:35:19 + [ -d /w/workspace/edgex-go/843/archives ] [Pipeline] libraryResource [Pipeline] sh 07:35:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:35:20 ---> package-listing.sh 07:35:20 ++ facter osfamily 07:35:20 ++ tr '[:upper:]' '[:lower:]' 07:35:21 + OS_FAMILY=debian 07:35:21 + workspace=/w/workspace/edgex-go/843 07:35:21 + START_PACKAGES=/tmp/packages_start.txt 07:35:21 + END_PACKAGES=/tmp/packages_end.txt 07:35:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:35:21 + PACKAGES=/tmp/packages_start.txt 07:35:21 + '[' /w/workspace/edgex-go/843 ']' 07:35:21 + PACKAGES=/tmp/packages_end.txt 07:35:21 + case "${OS_FAMILY}" in 07:35:21 + dpkg -l 07:35:21 + grep '^ii' 07:35:21 + '[' -f /tmp/packages_start.txt ']' 07:35:21 + '[' -f /tmp/packages_end.txt ']' 07:35:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:35:21 + '[' /w/workspace/edgex-go/843 ']' 07:35:21 + mkdir -p /w/workspace/edgex-go/843/archives/ 07:35:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/843/archives/ [Pipeline] echo 07:35:21 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/843/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:35:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:21 07:35:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:22 latest: Pulling from edgex-lftools-log-publisher 07:35:22 5eb5b503b376: Pulling fs layer 07:35:22 5c69ac0246d0: Pulling fs layer 07:35:22 ec43610c2a17: Pulling fs layer 07:35:22 3a2ae6a8a46f: Pulling fs layer 07:35:22 33b1e0a273af: Pulling fs layer 07:35:22 5d3b04190fa2: Pulling fs layer 07:35:22 2f39f015ded8: Pulling fs layer 07:35:22 3a2ae6a8a46f: Waiting 07:35:22 33b1e0a273af: Waiting 07:35:22 5d3b04190fa2: Waiting 07:35:22 2f39f015ded8: Waiting 07:35:22 5c69ac0246d0: Verifying Checksum 07:35:22 5c69ac0246d0: Download complete 07:35:22 ec43610c2a17: Verifying Checksum 07:35:22 ec43610c2a17: Download complete 07:35:22 33b1e0a273af: Verifying Checksum 07:35:22 33b1e0a273af: Download complete 07:35:22 5d3b04190fa2: Verifying Checksum 07:35:22 5d3b04190fa2: Download complete 07:35:22 5eb5b503b376: Verifying Checksum 07:35:22 5eb5b503b376: Download complete 07:35:23 2f39f015ded8: Download complete 07:35:23 5eb5b503b376: Pull complete 07:35:23 5c69ac0246d0: Pull complete 07:35:24 ec43610c2a17: Pull complete 07:35:24 3a2ae6a8a46f: Pull complete 07:35:24 33b1e0a273af: Pull complete 07:35:24 5d3b04190fa2: Pull complete 07:35:28 2f39f015ded8: Pull complete 07:35:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:35:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:35:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:28 prd-ubuntu20.04-docker-8c-8g-2397 does not seem to be running inside a container 07:35:28 $ 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/843/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/843 -v /w/workspace/edgex-go/843:/w/workspace/edgex-go/843:rw,z -v /w/workspace/edgex-go/843@tmp:/w/workspace/edgex-go/843@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:35:31 $ docker top a1ea680dc8f75ef8f7cd41652a2bd0ccbe161635dd6bbd353326e4bc832e5db7 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:31 + touch /tmp/pre-build-complete [Pipeline] sh 07:35:32 + mkdir -p /var/log/sysstat [Pipeline] sh 07:35:32 + ls /var/log/sa-host 07:35:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:35:32 provisioning config files... 07:35:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/843@tmp/config18276857421755535505tmp [Pipeline] { [Pipeline] echo 07:35:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:35:32 ---> create-netrc.sh [Pipeline] } 07:35:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:35:33 ---> python-tools-install.sh [Pipeline] echo 07:35:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:35:33 ---> sudo-logs.sh 07:35:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:35:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:35:33 ---> job-cost.sh 07:35:33 lf-activate-venv: SKIPPING 07:35:33 DEBUG: total: 0.10999999940395355 07:35:33 INFO: Retrieving Stack Cost... 07:35:34 INFO: Retrieving Pricing Info for: v3-standard-8 07:35:34 INFO: Archiving Costs [Pipeline] echo 07:35:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:35:34 ---> logs-deploy.sh 07:35:34 lf-activate-venv: SKIPPING 07:35:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/843 07:35:34 INFO: archiving workspace using pattern(s): 07:35:35 Archives upload complete. 07:35:35 INFO: archiving logs to Nexus 07:35:36 ---> uname -a: 07:35:36 Linux prd-ubuntu20-04-docker-8c-8g-2397 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:35:36 07:35:36 07:35:36 ---> lscpu: 07:35:36 Architecture: x86_64 07:35:36 CPU op-mode(s): 32-bit, 64-bit 07:35:36 Byte Order: Little Endian 07:35:36 Address sizes: 40 bits physical, 48 bits virtual 07:35:36 CPU(s): 8 07:35:36 On-line CPU(s) list: 0-7 07:35:36 Thread(s) per core: 1 07:35:36 Core(s) per socket: 1 07:35:36 Socket(s): 8 07:35:36 NUMA node(s): 1 07:35:36 Vendor ID: AuthenticAMD 07:35:36 CPU family: 23 07:35:36 Model: 49 07:35:36 Model name: AMD EPYC-Rome Processor 07:35:36 Stepping: 0 07:35:36 CPU MHz: 2799.998 07:35:36 BogoMIPS: 5599.99 07:35:36 Virtualization: AMD-V 07:35:36 Hypervisor vendor: KVM 07:35:36 Virtualization type: full 07:35:36 L1d cache: 256 KiB 07:35:36 L1i cache: 256 KiB 07:35:36 L2 cache: 4 MiB 07:35:36 L3 cache: 128 MiB 07:35:36 NUMA node0 CPU(s): 0-7 07:35:36 Vulnerability Itlb multihit: Not affected 07:35:36 Vulnerability L1tf: Not affected 07:35:36 Vulnerability Mds: Not affected 07:35:36 Vulnerability Meltdown: Not affected 07:35:36 Vulnerability Mmio stale data: Not affected 07:35:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:35:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:35:36 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:35:36 Vulnerability Srbds: Not affected 07:35:36 Vulnerability Tsx async abort: Not affected 07:35:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:35:36 07:35:36 07:35:36 ---> nproc: 07:35:36 8 07:35:36 07:35:36 07:35:36 ---> df -h: 07:35:36 Filesystem Size Used Avail Use% Mounted on 07:35:36 overlay 155G 31G 125G 20% / 07:35:36 tmpfs 64M 0 64M 0% /dev 07:35:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:35:36 shm 64M 0 64M 0% /dev/shm 07:35:36 /dev/vda1 155G 31G 125G 20% /facter-os 07:35:36 07:35:36 07:35:36 ---> sar -b -r -n DEV: 07:35:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2397) 05/28/25 _x86_64_ (8 CPU) 07:35:36 07:35:36 06:46:16 LINUX RESTART (8 CPU) 07:35:36 07:35:36 06:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:35:36 06:48:01 203.07 11.15 191.92 0.00 1731.84 77433.09 0.00 07:35:36 06:49:01 79.60 0.07 79.54 0.00 2.53 35327.05 0.00 07:35:36 06:50:01 49.31 0.23 49.08 0.00 3.07 25008.52 0.00 07:35:36 06:51:01 202.55 0.30 202.25 0.00 29.46 104847.73 0.00 07:35:36 06:52:01 742.74 20.53 722.21 0.00 2758.34 210851.12 0.00 07:35:36 06:53:01 413.78 0.80 412.98 0.00 6.40 191239.59 0.00 07:35:36 06:54:01 293.00 0.02 292.99 0.00 0.13 106515.29 0.00 07:35:36 06:55:01 520.77 0.02 520.75 0.00 0.13 127802.93 0.00 07:35:36 06:56:01 427.94 0.13 427.81 0.00 14.40 41014.33 0.00 07:35:36 06:57:01 21.90 0.05 21.85 0.00 6.80 548.93 0.00 07:35:36 06:58:01 6.48 0.00 6.48 0.00 0.00 160.75 0.00 07:35:36 06:59:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 07:35:36 07:00:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 07:35:36 07:01:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 07:35:36 07:02:01 1.88 0.02 1.86 0.00 0.14 24.94 0.00 07:35:36 07:03:01 1.72 0.00 1.72 0.00 0.00 19.20 0.00 07:35:36 07:04:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 07:35:36 07:05:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 07:35:36 07:06:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 07:35:36 07:07:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 07:35:36 07:08:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 07:35:36 07:09:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 07:35:36 07:10:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:35:36 07:11:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 07:35:36 07:12:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 07:35:36 07:13:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 07:35:36 07:14:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 07:35:36 07:15:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 07:35:36 07:16:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 07:35:36 07:17:01 1.38 0.02 1.37 0.00 0.13 16.93 0.00 07:35:36 07:18:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 07:35:36 07:19:01 1.25 0.00 1.25 0.00 0.00 15.20 0.00 07:35:36 07:20:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 07:35:36 07:21:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 07:35:36 07:22:01 3.03 1.02 2.02 0.00 21.86 29.60 0.00 07:35:36 07:23:01 1.23 0.00 1.23 0.00 0.00 15.46 0.00 07:35:36 07:24:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:35:36 07:25:01 1.20 0.00 1.20 0.00 0.00 15.06 0.00 07:35:36 07:26:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 07:35:36 07:27:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 07:35:36 07:28:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 07:35:36 07:29:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 07:35:36 07:30:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 07:35:36 07:31:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 07:35:36 07:32:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 07:35:36 07:33:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 07:35:36 07:34:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 07:35:36 07:35:01 118.48 0.70 117.78 0.00 15.06 40199.03 0.00 07:35:36 Average: 65.16 0.73 64.43 0.00 95.66 20039.75 0.00 07:35:36 07:35:36 06:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:35:36 06:48:01 27419388 31537208 771140 2.35 124644 4143476 1862172 5.49 1236396 3705972 227720 07:35:36 06:49:01 26628176 31350672 950564 2.89 129964 4701744 2279272 6.72 2018664 3669584 394436 07:35:36 06:50:01 26485644 31397184 900164 2.74 134960 4854220 2300824 6.78 1612332 4180580 344280 07:35:36 06:51:01 22036512 31259072 1034416 3.15 146816 9058664 2655872 7.83 2021172 8112940 3066516 07:35:36 06:52:01 16296168 31359628 886336 2.70 365760 14259788 2427276 7.15 2920964 12481724 2595488 07:35:36 06:53:01 9523424 29246392 2931992 8.92 402400 18448684 9341772 27.53 5576636 16069668 1240028 07:35:36 06:54:01 5064444 27386704 4795060 14.58 417844 20930756 10053540 29.63 8544948 17465268 852456 07:35:36 06:55:01 7586496 31206880 1014996 3.09 432920 22306612 2861576 8.43 4217752 19428472 858828 07:35:36 06:56:01 8312336 31427924 818204 2.49 438672 21858172 2255624 6.65 3565060 19450924 636 07:35:36 06:57:01 8311980 31428876 816764 2.48 439552 21858608 2219268 6.54 4086392 18928896 504 07:35:36 06:58:01 8324400 31441568 804080 2.45 439772 21858644 2138256 6.30 4115852 18887548 52 07:35:36 06:59:01 8325408 31442756 803068 2.44 439788 21858644 2138256 6.30 4114544 18887548 8 07:35:36 07:00:01 8325644 31443000 802796 2.44 439804 21858648 2138256 6.30 4114460 18887552 4 07:35:36 07:01:01 8325844 31443216 802780 2.44 439848 21858640 2138256 6.30 4114192 18887552 20 07:35:36 07:02:01 8338260 31455724 790192 2.40 439884 21858632 2170368 6.40 4100416 18887536 28 07:35:36 07:03:01 8338228 31455720 790060 2.40 439904 21858636 2170368 6.40 4100060 18887540 8 07:35:36 07:04:01 8338172 31455668 790076 2.40 439924 21858632 2170368 6.40 4100352 18887540 12 07:35:36 07:05:01 8337840 31455488 790180 2.40 439952 21858768 2170368 6.40 4100356 18887660 12 07:35:36 07:06:01 8338304 31455996 789640 2.40 439968 21858768 2170368 6.40 4099820 18887672 8 07:35:36 07:07:01 8339044 31456756 788804 2.40 440008 21858772 2170368 6.40 4098796 18887676 36 07:35:36 07:08:01 8339288 31457044 788476 2.40 440024 21858780 2170368 6.40 4098776 18887680 12 07:35:36 07:09:01 8339408 31457184 788492 2.40 440036 21858780 2170368 6.40 4098816 18887684 12 07:35:36 07:10:01 8339464 31457248 788392 2.40 440052 21858784 2170368 6.40 4098876 18887688 4 07:35:36 07:11:01 8339100 31456944 788660 2.40 440076 21858788 2170368 6.40 4098872 18887688 24 07:35:36 07:12:01 8338980 31456832 788680 2.40 440112 21858784 2170368 6.40 4098964 18887696 16 07:35:36 07:13:01 8339400 31457316 788368 2.40 440144 21858796 2170368 6.40 4098956 18887700 16 07:35:36 07:14:01 8339368 31457300 788356 2.40 440152 21858796 2170368 6.40 4098972 18887700 4 07:35:36 07:15:01 8339132 31457072 788492 2.40 440176 21858800 2170368 6.40 4098988 18887704 28 07:35:36 07:16:01 8339084 31457056 788452 2.40 440200 21858800 2170368 6.40 4099016 18887704 8 07:35:36 07:17:01 8338988 31457020 788420 2.40 440232 21858800 2170368 6.40 4099140 18887708 144 07:35:36 07:18:01 8339256 31457316 788072 2.40 440248 21858808 2170368 6.40 4099144 18887712 12 07:35:36 07:19:01 8339224 31457304 788032 2.40 440272 21858812 2170368 6.40 4099372 18887712 28 07:35:36 07:20:01 8339168 31457272 787996 2.40 440292 21858816 2170368 6.40 4099248 18887716 32 07:35:36 07:21:01 8339120 31457252 787968 2.40 440308 21858816 2170368 6.40 4099436 18887716 172 07:35:36 07:22:01 8337428 31456644 789108 2.40 440380 21859460 2188856 6.45 4099784 18888268 32 07:35:36 07:23:01 8337996 31457232 788508 2.40 440408 21859464 2188856 6.45 4099452 18888272 28 07:35:36 07:24:01 8338124 31457392 788508 2.40 440432 21859468 2188856 6.45 4099464 18888276 8 07:35:36 07:25:01 8338140 31457440 788440 2.40 440452 21859472 2188856 6.45 4099784 18888280 28 07:35:36 07:26:01 8337800 31457112 788704 2.40 440468 21859468 2188856 6.45 4099500 18888280 16 07:35:36 07:27:01 8337728 31457068 788684 2.40 440508 21859460 2188856 6.45 4099596 18888284 36 07:35:36 07:28:01 8337932 31457308 788384 2.40 440524 21859480 2188856 6.45 4099560 18888288 32 07:35:36 07:29:01 8338232 31457668 788088 2.40 440548 21859484 2188856 6.45 4099600 18888292 56 07:35:36 07:30:01 8338232 31457696 788044 2.40 440576 21859488 2188856 6.45 4099628 18888296 28 07:35:36 07:31:01 8338184 31457680 787964 2.40 440604 21859488 2188856 6.45 4099660 18888296 12 07:35:36 07:32:01 8337876 31457408 788284 2.40 440632 21859492 2188856 6.45 4099748 18888300 16 07:35:36 07:33:01 8337324 31456876 788716 2.40 440660 21859496 2188856 6.45 4099716 18888304 56 07:35:36 07:34:01 8337280 31457012 788768 2.40 440680 21859624 2188856 6.45 4099748 18888432 8 07:35:36 07:35:01 6855476 31411148 830952 2.53 468596 23142020 2260008 6.66 4199008 20138968 606416 07:35:36 Average: 9854009 31309631 937278 2.85 412295 20298876 2519432 7.43 3994583 17551760 212258 07:35:36 07:35:36 06:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:35:36 06:48:01 docker0 769.44 869.39 57.07 4643.97 0.00 0.00 0.00 0.00 07:35:36 06:48:01 ens3 1162.27 940.56 11627.02 104.63 0.00 0.00 0.00 0.00 07:35:36 06:48:01 lo 4.67 4.67 0.46 0.46 0.00 0.00 0.00 0.00 07:35:36 06:49:01 veth4a43bde 0.83 1.05 0.07 0.09 0.00 0.00 0.00 0.00 07:35:36 06:49:01 docker0 0.83 0.93 0.06 0.08 0.00 0.00 0.00 0.00 07:35:36 06:49:01 ens3 45.24 28.10 43.73 18.59 0.00 0.00 0.00 0.00 07:35:36 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 06:50:01 veth4a43bde 0.20 0.22 0.02 0.02 0.00 0.00 0.00 0.00 07:35:36 06:50:01 docker0 0.20 0.20 0.01 0.02 0.00 0.00 0.00 0.00 07:35:36 06:50:01 ens3 25.35 17.98 21.51 13.32 0.00 0.00 0.00 0.00 07:35:36 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 veth0133c3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 vethf59596c 2.38 4.27 0.19 64.70 0.00 0.00 0.00 0.01 07:35:36 06:51:01 veth3bd9125 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 veth8362a98 1.92 3.70 0.15 44.58 0.00 0.00 0.00 0.00 07:35:36 06:51:01 vetha277b81 2.32 8.08 0.18 110.07 0.00 0.00 0.00 0.01 07:35:36 06:51:01 veth8ed3552 1.67 3.60 0.12 38.72 0.00 0.00 0.00 0.00 07:35:36 06:51:01 veth08ae969 3.08 7.57 0.23 113.09 0.00 0.00 0.00 0.01 07:35:36 06:51:01 veth43e340d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 vethb84a2c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 veth5e3e5e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 veth00d769b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:51:01 docker0 16.53 35.04 1.06 487.84 0.00 0.00 0.00 0.00 07:35:36 06:51:01 ens3 168.59 87.80 3560.59 20.30 0.00 0.00 0.00 0.00 07:35:36 06:51:01 veth095d57d 4.82 8.55 0.39 116.62 0.00 0.00 0.00 0.01 07:35:36 06:51:01 veth01f7346 0.35 0.52 0.03 0.14 0.00 0.00 0.00 0.00 07:35:36 06:51:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 07:35:36 06:52:01 vetha8e415c 74.70 142.14 7.76 1225.35 0.00 0.00 0.00 0.10 07:35:36 06:52:01 veth72fbce0 75.40 124.73 7.82 1224.07 0.00 0.00 0.00 0.10 07:35:36 06:52:01 veth69e7393 76.69 139.38 7.89 1229.05 0.00 0.00 0.00 0.10 07:35:36 06:52:01 veth693f5a8 73.82 147.43 7.71 1225.00 0.00 0.00 0.00 0.10 07:35:36 06:52:01 vetheab36c7 75.10 141.68 7.81 1226.33 0.00 0.00 0.00 0.10 07:35:36 06:52:01 docker0 496.50 918.81 43.34 8280.20 0.00 0.00 0.00 0.00 07:35:36 06:52:01 ens3 1094.97 615.83 10588.90 230.97 0.00 0.00 0.00 0.00 07:35:36 06:52:01 veth01f7346 0.08 1.02 0.00 0.04 0.00 0.00 0.00 0.00 07:35:36 06:52:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 07:35:36 06:52:01 vetha51b366 73.24 144.36 7.67 1225.13 0.00 0.00 0.00 0.10 07:35:36 06:53:01 vethbc8d911 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth8c4e428 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth6362840 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 vethec3a688 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth923f255 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 vetha205607 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth0757d59 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 docker0 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth941289a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth2b905de 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth813c232 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 ens3 15.28 8.15 12.57 6.76 0.00 0.00 0.00 0.00 07:35:36 06:53:01 vethbae4fca 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth01f7346 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 06:53:01 veth91d062a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:35:36 06:54:01 vethbc8d911 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth8c4e428 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth6362840 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 vethec3a688 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth923f255 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 vetha205607 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth0757d59 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth941289a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth2b905de 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth813c232 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 ens3 2.22 1.12 1.81 0.95 0.00 0.00 0.00 0.00 07:35:36 06:54:01 vethbae4fca 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth01f7346 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:54:01 veth91d062a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 vethbc8d911 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth8c4e428 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth6362840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 vethec3a688 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth923f255 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 vetha205607 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth0757d59 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth941289a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth813c232 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 ens3 7.48 4.00 6.14 3.31 0.00 0.00 0.00 0.00 07:35:36 06:55:01 vethbae4fca 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 veth01f7346 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:56:01 ens3 371.94 374.36 207.57 1489.20 0.00 0.00 0.00 0.00 07:35:36 06:56:01 lo 46.85 46.85 4.62 4.62 0.00 0.00 0.00 0.00 07:35:36 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:57:01 ens3 363.53 366.85 135.23 2666.06 0.00 0.00 0.00 0.00 07:35:36 06:57:01 lo 26.07 26.07 2.56 2.56 0.00 0.00 0.00 0.00 07:35:36 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:58:01 ens3 64.56 60.21 41.25 227.22 0.00 0.00 0.00 0.00 07:35:36 06:58:01 lo 7.80 7.80 0.77 0.77 0.00 0.00 0.00 0.00 07:35:36 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 06:59:01 ens3 0.43 0.35 0.26 0.21 0.00 0.00 0.00 0.00 07:35:36 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:02:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:35:36 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:03:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 07:35:36 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:04:01 ens3 0.45 0.03 0.05 0.00 0.00 0.00 0.00 0.00 07:35:36 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:05:01 ens3 0.50 0.45 0.27 0.22 0.00 0.00 0.00 0.00 07:35:36 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:07:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:35:36 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:10:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 07:35:36 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:12:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:35:36 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:14:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:35:36 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:15:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:17:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 07:35:36 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:18:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 07:35:36 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:19:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:21:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:22:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:35:36 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:23:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:35:36 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:27:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:35:36 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:31:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:35:36 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:32:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 07:35:36 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:33:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:35:36 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:36 07:35:01 docker0 57.91 100.75 5.44 875.48 0.00 0.00 0.00 0.00 07:35:36 07:35:01 ens3 403.95 254.21 8008.52 164.64 0.00 0.00 0.00 0.00 07:35:36 07:35:01 lo 2.67 2.67 0.27 0.27 0.00 0.00 0.00 0.00 07:35:36 Average: docker0 27.96 40.12 2.23 297.75 0.00 0.00 0.00 0.00 07:35:36 Average: ens3 77.74 57.58 713.90 103.09 0.00 0.00 0.00 0.00 07:35:36 Average: lo 1.96 1.96 0.19 0.19 0.00 0.00 0.00 0.00 07:35:36 07:35:36 07:35:36 ---> sar -P ALL: 07:35:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2397) 05/28/25 _x86_64_ (8 CPU) 07:35:36 07:35:36 06:46:16 LINUX RESTART (8 CPU) 07:35:36 07:35:36 06:47:01 CPU %user %nice %system %iowait %steal %idle 07:35:36 06:48:01 all 9.55 0.00 4.38 2.65 0.07 83.36 07:35:36 06:48:01 0 8.95 0.00 3.95 1.01 0.07 86.02 07:35:36 06:48:01 1 9.70 0.00 4.95 0.24 0.07 85.05 07:35:36 06:48:01 2 12.64 0.00 4.00 3.43 0.07 79.86 07:35:36 06:48:01 3 8.80 0.00 4.03 0.03 0.05 87.09 07:35:36 06:48:01 4 10.08 0.00 4.37 0.15 0.08 85.31 07:35:36 06:48:01 5 9.59 0.00 5.00 1.34 0.05 84.01 07:35:36 06:48:01 6 9.11 0.00 3.69 0.74 0.07 86.40 07:35:36 06:48:01 7 7.52 0.00 5.06 14.26 0.07 73.09 07:35:36 06:49:01 all 40.48 0.00 6.26 0.72 0.09 52.45 07:35:36 06:49:01 0 37.28 0.00 6.41 0.33 0.08 55.90 07:35:36 06:49:01 1 39.99 0.00 6.55 3.33 0.08 50.05 07:35:36 06:49:01 2 44.47 0.00 6.24 0.03 0.10 49.16 07:35:36 06:49:01 3 42.14 0.00 6.06 0.08 0.12 51.60 07:35:36 06:49:01 4 41.83 0.00 6.81 0.47 0.08 50.80 07:35:36 06:49:01 5 41.11 0.00 6.55 1.41 0.10 50.82 07:35:36 06:49:01 6 38.07 0.00 5.51 0.02 0.08 56.32 07:35:36 06:49:01 7 38.97 0.00 5.95 0.07 0.08 54.93 07:35:36 06:50:01 all 58.95 0.00 7.82 0.52 0.10 32.61 07:35:36 06:50:01 0 59.18 0.00 7.64 0.07 0.12 33.00 07:35:36 06:50:01 1 58.31 0.00 8.19 2.44 0.10 30.96 07:35:36 06:50:01 2 57.70 0.00 7.51 0.25 0.10 34.44 07:35:36 06:50:01 3 58.25 0.00 7.93 0.02 0.10 33.70 07:35:36 06:50:01 4 58.67 0.00 7.49 0.25 0.08 33.51 07:35:36 06:50:01 5 60.37 0.00 8.35 0.99 0.08 30.20 07:35:36 06:50:01 6 59.17 0.00 7.44 0.08 0.10 33.20 07:35:36 06:50:01 7 59.96 0.00 8.05 0.03 0.10 31.85 07:35:36 06:51:01 all 33.42 0.00 7.42 4.42 0.09 54.65 07:35:36 06:51:01 0 34.05 0.00 7.94 2.85 0.08 55.07 07:35:36 06:51:01 1 32.41 0.00 7.91 3.69 0.10 55.89 07:35:36 06:51:01 2 32.97 0.00 7.85 2.49 0.08 56.60 07:35:36 06:51:01 3 32.11 0.00 7.10 5.97 0.08 54.73 07:35:36 06:51:01 4 32.34 0.00 6.90 3.99 0.10 56.66 07:35:36 06:51:01 5 33.01 0.00 7.82 9.44 0.10 49.62 07:35:36 06:51:01 6 36.09 0.00 7.04 4.25 0.10 52.52 07:35:36 06:51:01 7 34.37 0.00 6.77 2.66 0.08 56.12 07:35:36 06:52:01 all 16.27 0.00 7.56 24.76 0.08 51.33 07:35:36 06:52:01 0 17.59 0.00 8.09 23.15 0.08 51.08 07:35:36 06:52:01 1 17.08 0.00 7.51 32.45 0.08 42.88 07:35:36 06:52:01 2 16.75 0.00 7.53 16.49 0.09 59.15 07:35:36 06:52:01 3 15.34 0.00 7.82 18.36 0.07 58.41 07:35:36 06:52:01 4 14.39 0.00 7.02 48.21 0.08 30.30 07:35:36 06:52:01 5 15.41 0.00 8.36 26.82 0.07 49.34 07:35:36 06:52:01 6 16.28 0.00 7.40 19.93 0.07 56.32 07:35:36 06:52:01 7 17.34 0.00 6.73 12.54 0.12 63.27 07:35:36 06:53:01 all 41.25 0.00 7.44 9.65 0.08 41.58 07:35:36 06:53:01 0 41.41 0.00 7.38 2.17 0.10 48.94 07:35:36 06:53:01 1 41.96 0.00 6.97 11.89 0.07 39.12 07:35:36 06:53:01 2 41.03 0.00 7.43 22.32 0.08 29.13 07:35:36 06:53:01 3 41.10 0.00 7.30 1.00 0.08 50.52 07:35:36 06:53:01 4 40.75 0.00 8.35 22.24 0.08 28.59 07:35:36 06:53:01 5 40.96 0.00 7.47 2.52 0.08 48.96 07:35:36 06:53:01 6 41.31 0.00 7.00 7.80 0.08 43.81 07:35:36 06:53:01 7 41.49 0.00 7.63 7.36 0.07 43.45 07:35:36 06:54:01 all 90.92 0.00 8.95 0.00 0.13 0.00 07:35:36 06:54:01 0 90.89 0.00 9.00 0.00 0.12 0.00 07:35:36 06:54:01 1 90.51 0.00 9.35 0.00 0.13 0.00 07:35:36 06:54:01 2 89.99 0.00 9.88 0.00 0.13 0.00 07:35:36 06:54:01 3 91.29 0.00 8.59 0.00 0.12 0.00 07:35:36 06:54:01 4 90.89 0.00 9.00 0.00 0.12 0.00 07:35:36 06:54:01 5 91.12 0.00 8.77 0.00 0.12 0.00 07:35:36 06:54:01 6 91.69 0.00 8.20 0.00 0.12 0.00 07:35:36 06:54:01 7 91.01 0.00 8.84 0.00 0.15 0.00 07:35:36 06:55:01 all 87.79 0.00 9.56 0.59 0.13 1.92 07:35:36 06:55:01 0 88.98 0.00 8.24 1.47 0.13 1.18 07:35:36 06:55:01 1 86.81 0.00 10.40 0.17 0.13 2.48 07:35:36 06:55:01 2 87.59 0.00 9.62 1.05 0.12 1.62 07:35:36 06:55:01 3 88.41 0.00 9.35 0.25 0.13 1.85 07:35:36 06:55:01 4 87.70 0.00 9.41 0.87 0.13 1.89 07:35:36 06:55:01 5 88.28 0.00 9.67 0.17 0.15 1.73 07:35:36 06:55:01 6 87.60 0.00 9.61 0.30 0.12 2.37 07:35:36 06:55:01 7 86.91 0.00 10.21 0.47 0.13 2.27 07:35:36 06:56:01 all 7.19 0.00 1.72 2.87 0.06 88.15 07:35:36 06:56:01 0 6.10 0.00 2.04 10.45 0.07 81.34 07:35:36 06:56:01 1 7.41 0.00 1.81 2.08 0.07 88.64 07:35:36 06:56:01 2 6.85 0.00 2.07 1.65 0.07 89.36 07:35:36 06:56:01 3 6.94 0.00 1.83 2.42 0.07 88.73 07:35:36 06:56:01 4 6.02 0.00 1.26 1.88 0.05 90.79 07:35:36 06:56:01 5 8.88 0.00 1.91 1.61 0.05 87.55 07:35:36 06:56:01 6 5.33 0.00 1.37 1.64 0.07 91.59 07:35:36 06:56:01 7 9.99 0.00 1.48 1.23 0.08 87.22 07:35:36 06:57:01 all 10.63 0.00 0.71 0.12 0.06 88.48 07:35:36 06:57:01 0 13.22 0.00 0.75 0.00 0.05 85.97 07:35:36 06:57:01 1 11.80 0.00 0.91 0.03 0.08 87.18 07:35:36 06:57:01 2 4.75 0.00 0.54 0.54 0.03 94.14 07:35:36 06:57:01 3 5.25 0.00 0.52 0.02 0.05 94.16 07:35:36 06:57:01 4 8.61 0.00 0.73 0.08 0.07 90.51 07:35:36 06:57:01 5 14.59 0.00 0.77 0.23 0.07 84.35 07:35:36 06:57:01 6 12.31 0.00 0.59 0.00 0.07 87.04 07:35:36 06:57:01 7 14.47 0.00 0.87 0.05 0.08 84.53 07:35:36 06:58:01 all 1.06 0.00 0.19 0.02 0.02 98.70 07:35:36 06:58:01 0 0.22 0.00 0.22 0.00 0.02 99.55 07:35:36 06:58:01 1 1.07 0.00 0.17 0.03 0.02 98.71 07:35:36 06:58:01 2 0.35 0.00 0.18 0.05 0.02 99.40 07:35:36 06:58:01 3 1.75 0.00 0.22 0.08 0.03 97.92 07:35:36 06:58:01 4 0.40 0.00 0.20 0.00 0.02 99.38 07:35:36 06:58:01 5 1.82 0.00 0.27 0.00 0.03 97.88 07:35:36 06:58:01 6 1.60 0.00 0.10 0.02 0.02 98.26 07:35:36 06:58:01 7 1.28 0.00 0.18 0.00 0.00 98.53 07:35:36 07:35:36 06:58:01 CPU %user %nice %system %iowait %steal %idle 07:35:36 06:59:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:35:36 06:59:01 0 0.07 0.00 0.02 0.00 0.00 99.92 07:35:36 06:59:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:35:36 06:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 06:59:01 3 0.02 0.00 0.03 0.02 0.02 99.92 07:35:36 06:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:35:36 06:59:01 5 0.08 0.00 0.05 0.00 0.03 99.83 07:35:36 06:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 06:59:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:00:01 all 0.04 0.00 0.01 0.02 0.01 99.92 07:35:36 07:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:35:36 07:00:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:35:36 07:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:35:36 07:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:00:01 5 0.12 0.00 0.05 0.13 0.03 99.67 07:35:36 07:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:00:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:35:36 07:01:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:35:36 07:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:01:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:01:01 3 0.07 0.00 0.03 0.05 0.02 99.83 07:35:36 07:01:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:01:01 5 0.05 0.00 0.03 0.02 0.03 99.87 07:35:36 07:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:02:01 all 0.05 0.00 0.03 0.01 0.00 99.91 07:35:36 07:02:01 0 0.00 0.00 0.03 0.02 0.02 99.93 07:35:36 07:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:35:36 07:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:35:36 07:02:01 3 0.07 0.00 0.02 0.02 0.00 99.90 07:35:36 07:02:01 4 0.03 0.00 0.05 0.00 0.00 99.92 07:35:36 07:02:01 5 0.14 0.00 0.05 0.02 0.02 99.78 07:35:36 07:02:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:35:36 07:02:01 7 0.05 0.00 0.03 0.00 0.00 99.92 07:35:36 07:03:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:35:36 07:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:35:36 07:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:03:01 3 0.00 0.00 0.02 0.03 0.02 99.93 07:35:36 07:03:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:03:01 5 0.10 0.00 0.05 0.00 0.03 99.82 07:35:36 07:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:04:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:35:36 07:04:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:35:36 07:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:35:36 07:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:04:01 3 0.07 0.00 0.02 0.02 0.02 99.88 07:35:36 07:04:01 4 0.02 0.00 0.00 0.03 0.00 99.95 07:35:36 07:04:01 5 0.12 0.00 0.02 0.00 0.02 99.85 07:35:36 07:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:05:01 all 0.03 0.00 0.01 0.04 0.01 99.92 07:35:36 07:05:01 0 0.03 0.00 0.02 0.23 0.00 99.72 07:35:36 07:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:05:01 3 0.00 0.00 0.02 0.08 0.00 99.90 07:35:36 07:05:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:35:36 07:05:01 5 0.13 0.00 0.03 0.00 0.03 99.80 07:35:36 07:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:06:01 all 0.05 0.00 0.01 0.00 0.01 99.92 07:35:36 07:06:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:35:36 07:06:01 1 0.12 0.00 0.00 0.00 0.00 99.88 07:35:36 07:06:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:06:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:35:36 07:06:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:35:36 07:06:01 5 0.18 0.00 0.03 0.00 0.03 99.75 07:35:36 07:06:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:35:36 07:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:07:01 all 0.03 0.00 0.01 0.01 0.00 99.94 07:35:36 07:07:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:35:36 07:07:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:07:01 3 0.03 0.00 0.00 0.08 0.02 99.87 07:35:36 07:07:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:07:01 5 0.10 0.00 0.05 0.00 0.02 99.83 07:35:36 07:07:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:35:36 07:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:08:01 all 0.29 0.00 0.02 0.00 0.01 99.68 07:35:36 07:08:01 0 0.03 0.00 0.02 0.02 0.02 99.92 07:35:36 07:08:01 1 0.07 0.00 0.00 0.00 0.02 99.92 07:35:36 07:08:01 2 1.95 0.00 0.02 0.00 0.00 98.03 07:35:36 07:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:35:36 07:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:35:36 07:08:01 5 0.13 0.00 0.07 0.00 0.03 99.77 07:35:36 07:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:08:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:35:36 07:09:01 all 0.27 0.00 0.01 0.02 0.01 99.69 07:35:36 07:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:09:01 3 0.02 0.00 0.02 0.10 0.02 99.85 07:35:36 07:09:01 4 0.02 0.00 0.02 0.07 0.00 99.90 07:35:36 07:09:01 5 2.04 0.00 0.03 0.00 0.02 97.91 07:35:36 07:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:35:36 07:09:01 CPU %user %nice %system %iowait %steal %idle 07:35:36 07:10:01 all 0.26 0.00 0.01 0.00 0.01 99.71 07:35:36 07:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:35:36 07:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:10:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:10:01 3 0.07 0.00 0.00 0.00 0.02 99.92 07:35:36 07:10:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:35:36 07:10:01 5 1.87 0.00 0.08 0.00 0.03 98.01 07:35:36 07:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:35:36 07:11:01 0 0.02 0.00 0.02 0.02 0.02 99.93 07:35:36 07:11:01 1 0.07 0.00 0.00 0.00 0.02 99.92 07:35:36 07:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:11:01 3 0.03 0.00 0.03 0.02 0.02 99.90 07:35:36 07:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:11:01 5 0.08 0.00 0.05 0.00 0.02 99.85 07:35:36 07:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:12:01 all 0.03 0.00 0.01 0.02 0.01 99.93 07:35:36 07:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:12:01 3 0.07 0.00 0.05 0.15 0.03 99.70 07:35:36 07:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:12:01 5 0.08 0.00 0.03 0.00 0.02 99.87 07:35:36 07:12:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:35:36 07:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:35:36 07:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:35:36 07:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:13:01 4 0.00 0.00 0.02 0.03 0.02 99.93 07:35:36 07:13:01 5 0.05 0.00 0.00 0.00 0.02 99.93 07:35:36 07:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:14:01 all 0.04 0.00 0.02 0.00 0.01 99.93 07:35:36 07:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:14:01 3 0.07 0.00 0.05 0.00 0.03 99.85 07:35:36 07:14:01 4 0.05 0.00 0.02 0.02 0.02 99.90 07:35:36 07:14:01 5 0.10 0.00 0.05 0.00 0.02 99.83 07:35:36 07:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:15:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:35:36 07:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:15:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:35:36 07:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:35:36 07:15:01 3 0.08 0.00 0.05 0.00 0.03 99.83 07:35:36 07:15:01 4 0.02 0.00 0.00 0.03 0.00 99.95 07:35:36 07:15:01 5 0.08 0.00 0.00 0.00 0.02 99.90 07:35:36 07:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:35:36 07:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:16:01 1 0.00 0.00 0.03 0.02 0.02 99.93 07:35:36 07:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:16:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:35:36 07:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:35:36 07:16:01 5 0.08 0.00 0.02 0.00 0.02 99.88 07:35:36 07:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:35:36 07:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:17:01 1 0.03 0.00 0.00 0.02 0.03 99.92 07:35:36 07:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:17:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:17:01 4 0.05 0.00 0.02 0.02 0.00 99.92 07:35:36 07:17:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:18:01 all 0.02 0.00 0.01 0.00 0.00 99.95 07:35:36 07:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:18:01 1 0.03 0.00 0.05 0.00 0.02 99.90 07:35:36 07:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:18:01 4 0.02 0.00 0.00 0.03 0.00 99.95 07:35:36 07:18:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:35:36 07:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:19:01 all 0.03 0.00 0.02 0.01 0.02 99.93 07:35:36 07:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:35:36 07:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:19:01 3 0.07 0.00 0.03 0.00 0.03 99.87 07:35:36 07:19:01 4 0.02 0.00 0.02 0.10 0.02 99.85 07:35:36 07:19:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:35:36 07:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:19:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:35:36 07:20:01 all 0.16 0.00 0.02 0.01 0.00 99.81 07:35:36 07:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:20:01 3 0.10 0.00 0.03 0.00 0.02 99.85 07:35:36 07:20:01 4 0.02 0.00 0.00 0.10 0.00 99.88 07:35:36 07:20:01 5 1.13 0.00 0.05 0.00 0.00 98.82 07:35:36 07:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:20:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:35:36 07:35:36 07:20:01 CPU %user %nice %system %iowait %steal %idle 07:35:36 07:21:01 all 0.25 0.00 0.02 0.00 0.01 99.72 07:35:36 07:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:21:01 3 0.08 0.00 0.03 0.00 0.03 99.85 07:35:36 07:21:01 4 0.05 0.00 0.02 0.02 0.02 99.90 07:35:36 07:21:01 5 1.73 0.00 0.02 0.00 0.02 98.24 07:35:36 07:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:21:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:35:36 07:22:01 all 0.06 0.00 0.04 0.01 0.01 99.89 07:35:36 07:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:22:01 1 0.22 0.00 0.05 0.03 0.00 99.70 07:35:36 07:22:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:35:36 07:22:01 3 0.08 0.00 0.10 0.00 0.03 99.78 07:35:36 07:22:01 4 0.02 0.00 0.03 0.05 0.00 99.90 07:35:36 07:22:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:22:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:22:01 7 0.00 0.00 0.03 0.00 0.00 99.97 07:35:36 07:23:01 all 0.04 0.00 0.01 0.01 0.01 99.93 07:35:36 07:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:23:01 3 0.10 0.00 0.05 0.00 0.03 99.82 07:35:36 07:23:01 4 0.02 0.00 0.00 0.08 0.02 99.88 07:35:36 07:23:01 5 0.07 0.00 0.00 0.00 0.02 99.92 07:35:36 07:23:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:35:36 07:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:24:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:35:36 07:24:01 4 0.05 0.00 0.00 0.03 0.02 99.90 07:35:36 07:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:35:36 07:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:25:01 3 0.08 0.00 0.05 0.00 0.05 99.82 07:35:36 07:25:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:35:36 07:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:25:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:26:01 all 0.26 0.00 0.01 0.01 0.01 99.72 07:35:36 07:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:26:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:35:36 07:26:01 4 0.00 0.00 0.02 0.08 0.00 99.90 07:35:36 07:26:01 5 1.94 0.00 0.02 0.00 0.02 98.03 07:35:36 07:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:35:36 07:27:01 all 0.28 0.00 0.01 0.01 0.01 99.69 07:35:36 07:27:01 0 0.03 0.00 0.03 0.00 0.03 99.90 07:35:36 07:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:35:36 07:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:27:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:27:01 4 0.02 0.00 0.02 0.03 0.02 99.92 07:35:36 07:27:01 5 2.00 0.00 0.02 0.02 0.00 97.96 07:35:36 07:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:27:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:35:36 07:28:01 all 0.25 0.00 0.02 0.00 0.01 99.72 07:35:36 07:28:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:35:36 07:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:28:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:35:36 07:28:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:28:01 4 0.00 0.00 0.00 0.03 0.02 99.95 07:35:36 07:28:01 5 1.91 0.00 0.03 0.00 0.02 98.05 07:35:36 07:28:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:35:36 07:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:29:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:35:36 07:29:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:29:01 3 0.12 0.00 0.02 0.00 0.03 99.83 07:35:36 07:29:01 4 0.02 0.00 0.00 0.03 0.00 99.95 07:35:36 07:29:01 5 0.12 0.00 0.02 0.00 0.00 99.87 07:35:36 07:29:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:35:36 07:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:35:36 07:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:35:36 07:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:30:01 4 0.02 0.00 0.00 0.03 0.02 99.93 07:35:36 07:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:30:01 6 0.00 0.00 0.03 0.00 0.02 99.95 07:35:36 07:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:35:36 07:31:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:35:36 07:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:35:36 07:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 07:35:36 07:31:01 4 0.00 0.00 0.02 0.03 0.00 99.95 07:35:36 07:31:01 5 0.05 0.00 0.05 0.00 0.02 99.88 07:35:36 07:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:35:36 07:35:36 07:31:01 CPU %user %nice %system %iowait %steal %idle 07:35:36 07:32:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:35:36 07:32:01 0 0.02 0.00 0.03 0.02 0.02 99.92 07:35:36 07:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:32:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:35:36 07:32:01 3 0.10 0.00 0.02 0.00 0.03 99.85 07:35:36 07:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:35:36 07:32:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:32:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:35:36 07:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:35:36 07:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:35:36 07:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:35:36 07:33:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:35:36 07:33:01 3 0.12 0.00 0.03 0.00 0.00 99.85 07:35:36 07:33:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:35:36 07:33:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:35:36 07:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:35:36 07:34:01 all 0.04 0.00 0.01 0.00 0.01 99.93 07:35:36 07:34:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:35:36 07:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:34:01 2 0.02 0.00 0.05 0.00 0.02 99.92 07:35:36 07:34:01 3 0.13 0.00 0.02 0.00 0.03 99.82 07:35:36 07:34:01 4 0.02 0.00 0.00 0.03 0.00 99.95 07:35:36 07:34:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:35:36 07:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:35:36 07:35:01 all 8.95 0.00 3.91 1.06 0.06 86.02 07:35:36 07:35:01 0 9.64 0.00 3.68 0.86 0.07 85.75 07:35:36 07:35:01 1 8.06 0.00 4.24 0.03 0.07 87.60 07:35:36 07:35:01 2 7.89 0.00 3.77 0.03 0.05 88.26 07:35:36 07:35:01 3 8.99 0.00 4.03 0.82 0.05 86.10 07:35:36 07:35:01 4 9.05 0.00 3.78 6.35 0.08 80.73 07:35:36 07:35:01 5 8.43 0.00 3.97 0.08 0.05 87.47 07:35:36 07:35:01 6 9.66 0.00 4.27 0.13 0.05 85.88 07:35:36 07:35:01 7 9.86 0.00 3.57 0.17 0.05 86.36 07:35:36 Average: all 8.51 0.00 1.38 0.98 0.03 89.11 07:35:36 Average: 0 8.49 0.00 1.37 0.88 0.03 89.23 07:35:36 Average: 1 8.44 0.00 1.43 1.17 0.03 88.93 07:35:36 Average: 2 8.43 0.00 1.39 1.00 0.02 89.16 07:35:36 Average: 3 8.36 0.00 1.36 0.61 0.03 89.64 07:35:36 Average: 4 8.35 0.00 1.36 1.76 0.03 88.50 07:35:36 Average: 5 8.91 0.00 1.45 0.92 0.03 88.68 07:35:36 Average: 6 8.49 0.00 1.30 0.72 0.02 89.47 07:35:36 Average: 7 8.59 0.00 1.36 0.80 0.02 89.23 07:35:36 07:35:36 07:35:36