Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 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-ssh6231862180054955523.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-ssh15814997134196682143.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-ssh2519927157209883224.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-ssh835083224874363199.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-ssh17904877502759104412.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 ‘prd-ubuntu20.04-docker-8c-8g-2256’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2261 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/840 [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/840 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 # timeout=10 Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#5148)" > git rev-list --no-walk a4fc37660b1b21c16fcdbb2815343e7b100a20fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:58:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:58:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:58:25 ========================================================= 03:58:25 EdgeX Global Pipelines Version Info 03:58:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:58:25 ------------------- 03:58:25 stable info: 03:58:25 ------------------- 03:58:25 Commited By: Ginny Guan ginny@iotechsys.com 03:58:25 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:58:25 Message: update stable to v1.0.274 03:58:26 ------------------- 03:58:26 experimental info: 03:58:26 ------------------- 03:58:26 Commited By: **** collab-it+edgex@linuxfoundation.org 03:58:26 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:58:26 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:58:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02cb32c [Pipeline] echo 03:58:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:58:27 provisioning config files... 03:58:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config8961988672258533530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:58:27 ---> ****-login.sh 03:58:27 nexus3.edgexfoundry.org:10001 03:58:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:58:27 Configure a credential helper to remove this warning. See 03:58:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:58:27 03:58:27 Login Succeeded 03:58:27 nexus3.edgexfoundry.org:10002 03:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:58:28 Configure a credential helper to remove this warning. See 03:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:58:28 03:58:28 Login Succeeded 03:58:28 nexus3.edgexfoundry.org:10003 03:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:58:28 Configure a credential helper to remove this warning. See 03:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:58:28 03:58:28 Login Succeeded 03:58:28 nexus3.edgexfoundry.org:10004 03:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:58:28 Configure a credential helper to remove this warning. See 03:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:58:28 03:58:28 Login Succeeded 03:58:28 ****.io 03:58:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:58:28 Configure a credential helper to remove this warning. See 03:58:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:58:28 03:58:28 Login Succeeded 03:58:28 ---> ****-login.sh ends [Pipeline] } 03:58:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:58:29 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 03:58:29 + + dirname cmd/core-command/Dockerfile 03:58:29 cut -d/ -f2 03:58:29 + echo core-command,cmd/core-command/Dockerfile 03:58:29 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:58:29 + dirname cmd/core-data/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo core-data,cmd/core-data/Dockerfile 03:58:29 + dirname cmd/core-keeper/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo core-keeper,cmd/core-keeper/Dockerfile 03:58:29 + dirname cmd/core-metadata/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo core-metadata,cmd/core-metadata/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + dirname cmd/security-bootstrapper/Dockerfile 03:58:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:58:29 + dirname cmd/security-proxy-auth/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:58:29 + + cut -d/ -f2 03:58:29 dirname cmd/security-proxy-setup/Dockerfile 03:58:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:58:29 + dirname cmd/security-secretstore-setup/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:58:29 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:58:29 + dirname cmd/security-spire-agent/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:58:29 + dirname cmd/security-spire-config/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:58:29 + dirname cmd/security-spire-server/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:58:29 + dirname cmd/support-notifications/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo support-notifications,cmd/support-notifications/Dockerfile 03:58:29 + dirname cmd/support-scheduler/Dockerfile 03:58:29 + cut -d/ -f2 03:58:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:58:29 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:58:29 + git rev-list -1 --merges 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0~1..02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 03:58:29 -----------> git rev-list -1 --merges 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0~1..02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [false] [Pipeline] sh 03:58:29 + git log --format=format:%s -1 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 03:58:29 ========================================================= 03:58:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:58:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:58:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:58:30 + grep -v github /etc/ssh/ssh_known_hosts 03:58:30 + [ -e /tmp/ssh_known_hosts ] 03:58:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:58:30 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:58:30 + sudo tee -a /etc/ssh/ssh_known_hosts 03:58:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:58:30 03:58:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:58:30 0.1.4: Pulling from edgex-devops/py-git-semver 03:58:30 3dae71ba6b94: Pulling fs layer 03:58:30 6bf1a483ea7c: Pulling fs layer 03:58:30 f5dfc541a4d3: Pulling fs layer 03:58:30 461d9e800cba: Pulling fs layer 03:58:30 80192f66455f: Pulling fs layer 03:58:30 2e8e34ca0e6c: Pulling fs layer 03:58:30 a29436f7fd5d: Pulling fs layer 03:58:30 923cac83aea3: Pulling fs layer 03:58:30 25ad8b0a4227: Pulling fs layer 03:58:30 db01528c6b51: Pulling fs layer 03:58:30 28988de357af: Pulling fs layer 03:58:30 461d9e800cba: Waiting 03:58:30 923cac83aea3: Waiting 03:58:30 80192f66455f: Waiting 03:58:30 25ad8b0a4227: Waiting 03:58:30 2e8e34ca0e6c: Waiting 03:58:30 a29436f7fd5d: Waiting 03:58:30 db01528c6b51: Waiting 03:58:30 28988de357af: Waiting 03:58:30 6bf1a483ea7c: Verifying Checksum 03:58:30 6bf1a483ea7c: Download complete 03:58:30 461d9e800cba: Verifying Checksum 03:58:30 461d9e800cba: Download complete 03:58:30 80192f66455f: Verifying Checksum 03:58:30 80192f66455f: Download complete 03:58:31 f5dfc541a4d3: Verifying Checksum 03:58:31 f5dfc541a4d3: Download complete 03:58:31 3dae71ba6b94: Verifying Checksum 03:58:31 3dae71ba6b94: Download complete 03:58:31 923cac83aea3: Verifying Checksum 03:58:31 923cac83aea3: Download complete 03:58:31 25ad8b0a4227: Verifying Checksum 03:58:31 25ad8b0a4227: Download complete 03:58:31 db01528c6b51: Verifying Checksum 03:58:31 db01528c6b51: Download complete 03:58:31 28988de357af: Verifying Checksum 03:58:31 28988de357af: Download complete 03:58:31 a29436f7fd5d: Verifying Checksum 03:58:31 a29436f7fd5d: Download complete 03:58:32 2e8e34ca0e6c: Verifying Checksum 03:58:32 2e8e34ca0e6c: Download complete 03:58:32 3dae71ba6b94: Pull complete 03:58:32 6bf1a483ea7c: Pull complete 03:58:33 f5dfc541a4d3: Pull complete 03:58:33 461d9e800cba: Pull complete 03:58:33 80192f66455f: Pull complete 03:58:36 2e8e34ca0e6c: Pull complete 03:58:37 a29436f7fd5d: Pull complete 03:58:37 923cac83aea3: Pull complete 03:58:37 25ad8b0a4227: Pull complete 03:58:37 db01528c6b51: Pull complete 03:58:37 28988de357af: Pull complete 03:58:37 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:58:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:58:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:58:37 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 03:58:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 03:58:40 $ docker top 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 -eo pid,comm 03:58:40 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). 03:58:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:58:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:58:40 [ssh-agent] Looking for ssh-agent implementation... 03:58:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:58:40 $ docker exec 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent 03:58:40 SSH_AUTH_SOCK=/tmp/ssh-j6Br8fT7HQCQ/agent.32 03:58:40 SSH_AGENT_PID=38 03:58:40 Running ssh-add (command line suppressed) 03:58:40 Identity added: /w/workspace/edgex-go/840@tmp/private_key_7675526319018740371.key (/w/workspace/edgex-go/840@tmp/private_key_7675526319018740371.key) 03:58:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:58:40 + git tag --points-at HEAD [Pipeline] } 03:58:40 $ docker exec --env ******** --env ******** 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent -k 03:58:41 unset SSH_AUTH_SOCK; 03:58:41 unset SSH_AGENT_PID; 03:58:41 echo Agent pid 38 killed; 03:58:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:58:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:58:41 [ssh-agent] Looking for ssh-agent implementation... 03:58:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:58:41 $ docker exec 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent 03:58:41 SSH_AUTH_SOCK=/tmp/ssh-srWAgk4LOF9q/agent.71 03:58:41 SSH_AGENT_PID=77 03:58:41 Running ssh-add (command line suppressed) 03:58:41 Identity added: /w/workspace/edgex-go/840@tmp/private_key_4187792422567898509.key (/w/workspace/edgex-go/840@tmp/private_key_4187792422567898509.key) 03:58:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:58:41 + git semver init 03:58:42 2025-05-26 03:58:41,962 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:58:42 2025-05-26 03:58:41,967 [run_init] DEBUG init version:0.0.0 force:False 03:58:42 2025-05-26 03:58:41,968 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/840/.semver 03:58:42 2025-05-26 03:58:41,968 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/840/.semver 03:58:42 2025-05-26 03:58:41,969 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/840/.semver'], cwd=/w/workspace/edgex-go/840, stdin=None, shell=False, universal_newlines=False) 03:58:47 2025-05-26 03:58:46,622 [append_file] DEBUG append to file:/w/workspace/edgex-go/840/.git/info/exclude 03:58:47 2025-05-26 03:58:46,623 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/840/.semver/main with force:False 03:58:47 2025-05-26 03:58:46,623 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 03:58:47 2025-05-26 03:58:46,623 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 03:58:47 4.1.0-dev.13 [Pipeline] } 03:58:47 $ docker exec --env ******** --env ******** 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 ssh-agent -k 03:58:47 unset SSH_AUTH_SOCK; 03:58:47 unset SSH_AGENT_PID; 03:58:47 echo Agent pid 77 killed; 03:58:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:58:47 + git semver [Pipeline] } 03:58:48 $ docker stop --time=1 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 03:58:49 $ docker rm -f --volumes 0a17b5831a3de0cea6e0dd5a0accaf919a2f183b10d520e0e49c573065d64d56 [Pipeline] // withDockerContainer [Pipeline] sh 03:58:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:58:49 Stashed 1 file(s) [Pipeline] echo 03:58:49 [edgeXSemver]: initialized semver on version 4.1.0-dev.13 [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 03:58:50 + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] echo 03:58:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:58:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:58:50 ========================================================= 03:58:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:58:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:58:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:58:50 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:58:50 0a9a5dfd008f: Pulling fs layer 03:58:50 dbfa0bcfca99: Pulling fs layer 03:58:50 70eabb1d9476: Pulling fs layer 03:58:50 957bedc73fa3: Pulling fs layer 03:58:50 4f4fb700ef54: Pulling fs layer 03:58:50 f40432e63723: Pulling fs layer 03:58:50 90b4343acab7: Pulling fs layer 03:58:50 9f67ea4ac784: Pulling fs layer 03:58:50 9228b9a606be: Pulling fs layer 03:58:50 90b4343acab7: Waiting 03:58:50 9f67ea4ac784: Waiting 03:58:50 4f4fb700ef54: Waiting 03:58:50 9228b9a606be: Waiting 03:58:50 f40432e63723: Waiting 03:58:50 957bedc73fa3: Waiting 03:58:50 dbfa0bcfca99: Verifying Checksum 03:58:50 dbfa0bcfca99: Download complete 03:58:50 957bedc73fa3: Verifying Checksum 03:58:50 957bedc73fa3: Download complete 03:58:50 4f4fb700ef54: Verifying Checksum 03:58:50 4f4fb700ef54: Download complete 03:58:50 0a9a5dfd008f: Download complete 03:58:50 f40432e63723: Verifying Checksum 03:58:50 f40432e63723: Download complete 03:58:51 90b4343acab7: Verifying Checksum 03:58:51 90b4343acab7: Download complete 03:58:51 0a9a5dfd008f: Pull complete 03:58:51 dbfa0bcfca99: Pull complete 03:58:51 9228b9a606be: Verifying Checksum 03:58:51 9228b9a606be: Download complete 03:58:51 70eabb1d9476: Download complete 03:58:51 9f67ea4ac784: Verifying Checksum 03:58:51 9f67ea4ac784: Download complete 03:58:55 70eabb1d9476: Pull complete 03:58:55 957bedc73fa3: Pull complete 03:58:55 4f4fb700ef54: Pull complete 03:58:55 f40432e63723: Pull complete 03:58:55 90b4343acab7: Pull complete 03:58:57 9f67ea4ac784: Pull complete 03:58:58 9228b9a606be: Pull complete 03:58:58 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 03:58:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:58:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:58:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:58:58 WORKDIR /edgex 03:58:58 COPY go.mod . 03:58:58 RUN go mod download 03:58:58 + docker build -t ci-base-image-x86_64 -f - . 03:58:58 Sending build context to Docker daemon 185.8MB 03:58:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:58:58 ---> 69404ca5bff2 03:58:58 Step 2/4 : WORKDIR /edgex 03:59:01 ---> Running in f212f8c4654d 03:59:01 Removing intermediate container f212f8c4654d 03:59:01 ---> 577a59bc3fb1 03:59:01 Step 3/4 : COPY go.mod . 03:59:01 ---> b9fb7c4eef29 03:59:01 Step 4/4 : RUN go mod download 03:59:01 ---> Running in cee87bacacda 03:59:05 Still waiting to schedule task 03:59:05 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2258’ is offline 03:59:19 Removing intermediate container cee87bacacda 03:59:19 ---> d7ec377e6c8b 03:59:19 Successfully built d7ec377e6c8b 03:59:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:19 + docker inspect -f . ci-base-image-x86_64 03:59:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:59:19 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 03:59:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 03:59:20 $ docker top 235a70fa4e54217fece6a79a11944299ea0485f355ea25e7c9aaa92a33821e4d -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:20 + go version 03:59:20 go version go1.23.8 linux/amd64 [Pipeline] } 03:59:20 $ docker stop --time=1 235a70fa4e54217fece6a79a11944299ea0485f355ea25e7c9aaa92a33821e4d 03:59:21 $ docker rm -f --volumes 235a70fa4e54217fece6a79a11944299ea0485f355ea25e7c9aaa92a33821e4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:22 + docker inspect -f . ci-base-image-x86_64 03:59:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:59:22 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 03:59:22 $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 03:59:22 $ docker top bb752151e3d6c9502f82b50ba07d12ea3c1fbcab0eeb1936acaa2e5d703e72ba -eo pid,comm [Pipeline] { [Pipeline] echo 03:59:22 ========================================================= 03:59:22 [edgeXBuildGoParallel] Running Tests and Build... 03:59:22 ========================================================= [Pipeline] sh 03:59:23 + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] fileExists [Pipeline] sh 03:59:23 + make test 03:59:23 go test -race -coverprofile=coverage.out ./... 03:59:31 ? github.com/edgexfoundry/edgex-go [no test files] 03:59:58 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:59:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:59:58 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:59:58 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:59:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements 04:00:00 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 04:00:00 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 04:00:00 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 04:00:00 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 04:00:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements 04:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 04:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 04:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:00:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 04:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 04:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:00:03 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 04:00:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 04:00:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:00:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 04:00:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements 04:00:04 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 3.5% of statements 04:00:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 45.2% of statements 04:00:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.997s coverage: 93.4% of statements 04:00:05 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 92.3% of statements 04:00:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 04:00:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 04:00:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements 04:00:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 04:00:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:00:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:00:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 04:00:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 04:00:07 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 04:00:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.367s coverage: 95.8% of statements 04:00:08 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 04:00:09 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 04:00:09 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 04:00:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:00:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 04:00:09 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 04:00:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 04:00:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] 04:00:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 04:00:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.031s coverage: 38.1% of statements 04:00:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements 04:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements 04:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.032s coverage: 87.1% of statements 04:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements 04:00:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 04:00:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 04:00:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 04:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 04:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:00:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 04:00:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 04:00:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 04:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements 04:00:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 04:00:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 04:00:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 04:00:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 04:00:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 04:00:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 04:00:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 04:00:14 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 04:00:14 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 04:00:15 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 04:00:17 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 04:00:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:00:18 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 04:00:19 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 04:00:19 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 04:00:19 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 04:00:22 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 04:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.028s coverage: 94.4% of statements 04:00:24 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 04:00:24 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 04:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 04:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 04:00:24 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:00:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 04:00:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 04:00:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 04:00:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 04:00:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:00:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 04:00:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 04:00:27 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 04:00:27 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 04:00:27 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 04:00:27 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 04:00:27 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 04:00:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 04:00:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 04:00:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 04:00:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 04:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 04:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:00:29 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:00:29 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.046s coverage: 92.9% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.030s coverage: 68.8% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.034s coverage: 87.2% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.026s coverage: 15.5% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.087s coverage: 82.1% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.179s coverage: 54.5% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.023s coverage: 100.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.034s coverage: 96.8% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.152s coverage: 29.2% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 3.1% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements 04:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 04:00:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 04:00:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 04:00:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 04:00:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 04:00:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:00:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.065s coverage: 17.0% of statements 04:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements 04:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.034s coverage: 9.0% of statements 04:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.080s coverage: 97.7% of statements 04:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.035s coverage: 43.6% of statements 04:00:35 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 04:00:36 running golangci-lint 04:00:36 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 04:00:36 go version go1.23.8 linux/amd64 04:00:36 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 04:00:36 level=info msg="[config_reader] Used config file .golangci.yml" 04:00:36 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:00:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2262 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:00:43 Running in /w/workspace/edgex-go/840 [Pipeline] { [Pipeline] checkout 04:00:46 The recommended git tool is: git 04:00:53 using credential edgex-jenkins-ssh 04:00:53 Cloning the remote Git repository 04:00:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:00:53 > git init /w/workspace/edgex-go/840 # timeout=10 04:00:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:00:53 > git --version # timeout=10 04:00:53 > git --version # 'git version 2.25.1' 04:00:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:00:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:01:03 level=info msg="[loader] Go packages loading at mode 575 (files|types_sizes|exports_file|deps|imports|name|compiled_files) took 24.766238882s" 04:01:03 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 58.522714ms" 04:01:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:01:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:01:12 Avoid second fetch 04:01:12 Checking out Revision 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 (main) 04:01:12 Commit message: "build(deps): Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#5148)" 04:01:12 > git config core.sparsecheckout # timeout=10 04:01:12 > git checkout -f 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:01:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:01:17 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:17 Dload Upload Total Spent Left Speed 04:01:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh 04:01:18 level=info msg="[linters_context/goanalysis] analyzers took 2m7.705014623s with top 10 stages: buildir: 1m13.203992597s, gosec: 5.009175923s, inspect: 3.451273733s, fact_deprecated: 3.010113057s, printf: 2.525275296s, ctrlflow: 1.743239046s, fact_purity: 1.578123083s, S1038: 1.567728306s, unused: 1.53435271s, nilness: 1.340420626s" 04:01:18 level=info msg="[runner] Issues before processing: 202, after processing: 0" 04:01:18 level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20, nolint: 20/0, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, path_prettifier: 202/202, cgo: 202/202, filename_unadjuster: 202/202, exclude: 202/202" 04:01:18 level=info msg="[runner] processing took 19.002311ms with stages: nolint: 9.182402ms, identifier_marker: 4.314258ms, autogenerated_exclude: 1.652018ms, path_prettifier: 1.602958ms, exclude-rules: 1.148773ms, skip_dirs: 1.017141ms, cgo: 33.11µs, invalid_issue: 31.221µs, filename_unadjuster: 14.72µs, max_same_issues: 1.01µs, skip_files: 850ns, uniq_by_line: 710ns, fixer: 700ns, diff: 550ns, max_from_linter: 440ns, source_code: 350ns, exclude: 290ns, sort_results: 250ns, severity-rules: 230ns, path_shortener: 110ns, path_prefixer: 110ns, max_per_file_from_linter: 110ns" 04:01:18 level=info msg="[runner] linters took 15.071492733s with stages: goanalysis_metalinter: 15.052369351s" 04:01:18 level=info msg="File cache stats: 0 entries of total size 0B" 04:01:18 level=info msg="Memory: 399 samples, avg is 321.1MB, max is 1319.0MB" 04:01:18 level=info msg="Execution took 39.90571487s" 04:01:18 go vet ./... 04:01:18 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:01:18 + sudo tee /etc/docker/daemon.new 04:01:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:01:18 { 04:01:18 "registry-mirrors": [ 04:01:18 "https://nexus3.edgexfoundry.org:10001" 04:01:18 ], 04:01:18 "bip": "10.250.0.254/24", 04:01:18 "hosts": [ 04:01:18 "tcp://0.0.0.0:5555", 04:01:18 "unix:///var/run/docker.sock" 04:01:18 ], 04:01:18 "mtu": 1458, 04:01:18 "selinux-enabled": true, 04:01:18 "seccomp-profile": "/etc/docker/seccomp.json" 04:01:18 } [Pipeline] sh 04:01:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:01:19 + sudo service docker restart 04:01:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:01:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:01:24 ./bin/test-attribution-txt.sh [Pipeline] echo 04:01:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 04:01:25 + ls -al . 04:01:25 total 1992 04:01:25 drwxrwxr-x 11 1001 1001 4096 May 26 03:59 . 04:01:25 drwxr-xr-x 4 root root 4096 May 26 03:59 .. 04:01:25 drwxrwxr-x 2 1001 1001 4096 May 26 03:58 .blubracket 04:01:25 -rw-rw-r-- 1 1001 1001 10 May 26 03:58 .dockerignore 04:01:25 drwxrwxr-x 8 1001 1001 4096 May 26 04:00 .git 04:01:25 drwxrwxr-x 3 1001 1001 4096 May 26 03:58 .github 04:01:25 -rw-rw-r-- 1 1001 1001 909 May 26 03:58 .gitignore 04:01:25 -rw-rw-r-- 1 1001 1001 218 May 26 03:58 .golangci.yml 04:01:25 -rw-rw-r-- 1 1001 1001 100 May 26 03:58 .hadolint.yml 04:01:25 drwxr-xr-x 3 1001 1001 4096 May 26 03:58 .semver 04:01:25 -rw-rw-r-- 1 1001 1001 155 May 26 03:58 .sonarcloud.properties 04:01:25 -rw-rw-r-- 1 1001 1001 1171 May 26 03:58 ADOPTERS.md 04:01:25 -rw-rw-r-- 1 1001 1001 17374 May 26 03:58 Attribution.txt 04:01:25 -rw-rw-r-- 1 1001 1001 108018 May 26 03:58 CHANGELOG.md 04:01:25 -rw-rw-r-- 1 1001 1001 3804 May 26 03:58 CONTRIBUTING.md 04:01:25 -rw-rw-r-- 1 1001 1001 677 May 26 03:58 GOVERNANCE.md 04:01:25 -rw-rw-r-- 1 1001 1001 858 May 26 03:58 Jenkinsfile 04:01:25 -rw-rw-r-- 1 1001 1001 10775 May 26 03:58 LICENSE 04:01:25 -rw-rw-r-- 1 1001 1001 16740 May 26 03:58 Makefile 04:01:25 -rw-rw-r-- 1 1001 1001 582 May 26 03:58 OWNERS.md 04:01:25 -rw-rw-r-- 1 1001 1001 9932 May 26 03:58 README.md 04:01:25 -rw-rw-r-- 1 1001 1001 789 May 26 03:58 SECURITY.md 04:01:25 -rw-rw-r-- 1 1001 1001 12 May 26 03:58 VERSION 04:01:25 drwxrwxr-x 2 1001 1001 4096 May 26 03:58 bin 04:01:25 drwxrwxr-x 19 1001 1001 4096 May 26 03:58 cmd 04:01:25 -rw-r--r-- 1 root root 1661047 May 26 04:00 coverage.out 04:01:25 drwxrwxr-x 2 1001 1001 4096 May 26 03:58 fuzz_test 04:01:25 -rw-rw-r-- 1 1001 1001 6492 May 26 03:58 go.mod 04:01:25 -rw-rw-r-- 1 1001 1001 88215 May 26 03:58 go.sum 04:01:25 drwxrwxr-x 7 1001 1001 4096 May 26 03:58 internal 04:01:25 drwxrwxr-x 2 1001 1001 4096 May 26 03:58 openapi 04:01:25 -rw-rw-r-- 1 1001 1001 584 May 26 03:58 security.txt 04:01:25 -rw-rw-r-- 1 1001 1001 204 May 26 03:58 version.go [Pipeline] sh 04:01:25 + '[' -e coverage.out ] 04:01:25 + chown 1001:1001 coverage.out [Pipeline] stash 04:01:25 Stashed 1 file(s) [Pipeline] sh 04:01:25 + make build 04:01:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:01:37 provisioning config files... 04:01:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config10495999067662471237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:01:37 ---> ****-login.sh 04:01:37 nexus3.edgexfoundry.org:10001 04:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:01:38 Configure a credential helper to remove this warning. See 04:01:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:01:38 04:01:38 Login Succeeded 04:01:38 nexus3.edgexfoundry.org:10002 04:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 nexus3.edgexfoundry.org:10003 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 nexus3.edgexfoundry.org:10004 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 ****.io 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:01:40 Configure a credential helper to remove this warning. See 04:01:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:01:40 04:01:40 Login Succeeded 04:01:40 ---> ****-login.sh ends [Pipeline] } 04:01:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:01:41 + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] echo 04:01:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:01:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:01:41 ========================================================= 04:01:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:01:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:01:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:01:41 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:01:41 94e9d8af2201: Pulling fs layer 04:01:41 634366ca850b: Pulling fs layer 04:01:41 f66ade281fe9: Pulling fs layer 04:01:41 13fd4ce6e94e: Pulling fs layer 04:01:41 4f4fb700ef54: Pulling fs layer 04:01:41 4cccf3f17d63: Pulling fs layer 04:01:41 2d8010953d95: Pulling fs layer 04:01:41 ec743f232bc5: Pulling fs layer 04:01:41 4cccf3f17d63: Waiting 04:01:41 2d8010953d95: Waiting 04:01:41 ec743f232bc5: Waiting 04:01:41 4f4fb700ef54: Waiting 04:01:41 634366ca850b: Verifying Checksum 04:01:41 634366ca850b: Download complete 04:01:41 13fd4ce6e94e: Verifying Checksum 04:01:41 13fd4ce6e94e: Download complete 04:01:41 4f4fb700ef54: Verifying Checksum 04:01:41 4f4fb700ef54: Download complete 04:01:41 4cccf3f17d63: Download complete 04:01:41 94e9d8af2201: Verifying Checksum 04:01:41 94e9d8af2201: Download complete 04:01:42 ec743f232bc5: Verifying Checksum 04:01:42 ec743f232bc5: Download complete 04:01:42 94e9d8af2201: Pull complete 04:01:43 634366ca850b: Pull complete 04:01:43 f66ade281fe9: Verifying Checksum 04:01:43 f66ade281fe9: Download complete 04:01:44 2d8010953d95: Verifying Checksum 04:01:44 2d8010953d95: Download complete 04:01:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:01:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:01:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:01:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:01:54 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:01:59 f66ade281fe9: Pull complete 04:01:59 13fd4ce6e94e: Pull complete 04:01:59 4f4fb700ef54: Pull complete 04:01:59 4cccf3f17d63: Pull complete 04:02:00 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:02:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:02:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:02:06 2d8010953d95: Pull complete 04:02:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:02:07 ec743f232bc5: Pull complete 04:02:07 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 04:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:02:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:02:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:02:08 WORKDIR /edgex 04:02:08 COPY go.mod . 04:02:08 RUN go mod download 04:02:08 + docker build -t ci-base-image-arm64 -f - . 04:02:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:02:08 Sending build context to Docker daemon 3.695MB 04:02:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:02:09 ---> 12c1d4c06be1 04:02:09 Step 2/4 : WORKDIR /edgex 04:02:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:02:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:02:11 ---> Running in 3a461ae242a9 04:02:11 Removing intermediate container 3a461ae242a9 04:02:11 ---> e99098700c9e 04:02:11 Step 3/4 : COPY go.mod . 04:02:11 ---> 6a73216bd6a7 04:02:11 Step 4/4 : RUN go mod download 04:02:11 ---> Running in 29ddcfa0999a [Pipeline] } 04:02:12 $ docker stop --time=1 bb752151e3d6c9502f82b50ba07d12ea3c1fbcab0eeb1936acaa2e5d703e72ba 04:02:15 $ docker rm -f --volumes bb752151e3d6c9502f82b50ba07d12ea3c1fbcab0eeb1936acaa2e5d703e72ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:02:16 04:02:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:02:16 latest: Pulling from edgex-devops/edgex-compose 04:02:16 91d30c5bc195: Pulling fs layer 04:02:16 2e9b0aa3be6d: Pulling fs layer 04:02:16 9c61dcf015f6: Pulling fs layer 04:02:16 4698f68db338: Pulling fs layer 04:02:16 2a2f49069b9e: Pulling fs layer 04:02:16 e0025b399a48: Pulling fs layer 04:02:16 4698f68db338: Waiting 04:02:16 2a2f49069b9e: Waiting 04:02:16 e0025b399a48: Waiting 04:02:17 91d30c5bc195: Verifying Checksum 04:02:17 4698f68db338: Download complete 04:02:17 2e9b0aa3be6d: Verifying Checksum 04:02:17 2e9b0aa3be6d: Download complete 04:02:17 e0025b399a48: Verifying Checksum 04:02:17 e0025b399a48: Download complete 04:02:17 91d30c5bc195: Pull complete 04:02:17 2a2f49069b9e: Verifying Checksum 04:02:17 2a2f49069b9e: Download complete 04:02:17 2e9b0aa3be6d: Pull complete 04:02:17 9c61dcf015f6: Verifying Checksum 04:02:17 9c61dcf015f6: Download complete 04:02:20 9c61dcf015f6: Pull complete 04:02:20 4698f68db338: Pull complete 04:02:20 2a2f49069b9e: Pull complete 04:02:20 e0025b399a48: Pull complete 04:02:20 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:02:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:02:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:20 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:02:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:02:22 $ docker top 54dec56a4f0e2e6d1ad6eeea3bc2d4c63b62ffecab9066a4f8d911da483264e5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:02:22 + docker compose -f ./docker-compose-build.yml build --parallel 04:02:25 #1 [core-command internal] load build definition from Dockerfile 04:02:25 #1 transferring dockerfile: 1.94kB done 04:02:25 #1 DONE 0.0s 04:02:25 04:02:25 #2 [security-proxy-setup internal] load build definition from Dockerfile 04:02:25 #2 transferring dockerfile: 2.50kB done 04:02:25 #2 DONE 0.0s 04:02:25 04:02:25 #3 [core-keeper internal] load build definition from Dockerfile 04:02:25 #3 transferring dockerfile: 2.01kB done 04:02:25 #3 DONE 0.0s 04:02:25 04:02:25 #4 [core-metadata internal] load build definition from Dockerfile 04:02:25 #4 transferring dockerfile: 2.10kB done 04:02:25 #4 DONE 0.0s 04:02:25 04:02:25 #5 [support-scheduler internal] load build definition from Dockerfile 04:02:25 #5 transferring dockerfile: 1.83kB done 04:02:25 #5 DONE 0.0s 04:02:25 04:02:25 #6 [security-proxy-auth internal] load build definition from Dockerfile 04:02:25 #6 transferring dockerfile: 2.14kB done 04:02:25 #6 DONE 0.0s 04:02:25 04:02:25 #7 [security-spire-agent internal] load build definition from Dockerfile 04:02:25 #7 transferring dockerfile: 1.81kB done 04:02:25 #7 DONE 0.0s 04:02:25 04:02:25 #8 [support-notifications internal] load build definition from Dockerfile 04:02:25 #8 transferring dockerfile: 2.00kB done 04:02:25 #8 DONE 0.0s 04:02:25 04:02:25 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:02:25 #9 transferring dockerfile: 2.23kB done 04:02:25 #9 DONE 0.0s 04:02:25 04:02:25 #10 [security-secretstore-setup internal] load build definition from Dockerfile 04:02:25 #10 transferring dockerfile: 2.49kB done 04:02:25 #10 DONE 0.0s 04:02:25 04:02:25 #11 [security-spire-server internal] load build definition from Dockerfile 04:02:25 #11 transferring dockerfile: 1.70kB done 04:02:25 #11 DONE 0.0s 04:02:25 04:02:25 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:02:25 #12 transferring dockerfile: 1.89kB done 04:02:25 #12 DONE 0.1s 04:02:25 04:02:25 #13 [core-data internal] load build definition from Dockerfile 04:02:25 #13 transferring dockerfile: 2.04kB done 04:02:25 #13 DONE 0.1s 04:02:25 04:02:25 #14 [security-spire-config internal] load build definition from Dockerfile 04:02:25 #14 transferring dockerfile: 1.69kB done 04:02:25 #14 DONE 0.1s 04:02:25 04:02:25 #15 [core-command internal] load .dockerignore 04:02:25 #15 transferring context: 50B done 04:02:25 #15 DONE 0.1s 04:02:25 04:02:25 #16 [security-bootstrapper internal] load build definition from Dockerfile 04:02:25 #16 transferring dockerfile: 3.02kB done 04:02:25 #16 DONE 0.1s 04:02:25 04:02:25 #17 [security-proxy-setup internal] load .dockerignore 04:02:25 #17 transferring context: 50B done 04:02:25 #17 DONE 0.0s 04:02:25 04:02:25 #18 [core-keeper internal] load .dockerignore 04:02:25 #18 transferring context: 50B done 04:02:25 #18 DONE 0.0s 04:02:25 04:02:25 #19 [core-metadata internal] load .dockerignore 04:02:25 #19 transferring context: 50B done 04:02:25 #19 DONE 0.0s 04:02:25 04:02:25 #20 [support-scheduler internal] load .dockerignore 04:02:25 #20 transferring context: 50B done 04:02:25 #20 DONE 0.0s 04:02:25 04:02:25 #21 [security-proxy-auth internal] load .dockerignore 04:02:25 #21 transferring context: 50B done 04:02:25 #21 DONE 0.0s 04:02:25 04:02:25 #22 [security-spire-agent internal] load .dockerignore 04:02:25 #22 transferring context: 50B done 04:02:25 #22 DONE 0.0s 04:02:25 04:02:25 #23 [core-common-config-bootstrapper internal] load .dockerignore 04:02:25 #23 transferring context: 50B done 04:02:25 #23 DONE 0.0s 04:02:25 04:02:25 #24 [support-notifications internal] load .dockerignore 04:02:25 #24 transferring context: 50B done 04:02:25 #24 DONE 0.0s 04:02:25 04:02:25 #25 [security-secretstore-setup internal] load .dockerignore 04:02:25 #25 transferring context: 50B done 04:02:25 #25 DONE 0.0s 04:02:25 04:02:25 #26 [security-spiffe-token-provider internal] load .dockerignore 04:02:25 #26 transferring context: 50B done 04:02:25 #26 DONE 0.0s 04:02:25 04:02:25 #27 [security-spire-server internal] load .dockerignore 04:02:25 #27 transferring context: 50B done 04:02:25 #27 DONE 0.1s 04:02:25 04:02:25 #28 [core-data internal] load .dockerignore 04:02:25 #28 transferring context: 50B done 04:02:25 #28 DONE 0.1s 04:02:25 04:02:25 #29 [security-spire-config internal] load .dockerignore 04:02:25 #29 transferring context: 50B done 04:02:25 #29 DONE 0.0s 04:02:25 04:02:25 #30 [security-bootstrapper internal] load .dockerignore 04:02:25 #30 transferring context: 50B done 04:02:25 #30 DONE 0.0s 04:02:25 04:02:25 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:02:25 #31 DONE 0.0s 04:02:25 04:02:25 #32 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:25 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:25 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:25 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:25 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:25 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:25 #32 DONE 0.1s 04:02:25 04:02:25 #33 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:02:26 #33 ... 04:02:26 04:02:26 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:02:26 #31 DONE 0.0s 04:02:26 04:02:26 #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 04:02:26 #34 DONE 0.2s 04:02:26 04:02:26 #32 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:26 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:26 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:26 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:26 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:26 #32 DONE 0.2s 04:02:26 04:02:26 #33 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:02:26 #33 ... 04:02:26 04:02:26 #32 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:26 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:26 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:26 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:26 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:26 #32 DONE 0.2s 04:02:26 04:02:26 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:02:26 #31 DONE 0.0s 04:02:26 04:02:26 #33 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:02:26 #33 ... 04:02:26 04:02:26 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:02:26 #31 DONE 0.0s 04:02:26 04:02:26 #32 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:26 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:26 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:26 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:26 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:26 #32 DONE 0.2s 04:02:26 04:02:26 #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 04:02:26 #34 DONE 0.5s 04:02:26 04:02:26 #32 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:26 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:26 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:26 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:26 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:26 #32 DONE 0.2s 04:02:26 04:02:26 #35 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:02:26 #35 ... 04:02:26 04:02:26 #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:02:26 #36 DONE 1.2s 04:02:26 04:02:26 #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 04:02:29 #37 ... 04:02:29 04:02:29 #32 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:29 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:29 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:29 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:29 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:29 #32 DONE 0.2s 04:02:29 04:02:29 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:02:29 #38 DONE 3.0s 04:02:29 04:02:29 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:29 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:30 #39 ... 04:02:30 04:02:30 #32 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:02:30 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:02:30 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:02:30 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:02:30 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:02:30 #32 DONE 0.2s 04:02:30 04:02:30 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:02:30 #40 DONE 4.8s 04:02:30 04:02:30 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:34 #39 ... 04:02:34 04:02:34 #37 [core-metadata builder 2/7] WORKDIR /edgex-go 04:02:34 #37 DONE 7.0s 04:02:34 04:02:34 #41 [core-keeper internal] load build context 04:02:34 #41 transferring context: 301.79MB 7.9s 04:02:34 #41 ... 04:02:34 04:02:34 #42 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:02:35 #42 ... 04:02:35 04:02:35 #43 [core-command internal] load build context 04:02:35 #43 ... 04:02:35 04:02:35 #44 [security-proxy-setup internal] load build context 04:02:35 #44 ... 04:02:35 04:02:35 #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:02:35 #0 1.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:35 #0 1.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:35 #0 1.449 (1/4) Installing dumb-init (1.2.5-r3) 04:02:35 #0 1.455 (2/4) Installing openssl (3.3.3-r0) 04:02:35 #0 1.467 (3/4) Installing su-exec (0.2-r3) 04:02:35 #0 1.472 (4/4) Installing yq-go (4.44.1-r2) 04:02:35 #0 1.539 Executing busybox-1.36.1-r29.trigger 04:02:35 #0 1.550 OK: 19 MiB in 18 packages 04:02:36 #45 ... 04:02:36 04:02:36 #46 [core-common-config-bootstrapper internal] load build context 04:02:36 #46 ... 04:02:36 04:02:36 #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:36 #47 ... 04:02:36 04:02:36 #48 [support-scheduler internal] load build context 04:02:36 #48 ... 04:02:36 04:02:36 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:02:36 #0 4.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:36 #0 4.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:36 #0 5.024 (1/4) Installing ca-certificates (20241121-r1) 04:02:36 #0 5.039 (2/4) Installing dumb-init (1.2.5-r3) 04:02:36 #0 5.049 (3/4) Installing su-exec (0.2-r3) 04:02:36 #0 5.053 (4/4) Installing yq-go (4.44.1-r2) 04:02:36 #0 5.126 Executing busybox-1.36.1-r29.trigger 04:02:36 #0 5.136 Executing ca-certificates-20241121-r1.trigger 04:02:36 #0 5.188 OK: 19 MiB in 18 packages 04:02:36 #49 ... 04:02:36 04:02:36 #50 [security-spiffe-token-provider internal] load build context 04:02:36 #50 ... 04:02:36 04:02:36 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:02:36 #51 ... 04:02:36 04:02:36 #52 [core-metadata internal] load build context 04:02:37 #52 ... 04:02:37 04:02:37 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:02:37 #0 0.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:37 #0 0.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:37 #0 1.192 (1/3) Installing ca-certificates (20241121-r1) 04:02:37 #0 1.210 (2/3) Installing dumb-init (1.2.5-r3) 04:02:37 #0 1.212 (3/3) Installing tzdata (2025b-r0) 04:02:37 #0 1.244 Executing busybox-1.36.1-r29.trigger 04:02:37 #0 1.252 Executing ca-certificates-20241121-r1.trigger 04:02:37 #0 1.301 OK: 10 MiB in 17 packages 04:02:37 #53 ... 04:02:37 04:02:37 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:02:37 #0 4.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:37 #0 4.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:37 #0 5.145 (1/7) Installing ca-certificates (20241121-r1) 04:02:37 #0 5.161 (2/7) Installing dumb-init (1.2.5-r3) 04:02:37 #0 5.172 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:02:37 #0 5.178 (4/7) Installing libsodium (1.0.19-r0) 04:02:37 #0 5.188 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:02:37 #0 5.217 (6/7) Installing libzmq (4.3.5-r2) 04:02:37 #0 5.220 (7/7) Installing zeromq (4.3.5-r2) 04:02:37 #0 5.222 Executing busybox-1.36.1-r29.trigger 04:02:37 #0 5.234 Executing ca-certificates-20241121-r1.trigger 04:02:37 #0 5.295 OK: 12 MiB in 21 packages 04:02:37 #54 ... 04:02:37 04:02:37 #55 [core-data internal] load build context 04:02:37 #55 ... 04:02:37 04:02:37 #56 [security-secretstore-setup internal] load build context 04:02:37 #56 ... 04:02:37 04:02:37 #57 [support-notifications internal] load build context 04:02:37 #57 ... 04:02:37 04:02:37 #58 [security-proxy-auth internal] load build context 04:02:37 #58 ... 04:02:37 04:02:37 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:02:37 #59 ... 04:02:37 04:02:37 #60 [security-bootstrapper internal] load build context 04:02:37 #60 ... 04:02:37 04:02:37 #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:02:39 #61 ... 04:02:39 04:02:39 #62 [security-spire-server internal] load build context 04:02:39 #62 transferring context: 04:02:39 #62 ... 04:02:39 04:02:39 #63 [security-spire-config internal] load build context 04:02:39 #63 ... 04:02:39 04:02:39 #62 [security-spire-server internal] load build context 04:02:39 #62 transferring context: 23.80kB done 04:02:39 #62 ... 04:02:39 04:02:39 #33 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:02:39 #33 4.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:39 #33 4.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:39 #33 4.424 (1/1) Installing dumb-init (1.2.5-r3) 04:02:39 #33 4.430 Executing busybox-1.36.1-r29.trigger 04:02:39 #33 4.440 OK: 8 MiB in 15 packages 04:02:40 #33 ... 04:02:40 04:02:40 #43 [core-command internal] load build context 04:02:40 #43 transferring context: 503.37MB 13.6s done 04:02:41 #43 ... 04:02:41 04:02:41 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:02:41 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:02:41 #64 ... 04:02:41 04:02:41 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:02:41 #65 ... 04:02:41 04:02:41 #66 [security-spire-agent internal] load build context 04:02:41 #66 ... 04:02:41 04:02:41 #41 [core-keeper internal] load build context 04:02:41 #41 transferring context: 503.37MB 13.0s done 04:02:42 #41 ... 04:02:42 04:02:42 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:42 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 13.2s done 04:02:42 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 13.2s done 04:02:44 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:02:44 #39 ... 04:02:44 04:02:44 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:02:44 #67 ... 04:02:44 04:02:44 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:02:44 #68 ... 04:02:44 04:02:44 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:44 #69 ... 04:02:44 04:02:44 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:02:44 #70 ... 04:02:44 04:02:44 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:02:44 #71 ... 04:02:44 04:02:44 #48 [support-scheduler internal] load build context 04:02:44 #48 transferring context: 503.37MB 12.6s done 04:02:45 #48 ... 04:02:45 04:02:45 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:45 #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 04:02:45 #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 04:02:45 #39 ... 04:02:45 04:02:45 #44 [security-proxy-setup internal] load build context 04:02:45 #44 transferring context: 503.37MB 11.4s done 04:02:45 #44 DONE 19.7s 04:02:45 04:02:45 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:45 #39 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 04:02:45 #39 ... 04:02:45 04:02:45 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:02:45 #53 DONE 19.5s 04:02:45 04:02:45 #50 [security-spiffe-token-provider internal] load build context 04:02:45 #50 transferring context: 503.37MB 11.0s done 04:02:45 #50 DONE 19.3s 04:02:45 04:02:45 #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:02:45 #45 DONE 19.7s 04:02:45 04:02:45 #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:45 #47 DONE 19.7s 04:02:45 04:02:45 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:02:45 #54 DONE 19.5s 04:02:45 04:02:45 #46 [core-common-config-bootstrapper internal] load build context 04:02:45 #46 transferring context: 503.37MB 12.2s done 04:02:45 #46 DONE 19.5s 04:02:45 04:02:45 #56 [security-secretstore-setup internal] load build context 04:02:45 #56 transferring context: 503.37MB 12.5s done 04:02:45 #56 DONE 19.5s 04:02:45 04:02:45 #52 [core-metadata internal] load build context 04:02:45 #52 transferring context: 503.37MB 12.3s done 04:02:45 #52 DONE 19.7s 04:02:45 04:02:45 #33 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:02:45 #33 DONE 19.8s 04:02:45 04:02:45 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:45 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 04:02:45 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 04:02:45 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 04:02:45 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:02:45 #39 ... 04:02:45 04:02:45 #55 [core-data internal] load build context 04:02:45 #55 transferring context: 503.37MB 12.2s done 04:02:45 #55 DONE 19.4s 04:02:45 04:02:45 #57 [support-notifications internal] load build context 04:02:45 #57 transferring context: 503.37MB 12.4s done 04:02:45 #57 DONE 19.6s 04:02:45 04:02:45 #60 [security-bootstrapper internal] load build context 04:02:45 #60 transferring context: 503.37MB 12.4s done 04:02:45 #60 DONE 19.3s 04:02:45 04:02:45 #48 [support-scheduler internal] load build context 04:02:45 #48 DONE 19.7s 04:02:45 04:02:45 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:02:45 #49 DONE 19.6s 04:02:45 04:02:45 #62 [security-spire-server internal] load build context 04:02:45 #62 DONE 16.7s 04:02:45 04:02:45 #41 [core-keeper internal] load build context 04:02:45 #41 DONE 19.9s 04:02:45 04:02:45 #58 [security-proxy-auth internal] load build context 04:02:45 #58 transferring context: 503.37MB 12.8s done 04:02:45 #58 DONE 19.7s 04:02:45 04:02:45 #63 [security-spire-config internal] load build context 04:02:45 #63 transferring context: 22.05kB done 04:02:45 #63 DONE 16.7s 04:02:45 04:02:45 #43 [core-command internal] load build context 04:02:45 #43 DONE 19.9s 04:02:45 04:02:45 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:45 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 04:02:45 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 04:02:45 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 04:02:45 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 04:02:45 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:02:45 #39 ... 04:02:45 04:02:45 #66 [security-spire-agent internal] load build context 04:02:45 #66 transferring context: 23.33kB done 04:02:45 #66 DONE 15.0s 04:02:45 04:02:45 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:45 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 04:02:45 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.58MB / 36.47MB 0.5s 04:02:45 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 0.6s 04:02:46 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 35.65MB / 36.47MB 0.7s 04:02:46 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done 04:02:46 #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 04:02:46 #39 ... 04:02:46 04:02:46 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:02:46 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12.6s done 04:02:46 #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:02:46 #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 04:02:46 #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 04:02:46 #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 04:02:46 #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 04:02:46 #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 04:02:46 #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done 04:02:46 #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 04:02:46 #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done 04:02:46 #64 DONE 15.8s 04:02:46 04:02:46 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:47 #39 ... 04:02:47 04:02:47 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:02:47 #51 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:47 #51 20.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:47 #51 20.65 (1/1) Installing dumb-init (1.2.5-r3) 04:02:47 #51 20.65 Executing busybox-1.36.1-r29.trigger 04:02:47 #51 20.66 OK: 8 MiB in 15 packages 04:02:47 #51 DONE 21.1s 04:02:47 04:02:47 #35 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:02:47 #35 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:47 #35 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:47 #35 20.48 (1/2) Installing dumb-init (1.2.5-r3) 04:02:47 #35 20.49 (2/2) Installing su-exec (0.2-r3) 04:02:47 #35 20.49 Executing busybox-1.36.1-r29.trigger 04:02:47 #35 20.50 OK: 8 MiB in 16 packages 04:02:47 #35 DONE 20.9s 04:02:47 04:02:47 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:47 #39 ... 04:02:47 04:02:47 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:47 #69 DONE 13.5s 04:02:47 04:02:47 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:47 #39 ... 04:02:47 04:02:47 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:02:47 #59 20.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:47 #59 20.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:47 #59 20.54 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:02:47 #59 20.54 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:02:47 #59 20.54 OK: 24171 distinct packages available 04:02:47 #59 20.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:47 #59 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:47 #59 20.97 (1/14) Installing ca-certificates (20241121-r1) 04:02:47 #59 20.99 (2/14) Installing brotli-libs (1.1.0-r2) 04:02:47 #59 20.99 (3/14) Installing c-ares (1.33.1-r0) 04:02:47 #59 21.00 (4/14) Installing libunistring (1.2-r0) 04:02:47 #59 21.02 (5/14) Installing libidn2 (2.3.7-r0) 04:02:47 #59 21.02 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:02:47 #59 21.02 (7/14) Installing libpsl (0.21.5-r1) 04:02:47 #59 21.03 (8/14) Installing zstd-libs (1.5.6-r0) 04:02:47 #59 21.04 (9/14) Installing libcurl (8.12.1-r0) 04:02:47 #59 21.04 (10/14) Installing curl (8.12.1-r0) 04:02:47 #59 21.05 (11/14) Installing dumb-init (1.2.5-r3) 04:02:47 #59 21.05 (12/14) Installing musl-obstack (1.2.3-r2) 04:02:47 #59 21.05 (13/14) Installing libucontext (1.2-r3) 04:02:47 #59 21.06 (14/14) Installing gcompat (1.1.0-r4) 04:02:47 #59 21.06 Executing busybox-1.36.1-r29.trigger 04:02:47 #59 21.07 Executing ca-certificates-20241121-r1.trigger 04:02:47 #59 21.13 OK: 13 MiB in 28 packages 04:02:47 #59 DONE 21.4s 04:02:47 04:02:47 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:47 #39 ... 04:02:47 04:02:47 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:02:47 #71 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:47 #71 13.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:47 #71 13.62 OK: 248 MiB in 58 packages 04:02:47 #71 DONE 13.9s 04:02:47 04:02:47 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:02:47 #70 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:47 #70 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:47 #70 13.75 OK: 248 MiB in 58 packages 04:02:47 #70 DONE 13.9s 04:02:48 04:02:48 #72 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:02:48 #72 DONE 0.1s 04:02:48 04:02:48 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:02:48 #73 DONE 0.1s 04:02:48 04:02:48 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:48 #74 ... 04:02:48 04:02:48 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:02:48 #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.9s done 04:02:48 #39 DONE 19.3s 04:02:48 04:02:48 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:02:48 #61 9.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #61 9.564 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #61 9.878 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:02:48 #61 9.878 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:02:48 #61 9.878 OK: 24171 distinct packages available 04:02:48 #61 9.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #61 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #61 10.37 (1/5) Installing dumb-init (1.2.5-r3) 04:02:48 #61 10.37 (2/5) Installing musl-obstack (1.2.3-r2) 04:02:48 #61 10.37 (3/5) Installing libucontext (1.2-r3) 04:02:48 #61 10.37 (4/5) Installing gcompat (1.1.0-r4) 04:02:48 #61 10.38 (5/5) Installing openssl (3.3.3-r0) 04:02:48 #61 10.41 Executing busybox-1.36.1-r29.trigger 04:02:48 #61 10.42 OK: 9 MiB in 19 packages 04:02:48 #61 DONE 10.6s 04:02:48 04:02:48 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:02:48 #68 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #68 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #68 13.76 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:02:48 #68 13.76 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:02:48 #68 13.76 OK: 24171 distinct packages available 04:02:48 #68 13.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #68 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #68 14.24 OK: 248 MiB in 58 packages 04:02:48 #68 DONE 14.4s 04:02:48 04:02:48 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:02:48 #67 14.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #67 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #67 ... 04:02:48 04:02:48 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:02:48 #75 DONE 0.1s 04:02:48 04:02:48 #42 [core-command builder 3/7] RUN apk add --update --no-cache make git 04:02:48 #42 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #42 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #42 14.31 OK: 248 MiB in 58 packages 04:02:48 #42 DONE 14.7s 04:02:48 04:02:48 #76 [core-command builder 4/7] COPY go.mod vendor* ./ 04:02:48 #76 DONE 0.1s 04:02:48 04:02:48 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:02:48 #65 16.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #65 16.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #65 17.21 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:02:48 #65 17.21 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:02:48 #65 17.21 OK: 24171 distinct packages available 04:02:48 #65 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:48 #65 17.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:48 #65 17.71 (1/4) Installing dumb-init (1.2.5-r3) 04:02:48 #65 17.72 (2/4) Installing musl-obstack (1.2.3-r2) 04:02:48 #65 17.73 (3/4) Installing libucontext (1.2-r3) 04:02:48 #65 17.73 (4/4) Installing gcompat (1.1.0-r4) 04:02:48 #65 17.73 Executing busybox-1.36.1-r29.trigger 04:02:48 #65 17.73 OK: 8 MiB in 18 packages 04:02:48 #65 DONE 17.9s 04:02:48 04:02:48 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:02:48 #67 14.75 OK: 248 MiB in 58 packages 04:02:49 #67 DONE 14.9s 04:02:49 04:02:49 #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:02:49 #0 2.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:49 #0 2.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:49 #0 3.354 OK: 10 MiB in 17 packages 04:02:49 #77 DONE 3.5s 04:02:49 04:02:49 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:02:49 #78 DONE 0.1s 04:02:49 04:02:49 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:49 #79 ... 04:02:49 04:02:49 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:02:49 #0 3.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:49 #0 3.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:49 #0 3.795 OK: 12 MiB in 21 packages 04:02:49 #80 DONE 3.9s 04:02:49 04:02:49 #81 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 04:02:49 #0 3.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:49 #0 3.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:49 #0 3.949 OK: 8 MiB in 15 packages 04:02:49 #81 DONE 4.3s 04:02:49 04:02:49 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:02:50 #82 ... 04:02:50 04:02:50 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:02:50 #0 4.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:50 #0 4.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:50 #0 4.820 OK: 19 MiB in 18 packages 04:02:50 #83 DONE 4.9s 04:02:50 04:02:50 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:02:50 #84 DONE 0.0s 04:02:50 04:02:50 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:02:50 #0 4.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:50 #0 4.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:50 #0 4.786 OK: 19 MiB in 18 packages 04:02:50 #85 DONE 4.9s 04:02:50 04:02:50 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:02:51 #86 ... 04:02:51 04:02:51 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:02:51 #0 3.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:51 #0 3.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:51 #0 3.766 OK: 8 MiB in 16 packages 04:02:51 #87 DONE 3.9s 04:02:51 04:02:51 #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:02:51 #0 3.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:51 #0 3.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:51 #0 4.041 OK: 8 MiB in 15 packages 04:02:51 #88 DONE 4.2s 04:02:51 04:02:51 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:02:51 #82 2.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:51 #82 3.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:51 #82 ... 04:02:51 04:02:51 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:02:51 #0 3.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:51 #0 3.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:51 #0 3.722 OK: 13 MiB in 28 packages 04:02:51 #89 DONE 3.9s 04:02:51 04:02:51 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:02:52 #90 ... 04:02:52 04:02:52 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:02:52 #82 3.425 OK: 9 MiB in 19 packages 04:02:52 #82 DONE 3.6s 04:02:52 04:02:52 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:02:52 #86 3.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:52 #86 3.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:52 #86 3.561 OK: 8 MiB in 18 packages 04:02:52 #86 DONE 3.9s 04:02:52 04:02:52 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:02:52 #91 ... 04:02:52 04:02:52 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:02:52 #90 DONE 1.4s 04:02:52 04:02:52 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:02:52 #92 DONE 0.7s 04:02:52 04:02:52 #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:02:52 #0 4.561 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:52 #0 5.213 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:52 #0 5.989 (1/1) Installing dumb-init (1.2.5-r3) 04:02:52 #0 6.297 Executing busybox-1.36.1-r29.trigger 04:02:52 #0 6.303 OK: 8 MiB in 15 packages 04:02:52 #93 DONE 7.1s 04:02:52 04:02:52 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:02:52 #94 DONE 0.7s 04:02:53 04:02:53 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:02:53 #95 DONE 0.2s 04:02:53 04:02:53 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:02:53 #96 DONE 0.9s 04:02:53 04:02:53 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:02:53 #91 DONE 0.9s 04:02:53 04:02:53 #97 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:02:53 #0 3.291 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:02:53 #0 4.745 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:02:53 #0 5.434 OK: 248 MiB in 58 packages 04:02:53 #97 DONE 6.0s 04:02:53 04:02:53 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:02:53 #98 DONE 0.9s 04:02:53 04:02:53 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:02:53 #99 DONE 0.1s 04:02:53 04:02:53 #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:02:53 #100 DONE 0.1s 04:02:53 04:02:53 #101 [security-spire-server stage-2 6/9] COPY security.txt / 04:02:53 #101 DONE 0.1s 04:02:53 04:02:53 #102 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:02:53 #102 DONE 0.1s 04:02:53 04:02:53 #103 [security-spire-config stage-2 6/10] COPY security.txt / 04:02:53 #103 DONE 0.1s 04:02:53 04:02:53 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:02:53 #104 DONE 0.1s 04:02:53 04:02:53 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 04:02:53 #105 DONE 0.1s 04:02:53 04:02:53 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:02:53 #106 DONE 0.1s 04:02:53 04:02:53 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:02:53 #107 DONE 0.1s 04:02:53 04:02:53 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:02:53 #108 DONE 0.1s 04:02:53 04:02:53 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:02:53 #109 DONE 0.1s 04:02:53 04:02:53 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:02:53 #110 DONE 0.1s 04:02:53 04:02:53 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:02:53 #111 DONE 0.1s 04:02:53 04:02:53 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:02:53 #112 DONE 0.0s 04:02:53 04:02:53 #113 [security-spire-server] exporting to image 04:02:53 #113 exporting layers 04:02:54 #113 ... 04:02:54 04:02:54 #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:02:54 #114 DONE 0.1s 04:02:54 04:02:54 #113 [security-spire-config] exporting to image 04:02:54 #113 exporting layers 0.9s done 04:02:54 #113 writing image sha256:8a141581cc3f43c2ce8f3e19c01e47032d0a7b44d3aa771d66858b70a71a7091 0.0s done 04:02:54 #113 naming to docker.io/library/security-spire-server 04:02:54 #113 exporting layers 0.9s done 04:02:54 #113 naming to docker.io/library/security-spire-server done 04:02:54 #113 writing image sha256:e67d6a13555db4fac7c9d8fccfbfa60671c2281a1e67f475bd8bfe000c2bc0cd done 04:02:54 #113 naming to docker.io/library/security-spire-agent done 04:02:54 #113 writing image sha256:c9e9f9ba87c7bad0af3af1789304cf08963d905151b6b756d88e6c167730aef4 done 04:02:54 #113 naming to docker.io/library/security-spire-config done 04:02:54 #113 DONE 1.0s 04:02:54 04:02:54 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:58 #115 ... 04:02:58 04:02:58 #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:58 #116 ... 04:02:58 04:02:58 #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:58 #117 ... 04:02:58 04:02:58 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:08 Removing intermediate container 29ddcfa0999a 04:03:08 ---> bb5610c19238 04:03:08 Successfully built bb5610c19238 04:03:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:08 + docker inspect -f . ci-base-image-arm64 04:03:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:08 prd-ubuntu20.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container 04:03:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:03:10 $ docker top af701a5d017e558674018177d359a2216024cdc1b56acc428e12b982a9f5a410 -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:10 + go version 04:03:10 go version go1.23.8 linux/arm64 [Pipeline] } 04:03:10 $ docker stop --time=1 af701a5d017e558674018177d359a2216024cdc1b56acc428e12b982a9f5a410 04:03:12 $ docker rm -f --volumes af701a5d017e558674018177d359a2216024cdc1b56acc428e12b982a9f5a410 [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 04:03:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:03:13 04:03:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:03:13 latest: Pulling from edgex-devops/edgex-compose-arm64 04:03:13 547446be3368: Pulling fs layer 04:03:13 d125d8839a47: Pulling fs layer 04:03:13 3e85d5ac6304: Pulling fs layer 04:03:13 c3105a71a48b: Pulling fs layer 04:03:13 c3105a71a48b: Waiting 04:03:13 0f093f025ec4: Pulling fs layer 04:03:13 c3106fc0e877: Pulling fs layer 04:03:13 0f093f025ec4: Waiting 04:03:13 c3106fc0e877: Waiting 04:03:13 547446be3368: Verifying Checksum 04:03:13 547446be3368: Download complete 04:03:13 c3105a71a48b: Verifying Checksum 04:03:13 c3105a71a48b: Download complete 04:03:14 d125d8839a47: Verifying Checksum 04:03:14 d125d8839a47: Download complete 04:03:14 c3106fc0e877: Verifying Checksum 04:03:14 c3106fc0e877: Download complete 04:03:14 0f093f025ec4: Verifying Checksum 04:03:14 0f093f025ec4: Download complete 04:03:14 547446be3368: Pull complete 04:03:15 d125d8839a47: Pull complete 04:03:16 3e85d5ac6304: Verifying Checksum 04:03:16 3e85d5ac6304: Download complete 04:03:20 #118 DONE 28.7s 04:03:20 04:03:20 #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:20 #116 DONE 29.1s 04:03:20 04:03:20 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:20 #74 DONE 29.1s 04:03:20 04:03:20 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:20 #115 DONE 23.5s 04:03:20 04:03:20 #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:20 #117 DONE 28.6s 04:03:20 04:03:20 #119 [support-notifications builder 6/7] COPY . . 04:03:20 #119 ... 04:03:20 04:03:20 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:20 #79 DONE 28.2s 04:03:20 04:03:20 #120 [support-scheduler builder 6/7] COPY . . 04:03:26 3e85d5ac6304: Pull complete 04:03:26 c3105a71a48b: Pull complete 04:03:27 #120 DONE 8.7s 04:03:27 04:03:27 #121 [security-spiffe-token-provider builder 6/7] COPY . . 04:03:27 #121 DONE 8.8s 04:03:27 04:03:27 #119 [support-notifications builder 6/7] COPY . . 04:03:27 #119 DONE 8.8s 04:03:27 04:03:27 #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:03:27 #122 CACHED 04:03:27 04:03:27 #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:27 #123 CACHED 04:03:27 04:03:27 #124 [security-bootstrapper builder 6/7] COPY . . 04:03:27 #124 CACHED 04:03:27 04:03:27 #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:03:27 #125 CACHED 04:03:27 04:03:27 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:27 #126 CACHED 04:03:27 04:03:27 #127 [security-secretstore-setup builder 6/7] COPY . . 04:03:27 #127 CACHED 04:03:27 04:03:27 #128 [security-proxy-setup builder 6/7] COPY . . 04:03:27 #128 DONE 8.8s 04:03:27 04:03:27 #129 [core-data builder 6/7] COPY . . 04:03:27 #129 CACHED 04:03:27 04:03:27 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:27 #130 CACHED 04:03:27 04:03:27 #131 [core-data builder 4/7] COPY go.mod vendor* ./ 04:03:27 #131 CACHED 04:03:27 04:03:27 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 04:03:27 #132 CACHED 04:03:27 04:03:27 #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:03:27 #133 CACHED 04:03:27 04:03:27 #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:27 #134 CACHED 04:03:27 04:03:27 #135 [core-keeper builder 7/8] COPY . . 04:03:27 #135 DONE 8.8s 04:03:27 04:03:27 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:03:27 #136 CACHED 04:03:27 04:03:27 #137 [security-proxy-auth builder 6/7] COPY . . 04:03:27 #137 CACHED 04:03:27 04:03:27 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:27 #138 CACHED 04:03:27 04:03:27 #139 [core-metadata builder 6/7] COPY . . 04:03:27 #139 CACHED 04:03:27 04:03:27 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:03:27 #140 CACHED 04:03:27 04:03:27 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:03:27 #141 CACHED 04:03:27 04:03:27 #142 [core-command builder 6/7] COPY . . 04:03:27 #142 DONE 8.8s 04:03:27 04:03:27 #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:03:27 0f093f025ec4: Pull complete 04:03:27 c3106fc0e877: Pull complete 04:03:27 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 04:03:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:03:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:03:27 #143 1.356 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:27 prd-ubuntu20.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container 04:03:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:03:29 $ docker top d3bf27cca8c3f265e1cae4991866e6dc96b429dcb6d0a0247595aabaf42138f3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:30 + docker compose -f ./docker-compose-build.yml build --parallel 04:03:37 #143 ... 04:03:37 04:03:37 #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 04:03:37 #0 0.656 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:03:37 #144 ... 04:03:37 04:03:37 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:03:37 #0 1.012 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:03:37 #145 ... 04:03:37 04:03:37 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:03:37 #0 0.912 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:03:37 #146 ... 04:03:37 04:03:37 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:03:37 #0 1.462 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:03:37 #147 ... 04:03:37 04:03:37 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:03:37 #0 1.136 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:03:37 #148 ... 04:03:37 04:03:37 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:03:37 #0 1.127 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:03:37 #149 ... 04:03:37 04:03:37 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:03:37 #0 0.509 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:03:37 #150 ... 04:03:37 04:03:37 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:03:37 #0 0.804 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:03:37 #151 ... 04:03:37 04:03:37 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:03:37 #0 1.043 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:03:37 #152 ... 04:03:37 04:03:37 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:03:37 #0 1.457 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:03:37 #153 ... 04:03:37 04:03:37 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:03:37 #0 0.677 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:03:40 #1 [security-spire-agent internal] load build definition from Dockerfile 04:03:40 #1 transferring dockerfile: 1.81kB 0.0s done 04:03:40 #1 DONE 0.1s 04:03:40 04:03:40 #2 [core-keeper internal] load build definition from Dockerfile 04:03:40 #2 transferring dockerfile: 2.01kB 0.0s done 04:03:40 #2 DONE 0.1s 04:03:40 04:03:40 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:03:40 #3 transferring dockerfile: 1.89kB done 04:03:40 #3 DONE 0.1s 04:03:40 04:03:40 #4 [security-bootstrapper internal] load build definition from Dockerfile 04:03:40 #4 transferring dockerfile: 3.02kB 0.0s done 04:03:40 #4 DONE 0.1s 04:03:40 04:03:40 #5 [security-proxy-auth internal] load build definition from Dockerfile 04:03:40 #5 transferring dockerfile: 2.14kB done 04:03:40 #5 DONE 0.0s 04:03:40 04:03:40 #6 [core-command internal] load build definition from Dockerfile 04:03:40 #6 transferring dockerfile: 1.94kB done 04:03:40 #6 DONE 0.1s 04:03:40 04:03:40 #7 [core-metadata internal] load build definition from Dockerfile 04:03:40 #7 transferring dockerfile: 2.10kB done 04:03:40 #7 DONE 0.1s 04:03:40 04:03:40 #8 [security-spire-config internal] load build definition from Dockerfile 04:03:40 #8 transferring dockerfile: 1.69kB 0.0s done 04:03:40 #8 DONE 0.1s 04:03:40 04:03:40 #9 [security-secretstore-setup internal] load build definition from Dockerfile 04:03:40 #9 transferring dockerfile: 2.49kB 0.0s done 04:03:40 #9 DONE 0.1s 04:03:40 04:03:40 #10 [security-proxy-setup internal] load build definition from Dockerfile 04:03:40 #10 transferring dockerfile: 2.50kB done 04:03:40 #10 DONE 0.1s 04:03:40 04:03:40 #11 [support-notifications internal] load build definition from Dockerfile 04:03:40 #11 transferring dockerfile: 2.00kB done 04:03:40 #11 DONE 0.1s 04:03:40 04:03:40 #12 [core-data internal] load build definition from Dockerfile 04:03:40 #12 transferring dockerfile: 2.04kB done 04:03:40 #12 DONE 0.1s 04:03:40 04:03:40 #13 [security-spire-server internal] load build definition from Dockerfile 04:03:40 #13 transferring dockerfile: 1.70kB 0.0s done 04:03:40 #13 DONE 0.1s 04:03:40 04:03:40 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:03:40 #14 transferring dockerfile: 2.23kB 0.0s done 04:03:41 #14 DONE 0.1s 04:03:41 04:03:41 #15 [support-scheduler internal] load build definition from Dockerfile 04:03:41 #15 transferring dockerfile: 1.83kB done 04:03:41 #15 DONE 0.0s 04:03:41 04:03:41 #16 [security-spire-agent internal] load .dockerignore 04:03:41 #16 transferring context: 04:03:41 #16 transferring context: 50B done 04:03:41 #16 DONE 0.1s 04:03:41 04:03:41 #17 [core-keeper internal] load .dockerignore 04:03:42 #17 transferring context: 50B 0.0s done 04:03:42 #17 DONE 0.7s 04:03:42 04:03:42 #18 [security-spiffe-token-provider internal] load .dockerignore 04:03:42 #18 transferring context: 50B done 04:03:42 #18 DONE 0.6s 04:03:42 04:03:42 #19 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:03:42 #19 ... 04:03:42 04:03:42 #20 [security-proxy-auth internal] load .dockerignore 04:03:42 #20 transferring context: 50B 0.0s done 04:03:42 #20 DONE 0.7s 04:03:42 04:03:42 #21 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:42 #21 DONE 0.0s 04:03:42 04:03:42 #22 [security-bootstrapper internal] load .dockerignore 04:03:42 #22 transferring context: 50B 0.0s done 04:03:42 #22 DONE 0.9s 04:03:42 04:03:42 #23 [core-command internal] load .dockerignore 04:03:42 #23 transferring context: 50B 0.0s done 04:03:42 #23 DONE 0.8s 04:03:42 04:03:42 #21 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:42 #21 DONE 0.0s 04:03:42 04:03:42 #24 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 04:03:42 #24 DONE 0.7s 04:03:42 04:03:42 #25 [security-secretstore-setup internal] load .dockerignore 04:03:42 #25 transferring context: 50B 0.0s done 04:03:42 #25 DONE 0.9s 04:03:42 04:03:42 #26 [core-keeper internal] load build context 04:03:42 #26 ... 04:03:42 04:03:42 #21 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:42 #21 DONE 0.0s 04:03:42 04:03:42 #27 [security-proxy-setup internal] load .dockerignore 04:03:42 #27 transferring context: 50B 0.0s done 04:03:42 #27 DONE 0.9s 04:03:42 04:03:42 #24 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 04:03:42 #24 DONE 0.7s 04:03:43 04:03:43 #28 [support-scheduler internal] load .dockerignore 04:03:43 #28 transferring context: 50B 0.1s done 04:03:43 #28 DONE 0.8s 04:03:43 04:03:43 #29 [security-spire-server internal] load .dockerignore 04:03:43 #29 transferring context: 50B 0.1s done 04:03:43 #29 DONE 0.9s 04:03:43 04:03:43 #30 [core-metadata internal] load .dockerignore 04:03:43 #30 transferring context: 50B 0.0s done 04:03:43 #30 DONE 1.1s 04:03:43 04:03:43 #31 [security-spire-config internal] load .dockerignore 04:03:43 #31 transferring context: 50B 0.0s done 04:03:43 #31 DONE 1.1s 04:03:43 04:03:43 #32 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:43 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:43 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:43 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:43 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:43 #32 ... 04:03:43 04:03:43 #33 [core-common-config-bootstrapper internal] load .dockerignore 04:03:43 #33 transferring context: 50B 0.1s done 04:03:43 #33 DONE 1.0s 04:03:43 04:03:43 #34 [support-notifications internal] load .dockerignore 04:03:43 #34 transferring context: 50B 0.1s done 04:03:43 #34 DONE 1.0s 04:03:43 04:03:43 #35 [core-data internal] load .dockerignore 04:03:43 #35 transferring context: 50B 0.1s done 04:03:43 #35 DONE 1.1s 04:03:43 04:03:43 #21 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:43 #21 DONE 0.0s 04:03:43 04:03:43 #24 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 04:03:43 #24 DONE 0.7s 04:03:43 04:03:43 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:03:43 #36 DONE 0.9s 04:03:43 04:03:43 #32 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:43 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:43 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:43 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:43 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:43 #32 DONE 0.7s 04:03:43 04:03:43 #21 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:43 #21 DONE 0.0s 04:03:43 04:03:43 #19 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:03:43 #19 DONE 1.1s 04:03:43 04:03:43 #24 [core-command internal] load metadata for docker.io/library/alpine:3.20 04:03:43 #24 ... 04:03:43 04:03:43 #32 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:43 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:43 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:43 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:43 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:43 #32 DONE 1.2s 04:03:43 04:03:43 #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:03:44 #37 ... 04:03:44 04:03:44 #24 [core-command internal] load metadata for docker.io/library/alpine:3.20 04:03:44 #24 DONE 1.4s 04:03:44 04:03:44 #32 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:44 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:44 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:44 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:44 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:44 #32 DONE 1.2s 04:03:44 04:03:44 #21 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:44 #21 DONE 0.0s 04:03:44 04:03:44 #26 [core-keeper internal] load build context 04:03:44 #26 transferring context: 3.22MB 1.4s done 04:03:44 #26 ... 04:03:44 04:03:44 #32 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:44 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:44 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:44 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:44 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:44 #32 DONE 1.3s 04:03:44 04:03:44 #24 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 04:03:44 #24 DONE 2.1s 04:03:45 04:03:45 #26 [core-keeper internal] load build context 04:03:45 #26 DONE 2.2s 04:03:45 04:03:45 #38 [security-spiffe-token-provider internal] load build context 04:03:45 #38 transferring context: 3.22MB 1.5s done 04:03:45 #38 DONE 2.3s 04:03:45 04:03:45 #39 [security-secretstore-setup internal] load build context 04:03:45 #39 ... 04:03:45 04:03:45 #40 [security-proxy-auth internal] load build context 04:03:45 #40 transferring context: 3.22MB 1.5s done 04:03:45 #40 DONE 2.2s 04:03:45 04:03:45 #41 [security-bootstrapper internal] load build context 04:03:45 #41 transferring context: 3.22MB 1.2s done 04:03:45 #41 DONE 2.0s 04:03:45 04:03:45 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:45 #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.1s done 04:03:45 #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:03:45 #42 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 04:03:45 #42 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 04:03:45 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 04:03:45 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 04:03:45 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 04:03:45 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 04:03:45 #42 ... 04:03:45 04:03:45 #21 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:45 #21 DONE 0.0s 04:03:45 04:03:45 #43 [security-spire-agent internal] load build context 04:03:45 #43 transferring context: 23.33kB 0.0s done 04:03:45 #43 DONE 1.9s 04:03:45 04:03:45 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:45 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.4s 04:03:45 #42 ... 04:03:45 04:03:45 #32 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:45 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:45 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:45 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:45 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:45 #32 DONE 1.3s 04:03:45 04:03:45 #21 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:45 #21 DONE 0.0s 04:03:45 04:03:45 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:45 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 0.5s 04:03:45 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:03:45 #42 ... 04:03:45 04:03:45 #32 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:45 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:45 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:45 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:45 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:45 #32 DONE 1.3s 04:03:45 04:03:45 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:45 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 0.7s 04:03:45 #42 ... 04:03:45 04:03:45 #21 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:45 #21 DONE 0.0s 04:03:45 04:03:45 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:45 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.99MB / 14.28MB 0.8s 04:03:46 #42 ... 04:03:46 04:03:46 #32 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:46 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:46 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:46 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:46 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:46 #32 DONE 1.3s 04:03:46 04:03:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:46 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 0.9s 04:03:46 #42 ... 04:03:46 04:03:46 #32 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:46 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:46 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:46 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:46 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:46 #32 DONE 1.4s 04:03:46 04:03:46 #24 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 04:03:46 #24 DONE 2.4s 04:03:46 04:03:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:46 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 1.0s 04:03:46 #42 ... 04:03:46 04:03:46 #32 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:46 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:46 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:46 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:46 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:46 #32 DONE 1.4s 04:03:46 04:03:46 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:03:46 #36 DONE 1.3s 04:03:46 04:03:46 #21 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:46 #21 DONE 0.0s 04:03:46 04:03:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:46 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 1.1s 04:03:46 #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 04:03:46 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 1.2s 04:03:46 #42 ... 04:03:46 04:03:46 #24 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 04:03:46 #24 DONE 2.7s 04:03:46 04:03:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:46 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 1.3s 04:03:46 #42 ... 04:03:46 04:03:46 #32 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:46 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:46 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:46 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:46 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:46 #32 DONE 1.4s 04:03:46 04:03:46 #21 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:46 #21 DONE 0.0s 04:03:46 04:03:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:46 #42 ... 04:03:46 04:03:46 #21 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:03:46 #21 DONE 0.0s 04:03:46 04:03:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:46 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.7s done 04:03:47 #42 ... 04:03:47 04:03:47 #24 [core-data internal] load metadata for docker.io/library/alpine:3.20 04:03:47 #24 DONE 3.3s 04:03:47 04:03:47 #44 [core-command internal] load build context 04:03:47 #44 transferring context: 3.22MB 1.3s done 04:03:47 #44 DONE 2.8s 04:03:47 04:03:47 #32 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:03:47 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:03:47 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:03:47 #32 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:03:47 #32 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:03:47 #32 DONE 1.4s 04:03:47 04:03:47 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:47 #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done 04:03:47 #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:03:47 #45 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 04:03:47 #45 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 04:03:47 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 04:03:47 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 04:03:47 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 04:03:47 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s done 04:03:47 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 2.2s 04:03:47 #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:03:47 #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 04:03:47 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.77MB / 33.17MB 2.5s 04:03:48 #45 ... 04:03:48 04:03:48 #46 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:03:48 #46 DONE 5.4s 04:03:48 04:03:48 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:48 #45 ... 04:03:48 04:03:48 #47 [security-spire-config internal] load build context 04:03:48 #47 transferring context: 22.05kB 0.2s done 04:03:48 #47 DONE 2.7s 04:03:48 04:03:48 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:48 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 3.6s 04:03:48 #45 ... 04:03:48 04:03:48 #48 [security-spire-server internal] load build context 04:03:48 #48 transferring context: 23.80kB 0.5s done 04:03:48 #48 DONE 2.7s 04:03:48 04:03:48 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:48 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.97MB / 33.17MB 3.9s 04:03:49 #45 ... 04:03:49 04:03:49 #39 [security-secretstore-setup internal] load build context 04:03:49 #39 transferring context: 3.22MB 2.7s done 04:03:49 #39 DONE 4.4s 04:03:49 04:03:49 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:49 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 4.7s 04:03:50 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 5.2s 04:03:50 #45 ... 04:03:50 04:03:50 #49 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 04:03:50 #49 DONE 2.2s 04:03:50 04:03:50 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:50 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.6s 04:03:51 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.9s done 04:03:51 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.9s done 04:03:54 #45 ... 04:03:54 04:03:54 #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:03:54 #50 ... 04:03:54 04:03:54 #51 [core-metadata internal] load build context 04:03:54 #51 transferring context: 3.22MB 5.5s done 04:03:54 #51 DONE 8.5s 04:03:54 04:03:54 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:03:54 #0 9.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:03:54 #0 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:03:54 #52 ... 04:03:54 04:03:54 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:03:54 #0 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:03:54 #53 ... 04:03:54 04:03:54 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:03:54 #54 ... 04:03:54 04:03:54 #55 [security-proxy-setup internal] load build context 04:03:54 #55 ... 04:03:54 04:03:54 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:03:54 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 04:03:55 #45 ... 04:03:55 04:03:55 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:03:55 #56 ... 04:03:55 04:03:55 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:03:55 #53 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:03:55 #53 ... 04:03:55 04:03:55 #57 [support-scheduler internal] load build context 04:03:55 #57 transferring context: 3.22MB 6.6s done 04:03:55 #57 DONE 9.5s 04:03:55 04:03:55 #58 [core-common-config-bootstrapper internal] load build context 04:03:55 #58 ... 04:03:55 04:03:55 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:03:56 #59 ... 04:03:56 04:03:56 #58 [core-common-config-bootstrapper internal] load build context 04:03:56 #58 ... 04:03:56 04:03:56 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:03:56 #0 6.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:03:56 #0 6.698 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:03:56 #60 ... 04:03:56 04:03:56 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:03:56 #61 ... 04:03:56 04:03:56 #55 [security-proxy-setup internal] load build context 04:03:56 #55 ... 04:03:56 04:03:56 #62 [support-notifications internal] load build context 04:03:56 #62 ... 04:03:56 04:03:56 #55 [security-proxy-setup internal] load build context 04:03:56 #55 transferring context: 3.22MB 9.7s done 04:03:56 #55 ... 04:03:56 04:03:56 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:03:57 #63 ... 04:03:57 04:03:57 #58 [core-common-config-bootstrapper internal] load build context 04:03:57 #58 transferring context: 3.22MB 7.9s done 04:03:57 #58 ... 04:03:57 04:03:57 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:57 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.5s 04:03:57 #42 ... 04:03:57 04:03:57 #64 [core-data internal] load build context 04:03:57 #64 transferring context: 3.22MB 7.8s done 04:03:57 #64 DONE 10.0s 04:03:57 04:03:57 #55 [security-proxy-setup internal] load build context 04:03:57 #55 DONE 11.6s 04:03:57 04:03:57 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:57 #42 ... 04:03:57 04:03:57 #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:03:57 #65 ... 04:03:57 04:03:57 #58 [core-common-config-bootstrapper internal] load build context 04:03:57 #58 DONE 10.2s 04:03:57 04:03:57 #62 [support-notifications internal] load build context 04:03:58 #62 transferring context: 3.22MB 8.9s done 04:03:58 #62 DONE 11.9s 04:03:58 04:03:58 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:03:58 #42 ... 04:03:58 04:03:58 #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:03:58 #37 8.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:03:58 #37 8.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:03:58 #37 12.60 (1/2) Installing dumb-init (1.2.5-r3) 04:03:58 #37 12.60 (2/2) Installing su-exec (0.2-r3) 04:03:58 #37 12.77 Executing busybox-1.36.1-r29.trigger 04:03:58 #37 12.85 OK: 9 MiB in 16 packages 04:03:58 #37 DONE 15.1s 04:03:58 04:03:58 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:04:00 #42 ... 04:04:00 04:04:00 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:00 #66 ... 04:04:00 04:04:00 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:04:00 #67 ... 04:04:00 04:04:00 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:04:01 #68 ... 04:04:01 04:04:01 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:04:01 #69 ... 04:04:01 04:04:01 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:04:01 #70 ... 04:04:01 04:04:01 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:04:01 #71 ... 04:04:01 04:04:01 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:04:01 #42 ... 04:04:01 04:04:01 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:04:01 #53 16.38 (1/1) Installing dumb-init (1.2.5-r3) 04:04:01 #53 16.42 Executing busybox-1.36.1-r29.trigger 04:04:01 #53 16.46 OK: 9 MiB in 15 packages 04:04:01 #53 DONE 17.7s 04:04:01 04:04:01 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:04:01 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.5s 04:04:02 #42 ... 04:04:02 04:04:02 #50 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:02 #50 DONE 18.0s 04:04:02 04:04:02 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:04:04 #72 ... 04:04:04 04:04:04 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:04 #66 DONE 13.8s 04:04:04 04:04:04 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:04:05 #73 ... 04:04:05 04:04:05 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:05 #54 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:05 #54 12.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:05 #54 18.63 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:04:05 #54 18.63 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:04:05 #54 18.63 OK: 24049 distinct packages available 04:04:05 #54 20.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:05 #54 ... 04:04:05 04:04:05 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:05 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.9s 04:04:05 #45 ... 04:04:05 04:04:05 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:04:06 #42 ... 04:04:06 04:04:06 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:04:06 #59 10.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:06 #59 12.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:06 #59 18.51 (1/4) Installing dumb-init (1.2.5-r3) 04:04:06 #59 18.55 (2/4) Installing openssl (3.3.3-r0) 04:04:06 #59 18.67 (3/4) Installing su-exec (0.2-r3) 04:04:06 #59 18.68 (4/4) Installing yq-go (4.44.1-r2) 04:04:06 #59 19.71 Executing busybox-1.36.1-r29.trigger 04:04:06 #59 19.89 OK: 20 MiB in 18 packages 04:04:06 #59 ... 04:04:06 04:04:06 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:04:06 #60 10.52 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:04:06 #60 10.52 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:04:06 #60 10.52 OK: 24049 distinct packages available 04:04:06 #60 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:06 #60 13.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:06 #60 20.66 (1/4) Installing dumb-init (1.2.5-r3) 04:04:06 #60 20.69 (2/4) Installing musl-obstack (1.2.3-r2) 04:04:06 #60 20.71 (3/4) Installing libucontext (1.2-r3) 04:04:06 #60 20.75 (4/4) Installing gcompat (1.1.0-r4) 04:04:06 #60 20.79 Executing busybox-1.36.1-r29.trigger 04:04:06 #60 ... 04:04:06 04:04:06 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:04:06 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.5s 04:04:07 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.7s done 04:04:08 #42 ... 04:04:08 04:04:08 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:04:08 #59 DONE 22.4s 04:04:08 04:04:08 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:08 #45 ... 04:04:08 04:04:08 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:04:08 #61 12.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:08 #61 13.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:08 #61 20.18 (1/3) Installing ca-certificates (20241121-r1) 04:04:08 #61 20.74 (2/3) Installing dumb-init (1.2.5-r3) 04:04:08 #61 20.78 (3/3) Installing tzdata (2025b-r0) 04:04:08 #61 ... 04:04:08 04:04:08 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:04:08 #74 ... 04:04:08 04:04:08 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:04:08 #56 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:08 #56 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:08 #56 23.78 (1/4) Installing ca-certificates (20241121-r1) 04:04:09 #56 ... 04:04:09 04:04:09 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:04:09 #52 15.92 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:04:09 #52 15.93 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:04:09 #52 15.93 OK: 24049 distinct packages available 04:04:09 #52 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:09 #52 18.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:09 #52 ... 04:04:09 04:04:09 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:09 #45 ... 04:04:09 04:04:09 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:04:09 #60 20.95 OK: 9 MiB in 18 packages 04:04:09 #60 DONE 23.7s 04:04:10 04:04:10 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:10 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.2s 04:04:12 #45 ... 04:04:12 04:04:12 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:04:12 #0 9.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:12 #75 ... 04:04:12 04:04:12 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:13 #45 ... 04:04:13 04:04:13 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:04:13 #70 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:13 #70 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:13 #70 ... 04:04:13 04:04:13 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:13 #45 ... 04:04:13 04:04:13 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:04:13 #61 23.01 Executing busybox-1.36.1-r29.trigger 04:04:13 #61 23.19 Executing ca-certificates-20241121-r1.trigger 04:04:13 #61 24.89 OK: 11 MiB in 17 packages 04:04:13 #61 DONE 27.6s 04:04:13 04:04:13 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:14 #45 ... 04:04:14 04:04:14 #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:04:14 #65 16.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:14 #65 18.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:14 #65 ... 04:04:14 04:04:14 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:14 #45 ... 04:04:14 04:04:14 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:04:14 #52 27.18 (1/5) Installing dumb-init (1.2.5-r3) 04:04:14 #52 27.31 (2/5) Installing musl-obstack (1.2.3-r2) 04:04:14 #52 27.44 (3/5) Installing libucontext (1.2-r3) 04:04:14 #52 27.44 (4/5) Installing gcompat (1.1.0-r4) 04:04:14 #52 27.46 (5/5) Installing openssl (3.3.3-r0) 04:04:14 #52 27.62 Executing busybox-1.36.1-r29.trigger 04:04:14 #52 27.79 OK: 10 MiB in 19 packages 04:04:14 #52 DONE 31.5s 04:04:14 04:04:14 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:04:14 #63 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:14 #63 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:14 #63 ... 04:04:14 04:04:14 #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 04:04:15 #76 ... 04:04:15 04:04:15 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:04:15 #56 24.60 (2/4) Installing dumb-init (1.2.5-r3) 04:04:15 #56 24.64 (3/4) Installing su-exec (0.2-r3) 04:04:15 #56 24.67 (4/4) Installing yq-go (4.44.1-r2) 04:04:15 #56 26.64 Executing busybox-1.36.1-r29.trigger 04:04:15 #56 26.84 Executing ca-certificates-20241121-r1.trigger 04:04:15 #56 28.64 OK: 20 MiB in 18 packages 04:04:15 #56 DONE 30.9s 04:04:15 04:04:15 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:15 #54 21.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:16 #54 ... 04:04:16 04:04:16 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:16 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.3s 04:04:17 #45 ... 04:04:17 04:04:17 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:04:17 #70 24.63 OK: 239 MiB in 58 packages 04:04:17 #70 DONE 26.4s 04:04:17 04:04:17 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:17 #45 ... 04:04:17 04:04:17 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:04:17 #67 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:17 #67 19.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:17 #67 ... 04:04:17 04:04:17 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:04:17 #68 17.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:17 #68 19.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:17 #68 ... 04:04:17 04:04:17 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:04:17 #77 DONE 0.8s 04:04:17 04:04:17 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:18 #45 ... 04:04:18 04:04:18 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:04:18 #0 6.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:18 #0 8.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:18 #78 ... 04:04:18 04:04:18 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:04:18 #71 17.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:18 #71 20.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:18 #71 ... 04:04:18 04:04:18 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:04:18 #69 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:18 #69 20.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:18 #69 ... 04:04:18 04:04:18 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:19 #45 ... 04:04:19 04:04:19 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:04:19 #74 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:19 #74 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:19 #74 ... 04:04:19 04:04:19 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:04:19 #0 4.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:19 #0 7.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:19 #79 ... 04:04:19 04:04:19 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:20 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.3s done 04:04:20 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.3s done 04:04:20 #45 ... 04:04:20 04:04:20 #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:04:20 #65 30.73 (1/1) Installing dumb-init (1.2.5-r3) 04:04:20 #65 30.79 Executing busybox-1.36.1-r29.trigger 04:04:20 #65 30.97 OK: 9 MiB in 15 packages 04:04:20 #65 DONE 33.1s 04:04:20 04:04:20 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:20 #54 35.09 (1/14) Installing ca-certificates (20241121-r1) 04:04:20 #54 35.43 (2/14) Installing brotli-libs (1.1.0-r2) 04:04:20 #54 35.57 (3/14) Installing c-ares (1.33.1-r0) 04:04:20 #54 35.59 (4/14) Installing libunistring (1.2-r0) 04:04:20 #54 35.69 (5/14) Installing libidn2 (2.3.7-r0) 04:04:20 #54 35.73 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:04:20 #54 35.79 (7/14) Installing libpsl (0.21.5-r1) 04:04:20 #54 35.87 (8/14) Installing zstd-libs (1.5.6-r0) 04:04:20 #54 36.02 (9/14) Installing libcurl (8.12.1-r0) 04:04:20 #54 36.19 (10/14) Installing curl (8.12.1-r0) 04:04:20 #54 36.22 (11/14) Installing dumb-init (1.2.5-r3) 04:04:20 #54 36.25 (12/14) Installing musl-obstack (1.2.3-r2) 04:04:20 #54 36.28 (13/14) Installing libucontext (1.2-r3) 04:04:20 #54 36.30 (14/14) Installing gcompat (1.1.0-r4) 04:04:20 #54 36.43 Executing busybox-1.36.1-r29.trigger 04:04:20 #54 36.58 Executing ca-certificates-20241121-r1.trigger 04:04:21 #54 ... 04:04:21 04:04:21 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:04:21 #72 8.794 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:21 #72 10.52 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:21 #72 ... 04:04:21 04:04:21 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:04:21 #45 ... 04:04:21 04:04:21 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:04:21 #73 7.180 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:21 #73 9.621 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:21 #73 ... 04:04:21 04:04:21 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:04:21 #68 31.09 OK: 239 MiB in 58 packages 04:04:23 #68 DONE 32.7s 04:04:23 04:04:23 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:04:23 #80 DONE 0.4s 04:04:23 04:04:23 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:04:23 #63 32.22 (1/7) Installing ca-certificates (20241121-r1) 04:04:23 #63 33.03 (2/7) Installing dumb-init (1.2.5-r3) 04:04:23 #63 33.20 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:04:23 #63 33.23 (4/7) Installing libsodium (1.0.19-r0) 04:04:23 #63 33.28 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:04:23 #63 33.88 (6/7) Installing libzmq (4.3.5-r2) 04:04:23 #63 34.06 (7/7) Installing zeromq (4.3.5-r2) 04:04:23 #63 34.19 Executing busybox-1.36.1-r29.trigger 04:04:23 #63 34.45 Executing ca-certificates-20241121-r1.trigger 04:04:23 #63 36.05 OK: 14 MiB in 21 packages 04:04:23 #63 ... 04:04:23 04:04:23 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:04:23 #0 6.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:23 #0 8.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:23 #81 ... 04:04:23 04:04:23 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:24 #82 ... 04:04:24 04:04:24 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:04:24 #75 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:24 #75 ... 04:04:24 04:04:24 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:04:24 #74 24.02 OK: 9 MiB in 16 packages 04:04:24 #74 ... 04:04:24 04:04:24 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:04:24 #71 32.00 OK: 239 MiB in 58 packages 04:04:24 #71 DONE 34.3s 04:04:25 04:04:25 #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:04:25 #69 32.36 OK: 239 MiB in 58 packages 04:04:25 #69 DONE 34.5s 04:04:25 04:04:25 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:04:25 #75 23.34 OK: 9 MiB in 15 packages 04:04:25 #75 ... 04:04:25 04:04:25 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:04:25 #54 38.58 OK: 15 MiB in 28 packages 04:04:25 #54 DONE 40.8s 04:04:25 04:04:25 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:04:25 #74 DONE 26.2s 04:04:25 04:04:25 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:04:26 #83 ... 04:04:26 04:04:26 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:04:26 #0 5.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:26 #0 7.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:26 #84 ... 04:04:26 04:04:26 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:04:26 #85 ... 04:04:26 04:04:26 #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:04:26 #75 DONE 24.9s 04:04:26 04:04:26 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:04:26 #78 18.39 OK: 20 MiB in 18 packages 04:04:26 #78 ... 04:04:26 04:04:26 #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:04:26 #86 DONE 1.8s 04:04:26 04:04:26 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:04:26 #63 DONE 39.9s 04:04:26 04:04:26 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:04:27 #87 ... 04:04:27 04:04:27 #88 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:04:27 #88 DONE 2.3s 04:04:27 04:04:27 #89 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:28 #89 ... 04:04:28 04:04:28 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:28 #90 ... 04:04:28 04:04:28 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:04:28 #78 DONE 19.8s 04:04:28 04:04:28 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:04:28 #91 DONE 0.4s 04:04:28 04:04:28 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:04:28 #72 25.22 (1/1) Installing dumb-init (1.2.5-r3) 04:04:28 #72 26.12 Executing busybox-1.36.1-r29.trigger 04:04:28 #72 26.33 OK: 9 MiB in 15 packages 04:04:30 #72 ... 04:04:30 04:04:30 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:04:30 #73 23.30 OK: 239 MiB in 58 packages 04:04:30 #73 DONE 25.3s 04:04:30 04:04:30 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:04:30 #92 ... 04:04:30 04:04:30 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:04:30 #0 3.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:30 #0 5.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:30 #93 ... 04:04:30 04:04:30 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:04:30 #79 19.42 OK: 9 MiB in 18 packages 04:04:30 #79 DONE 20.8s 04:04:30 04:04:30 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:04:30 #92 DONE 0.8s 04:04:30 04:04:30 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:30 #94 ... 04:04:30 04:04:30 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:04:30 #72 DONE 28.4s 04:04:30 04:04:30 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:04:30 #95 ... 04:04:30 04:04:30 #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 04:04:30 #76 6.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:30 #76 8.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:31 #76 ... 04:04:31 04:04:31 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:04:31 #67 31.77 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:04:31 #67 31.77 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:04:31 #67 31.77 OK: 24049 distinct packages available 04:04:31 #67 34.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:31 #67 36.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:33 #67 ... 04:04:33 04:04:33 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:04:33 #83 DONE 7.8s 04:04:33 04:04:33 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:04:33 #96 DONE 0.3s 04:04:33 04:04:33 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:04:33 #93 12.98 OK: 9 MiB in 15 packages 04:04:34 #93 ... 04:04:34 04:04:34 #76 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 04:04:34 #76 18.30 OK: 10 MiB in 19 packages 04:04:34 #76 DONE 21.0s 04:04:34 04:04:34 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:04:35 #97 ... 04:04:35 04:04:35 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:04:35 #93 DONE 14.6s 04:04:35 04:04:35 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:04:35 #98 ... 04:04:35 04:04:35 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:04:35 #81 19.29 OK: 11 MiB in 17 packages 04:04:35 #81 DONE 21.5s 04:04:35 04:04:35 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:04:35 #95 DONE 4.7s 04:04:35 04:04:35 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:04:35 #84 17.57 OK: 20 MiB in 18 packages 04:04:35 #84 DONE 19.3s 04:04:35 04:04:35 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:04:35 #99 DONE 0.5s 04:04:35 04:04:35 #100 [security-spire-config stage-2 6/10] COPY security.txt / 04:04:36 #100 DONE 0.2s 04:04:36 04:04:36 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:04:36 #101 DONE 0.3s 04:04:36 04:04:36 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:04:36 #102 DONE 0.3s 04:04:36 04:04:36 #103 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:37 #103 ... 04:04:37 04:04:37 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:04:37 #67 45.06 OK: 239 MiB in 58 packages 04:04:37 #67 DONE 46.3s 04:04:37 04:04:37 #104 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:04:37 #104 ... 04:04:37 04:04:37 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:04:37 #98 DONE 2.6s 04:04:37 04:04:37 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:04:37 #105 DONE 0.7s 04:04:37 04:04:37 #104 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:04:37 #104 DONE 0.7s 04:04:37 04:04:37 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:04:39 #106 ... 04:04:39 04:04:39 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:04:39 #97 DONE 4.5s 04:04:39 04:04:39 #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:04:39 #107 DONE 0.3s 04:04:39 04:04:39 #108 [security-spire-config] exporting to image 04:04:39 #108 exporting layers 04:04:39 #108 ... 04:04:39 04:04:39 #109 [security-spire-server stage-2 6/9] COPY security.txt / 04:04:39 #109 DONE 0.1s 04:04:39 04:04:39 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:04:39 #110 DONE 0.2s 04:04:39 04:04:39 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:40 #111 ... 04:04:40 04:04:40 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:04:40 #112 DONE 0.2s 04:04:40 04:04:40 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:04:40 #113 DONE 0.3s 04:04:40 04:04:40 #108 [security-spire-server] exporting to image 04:04:41 #108 ... 04:04:41 04:04:41 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:04:41 #85 8.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:41 #85 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:41 #85 14.89 OK: 15 MiB in 28 packages 04:04:41 #85 DONE 16.1s 04:04:41 04:04:41 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:04:41 #106 DONE 3.9s 04:04:41 04:04:41 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:04:41 #87 7.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:04:41 #87 9.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:04:41 #87 ... 04:04:41 04:04:41 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:04:41 #114 DONE 0.4s 04:04:41 04:04:41 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:04:41 #87 14.82 OK: 14 MiB in 21 packages 04:04:42 #87 ... 04:04:42 04:04:42 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 04:04:42 #115 DONE 0.2s 04:04:42 04:04:42 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:04:42 #116 ... 04:04:42 04:04:42 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:04:42 #87 DONE 15.5s 04:04:42 04:04:42 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:04:42 #116 DONE 0.3s 04:04:42 04:04:42 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:04:42 #117 DONE 0.3s 04:04:42 04:04:42 #108 [security-spire-server] exporting to image 04:04:42 #108 exporting layers 5.3s done 04:04:43 #108 writing image sha256:e8d8b4df0b2da78a8d37d6d1f3b0b36a1a438765a346104e0d4bd60d4d071488 0.0s done 04:04:43 #108 naming to docker.io/library/security-spire-config-arm64 0.0s done 04:04:43 #108 ... 04:04:43 04:04:43 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:04:43 #118 DONE 0.3s 04:04:43 04:04:43 #108 [security-spire-agent] exporting to image 04:04:45 #108 exporting layers 4.6s done 04:04:45 #108 writing image sha256:243172369035c0f619953a06e63c83a1a4348bf161adf336f23e0a5bf803fc6e 0.0s done 04:04:45 #108 naming to docker.io/library/security-spire-server-arm64 done 04:04:45 #108 exporting layers 2.5s done 04:04:45 #108 writing image sha256:2c0508ad901b82ae55f4d58201585aac24d10bd15f5277bc5a57df51ba80ae5f done 04:04:45 #108 naming to docker.io/library/security-spire-agent-arm64 done 04:04:45 #108 DONE 8.9s 04:04:45 04:04:45 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:58 #154 ... 04:04:58 04:04:58 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:04:58 #145 DONE 89.3s 04:04:58 04:04:58 #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:04:58 #143 DONE 89.3s 04:04:58 04:04:58 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:04:58 #155 ... 04:04:58 04:04:58 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:04:58 #156 DONE 0.2s 04:04:58 04:04:58 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:04:58 #155 DONE 0.2s 04:04:58 04:04:58 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:04:58 #157 DONE 0.2s 04:04:58 04:04:58 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:04:58 #158 DONE 0.2s 04:04:58 04:04:58 #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 04:04:58 #159 DONE 0.2s 04:04:58 04:04:58 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:04:58 #160 ... 04:04:58 04:04:58 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:04:58 #161 DONE 0.1s 04:04:58 04:04:58 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:04:58 #160 DONE 1.1s 04:04:58 04:04:58 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:04:58 #162 ... 04:04:58 04:04:58 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 04:04:58 #163 DONE 0.3s 04:04:58 04:04:58 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:04:58 #164 DONE 0.2s 04:04:58 04:04:58 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:04:58 #165 DONE 0.3s 04:04:58 04:04:58 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:04:58 #166 ... 04:04:58 04:04:58 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:04:58 #162 DONE 1.3s 04:04:58 04:04:58 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:04:58 #166 DONE 0.2s 04:04:58 04:04:58 #113 [core-common-config-bootstrapper] exporting to image 04:04:58 #113 exporting layers 04:04:58 #113 ... 04:04:58 04:04:58 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 04:04:58 #167 DONE 0.2s 04:04:58 04:04:58 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 04:04:58 #168 DONE 0.3s 04:04:58 04:04:58 #113 [core-common-config-bootstrapper] exporting to image 04:04:58 #113 exporting layers 0.7s done 04:04:58 #113 writing image sha256:26362caaea2a7927502e0d34c1a7fa9f94e7f94d22b4da8230ed5da268de93dd 0.0s done 04:04:58 #113 naming to docker.io/library/core-common-config-bootstrapper 04:04:58 #113 naming to docker.io/library/core-common-config-bootstrapper done 04:04:58 #113 DONE 1.6s 04:04:58 04:04:58 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 04:04:58 #169 DONE 0.2s 04:04:58 04:04:58 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:04:58 #170 DONE 0.1s 04:04:58 04:04:58 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:04:58 #148 ... 04:04:58 04:04:58 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:05:00 #171 DONE 1.3s 04:05:00 04:05:00 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:05:00 #146 ... 04:05:00 04:05:00 #113 [security-bootstrapper] exporting to image 04:05:00 #113 exporting layers 0.5s done 04:05:00 #113 writing image sha256:2b7693f22696d87e418f4efbd625ac3ac83bb97cacff31f875beb7676e792458 done 04:05:00 #113 naming to docker.io/library/security-bootstrapper done 04:05:00 #113 DONE 2.1s 04:05:00 04:05:00 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:05:56 #148 ... 04:05:56 04:05:56 #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 04:05:56 #144 146.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:05:59 #144 ... 04:05:59 04:05:59 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:05:59 #148 DONE 153.4s 04:05:59 04:05:59 #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 04:05:59 #144 DONE 153.4s 04:05:59 04:05:59 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:05:59 #154 DONE 153.5s 04:05:59 04:05:59 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:05:59 #152 DONE 153.5s 04:05:59 04:05:59 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:05:59 #172 ... 04:05:59 04:05:59 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:05:59 #173 DONE 0.3s 04:05:59 04:05:59 #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:06:00 #174 ... 04:06:00 04:06:00 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:06:00 #172 DONE 0.5s 04:06:00 04:06:00 #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:06:00 #175 DONE 0.4s 04:06:00 04:06:00 #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:06:00 #174 DONE 0.3s 04:06:00 04:06:00 #176 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:06:00 #176 DONE 0.1s 04:06:00 04:06:00 #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:06:00 #177 DONE 0.5s 04:06:00 04:06:00 #178 [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 04:06:00 #178 DONE 0.1s 04:06:00 04:06:00 #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:06:00 #179 DONE 0.1s 04:06:00 04:06:00 #180 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:06:00 #180 DONE 0.1s 04:06:00 04:06:00 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:06:00 #181 DONE 0.1s 04:06:00 04:06:00 #182 [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 04:06:00 #182 ... 04:06:00 04:06:00 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:06:00 #149 DONE 154.6s 04:06:00 04:06:00 #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:06:00 #183 DONE 0.3s 04:06:00 04:06:00 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:06:00 #184 DONE 0.3s 04:06:00 04:06:00 #182 [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 04:06:00 #182 DONE 0.4s 04:06:00 04:06:00 #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:06:00 #185 CACHED 04:06:00 04:06:00 #186 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:06:00 #186 CACHED 04:06:00 04:06:00 #187 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:06:00 #187 DONE 0.4s 04:06:00 04:06:00 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:06:00 #188 ... 04:06:00 04:06:00 #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:06:00 #189 DONE 0.2s 04:06:00 04:06:00 #190 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:06:00 #190 DONE 0.2s 04:06:00 04:06:00 #191 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:06:00 #191 DONE 0.4s 04:06:00 04:06:00 #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:06:00 #192 DONE 0.3s 04:06:00 04:06:00 #113 [core-command] exporting to image 04:06:00 #113 exporting layers 04:06:01 #113 ... 04:06:01 04:06:01 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:06:01 #188 DONE 0.3s 04:06:01 04:06:01 #193 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:06:01 #193 DONE 0.4s 04:06:01 04:06:01 #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:06:01 #194 DONE 0.2s 04:06:01 04:06:01 #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:06:01 #195 DONE 0.3s 04:06:01 04:06:01 #113 [security-spiffe-token-provider] exporting to image 04:06:01 #113 exporting layers 0.5s done 04:06:01 #113 writing image sha256:dd930cbcc79d13997189d53a38f292a5060afe6de3e7dc2b61f85637158708c8 done 04:06:01 #113 naming to docker.io/library/core-command done 04:06:01 #113 writing image sha256:2b774fe113dcd3c38f6a255f270c3400c285b5f570dd01ad71f28b8de6a45a8b done 04:06:01 #113 naming to docker.io/library/security-spiffe-token-provider 0.0s done 04:06:01 #113 DONE 2.8s 04:06:01 04:06:01 #196 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:01 #196 ... 04:06:01 04:06:01 #197 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:06:01 #197 DONE 0.2s 04:06:01 04:06:01 #198 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:06:01 #198 DONE 0.2s 04:06:01 04:06:01 #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:01 #199 ... 04:06:01 04:06:01 #200 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:06:01 #200 DONE 0.2s 04:06:01 04:06:01 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:06:01 #146 DONE 155.9s 04:06:01 04:06:01 #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:01 #201 ... 04:06:01 04:06:01 #196 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:01 #196 DONE 0.8s 04:06:02 04:06:02 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:06:02 #202 DONE 0.1s 04:06:02 04:06:02 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:06:02 #147 DONE 156.2s 04:06:02 04:06:02 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:06:02 #203 DONE 0.1s 04:06:02 04:06:02 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:06:02 #153 DONE 156.4s 04:06:02 04:06:02 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:06:02 #204 ... 04:06:02 04:06:02 #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:06:02 #205 CACHED 04:06:02 04:06:02 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:06:02 #206 CACHED 04:06:02 04:06:02 #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:02 #201 DONE 0.9s 04:06:02 04:06:02 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:06:02 #204 DONE 0.3s 04:06:02 04:06:02 #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:06:02 #199 DONE 1.2s 04:06:02 04:06:02 #113 [core-keeper] exporting to image 04:06:02 #113 writing image sha256:81c8bfe2c25c4bc8a81e74152dc5ebdfa0b14fd4687c30e52a445aac2ac142a4 done 04:06:02 #113 naming to docker.io/library/security-proxy-setup done 04:06:03 #113 ... 04:06:03 04:06:03 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:06:03 #207 DONE 0.3s 04:06:03 04:06:03 #113 [security-proxy-auth] exporting to image 04:06:03 #113 ... 04:06:03 04:06:03 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:06:03 #208 DONE 0.3s 04:06:03 04:06:03 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:06:03 #150 DONE 157.0s 04:06:03 04:06:03 #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:06:03 #209 DONE 0.1s 04:06:03 04:06:03 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:06:03 #210 DONE 0.1s 04:06:03 04:06:03 #113 [core-keeper] exporting to image 04:06:03 #113 exporting layers 0.3s done 04:06:03 #113 writing image sha256:c74f7ba4ad726656a5812f880be39fae68fd158268df94461c8cee14ee695298 0.0s done 04:06:03 #113 naming to docker.io/library/core-keeper done 04:06:03 #113 ... 04:06:03 04:06:03 #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:06:03 #211 DONE 0.2s 04:06:03 04:06:03 #212 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:06:03 #212 DONE 0.2s 04:06:03 04:06:03 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:06:03 #213 DONE 0.2s 04:06:03 04:06:03 #113 [security-proxy-auth] exporting to image 04:06:03 #113 exporting layers 0.5s done 04:06:03 #113 writing image sha256:55b37bd82933589a24a71d5ab513dddff7561c2e49a75b3a1fc3cd0948a1ae04 0.0s done 04:06:03 #113 naming to docker.io/library/security-secretstore-setup done 04:06:03 #113 writing image sha256:83215917b6fd399a86bca7fb3bc0402626f83abb5d715327a8065a1bd865784f done 04:06:03 #113 naming to docker.io/library/security-proxy-auth done 04:06:03 #113 ... 04:06:03 04:06:03 #214 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:06:03 #214 DONE 0.1s 04:06:03 04:06:03 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:06:03 #215 DONE 0.1s 04:06:03 04:06:03 #113 [core-data] exporting to image 04:06:03 #113 ... 04:06:03 04:06:03 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:06:03 #216 DONE 0.5s 04:06:03 04:06:03 #113 [core-data] exporting to image 04:06:03 #113 exporting layers 0.6s done 04:06:03 #113 writing image sha256:babf14f96ee80f771da9638d4a7b84cb6c67a4b2a1e9ea2e9e96adeb7a9d060d done 04:06:03 #113 naming to docker.io/library/core-data done 04:06:03 #113 writing image sha256:a3c0d33b626d4ff2ff3d9636d957ad771017054161f488a7a96504037ccee0be 04:06:04 #113 ... 04:06:04 04:06:04 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:06:04 #217 DONE 0.1s 04:06:04 04:06:04 #113 [support-scheduler] exporting to image 04:06:04 #113 writing image sha256:a3c0d33b626d4ff2ff3d9636d957ad771017054161f488a7a96504037ccee0be done 04:06:04 #113 naming to docker.io/library/core-metadata done 04:06:04 #113 exporting layers 0.2s done 04:06:04 #113 writing image sha256:6ed0af7466babebb1dc058efc718b35f80cd9d092ad686d274c52a2f3a530a14 done 04:06:04 #113 naming to docker.io/library/support-scheduler done 04:06:04 #113 DONE 4.7s 04:06:04 04:06:04 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:06:04 #151 DONE 158.5s 04:06:04 04:06:04 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:06:04 #218 DONE 0.0s 04:06:04 04:06:04 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:06:04 #219 DONE 0.0s 04:06:04 04:06:04 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:06:05 #220 DONE 0.2s 04:06:05 04:06:05 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:06:05 #221 DONE 0.0s 04:06:05 04:06:05 #113 [support-notifications] exporting to image 04:06:05 #113 exporting layers 0.2s done 04:06:05 #113 writing image sha256:439edb6e0627f6100cb4536aaf076d0b42ca3b2d8862b4a3c698380cddf91a28 done 04:06:05 #113 naming to docker.io/library/support-notifications done 04:06:05 #113 DONE 4.9s 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:06:05 time="2025-05-26T04:02:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:06:05 $ docker stop --time=1 54dec56a4f0e2e6d1ad6eeea3bc2d4c63b62ffecab9066a4f8d911da483264e5 04:06:06 $ docker rm -f --volumes 54dec56a4f0e2e6d1ad6eeea3bc2d4c63b62ffecab9066a4f8d911da483264e5 [Pipeline] // withDockerContainer [Pipeline] sh 04:06:06 + docker images 04:06:06 REPOSITORY TAG IMAGE ID CREATED SIZE 04:06:06 support-notifications latest 439edb6e0627 2 seconds ago 51.9MB 04:06:06 core-data latest babf14f96ee8 3 seconds ago 32.5MB 04:06:06 core-metadata latest a3c0d33b626d 3 seconds ago 32.7MB 04:06:06 support-scheduler latest 6ed0af7466ba 3 seconds ago 48.3MB 04:06:06 security-proxy-auth latest 83215917b6fd 4 seconds ago 31.4MB 04:06:06 core-keeper latest c74f7ba4ad72 4 seconds ago 32.1MB 04:06:06 security-secretstore-setup latest 55b37bd82933 4 seconds ago 68MB 04:06:06 security-proxy-setup latest 81c8bfe2c25c 5 seconds ago 38.3MB 04:06:06 security-spiffe-token-provider latest 2b774fe113dc 6 seconds ago 47.2MB 04:06:06 core-command latest dd930cbcc79d 6 seconds ago 28MB 04:06:06 security-bootstrapper latest 2b7693f22696 About a minute ago 20.3MB 04:06:06 core-common-config-bootstrapper latest 26362caaea2a About a minute ago 17.1MB 04:06:06 security-spire-config latest c9e9f9ba87c7 3 minutes ago 149MB 04:06:06 security-spire-agent latest e67d6a13555d 3 minutes ago 195MB 04:06:06 security-spire-server latest 8a141581cc3f 3 minutes ago 149MB 04:06:06 ci-base-image-x86_64 latest d7ec377e6c8b 6 minutes ago 925MB 04:06:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 hours ago 573MB 04:06:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 04:06:06 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 04:06:06 provisioning config files... 04:06:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config761762772328357468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:06:07 ---> ****-login.sh 04:06:07 nexus3.edgexfoundry.org:10001 04:06:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:06:07 Configure a credential helper to remove this warning. See 04:06:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:06:07 04:06:07 Login Succeeded 04:06:07 nexus3.edgexfoundry.org:10002 04:06:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:06:07 Configure a credential helper to remove this warning. See 04:06:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:06:07 04:06:07 Login Succeeded 04:06:07 nexus3.edgexfoundry.org:10003 04:06:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:06:07 Configure a credential helper to remove this warning. See 04:06:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:06:07 04:06:07 Login Succeeded 04:06:07 nexus3.edgexfoundry.org:10004 04:06:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:06:07 Configure a credential helper to remove this warning. See 04:06:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:06:07 04:06:07 Login Succeeded 04:06:07 ****.io 04:06:07 #90 DONE 100.4s 04:06:07 04:06:07 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #94 ... 04:06:07 04:06:07 #119 [support-notifications builder 6/7] COPY . . 04:06:07 #119 DONE 1.8s 04:06:07 04:06:07 #89 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #89 ... 04:06:07 04:06:07 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:06:07 #120 ... 04:06:07 04:06:07 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #82 DONE 97.5s 04:06:07 04:06:07 #121 [security-bootstrapper builder 6/7] COPY . . 04:06:07 #121 DONE 1.4s 04:06:07 04:06:07 #103 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #103 DONE 95.7s 04:06:07 04:06:07 #122 [security-secretstore-setup builder 6/7] COPY . . 04:06:07 #122 CACHED 04:06:07 04:06:07 #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:06:07 #123 CACHED 04:06:07 04:06:07 #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #124 CACHED 04:06:07 04:06:07 #125 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:06:07 #125 ... 04:06:07 04:06:07 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:06:07 #126 CACHED 04:06:07 04:06:07 #127 [security-proxy-setup builder 6/7] COPY . . 04:06:07 #127 CACHED 04:06:07 04:06:07 #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #128 CACHED 04:06:07 04:06:07 #89 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #89 DONE 95.3s 04:06:07 04:06:07 #129 [security-proxy-auth builder 6/7] COPY . . 04:06:07 #129 ... 04:06:07 04:06:07 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #111 DONE 86.4s 04:06:07 04:06:07 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #94 DONE 93.6s 04:06:07 04:06:07 #130 [security-spiffe-token-provider builder 6/7] COPY . . 04:06:07 #130 ... 04:06:07 04:06:07 #131 [support-scheduler builder 6/7] COPY . . 04:06:07 #131 DONE 3.8s 04:06:07 04:06:07 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #132 CACHED 04:06:07 04:06:07 #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:06:07 #133 CACHED 04:06:07 04:06:07 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 04:06:07 #134 CACHED 04:06:07 04:06:07 #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #135 CACHED 04:06:07 04:06:07 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 04:06:07 #136 CACHED 04:06:07 04:06:07 #137 [core-data builder 6/7] COPY . . 04:06:07 #137 CACHED 04:06:07 04:06:07 #138 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #138 CACHED 04:06:07 04:06:07 #139 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:06:07 #139 CACHED 04:06:07 04:06:07 #140 [core-metadata builder 6/7] COPY . . 04:06:07 #140 CACHED 04:06:07 04:06:07 #129 [security-proxy-auth builder 6/7] COPY . . 04:06:07 #129 DONE 3.6s 04:06:07 04:06:07 #141 [core-command builder 4/7] COPY go.mod vendor* ./ 04:06:07 #141 CACHED 04:06:07 04:06:07 #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:07 #142 CACHED 04:06:07 04:06:07 #143 [core-command builder 6/7] COPY . . 04:06:07 #143 CACHED 04:06:07 04:06:07 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:06:07 #144 ... 04:06:07 04:06:07 #130 [security-spiffe-token-provider builder 6/7] COPY . . 04:06:07 #130 DONE 2.7s 04:06:07 04:06:07 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:06:07 #145 ... 04:06:07 04:06:07 #146 [core-keeper builder 7/8] COPY . . 04:06:07 #146 DONE 3.0s 04:06:07 04:06:07 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:06:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:06:07 Configure a credential helper to remove this warning. See 04:06:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:06:07 04:06:07 Login Succeeded 04:06:07 ---> ****-login.sh ends [Pipeline] } 04:06:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:06:08 [edgeXDocker.push] Tagging docker image core-command with the following tags: 04:06:08 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:08 latest 04:06:08 4.1.0-dev.13 04:06:08 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:08 main 04:06:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:08 + docker push nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:06:08 da5e71e281e8: Preparing 04:06:08 32ee98e8fd18: Preparing 04:06:08 9a4fa2c9152e: Preparing 04:06:08 51ff62d3131d: Preparing 04:06:08 09f0f6a9160a: Preparing 04:06:08 23a698ce542d: Preparing 04:06:08 994456c4fd7b: Preparing 04:06:08 23a698ce542d: Waiting 04:06:08 09f0f6a9160a: Pushed 04:06:08 51ff62d3131d: Pushed 04:06:08 9a4fa2c9152e: Pushed 04:06:08 da5e71e281e8: Pushed 04:06:08 994456c4fd7b: Layer already exists 04:06:08 23a698ce542d: Pushed 04:06:11 32ee98e8fd18: Pushed 04:06:11 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:12 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 04:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:06:12 da5e71e281e8: Preparing 04:06:12 32ee98e8fd18: Preparing 04:06:12 9a4fa2c9152e: Preparing 04:06:12 51ff62d3131d: Preparing 04:06:12 09f0f6a9160a: Preparing 04:06:12 23a698ce542d: Preparing 04:06:12 994456c4fd7b: Preparing 04:06:12 23a698ce542d: Waiting 04:06:12 994456c4fd7b: Waiting 04:06:12 51ff62d3131d: Layer already exists 04:06:12 09f0f6a9160a: Layer already exists 04:06:12 da5e71e281e8: Layer already exists 04:06:12 32ee98e8fd18: Layer already exists 04:06:12 9a4fa2c9152e: Layer already exists 04:06:12 994456c4fd7b: Layer already exists 04:06:12 23a698ce542d: Layer already exists 04:06:12 latest: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:12 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 04:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:06:12 da5e71e281e8: Preparing 04:06:12 32ee98e8fd18: Preparing 04:06:12 9a4fa2c9152e: Preparing 04:06:12 51ff62d3131d: Preparing 04:06:12 09f0f6a9160a: Preparing 04:06:12 23a698ce542d: Preparing 04:06:12 994456c4fd7b: Preparing 04:06:12 23a698ce542d: Waiting 04:06:12 994456c4fd7b: Waiting 04:06:12 32ee98e8fd18: Layer already exists 04:06:12 da5e71e281e8: Layer already exists 04:06:12 51ff62d3131d: Layer already exists 04:06:12 9a4fa2c9152e: Layer already exists 04:06:12 09f0f6a9160a: Layer already exists 04:06:12 23a698ce542d: Layer already exists 04:06:12 994456c4fd7b: Layer already exists 04:06:12 4.1.0-dev.13: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:12 #147 ... 04:06:12 04:06:12 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:06:12 #120 2.045 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:06:12 #120 ... 04:06:12 04:06:12 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:06:12 #0 5.656 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:06:12 #148 ... 04:06:12 04:06:12 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:06:12 #147 5.164 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:06:12 #147 ... 04:06:12 04:06:12 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:06:12 #0 3.947 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:06:12 #149 ... 04:06:12 04:06:12 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:06:12 #0 3.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:06:12 #150 ... 04:06:12 04:06:12 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:06:12 #144 6.552 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:06:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:13 + docker push nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:06:13 da5e71e281e8: Preparing 04:06:13 32ee98e8fd18: Preparing 04:06:13 9a4fa2c9152e: Preparing 04:06:13 51ff62d3131d: Preparing 04:06:13 09f0f6a9160a: Preparing 04:06:13 23a698ce542d: Preparing 04:06:13 994456c4fd7b: Preparing 04:06:13 23a698ce542d: Waiting 04:06:13 994456c4fd7b: Waiting 04:06:13 da5e71e281e8: Layer already exists 04:06:13 09f0f6a9160a: Layer already exists 04:06:13 9a4fa2c9152e: Layer already exists 04:06:13 51ff62d3131d: Layer already exists 04:06:13 32ee98e8fd18: Layer already exists 04:06:13 994456c4fd7b: Layer already exists 04:06:13 23a698ce542d: Layer already exists 04:06:13 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:14 + docker push nexus3.edgexfoundry.org:10004/core-command:main 04:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:06:14 da5e71e281e8: Preparing 04:06:14 32ee98e8fd18: Preparing 04:06:14 9a4fa2c9152e: Preparing 04:06:14 51ff62d3131d: Preparing 04:06:14 09f0f6a9160a: Preparing 04:06:14 23a698ce542d: Preparing 04:06:14 994456c4fd7b: Preparing 04:06:14 23a698ce542d: Waiting 04:06:14 994456c4fd7b: Waiting 04:06:14 da5e71e281e8: Layer already exists 04:06:14 9a4fa2c9152e: Layer already exists 04:06:14 09f0f6a9160a: Layer already exists 04:06:14 32ee98e8fd18: Layer already exists 04:06:14 51ff62d3131d: Layer already exists 04:06:14 23a698ce542d: Layer already exists 04:06:14 994456c4fd7b: Layer already exists 04:06:14 main: digest: sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:14 ===================================================== [Pipeline] echo 04:06:14 taggedImages: 04:06:14 - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:14 - nexus3.edgexfoundry.org:10004/core-command:latest 04:06:14 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 04:06:14 - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:14 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 04:06:14 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 04:06:14 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:14 latest 04:06:14 4.1.0-dev.13 04:06:14 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:14 main 04:06:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:14 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:06:14 70921214884a: Preparing 04:06:14 0df0eceb735b: Preparing 04:06:14 8071b629a4c4: Preparing 04:06:14 a16cca3e8110: Preparing 04:06:14 9a4fa2c9152e: Preparing 04:06:14 51ff62d3131d: Preparing 04:06:14 09f0f6a9160a: Preparing 04:06:14 23a698ce542d: Preparing 04:06:14 994456c4fd7b: Preparing 04:06:14 51ff62d3131d: Waiting 04:06:14 09f0f6a9160a: Waiting 04:06:14 23a698ce542d: Waiting 04:06:14 994456c4fd7b: Waiting 04:06:14 9a4fa2c9152e: Layer already exists 04:06:14 51ff62d3131d: Layer already exists 04:06:14 09f0f6a9160a: Layer already exists 04:06:14 23a698ce542d: Layer already exists 04:06:14 994456c4fd7b: Layer already exists 04:06:14 0df0eceb735b: Pushed 04:06:14 70921214884a: Pushed 04:06:14 8071b629a4c4: Pushed 04:06:15 a16cca3e8110: Pushed 04:06:16 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:16 #144 ... 04:06:16 04:06:16 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:06:16 #0 6.480 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:06:16 + 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 04:06:16 #151 ... 04:06:16 04:06:16 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:06:16 #0 6.087 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:06:16 #152 ... 04:06:16 04:06:16 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:06:16 #0 6.235 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:06:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:06:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:06:16 70921214884a: Preparing 04:06:16 0df0eceb735b: Preparing 04:06:16 8071b629a4c4: Preparing 04:06:16 a16cca3e8110: Preparing 04:06:16 9a4fa2c9152e: Preparing 04:06:16 51ff62d3131d: Preparing 04:06:16 09f0f6a9160a: Preparing 04:06:16 23a698ce542d: Preparing 04:06:16 994456c4fd7b: Preparing 04:06:16 09f0f6a9160a: Waiting 04:06:16 994456c4fd7b: Waiting 04:06:16 70921214884a: Layer already exists 04:06:16 8071b629a4c4: Layer already exists 04:06:16 9a4fa2c9152e: Layer already exists 04:06:16 0df0eceb735b: Layer already exists 04:06:16 a16cca3e8110: Layer already exists 04:06:16 51ff62d3131d: Layer already exists 04:06:16 23a698ce542d: Layer already exists 04:06:16 994456c4fd7b: Layer already exists 04:06:16 09f0f6a9160a: Layer already exists 04:06:16 latest: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv 04:06:16 #153 ... 04:06:16 04:06:16 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:06:16 #0 6.472 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:17 #154 ... 04:06:17 04:06:17 #125 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:06:17 #125 4.020 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:06:17 #125 ... 04:06:17 04:06:17 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:06:17 #145 5.731 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:06:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 04:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:06:17 70921214884a: Preparing 04:06:17 0df0eceb735b: Preparing 04:06:17 8071b629a4c4: Preparing 04:06:17 a16cca3e8110: Preparing 04:06:17 9a4fa2c9152e: Preparing 04:06:17 51ff62d3131d: Preparing 04:06:17 09f0f6a9160a: Preparing 04:06:17 23a698ce542d: Preparing 04:06:17 994456c4fd7b: Preparing 04:06:17 09f0f6a9160a: Waiting 04:06:17 23a698ce542d: Waiting 04:06:17 994456c4fd7b: Waiting 04:06:17 51ff62d3131d: Waiting 04:06:17 0df0eceb735b: Layer already exists 04:06:17 70921214884a: Layer already exists 04:06:17 8071b629a4c4: Layer already exists 04:06:17 a16cca3e8110: Layer already exists 04:06:17 9a4fa2c9152e: Layer already exists 04:06:17 09f0f6a9160a: Layer already exists 04:06:17 51ff62d3131d: Layer already exists 04:06:17 23a698ce542d: Layer already exists 04:06:17 994456c4fd7b: Layer already exists 04:06:17 4.1.0-dev.13: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:06:18 70921214884a: Preparing 04:06:18 0df0eceb735b: Preparing 04:06:18 8071b629a4c4: Preparing 04:06:18 a16cca3e8110: Preparing 04:06:18 9a4fa2c9152e: Preparing 04:06:18 51ff62d3131d: Preparing 04:06:18 09f0f6a9160a: Preparing 04:06:18 23a698ce542d: Preparing 04:06:18 51ff62d3131d: Waiting 04:06:18 994456c4fd7b: Preparing 04:06:18 23a698ce542d: Waiting 04:06:18 994456c4fd7b: Waiting 04:06:18 9a4fa2c9152e: Layer already exists 04:06:18 8071b629a4c4: Layer already exists 04:06:18 a16cca3e8110: Layer already exists 04:06:18 70921214884a: Layer already exists 04:06:18 0df0eceb735b: Layer already exists 04:06:18 994456c4fd7b: Layer already exists 04:06:18 23a698ce542d: Layer already exists 04:06:18 09f0f6a9160a: Layer already exists 04:06:18 51ff62d3131d: Layer already exists 04:06:18 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:18 + 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 04:06:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:06:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:06:18 70921214884a: Preparing 04:06:18 0df0eceb735b: Preparing 04:06:18 8071b629a4c4: Preparing 04:06:18 a16cca3e8110: Preparing 04:06:18 9a4fa2c9152e: Preparing 04:06:18 51ff62d3131d: Preparing 04:06:18 09f0f6a9160a: Preparing 04:06:18 23a698ce542d: Preparing 04:06:18 994456c4fd7b: Preparing 04:06:18 23a698ce542d: Waiting 04:06:18 994456c4fd7b: Waiting 04:06:18 51ff62d3131d: Waiting 04:06:18 09f0f6a9160a: Waiting 04:06:18 8071b629a4c4: Layer already exists 04:06:18 0df0eceb735b: Layer already exists 04:06:18 a16cca3e8110: Layer already exists 04:06:18 70921214884a: Layer already exists 04:06:18 9a4fa2c9152e: Layer already exists 04:06:18 09f0f6a9160a: Layer already exists 04:06:18 51ff62d3131d: Layer already exists 04:06:18 994456c4fd7b: Layer already exists 04:06:18 23a698ce542d: Layer already exists 04:06:18 main: digest: sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:18 ===================================================== [Pipeline] echo 04:06:18 taggedImages: 04:06:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:06:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 04:06:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 04:06:18 [edgeXDocker.push] Tagging docker image core-data with the following tags: 04:06:18 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:18 latest 04:06:18 4.1.0-dev.13 04:06:18 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:18 main 04:06:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:19 + docker push nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:06:19 6f6255293ddc: Preparing 04:06:19 765e9da42708: Preparing 04:06:19 9a4fa2c9152e: Preparing 04:06:19 51ff62d3131d: Preparing 04:06:19 674d9a04f2f2: Preparing 04:06:19 95d1903ad038: Preparing 04:06:19 994456c4fd7b: Preparing 04:06:19 95d1903ad038: Waiting 04:06:19 994456c4fd7b: Waiting 04:06:19 9a4fa2c9152e: Layer already exists 04:06:19 51ff62d3131d: Layer already exists 04:06:19 674d9a04f2f2: Pushed 04:06:19 994456c4fd7b: Layer already exists 04:06:19 6f6255293ddc: Pushed 04:06:19 95d1903ad038: Pushed 04:06:22 765e9da42708: Pushed 04:06:22 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:22 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 04:06:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:06:22 6f6255293ddc: Preparing 04:06:22 765e9da42708: Preparing 04:06:22 9a4fa2c9152e: Preparing 04:06:22 51ff62d3131d: Preparing 04:06:22 674d9a04f2f2: Preparing 04:06:22 95d1903ad038: Preparing 04:06:22 994456c4fd7b: Preparing 04:06:22 95d1903ad038: Waiting 04:06:22 994456c4fd7b: Waiting 04:06:22 51ff62d3131d: Layer already exists 04:06:22 674d9a04f2f2: Layer already exists 04:06:22 765e9da42708: Layer already exists 04:06:22 6f6255293ddc: Layer already exists 04:06:22 9a4fa2c9152e: Layer already exists 04:06:22 95d1903ad038: Layer already exists 04:06:22 994456c4fd7b: Layer already exists 04:06:22 latest: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:23 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 04:06:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:06:23 6f6255293ddc: Preparing 04:06:23 765e9da42708: Preparing 04:06:23 9a4fa2c9152e: Preparing 04:06:23 51ff62d3131d: Preparing 04:06:23 674d9a04f2f2: Preparing 04:06:23 95d1903ad038: Preparing 04:06:23 994456c4fd7b: Preparing 04:06:23 95d1903ad038: Waiting 04:06:23 994456c4fd7b: Waiting 04:06:23 765e9da42708: Layer already exists 04:06:23 51ff62d3131d: Layer already exists 04:06:23 674d9a04f2f2: Layer already exists 04:06:23 9a4fa2c9152e: Layer already exists 04:06:23 6f6255293ddc: Layer already exists 04:06:23 994456c4fd7b: Layer already exists 04:06:23 95d1903ad038: Layer already exists 04:06:23 4.1.0-dev.13: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:23 + docker push nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:06:23 6f6255293ddc: Preparing 04:06:23 765e9da42708: Preparing 04:06:23 9a4fa2c9152e: Preparing 04:06:23 51ff62d3131d: Preparing 04:06:23 674d9a04f2f2: Preparing 04:06:23 95d1903ad038: Preparing 04:06:23 994456c4fd7b: Preparing 04:06:23 95d1903ad038: Waiting 04:06:23 765e9da42708: Layer already exists 04:06:23 9a4fa2c9152e: Layer already exists 04:06:23 674d9a04f2f2: Layer already exists 04:06:23 51ff62d3131d: Layer already exists 04:06:23 6f6255293ddc: Layer already exists 04:06:23 95d1903ad038: Layer already exists 04:06:23 994456c4fd7b: Layer already exists 04:06:23 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:24 + docker push nexus3.edgexfoundry.org:10004/core-data:main 04:06:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:06:24 6f6255293ddc: Preparing 04:06:24 765e9da42708: Preparing 04:06:24 9a4fa2c9152e: Preparing 04:06:24 51ff62d3131d: Preparing 04:06:24 674d9a04f2f2: Preparing 04:06:24 95d1903ad038: Preparing 04:06:24 994456c4fd7b: Preparing 04:06:24 95d1903ad038: Waiting 04:06:24 51ff62d3131d: Layer already exists 04:06:24 674d9a04f2f2: Layer already exists 04:06:24 765e9da42708: Layer already exists 04:06:24 9a4fa2c9152e: Layer already exists 04:06:24 6f6255293ddc: Layer already exists 04:06:24 95d1903ad038: Layer already exists 04:06:24 994456c4fd7b: Layer already exists 04:06:24 main: digest: sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:24 ===================================================== [Pipeline] echo 04:06:24 taggedImages: 04:06:24 - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:24 - nexus3.edgexfoundry.org:10004/core-data:latest 04:06:24 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 04:06:24 - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:24 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 04:06:24 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 04:06:24 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:24 latest 04:06:24 4.1.0-dev.13 04:06:24 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:24 main 04:06:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:06:25 2b3a6b2b1a43: Preparing 04:06:25 ca7ba42ebbe4: Preparing 04:06:25 51ff62d3131d: Preparing 04:06:25 7eaf7b3439ce: Preparing 04:06:25 25b41ed23ad4: Preparing 04:06:25 994456c4fd7b: Preparing 04:06:25 51ff62d3131d: Layer already exists 04:06:25 994456c4fd7b: Layer already exists 04:06:25 25b41ed23ad4: Pushed 04:06:25 7eaf7b3439ce: Pushed 04:06:25 2b3a6b2b1a43: Pushed 04:06:27 ca7ba42ebbe4: Pushed 04:06:27 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:28 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 04:06:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:06:28 2b3a6b2b1a43: Preparing 04:06:28 ca7ba42ebbe4: Preparing 04:06:28 51ff62d3131d: Preparing 04:06:28 7eaf7b3439ce: Preparing 04:06:28 25b41ed23ad4: Preparing 04:06:28 994456c4fd7b: Preparing 04:06:28 994456c4fd7b: Waiting 04:06:28 51ff62d3131d: Layer already exists 04:06:28 2b3a6b2b1a43: Layer already exists 04:06:28 ca7ba42ebbe4: Layer already exists 04:06:28 7eaf7b3439ce: Layer already exists 04:06:28 25b41ed23ad4: Layer already exists 04:06:28 994456c4fd7b: Layer already exists 04:06:28 latest: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:28 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 04:06:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:06:29 2b3a6b2b1a43: Preparing 04:06:29 ca7ba42ebbe4: Preparing 04:06:29 51ff62d3131d: Preparing 04:06:29 7eaf7b3439ce: Preparing 04:06:29 25b41ed23ad4: Preparing 04:06:29 994456c4fd7b: Preparing 04:06:29 7eaf7b3439ce: Layer already exists 04:06:29 25b41ed23ad4: Layer already exists 04:06:29 51ff62d3131d: Layer already exists 04:06:29 2b3a6b2b1a43: Layer already exists 04:06:29 ca7ba42ebbe4: Layer already exists 04:06:29 994456c4fd7b: Layer already exists 04:06:29 4.1.0-dev.13: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:06:29 2b3a6b2b1a43: Preparing 04:06:29 ca7ba42ebbe4: Preparing 04:06:29 51ff62d3131d: Preparing 04:06:29 7eaf7b3439ce: Preparing 04:06:29 25b41ed23ad4: Preparing 04:06:29 994456c4fd7b: Preparing 04:06:29 51ff62d3131d: Layer already exists 04:06:29 2b3a6b2b1a43: Layer already exists 04:06:29 ca7ba42ebbe4: Layer already exists 04:06:29 7eaf7b3439ce: Layer already exists 04:06:29 25b41ed23ad4: Layer already exists 04:06:29 994456c4fd7b: Layer already exists 04:06:29 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 04:06:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:06:30 2b3a6b2b1a43: Preparing 04:06:30 ca7ba42ebbe4: Preparing 04:06:30 51ff62d3131d: Preparing 04:06:30 7eaf7b3439ce: Preparing 04:06:30 25b41ed23ad4: Preparing 04:06:30 994456c4fd7b: Preparing 04:06:30 994456c4fd7b: Waiting 04:06:30 2b3a6b2b1a43: Layer already exists 04:06:30 7eaf7b3439ce: Layer already exists 04:06:30 51ff62d3131d: Layer already exists 04:06:30 25b41ed23ad4: Layer already exists 04:06:30 ca7ba42ebbe4: Layer already exists 04:06:30 994456c4fd7b: Layer already exists 04:06:30 main: digest: sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:30 ===================================================== [Pipeline] echo 04:06:30 taggedImages: 04:06:30 - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:30 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:06:30 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 04:06:30 - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:30 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 04:06:30 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 04:06:30 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:30 latest 04:06:30 4.1.0-dev.13 04:06:30 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:30 main 04:06:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:06:31 935640558743: Preparing 04:06:31 e4de5cf3de9f: Preparing 04:06:31 3a4bc8a0978a: Preparing 04:06:31 9a4fa2c9152e: Preparing 04:06:31 51ff62d3131d: Preparing 04:06:31 09f0f6a9160a: Preparing 04:06:31 23a698ce542d: Preparing 04:06:31 994456c4fd7b: Preparing 04:06:31 09f0f6a9160a: Waiting 04:06:31 23a698ce542d: Waiting 04:06:31 994456c4fd7b: Waiting 04:06:31 9a4fa2c9152e: Layer already exists 04:06:31 51ff62d3131d: Layer already exists 04:06:31 09f0f6a9160a: Layer already exists 04:06:31 23a698ce542d: Layer already exists 04:06:31 e4de5cf3de9f: Pushed 04:06:31 994456c4fd7b: Layer already exists 04:06:31 935640558743: Pushed 04:06:33 3a4bc8a0978a: Pushed 04:06:34 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 04:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:06:34 935640558743: Preparing 04:06:34 e4de5cf3de9f: Preparing 04:06:34 3a4bc8a0978a: Preparing 04:06:34 9a4fa2c9152e: Preparing 04:06:34 51ff62d3131d: Preparing 04:06:34 09f0f6a9160a: Preparing 04:06:34 23a698ce542d: Preparing 04:06:34 994456c4fd7b: Preparing 04:06:34 994456c4fd7b: Waiting 04:06:34 23a698ce542d: Waiting 04:06:34 09f0f6a9160a: Waiting 04:06:34 9a4fa2c9152e: Layer already exists 04:06:34 3a4bc8a0978a: Layer already exists 04:06:34 e4de5cf3de9f: Layer already exists 04:06:34 51ff62d3131d: Layer already exists 04:06:34 935640558743: Layer already exists 04:06:34 09f0f6a9160a: Layer already exists 04:06:34 23a698ce542d: Layer already exists 04:06:34 994456c4fd7b: Layer already exists 04:06:34 latest: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 04:06:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:06:35 935640558743: Preparing 04:06:35 e4de5cf3de9f: Preparing 04:06:35 3a4bc8a0978a: Preparing 04:06:35 9a4fa2c9152e: Preparing 04:06:35 51ff62d3131d: Preparing 04:06:35 09f0f6a9160a: Preparing 04:06:35 23a698ce542d: Preparing 04:06:35 994456c4fd7b: Preparing 04:06:35 09f0f6a9160a: Waiting 04:06:35 23a698ce542d: Waiting 04:06:35 994456c4fd7b: Waiting 04:06:35 3a4bc8a0978a: Layer already exists 04:06:35 935640558743: Layer already exists 04:06:35 e4de5cf3de9f: Layer already exists 04:06:35 9a4fa2c9152e: Layer already exists 04:06:35 51ff62d3131d: Layer already exists 04:06:35 09f0f6a9160a: Layer already exists 04:06:35 23a698ce542d: Layer already exists 04:06:35 994456c4fd7b: Layer already exists 04:06:35 4.1.0-dev.13: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:06:36 935640558743: Preparing 04:06:36 e4de5cf3de9f: Preparing 04:06:36 3a4bc8a0978a: Preparing 04:06:36 9a4fa2c9152e: Preparing 04:06:36 51ff62d3131d: Preparing 04:06:36 09f0f6a9160a: Preparing 04:06:36 23a698ce542d: Preparing 04:06:36 994456c4fd7b: Preparing 04:06:36 09f0f6a9160a: Waiting 04:06:36 23a698ce542d: Waiting 04:06:36 994456c4fd7b: Waiting 04:06:36 3a4bc8a0978a: Layer already exists 04:06:36 935640558743: Layer already exists 04:06:36 e4de5cf3de9f: Layer already exists 04:06:36 9a4fa2c9152e: Layer already exists 04:06:36 51ff62d3131d: Layer already exists 04:06:36 09f0f6a9160a: Layer already exists 04:06:36 23a698ce542d: Layer already exists 04:06:36 994456c4fd7b: Layer already exists 04:06:36 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 04:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:06:36 935640558743: Preparing 04:06:36 e4de5cf3de9f: Preparing 04:06:36 3a4bc8a0978a: Preparing 04:06:36 9a4fa2c9152e: Preparing 04:06:36 51ff62d3131d: Preparing 04:06:36 09f0f6a9160a: Preparing 04:06:36 23a698ce542d: Preparing 04:06:36 994456c4fd7b: Preparing 04:06:36 09f0f6a9160a: Waiting 04:06:36 23a698ce542d: Waiting 04:06:36 935640558743: Layer already exists 04:06:36 51ff62d3131d: Layer already exists 04:06:36 3a4bc8a0978a: Layer already exists 04:06:36 e4de5cf3de9f: Layer already exists 04:06:36 9a4fa2c9152e: Layer already exists 04:06:36 994456c4fd7b: Layer already exists 04:06:36 23a698ce542d: Layer already exists 04:06:36 09f0f6a9160a: Layer already exists 04:06:36 main: digest: sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:36 ===================================================== [Pipeline] echo 04:06:36 taggedImages: 04:06:36 - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:36 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:06:36 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 04:06:36 - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:36 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 04:06:36 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 04:06:36 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:36 latest 04:06:36 4.1.0-dev.13 04:06:36 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:36 main 04:06:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:06:37 d11c057dfb08: Preparing 04:06:37 749e36e0e06d: Preparing 04:06:37 6c2950b42674: Preparing 04:06:37 95bb9d6cdaf8: Preparing 04:06:37 44b82bddeef7: Preparing 04:06:37 5a3b9a7a3285: Preparing 04:06:37 ee2976dd07d4: Preparing 04:06:37 9a4fa2c9152e: Preparing 04:06:37 51ff62d3131d: Preparing 04:06:37 1015f910910d: Preparing 04:06:37 4df552b9c7f9: Preparing 04:06:37 5f70bf18a086: Preparing 04:06:37 3a552e52228d: Preparing 04:06:37 e69cc3cfefa8: Preparing 04:06:37 36528afcb586: Preparing 04:06:37 994456c4fd7b: Preparing 04:06:37 1015f910910d: Waiting 04:06:37 9a4fa2c9152e: Waiting 04:06:37 4df552b9c7f9: Waiting 04:06:37 51ff62d3131d: Waiting 04:06:37 3a552e52228d: Waiting 04:06:37 5f70bf18a086: Waiting 04:06:37 e69cc3cfefa8: Waiting 04:06:37 36528afcb586: Waiting 04:06:37 994456c4fd7b: Waiting 04:06:37 5a3b9a7a3285: Waiting 04:06:37 ee2976dd07d4: Waiting 04:06:37 95bb9d6cdaf8: Pushed 04:06:37 749e36e0e06d: Pushed 04:06:37 44b82bddeef7: Pushed 04:06:37 d11c057dfb08: Pushed 04:06:37 6c2950b42674: Pushed 04:06:37 9a4fa2c9152e: Layer already exists 04:06:37 51ff62d3131d: Layer already exists 04:06:37 5f70bf18a086: Layer already exists 04:06:37 5a3b9a7a3285: Pushed 04:06:37 1015f910910d: Pushed 04:06:37 4df552b9c7f9: Pushed 04:06:37 e69cc3cfefa8: Pushed 04:06:37 3a552e52228d: Pushed 04:06:37 994456c4fd7b: Layer already exists 04:06:37 36528afcb586: Pushed 04:06:39 ee2976dd07d4: Pushed 04:06:39 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:06:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:06:39 d11c057dfb08: Preparing 04:06:39 749e36e0e06d: Preparing 04:06:39 6c2950b42674: Preparing 04:06:39 95bb9d6cdaf8: Preparing 04:06:39 44b82bddeef7: Preparing 04:06:39 5a3b9a7a3285: Preparing 04:06:39 ee2976dd07d4: Preparing 04:06:39 9a4fa2c9152e: Preparing 04:06:39 51ff62d3131d: Preparing 04:06:39 1015f910910d: Preparing 04:06:39 4df552b9c7f9: Preparing 04:06:39 5f70bf18a086: Preparing 04:06:39 3a552e52228d: Preparing 04:06:39 e69cc3cfefa8: Preparing 04:06:39 36528afcb586: Preparing 04:06:39 994456c4fd7b: Preparing 04:06:39 5a3b9a7a3285: Waiting 04:06:39 51ff62d3131d: Waiting 04:06:39 1015f910910d: Waiting 04:06:39 ee2976dd07d4: Waiting 04:06:39 4df552b9c7f9: Waiting 04:06:39 9a4fa2c9152e: Waiting 04:06:39 5f70bf18a086: Waiting 04:06:39 e69cc3cfefa8: Waiting 04:06:39 994456c4fd7b: Waiting 04:06:39 749e36e0e06d: Layer already exists 04:06:39 d11c057dfb08: Layer already exists 04:06:39 44b82bddeef7: Layer already exists 04:06:39 95bb9d6cdaf8: Layer already exists 04:06:39 6c2950b42674: Layer already exists 04:06:39 5a3b9a7a3285: Layer already exists 04:06:39 51ff62d3131d: Layer already exists 04:06:39 9a4fa2c9152e: Layer already exists 04:06:39 1015f910910d: Layer already exists 04:06:39 ee2976dd07d4: Layer already exists 04:06:39 4df552b9c7f9: Layer already exists 04:06:39 5f70bf18a086: Layer already exists 04:06:39 e69cc3cfefa8: Layer already exists 04:06:39 3a552e52228d: Layer already exists 04:06:39 36528afcb586: Layer already exists 04:06:39 994456c4fd7b: Layer already exists 04:06:39 latest: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 04:06:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:06:40 d11c057dfb08: Preparing 04:06:40 749e36e0e06d: Preparing 04:06:40 6c2950b42674: Preparing 04:06:40 95bb9d6cdaf8: Preparing 04:06:40 44b82bddeef7: Preparing 04:06:40 5a3b9a7a3285: Preparing 04:06:40 ee2976dd07d4: Preparing 04:06:40 9a4fa2c9152e: Preparing 04:06:40 51ff62d3131d: Preparing 04:06:40 1015f910910d: Preparing 04:06:40 4df552b9c7f9: Preparing 04:06:40 5f70bf18a086: Preparing 04:06:40 3a552e52228d: Preparing 04:06:40 e69cc3cfefa8: Preparing 04:06:40 36528afcb586: Preparing 04:06:40 994456c4fd7b: Preparing 04:06:40 9a4fa2c9152e: Waiting 04:06:40 51ff62d3131d: Waiting 04:06:40 1015f910910d: Waiting 04:06:40 4df552b9c7f9: Waiting 04:06:40 5f70bf18a086: Waiting 04:06:40 3a552e52228d: Waiting 04:06:40 e69cc3cfefa8: Waiting 04:06:40 36528afcb586: Waiting 04:06:40 5a3b9a7a3285: Waiting 04:06:40 ee2976dd07d4: Waiting 04:06:40 994456c4fd7b: Waiting 04:06:40 d11c057dfb08: Layer already exists 04:06:40 749e36e0e06d: Layer already exists 04:06:40 44b82bddeef7: Layer already exists 04:06:40 6c2950b42674: Layer already exists 04:06:40 95bb9d6cdaf8: Layer already exists 04:06:40 ee2976dd07d4: Layer already exists 04:06:40 1015f910910d: Layer already exists 04:06:40 9a4fa2c9152e: Layer already exists 04:06:40 51ff62d3131d: Layer already exists 04:06:40 5a3b9a7a3285: Layer already exists 04:06:40 4df552b9c7f9: Layer already exists 04:06:40 5f70bf18a086: Layer already exists 04:06:40 3a552e52228d: Layer already exists 04:06:40 e69cc3cfefa8: Layer already exists 04:06:40 36528afcb586: Layer already exists 04:06:40 994456c4fd7b: Layer already exists 04:06:40 4.1.0-dev.13: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:06:41 d11c057dfb08: Preparing 04:06:41 749e36e0e06d: Preparing 04:06:41 6c2950b42674: Preparing 04:06:41 95bb9d6cdaf8: Preparing 04:06:41 44b82bddeef7: Preparing 04:06:41 5a3b9a7a3285: Preparing 04:06:41 ee2976dd07d4: Preparing 04:06:41 9a4fa2c9152e: Preparing 04:06:41 51ff62d3131d: Preparing 04:06:41 1015f910910d: Preparing 04:06:41 4df552b9c7f9: Preparing 04:06:41 5f70bf18a086: Preparing 04:06:41 3a552e52228d: Preparing 04:06:41 e69cc3cfefa8: Preparing 04:06:41 36528afcb586: Preparing 04:06:41 994456c4fd7b: Preparing 04:06:41 36528afcb586: Waiting 04:06:41 994456c4fd7b: Waiting 04:06:41 5f70bf18a086: Waiting 04:06:41 3a552e52228d: Waiting 04:06:41 ee2976dd07d4: Waiting 04:06:41 e69cc3cfefa8: Waiting 04:06:41 9a4fa2c9152e: Waiting 04:06:41 51ff62d3131d: Waiting 04:06:41 1015f910910d: Waiting 04:06:41 4df552b9c7f9: Waiting 04:06:41 5a3b9a7a3285: Waiting 04:06:41 95bb9d6cdaf8: Layer already exists 04:06:41 6c2950b42674: Layer already exists 04:06:41 d11c057dfb08: Layer already exists 04:06:41 749e36e0e06d: Layer already exists 04:06:41 44b82bddeef7: Layer already exists 04:06:41 5a3b9a7a3285: Layer already exists 04:06:41 ee2976dd07d4: Layer already exists 04:06:41 9a4fa2c9152e: Layer already exists 04:06:41 1015f910910d: Layer already exists 04:06:41 51ff62d3131d: Layer already exists 04:06:41 4df552b9c7f9: Layer already exists 04:06:41 5f70bf18a086: Layer already exists 04:06:41 36528afcb586: Layer already exists 04:06:41 3a552e52228d: Layer already exists 04:06:41 e69cc3cfefa8: Layer already exists 04:06:41 994456c4fd7b: Layer already exists 04:06:41 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:06:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:06:41 d11c057dfb08: Preparing 04:06:41 749e36e0e06d: Preparing 04:06:41 6c2950b42674: Preparing 04:06:41 95bb9d6cdaf8: Preparing 04:06:41 44b82bddeef7: Preparing 04:06:41 5a3b9a7a3285: Preparing 04:06:41 ee2976dd07d4: Preparing 04:06:41 9a4fa2c9152e: Preparing 04:06:41 51ff62d3131d: Preparing 04:06:41 1015f910910d: Preparing 04:06:41 4df552b9c7f9: Preparing 04:06:41 5f70bf18a086: Preparing 04:06:41 3a552e52228d: Preparing 04:06:41 e69cc3cfefa8: Preparing 04:06:41 36528afcb586: Preparing 04:06:41 994456c4fd7b: Preparing 04:06:41 4df552b9c7f9: Waiting 04:06:41 5f70bf18a086: Waiting 04:06:41 ee2976dd07d4: Waiting 04:06:41 9a4fa2c9152e: Waiting 04:06:41 3a552e52228d: Waiting 04:06:41 51ff62d3131d: Waiting 04:06:41 1015f910910d: Waiting 04:06:41 e69cc3cfefa8: Waiting 04:06:41 36528afcb586: Waiting 04:06:41 5a3b9a7a3285: Waiting 04:06:41 994456c4fd7b: Waiting 04:06:41 749e36e0e06d: Layer already exists 04:06:41 95bb9d6cdaf8: Layer already exists 04:06:41 44b82bddeef7: Layer already exists 04:06:41 d11c057dfb08: Layer already exists 04:06:41 6c2950b42674: Layer already exists 04:06:41 ee2976dd07d4: Layer already exists 04:06:41 1015f910910d: Layer already exists 04:06:41 51ff62d3131d: Layer already exists 04:06:41 9a4fa2c9152e: Layer already exists 04:06:41 5a3b9a7a3285: Layer already exists 04:06:41 4df552b9c7f9: Layer already exists 04:06:41 3a552e52228d: Layer already exists 04:06:41 5f70bf18a086: Layer already exists 04:06:41 36528afcb586: Layer already exists 04:06:41 994456c4fd7b: Layer already exists 04:06:41 e69cc3cfefa8: Layer already exists 04:06:41 main: digest: sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:41 ===================================================== [Pipeline] echo 04:06:41 taggedImages: 04:06:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:06:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 04:06:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 04:06:41 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 04:06:41 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:41 latest 04:06:41 4.1.0-dev.13 04:06:41 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:41 main 04:06:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:06:42 405293b352fc: Preparing 04:06:42 2be96f1592da: Preparing 04:06:42 16c545a558e4: Preparing 04:06:42 af2d68503e25: Preparing 04:06:42 9a4fa2c9152e: Preparing 04:06:42 51ff62d3131d: Preparing 04:06:42 09f0f6a9160a: Preparing 04:06:42 23a698ce542d: Preparing 04:06:42 994456c4fd7b: Preparing 04:06:42 23a698ce542d: Waiting 04:06:42 09f0f6a9160a: Waiting 04:06:42 994456c4fd7b: Waiting 04:06:42 51ff62d3131d: Waiting 04:06:42 9a4fa2c9152e: Layer already exists 04:06:42 51ff62d3131d: Layer already exists 04:06:42 09f0f6a9160a: Layer already exists 04:06:42 16c545a558e4: Pushed 04:06:42 23a698ce542d: Layer already exists 04:06:42 994456c4fd7b: Layer already exists 04:06:42 2be96f1592da: Pushed 04:06:42 405293b352fc: Pushed 04:06:45 af2d68503e25: Pushed 04:06:45 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:06:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:06:45 405293b352fc: Preparing 04:06:45 2be96f1592da: Preparing 04:06:45 16c545a558e4: Preparing 04:06:45 af2d68503e25: Preparing 04:06:45 9a4fa2c9152e: Preparing 04:06:45 51ff62d3131d: Preparing 04:06:45 09f0f6a9160a: Preparing 04:06:45 23a698ce542d: Preparing 04:06:45 994456c4fd7b: Preparing 04:06:45 51ff62d3131d: Waiting 04:06:45 09f0f6a9160a: Waiting 04:06:45 994456c4fd7b: Waiting 04:06:45 23a698ce542d: Waiting 04:06:45 16c545a558e4: Layer already exists 04:06:45 9a4fa2c9152e: Layer already exists 04:06:45 2be96f1592da: Layer already exists 04:06:45 405293b352fc: Layer already exists 04:06:45 af2d68503e25: Layer already exists 04:06:45 09f0f6a9160a: Layer already exists 04:06:45 51ff62d3131d: Layer already exists 04:06:45 994456c4fd7b: Layer already exists 04:06:45 23a698ce542d: Layer already exists 04:06:45 latest: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 04:06:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:06:46 405293b352fc: Preparing 04:06:46 2be96f1592da: Preparing 04:06:46 16c545a558e4: Preparing 04:06:46 af2d68503e25: Preparing 04:06:46 9a4fa2c9152e: Preparing 04:06:46 51ff62d3131d: Preparing 04:06:46 09f0f6a9160a: Preparing 04:06:46 23a698ce542d: Preparing 04:06:46 994456c4fd7b: Preparing 04:06:46 23a698ce542d: Waiting 04:06:46 16c545a558e4: Layer already exists 04:06:46 2be96f1592da: Layer already exists 04:06:46 af2d68503e25: Layer already exists 04:06:46 9a4fa2c9152e: Layer already exists 04:06:46 405293b352fc: Layer already exists 04:06:46 994456c4fd7b: Layer already exists 04:06:46 51ff62d3131d: Layer already exists 04:06:46 09f0f6a9160a: Layer already exists 04:06:46 23a698ce542d: Layer already exists 04:06:46 4.1.0-dev.13: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:06:47 405293b352fc: Preparing 04:06:47 2be96f1592da: Preparing 04:06:47 16c545a558e4: Preparing 04:06:47 af2d68503e25: Preparing 04:06:47 9a4fa2c9152e: Preparing 04:06:47 51ff62d3131d: Preparing 04:06:47 09f0f6a9160a: Preparing 04:06:47 23a698ce542d: Preparing 04:06:47 994456c4fd7b: Preparing 04:06:47 23a698ce542d: Waiting 04:06:47 994456c4fd7b: Waiting 04:06:47 51ff62d3131d: Waiting 04:06:47 09f0f6a9160a: Waiting 04:06:47 16c545a558e4: Layer already exists 04:06:47 9a4fa2c9152e: Layer already exists 04:06:47 af2d68503e25: Layer already exists 04:06:47 405293b352fc: Layer already exists 04:06:47 2be96f1592da: Layer already exists 04:06:47 51ff62d3131d: Layer already exists 04:06:47 09f0f6a9160a: Layer already exists 04:06:47 23a698ce542d: Layer already exists 04:06:47 994456c4fd7b: Layer already exists 04:06:47 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:06:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:06:47 405293b352fc: Preparing 04:06:47 2be96f1592da: Preparing 04:06:47 16c545a558e4: Preparing 04:06:47 af2d68503e25: Preparing 04:06:47 9a4fa2c9152e: Preparing 04:06:47 51ff62d3131d: Preparing 04:06:47 09f0f6a9160a: Preparing 04:06:47 23a698ce542d: Preparing 04:06:47 994456c4fd7b: Preparing 04:06:47 994456c4fd7b: Waiting 04:06:47 51ff62d3131d: Waiting 04:06:47 23a698ce542d: Waiting 04:06:47 09f0f6a9160a: Waiting 04:06:47 16c545a558e4: Layer already exists 04:06:47 405293b352fc: Layer already exists 04:06:47 af2d68503e25: Layer already exists 04:06:47 2be96f1592da: Layer already exists 04:06:47 9a4fa2c9152e: Layer already exists 04:06:47 23a698ce542d: Layer already exists 04:06:47 51ff62d3131d: Layer already exists 04:06:47 994456c4fd7b: Layer already exists 04:06:47 09f0f6a9160a: Layer already exists 04:06:47 main: digest: sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:47 ===================================================== [Pipeline] echo 04:06:47 taggedImages: 04:06:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:06:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 04:06:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 04:06:47 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 04:06:47 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:47 latest 04:06:47 4.1.0-dev.13 04:06:47 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:47 main 04:06:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:06:48 73c68a92ec10: Preparing 04:06:48 a8765d0e242d: Preparing 04:06:48 799e498515a4: Preparing 04:06:48 176f2ce2bde1: Preparing 04:06:48 82fa86be554b: Preparing 04:06:48 9a4fa2c9152e: Preparing 04:06:48 51ff62d3131d: Preparing 04:06:48 265e9a1d0f3e: Preparing 04:06:48 469c98b6e0dd: Preparing 04:06:48 9a3b2ac65e00: Preparing 04:06:48 994456c4fd7b: Preparing 04:06:48 9a4fa2c9152e: Waiting 04:06:48 51ff62d3131d: Waiting 04:06:48 265e9a1d0f3e: Waiting 04:06:48 469c98b6e0dd: Waiting 04:06:48 9a3b2ac65e00: Waiting 04:06:48 994456c4fd7b: Waiting 04:06:48 176f2ce2bde1: Pushed 04:06:48 a8765d0e242d: Pushed 04:06:48 82fa86be554b: Pushed 04:06:48 73c68a92ec10: Pushed 04:06:48 9a4fa2c9152e: Layer already exists 04:06:48 51ff62d3131d: Layer already exists 04:06:48 994456c4fd7b: Layer already exists 04:06:48 265e9a1d0f3e: Pushed 04:06:48 469c98b6e0dd: Pushed 04:06:50 9a3b2ac65e00: Pushed 04:06:50 799e498515a4: Pushed 04:06:50 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:06:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:06:51 73c68a92ec10: Preparing 04:06:51 a8765d0e242d: Preparing 04:06:51 799e498515a4: Preparing 04:06:51 176f2ce2bde1: Preparing 04:06:51 82fa86be554b: Preparing 04:06:51 9a4fa2c9152e: Preparing 04:06:51 51ff62d3131d: Preparing 04:06:51 265e9a1d0f3e: Preparing 04:06:51 469c98b6e0dd: Preparing 04:06:51 9a3b2ac65e00: Preparing 04:06:51 994456c4fd7b: Preparing 04:06:51 9a4fa2c9152e: Waiting 04:06:51 51ff62d3131d: Waiting 04:06:51 469c98b6e0dd: Waiting 04:06:51 9a3b2ac65e00: Waiting 04:06:51 265e9a1d0f3e: Waiting 04:06:51 994456c4fd7b: Waiting 04:06:51 82fa86be554b: Layer already exists 04:06:51 176f2ce2bde1: Layer already exists 04:06:51 799e498515a4: Layer already exists 04:06:51 a8765d0e242d: Layer already exists 04:06:51 73c68a92ec10: Layer already exists 04:06:51 9a4fa2c9152e: Layer already exists 04:06:51 51ff62d3131d: Layer already exists 04:06:51 265e9a1d0f3e: Layer already exists 04:06:51 469c98b6e0dd: Layer already exists 04:06:51 9a3b2ac65e00: Layer already exists 04:06:51 994456c4fd7b: Layer already exists 04:06:51 latest: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 04:06:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:06:52 73c68a92ec10: Preparing 04:06:52 a8765d0e242d: Preparing 04:06:52 799e498515a4: Preparing 04:06:52 176f2ce2bde1: Preparing 04:06:52 82fa86be554b: Preparing 04:06:52 9a4fa2c9152e: Preparing 04:06:52 51ff62d3131d: Preparing 04:06:52 265e9a1d0f3e: Preparing 04:06:52 469c98b6e0dd: Preparing 04:06:52 9a3b2ac65e00: Preparing 04:06:52 994456c4fd7b: Preparing 04:06:52 265e9a1d0f3e: Waiting 04:06:52 994456c4fd7b: Waiting 04:06:52 469c98b6e0dd: Waiting 04:06:52 9a3b2ac65e00: Waiting 04:06:52 9a4fa2c9152e: Waiting 04:06:52 51ff62d3131d: Waiting 04:06:52 82fa86be554b: Layer already exists 04:06:52 176f2ce2bde1: Layer already exists 04:06:52 73c68a92ec10: Layer already exists 04:06:52 799e498515a4: Layer already exists 04:06:52 a8765d0e242d: Layer already exists 04:06:52 9a4fa2c9152e: Layer already exists 04:06:52 51ff62d3131d: Layer already exists 04:06:52 9a3b2ac65e00: Layer already exists 04:06:52 265e9a1d0f3e: Layer already exists 04:06:52 469c98b6e0dd: Layer already exists 04:06:52 994456c4fd7b: Layer already exists 04:06:52 4.1.0-dev.13: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:06:52 73c68a92ec10: Preparing 04:06:52 a8765d0e242d: Preparing 04:06:52 799e498515a4: Preparing 04:06:52 176f2ce2bde1: Preparing 04:06:52 82fa86be554b: Preparing 04:06:52 9a4fa2c9152e: Preparing 04:06:52 51ff62d3131d: Preparing 04:06:52 265e9a1d0f3e: Preparing 04:06:52 469c98b6e0dd: Preparing 04:06:52 9a3b2ac65e00: Preparing 04:06:52 994456c4fd7b: Preparing 04:06:52 265e9a1d0f3e: Waiting 04:06:52 469c98b6e0dd: Waiting 04:06:52 9a3b2ac65e00: Waiting 04:06:52 994456c4fd7b: Waiting 04:06:52 9a4fa2c9152e: Waiting 04:06:52 51ff62d3131d: Waiting 04:06:52 176f2ce2bde1: Layer already exists 04:06:52 a8765d0e242d: Layer already exists 04:06:52 73c68a92ec10: Layer already exists 04:06:52 82fa86be554b: Layer already exists 04:06:52 799e498515a4: Layer already exists 04:06:52 469c98b6e0dd: Layer already exists 04:06:52 9a4fa2c9152e: Layer already exists 04:06:52 51ff62d3131d: Layer already exists 04:06:52 265e9a1d0f3e: Layer already exists 04:06:52 9a3b2ac65e00: Layer already exists 04:06:52 994456c4fd7b: Layer already exists 04:06:52 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:06:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:06:53 73c68a92ec10: Preparing 04:06:53 a8765d0e242d: Preparing 04:06:53 799e498515a4: Preparing 04:06:53 176f2ce2bde1: Preparing 04:06:53 82fa86be554b: Preparing 04:06:53 9a4fa2c9152e: Preparing 04:06:53 51ff62d3131d: Preparing 04:06:53 265e9a1d0f3e: Preparing 04:06:53 469c98b6e0dd: Preparing 04:06:53 9a3b2ac65e00: Preparing 04:06:53 994456c4fd7b: Preparing 04:06:53 469c98b6e0dd: Waiting 04:06:53 9a3b2ac65e00: Waiting 04:06:53 994456c4fd7b: Waiting 04:06:53 9a4fa2c9152e: Waiting 04:06:53 265e9a1d0f3e: Waiting 04:06:53 51ff62d3131d: Waiting 04:06:53 73c68a92ec10: Layer already exists 04:06:53 176f2ce2bde1: Layer already exists 04:06:53 82fa86be554b: Layer already exists 04:06:53 799e498515a4: Layer already exists 04:06:53 a8765d0e242d: Layer already exists 04:06:53 51ff62d3131d: Layer already exists 04:06:53 265e9a1d0f3e: Layer already exists 04:06:53 469c98b6e0dd: Layer already exists 04:06:53 9a3b2ac65e00: Layer already exists 04:06:53 9a4fa2c9152e: Layer already exists 04:06:53 994456c4fd7b: Layer already exists 04:06:53 main: digest: sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:53 ===================================================== [Pipeline] echo 04:06:53 taggedImages: 04:06:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:06:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 04:06:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 04:06:53 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 04:06:53 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:53 latest 04:06:53 4.1.0-dev.13 04:06:53 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:53 main 04:06:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:06:54 59226f41b43c: Preparing 04:06:54 c99395f625ca: Preparing 04:06:54 37eaf88e58dc: Preparing 04:06:54 ecaeb8ab0df4: Preparing 04:06:54 b8490db56cf9: Preparing 04:06:54 4c198d83b445: Preparing 04:06:54 6745812eb4e6: Preparing 04:06:54 9a4fa2c9152e: Preparing 04:06:54 51ff62d3131d: Preparing 04:06:54 35ab99cada67: Preparing 04:06:54 2de55f66af77: Preparing 04:06:54 994456c4fd7b: Preparing 04:06:54 51ff62d3131d: Waiting 04:06:54 35ab99cada67: Waiting 04:06:54 994456c4fd7b: Waiting 04:06:54 4c198d83b445: Waiting 04:06:54 2de55f66af77: Waiting 04:06:54 6745812eb4e6: Waiting 04:06:54 9a4fa2c9152e: Waiting 04:06:54 c99395f625ca: Pushed 04:06:54 b8490db56cf9: Pushed 04:06:54 59226f41b43c: Pushed 04:06:54 9a4fa2c9152e: Layer already exists 04:06:54 51ff62d3131d: Layer already exists 04:06:54 4c198d83b445: Pushed 04:06:54 6745812eb4e6: Pushed 04:06:54 994456c4fd7b: Layer already exists 04:06:54 35ab99cada67: Pushed 04:06:56 2de55f66af77: Pushed 04:06:56 ecaeb8ab0df4: Pushed 04:06:57 37eaf88e58dc: Pushed 04:06:57 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:06:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:06:57 59226f41b43c: Preparing 04:06:57 c99395f625ca: Preparing 04:06:57 37eaf88e58dc: Preparing 04:06:57 ecaeb8ab0df4: Preparing 04:06:57 b8490db56cf9: Preparing 04:06:57 4c198d83b445: Preparing 04:06:57 6745812eb4e6: Preparing 04:06:57 9a4fa2c9152e: Preparing 04:06:57 51ff62d3131d: Preparing 04:06:57 35ab99cada67: Preparing 04:06:57 2de55f66af77: Preparing 04:06:57 994456c4fd7b: Preparing 04:06:57 9a4fa2c9152e: Waiting 04:06:57 51ff62d3131d: Waiting 04:06:57 35ab99cada67: Waiting 04:06:57 2de55f66af77: Waiting 04:06:57 4c198d83b445: Waiting 04:06:57 6745812eb4e6: Waiting 04:06:57 994456c4fd7b: Waiting 04:06:57 b8490db56cf9: Layer already exists 04:06:57 37eaf88e58dc: Layer already exists 04:06:57 c99395f625ca: Layer already exists 04:06:57 ecaeb8ab0df4: Layer already exists 04:06:57 59226f41b43c: Layer already exists 04:06:57 4c198d83b445: Layer already exists 04:06:57 51ff62d3131d: Layer already exists 04:06:57 9a4fa2c9152e: Layer already exists 04:06:57 6745812eb4e6: Layer already exists 04:06:57 35ab99cada67: Layer already exists 04:06:57 2de55f66af77: Layer already exists 04:06:57 994456c4fd7b: Layer already exists 04:06:57 latest: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 04:06:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:06:58 59226f41b43c: Preparing 04:06:58 c99395f625ca: Preparing 04:06:58 37eaf88e58dc: Preparing 04:06:58 ecaeb8ab0df4: Preparing 04:06:58 b8490db56cf9: Preparing 04:06:58 4c198d83b445: Preparing 04:06:58 6745812eb4e6: Preparing 04:06:58 9a4fa2c9152e: Preparing 04:06:58 51ff62d3131d: Preparing 04:06:58 35ab99cada67: Preparing 04:06:58 2de55f66af77: Preparing 04:06:58 994456c4fd7b: Preparing 04:06:58 4c198d83b445: Waiting 04:06:58 6745812eb4e6: Waiting 04:06:58 9a4fa2c9152e: Waiting 04:06:58 2de55f66af77: Waiting 04:06:58 51ff62d3131d: Waiting 04:06:58 35ab99cada67: Waiting 04:06:58 37eaf88e58dc: Layer already exists 04:06:58 ecaeb8ab0df4: Layer already exists 04:06:58 59226f41b43c: Layer already exists 04:06:58 b8490db56cf9: Layer already exists 04:06:58 c99395f625ca: Layer already exists 04:06:58 4c198d83b445: Layer already exists 04:06:58 6745812eb4e6: Layer already exists 04:06:58 35ab99cada67: Layer already exists 04:06:58 51ff62d3131d: Layer already exists 04:06:58 9a4fa2c9152e: Layer already exists 04:06:58 2de55f66af77: Layer already exists 04:06:58 994456c4fd7b: Layer already exists 04:06:58 4.1.0-dev.13: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:06:59 59226f41b43c: Preparing 04:06:59 c99395f625ca: Preparing 04:06:59 37eaf88e58dc: Preparing 04:06:59 ecaeb8ab0df4: Preparing 04:06:59 b8490db56cf9: Preparing 04:06:59 4c198d83b445: Preparing 04:06:59 6745812eb4e6: Preparing 04:06:59 9a4fa2c9152e: Preparing 04:06:59 51ff62d3131d: Preparing 04:06:59 35ab99cada67: Preparing 04:06:59 2de55f66af77: Preparing 04:06:59 994456c4fd7b: Preparing 04:06:59 2de55f66af77: Waiting 04:06:59 35ab99cada67: Waiting 04:06:59 51ff62d3131d: Waiting 04:06:59 6745812eb4e6: Waiting 04:06:59 9a4fa2c9152e: Waiting 04:06:59 994456c4fd7b: Waiting 04:06:59 4c198d83b445: Waiting 04:06:59 59226f41b43c: Layer already exists 04:06:59 ecaeb8ab0df4: Layer already exists 04:06:59 37eaf88e58dc: Layer already exists 04:06:59 c99395f625ca: Layer already exists 04:06:59 b8490db56cf9: Layer already exists 04:06:59 6745812eb4e6: Layer already exists 04:06:59 51ff62d3131d: Layer already exists 04:06:59 35ab99cada67: Layer already exists 04:06:59 4c198d83b445: Layer already exists 04:06:59 9a4fa2c9152e: Layer already exists 04:06:59 2de55f66af77: Layer already exists 04:06:59 994456c4fd7b: Layer already exists 04:06:59 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:06:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:06:59 59226f41b43c: Preparing 04:06:59 c99395f625ca: Preparing 04:06:59 37eaf88e58dc: Preparing 04:06:59 ecaeb8ab0df4: Preparing 04:06:59 b8490db56cf9: Preparing 04:06:59 4c198d83b445: Preparing 04:06:59 6745812eb4e6: Preparing 04:06:59 9a4fa2c9152e: Preparing 04:06:59 51ff62d3131d: Preparing 04:06:59 35ab99cada67: Preparing 04:06:59 2de55f66af77: Preparing 04:06:59 994456c4fd7b: Preparing 04:06:59 51ff62d3131d: Waiting 04:06:59 9a4fa2c9152e: Waiting 04:06:59 4c198d83b445: Waiting 04:06:59 35ab99cada67: Waiting 04:06:59 2de55f66af77: Waiting 04:06:59 994456c4fd7b: Waiting 04:06:59 6745812eb4e6: Waiting 04:06:59 59226f41b43c: Layer already exists 04:06:59 b8490db56cf9: Layer already exists 04:06:59 ecaeb8ab0df4: Layer already exists 04:06:59 37eaf88e58dc: Layer already exists 04:06:59 c99395f625ca: Layer already exists 04:06:59 4c198d83b445: Layer already exists 04:06:59 9a4fa2c9152e: Layer already exists 04:06:59 35ab99cada67: Layer already exists 04:06:59 6745812eb4e6: Layer already exists 04:06:59 51ff62d3131d: Layer already exists 04:06:59 2de55f66af77: Layer already exists 04:06:59 994456c4fd7b: Layer already exists 04:06:59 main: digest: sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:06:59 ===================================================== [Pipeline] echo 04:06:59 taggedImages: 04:06:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:06:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 04:06:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 04:06:59 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 04:06:59 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:06:59 latest 04:06:59 4.1.0-dev.13 04:06:59 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:06:59 main 04:06:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:00 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:07:00 f5b3e47c06de: Preparing 04:07:00 cf8be386cceb: Preparing 04:07:00 9a4fa2c9152e: Preparing 04:07:00 51ff62d3131d: Preparing 04:07:00 f2f85e80ac87: Preparing 04:07:00 5672472365fa: Preparing 04:07:00 994456c4fd7b: Preparing 04:07:00 5672472365fa: Waiting 04:07:00 51ff62d3131d: Layer already exists 04:07:00 9a4fa2c9152e: Layer already exists 04:07:00 994456c4fd7b: Layer already exists 04:07:00 f2f85e80ac87: Pushed 04:07:00 f5b3e47c06de: Pushed 04:07:01 5672472365fa: Pushed 04:07:03 cf8be386cceb: Pushed 04:07:03 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:04 + 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 04:07:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:07:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:07:04 f5b3e47c06de: Preparing 04:07:04 cf8be386cceb: Preparing 04:07:04 9a4fa2c9152e: Preparing 04:07:04 51ff62d3131d: Preparing 04:07:04 f2f85e80ac87: Preparing 04:07:04 5672472365fa: Preparing 04:07:04 994456c4fd7b: Preparing 04:07:04 5672472365fa: Waiting 04:07:04 994456c4fd7b: Waiting 04:07:04 51ff62d3131d: Layer already exists 04:07:04 cf8be386cceb: Layer already exists 04:07:04 9a4fa2c9152e: Layer already exists 04:07:04 f5b3e47c06de: Layer already exists 04:07:04 f2f85e80ac87: Layer already exists 04:07:04 5672472365fa: Layer already exists 04:07:04 994456c4fd7b: Layer already exists 04:07:04 latest: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:04 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 04:07:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:07:05 f5b3e47c06de: Preparing 04:07:05 cf8be386cceb: Preparing 04:07:05 9a4fa2c9152e: Preparing 04:07:05 51ff62d3131d: Preparing 04:07:05 f2f85e80ac87: Preparing 04:07:05 5672472365fa: Preparing 04:07:05 994456c4fd7b: Preparing 04:07:05 5672472365fa: Waiting 04:07:05 f5b3e47c06de: Layer already exists 04:07:05 f2f85e80ac87: Layer already exists 04:07:05 cf8be386cceb: Layer already exists 04:07:05 51ff62d3131d: Layer already exists 04:07:05 9a4fa2c9152e: Layer already exists 04:07:05 994456c4fd7b: Layer already exists 04:07:05 5672472365fa: Layer already exists 04:07:05 4.1.0-dev.13: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:07:05 f5b3e47c06de: Preparing 04:07:05 cf8be386cceb: Preparing 04:07:05 9a4fa2c9152e: Preparing 04:07:05 51ff62d3131d: Preparing 04:07:05 f2f85e80ac87: Preparing 04:07:05 5672472365fa: Preparing 04:07:05 994456c4fd7b: Preparing 04:07:05 5672472365fa: Waiting 04:07:05 994456c4fd7b: Waiting 04:07:05 9a4fa2c9152e: Layer already exists 04:07:05 f2f85e80ac87: Layer already exists 04:07:05 cf8be386cceb: Layer already exists 04:07:05 f5b3e47c06de: Layer already exists 04:07:05 51ff62d3131d: Layer already exists 04:07:05 5672472365fa: Layer already exists 04:07:05 994456c4fd7b: Layer already exists 04:07:05 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:06 + 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 04:07:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:07:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:07:06 f5b3e47c06de: Preparing 04:07:06 cf8be386cceb: Preparing 04:07:06 9a4fa2c9152e: Preparing 04:07:06 51ff62d3131d: Preparing 04:07:06 f2f85e80ac87: Preparing 04:07:06 5672472365fa: Preparing 04:07:06 994456c4fd7b: Preparing 04:07:06 5672472365fa: Waiting 04:07:06 994456c4fd7b: Waiting 04:07:06 51ff62d3131d: Layer already exists 04:07:06 f2f85e80ac87: Layer already exists 04:07:06 f5b3e47c06de: Layer already exists 04:07:06 cf8be386cceb: Layer already exists 04:07:06 9a4fa2c9152e: Layer already exists 04:07:06 5672472365fa: Layer already exists 04:07:06 994456c4fd7b: Layer already exists 04:07:06 main: digest: sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:07:06 ===================================================== [Pipeline] echo 04:07:06 taggedImages: 04:07:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:07:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 04:07:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 04:07:06 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 04:07:06 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:06 latest 04:07:06 4.1.0-dev.13 04:07:06 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:06 main 04:07:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:07:07 b47850c6aa95: Preparing 04:07:07 9104e45ff5d1: Preparing 04:07:07 55d0f3612e78: Preparing 04:07:07 9a4fa2c9152e: Preparing 04:07:07 51ff62d3131d: Preparing 04:07:07 c3f06dd09433: Preparing 04:07:07 c78f53e2a325: Preparing 04:07:07 4e8bbadfce60: Preparing 04:07:07 0a1d0bf184bf: Preparing 04:07:07 994456c4fd7b: Preparing 04:07:07 4e8bbadfce60: Waiting 04:07:07 0a1d0bf184bf: Waiting 04:07:07 994456c4fd7b: Waiting 04:07:07 c3f06dd09433: Waiting 04:07:07 c78f53e2a325: Waiting 04:07:07 51ff62d3131d: Layer already exists 04:07:07 9a4fa2c9152e: Layer already exists 04:07:07 55d0f3612e78: Pushed 04:07:07 b47850c6aa95: Pushed 04:07:07 9104e45ff5d1: Pushed 04:07:07 994456c4fd7b: Layer already exists 04:07:07 4e8bbadfce60: Pushed 04:07:07 0a1d0bf184bf: Pushed 04:07:11 c78f53e2a325: Pushed 04:07:18 c3f06dd09433: Pushed 04:07:18 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:07:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:07:19 b47850c6aa95: Preparing 04:07:19 9104e45ff5d1: Preparing 04:07:19 55d0f3612e78: Preparing 04:07:19 9a4fa2c9152e: Preparing 04:07:19 51ff62d3131d: Preparing 04:07:19 c3f06dd09433: Preparing 04:07:19 c78f53e2a325: Preparing 04:07:19 4e8bbadfce60: Preparing 04:07:19 0a1d0bf184bf: Preparing 04:07:19 994456c4fd7b: Preparing 04:07:19 c3f06dd09433: Waiting 04:07:19 c78f53e2a325: Waiting 04:07:19 4e8bbadfce60: Waiting 04:07:19 994456c4fd7b: Waiting 04:07:19 0a1d0bf184bf: Waiting 04:07:19 51ff62d3131d: Layer already exists 04:07:19 9104e45ff5d1: Layer already exists 04:07:19 b47850c6aa95: Layer already exists 04:07:19 9a4fa2c9152e: Layer already exists 04:07:19 55d0f3612e78: Layer already exists 04:07:19 c78f53e2a325: Layer already exists 04:07:19 c3f06dd09433: Layer already exists 04:07:19 4e8bbadfce60: Layer already exists 04:07:19 994456c4fd7b: Layer already exists 04:07:19 0a1d0bf184bf: Layer already exists 04:07:19 latest: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 04:07:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:07:19 b47850c6aa95: Preparing 04:07:19 9104e45ff5d1: Preparing 04:07:19 55d0f3612e78: Preparing 04:07:19 9a4fa2c9152e: Preparing 04:07:19 51ff62d3131d: Preparing 04:07:19 c3f06dd09433: Preparing 04:07:19 c78f53e2a325: Preparing 04:07:19 4e8bbadfce60: Preparing 04:07:19 0a1d0bf184bf: Preparing 04:07:19 994456c4fd7b: Preparing 04:07:19 c3f06dd09433: Waiting 04:07:19 c78f53e2a325: Waiting 04:07:19 994456c4fd7b: Waiting 04:07:19 4e8bbadfce60: Waiting 04:07:19 0a1d0bf184bf: Waiting 04:07:19 b47850c6aa95: Layer already exists 04:07:19 55d0f3612e78: Layer already exists 04:07:19 9104e45ff5d1: Layer already exists 04:07:19 51ff62d3131d: Layer already exists 04:07:19 9a4fa2c9152e: Layer already exists 04:07:19 c78f53e2a325: Layer already exists 04:07:19 4e8bbadfce60: Layer already exists 04:07:19 c3f06dd09433: Layer already exists 04:07:19 0a1d0bf184bf: Layer already exists 04:07:19 994456c4fd7b: Layer already exists 04:07:19 4.1.0-dev.13: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:07:20 b47850c6aa95: Preparing 04:07:20 9104e45ff5d1: Preparing 04:07:20 55d0f3612e78: Preparing 04:07:20 9a4fa2c9152e: Preparing 04:07:20 51ff62d3131d: Preparing 04:07:20 c3f06dd09433: Preparing 04:07:20 c78f53e2a325: Preparing 04:07:20 4e8bbadfce60: Preparing 04:07:20 0a1d0bf184bf: Preparing 04:07:20 994456c4fd7b: Preparing 04:07:20 c3f06dd09433: Waiting 04:07:20 4e8bbadfce60: Waiting 04:07:20 c78f53e2a325: Waiting 04:07:20 0a1d0bf184bf: Waiting 04:07:20 51ff62d3131d: Layer already exists 04:07:20 55d0f3612e78: Layer already exists 04:07:20 9a4fa2c9152e: Layer already exists 04:07:20 b47850c6aa95: Layer already exists 04:07:20 9104e45ff5d1: Layer already exists 04:07:20 c78f53e2a325: Layer already exists 04:07:20 c3f06dd09433: Layer already exists 04:07:20 4e8bbadfce60: Layer already exists 04:07:20 0a1d0bf184bf: Layer already exists 04:07:20 994456c4fd7b: Layer already exists 04:07:20 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:07:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:07:21 b47850c6aa95: Preparing 04:07:21 9104e45ff5d1: Preparing 04:07:21 55d0f3612e78: Preparing 04:07:21 9a4fa2c9152e: Preparing 04:07:21 51ff62d3131d: Preparing 04:07:21 c3f06dd09433: Preparing 04:07:21 c78f53e2a325: Preparing 04:07:21 4e8bbadfce60: Preparing 04:07:21 0a1d0bf184bf: Preparing 04:07:21 994456c4fd7b: Preparing 04:07:21 c3f06dd09433: Waiting 04:07:21 994456c4fd7b: Waiting 04:07:21 0a1d0bf184bf: Waiting 04:07:21 c78f53e2a325: Waiting 04:07:21 4e8bbadfce60: Waiting 04:07:21 55d0f3612e78: Layer already exists 04:07:21 51ff62d3131d: Layer already exists 04:07:21 9a4fa2c9152e: Layer already exists 04:07:21 b47850c6aa95: Layer already exists 04:07:21 9104e45ff5d1: Layer already exists 04:07:21 c78f53e2a325: Layer already exists 04:07:21 4e8bbadfce60: Layer already exists 04:07:21 0a1d0bf184bf: Layer already exists 04:07:21 c3f06dd09433: Layer already exists 04:07:21 994456c4fd7b: Layer already exists 04:07:21 main: digest: sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:07:21 ===================================================== [Pipeline] echo 04:07:21 taggedImages: 04:07:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:07:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 04:07:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 04:07:21 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 04:07:21 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:21 latest 04:07:21 4.1.0-dev.13 04:07:21 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:21 main 04:07:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:21 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:07:21 7fa4052c67fe: Preparing 04:07:21 3a96942df4ef: Preparing 04:07:21 ff92bbdd6942: Preparing 04:07:21 9a4fa2c9152e: Preparing 04:07:21 51ff62d3131d: Preparing 04:07:21 c3f06dd09433: Preparing 04:07:21 6ba32934989b: Preparing 04:07:21 4deeec695d6e: Preparing 04:07:21 994456c4fd7b: Preparing 04:07:21 c3f06dd09433: Waiting 04:07:21 6ba32934989b: Waiting 04:07:21 4deeec695d6e: Waiting 04:07:21 9a4fa2c9152e: Layer already exists 04:07:21 51ff62d3131d: Layer already exists 04:07:21 c3f06dd09433: Layer already exists 04:07:21 ff92bbdd6942: Pushed 04:07:21 3a96942df4ef: Pushed 04:07:21 994456c4fd7b: Layer already exists 04:07:21 7fa4052c67fe: Pushed 04:07:21 6ba32934989b: Pushed 04:07:22 4deeec695d6e: Pushed 04:07:22 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:07:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:07:23 7fa4052c67fe: Preparing 04:07:23 3a96942df4ef: Preparing 04:07:23 ff92bbdd6942: Preparing 04:07:23 9a4fa2c9152e: Preparing 04:07:23 51ff62d3131d: Preparing 04:07:23 c3f06dd09433: Preparing 04:07:23 6ba32934989b: Preparing 04:07:23 4deeec695d6e: Preparing 04:07:23 994456c4fd7b: Preparing 04:07:23 c3f06dd09433: Waiting 04:07:23 994456c4fd7b: Waiting 04:07:23 6ba32934989b: Waiting 04:07:23 4deeec695d6e: Waiting 04:07:23 51ff62d3131d: Layer already exists 04:07:23 3a96942df4ef: Layer already exists 04:07:23 7fa4052c67fe: Layer already exists 04:07:23 ff92bbdd6942: Layer already exists 04:07:23 9a4fa2c9152e: Layer already exists 04:07:23 994456c4fd7b: Layer already exists 04:07:23 c3f06dd09433: Layer already exists 04:07:23 4deeec695d6e: Layer already exists 04:07:23 6ba32934989b: Layer already exists 04:07:23 latest: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 04:07:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:07:23 7fa4052c67fe: Preparing 04:07:23 3a96942df4ef: Preparing 04:07:23 ff92bbdd6942: Preparing 04:07:23 9a4fa2c9152e: Preparing 04:07:23 51ff62d3131d: Preparing 04:07:23 c3f06dd09433: Preparing 04:07:23 6ba32934989b: Preparing 04:07:23 4deeec695d6e: Preparing 04:07:23 994456c4fd7b: Preparing 04:07:23 c3f06dd09433: Waiting 04:07:23 4deeec695d6e: Waiting 04:07:23 6ba32934989b: Waiting 04:07:23 994456c4fd7b: Waiting 04:07:23 3a96942df4ef: Layer already exists 04:07:23 ff92bbdd6942: Layer already exists 04:07:23 51ff62d3131d: Layer already exists 04:07:23 9a4fa2c9152e: Layer already exists 04:07:23 7fa4052c67fe: Layer already exists 04:07:23 6ba32934989b: Layer already exists 04:07:23 c3f06dd09433: Layer already exists 04:07:23 4deeec695d6e: Layer already exists 04:07:23 994456c4fd7b: Layer already exists 04:07:23 4.1.0-dev.13: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:07:24 7fa4052c67fe: Preparing 04:07:24 3a96942df4ef: Preparing 04:07:24 ff92bbdd6942: Preparing 04:07:24 9a4fa2c9152e: Preparing 04:07:24 51ff62d3131d: Preparing 04:07:24 c3f06dd09433: Preparing 04:07:24 6ba32934989b: Preparing 04:07:24 4deeec695d6e: Preparing 04:07:24 994456c4fd7b: Preparing 04:07:24 c3f06dd09433: Waiting 04:07:24 994456c4fd7b: Waiting 04:07:24 6ba32934989b: Waiting 04:07:24 4deeec695d6e: Waiting 04:07:24 7fa4052c67fe: Layer already exists 04:07:24 3a96942df4ef: Layer already exists 04:07:24 ff92bbdd6942: Layer already exists 04:07:24 9a4fa2c9152e: Layer already exists 04:07:24 51ff62d3131d: Layer already exists 04:07:24 c3f06dd09433: Layer already exists 04:07:24 6ba32934989b: Layer already exists 04:07:24 994456c4fd7b: Layer already exists 04:07:24 4deeec695d6e: Layer already exists 04:07:24 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 04:07:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:07:25 7fa4052c67fe: Preparing 04:07:25 3a96942df4ef: Preparing 04:07:25 ff92bbdd6942: Preparing 04:07:25 9a4fa2c9152e: Preparing 04:07:25 51ff62d3131d: Preparing 04:07:25 c3f06dd09433: Preparing 04:07:25 6ba32934989b: Preparing 04:07:25 4deeec695d6e: Preparing 04:07:25 994456c4fd7b: Preparing 04:07:25 c3f06dd09433: Waiting 04:07:25 4deeec695d6e: Waiting 04:07:25 994456c4fd7b: Waiting 04:07:25 6ba32934989b: Waiting 04:07:25 7fa4052c67fe: Layer already exists 04:07:25 51ff62d3131d: Layer already exists 04:07:25 9a4fa2c9152e: Layer already exists 04:07:25 3a96942df4ef: Layer already exists 04:07:25 ff92bbdd6942: Layer already exists 04:07:25 994456c4fd7b: Layer already exists 04:07:25 c3f06dd09433: Layer already exists 04:07:25 4deeec695d6e: Layer already exists 04:07:25 6ba32934989b: Layer already exists 04:07:25 main: digest: sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:07:25 ===================================================== [Pipeline] echo 04:07:25 taggedImages: 04:07:25 - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:25 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:07:25 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 04:07:25 - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:25 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 04:07:25 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 04:07:25 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:25 latest 04:07:25 4.1.0-dev.13 04:07:25 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:25 main 04:07:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:25 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:07:25 b47850c6aa95: Preparing 04:07:25 b2ea31dcb8fb: Preparing 04:07:25 dfba9c3a3b83: Preparing 04:07:25 9a4fa2c9152e: Preparing 04:07:25 51ff62d3131d: Preparing 04:07:25 4907497f43db: Preparing 04:07:25 4e8bbadfce60: Preparing 04:07:25 0a1d0bf184bf: Preparing 04:07:25 994456c4fd7b: Preparing 04:07:25 4907497f43db: Waiting 04:07:25 4e8bbadfce60: Waiting 04:07:25 0a1d0bf184bf: Waiting 04:07:25 994456c4fd7b: Waiting 04:07:25 9a4fa2c9152e: Layer already exists 04:07:25 b47850c6aa95: Layer already exists 04:07:25 51ff62d3131d: Layer already exists 04:07:25 0a1d0bf184bf: Layer already exists 04:07:25 4e8bbadfce60: Layer already exists 04:07:25 dfba9c3a3b83: Pushed 04:07:25 994456c4fd7b: Layer already exists 04:07:25 b2ea31dcb8fb: Pushed 04:07:38 4907497f43db: Pushed 04:07:38 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:07:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:07:38 b47850c6aa95: Preparing 04:07:38 b2ea31dcb8fb: Preparing 04:07:38 dfba9c3a3b83: Preparing 04:07:38 9a4fa2c9152e: Preparing 04:07:38 51ff62d3131d: Preparing 04:07:38 4907497f43db: Preparing 04:07:38 4e8bbadfce60: Preparing 04:07:38 0a1d0bf184bf: Preparing 04:07:38 994456c4fd7b: Preparing 04:07:38 4e8bbadfce60: Waiting 04:07:38 0a1d0bf184bf: Waiting 04:07:38 994456c4fd7b: Waiting 04:07:38 4907497f43db: Waiting 04:07:38 9a4fa2c9152e: Layer already exists 04:07:38 b2ea31dcb8fb: Layer already exists 04:07:38 51ff62d3131d: Layer already exists 04:07:38 b47850c6aa95: Layer already exists 04:07:38 dfba9c3a3b83: Layer already exists 04:07:38 4907497f43db: Layer already exists 04:07:38 0a1d0bf184bf: Layer already exists 04:07:38 4e8bbadfce60: Layer already exists 04:07:38 994456c4fd7b: Layer already exists 04:07:38 latest: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 04:07:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:07:39 b47850c6aa95: Preparing 04:07:39 b2ea31dcb8fb: Preparing 04:07:39 dfba9c3a3b83: Preparing 04:07:39 9a4fa2c9152e: Preparing 04:07:39 51ff62d3131d: Preparing 04:07:39 4907497f43db: Preparing 04:07:39 4e8bbadfce60: Preparing 04:07:39 0a1d0bf184bf: Preparing 04:07:39 994456c4fd7b: Preparing 04:07:39 4e8bbadfce60: Waiting 04:07:39 0a1d0bf184bf: Waiting 04:07:39 4907497f43db: Waiting 04:07:39 b2ea31dcb8fb: Layer already exists 04:07:39 9a4fa2c9152e: Layer already exists 04:07:39 dfba9c3a3b83: Layer already exists 04:07:39 b47850c6aa95: Layer already exists 04:07:39 51ff62d3131d: Layer already exists 04:07:39 4907497f43db: Layer already exists 04:07:39 4e8bbadfce60: Layer already exists 04:07:39 0a1d0bf184bf: Layer already exists 04:07:39 994456c4fd7b: Layer already exists 04:07:39 4.1.0-dev.13: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:07:40 b47850c6aa95: Preparing 04:07:40 b2ea31dcb8fb: Preparing 04:07:40 dfba9c3a3b83: Preparing 04:07:40 9a4fa2c9152e: Preparing 04:07:40 51ff62d3131d: Preparing 04:07:40 4907497f43db: Preparing 04:07:40 4e8bbadfce60: Preparing 04:07:40 0a1d0bf184bf: Preparing 04:07:40 994456c4fd7b: Preparing 04:07:40 4e8bbadfce60: Waiting 04:07:40 994456c4fd7b: Waiting 04:07:40 4907497f43db: Waiting 04:07:40 0a1d0bf184bf: Waiting 04:07:40 dfba9c3a3b83: Layer already exists 04:07:40 b47850c6aa95: Layer already exists 04:07:40 9a4fa2c9152e: Layer already exists 04:07:40 51ff62d3131d: Layer already exists 04:07:40 b2ea31dcb8fb: Layer already exists 04:07:40 4907497f43db: Layer already exists 04:07:40 4e8bbadfce60: Layer already exists 04:07:40 994456c4fd7b: Layer already exists 04:07:40 0a1d0bf184bf: Layer already exists 04:07:40 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 04:07:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:07:40 b47850c6aa95: Preparing 04:07:40 b2ea31dcb8fb: Preparing 04:07:40 dfba9c3a3b83: Preparing 04:07:40 9a4fa2c9152e: Preparing 04:07:40 51ff62d3131d: Preparing 04:07:40 4907497f43db: Preparing 04:07:40 4e8bbadfce60: Preparing 04:07:40 0a1d0bf184bf: Preparing 04:07:40 994456c4fd7b: Preparing 04:07:40 4e8bbadfce60: Waiting 04:07:40 0a1d0bf184bf: Waiting 04:07:40 994456c4fd7b: Waiting 04:07:40 4907497f43db: Waiting 04:07:40 dfba9c3a3b83: Layer already exists 04:07:40 b2ea31dcb8fb: Layer already exists 04:07:40 51ff62d3131d: Layer already exists 04:07:40 9a4fa2c9152e: Layer already exists 04:07:40 b47850c6aa95: Layer already exists 04:07:40 4e8bbadfce60: Layer already exists 04:07:40 4907497f43db: Layer already exists 04:07:40 994456c4fd7b: Layer already exists 04:07:40 0a1d0bf184bf: Layer already exists 04:07:40 main: digest: sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:07:40 ===================================================== [Pipeline] echo 04:07:40 taggedImages: 04:07:40 - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:40 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:07:40 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 04:07:40 - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:40 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 04:07:40 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 04:07:40 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:40 latest 04:07:40 4.1.0-dev.13 04:07:40 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:40 main 04:07:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:07:41 e8ae53242f1c: Preparing 04:07:41 94932e1c9d99: Preparing 04:07:41 9a4fa2c9152e: Preparing 04:07:41 51ff62d3131d: Preparing 04:07:41 3e89e642c644: Preparing 04:07:41 ab71674f99ca: Preparing 04:07:41 994456c4fd7b: Preparing 04:07:41 ab71674f99ca: Waiting 04:07:41 994456c4fd7b: Waiting 04:07:41 9a4fa2c9152e: Layer already exists 04:07:41 51ff62d3131d: Layer already exists 04:07:41 994456c4fd7b: Layer already exists 04:07:41 e8ae53242f1c: Pushed 04:07:41 3e89e642c644: Pushed 04:07:42 ab71674f99ca: Pushed 04:07:45 94932e1c9d99: Pushed 04:07:45 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 04:07:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:07:45 e8ae53242f1c: Preparing 04:07:45 94932e1c9d99: Preparing 04:07:45 9a4fa2c9152e: Preparing 04:07:45 51ff62d3131d: Preparing 04:07:45 3e89e642c644: Preparing 04:07:45 ab71674f99ca: Preparing 04:07:45 994456c4fd7b: Preparing 04:07:45 ab71674f99ca: Waiting 04:07:45 994456c4fd7b: Waiting 04:07:45 51ff62d3131d: Layer already exists 04:07:45 3e89e642c644: Layer already exists 04:07:45 94932e1c9d99: Layer already exists 04:07:45 e8ae53242f1c: Layer already exists 04:07:45 9a4fa2c9152e: Layer already exists 04:07:45 ab71674f99ca: Layer already exists 04:07:45 994456c4fd7b: Layer already exists 04:07:45 latest: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 04:07:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:07:46 e8ae53242f1c: Preparing 04:07:46 94932e1c9d99: Preparing 04:07:46 9a4fa2c9152e: Preparing 04:07:46 51ff62d3131d: Preparing 04:07:46 3e89e642c644: Preparing 04:07:46 ab71674f99ca: Preparing 04:07:46 994456c4fd7b: Preparing 04:07:46 ab71674f99ca: Waiting 04:07:46 994456c4fd7b: Waiting 04:07:46 e8ae53242f1c: Layer already exists 04:07:46 94932e1c9d99: Layer already exists 04:07:46 3e89e642c644: Layer already exists 04:07:46 9a4fa2c9152e: Layer already exists 04:07:46 51ff62d3131d: Layer already exists 04:07:46 ab71674f99ca: Layer already exists 04:07:46 994456c4fd7b: Layer already exists 04:07:46 4.1.0-dev.13: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:07:47 e8ae53242f1c: Preparing 04:07:47 94932e1c9d99: Preparing 04:07:47 9a4fa2c9152e: Preparing 04:07:47 51ff62d3131d: Preparing 04:07:47 3e89e642c644: Preparing 04:07:47 ab71674f99ca: Preparing 04:07:47 994456c4fd7b: Preparing 04:07:47 ab71674f99ca: Waiting 04:07:47 994456c4fd7b: Waiting 04:07:47 3e89e642c644: Layer already exists 04:07:47 94932e1c9d99: Layer already exists 04:07:47 e8ae53242f1c: Layer already exists 04:07:47 51ff62d3131d: Layer already exists 04:07:47 ab71674f99ca: Layer already exists 04:07:47 9a4fa2c9152e: Layer already exists 04:07:47 994456c4fd7b: Layer already exists 04:07:47 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 04:07:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:07:47 e8ae53242f1c: Preparing 04:07:47 94932e1c9d99: Preparing 04:07:47 9a4fa2c9152e: Preparing 04:07:47 51ff62d3131d: Preparing 04:07:47 3e89e642c644: Preparing 04:07:47 ab71674f99ca: Preparing 04:07:47 994456c4fd7b: Preparing 04:07:47 994456c4fd7b: Waiting 04:07:47 51ff62d3131d: Layer already exists 04:07:47 3e89e642c644: Layer already exists 04:07:47 9a4fa2c9152e: Layer already exists 04:07:47 94932e1c9d99: Layer already exists 04:07:47 e8ae53242f1c: Layer already exists 04:07:47 ab71674f99ca: Layer already exists 04:07:47 994456c4fd7b: Layer already exists 04:07:47 main: digest: sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:07:48 ===================================================== [Pipeline] echo 04:07:48 taggedImages: 04:07:48 - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:48 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:07:48 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 04:07:48 - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:48 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 04:07:48 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 04:07:48 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:48 latest 04:07:48 4.1.0-dev.13 04:07:48 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:48 main 04:07:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:07:48 fe46b8b644f6: Preparing 04:07:48 40a795685f2c: Preparing 04:07:48 9a4fa2c9152e: Preparing 04:07:48 51ff62d3131d: Preparing 04:07:48 c9c79099768d: Preparing 04:07:48 558b9630bb8c: Preparing 04:07:48 994456c4fd7b: Preparing 04:07:48 558b9630bb8c: Waiting 04:07:48 994456c4fd7b: Waiting 04:07:48 51ff62d3131d: Layer already exists 04:07:48 9a4fa2c9152e: Layer already exists 04:07:48 994456c4fd7b: Layer already exists 04:07:48 fe46b8b644f6: Pushed 04:07:48 c9c79099768d: Pushed 04:07:49 558b9630bb8c: Pushed 04:07:52 40a795685f2c: Pushed 04:07:52 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:07:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:07:53 fe46b8b644f6: Preparing 04:07:53 40a795685f2c: Preparing 04:07:53 9a4fa2c9152e: Preparing 04:07:53 51ff62d3131d: Preparing 04:07:53 c9c79099768d: Preparing 04:07:53 558b9630bb8c: Preparing 04:07:53 994456c4fd7b: Preparing 04:07:53 558b9630bb8c: Waiting 04:07:53 994456c4fd7b: Waiting 04:07:53 9a4fa2c9152e: Layer already exists 04:07:53 40a795685f2c: Layer already exists 04:07:53 c9c79099768d: Layer already exists 04:07:53 51ff62d3131d: Layer already exists 04:07:53 fe46b8b644f6: Layer already exists 04:07:53 558b9630bb8c: Layer already exists 04:07:53 994456c4fd7b: Layer already exists 04:07:53 latest: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 04:07:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:07:53 fe46b8b644f6: Preparing 04:07:53 40a795685f2c: Preparing 04:07:53 9a4fa2c9152e: Preparing 04:07:53 51ff62d3131d: Preparing 04:07:53 c9c79099768d: Preparing 04:07:53 558b9630bb8c: Preparing 04:07:53 994456c4fd7b: Preparing 04:07:53 994456c4fd7b: Waiting 04:07:53 558b9630bb8c: Waiting 04:07:53 40a795685f2c: Layer already exists 04:07:53 c9c79099768d: Layer already exists 04:07:53 51ff62d3131d: Layer already exists 04:07:53 fe46b8b644f6: Layer already exists 04:07:53 9a4fa2c9152e: Layer already exists 04:07:53 558b9630bb8c: Layer already exists 04:07:53 994456c4fd7b: Layer already exists 04:07:53 4.1.0-dev.13: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:07:54 fe46b8b644f6: Preparing 04:07:54 40a795685f2c: Preparing 04:07:54 9a4fa2c9152e: Preparing 04:07:54 51ff62d3131d: Preparing 04:07:54 c9c79099768d: Preparing 04:07:54 558b9630bb8c: Preparing 04:07:54 994456c4fd7b: Preparing 04:07:54 558b9630bb8c: Waiting 04:07:54 994456c4fd7b: Waiting 04:07:54 40a795685f2c: Layer already exists 04:07:54 51ff62d3131d: Layer already exists 04:07:54 c9c79099768d: Layer already exists 04:07:54 fe46b8b644f6: Layer already exists 04:07:54 9a4fa2c9152e: Layer already exists 04:07:54 994456c4fd7b: Layer already exists 04:07:54 558b9630bb8c: Layer already exists 04:07:54 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 04:07:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:07:55 fe46b8b644f6: Preparing 04:07:55 40a795685f2c: Preparing 04:07:55 9a4fa2c9152e: Preparing 04:07:55 51ff62d3131d: Preparing 04:07:55 c9c79099768d: Preparing 04:07:55 558b9630bb8c: Preparing 04:07:55 994456c4fd7b: Preparing 04:07:55 558b9630bb8c: Waiting 04:07:55 994456c4fd7b: Waiting 04:07:55 c9c79099768d: Layer already exists 04:07:55 9a4fa2c9152e: Layer already exists 04:07:55 fe46b8b644f6: Layer already exists 04:07:55 51ff62d3131d: Layer already exists 04:07:55 40a795685f2c: Layer already exists 04:07:55 994456c4fd7b: Layer already exists 04:07:55 558b9630bb8c: Layer already exists 04:07:55 main: digest: sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:07:55 ===================================================== [Pipeline] echo 04:07:55 taggedImages: 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 04:07:55 ========================================================= 04:07:55 [edgeXBuildMultiArch] RAW Config: 04:07:55 images: 04:07:55 - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/core-command:latest 04:07:55 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-command:main 04:07:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:07:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:07:55 - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/core-data:latest 04:07:55 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-data:main 04:07:55 - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:07:55 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-keeper:main 04:07:55 - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:07:55 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/core-metadata:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-config:main 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/security-spire-server:main 04:07:55 - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:07:55 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/support-notifications:main 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:07:55 - nexus3.edgexfoundry.org:10004/support-scheduler:main 04:07:55 settingsFile: 04:07:55 edgex-go-settings 04:07:55 ========================================================= [Pipeline] node 04:08:10 Still waiting to schedule task 04:08:10 All nodes of label ‘centos7-docker-4c-2g’ are offline 04:09:01 Running on prd-centos7-docker-4c-2g-2264 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:01 provisioning config files... 04:09:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2339298813505461880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:05 ---> ****-login.sh 04:09:05 nexus3.edgexfoundry.org:10001 04:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:09:05 Configure a credential helper to remove this warning. See 04:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:09:05 04:09:05 Login Succeeded 04:09:05 nexus3.edgexfoundry.org:10002 04:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:09:05 Configure a credential helper to remove this warning. See 04:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:09:05 04:09:05 Login Succeeded 04:09:05 nexus3.edgexfoundry.org:10003 04:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:09:05 Configure a credential helper to remove this warning. See 04:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:09:05 04:09:05 Login Succeeded 04:09:05 nexus3.edgexfoundry.org:10004 04:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:09:05 Configure a credential helper to remove this warning. See 04:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:09:05 04:09:05 Login Succeeded 04:09:05 ****.io 04:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:09:05 Configure a credential helper to remove this warning. See 04:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:09:05 04:09:05 Login Succeeded 04:09:05 ---> ****-login.sh ends [Pipeline] } 04:09:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:06 + docker buildx ls 04:09:06 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:09:06 default * docker 04:09:06 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:09:06 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 04:09:06 edgex-builder [Pipeline] sh 04:09:06 + docker buildx inspect --bootstrap 04:09:06 #1 [internal] booting buildkit 04:09:06 #1 pulling image moby/buildkit:buildx-stable-1 04:09:09 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done 04:09:09 #1 creating container buildx_buildkit_edgex-builder0 04:09:10 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 04:09:10 #1 DONE 3.8s 04:09:10 Name: edgex-builder 04:09:10 Driver: docker-container 04:09:10 04:09:10 Nodes: 04:09:10 Name: edgex-builder0 04:09:10 Endpoint: unix:///var/run/docker.sock 04:09:10 Status: running 04:09:10 Buildkit: v0.21.1 04:09:10 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 04:09:10 + docker buildx ls 04:09:10 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:09:10 edgex-builder * docker-container 04:09:10 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 04:09:10 default docker 04:09:10 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:09:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:11 #1 [internal] load build definition from Dockerfile 04:09:11 #1 transferring dockerfile: 197B done 04:09:11 #1 DONE 0.0s 04:09:11 04:09:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:11 #2 DONE 0.1s 04:09:11 04:09:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:11 #3 DONE 0.1s 04:09:11 04:09:11 #4 [internal] load .dockerignore 04:09:11 #4 transferring context: 2B done 04:09:11 #4 DONE 0.0s 04:09:11 04:09:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:11 #5 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:11 #5 DONE 0.0s 04:09:11 04:09:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:11 #6 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:11 #6 DONE 0.1s 04:09:11 04:09:11 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:09:11 #7 DONE 0.0s 04:09:11 04:09:11 #8 exporting to image 04:09:11 #8 exporting layers done 04:09:11 #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 0.0s done 04:09:11 #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done 04:09:11 #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done 04:09:11 #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done 04:09:11 #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.0s done 04:09:11 #8 pushing layers 04:09:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:11 #8 pushing layers 0.1s done 04:09:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done 04:09:11 #8 DONE 0.3s 04:09:11 04:09:11 1 warning found (use --debug to expand): 04:09:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 04:09:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 04:09:12 #1 [internal] load build definition from Dockerfile 04:09:12 #1 transferring dockerfile: 163B done 04:09:12 #1 DONE 0.0s 04:09:12 04:09:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:09:12 #2 DONE 0.0s 04:09:12 04:09:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:09:12 #3 DONE 0.0s 04:09:12 04:09:12 #4 [internal] load .dockerignore 04:09:12 #4 transferring context: 2B done 04:09:12 #4 DONE 0.0s 04:09:12 04:09:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:12 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:12 #5 CACHED 04:09:12 04:09:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:12 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:12 #6 CACHED 04:09:12 04:09:12 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:09:12 #7 DONE 0.0s 04:09:12 04:09:12 #8 exporting to image 04:09:12 #8 exporting layers done 04:09:12 #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done 04:09:12 #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done 04:09:12 #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done 04:09:12 #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done 04:09:12 #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done 04:09:12 #8 pushing layers 0.0s done 04:09:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 04:09:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done 04:09:12 #8 DONE 0.1s 04:09:12 04:09:12 1 warning found (use --debug to expand): 04:09:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13' 04:09:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 --push - 04:09:12 #1 [internal] load build definition from Dockerfile 04:09:12 #1 transferring dockerfile: 169B done 04:09:12 #1 DONE 0.0s 04:09:12 04:09:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 04:09:12 #2 DONE 0.0s 04:09:12 04:09:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13 04:09:12 #3 DONE 0.0s 04:09:12 04:09:12 #4 [internal] load .dockerignore 04:09:12 #4 transferring context: 2B done 04:09:12 #4 DONE 0.0s 04:09:12 04:09:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:12 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:12 #5 DONE 0.0s 04:09:12 04:09:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:12 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:12 #6 CACHED 04:09:12 04:09:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:12 #5 CACHED 04:09:12 04:09:12 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:09:12 #7 DONE 0.0s 04:09:12 04:09:12 #8 exporting to image 04:09:12 #8 exporting layers done 04:09:12 #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done 04:09:12 #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done 04:09:12 #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done 04:09:12 #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done 04:09:12 #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done 04:09:12 #8 pushing layers 0.0s done 04:09:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.13@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done 04:09:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:12 #8 DONE 0.1s 04:09:12 04:09:12 1 warning found (use --debug to expand): 04:09:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:13 #1 [internal] load build definition from Dockerfile 04:09:13 #1 transferring dockerfile: 210B done 04:09:13 #1 DONE 0.0s 04:09:13 04:09:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:13 #2 DONE 0.0s 04:09:13 04:09:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:13 #3 DONE 0.0s 04:09:13 04:09:13 #4 [internal] load .dockerignore 04:09:13 #4 transferring context: 2B done 04:09:13 #4 DONE 0.0s 04:09:13 04:09:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:13 #5 CACHED 04:09:13 04:09:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:13 #6 resolve nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:13 #6 CACHED 04:09:13 04:09:13 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:09:13 #7 DONE 0.0s 04:09:13 04:09:13 #8 exporting to image 04:09:13 #8 exporting layers done 04:09:13 #8 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done 04:09:13 #8 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done 04:09:13 #8 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done 04:09:13 #8 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done 04:09:13 #8 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done 04:09:13 #8 pushing layers 0.0s done 04:09:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done 04:09:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:13 #8 DONE 0.1s 04:09:13 04:09:13 1 warning found (use --debug to expand): 04:09:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 04:09:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 04:09:13 #1 [internal] load build definition from Dockerfile 04:09:13 #1 transferring dockerfile: 161B done 04:09:13 #1 DONE 0.0s 04:09:13 04:09:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:09:13 #2 DONE 0.0s 04:09:13 04:09:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:09:13 #3 DONE 0.0s 04:09:13 04:09:13 #4 [internal] load .dockerignore 04:09:13 #4 transferring context: 2B done 04:09:13 #4 DONE 0.0s 04:09:13 04:09:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:13 #5 CACHED 04:09:13 04:09:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 04:09:13 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ad2d8899130705ad0c3c518369fcdce840befb0fd43dbe84e61184d2f93328cd 0.0s done 04:09:13 #6 CACHED 04:09:13 04:09:13 #7 exporting to image 04:09:13 #7 exporting layers 04:09:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:13 #7 exporting layers done 04:09:13 #7 exporting manifest sha256:8730c734daef9b8178115d6e5cd63250b2e8e67dd79928c81619bd09e0e94ee7 done 04:09:13 #7 exporting config sha256:9518d7347607524b96b5fe38b3801ab70af68b9d800a6e7b7e4c670a87aea605 done 04:09:13 #7 exporting manifest sha256:e75622a398c0ab7d65fb5b08691bb0da6e0c7413c15981130957c00268e520f6 done 04:09:13 #7 exporting config sha256:cddcc9437406027891084c8f40a536cb31cfbd1f2bccbf13135f864c3ecd4752 done 04:09:13 #7 exporting manifest list sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 done 04:09:13 #7 pushing layers 0.0s done 04:09:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:23f977cd1a1ffe7c5cd0653cc5f28a3839524557feb74849a45fab21788a3556 0.1s done 04:09:13 #7 DONE 0.1s 04:09:13 04:09:13 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:09:13 #8 DONE 0.0s 04:09:13 04:09:13 1 warning found (use --debug to expand): 04:09:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:14 #1 [internal] load build definition from Dockerfile 04:09:14 #1 transferring dockerfile: 216B done 04:09:14 #1 DONE 0.0s 04:09:14 04:09:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:14 #2 DONE 0.0s 04:09:14 04:09:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:14 #3 DONE 0.0s 04:09:14 04:09:14 #4 [internal] load .dockerignore 04:09:14 #4 transferring context: 2B done 04:09:14 #4 DONE 0.0s 04:09:14 04:09:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:14 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:14 #5 ... 04:09:14 04:09:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:14 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:14 #6 DONE 0.1s 04:09:14 04:09:14 #7 exporting to image 04:09:14 #7 exporting layers done 04:09:14 #7 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 0.0s done 04:09:14 #7 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 04:09:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:14 #7 ... 04:09:14 04:09:14 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:14 #8 DONE 0.0s 04:09:14 04:09:14 #7 exporting to image 04:09:14 #7 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done 04:09:14 #7 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done 04:09:14 #7 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done 04:09:14 #7 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.0s done 04:09:14 #7 pushing layers 0.1s done 04:09:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 04:09:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done 04:09:14 #7 DONE 0.2s 04:09:14 04:09:14 1 warning found (use --debug to expand): 04:09:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 04:09:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 04:09:15 #1 [internal] load build definition from Dockerfile 04:09:15 #1 transferring dockerfile: 182B done 04:09:15 #1 DONE 0.0s 04:09:15 04:09:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:09:15 #2 DONE 0.0s 04:09:15 04:09:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:09:15 #3 DONE 0.0s 04:09:15 04:09:15 #4 [internal] load .dockerignore 04:09:15 #4 transferring context: 2B done 04:09:15 #4 DONE 0.0s 04:09:15 04:09:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:15 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:15 #5 CACHED 04:09:15 04:09:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:15 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:15 #6 DONE 0.0s 04:09:15 04:09:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:15 #6 CACHED 04:09:15 04:09:15 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:15 #7 DONE 0.0s 04:09:15 04:09:15 #8 exporting to image 04:09:15 #8 exporting layers done 04:09:15 #8 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done 04:09:15 #8 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done 04:09:15 #8 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done 04:09:15 #8 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done 04:09:15 #8 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done 04:09:15 #8 pushing layers 0.0s done 04:09:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done 04:09:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:15 #8 DONE 0.1s 04:09:15 04:09:15 1 warning found (use --debug to expand): 04:09:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13' 04:09:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 --push - 04:09:15 #1 [internal] load build definition from Dockerfile 04:09:15 #1 transferring dockerfile: 188B done 04:09:15 #1 DONE 0.0s 04:09:15 04:09:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 04:09:15 #2 DONE 0.0s 04:09:15 04:09:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13 04:09:15 #3 DONE 0.0s 04:09:15 04:09:15 #4 [internal] load .dockerignore 04:09:15 #4 transferring context: 2B done 04:09:15 #4 DONE 0.0s 04:09:15 04:09:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:15 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:15 #5 CACHED 04:09:15 04:09:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:15 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:15 #6 CACHED 04:09:15 04:09:15 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:15 #7 DONE 0.0s 04:09:15 04:09:15 #8 exporting to image 04:09:15 #8 exporting layers done 04:09:15 #8 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done 04:09:15 #8 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done 04:09:15 #8 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done 04:09:15 #8 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done 04:09:15 #8 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done 04:09:15 #8 pushing layers 0.0s done 04:09:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.13@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done 04:09:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:15 #8 DONE 0.1s 04:09:15 04:09:15 1 warning found (use --debug to expand): 04:09:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:16 #1 [internal] load build definition from Dockerfile 04:09:16 #1 transferring dockerfile: 229B done 04:09:16 #1 DONE 0.0s 04:09:16 04:09:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:16 #2 DONE 0.0s 04:09:16 04:09:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:16 #3 DONE 0.0s 04:09:16 04:09:16 #4 [internal] load .dockerignore 04:09:16 #4 transferring context: 2B done 04:09:16 #4 DONE 0.0s 04:09:16 04:09:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:16 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:16 #5 DONE 0.0s 04:09:16 04:09:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:16 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:16 #6 CACHED 04:09:16 04:09:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:16 #5 CACHED 04:09:16 04:09:16 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:16 #7 DONE 0.0s 04:09:16 04:09:16 #8 exporting to image 04:09:16 #8 exporting layers done 04:09:16 #8 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done 04:09:16 #8 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done 04:09:16 #8 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done 04:09:16 #8 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done 04:09:16 #8 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done 04:09:16 #8 pushing layers 0.0s done 04:09:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done 04:09:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:16 #8 DONE 0.1s 04:09:16 04:09:16 1 warning found (use --debug to expand): 04:09:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 04:09:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 04:09:16 #1 [internal] load build definition from Dockerfile 04:09:16 #1 transferring dockerfile: 180B done 04:09:16 #1 DONE 0.0s 04:09:16 04:09:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:09:16 #2 DONE 0.0s 04:09:16 04:09:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:09:16 #3 DONE 0.0s 04:09:16 04:09:16 #4 [internal] load .dockerignore 04:09:16 #4 transferring context: 2B done 04:09:16 #4 DONE 0.0s 04:09:16 04:09:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:16 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 0.0s done 04:09:16 #5 CACHED 04:09:16 04:09:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a 04:09:16 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:59d6a45b2eb9906afdf5d346486121514ceb1c584b2ead91a0b8031edf988f5a done 04:09:16 #6 CACHED 04:09:16 04:09:16 #7 exporting to image 04:09:16 #7 exporting layers 04:09:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:17 #7 exporting layers done 04:09:17 #7 exporting manifest sha256:982fe7d75360a23f7ef1b6444bc8ddff8a7fe478c469d07d4758475ca83a7e04 done 04:09:17 #7 exporting config sha256:f8146937868f054dfd31a9edfcbe88d0f7371d6edaa3ed074c4a7088f83c2b51 done 04:09:17 #7 exporting manifest sha256:2184c71f7f7fa16a17888563a3e0d1fbe101eef1873a11884eef7438cf466858 done 04:09:17 #7 exporting config sha256:2327826d3d2cbe085c5b29fb3ca950a6a119383c5e73346ea0ee84948a692884 done 04:09:17 #7 exporting manifest list sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 done 04:09:17 #7 pushing layers 0.0s done 04:09:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ea9df6e421d395aa3a69bad97e25132937fd585f9dfd85d43e18110a9aed1e65 0.1s done 04:09:17 #7 DONE 0.1s 04:09:17 04:09:17 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:17 #8 DONE 0.0s 04:09:17 04:09:17 1 warning found (use --debug to expand): 04:09:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:17 #1 [internal] load build definition from Dockerfile 04:09:17 #1 transferring dockerfile: 194B done 04:09:17 #1 DONE 0.0s 04:09:17 04:09:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:17 #2 DONE 0.0s 04:09:17 04:09:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:17 #3 DONE 0.0s 04:09:17 04:09:17 #4 [internal] load .dockerignore 04:09:17 #4 transferring context: 2B done 04:09:17 #4 DONE 0.0s 04:09:17 04:09:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:17 #5 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:17 #5 DONE 0.0s 04:09:17 04:09:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:17 #6 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:17 #6 DONE 0.1s 04:09:17 04:09:17 #7 exporting to image 04:09:17 #7 exporting layers done 04:09:17 #7 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done 04:09:17 #7 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done 04:09:17 #7 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done 04:09:17 #7 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 04:09:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:17 #7 ... 04:09:17 04:09:17 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:09:17 #8 DONE 0.0s 04:09:17 04:09:17 #7 exporting to image 04:09:17 #7 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done 04:09:17 #7 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done 04:09:17 #7 pushing layers 0.1s done 04:09:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 04:09:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done 04:09:17 #7 DONE 0.2s 04:09:17 04:09:17 1 warning found (use --debug to expand): 04:09:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 04:09:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 04:09:18 #1 [internal] load build definition from Dockerfile 04:09:18 #1 transferring dockerfile: 160B done 04:09:18 #1 DONE 0.0s 04:09:18 04:09:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:09:18 #2 DONE 0.0s 04:09:18 04:09:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:09:18 #3 DONE 0.0s 04:09:18 04:09:18 #4 [internal] load .dockerignore 04:09:18 #4 transferring context: 2B done 04:09:18 #4 DONE 0.0s 04:09:18 04:09:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:18 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:18 #5 DONE 0.0s 04:09:18 04:09:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:18 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:18 #6 CACHED 04:09:18 04:09:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:18 #5 CACHED 04:09:18 04:09:18 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:09:18 #7 DONE 0.0s 04:09:18 04:09:18 #8 exporting to image 04:09:18 #8 exporting layers done 04:09:18 #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done 04:09:18 #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done 04:09:18 #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done 04:09:18 #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done 04:09:18 #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done 04:09:18 #8 pushing layers 0.0s done 04:09:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done 04:09:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:18 #8 DONE 0.1s 04:09:18 04:09:18 1 warning found (use --debug to expand): 04:09:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13' 04:09:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 --push - 04:09:18 #1 [internal] load build definition from Dockerfile 04:09:18 #1 transferring dockerfile: 166B done 04:09:18 #1 DONE 0.0s 04:09:18 04:09:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 04:09:18 #2 DONE 0.0s 04:09:18 04:09:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13 04:09:18 #3 DONE 0.0s 04:09:18 04:09:18 #4 [internal] load .dockerignore 04:09:18 #4 transferring context: 2B done 04:09:18 #4 DONE 0.0s 04:09:18 04:09:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:18 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:18 #5 CACHED 04:09:18 04:09:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:18 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:18 #6 CACHED 04:09:18 04:09:18 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:09:18 #7 DONE 0.0s 04:09:18 04:09:18 #8 exporting to image 04:09:18 #8 exporting layers done 04:09:18 #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done 04:09:18 #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done 04:09:18 #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done 04:09:18 #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done 04:09:18 #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done 04:09:18 #8 pushing layers 0.0s done 04:09:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.13@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done 04:09:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:18 #8 DONE 0.1s 04:09:18 04:09:18 1 warning found (use --debug to expand): 04:09:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:19 #1 [internal] load build definition from Dockerfile 04:09:19 #1 transferring dockerfile: 207B done 04:09:19 #1 DONE 0.0s 04:09:19 04:09:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:19 #2 DONE 0.0s 04:09:19 04:09:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:19 #3 DONE 0.0s 04:09:19 04:09:19 #4 [internal] load .dockerignore 04:09:19 #4 transferring context: 2B done 04:09:19 #4 DONE 0.0s 04:09:19 04:09:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:19 #5 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:19 #5 DONE 0.0s 04:09:19 04:09:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:19 #6 resolve nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:19 #6 CACHED 04:09:19 04:09:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:19 #5 CACHED 04:09:19 04:09:19 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:09:19 #7 DONE 0.0s 04:09:19 04:09:19 #8 exporting to image 04:09:19 #8 exporting layers done 04:09:19 #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done 04:09:19 #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done 04:09:19 #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done 04:09:19 #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done 04:09:19 #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done 04:09:19 #8 pushing layers 0.0s done 04:09:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done 04:09:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:19 #8 DONE 0.1s 04:09:19 04:09:19 1 warning found (use --debug to expand): 04:09:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 04:09:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 04:09:20 #1 [internal] load build definition from Dockerfile 04:09:20 #1 transferring dockerfile: 158B done 04:09:20 #1 DONE 0.0s 04:09:20 04:09:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:09:20 #2 DONE 0.0s 04:09:20 04:09:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:09:20 #3 DONE 0.0s 04:09:20 04:09:20 #4 [internal] load .dockerignore 04:09:20 #4 transferring context: 2B done 04:09:20 #4 DONE 0.0s 04:09:20 04:09:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:20 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:20 #5 CACHED 04:09:20 04:09:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:20 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 0.0s done 04:09:20 #6 DONE 0.0s 04:09:20 04:09:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd00eb2232e3bd54f2e216fa4466867528ba61d44a4ed3c2c703f203b93c9ed6 04:09:20 #6 CACHED 04:09:20 04:09:20 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:09:20 #7 DONE 0.0s 04:09:20 04:09:20 #8 exporting to image 04:09:20 #8 exporting layers done 04:09:20 #8 exporting manifest sha256:70480d0663b37601538cd304ace3d56b7134e5fa09c9c92d753d8f242f9b4a90 done 04:09:20 #8 exporting config sha256:bf6f5300c31df47e15c556d43a7fabd4ef346aaf24f14f1bb118938e5d6a6e4f done 04:09:20 #8 exporting manifest sha256:33cb3e6c3a736f204ef3e67d2121ded558accbc4ec9543f9de0936fda2cc6998 done 04:09:20 #8 exporting config sha256:20b0020dad53188942374c63959ae02a38539ac85c51fe3f91d41533fdd57e12 done 04:09:20 #8 exporting manifest list sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 done 04:09:20 #8 pushing layers 0.0s done 04:09:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:f3283490318dfc9880326aba7df48ed7bb894862244d12b274329af1de4d76f9 0.1s done 04:09:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:20 #8 DONE 0.1s 04:09:20 04:09:20 1 warning found (use --debug to expand): 04:09:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:20 #1 [internal] load build definition from Dockerfile 04:09:20 #1 transferring dockerfile: 196B done 04:09:20 #1 DONE 0.0s 04:09:20 04:09:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:20 #2 DONE 0.0s 04:09:20 04:09:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:20 #3 DONE 0.1s 04:09:20 04:09:20 #4 [internal] load .dockerignore 04:09:20 #4 transferring context: 2B done 04:09:20 #4 DONE 0.0s 04:09:20 04:09:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:20 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:20 #5 DONE 0.0s 04:09:20 04:09:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:20 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e done 04:09:20 #6 DONE 0.1s 04:09:20 04:09:20 #7 exporting to image 04:09:20 #7 exporting layers done 04:09:20 #7 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 0.0s done 04:09:20 #7 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done 04:09:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:20 #7 ... 04:09:20 04:09:20 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:20 #8 DONE 0.0s 04:09:20 04:09:20 #7 exporting to image 04:09:20 #7 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done 04:09:20 #7 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done 04:09:20 #7 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done 04:09:20 #7 pushing layers 0.1s done 04:09:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 04:09:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done 04:09:21 #7 DONE 0.2s 04:09:21 04:09:21 1 warning found (use --debug to expand): 04:09:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 04:09:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 04:09:21 #1 [internal] load build definition from Dockerfile 04:09:21 #1 transferring dockerfile: 162B done 04:09:21 #1 DONE 0.0s 04:09:21 04:09:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:09:21 #2 DONE 0.0s 04:09:21 04:09:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:09:21 #3 DONE 0.0s 04:09:21 04:09:21 #4 [internal] load .dockerignore 04:09:21 #4 transferring context: 2B done 04:09:21 #4 DONE 0.0s 04:09:21 04:09:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:21 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:21 #5 DONE 0.0s 04:09:21 04:09:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:21 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:21 #6 CACHED 04:09:21 04:09:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:21 #5 CACHED 04:09:21 04:09:21 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:21 #7 DONE 0.0s 04:09:21 04:09:21 #8 exporting to image 04:09:21 #8 exporting layers done 04:09:21 #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done 04:09:21 #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done 04:09:21 #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done 04:09:21 #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done 04:09:21 #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done 04:09:21 #8 pushing layers 0.0s done 04:09:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done 04:09:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:21 #8 DONE 0.1s 04:09:21 04:09:21 1 warning found (use --debug to expand): 04:09:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13' 04:09:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 --push - 04:09:21 #1 [internal] load build definition from Dockerfile 04:09:21 #1 transferring dockerfile: 168B done 04:09:21 #1 DONE 0.0s 04:09:21 04:09:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 04:09:21 #2 DONE 0.0s 04:09:21 04:09:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13 04:09:21 #3 DONE 0.0s 04:09:21 04:09:21 #4 [internal] load .dockerignore 04:09:21 #4 transferring context: 2B done 04:09:21 #4 DONE 0.0s 04:09:21 04:09:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:21 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:22 #5 CACHED 04:09:22 04:09:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:22 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:22 #6 CACHED 04:09:22 04:09:22 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:22 #7 DONE 0.0s 04:09:22 04:09:22 #8 exporting to image 04:09:22 #8 exporting layers done 04:09:22 #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done 04:09:22 #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done 04:09:22 #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done 04:09:22 #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done 04:09:22 #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done 04:09:22 #8 pushing layers 0.0s done 04:09:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.13@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done 04:09:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:22 #8 DONE 0.1s 04:09:22 04:09:22 1 warning found (use --debug to expand): 04:09:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:22 #1 [internal] load build definition from Dockerfile 04:09:22 #1 transferring dockerfile: 209B done 04:09:22 #1 DONE 0.0s 04:09:22 04:09:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:22 #2 DONE 0.0s 04:09:22 04:09:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:22 #3 DONE 0.0s 04:09:22 04:09:22 #4 [internal] load .dockerignore 04:09:22 #4 transferring context: 2B done 04:09:22 #4 DONE 0.0s 04:09:22 04:09:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:22 #5 CACHED 04:09:22 04:09:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:22 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:22 #6 CACHED 04:09:22 04:09:22 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:22 #7 DONE 0.0s 04:09:22 04:09:22 #8 exporting to image 04:09:22 #8 exporting layers done 04:09:22 #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done 04:09:22 #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done 04:09:22 #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done 04:09:22 #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done 04:09:22 #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done 04:09:22 #8 pushing layers 0.0s done 04:09:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done 04:09:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:22 #8 DONE 0.1s 04:09:22 04:09:22 1 warning found (use --debug to expand): 04:09:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 04:09:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 04:09:22 #1 [internal] load build definition from Dockerfile 04:09:22 #1 transferring dockerfile: 160B done 04:09:22 #1 DONE 0.0s 04:09:22 04:09:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:09:22 #2 DONE 0.0s 04:09:22 04:09:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:09:22 #3 DONE 0.1s 04:09:22 04:09:22 #4 [internal] load .dockerignore 04:09:22 #4 transferring context: 2B done 04:09:22 #4 DONE 0.0s 04:09:23 04:09:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:23 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:23 #5 CACHED 04:09:23 04:09:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 04:09:23 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:fa833b4d178ba34de268299caa1bcabe5a23fee305f264c1a0c5263169692f9e 0.0s done 04:09:23 #6 CACHED 04:09:23 04:09:23 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:23 #7 DONE 0.0s 04:09:23 04:09:23 #8 exporting to image 04:09:23 #8 exporting layers done 04:09:23 #8 exporting manifest sha256:97c2b3daba9631bd82469e898b3818f566dea64aca2812df574546c964693420 done 04:09:23 #8 exporting config sha256:903490872df5e6ecd633b7d8e426d0a96cd24eac19034d7fe089e2ac3a3e8c5a done 04:09:23 #8 exporting manifest sha256:5e7336aadd5dcb515dd6a8abe9dcaa1b3cbd337f8a2db7e817b0a1ae1d375762 done 04:09:23 #8 exporting config sha256:150f597cb05a89f44ee8807938d89143bad57250ea8ebb968924a82d2bc55ae1 done 04:09:23 #8 exporting manifest list sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee done 04:09:23 #8 pushing layers 0.0s done 04:09:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 04:09:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0361cab84f304641dd1e04b2545edfe734978c128526377db804e179614bbee 0.1s done 04:09:23 #8 DONE 0.1s 04:09:23 04:09:23 1 warning found (use --debug to expand): 04:09:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:23 #1 [internal] load build definition from Dockerfile 04:09:23 #1 transferring dockerfile: 198B done 04:09:23 #1 DONE 0.0s 04:09:23 04:09:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:23 #2 DONE 0.0s 04:09:23 04:09:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:23 #3 DONE 0.1s 04:09:23 04:09:23 #4 [internal] load .dockerignore 04:09:23 #4 transferring context: 2B done 04:09:23 #4 DONE 0.0s 04:09:23 04:09:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:23 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:23 #5 ... 04:09:23 04:09:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:23 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:23 #6 DONE 0.1s 04:09:23 04:09:23 #7 exporting to image 04:09:23 #7 exporting layers done 04:09:23 #7 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 0.0s done 04:09:23 #7 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done 04:09:23 #7 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done 04:09:23 #7 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done 04:09:23 #7 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 04:09:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:23 #7 ... 04:09:23 04:09:23 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:09:23 #8 DONE 0.0s 04:09:23 04:09:23 #7 exporting to image 04:09:23 #7 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.0s done 04:09:23 #7 pushing layers 0.1s done 04:09:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 04:09:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done 04:09:24 #7 DONE 0.2s 04:09:24 04:09:24 1 warning found (use --debug to expand): 04:09:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 04:09:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 04:09:24 #1 [internal] load build definition from Dockerfile 04:09:24 #1 transferring dockerfile: 164B done 04:09:24 #1 DONE 0.0s 04:09:24 04:09:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:09:24 #2 DONE 0.0s 04:09:24 04:09:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:09:24 #3 DONE 0.0s 04:09:24 04:09:24 #4 [internal] load .dockerignore 04:09:24 #4 transferring context: 2B done 04:09:24 #4 DONE 0.0s 04:09:24 04:09:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:24 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:24 #5 CACHED 04:09:24 04:09:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:24 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:24 #6 CACHED 04:09:24 04:09:24 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:09:24 #7 DONE 0.0s 04:09:24 04:09:24 #8 exporting to image 04:09:24 #8 exporting layers done 04:09:24 #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done 04:09:24 #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done 04:09:24 #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done 04:09:24 #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done 04:09:24 #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done 04:09:24 #8 pushing layers 0.0s done 04:09:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done 04:09:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:24 #8 DONE 0.1s 04:09:24 04:09:24 1 warning found (use --debug to expand): 04:09:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 --push - 04:09:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13' 04:09:25 #1 [internal] load build definition from Dockerfile 04:09:25 #1 transferring dockerfile: 170B done 04:09:25 #1 DONE 0.0s 04:09:25 04:09:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 04:09:25 #2 DONE 0.0s 04:09:25 04:09:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13 04:09:25 #3 DONE 0.0s 04:09:25 04:09:25 #4 [internal] load .dockerignore 04:09:25 #4 transferring context: 2B done 04:09:25 #4 DONE 0.0s 04:09:25 04:09:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:25 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b done 04:09:25 #5 CACHED 04:09:25 04:09:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:25 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:25 #6 CACHED 04:09:25 04:09:25 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:09:25 #7 DONE 0.0s 04:09:25 04:09:25 #8 exporting to image 04:09:25 #8 exporting layers done 04:09:25 #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done 04:09:25 #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done 04:09:25 #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done 04:09:25 #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done 04:09:25 #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done 04:09:25 #8 pushing layers 0.0s done 04:09:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.13@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done 04:09:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:25 #8 DONE 0.1s 04:09:25 04:09:25 1 warning found (use --debug to expand): 04:09:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:25 #1 [internal] load build definition from Dockerfile 04:09:25 #1 transferring dockerfile: 211B done 04:09:25 #1 DONE 0.0s 04:09:25 04:09:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:25 #2 DONE 0.0s 04:09:25 04:09:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:25 #3 DONE 0.0s 04:09:25 04:09:25 #4 [internal] load .dockerignore 04:09:25 #4 transferring context: 2B done 04:09:25 #4 DONE 0.0s 04:09:25 04:09:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:25 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:25 #5 DONE 0.0s 04:09:25 04:09:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:25 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:25 #6 CACHED 04:09:25 04:09:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:25 #5 CACHED 04:09:25 04:09:25 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:09:25 #7 DONE 0.0s 04:09:25 04:09:25 #8 exporting to image 04:09:25 #8 exporting layers done 04:09:25 #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done 04:09:25 #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done 04:09:25 #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done 04:09:25 #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done 04:09:25 #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done 04:09:25 #8 pushing layers 0.0s done 04:09:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done 04:09:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:25 #8 DONE 0.1s 04:09:25 04:09:25 1 warning found (use --debug to expand): 04:09:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 04:09:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 04:09:26 #1 [internal] load build definition from Dockerfile 04:09:26 #1 transferring dockerfile: 162B done 04:09:26 #1 DONE 0.0s 04:09:26 04:09:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:09:26 #2 DONE 0.0s 04:09:26 04:09:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:09:26 #3 DONE 0.0s 04:09:26 04:09:26 #4 [internal] load .dockerignore 04:09:26 #4 transferring context: 2B done 04:09:26 #4 DONE 0.0s 04:09:26 04:09:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:26 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b done 04:09:26 #5 CACHED 04:09:26 04:09:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 04:09:26 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32f337c13430ca4b14ad2c9222dea5da29971e0deb052d843991847f246c3c0b 0.0s done 04:09:26 #6 CACHED 04:09:26 04:09:26 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:09:26 #7 DONE 0.0s 04:09:26 04:09:26 #8 exporting to image 04:09:26 #8 exporting layers done 04:09:26 #8 exporting manifest sha256:546e1eb2f7f5f145f4918b4426c243649e1771e868c57d0e913e27a7ec2323d7 done 04:09:26 #8 exporting config sha256:ecec56ffc748bad406177ce46e9616664ef0803fb51381b2d634744b2b71d101 done 04:09:26 #8 exporting manifest sha256:f416767fd8c0e0e2d064ea3531fa54cbbbbe553cd0f843a293f30745ce9d0c3b done 04:09:26 #8 exporting config sha256:b36f41b62c6cec40c2320dea69f08d19f603a48c2c221eb3ee81e0fd3e3502bb done 04:09:26 #8 exporting manifest list sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 done 04:09:26 #8 pushing layers 0.0s done 04:09:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:49f5419bd0220b812a877c8d81e7b07540e87b0a8adf9fba124beed1bfe96820 0.1s done 04:09:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:26 #8 DONE 0.1s 04:09:26 04:09:26 1 warning found (use --debug to expand): 04:09:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:26 #1 [internal] load build definition from Dockerfile 04:09:26 #1 transferring dockerfile: 206B done 04:09:26 #1 DONE 0.0s 04:09:26 04:09:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:26 #2 DONE 0.0s 04:09:26 04:09:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:26 #3 DONE 0.0s 04:09:26 04:09:26 #4 [internal] load .dockerignore 04:09:26 #4 transferring context: 2B done 04:09:26 #4 DONE 0.0s 04:09:26 04:09:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:26 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:26 #5 ... 04:09:26 04:09:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:26 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:26 #6 DONE 0.2s 04:09:26 04:09:26 #7 exporting to image 04:09:26 #7 exporting layers done 04:09:26 #7 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done 04:09:26 #7 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done 04:09:26 #7 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 0.0s done 04:09:26 #7 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done 04:09:26 #7 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done 04:09:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:27 #7 ... 04:09:27 04:09:27 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:27 #8 DONE 0.0s 04:09:27 04:09:27 #7 exporting to image 04:09:27 #7 pushing layers 0.1s done 04:09:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 04:09:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done 04:09:27 #7 DONE 0.2s 04:09:27 04:09:27 1 warning found (use --debug to expand): 04:09:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 04:09:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 04:09:27 #1 [internal] load build definition from Dockerfile 04:09:27 #1 transferring dockerfile: 172B done 04:09:27 #1 DONE 0.0s 04:09:27 04:09:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:09:27 #2 DONE 0.0s 04:09:27 04:09:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:09:27 #3 DONE 0.0s 04:09:27 04:09:27 #4 [internal] load .dockerignore 04:09:27 #4 transferring context: 2B done 04:09:27 #4 DONE 0.0s 04:09:27 04:09:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:27 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 done 04:09:27 #5 CACHED 04:09:27 04:09:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:27 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:27 #6 DONE 0.0s 04:09:27 04:09:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:27 #6 CACHED 04:09:27 04:09:27 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:27 #7 DONE 0.0s 04:09:27 04:09:27 #8 exporting to image 04:09:27 #8 exporting layers done 04:09:27 #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done 04:09:27 #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done 04:09:27 #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done 04:09:27 #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done 04:09:27 #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done 04:09:27 #8 pushing layers 0.0s done 04:09:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done 04:09:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:27 #8 DONE 0.1s 04:09:27 04:09:27 1 warning found (use --debug to expand): 04:09:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13' 04:09:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 --push - 04:09:28 #1 [internal] load build definition from Dockerfile 04:09:28 #1 transferring dockerfile: 178B done 04:09:28 #1 DONE 0.0s 04:09:28 04:09:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 04:09:28 #2 DONE 0.0s 04:09:28 04:09:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13 04:09:28 #3 DONE 0.0s 04:09:28 04:09:28 #4 [internal] load .dockerignore 04:09:28 #4 transferring context: 2B done 04:09:28 #4 DONE 0.0s 04:09:28 04:09:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:28 #5 CACHED 04:09:28 04:09:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:28 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:28 #6 DONE 0.0s 04:09:28 04:09:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:28 #6 CACHED 04:09:28 04:09:28 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:28 #7 DONE 0.0s 04:09:28 04:09:28 #8 exporting to image 04:09:28 #8 exporting layers done 04:09:28 #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done 04:09:28 #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done 04:09:28 #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done 04:09:28 #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done 04:09:28 #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done 04:09:28 #8 pushing layers 0.0s done 04:09:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.13@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done 04:09:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:28 #8 DONE 0.1s 04:09:28 04:09:28 1 warning found (use --debug to expand): 04:09:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:28 #1 [internal] load build definition from Dockerfile 04:09:28 #1 transferring dockerfile: 219B done 04:09:28 #1 DONE 0.0s 04:09:28 04:09:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:28 #2 DONE 0.0s 04:09:28 04:09:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:28 #3 DONE 0.0s 04:09:28 04:09:28 #4 [internal] load .dockerignore 04:09:28 #4 transferring context: 2B done 04:09:28 #4 DONE 0.0s 04:09:28 04:09:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:28 #5 CACHED 04:09:28 04:09:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:29 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:29 #6 CACHED 04:09:29 04:09:29 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:29 #7 DONE 0.0s 04:09:29 04:09:29 #8 exporting to image 04:09:29 #8 exporting layers done 04:09:29 #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done 04:09:29 #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done 04:09:29 #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done 04:09:29 #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done 04:09:29 #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done 04:09:29 #8 pushing layers 0.0s done 04:09:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done 04:09:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:29 #8 DONE 0.1s 04:09:29 04:09:29 1 warning found (use --debug to expand): 04:09:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 04:09:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 04:09:29 #1 [internal] load build definition from Dockerfile 04:09:29 #1 transferring dockerfile: 170B done 04:09:29 #1 DONE 0.0s 04:09:29 04:09:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:09:29 #2 DONE 0.0s 04:09:29 04:09:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:09:29 #3 DONE 0.0s 04:09:29 04:09:29 #4 [internal] load .dockerignore 04:09:29 #4 transferring context: 2B done 04:09:29 #4 DONE 0.0s 04:09:29 04:09:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:29 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:29 #5 DONE 0.0s 04:09:29 04:09:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:29 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 0.0s done 04:09:29 #6 CACHED 04:09:29 04:09:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c330badea8506938cf09844bae9018e29b52a340469c5e181356a5caac3e7254 04:09:29 #5 CACHED 04:09:29 04:09:29 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:09:29 #7 DONE 0.0s 04:09:29 04:09:29 #8 exporting to image 04:09:29 #8 exporting layers done 04:09:29 #8 exporting manifest sha256:e3415f656e15095c1d86fccc4af19716f6506c941fc192697458e39e94d74b60 done 04:09:29 #8 exporting config sha256:13c03d6aec6b04337acb1a43b86d4e1f9aab3fc73b9f15bcee5de918faf07758 done 04:09:29 #8 exporting manifest sha256:5931e3848f28c85d9b2ce5cf74caa6d7d8875bc8f630670853ed1467745004d4 done 04:09:29 #8 exporting config sha256:3ca64fb440431307d9bb91542beac9c6d4b0c8a64ea5b48cb2cc118988eafb1e done 04:09:29 #8 exporting manifest list sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca done 04:09:29 #8 pushing layers 0.0s done 04:09:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6040b691f234089945a83d16565cc09f293a444db36a82f282f5346aa1726fca 0.1s done 04:09:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:29 #8 DONE 0.1s 04:09:29 04:09:29 1 warning found (use --debug to expand): 04:09:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:30 #1 [internal] load build definition from Dockerfile 04:09:30 #1 transferring dockerfile: 204B done 04:09:30 #1 DONE 0.0s 04:09:30 04:09:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:30 #2 DONE 0.1s 04:09:30 04:09:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:30 #3 DONE 0.1s 04:09:30 04:09:30 #4 [internal] load .dockerignore 04:09:30 #4 transferring context: 2B done 04:09:30 #4 DONE 0.0s 04:09:30 04:09:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:30 #5 ... 04:09:30 04:09:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:30 #6 DONE 0.1s 04:09:30 04:09:30 #7 exporting to image 04:09:30 #7 exporting layers done 04:09:30 #7 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 0.0s done 04:09:30 #7 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done 04:09:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:30 #7 ... 04:09:30 04:09:30 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:09:30 #8 DONE 0.0s 04:09:30 04:09:30 #7 exporting to image 04:09:30 #7 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done 04:09:30 #7 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done 04:09:30 #7 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done 04:09:30 #7 pushing layers 0.1s done 04:09:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 04:09:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done 04:09:30 #7 DONE 0.2s 04:09:30 04:09:30 1 warning found (use --debug to expand): 04:09:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 04:09:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 04:09:30 #1 [internal] load build definition from Dockerfile 04:09:30 #1 transferring dockerfile: 170B done 04:09:30 #1 DONE 0.0s 04:09:30 04:09:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:09:30 #2 DONE 0.0s 04:09:30 04:09:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:09:30 #3 DONE 0.0s 04:09:30 04:09:30 #4 [internal] load .dockerignore 04:09:30 #4 transferring context: 2B done 04:09:30 #4 DONE 0.0s 04:09:30 04:09:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:30 #5 CACHED 04:09:30 04:09:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:30 #6 CACHED 04:09:30 04:09:30 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:09:30 #7 DONE 0.0s 04:09:30 04:09:30 #8 exporting to image 04:09:30 #8 exporting layers done 04:09:30 #8 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done 04:09:30 #8 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done 04:09:30 #8 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done 04:09:30 #8 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done 04:09:30 #8 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done 04:09:30 #8 pushing layers 0.0s done 04:09:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done 04:09:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:30 #8 DONE 0.1s 04:09:30 04:09:30 1 warning found (use --debug to expand): 04:09:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13' 04:09:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 --push - 04:09:31 #1 [internal] load build definition from Dockerfile 04:09:31 #1 transferring dockerfile: 176B done 04:09:31 #1 DONE 0.0s 04:09:31 04:09:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 04:09:31 #2 DONE 0.0s 04:09:31 04:09:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13 04:09:31 #3 DONE 0.0s 04:09:31 04:09:31 #4 [internal] load .dockerignore 04:09:31 #4 transferring context: 2B done 04:09:31 #4 DONE 0.0s 04:09:31 04:09:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:31 #5 CACHED 04:09:31 04:09:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:31 #6 CACHED 04:09:31 04:09:31 #7 exporting to image 04:09:31 #7 exporting layers 04:09:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:31 #7 exporting layers done 04:09:31 #7 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done 04:09:31 #7 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done 04:09:31 #7 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done 04:09:31 #7 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done 04:09:31 #7 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done 04:09:31 #7 pushing layers 0.0s done 04:09:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.13@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done 04:09:31 #7 DONE 0.1s 04:09:31 04:09:31 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:09:31 #8 DONE 0.0s 04:09:31 04:09:31 1 warning found (use --debug to expand): 04:09:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:31 #1 [internal] load build definition from Dockerfile 04:09:31 #1 transferring dockerfile: 217B done 04:09:31 #1 DONE 0.0s 04:09:31 04:09:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:31 #2 DONE 0.0s 04:09:31 04:09:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:31 #3 DONE 0.0s 04:09:31 04:09:31 #4 [internal] load .dockerignore 04:09:31 #4 transferring context: 2B done 04:09:31 #4 DONE 0.0s 04:09:31 04:09:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:31 #5 CACHED 04:09:31 04:09:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:31 #6 CACHED 04:09:31 04:09:31 #7 exporting to image 04:09:31 #7 exporting layers 04:09:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:32 #7 exporting layers done 04:09:32 #7 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done 04:09:32 #7 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done 04:09:32 #7 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done 04:09:32 #7 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done 04:09:32 #7 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done 04:09:32 #7 pushing layers 0.0s done 04:09:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done 04:09:32 #7 DONE 0.1s 04:09:32 04:09:32 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:09:32 #8 DONE 0.0s 04:09:32 04:09:32 1 warning found (use --debug to expand): 04:09:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 04:09:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 04:09:32 #1 [internal] load build definition from Dockerfile 04:09:32 #1 transferring dockerfile: 168B done 04:09:32 #1 DONE 0.0s 04:09:32 04:09:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:09:32 #2 DONE 0.0s 04:09:32 04:09:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:09:32 #3 DONE 0.0s 04:09:32 04:09:32 #4 [internal] load .dockerignore 04:09:32 #4 transferring context: 2B done 04:09:32 #4 DONE 0.0s 04:09:32 04:09:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:32 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:32 #5 DONE 0.0s 04:09:32 04:09:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:32 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 0.0s done 04:09:32 #6 CACHED 04:09:32 04:09:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fe7f83931f11a8bf47665fa869d8c9dbda4908cb76a4963da16dcee18342361f 04:09:32 #5 CACHED 04:09:32 04:09:32 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:09:32 #7 DONE 0.0s 04:09:32 04:09:32 #8 exporting to image 04:09:32 #8 exporting layers done 04:09:32 #8 exporting manifest sha256:e54abb089ecc9c30e84591eac1c4cc45596f9d2d684bb34f92d5eda9a99edab6 done 04:09:32 #8 exporting config sha256:226ed4ea4a62a1e2b62d5737b13729d1cb375e4cdea6cb51e5f6c01ba14acddd done 04:09:32 #8 exporting manifest sha256:dacd993d05fff872770e581a16d41ef6222657fbe055c2fdf239974d76575458 done 04:09:32 #8 exporting config sha256:245e44251ee4cd4fa92d84db0134d6cd199a95e6c7c79f1c72441b5756b22805 done 04:09:32 #8 exporting manifest list sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae done 04:09:32 #8 pushing layers 0.0s done 04:09:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:09e0f09c901a9704c259dbabd7d52c71284ac85d84975e144066c60ea1af0bae 0.1s done 04:09:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:32 #8 DONE 0.1s 04:09:32 04:09:32 1 warning found (use --debug to expand): 04:09:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:33 #1 [internal] load build definition from Dockerfile 04:09:33 #1 transferring dockerfile: 205B done 04:09:33 #1 DONE 0.0s 04:09:33 04:09:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:33 #2 DONE 0.0s 04:09:33 04:09:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:33 #3 DONE 0.0s 04:09:33 04:09:33 #4 [internal] load .dockerignore 04:09:33 #4 transferring context: 2B done 04:09:33 #4 DONE 0.0s 04:09:33 04:09:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:33 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:33 #5 DONE 0.0s 04:09:33 04:09:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:33 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:33 #6 DONE 0.1s 04:09:33 04:09:33 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:33 #7 DONE 0.0s 04:09:33 04:09:33 #8 exporting to image 04:09:33 #8 exporting layers done 04:09:33 #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done 04:09:33 #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done 04:09:33 #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b 0.0s done 04:09:33 #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done 04:09:33 #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done 04:09:33 #8 pushing layers 0.1s done 04:09:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 04:09:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done 04:09:33 #8 DONE 0.2s 04:09:33 04:09:33 1 warning found (use --debug to expand): 04:09:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 04:09:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 04:09:33 #1 [internal] load build definition from Dockerfile 04:09:33 #1 transferring dockerfile: 171B done 04:09:33 #1 DONE 0.0s 04:09:33 04:09:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:09:33 #2 DONE 0.0s 04:09:33 04:09:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:09:33 #3 DONE 0.0s 04:09:33 04:09:33 #4 [internal] load .dockerignore 04:09:33 #4 transferring context: 2B done 04:09:33 #4 DONE 0.0s 04:09:33 04:09:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:33 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:33 #5 DONE 0.0s 04:09:33 04:09:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:33 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:33 #6 CACHED 04:09:33 04:09:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:33 #5 CACHED 04:09:33 04:09:33 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:33 #7 DONE 0.0s 04:09:33 04:09:33 #8 exporting to image 04:09:33 #8 exporting layers done 04:09:33 #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done 04:09:33 #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done 04:09:33 #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done 04:09:33 #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done 04:09:33 #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done 04:09:33 #8 pushing layers 0.0s done 04:09:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done 04:09:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:33 #8 DONE 0.1s 04:09:33 04:09:33 1 warning found (use --debug to expand): 04:09:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 --push - 04:09:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13' 04:09:34 #1 [internal] load build definition from Dockerfile 04:09:34 #1 transferring dockerfile: 177B done 04:09:34 #1 DONE 0.0s 04:09:34 04:09:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 04:09:34 #2 DONE 0.0s 04:09:34 04:09:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13 04:09:34 #3 DONE 0.0s 04:09:34 04:09:34 #4 [internal] load .dockerignore 04:09:34 #4 transferring context: 2B done 04:09:34 #4 DONE 0.0s 04:09:34 04:09:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:34 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:34 #5 DONE 0.0s 04:09:34 04:09:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:34 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:34 #6 CACHED 04:09:34 04:09:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:34 #5 CACHED 04:09:34 04:09:34 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:34 #7 DONE 0.0s 04:09:34 04:09:34 #8 exporting to image 04:09:34 #8 exporting layers done 04:09:34 #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done 04:09:34 #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done 04:09:34 #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done 04:09:34 #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done 04:09:34 #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done 04:09:34 #8 pushing layers 0.0s done 04:09:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.13@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done 04:09:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:34 #8 DONE 0.1s 04:09:34 04:09:34 1 warning found (use --debug to expand): 04:09:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:35 #1 [internal] load build definition from Dockerfile 04:09:35 #1 transferring dockerfile: 218B done 04:09:35 #1 DONE 0.0s 04:09:35 04:09:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:35 #2 DONE 0.0s 04:09:35 04:09:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:35 #3 DONE 0.0s 04:09:35 04:09:35 #4 [internal] load .dockerignore 04:09:35 #4 transferring context: 2B done 04:09:35 #4 DONE 0.0s 04:09:35 04:09:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:35 #5 DONE 0.0s 04:09:35 04:09:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:35 #6 CACHED 04:09:35 04:09:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:35 #5 CACHED 04:09:35 04:09:35 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:35 #7 DONE 0.0s 04:09:35 04:09:35 #8 exporting to image 04:09:35 #8 exporting layers done 04:09:35 #8 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done 04:09:35 #8 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done 04:09:35 #8 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done 04:09:35 #8 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done 04:09:35 #8 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done 04:09:35 #8 pushing layers 0.0s done 04:09:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done 04:09:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:35 #8 DONE 0.1s 04:09:35 04:09:35 1 warning found (use --debug to expand): 04:09:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 04:09:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 04:09:35 #1 [internal] load build definition from Dockerfile 04:09:35 #1 transferring dockerfile: 169B done 04:09:35 #1 DONE 0.0s 04:09:35 04:09:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:09:35 #2 DONE 0.0s 04:09:35 04:09:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:09:35 #3 DONE 0.0s 04:09:35 04:09:35 #4 [internal] load .dockerignore 04:09:35 #4 transferring context: 2B done 04:09:35 #4 DONE 0.0s 04:09:35 04:09:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:35 #5 CACHED 04:09:35 04:09:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 04:09:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c74a13a676e843589908aab94d1d84ba989531bf050056656ab5cd8d26ff45df 0.0s done 04:09:35 #6 CACHED 04:09:35 04:09:35 #7 exporting to image 04:09:35 #7 exporting layers done 04:09:35 #7 exporting manifest sha256:55d236571a271b462ab16708365c9d3173b4631a527aba6536205e2d4dc6fe4c done 04:09:35 #7 exporting config sha256:4ae4520cafa7d5684df42d46918283cdf1b09071b341185cb6a3ae326f79ef43 done 04:09:35 #7 exporting manifest sha256:2ca102c184b46f1b7cc48782afa252599e590ca39b24f1964528bdc18e046d8b done 04:09:35 #7 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 04:09:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:35 #7 exporting config sha256:6210fb793a400a9d59ac2d4b242fadd31a46d83ff783feba99f4b7af08a3f0a4 done 04:09:35 #7 exporting manifest list sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 done 04:09:35 #7 pushing layers 0.0s done 04:09:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c7204daf90afcde5b914d3fdc1867b57f877e788979a4ca34c8234da1ec2e873 0.1s done 04:09:35 #7 DONE 0.1s 04:09:35 04:09:35 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:35 #8 DONE 0.0s 04:09:35 04:09:35 1 warning found (use --debug to expand): 04:09:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:35 #1 [internal] load build definition from Dockerfile 04:09:35 #1 transferring dockerfile: 211B done 04:09:35 #1 DONE 0.0s 04:09:35 04:09:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:35 #2 DONE 0.0s 04:09:35 04:09:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:35 #3 DONE 0.1s 04:09:35 04:09:35 #4 [internal] load .dockerignore 04:09:35 #4 transferring context: 2B done 04:09:35 #4 DONE 0.0s 04:09:35 04:09:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:35 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:36 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 done 04:09:36 #5 DONE 0.1s 04:09:36 04:09:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:36 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:36 #6 DONE 0.0s 04:09:36 04:09:36 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:36 #7 DONE 0.0s 04:09:36 04:09:36 #8 exporting to image 04:09:36 #8 exporting layers done 04:09:36 #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done 04:09:36 #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done 04:09:36 #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done 04:09:36 #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done 04:09:36 #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done 04:09:36 #8 pushing layers 04:09:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:36 #8 pushing layers 0.1s done 04:09:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done 04:09:36 #8 DONE 0.2s 04:09:36 04:09:36 1 warning found (use --debug to expand): 04:09:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 04:09:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 04:09:36 #1 [internal] load build definition from Dockerfile 04:09:36 #1 transferring dockerfile: 177B done 04:09:36 #1 DONE 0.0s 04:09:36 04:09:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:09:36 #2 DONE 0.0s 04:09:36 04:09:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:09:36 #3 DONE 0.0s 04:09:36 04:09:36 #4 [internal] load .dockerignore 04:09:36 #4 transferring context: 2B done 04:09:36 #4 DONE 0.0s 04:09:36 04:09:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:36 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 done 04:09:36 #5 DONE 0.0s 04:09:36 04:09:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:36 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:36 #6 CACHED 04:09:36 04:09:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:36 #5 CACHED 04:09:36 04:09:36 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:36 #7 DONE 0.0s 04:09:36 04:09:36 #8 exporting to image 04:09:36 #8 exporting layers done 04:09:36 #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done 04:09:36 #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done 04:09:36 #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done 04:09:36 #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done 04:09:36 #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done 04:09:36 #8 pushing layers 0.0s done 04:09:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done 04:09:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:36 #8 DONE 0.1s 04:09:36 04:09:36 1 warning found (use --debug to expand): 04:09:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13' 04:09:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 --push - 04:09:37 #1 [internal] load build definition from Dockerfile 04:09:37 #1 transferring dockerfile: 183B done 04:09:37 #1 DONE 0.0s 04:09:37 04:09:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 04:09:37 #2 DONE 0.0s 04:09:37 04:09:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13 04:09:37 #3 DONE 0.0s 04:09:37 04:09:37 #4 [internal] load .dockerignore 04:09:37 #4 transferring context: 2B done 04:09:37 #4 DONE 0.0s 04:09:37 04:09:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:37 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:37 #5 CACHED 04:09:37 04:09:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:37 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:37 #6 CACHED 04:09:37 04:09:37 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:37 #7 DONE 0.0s 04:09:37 04:09:37 #8 exporting to image 04:09:37 #8 exporting layers done 04:09:37 #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done 04:09:37 #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done 04:09:37 #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done 04:09:37 #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done 04:09:37 #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done 04:09:37 #8 pushing layers 0.0s done 04:09:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.13@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done 04:09:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:37 #8 DONE 0.1s 04:09:37 04:09:37 1 warning found (use --debug to expand): 04:09:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:38 #1 [internal] load build definition from Dockerfile 04:09:38 #1 transferring dockerfile: 224B done 04:09:38 #1 DONE 0.0s 04:09:38 04:09:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:38 #2 DONE 0.0s 04:09:38 04:09:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:38 #3 DONE 0.0s 04:09:38 04:09:38 #4 [internal] load .dockerignore 04:09:38 #4 transferring context: 2B done 04:09:38 #4 DONE 0.0s 04:09:38 04:09:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:38 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:38 #5 CACHED 04:09:38 04:09:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:38 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:38 #6 CACHED 04:09:38 04:09:38 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:38 #7 DONE 0.0s 04:09:38 04:09:38 #8 exporting to image 04:09:38 #8 exporting layers done 04:09:38 #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done 04:09:38 #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done 04:09:38 #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done 04:09:38 #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done 04:09:38 #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done 04:09:38 #8 pushing layers 0.0s done 04:09:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done 04:09:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:38 #8 DONE 0.1s 04:09:38 04:09:38 1 warning found (use --debug to expand): 04:09:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 04:09:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 04:09:38 #1 [internal] load build definition from Dockerfile 04:09:38 #1 transferring dockerfile: 175B done 04:09:38 #1 DONE 0.0s 04:09:38 04:09:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:09:38 #2 DONE 0.0s 04:09:38 04:09:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:09:38 #3 DONE 0.1s 04:09:38 04:09:38 #4 [internal] load .dockerignore 04:09:38 #4 transferring context: 2B done 04:09:38 #4 DONE 0.0s 04:09:38 04:09:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:38 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:38 #5 CACHED 04:09:38 04:09:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 04:09:38 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f38db0a3e5580119cf0570512ddb020436b4ec39ed6436cd82d1dfeff55437b8 0.0s done 04:09:38 #6 CACHED 04:09:38 04:09:38 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:09:38 #7 DONE 0.0s 04:09:38 04:09:38 #8 exporting to image 04:09:38 #8 exporting layers done 04:09:38 #8 exporting manifest sha256:c8641e58b760415a18ce53a1fe9fd8bb0d5ac252895ddf4dec0e4e00b2ab9ff3 done 04:09:38 #8 exporting config sha256:8a1f7e4196db381fdccf1269d4ecd358d092c7f7b56bc140890cb295dced52d3 done 04:09:38 #8 exporting manifest sha256:008a37f01a3d048ee7f4d67e52057f6b91c3b11db3f0a2a92fca7c89b6a0af95 done 04:09:38 #8 exporting config sha256:92394f70ccd918bd060ee4bb1f357161191b74c26b1f5311772155da56357323 done 04:09:38 #8 exporting manifest list sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b done 04:09:38 #8 pushing layers 0.0s done 04:09:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:069943abda9ad6d4c17bbe075bd2ea84b2068b903ef5bdcbe6fa6abcb0bf306b 0.1s done 04:09:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:38 #8 DONE 0.1s 04:09:38 04:09:38 1 warning found (use --debug to expand): 04:09:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:38 #1 [internal] load build definition from Dockerfile 04:09:38 #1 transferring dockerfile: 215B done 04:09:38 #1 DONE 0.0s 04:09:38 04:09:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:38 #2 DONE 0.0s 04:09:38 04:09:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:38 #3 DONE 0.0s 04:09:38 04:09:38 #4 [internal] load .dockerignore 04:09:38 #4 transferring context: 04:09:39 #4 transferring context: 2B done 04:09:39 #4 DONE 0.0s 04:09:39 04:09:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:39 #5 DONE 0.0s 04:09:39 04:09:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:39 #6 DONE 0.1s 04:09:39 04:09:39 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:09:39 #7 DONE 0.0s 04:09:39 04:09:39 #8 exporting to image 04:09:39 #8 exporting layers done 04:09:39 #8 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done 04:09:39 #8 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done 04:09:39 #8 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done 04:09:39 #8 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done 04:09:39 #8 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done 04:09:39 #8 pushing layers 0.1s done 04:09:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 04:09:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done 04:09:39 #8 DONE 0.2s 04:09:39 04:09:39 1 warning found (use --debug to expand): 04:09:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 04:09:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 04:09:39 #1 [internal] load build definition from Dockerfile 04:09:39 #1 transferring dockerfile: 181B done 04:09:39 #1 DONE 0.0s 04:09:39 04:09:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:09:39 #2 DONE 0.0s 04:09:39 04:09:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:09:39 #3 DONE 0.0s 04:09:39 04:09:39 #4 [internal] load .dockerignore 04:09:39 #4 transferring context: 2B done 04:09:39 #4 DONE 0.0s 04:09:39 04:09:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:39 #5 CACHED 04:09:39 04:09:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:39 #6 CACHED 04:09:39 04:09:39 #7 exporting to image 04:09:39 #7 exporting layers done 04:09:39 #7 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done 04:09:39 #7 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done 04:09:39 #7 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done 04:09:39 #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f 04:09:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:40 #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done 04:09:40 #7 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done 04:09:40 #7 pushing layers 0.0s done 04:09:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done 04:09:40 #7 DONE 0.1s 04:09:40 04:09:40 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:09:40 #8 DONE 0.0s 04:09:40 04:09:40 1 warning found (use --debug to expand): 04:09:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13' 04:09:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 --push - 04:09:40 #1 [internal] load build definition from Dockerfile 04:09:40 #1 transferring dockerfile: 187B done 04:09:40 #1 DONE 0.0s 04:09:40 04:09:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 04:09:40 #2 DONE 0.0s 04:09:40 04:09:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13 04:09:40 #3 DONE 0.0s 04:09:40 04:09:40 #4 [internal] load .dockerignore 04:09:40 #4 transferring context: 2B done 04:09:40 #4 DONE 0.0s 04:09:40 04:09:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:40 #5 CACHED 04:09:40 04:09:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:40 #6 CACHED 04:09:40 04:09:40 #7 exporting to image 04:09:40 #7 exporting layers 04:09:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:40 #7 exporting layers done 04:09:40 #7 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done 04:09:40 #7 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done 04:09:40 #7 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done 04:09:40 #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done 04:09:40 #7 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done 04:09:40 #7 pushing layers 0.0s done 04:09:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.13@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done 04:09:40 #7 DONE 0.1s 04:09:40 04:09:40 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:09:40 #8 DONE 0.0s 04:09:40 04:09:40 1 warning found (use --debug to expand): 04:09:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:40 #1 [internal] load build definition from Dockerfile 04:09:40 #1 transferring dockerfile: 228B done 04:09:40 #1 DONE 0.0s 04:09:40 04:09:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:40 #2 DONE 0.0s 04:09:40 04:09:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:40 #3 DONE 0.0s 04:09:40 04:09:40 #4 [internal] load .dockerignore 04:09:40 #4 transferring context: 2B done 04:09:40 #4 DONE 0.0s 04:09:40 04:09:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:40 #5 CACHED 04:09:40 04:09:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:40 #6 CACHED 04:09:40 04:09:40 #7 exporting to image 04:09:40 #7 exporting layers done 04:09:40 #7 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done 04:09:40 #7 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done 04:09:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:41 #7 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done 04:09:41 #7 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done 04:09:41 #7 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done 04:09:41 #7 pushing layers 0.0s done 04:09:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done 04:09:41 #7 DONE 0.1s 04:09:41 04:09:41 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:09:41 #8 DONE 0.0s 04:09:41 04:09:41 1 warning found (use --debug to expand): 04:09:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 04:09:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 04:09:41 #1 [internal] load build definition from Dockerfile 04:09:41 #1 transferring dockerfile: 179B done 04:09:41 #1 DONE 0.0s 04:09:41 04:09:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:09:41 #2 DONE 0.0s 04:09:41 04:09:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:09:41 #3 DONE 0.0s 04:09:41 04:09:41 #4 [internal] load .dockerignore 04:09:41 #4 transferring context: 2B done 04:09:41 #4 DONE 0.0s 04:09:41 04:09:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:41 #5 CACHED 04:09:41 04:09:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 0.0s done 04:09:41 #6 DONE 0.0s 04:09:41 04:09:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:84a5e15c90ce8654936c50e7f14d29aba51793780e02d25220c58b78ab55edeb 04:09:41 #6 CACHED 04:09:41 04:09:41 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:09:41 #7 DONE 0.0s 04:09:41 04:09:41 #8 exporting to image 04:09:41 #8 exporting layers done 04:09:41 #8 exporting manifest sha256:67e5a71d260fe3eae6bcafbbabc8b6c22cf36d88bc6a7bb08ca9dfa0ae4dbc23 done 04:09:41 #8 exporting config sha256:f3283613f28cc45b1d3fb3c8be2b660dac40827182874dfcf2e5208972c906f1 done 04:09:41 #8 exporting manifest sha256:007ea1db5f93019ff158e702036a3cf35ee56cd70faeaa5af5b219820a392723 done 04:09:41 #8 exporting config sha256:999d9a9f7a6575c4ed876de6427999791340cca3839c7654c42f3850dfc0569f done 04:09:41 #8 exporting manifest list sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc done 04:09:41 #8 pushing layers 0.0s done 04:09:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e6658eb4b20bd1af740fee5b33530bd0f87f9a21c20ca9b25cd1791fb64313fc 0.1s done 04:09:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:41 #8 DONE 0.1s 04:09:41 04:09:41 1 warning found (use --debug to expand): 04:09:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:41 #1 [internal] load build definition from Dockerfile 04:09:41 #1 transferring dockerfile: 205B done 04:09:41 #1 DONE 0.0s 04:09:41 04:09:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:41 #2 DONE 0.0s 04:09:41 04:09:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:41 #3 DONE 0.0s 04:09:41 04:09:41 #4 [internal] load .dockerignore 04:09:41 #4 transferring context: 2B done 04:09:41 #4 DONE 0.0s 04:09:42 04:09:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:42 #5 DONE 0.0s 04:09:42 04:09:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:42 #6 DONE 0.1s 04:09:42 04:09:42 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:09:42 #7 DONE 0.0s 04:09:42 04:09:42 #8 exporting to image 04:09:42 #8 exporting layers done 04:09:42 #8 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done 04:09:42 #8 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done 04:09:42 #8 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done 04:09:42 #8 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done 04:09:42 #8 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done 04:09:42 #8 pushing layers 0.1s done 04:09:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 04:09:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done 04:09:42 #8 DONE 0.2s 04:09:42 04:09:42 1 warning found (use --debug to expand): 04:09:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 04:09:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 04:09:42 #1 [internal] load build definition from Dockerfile 04:09:42 #1 transferring dockerfile: 171B done 04:09:42 #1 DONE 0.0s 04:09:42 04:09:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:09:42 #2 DONE 0.0s 04:09:42 04:09:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:09:42 #3 DONE 0.0s 04:09:42 04:09:42 #4 [internal] load .dockerignore 04:09:42 #4 transferring context: 2B done 04:09:42 #4 DONE 0.0s 04:09:42 04:09:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:42 #5 DONE 0.0s 04:09:42 04:09:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:43 #6 CACHED 04:09:43 04:09:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:43 #5 CACHED 04:09:43 04:09:43 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:09:43 #7 DONE 0.0s 04:09:43 04:09:43 #8 exporting to image 04:09:43 #8 exporting layers done 04:09:43 #8 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done 04:09:43 #8 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done 04:09:43 #8 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done 04:09:43 #8 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done 04:09:43 #8 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done 04:09:43 #8 pushing layers 0.0s done 04:09:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done 04:09:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:43 #8 DONE 0.1s 04:09:43 04:09:43 1 warning found (use --debug to expand): 04:09:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 --push - 04:09:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13' 04:09:43 #1 [internal] load build definition from Dockerfile 04:09:43 #1 transferring dockerfile: 177B done 04:09:43 #1 DONE 0.0s 04:09:43 04:09:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 04:09:43 #2 DONE 0.0s 04:09:43 04:09:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13 04:09:43 #3 DONE 0.0s 04:09:43 04:09:43 #4 [internal] load .dockerignore 04:09:43 #4 transferring context: 2B done 04:09:43 #4 DONE 0.0s 04:09:43 04:09:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:43 #5 CACHED 04:09:43 04:09:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:43 #6 CACHED 04:09:43 04:09:43 #7 exporting to image 04:09:43 #7 exporting layers done 04:09:43 #7 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done 04:09:43 #7 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done 04:09:43 #7 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done 04:09:43 #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 04:09:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:43 #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done 04:09:43 #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done 04:09:43 #7 pushing layers 0.0s done 04:09:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.13@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done 04:09:43 #7 DONE 0.1s 04:09:43 04:09:43 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:09:43 #8 DONE 0.0s 04:09:43 04:09:43 1 warning found (use --debug to expand): 04:09:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:43 #1 [internal] load build definition from Dockerfile 04:09:43 #1 transferring dockerfile: 218B done 04:09:43 #1 DONE 0.0s 04:09:43 04:09:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:43 #2 DONE 0.0s 04:09:43 04:09:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:43 #3 DONE 0.0s 04:09:43 04:09:43 #4 [internal] load .dockerignore 04:09:43 #4 transferring context: 2B done 04:09:43 #4 DONE 0.0s 04:09:43 04:09:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:43 #5 CACHED 04:09:43 04:09:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:43 #6 CACHED 04:09:43 04:09:43 #7 exporting to image 04:09:43 #7 exporting layers done 04:09:43 #7 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done 04:09:43 #7 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done 04:09:43 #7 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done 04:09:43 #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done 04:09:43 #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 04:09:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:44 #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done 04:09:44 #7 pushing layers 0.0s done 04:09:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done 04:09:44 #7 DONE 0.1s 04:09:44 04:09:44 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:09:44 #8 DONE 0.0s 04:09:44 04:09:44 1 warning found (use --debug to expand): 04:09:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 04:09:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 04:09:44 #1 [internal] load build definition from Dockerfile 04:09:44 #1 transferring dockerfile: 169B done 04:09:44 #1 DONE 0.0s 04:09:44 04:09:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:09:44 #2 DONE 0.0s 04:09:44 04:09:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:09:44 #3 DONE 0.0s 04:09:44 04:09:44 #4 [internal] load .dockerignore 04:09:44 #4 transferring context: 2B done 04:09:44 #4 DONE 0.0s 04:09:44 04:09:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:44 #5 CACHED 04:09:44 04:09:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 04:09:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:48881720c819b5f2ef6b9da9c6b3da5ea8cec93a6eb326b6fde43648980bb3e3 0.0s done 04:09:44 #6 CACHED 04:09:44 04:09:44 #7 exporting to image 04:09:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:44 #7 exporting layers done 04:09:44 #7 exporting manifest sha256:50369ee8a2000fa5998eaa09553e299ed02ad51b0cddf45341a01a9c9d99ec04 done 04:09:44 #7 exporting config sha256:d9a54990d25e4ac64579f76ea802fe83c050e23d0180ff01077bb4a7c49bcd03 done 04:09:44 #7 exporting manifest sha256:28d23db388d3e939d6756d6c31c7fd05c4347f18f243d971929b0c1850b69709 done 04:09:44 #7 exporting config sha256:22299886afd4d9607f20a016e3871f6c1638a34eeb08e17563bfedafc35605d4 done 04:09:44 #7 exporting manifest list sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 done 04:09:44 #7 pushing layers 0.0s done 04:09:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1fa7b3a2a004c1ff3516e18978fa6852c09ea6069080b928b63ed2a4dbc02c68 0.1s done 04:09:44 #7 DONE 0.1s 04:09:44 04:09:44 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:09:44 #8 DONE 0.0s 04:09:44 04:09:44 1 warning found (use --debug to expand): 04:09:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:45 #1 [internal] load build definition from Dockerfile 04:09:45 #1 transferring dockerfile: 206B done 04:09:45 #1 DONE 0.0s 04:09:45 04:09:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:45 #2 DONE 0.0s 04:09:45 04:09:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:45 #3 DONE 0.0s 04:09:45 04:09:45 #4 [internal] load .dockerignore 04:09:45 #4 transferring context: 2B done 04:09:45 #4 DONE 0.0s 04:09:45 04:09:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:45 #5 DONE 0.0s 04:09:45 04:09:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b done 04:09:45 #6 DONE 0.1s 04:09:45 04:09:45 #7 exporting to image 04:09:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:45 #7 ... 04:09:45 04:09:45 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:09:45 #8 DONE 0.0s 04:09:45 04:09:45 #7 exporting to image 04:09:45 #7 exporting layers done 04:09:45 #7 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done 04:09:45 #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done 04:09:45 #7 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done 04:09:45 #7 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done 04:09:45 #7 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done 04:09:45 #7 pushing layers 04:09:45 #7 pushing layers 0.1s done 04:09:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done 04:09:45 #7 DONE 0.2s 04:09:45 04:09:45 1 warning found (use --debug to expand): 04:09:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 04:09:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 04:09:45 #1 [internal] load build definition from Dockerfile 04:09:45 #1 transferring dockerfile: 172B done 04:09:45 #1 DONE 0.0s 04:09:45 04:09:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:09:45 #2 DONE 0.0s 04:09:45 04:09:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:09:45 #3 DONE 0.0s 04:09:45 04:09:45 #4 [internal] load .dockerignore 04:09:45 #4 transferring context: 2B done 04:09:45 #4 DONE 0.0s 04:09:45 04:09:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:45 #5 CACHED 04:09:45 04:09:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:45 #6 CACHED 04:09:45 04:09:45 #7 exporting to image 04:09:45 #7 exporting layers done 04:09:45 #7 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done 04:09:45 #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 04:09:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:46 #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done 04:09:46 #7 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done 04:09:46 #7 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done 04:09:46 #7 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done 04:09:46 #7 pushing layers 0.0s done 04:09:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done 04:09:46 #7 DONE 0.1s 04:09:46 04:09:46 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:09:46 #8 DONE 0.0s 04:09:46 04:09:46 1 warning found (use --debug to expand): 04:09:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13' 04:09:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 --push - 04:09:46 #1 [internal] load build definition from Dockerfile 04:09:46 #1 transferring dockerfile: 178B done 04:09:46 #1 DONE 0.0s 04:09:46 04:09:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 04:09:46 #2 DONE 0.0s 04:09:46 04:09:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13 04:09:46 #3 DONE 0.0s 04:09:46 04:09:46 #4 [internal] load .dockerignore 04:09:46 #4 transferring context: 2B done 04:09:46 #4 DONE 0.0s 04:09:46 04:09:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:46 #5 CACHED 04:09:46 04:09:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:46 #6 CACHED 04:09:46 04:09:46 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:09:46 #7 DONE 0.0s 04:09:46 04:09:46 #8 exporting to image 04:09:46 #8 exporting layers done 04:09:46 #8 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done 04:09:46 #8 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done 04:09:46 #8 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done 04:09:46 #8 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done 04:09:46 #8 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done 04:09:46 #8 pushing layers 0.0s done 04:09:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.13@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done 04:09:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:46 #8 DONE 0.1s 04:09:46 04:09:46 1 warning found (use --debug to expand): 04:09:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:46 #1 [internal] load build definition from Dockerfile 04:09:46 #1 transferring dockerfile: 219B done 04:09:46 #1 DONE 0.0s 04:09:46 04:09:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:46 #2 DONE 0.0s 04:09:46 04:09:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:46 #3 DONE 0.0s 04:09:46 04:09:46 #4 [internal] load .dockerignore 04:09:46 #4 transferring context: 2B done 04:09:46 #4 DONE 0.0s 04:09:46 04:09:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:46 #5 CACHED 04:09:46 04:09:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:46 #6 CACHED 04:09:46 04:09:46 #7 exporting to image 04:09:46 #7 exporting layers done 04:09:46 #7 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done 04:09:46 #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 04:09:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:47 #7 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done 04:09:47 #7 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done 04:09:47 #7 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done 04:09:47 #7 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done 04:09:47 #7 pushing layers 0.0s done 04:09:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done 04:09:47 #7 DONE 0.1s 04:09:47 04:09:47 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:09:47 #8 DONE 0.0s 04:09:47 04:09:47 1 warning found (use --debug to expand): 04:09:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 04:09:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 04:09:47 #1 [internal] load build definition from Dockerfile 04:09:47 #1 transferring dockerfile: 170B done 04:09:47 #1 DONE 0.0s 04:09:47 04:09:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:09:47 #2 DONE 0.0s 04:09:47 04:09:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:09:47 #3 DONE 0.0s 04:09:47 04:09:47 #4 [internal] load .dockerignore 04:09:47 #4 transferring context: 2B done 04:09:47 #4 DONE 0.0s 04:09:47 04:09:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:47 #5 CACHED 04:09:47 04:09:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 04:09:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6275a30e97df4685a5519dab5d500ff966547738ff7c4218f76d7dce9307753b 0.0s done 04:09:47 #6 CACHED 04:09:47 04:09:47 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:09:47 #7 DONE 0.0s 04:09:47 04:09:47 #8 exporting to image 04:09:47 #8 exporting layers done 04:09:47 #8 exporting manifest sha256:25b743fb41c5c3a3a9400c3e8f06f8919a1c1202d8b2e18fe5751c9f64b2e33d done 04:09:47 #8 exporting config sha256:8783e31b345a66180909796d96dd2cba07dd0321c8921629fc56ff98fa462601 done 04:09:47 #8 exporting manifest sha256:0b65a465e5311cfaa713a1ea173956e38a73181a12ac2fa4f911c7fc7db661b2 done 04:09:47 #8 exporting config sha256:506afaadd88a5fb2073640404ccf10f14b8fb9d7da98edf0dbd50f5cbac4b625 done 04:09:47 #8 exporting manifest list sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e done 04:09:47 #8 pushing layers 0.0s done 04:09:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:4c758896b5e9a47823a2087b8830b73f70a853174e2fb77e139297816ae11a2e 0.1s done 04:09:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:47 #8 DONE 0.1s 04:09:47 04:09:47 1 warning found (use --debug to expand): 04:09:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:48 #1 [internal] load build definition from Dockerfile 04:09:48 #1 transferring dockerfile: 206B done 04:09:48 #1 DONE 0.0s 04:09:48 04:09:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:48 #2 DONE 0.0s 04:09:48 04:09:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:48 #3 DONE 0.1s 04:09:48 04:09:48 #4 [internal] load .dockerignore 04:09:48 #4 transferring context: 2B done 04:09:48 #4 DONE 0.0s 04:09:48 04:09:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:48 #5 ... 04:09:48 04:09:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:48 #6 DONE 0.1s 04:09:48 04:09:48 #7 exporting to image 04:09:48 #7 exporting layers done 04:09:48 #7 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done 04:09:48 #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 04:09:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:48 #7 ... 04:09:48 04:09:48 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:09:48 #8 DONE 0.0s 04:09:48 04:09:48 #7 exporting to image 04:09:48 #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done 04:09:48 #7 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done 04:09:48 #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done 04:09:48 #7 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done 04:09:48 #7 pushing layers 0.1s done 04:09:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 04:09:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done 04:09:48 #7 DONE 0.2s 04:09:48 04:09:48 1 warning found (use --debug to expand): 04:09:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 04:09:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 04:09:48 #1 [internal] load build definition from Dockerfile 04:09:48 #1 transferring dockerfile: 172B done 04:09:48 #1 DONE 0.0s 04:09:48 04:09:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:09:48 #2 DONE 0.0s 04:09:48 04:09:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:09:48 #3 DONE 0.0s 04:09:48 04:09:48 #4 [internal] load .dockerignore 04:09:48 #4 transferring context: 2B done 04:09:48 #4 DONE 0.0s 04:09:48 04:09:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:48 #5 DONE 0.0s 04:09:48 04:09:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:49 #6 CACHED 04:09:49 04:09:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:49 #5 CACHED 04:09:49 04:09:49 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:09:49 #7 DONE 0.0s 04:09:49 04:09:49 #8 exporting to image 04:09:49 #8 exporting layers done 04:09:49 #8 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done 04:09:49 #8 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done 04:09:49 #8 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done 04:09:49 #8 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done 04:09:49 #8 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done 04:09:49 #8 pushing layers 0.0s done 04:09:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done 04:09:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:49 #8 DONE 0.1s 04:09:49 04:09:49 1 warning found (use --debug to expand): 04:09:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13' 04:09:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 --push - 04:09:49 #1 [internal] load build definition from Dockerfile 04:09:49 #1 transferring dockerfile: 178B done 04:09:49 #1 DONE 0.0s 04:09:49 04:09:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 04:09:49 #2 DONE 0.0s 04:09:49 04:09:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13 04:09:49 #3 DONE 0.0s 04:09:49 04:09:49 #4 [internal] load .dockerignore 04:09:49 #4 transferring context: 2B done 04:09:49 #4 DONE 0.0s 04:09:49 04:09:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:49 #5 CACHED 04:09:49 04:09:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:49 #6 CACHED 04:09:49 04:09:49 #7 exporting to image 04:09:49 #7 exporting layers done 04:09:49 #7 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done 04:09:49 #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done 04:09:49 #7 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done 04:09:49 #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 04:09:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:49 #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done 04:09:49 #7 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done 04:09:49 #7 pushing layers 0.0s done 04:09:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.13@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done 04:09:49 #7 DONE 0.1s 04:09:49 04:09:49 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:09:49 #8 DONE 0.0s 04:09:49 04:09:49 1 warning found (use --debug to expand): 04:09:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:49 #1 [internal] load build definition from Dockerfile 04:09:49 #1 transferring dockerfile: 219B done 04:09:49 #1 DONE 0.0s 04:09:49 04:09:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:49 #2 DONE 0.0s 04:09:49 04:09:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:49 #3 DONE 0.0s 04:09:49 04:09:49 #4 [internal] load .dockerignore 04:09:49 #4 transferring context: 2B done 04:09:49 #4 DONE 0.0s 04:09:49 04:09:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:49 #5 CACHED 04:09:49 04:09:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:49 #6 CACHED 04:09:49 04:09:49 #7 exporting to image 04:09:49 #7 exporting layers done 04:09:49 #7 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done 04:09:49 #7 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done 04:09:49 #7 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done 04:09:49 #7 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done 04:09:49 #7 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done 04:09:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:50 #7 pushing layers 0.0s done 04:09:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done 04:09:50 #7 DONE 0.1s 04:09:50 04:09:50 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:09:50 #8 DONE 0.0s 04:09:50 04:09:50 1 warning found (use --debug to expand): 04:09:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 04:09:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 04:09:50 #1 [internal] load build definition from Dockerfile 04:09:50 #1 transferring dockerfile: 170B done 04:09:50 #1 DONE 0.0s 04:09:50 04:09:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:09:50 #2 DONE 0.0s 04:09:50 04:09:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:09:50 #3 DONE 0.0s 04:09:50 04:09:50 #4 [internal] load .dockerignore 04:09:50 #4 transferring context: 2B done 04:09:50 #4 DONE 0.0s 04:09:50 04:09:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:50 #5 ... 04:09:50 04:09:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 0.0s done 04:09:50 #6 DONE 0.0s 04:09:50 04:09:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:50 #5 CACHED 04:09:50 04:09:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3fb2eb17e1ef67f82082ab211f4e606d6879a55a746568a82a73793f0134094 04:09:50 #6 CACHED 04:09:50 04:09:50 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:09:50 #7 DONE 0.0s 04:09:50 04:09:50 #8 exporting to image 04:09:50 #8 exporting layers done 04:09:50 #8 exporting manifest sha256:e29d5657a85149037e783e474b20e2baa5c3c061c25d4687323ce92f4e3ecf24 done 04:09:50 #8 exporting config sha256:b27c38f29df85ab5660d9d6386b63fa5ba61447166d5fd32730790cdb25997e4 done 04:09:50 #8 exporting manifest sha256:0c0e4aedf49fdadc8b990d7f53f686e06421dd8aaf01b0382f8127d707dee8e9 done 04:09:50 #8 exporting config sha256:ac57acfdef72e22a50d3268064c1aeef15d28676993a6cc7f0e6f148a7a8d8a5 done 04:09:50 #8 exporting manifest list sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 done 04:09:50 #8 pushing layers 0.0s done 04:09:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:cb85e19b6791d30c737e6670cc8ce18b19370772f81a13085e918af0380d3957 0.1s done 04:09:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:50 #8 DONE 0.1s 04:09:50 04:09:50 1 warning found (use --debug to expand): 04:09:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:51 #1 [internal] load build definition from Dockerfile 04:09:51 #1 transferring dockerfile: 206B done 04:09:51 #1 DONE 0.0s 04:09:51 04:09:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:51 #2 DONE 0.0s 04:09:51 04:09:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:51 #3 DONE 0.1s 04:09:51 04:09:51 #4 [internal] load .dockerignore 04:09:51 #4 transferring context: 2B done 04:09:51 #4 DONE 0.0s 04:09:51 04:09:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:51 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:51 #5 DONE 0.0s 04:09:51 04:09:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:51 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:51 #6 DONE 0.1s 04:09:51 04:09:51 #7 exporting to image 04:09:51 #7 exporting layers done 04:09:51 #7 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done 04:09:51 #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done 04:09:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:51 #7 ... 04:09:51 04:09:51 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:09:51 #8 DONE 0.0s 04:09:51 04:09:51 #7 exporting to image 04:09:51 #7 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d 0.0s done 04:09:51 #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done 04:09:51 #7 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done 04:09:51 #7 pushing layers 0.1s done 04:09:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 04:09:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done 04:09:51 #7 DONE 0.2s 04:09:51 04:09:51 1 warning found (use --debug to expand): 04:09:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 04:09:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 04:09:51 #1 [internal] load build definition from Dockerfile 04:09:51 #1 transferring dockerfile: 172B done 04:09:51 #1 DONE 0.0s 04:09:51 04:09:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:09:51 #2 DONE 0.0s 04:09:51 04:09:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:09:51 #3 DONE 0.0s 04:09:51 04:09:51 #4 [internal] load .dockerignore 04:09:51 #4 transferring context: 2B done 04:09:51 #4 DONE 0.0s 04:09:51 04:09:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:51 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:51 #5 CACHED 04:09:51 04:09:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:51 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:51 #6 CACHED 04:09:52 04:09:52 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:09:52 #7 DONE 0.0s 04:09:52 04:09:52 #8 exporting to image 04:09:52 #8 exporting layers done 04:09:52 #8 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done 04:09:52 #8 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done 04:09:52 #8 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done 04:09:52 #8 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done 04:09:52 #8 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done 04:09:52 #8 pushing layers 0.0s done 04:09:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done 04:09:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:52 #8 DONE 0.1s 04:09:52 04:09:52 1 warning found (use --debug to expand): 04:09:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13' 04:09:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 --push - 04:09:52 #1 [internal] load build definition from Dockerfile 04:09:52 #1 transferring dockerfile: 178B done 04:09:52 #1 DONE 0.0s 04:09:52 04:09:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 04:09:52 #2 DONE 0.0s 04:09:52 04:09:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13 04:09:52 #3 DONE 0.0s 04:09:52 04:09:52 #4 [internal] load .dockerignore 04:09:52 #4 transferring context: 2B done 04:09:52 #4 DONE 0.0s 04:09:52 04:09:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:52 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:52 #5 CACHED 04:09:52 04:09:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:52 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:52 #6 CACHED 04:09:52 04:09:52 #7 exporting to image 04:09:52 #7 exporting layers done 04:09:52 #7 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done 04:09:52 #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 04:09:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:52 #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done 04:09:52 #7 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done 04:09:52 #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done 04:09:52 #7 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done 04:09:52 #7 pushing layers 0.0s done 04:09:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.13@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done 04:09:52 #7 DONE 0.1s 04:09:52 04:09:52 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:09:52 #8 DONE 0.0s 04:09:52 04:09:52 1 warning found (use --debug to expand): 04:09:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:52 #1 [internal] load build definition from Dockerfile 04:09:52 #1 transferring dockerfile: 219B done 04:09:52 #1 DONE 0.0s 04:09:52 04:09:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:52 #2 DONE 0.0s 04:09:52 04:09:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:52 #3 DONE 0.0s 04:09:52 04:09:52 #4 [internal] load .dockerignore 04:09:52 #4 transferring context: 2B done 04:09:52 #4 DONE 0.0s 04:09:52 04:09:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:52 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:52 #5 DONE 0.0s 04:09:52 04:09:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:53 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:53 #6 CACHED 04:09:53 04:09:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:53 #5 CACHED 04:09:53 04:09:53 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:09:53 #7 DONE 0.0s 04:09:53 04:09:53 #8 exporting to image 04:09:53 #8 exporting layers done 04:09:53 #8 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done 04:09:53 #8 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done 04:09:53 #8 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done 04:09:53 #8 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done 04:09:53 #8 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done 04:09:53 #8 pushing layers 0.0s done 04:09:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done 04:09:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:53 #8 DONE 0.1s 04:09:53 04:09:53 1 warning found (use --debug to expand): 04:09:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 04:09:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 04:09:53 #1 [internal] load build definition from Dockerfile 04:09:53 #1 transferring dockerfile: 170B done 04:09:53 #1 DONE 0.0s 04:09:53 04:09:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:09:53 #2 DONE 0.0s 04:09:53 04:09:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:09:53 #3 DONE 0.0s 04:09:53 04:09:53 #4 [internal] load .dockerignore 04:09:53 #4 transferring context: 2B done 04:09:53 #4 DONE 0.0s 04:09:53 04:09:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:53 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:53 #5 CACHED 04:09:53 04:09:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 04:09:53 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8f446b527c0842d0878295ee557e2f2c0a04991d5b725928ba1b35d1a39d07c9 0.0s done 04:09:53 #6 CACHED 04:09:53 04:09:53 #7 exporting to image 04:09:53 #7 exporting layers done 04:09:53 #7 exporting manifest sha256:6c0f2b00b1f9530176e6606dd8295161ca0d961ade50ce870a65af51295859b1 done 04:09:53 #7 exporting config sha256:5d85a48a869798b00f86fbcadd9311cb847cbd798744f33a0ffacdeb2b96cf22 done 04:09:53 #7 exporting manifest sha256:d2561cdc0843872f15f03b61c37913af842ca68fadc80c629a287aff86509c2d done 04:09:53 #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 04:09:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:53 #7 exporting config sha256:0b270fea2c1a8d134144386400ef8542b98a6a9eac24368de5de8f7162570b85 done 04:09:53 #7 exporting manifest list sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 done 04:09:53 #7 pushing layers 0.0s done 04:09:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:87e57913440e968c5a6a2eb8bdb29d6daaa41569b5abfc0f6aaa518ba1246d13 0.1s done 04:09:53 #7 DONE 0.1s 04:09:53 04:09:53 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:09:53 #8 DONE 0.0s 04:09:53 04:09:53 1 warning found (use --debug to expand): 04:09:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0' 04:09:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 --push - 04:09:54 #1 [internal] load build definition from Dockerfile 04:09:54 #1 transferring dockerfile: 202B done 04:09:54 #1 DONE 0.0s 04:09:54 04:09:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:54 #2 DONE 0.0s 04:09:54 04:09:54 #3 [internal] load .dockerignore 04:09:54 #3 transferring context: 2B done 04:09:54 #3 DONE 0.0s 04:09:54 04:09:54 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:09:54 #4 DONE 0.1s 04:09:54 04:09:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:54 #5 DONE 0.0s 04:09:54 04:09:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:54 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:54 #6 DONE 0.1s 04:09:54 04:09:54 #7 exporting to image 04:09:54 #7 exporting layers done 04:09:54 #7 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done 04:09:54 #7 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done 04:09:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:54 #7 ... 04:09:54 04:09:54 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:09:54 #8 DONE 0.0s 04:09:54 04:09:54 #7 exporting to image 04:09:54 #7 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done 04:09:54 #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done 04:09:54 #7 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done 04:09:54 #7 pushing layers 0.1s done 04:09:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 04:09:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done 04:09:54 #7 DONE 0.2s 04:09:54 04:09:54 1 warning found (use --debug to expand): 04:09:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 04:09:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 04:09:54 #1 [internal] load build definition from Dockerfile 04:09:54 #1 transferring dockerfile: 168B done 04:09:54 #1 DONE 0.0s 04:09:54 04:09:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:09:54 #2 DONE 0.0s 04:09:54 04:09:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:09:54 #3 DONE 0.0s 04:09:54 04:09:54 #4 [internal] load .dockerignore 04:09:54 #4 transferring context: 2B done 04:09:54 #4 DONE 0.0s 04:09:54 04:09:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:54 #5 DONE 0.0s 04:09:54 04:09:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:55 #6 CACHED 04:09:55 04:09:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:55 #5 CACHED 04:09:55 04:09:55 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:09:55 #7 DONE 0.0s 04:09:55 04:09:55 #8 exporting to image 04:09:55 #8 exporting layers done 04:09:55 #8 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done 04:09:55 #8 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done 04:09:55 #8 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done 04:09:55 #8 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done 04:09:55 #8 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done 04:09:55 #8 pushing layers 0.0s done 04:09:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done 04:09:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:55 #8 DONE 0.1s 04:09:55 04:09:55 1 warning found (use --debug to expand): 04:09:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 --push - 04:09:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13' 04:09:55 #1 [internal] load build definition from Dockerfile 04:09:55 #1 transferring dockerfile: 174B done 04:09:55 #1 DONE 0.0s 04:09:55 04:09:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 04:09:55 #2 DONE 0.0s 04:09:55 04:09:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13 04:09:55 #3 DONE 0.0s 04:09:55 04:09:55 #4 [internal] load .dockerignore 04:09:55 #4 transferring context: 2B 0.0s done 04:09:55 #4 DONE 0.0s 04:09:55 04:09:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:55 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:55 #5 DONE 0.0s 04:09:55 04:09:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:55 #6 CACHED 04:09:55 04:09:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:55 #5 CACHED 04:09:55 04:09:55 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:09:55 #7 DONE 0.0s 04:09:55 04:09:55 #8 exporting to image 04:09:55 #8 exporting layers done 04:09:55 #8 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done 04:09:55 #8 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done 04:09:55 #8 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done 04:09:55 #8 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done 04:09:55 #8 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done 04:09:55 #8 pushing layers 0.0s done 04:09:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.13@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done 04:09:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:55 #8 DONE 0.1s 04:09:55 04:09:55 1 warning found (use --debug to expand): 04:09:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13' 04:09:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 --push - 04:09:56 #1 [internal] load build definition from Dockerfile 04:09:56 #1 transferring dockerfile: 215B done 04:09:56 #1 DONE 0.0s 04:09:56 04:09:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:56 #2 DONE 0.0s 04:09:56 04:09:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:09:56 #3 DONE 0.0s 04:09:56 04:09:56 #4 [internal] load .dockerignore 04:09:56 #4 transferring context: 2B done 04:09:56 #4 DONE 0.0s 04:09:56 04:09:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:56 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 done 04:09:56 #5 CACHED 04:09:56 04:09:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:56 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 done 04:09:56 #6 CACHED 04:09:56 04:09:56 #7 exporting to image 04:09:56 #7 exporting layers done 04:09:56 #7 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done 04:09:56 #7 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done 04:09:56 #7 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done 04:09:56 #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done 04:09:56 #7 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done 04:09:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:56 #7 pushing layers 0.0s done 04:09:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done 04:09:56 #7 DONE 0.1s 04:09:56 04:09:56 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:09:56 #8 DONE 0.0s 04:09:56 04:09:56 1 warning found (use --debug to expand): 04:09:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:09:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 04:09:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 04:09:56 #1 [internal] load build definition from Dockerfile 04:09:56 #1 transferring dockerfile: 166B done 04:09:56 #1 DONE 0.0s 04:09:56 04:09:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:09:56 #2 DONE 0.0s 04:09:56 04:09:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:09:56 #3 DONE 0.0s 04:09:56 04:09:56 #4 [internal] load .dockerignore 04:09:56 #4 transferring context: 2B done 04:09:56 #4 DONE 0.0s 04:09:56 04:09:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:56 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:56 #5 CACHED 04:09:56 04:09:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 04:09:56 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9190fe6e16714c22327868ce571d49567df9860c484d4209f1b51abbb4dca001 0.0s done 04:09:56 #6 CACHED 04:09:56 04:09:56 #7 exporting to image 04:09:56 #7 exporting layers done 04:09:56 #7 exporting manifest sha256:b8db9092ded59c88fb6db8977409ea9f1a70dea67630b0c0e8e4e8077a83aa3f done 04:09:56 #7 exporting config sha256:4e5d09f1238156a85430cf84b3e87ded2ce57032d49f3f8038ce1b810e104b27 done 04:09:56 #7 exporting manifest sha256:d63e13043aa3d6bac0e37ab53cc83ad2db260a2d48a2d56249ad4e0c261cfe17 done 04:09:56 #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 04:09:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:09:56 #7 exporting config sha256:1d84473c0a58aa06ea1718ffe9ac8eb79ddd0bd43a90987c54eb1b8ab71712e4 done 04:09:56 #7 exporting manifest list sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 done 04:09:56 #7 pushing layers 0.0s done 04:09:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:5f7488bd46e778d75ff857a773406aa175923a34034a824091671b0a828d6b39 0.1s done 04:09:56 #7 DONE 0.1s 04:09:56 04:09:56 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:09:56 #8 DONE 0.0s 04:09:56 04:09:56 1 warning found (use --debug to expand): 04:09: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 04:09:57 + '[' -d /w/workspace/edgex-go/840/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:09:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:09:58 ---> package-listing.sh 04:09:58 ++ facter osfamily 04:09:58 ++ tr '[:upper:]' '[:lower:]' 04:09:58 + OS_FAMILY=redhat 04:09:58 + workspace=/w/workspace/edgex-go/840 04:09:58 + START_PACKAGES=/tmp/packages_start.txt 04:09:58 + END_PACKAGES=/tmp/packages_end.txt 04:09:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:09:58 + PACKAGES=/tmp/packages_start.txt 04:09:58 + '[' /w/workspace/edgex-go/840 ']' 04:09:58 + PACKAGES=/tmp/packages_end.txt 04:09:58 + case "${OS_FAMILY}" in 04:09:58 + rpm -qa 04:09:58 + sort 04:09:59 + '[' -f /tmp/packages_start.txt ']' 04:09:59 + '[' -f /tmp/packages_end.txt ']' 04:09:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:09:59 + '[' /w/workspace/edgex-go/840 ']' 04:09:59 + mkdir -p /w/workspace/edgex-go/840/archives/ 04:09:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/840/archives/ [Pipeline] echo 04:09:59 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/840/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:09:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:09:59 04:09:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:00 latest: Pulling from edgex-lftools-log-publisher 04:10:00 5eb5b503b376: Pulling fs layer 04:10:00 5c69ac0246d0: Pulling fs layer 04:10:00 ec43610c2a17: Pulling fs layer 04:10:00 3a2ae6a8a46f: Pulling fs layer 04:10:00 33b1e0a273af: Pulling fs layer 04:10:00 5d3b04190fa2: Pulling fs layer 04:10:00 2f39f015ded8: Pulling fs layer 04:10:00 3a2ae6a8a46f: Waiting 04:10:00 33b1e0a273af: Waiting 04:10:00 5d3b04190fa2: Waiting 04:10:00 2f39f015ded8: Waiting 04:10:00 5c69ac0246d0: Verifying Checksum 04:10:00 5c69ac0246d0: Download complete 04:10:00 3a2ae6a8a46f: Verifying Checksum 04:10:00 3a2ae6a8a46f: Download complete 04:10:00 33b1e0a273af: Verifying Checksum 04:10:00 33b1e0a273af: Download complete 04:10:00 ec43610c2a17: Verifying Checksum 04:10:00 ec43610c2a17: Download complete 04:10:00 5d3b04190fa2: Verifying Checksum 04:10:00 5d3b04190fa2: Download complete 04:10:00 5eb5b503b376: Verifying Checksum 04:10:00 5eb5b503b376: Download complete 04:10:01 2f39f015ded8: Verifying Checksum 04:10:01 2f39f015ded8: Download complete 04:10:02 5eb5b503b376: Pull complete 04:10:02 5c69ac0246d0: Pull complete 04:10:02 ec43610c2a17: Pull complete 04:10:02 3a2ae6a8a46f: Pull complete 04:10:02 33b1e0a273af: Pull complete 04:10:02 5d3b04190fa2: Pull complete 04:10:06 2f39f015ded8: Pull complete 04:10:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:10:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:10:06 prd-centos7-docker-4c-2g-2264 does not seem to be running inside a container 04:10:06 $ 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/840/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:10:10 $ docker top 5c4c82034d272457d405e16f6217a35368a95959244168f025f76fc25f046b34 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:10 + touch /tmp/pre-build-complete [Pipeline] sh 04:10:10 + mkdir -p /var/log/sysstat [Pipeline] sh 04:10:11 + ls /var/log/sa-host 04:10:11 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:10:11 provisioning config files... 04:10:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15887790816737181434tmp [Pipeline] { [Pipeline] echo 04:10:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:10:11 ---> create-netrc.sh [Pipeline] } 04:10:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:10:12 ---> python-tools-install.sh [Pipeline] echo 04:10:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:10:12 ---> sudo-logs.sh 04:10:12 Archiving 'sudo' log.. 04:10:12 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:10:12 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 04:10:12 $ docker stop --time=1 5c4c82034d272457d405e16f6217a35368a95959244168f025f76fc25f046b34 04:10:13 $ docker rm -f --volumes 5c4c82034d272457d405e16f6217a35368a95959244168f025f76fc25f046b34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 04:10:13 [WS-CLEANUP] Deleting project workspace... 04:10:13 [WS-CLEANUP] Deferred wipeout is used... 04:10:13 [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] } 04:23:39 #145 ... 04:23:39 04:23:39 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:23:39 #149 DONE 1055.6s 04:23:39 04:23:39 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:23:39 #155 DONE 0.6s 04:23:39 04:23:39 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:23:39 #147 ... 04:23:39 04:23:39 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:23:39 #156 ... 04:23:39 04:23:39 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:23:39 #153 DONE 1052.8s 04:23:39 04:23:39 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:23:39 #148 ... 04:23:39 04:23:39 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:23:40 #157 DONE 0.5s 04:23:40 04:23:40 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:23:40 #158 DONE 0.3s 04:23:40 04:23:40 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:23:41 #159 DONE 0.4s 04:23:41 04:23:41 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:23:41 #154 ... 04:23:41 04:23:41 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:23:41 #160 DONE 0.1s 04:23:41 04:23:41 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:23:41 #161 DONE 0.1s 04:23:41 04:23:41 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:23:41 #45 ... 04:23:41 04:23:41 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:23:42 #162 ... 04:23:42 04:23:42 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:23:42 #156 DONE 3.4s 04:23:42 04:23:42 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 04:23:42 #163 DONE 0.4s 04:23:42 04:23:42 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:23:42 #45 ... 04:23:42 04:23:42 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:23:43 #164 DONE 0.3s 04:23:43 04:23:43 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:23:43 #147 ... 04:23:43 04:23:43 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:23:43 #165 DONE 0.3s 04:23:43 04:23:43 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:23:43 #166 DONE 0.2s 04:23:43 04:23:43 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 04:23:43 #167 DONE 0.2s 04:23:43 04:23:43 #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/ 04:23:44 #168 DONE 0.2s 04:23:44 04:23:44 #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/ 04:23:44 #169 DONE 0.3s 04:23:44 04:23:44 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:23:44 #170 ... 04:23:44 04:23:44 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:23:44 #162 DONE 3.0s 04:23:44 04:23:44 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:23:44 #170 DONE 0.2s 04:23:44 04:23:44 #108 [core-common-config-bootstrapper] exporting to image 04:23:44 #108 exporting layers 04:23:45 #108 exporting layers 0.9s done 04:23:45 #108 writing image sha256:a2323bd3f7e29c2193a3bf1384d0693c52530718696ac7855f45944244c054f4 done 04:23:45 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 04:23:45 #108 DONE 9.8s 04:23:45 04:23:45 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:23:47 #171 DONE 2.4s 04:23:47 04:23:47 #108 [security-bootstrapper] exporting to image 04:23:48 #108 exporting layers 0.9s done 04:23:48 #108 writing image sha256:69735516eed927e48a4559859efe3d8bae5e085c97255dc5d6c449fa587f028a done 04:23:48 #108 naming to docker.io/library/security-bootstrapper-arm64 done 04:23:48 #108 DONE 10.8s 04:23:48 04:23:48 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:38:10 #151 DONE 1914.5s 04:38:10 04:38:10 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:38:10 #148 ... 04:38:10 04:38:10 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:38:10 #172 DONE 0.1s 04:38:10 04:38:10 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:38:10 #120 ... 04:38:10 04:38:10 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:38:10 #173 DONE 0.2s 04:38:10 04:38:10 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:10 #174 DONE 0.3s 04:38:10 04:38:10 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:38:10 #148 ... 04:38:10 04:38:10 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:38:10 #175 DONE 0.1s 04:38:10 04:38:10 #108 [core-command] exporting to image 04:38:10 #108 exporting layers 04:38:10 #108 exporting layers 0.3s done 04:38:10 #108 writing image sha256:a878c620bc1c27c186f54615d714f47bcc4c4d368623e74b78536f2342b4a46e done 04:38:10 #108 naming to docker.io/library/core-command-arm64 done 04:38:10 #108 DONE 11.1s 04:38:10 04:38:10 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:38:23 #45 ... 04:38:23 04:38:23 #125 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:38:23 #125 1938.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.13 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:38:28 #125 ... 04:38:28 04:38:28 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:38:28 #150 DONE 1945.6s 04:38:28 04:38:28 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:38:28 #145 ... 04:38:28 04:38:28 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:38:28 #176 DONE 0.2s 04:38:28 04:38:28 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:38:29 #177 DONE 0.2s 04:38:29 04:38:29 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:38:29 #154 ... 04:38:29 04:38:29 #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 04:38:29 #178 DONE 0.2s 04:38:29 04:38:29 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:38:29 #179 DONE 0.2s 04:38:29 04:38:29 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:38:29 #180 DONE 0.3s 04:38:29 04:38:29 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:38:30 #181 DONE 0.3s 04:38:30 04:38:30 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:38:32 #182 DONE 1.8s 04:38:32 04:38:32 #108 [security-proxy-setup] exporting to image 04:38:32 #108 exporting layers 04:38:32 #108 exporting layers 1.0s done 04:38:33 #108 writing image sha256:c69b1854c11fd6ce9ed24a01339680befc29e5256f633f5e7d0f5ca09dd563fa done 04:38:33 #108 naming to docker.io/library/security-proxy-setup-arm64 done 04:38:33 #108 DONE 12.1s 04:38:33 04:38:33 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:38:55 #148 ... 04:38:55 04:38:55 #125 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:38:55 #125 DONE 1972.5s 04:38:55 04:38:55 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:38:56 #120 ... 04:38:56 04:38:56 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:38:56 #183 DONE 0.2s 04:38:56 04:38:56 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:38:56 #184 DONE 0.1s 04:38:56 04:38:56 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:38:56 #185 DONE 0.1s 04:38:56 04:38:56 #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 04:38:56 #186 DONE 0.1s 04:38:56 04:38:56 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:38:56 #148 ... 04:38:56 04:38:56 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:38:56 #187 DONE 0.2s 04:38:56 04:38:56 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:38:57 #188 DONE 0.3s 04:38:57 04:38:57 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:38:57 #189 DONE 0.4s 04:38:57 04:38:57 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:38:57 #45 ... 04:38:57 04:38:57 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:38:57 #190 DONE 0.2s 04:38:57 04:38:57 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:00 #191 DONE 1.8s 04:39:00 04:39:00 #108 [security-secretstore-setup] exporting to image 04:39:00 #108 exporting layers 04:39:01 #108 exporting layers 1.6s done 04:39:01 #108 writing image sha256:02122f7d54e63134be85069dbfb07f7c34ec723ac88754f4454f673a1709248d done 04:39:01 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 04:39:01 #108 DONE 13.7s 04:39:01 04:39:01 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:39:57 #145 DONE 2029.8s 04:39:57 04:39:57 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:39:57 #148 ... 04:39:57 04:39:57 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:39:57 #192 DONE 0.2s 04:39:57 04:39:57 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:39:57 #148 ... 04:39:57 04:39:57 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:39:57 #193 DONE 0.1s 04:39:57 04:39:57 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:39:57 #194 DONE 0.4s 04:39:57 04:39:57 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:39:57 #144 ... 04:39:57 04:39:57 #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 04:39:57 #195 DONE 0.1s 04:39:58 04:39:58 #108 [security-spiffe-token-provider] exporting to image 04:39:58 #108 exporting layers 04:39:59 #108 exporting layers 1.0s done 04:39:59 #108 writing image sha256:1d4ccedf0f7177a2dbce4b9fd08e616de85f550b020ef36537f7035eabe9b4fd done 04:39:59 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 04:39:59 #108 DONE 14.8s 04:39:59 04:39:59 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:40:38 #144 ... 04:40:38 04:40:38 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:40:38 #148 DONE 2072.2s 04:40:38 04:40:38 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:40:39 #144 ... 04:40:39 04:40:39 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:40:39 #147 DONE 2072.3s 04:40:39 04:40:39 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:40:39 #196 ... 04:40:39 04:40:39 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:40:39 #152 DONE 2073.4s 04:40:39 04:40:39 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:40:39 #196 DONE 0.3s 04:40:39 04:40:39 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:40:40 #45 ... 04:40:40 04:40:40 #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:40:40 #197 DONE 0.3s 04:40:40 04:40:40 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:40:40 #154 ... 04:40:40 04:40:40 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:40:40 #198 DONE 0.3s 04:40:40 04:40:40 #199 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:40:40 #199 DONE 0.1s 04:40:40 04:40:40 #200 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:40:40 #200 DONE 0.3s 04:40:40 04:40:40 #201 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:40:41 #201 ... 04:40:41 04:40:41 #202 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:40:41 #202 DONE 1.1s 04:40:41 04:40:41 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:40:41 #203 ... 04:40:41 04:40:41 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:40:41 #204 DONE 0.7s 04:40:41 04:40:41 #201 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:40:41 #201 DONE 0.8s 04:40:41 04:40:41 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:40:41 #203 DONE 0.4s 04:40:41 04:40:41 #108 [core-data] exporting to image 04:40:41 #108 exporting layers 04:40:42 #108 ... 04:40:42 04:40:42 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:40:42 #205 DONE 0.4s 04:40:42 04:40:42 #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:40:42 #206 DONE 0.5s 04:40:42 04:40:42 #108 [core-keeper] exporting to image 04:40:42 #108 ... 04:40:42 04:40:42 #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:40:42 #207 DONE 0.4s 04:40:42 04:40:42 #108 [core-metadata] exporting to image 04:40:42 #108 exporting layers 0.9s done 04:40:42 #108 writing image sha256:ed7fe1c70d0794ad6cba9f1b82c655a60b0ad0cf9a39f44ba5d8f38250c2286e 04:40:42 #108 writing image sha256:ed7fe1c70d0794ad6cba9f1b82c655a60b0ad0cf9a39f44ba5d8f38250c2286e done 04:40:42 #108 naming to docker.io/library/core-data-arm64 0.0s done 04:40:42 #108 exporting layers 0.8s done 04:40:42 #108 writing image sha256:5cac83dc008413077c9351b5f3e5eddde8d43042beaee80042c201ecdf087208 done 04:40:42 #108 naming to docker.io/library/core-keeper-arm64 done 04:40:43 #108 exporting layers 0.6s done 04:40:43 #108 writing image sha256:31cd2d7e142bb1ed0a1b8ceb3bfc836eb7ac300aa6c162168005c8789cd66e25 done 04:40:43 #108 naming to docker.io/library/core-metadata-arm64 done 04:40:43 #108 DONE 16.2s 04:40:43 04:40:43 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:40:44 #154 DONE 2077.7s 04:40:44 04:40:44 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:40:44 #45 ... 04:40:44 04:40:44 #208 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:40:44 #208 DONE 0.1s 04:40:44 04:40:44 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:40:44 #120 ... 04:40:44 04:40:44 #209 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:40:44 #209 DONE 0.2s 04:40:44 04:40:44 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:40:44 #144 ... 04:40:44 04:40:44 #210 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:40:45 #210 DONE 0.4s 04:40:45 04:40:45 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:40:45 #144 ... 04:40:45 04:40:45 #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:40:45 #211 DONE 0.1s 04:40:45 04:40:45 #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:40:45 #212 DONE 0.1s 04:40:45 04:40:45 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:40:45 #144 ... 04:40:45 04:40:45 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:40:47 #213 DONE 1.7s 04:40:47 04:40:47 #108 [security-proxy-auth] exporting to image 04:40:47 #108 exporting layers 0.6s done 04:40:47 #108 writing image sha256:3bacb981a558cc26ec49d64a4b0dd4e36745049fed005ce13c841c0942c8f207 done 04:40:47 #108 naming to docker.io/library/security-proxy-auth-arm64 done 04:40:47 #108 DONE 16.8s 04:40:47 04:40:47 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:41:20 #144 DONE 2108.8s 04:41:20 04:41:20 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:41:20 #120 ... 04:41:20 04:41:20 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:41:20 #214 DONE 0.2s 04:41:20 04:41:20 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:41:20 #215 DONE 0.1s 04:41:20 04:41:20 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:41:20 #120 ... 04:41:20 04:41:20 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:41:20 #216 DONE 0.6s 04:41:20 04:41:20 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:41:20 #217 DONE 0.1s 04:41:20 04:41:20 #108 [support-scheduler] exporting to image 04:41:20 #108 exporting layers 04:41:20 #108 exporting layers 1.0s done 04:41:20 #108 writing image sha256:b727396dcff8517e6df624e8cf2e0192c921b93648fed7aa1c6cb41959dbc26e done 04:41:20 #108 naming to docker.io/library/support-scheduler-arm64 done 04:41:20 #108 DONE 17.8s 04:41:20 04:41:20 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:41:20 #120 DONE 2120.3s 04:41:20 04:41:20 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:20 #42 ... 04:41:20 04:41:20 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:41:20 #218 DONE 0.1s 04:41:20 04:41:20 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:20 #45 ... 04:41:20 04:41:20 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:41:21 #219 DONE 0.1s 04:41:21 04:41:21 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:41:21 #220 DONE 0.4s 04:41:21 04:41:21 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:41:21 #221 DONE 0.1s 04:41:21 04:41:21 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:21 #45 ... 04:41:21 04:41:21 #108 [support-notifications] exporting to image 04:41:21 #108 exporting layers 0.6s done 04:41:21 #108 writing image sha256:b9b871483b3b3a90cbeb6e69fc0448bcb59e2db6b6772cf5ffbe32316746a93d done 04:41:21 #108 naming to docker.io/library/support-notifications-arm64 done 04:41:21 #108 DONE 18.4s 04:41:21 04:41:21 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:21 time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:41:21 time="2025-05-26T04:03:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:41:21 $ docker stop --time=1 d3bf27cca8c3f265e1cae4991866e6dc96b429dcb6d0a0247595aabaf42138f3 04:41:23 $ docker rm -f --volumes d3bf27cca8c3f265e1cae4991866e6dc96b429dcb6d0a0247595aabaf42138f3 [Pipeline] // withDockerContainer [Pipeline] sh 04:41:24 + docker images 04:41:24 REPOSITORY TAG IMAGE ID CREATED SIZE 04:41:24 support-notifications-arm64 latest b9b871483b3b 2 seconds ago 52.3MB 04:41:24 support-scheduler-arm64 latest b727396dcff8 7 seconds ago 48.5MB 04:41:24 security-proxy-auth-arm64 latest 3bacb981a558 36 seconds ago 31.9MB 04:41:24 core-metadata-arm64 latest 31cd2d7e142b 41 seconds ago 33.1MB 04:41:24 core-data-arm64 latest ed7fe1c70d07 42 seconds ago 33MB 04:41:24 core-keeper-arm64 latest 5cac83dc0084 42 seconds ago 32.6MB 04:41:24 security-spiffe-token-provider-arm64 latest 1d4ccedf0f71 About a minute ago 48.1MB 04:41:24 security-secretstore-setup-arm64 latest 02122f7d54e6 2 minutes ago 67.6MB 04:41:24 security-proxy-setup-arm64 latest c69b1854c11f 2 minutes ago 38.7MB 04:41:24 core-command-arm64 latest a878c620bc1c 3 minutes ago 28.5MB 04:41:24 security-bootstrapper-arm64 latest 69735516eed9 17 minutes ago 21.1MB 04:41:24 core-common-config-bootstrapper-arm64 latest a2323bd3f7e2 17 minutes ago 17.9MB 04:41:24 security-spire-agent-arm64 latest 2c0508ad901b 36 minutes ago 187MB 04:41:24 security-spire-server-arm64 latest 243172369035 36 minutes ago 144MB 04:41:24 security-spire-config-arm64 latest e8d8b4df0b2d 36 minutes ago 143MB 04:41:24 ci-base-image-arm64 latest bb5610c19238 38 minutes ago 910MB 04:41:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 04:41:24 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 04:41:24 provisioning config files... 04:41:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/840@tmp/config16699854110088861722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:41:24 ---> ****-login.sh 04:41:24 nexus3.edgexfoundry.org:10001 04:41:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:25 Configure a credential helper to remove this warning. See 04:41:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:25 04:41:25 Login Succeeded 04:41:25 nexus3.edgexfoundry.org:10002 04:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:25 Configure a credential helper to remove this warning. See 04:41:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:25 04:41:25 Login Succeeded 04:41:25 nexus3.edgexfoundry.org:10003 04:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:25 Configure a credential helper to remove this warning. See 04:41:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:25 04:41:25 Login Succeeded 04:41:25 nexus3.edgexfoundry.org:10004 04:41:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:26 Configure a credential helper to remove this warning. See 04:41:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:26 04:41:26 Login Succeeded 04:41:26 ****.io 04:41:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:41:26 Configure a credential helper to remove this warning. See 04:41:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:41:26 04:41:26 Login Succeeded 04:41:26 ---> ****-login.sh ends [Pipeline] } 04:41:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:41:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:41:26 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 04:41:26 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:26 latest 04:41:26 4.1.0-dev.13 04:41:26 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:26 main 04:41:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:41:27 be0feea6d7eb: Preparing 04:41:27 675ec5176d06: Preparing 04:41:27 a0d1257f9b41: Preparing 04:41:27 be3b39d103fd: Preparing 04:41:27 814169bb3914: Preparing 04:41:27 e23cdf2ce029: Preparing 04:41:27 dd9c8f8612c8: Preparing 04:41:27 dd9c8f8612c8: Waiting 04:41:27 be3b39d103fd: Pushed 04:41:27 814169bb3914: Pushed 04:41:27 a0d1257f9b41: Pushed 04:41:27 be0feea6d7eb: Pushed 04:41:27 dd9c8f8612c8: Layer already exists 04:41:27 e23cdf2ce029: Pushed 04:41:32 675ec5176d06: Pushed 04:41:32 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:41:32 be0feea6d7eb: Preparing 04:41:32 675ec5176d06: Preparing 04:41:32 a0d1257f9b41: Preparing 04:41:32 be3b39d103fd: Preparing 04:41:32 814169bb3914: Preparing 04:41:32 e23cdf2ce029: Preparing 04:41:32 dd9c8f8612c8: Preparing 04:41:32 e23cdf2ce029: Waiting 04:41:32 dd9c8f8612c8: Waiting 04:41:32 675ec5176d06: Layer already exists 04:41:32 a0d1257f9b41: Layer already exists 04:41:32 be0feea6d7eb: Layer already exists 04:41:32 be3b39d103fd: Layer already exists 04:41:32 814169bb3914: Layer already exists 04:41:32 dd9c8f8612c8: Layer already exists 04:41:32 e23cdf2ce029: Layer already exists 04:41:32 latest: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 04:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:41:33 be0feea6d7eb: Preparing 04:41:33 675ec5176d06: Preparing 04:41:33 a0d1257f9b41: Preparing 04:41:33 be3b39d103fd: Preparing 04:41:33 814169bb3914: Preparing 04:41:33 e23cdf2ce029: Preparing 04:41:33 dd9c8f8612c8: Preparing 04:41:33 e23cdf2ce029: Waiting 04:41:33 dd9c8f8612c8: Waiting 04:41:33 be0feea6d7eb: Layer already exists 04:41:33 be3b39d103fd: Layer already exists 04:41:33 814169bb3914: Layer already exists 04:41:33 675ec5176d06: Layer already exists 04:41:33 a0d1257f9b41: Layer already exists 04:41:33 dd9c8f8612c8: Layer already exists 04:41:33 e23cdf2ce029: Layer already exists 04:41:33 4.1.0-dev.13: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:41:34 be0feea6d7eb: Preparing 04:41:34 675ec5176d06: Preparing 04:41:34 a0d1257f9b41: Preparing 04:41:34 be3b39d103fd: Preparing 04:41:34 814169bb3914: Preparing 04:41:34 e23cdf2ce029: Preparing 04:41:34 dd9c8f8612c8: Preparing 04:41:34 e23cdf2ce029: Waiting 04:41:34 dd9c8f8612c8: Waiting 04:41:34 be0feea6d7eb: Layer already exists 04:41:34 be3b39d103fd: Layer already exists 04:41:34 814169bb3914: Layer already exists 04:41:34 675ec5176d06: Layer already exists 04:41:34 a0d1257f9b41: Layer already exists 04:41:34 dd9c8f8612c8: Layer already exists 04:41:34 e23cdf2ce029: Layer already exists 04:41:34 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 04:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:41:35 be0feea6d7eb: Preparing 04:41:35 675ec5176d06: Preparing 04:41:35 a0d1257f9b41: Preparing 04:41:35 be3b39d103fd: Preparing 04:41:35 814169bb3914: Preparing 04:41:35 e23cdf2ce029: Preparing 04:41:35 dd9c8f8612c8: Preparing 04:41:35 e23cdf2ce029: Waiting 04:41:35 dd9c8f8612c8: Waiting 04:41:35 814169bb3914: Layer already exists 04:41:35 675ec5176d06: Layer already exists 04:41:35 be0feea6d7eb: Layer already exists 04:41:35 be3b39d103fd: Layer already exists 04:41:35 a0d1257f9b41: Layer already exists 04:41:35 dd9c8f8612c8: Layer already exists 04:41:35 e23cdf2ce029: Layer already exists 04:41:35 main: digest: sha256:7ad58ad9fd63099d002df2a0caae41bee9fe373ea77025f8e6d051c256d47c02 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:41:35 ===================================================== [Pipeline] echo 04:41:35 taggedImages: 04:41:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:41:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 04:41:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:41:35 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 04:41:35 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:35 latest 04:41:35 4.1.0-dev.13 04:41:35 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:35 main 04:41:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:36 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:41:36 b0da2232d013: Preparing 04:41:36 685057e6ad1d: Preparing 04:41:36 76e582ab0126: Preparing 04:41:36 eb00ba52b71e: Preparing 04:41:36 a0d1257f9b41: Preparing 04:41:36 be3b39d103fd: Preparing 04:41:36 814169bb3914: Preparing 04:41:36 be3b39d103fd: Waiting 04:41:36 e23cdf2ce029: Preparing 04:41:36 814169bb3914: Waiting 04:41:36 dd9c8f8612c8: Preparing 04:41:36 e23cdf2ce029: Waiting 04:41:36 dd9c8f8612c8: Waiting 04:41:36 a0d1257f9b41: Layer already exists 04:41:36 be3b39d103fd: Layer already exists 04:41:36 814169bb3914: Layer already exists 04:41:36 e23cdf2ce029: Layer already exists 04:41:36 76e582ab0126: Pushed 04:41:36 685057e6ad1d: Pushed 04:41:36 b0da2232d013: Pushed 04:41:36 dd9c8f8612c8: Layer already exists 04:41:38 eb00ba52b71e: Pushed 04:41:38 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:39 + 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 04:41:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:41:39 b0da2232d013: Preparing 04:41:39 685057e6ad1d: Preparing 04:41:39 76e582ab0126: Preparing 04:41:39 eb00ba52b71e: Preparing 04:41:39 a0d1257f9b41: Preparing 04:41:39 be3b39d103fd: Preparing 04:41:39 814169bb3914: Preparing 04:41:39 e23cdf2ce029: Preparing 04:41:39 dd9c8f8612c8: Preparing 04:41:39 be3b39d103fd: Waiting 04:41:39 e23cdf2ce029: Waiting 04:41:39 dd9c8f8612c8: Waiting 04:41:39 814169bb3914: Waiting 04:41:39 76e582ab0126: Layer already exists 04:41:39 a0d1257f9b41: Layer already exists 04:41:39 eb00ba52b71e: Layer already exists 04:41:39 685057e6ad1d: Layer already exists 04:41:39 b0da2232d013: Layer already exists 04:41:39 be3b39d103fd: Layer already exists 04:41:39 814169bb3914: Layer already exists 04:41:39 e23cdf2ce029: Layer already exists 04:41:39 dd9c8f8612c8: Layer already exists 04:41:39 latest: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 04:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:41:40 b0da2232d013: Preparing 04:41:40 685057e6ad1d: Preparing 04:41:40 76e582ab0126: Preparing 04:41:40 eb00ba52b71e: Preparing 04:41:40 a0d1257f9b41: Preparing 04:41:40 be3b39d103fd: Preparing 04:41:40 814169bb3914: Preparing 04:41:40 e23cdf2ce029: Preparing 04:41:40 dd9c8f8612c8: Preparing 04:41:40 814169bb3914: Waiting 04:41:40 e23cdf2ce029: Waiting 04:41:40 be3b39d103fd: Waiting 04:41:40 dd9c8f8612c8: Waiting 04:41:40 76e582ab0126: Layer already exists 04:41:40 a0d1257f9b41: Layer already exists 04:41:40 685057e6ad1d: Layer already exists 04:41:40 b0da2232d013: Layer already exists 04:41:40 eb00ba52b71e: Layer already exists 04:41:40 be3b39d103fd: Layer already exists 04:41:40 814169bb3914: Layer already exists 04:41:40 dd9c8f8612c8: Layer already exists 04:41:40 e23cdf2ce029: Layer already exists 04:41:40 4.1.0-dev.13: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:41 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:41:41 b0da2232d013: Preparing 04:41:41 685057e6ad1d: Preparing 04:41:41 76e582ab0126: Preparing 04:41:41 eb00ba52b71e: Preparing 04:41:41 a0d1257f9b41: Preparing 04:41:41 be3b39d103fd: Preparing 04:41:41 814169bb3914: Preparing 04:41:41 e23cdf2ce029: Preparing 04:41:41 dd9c8f8612c8: Preparing 04:41:41 be3b39d103fd: Waiting 04:41:41 814169bb3914: Waiting 04:41:41 e23cdf2ce029: Waiting 04:41:41 dd9c8f8612c8: Waiting 04:41:41 a0d1257f9b41: Layer already exists 04:41:41 76e582ab0126: Layer already exists 04:41:41 b0da2232d013: Layer already exists 04:41:41 685057e6ad1d: Layer already exists 04:41:41 eb00ba52b71e: Layer already exists 04:41:41 dd9c8f8612c8: Layer already exists 04:41:41 e23cdf2ce029: Layer already exists 04:41:41 be3b39d103fd: Layer already exists 04:41:41 814169bb3914: Layer already exists 04:41:41 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:42 + 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 04:41:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 04:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:41:42 b0da2232d013: Preparing 04:41:42 685057e6ad1d: Preparing 04:41:42 76e582ab0126: Preparing 04:41:42 eb00ba52b71e: Preparing 04:41:42 a0d1257f9b41: Preparing 04:41:42 be3b39d103fd: Preparing 04:41:42 814169bb3914: Preparing 04:41:42 e23cdf2ce029: Preparing 04:41:42 dd9c8f8612c8: Preparing 04:41:42 814169bb3914: Waiting 04:41:42 e23cdf2ce029: Waiting 04:41:42 dd9c8f8612c8: Waiting 04:41:42 be3b39d103fd: Waiting 04:41:42 685057e6ad1d: Layer already exists 04:41:42 b0da2232d013: Layer already exists 04:41:42 eb00ba52b71e: Layer already exists 04:41:42 a0d1257f9b41: Layer already exists 04:41:42 76e582ab0126: Layer already exists 04:41:42 be3b39d103fd: Layer already exists 04:41:42 dd9c8f8612c8: Layer already exists 04:41:42 814169bb3914: Layer already exists 04:41:42 e23cdf2ce029: Layer already exists 04:41:42 main: digest: sha256:65434c11de44bbe44d034ad5d2f465106c0fcb79c145704db196af1279cf4709 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:41:42 ===================================================== [Pipeline] echo 04:41:43 taggedImages: 04:41:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:41:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 04:41:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:41:43 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 04:41:43 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:43 latest 04:41:43 4.1.0-dev.13 04:41:43 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:43 main 04:41:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:41:43 6a56f4bb3109: Preparing 04:41:43 dd5fab85be40: Preparing 04:41:43 a0d1257f9b41: Preparing 04:41:43 be3b39d103fd: Preparing 04:41:43 ec1011b1e578: Preparing 04:41:43 f956b5aca545: Preparing 04:41:43 dd9c8f8612c8: Preparing 04:41:43 f956b5aca545: Waiting 04:41:43 dd9c8f8612c8: Waiting 04:41:43 a0d1257f9b41: Layer already exists 04:41:43 be3b39d103fd: Layer already exists 04:41:44 dd9c8f8612c8: Layer already exists 04:41:44 ec1011b1e578: Pushed 04:41:44 6a56f4bb3109: Pushed 04:41:44 f956b5aca545: Pushed 04:41:49 dd5fab85be40: Pushed 04:41:49 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:41:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:41:50 6a56f4bb3109: Preparing 04:41:50 dd5fab85be40: Preparing 04:41:50 a0d1257f9b41: Preparing 04:41:50 be3b39d103fd: Preparing 04:41:50 ec1011b1e578: Preparing 04:41:50 f956b5aca545: Preparing 04:41:50 dd9c8f8612c8: Preparing 04:41:50 f956b5aca545: Waiting 04:41:50 dd9c8f8612c8: Waiting 04:41:50 6a56f4bb3109: Layer already exists 04:41:50 dd5fab85be40: Layer already exists 04:41:50 a0d1257f9b41: Layer already exists 04:41:50 be3b39d103fd: Layer already exists 04:41:50 ec1011b1e578: Layer already exists 04:41:50 dd9c8f8612c8: Layer already exists 04:41:50 f956b5aca545: Layer already exists 04:41:50 latest: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 04:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:41:51 6a56f4bb3109: Preparing 04:41:51 dd5fab85be40: Preparing 04:41:51 a0d1257f9b41: Preparing 04:41:51 be3b39d103fd: Preparing 04:41:51 ec1011b1e578: Preparing 04:41:51 f956b5aca545: Preparing 04:41:51 dd9c8f8612c8: Preparing 04:41:51 dd9c8f8612c8: Waiting 04:41:51 f956b5aca545: Waiting 04:41:51 be3b39d103fd: Layer already exists 04:41:51 ec1011b1e578: Layer already exists 04:41:51 a0d1257f9b41: Layer already exists 04:41:51 6a56f4bb3109: Layer already exists 04:41:51 dd5fab85be40: Layer already exists 04:41:51 f956b5aca545: Layer already exists 04:41:51 dd9c8f8612c8: Layer already exists 04:41:51 4.1.0-dev.13: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:41:51 6a56f4bb3109: Preparing 04:41:51 dd5fab85be40: Preparing 04:41:51 a0d1257f9b41: Preparing 04:41:51 be3b39d103fd: Preparing 04:41:51 ec1011b1e578: Preparing 04:41:51 f956b5aca545: Preparing 04:41:51 dd9c8f8612c8: Preparing 04:41:51 dd9c8f8612c8: Waiting 04:41:51 f956b5aca545: Waiting 04:41:51 6a56f4bb3109: Layer already exists 04:41:51 a0d1257f9b41: Layer already exists 04:41:51 be3b39d103fd: Layer already exists 04:41:51 dd5fab85be40: Layer already exists 04:41:51 ec1011b1e578: Layer already exists 04:41:51 dd9c8f8612c8: Layer already exists 04:41:51 f956b5aca545: Layer already exists 04:41:52 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 04:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:41:52 6a56f4bb3109: Preparing 04:41:52 dd5fab85be40: Preparing 04:41:52 a0d1257f9b41: Preparing 04:41:52 be3b39d103fd: Preparing 04:41:52 ec1011b1e578: Preparing 04:41:52 f956b5aca545: Preparing 04:41:52 f956b5aca545: Waiting 04:41:52 dd9c8f8612c8: Preparing 04:41:52 dd9c8f8612c8: Waiting 04:41:52 be3b39d103fd: Layer already exists 04:41:52 dd5fab85be40: Layer already exists 04:41:52 a0d1257f9b41: Layer already exists 04:41:52 6a56f4bb3109: Layer already exists 04:41:52 ec1011b1e578: Layer already exists 04:41:52 f956b5aca545: Layer already exists 04:41:52 dd9c8f8612c8: Layer already exists 04:41:52 main: digest: sha256:77ec0db1df892d7961ee7dc5171dd6cae19e02a2ce765203e14d769a913a9fef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:41:53 ===================================================== [Pipeline] echo 04:41:53 taggedImages: 04:41:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:41:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 04:41:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:41:53 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 04:41:53 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:53 latest 04:41:53 4.1.0-dev.13 04:41:53 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:41:53 main 04:41:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:41:54 ad84e25b6a7e: Preparing 04:41:54 1948a440f283: Preparing 04:41:54 be3b39d103fd: Preparing 04:41:54 130d8036d75a: Preparing 04:41:54 8afba815bb5f: Preparing 04:41:54 dd9c8f8612c8: Preparing 04:41:54 dd9c8f8612c8: Waiting 04:41:54 be3b39d103fd: Layer already exists 04:41:54 dd9c8f8612c8: Layer already exists 04:41:54 ad84e25b6a7e: Pushed 04:41:54 8afba815bb5f: Pushed 04:41:54 130d8036d75a: Pushed 04:41:59 1948a440f283: Pushed 04:41:59 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:42:00 ad84e25b6a7e: Preparing 04:42:00 1948a440f283: Preparing 04:42:00 be3b39d103fd: Preparing 04:42:00 130d8036d75a: Preparing 04:42:00 8afba815bb5f: Preparing 04:42:00 dd9c8f8612c8: Preparing 04:42:00 dd9c8f8612c8: Waiting 04:42:00 1948a440f283: Layer already exists 04:42:00 be3b39d103fd: Layer already exists 04:42:00 ad84e25b6a7e: Layer already exists 04:42:00 130d8036d75a: Layer already exists 04:42:00 8afba815bb5f: Layer already exists 04:42:00 dd9c8f8612c8: Layer already exists 04:42:00 latest: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 04:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:42:01 ad84e25b6a7e: Preparing 04:42:01 1948a440f283: Preparing 04:42:01 be3b39d103fd: Preparing 04:42:01 130d8036d75a: Preparing 04:42:01 8afba815bb5f: Preparing 04:42:01 dd9c8f8612c8: Preparing 04:42:01 dd9c8f8612c8: Waiting 04:42:01 ad84e25b6a7e: Layer already exists 04:42:01 be3b39d103fd: Layer already exists 04:42:01 1948a440f283: Layer already exists 04:42:01 8afba815bb5f: Layer already exists 04:42:01 130d8036d75a: Layer already exists 04:42:01 dd9c8f8612c8: Layer already exists 04:42:01 4.1.0-dev.13: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:42:02 ad84e25b6a7e: Preparing 04:42:02 1948a440f283: Preparing 04:42:02 be3b39d103fd: Preparing 04:42:02 130d8036d75a: Preparing 04:42:02 8afba815bb5f: Preparing 04:42:02 dd9c8f8612c8: Preparing 04:42:02 dd9c8f8612c8: Waiting 04:42:02 be3b39d103fd: Layer already exists 04:42:02 ad84e25b6a7e: Layer already exists 04:42:02 8afba815bb5f: Layer already exists 04:42:02 130d8036d75a: Layer already exists 04:42:02 1948a440f283: Layer already exists 04:42:02 dd9c8f8612c8: Layer already exists 04:42:02 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 04:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:42:03 ad84e25b6a7e: Preparing 04:42:03 1948a440f283: Preparing 04:42:03 be3b39d103fd: Preparing 04:42:03 130d8036d75a: Preparing 04:42:03 8afba815bb5f: Preparing 04:42:03 dd9c8f8612c8: Preparing 04:42:03 dd9c8f8612c8: Waiting 04:42:03 130d8036d75a: Layer already exists 04:42:03 1948a440f283: Layer already exists 04:42:03 8afba815bb5f: Layer already exists 04:42:03 be3b39d103fd: Layer already exists 04:42:03 ad84e25b6a7e: Layer already exists 04:42:03 dd9c8f8612c8: Layer already exists 04:42:03 main: digest: sha256:c2a9d740383547fd4b27dbb7d867df4d4fd6fb0486cd8aa3d9093c89ff549835 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:03 ===================================================== [Pipeline] echo 04:42:03 taggedImages: 04:42:03 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:03 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:42:03 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 04:42:03 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:03 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:42:03 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 04:42:03 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:03 latest 04:42:03 4.1.0-dev.13 04:42:03 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:03 main 04:42:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:42:04 d5c702357ce3: Preparing 04:42:04 c0488ee952b0: Preparing 04:42:04 a02155ac37eb: Preparing 04:42:04 a0d1257f9b41: Preparing 04:42:04 be3b39d103fd: Preparing 04:42:04 814169bb3914: Preparing 04:42:04 e23cdf2ce029: Preparing 04:42:04 dd9c8f8612c8: Preparing 04:42:04 e23cdf2ce029: Waiting 04:42:04 dd9c8f8612c8: Waiting 04:42:04 814169bb3914: Waiting 04:42:04 be3b39d103fd: Layer already exists 04:42:04 a0d1257f9b41: Layer already exists 04:42:04 e23cdf2ce029: Layer already exists 04:42:04 814169bb3914: Layer already exists 04:42:04 dd9c8f8612c8: Layer already exists 04:42:04 c0488ee952b0: Pushed 04:42:04 d5c702357ce3: Pushed 04:42:09 a02155ac37eb: Pushed 04:42:09 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:42:10 d5c702357ce3: Preparing 04:42:10 c0488ee952b0: Preparing 04:42:10 a02155ac37eb: Preparing 04:42:10 a0d1257f9b41: Preparing 04:42:10 be3b39d103fd: Preparing 04:42:10 814169bb3914: Preparing 04:42:10 e23cdf2ce029: Preparing 04:42:10 dd9c8f8612c8: Preparing 04:42:10 814169bb3914: Waiting 04:42:10 e23cdf2ce029: Waiting 04:42:10 dd9c8f8612c8: Waiting 04:42:10 d5c702357ce3: Layer already exists 04:42:10 a02155ac37eb: Layer already exists 04:42:10 c0488ee952b0: Layer already exists 04:42:10 be3b39d103fd: Layer already exists 04:42:10 a0d1257f9b41: Layer already exists 04:42:10 dd9c8f8612c8: Layer already exists 04:42:10 814169bb3914: Layer already exists 04:42:10 e23cdf2ce029: Layer already exists 04:42:10 latest: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 04:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:42:11 d5c702357ce3: Preparing 04:42:11 c0488ee952b0: Preparing 04:42:11 a02155ac37eb: Preparing 04:42:11 a0d1257f9b41: Preparing 04:42:11 be3b39d103fd: Preparing 04:42:11 814169bb3914: Preparing 04:42:11 e23cdf2ce029: Preparing 04:42:11 dd9c8f8612c8: Preparing 04:42:11 e23cdf2ce029: Waiting 04:42:11 dd9c8f8612c8: Waiting 04:42:11 814169bb3914: Waiting 04:42:11 d5c702357ce3: Layer already exists 04:42:11 be3b39d103fd: Layer already exists 04:42:11 a02155ac37eb: Layer already exists 04:42:11 a0d1257f9b41: Layer already exists 04:42:11 c0488ee952b0: Layer already exists 04:42:11 dd9c8f8612c8: Layer already exists 04:42:11 e23cdf2ce029: Layer already exists 04:42:11 814169bb3914: Layer already exists 04:42:11 4.1.0-dev.13: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:42:12 d5c702357ce3: Preparing 04:42:12 c0488ee952b0: Preparing 04:42:12 a02155ac37eb: Preparing 04:42:12 a0d1257f9b41: Preparing 04:42:12 be3b39d103fd: Preparing 04:42:12 814169bb3914: Preparing 04:42:12 e23cdf2ce029: Preparing 04:42:12 dd9c8f8612c8: Preparing 04:42:12 814169bb3914: Waiting 04:42:12 e23cdf2ce029: Waiting 04:42:12 dd9c8f8612c8: Waiting 04:42:12 d5c702357ce3: Layer already exists 04:42:12 be3b39d103fd: Layer already exists 04:42:12 a0d1257f9b41: Layer already exists 04:42:12 c0488ee952b0: Layer already exists 04:42:12 a02155ac37eb: Layer already exists 04:42:12 814169bb3914: Layer already exists 04:42:12 dd9c8f8612c8: Layer already exists 04:42:12 e23cdf2ce029: Layer already exists 04:42:12 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 04:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:42:13 d5c702357ce3: Preparing 04:42:13 c0488ee952b0: Preparing 04:42:13 a02155ac37eb: Preparing 04:42:13 a0d1257f9b41: Preparing 04:42:13 be3b39d103fd: Preparing 04:42:13 814169bb3914: Preparing 04:42:13 e23cdf2ce029: Preparing 04:42:13 dd9c8f8612c8: Preparing 04:42:13 e23cdf2ce029: Waiting 04:42:13 dd9c8f8612c8: Waiting 04:42:13 814169bb3914: Waiting 04:42:13 be3b39d103fd: Layer already exists 04:42:13 a0d1257f9b41: Layer already exists 04:42:13 c0488ee952b0: Layer already exists 04:42:13 a02155ac37eb: Layer already exists 04:42:13 d5c702357ce3: Layer already exists 04:42:13 dd9c8f8612c8: Layer already exists 04:42:13 814169bb3914: Layer already exists 04:42:13 e23cdf2ce029: Layer already exists 04:42:13 main: digest: sha256:677aa8c6a5b23fd271f36d26b71a1e2b80dc3052ed5514446f0c3bc8ca09cbb8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:13 ===================================================== [Pipeline] echo 04:42:13 taggedImages: 04:42:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:42:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 04:42:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:42:13 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 04:42:13 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:13 latest 04:42:13 4.1.0-dev.13 04:42:13 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:13 main 04:42:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:42:14 cb2ec31aa8f4: Preparing 04:42:14 91632ee61e88: Preparing 04:42:14 9d53c6ce47a7: Preparing 04:42:14 ab8aa172340b: Preparing 04:42:14 e2c46d9236e8: Preparing 04:42:14 84fc3e6a7757: Preparing 04:42:14 48ceaed175af: Preparing 04:42:14 a0d1257f9b41: Preparing 04:42:14 be3b39d103fd: Preparing 04:42:14 1667b94e1e30: Preparing 04:42:14 64aae863814b: Preparing 04:42:14 5f70bf18a086: Preparing 04:42:14 307fa09ddc90: Preparing 04:42:14 bd10a0f3dbe8: Preparing 04:42:14 c762a8d47724: Preparing 04:42:14 dd9c8f8612c8: Preparing 04:42:14 a0d1257f9b41: Waiting 04:42:14 be3b39d103fd: Waiting 04:42:14 1667b94e1e30: Waiting 04:42:14 64aae863814b: Waiting 04:42:14 5f70bf18a086: Waiting 04:42:14 307fa09ddc90: Waiting 04:42:14 bd10a0f3dbe8: Waiting 04:42:14 c762a8d47724: Waiting 04:42:14 dd9c8f8612c8: Waiting 04:42:14 84fc3e6a7757: Waiting 04:42:14 48ceaed175af: Waiting 04:42:14 e2c46d9236e8: Pushed 04:42:14 ab8aa172340b: Pushed 04:42:14 91632ee61e88: Pushed 04:42:14 9d53c6ce47a7: Pushed 04:42:14 cb2ec31aa8f4: Pushed 04:42:14 be3b39d103fd: Layer already exists 04:42:14 a0d1257f9b41: Layer already exists 04:42:14 84fc3e6a7757: Pushed 04:42:14 5f70bf18a086: Layer already exists 04:42:15 1667b94e1e30: Pushed 04:42:15 64aae863814b: Pushed 04:42:15 dd9c8f8612c8: Layer already exists 04:42:15 bd10a0f3dbe8: Pushed 04:42:15 307fa09ddc90: Pushed 04:42:15 c762a8d47724: Pushed 04:42:17 48ceaed175af: Pushed 04:42:17 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:42:18 cb2ec31aa8f4: Preparing 04:42:18 91632ee61e88: Preparing 04:42:18 9d53c6ce47a7: Preparing 04:42:18 ab8aa172340b: Preparing 04:42:18 e2c46d9236e8: Preparing 04:42:18 84fc3e6a7757: Preparing 04:42:18 48ceaed175af: Preparing 04:42:18 a0d1257f9b41: Preparing 04:42:18 be3b39d103fd: Preparing 04:42:18 1667b94e1e30: Preparing 04:42:18 64aae863814b: Preparing 04:42:18 5f70bf18a086: Preparing 04:42:18 307fa09ddc90: Preparing 04:42:18 bd10a0f3dbe8: Preparing 04:42:18 c762a8d47724: Preparing 04:42:18 dd9c8f8612c8: Preparing 04:42:18 64aae863814b: Waiting 04:42:18 5f70bf18a086: Waiting 04:42:18 307fa09ddc90: Waiting 04:42:18 84fc3e6a7757: Waiting 04:42:18 bd10a0f3dbe8: Waiting 04:42:18 c762a8d47724: Waiting 04:42:18 dd9c8f8612c8: Waiting 04:42:18 48ceaed175af: Waiting 04:42:18 be3b39d103fd: Waiting 04:42:18 a0d1257f9b41: Waiting 04:42:18 1667b94e1e30: Waiting 04:42:18 e2c46d9236e8: Layer already exists 04:42:18 ab8aa172340b: Layer already exists 04:42:18 cb2ec31aa8f4: Layer already exists 04:42:18 91632ee61e88: Layer already exists 04:42:18 9d53c6ce47a7: Layer already exists 04:42:18 48ceaed175af: Layer already exists 04:42:18 84fc3e6a7757: Layer already exists 04:42:18 1667b94e1e30: Layer already exists 04:42:18 a0d1257f9b41: Layer already exists 04:42:18 be3b39d103fd: Layer already exists 04:42:18 5f70bf18a086: Layer already exists 04:42:18 64aae863814b: Layer already exists 04:42:18 307fa09ddc90: Layer already exists 04:42:18 bd10a0f3dbe8: Layer already exists 04:42:18 c762a8d47724: Layer already exists 04:42:18 dd9c8f8612c8: Layer already exists 04:42:18 latest: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 04:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:42:19 cb2ec31aa8f4: Preparing 04:42:19 91632ee61e88: Preparing 04:42:19 9d53c6ce47a7: Preparing 04:42:19 ab8aa172340b: Preparing 04:42:19 e2c46d9236e8: Preparing 04:42:19 84fc3e6a7757: Preparing 04:42:19 48ceaed175af: Preparing 04:42:19 a0d1257f9b41: Preparing 04:42:19 be3b39d103fd: Preparing 04:42:19 1667b94e1e30: Preparing 04:42:19 64aae863814b: Preparing 04:42:19 5f70bf18a086: Preparing 04:42:19 307fa09ddc90: Preparing 04:42:19 bd10a0f3dbe8: Preparing 04:42:19 c762a8d47724: Preparing 04:42:19 dd9c8f8612c8: Preparing 04:42:19 84fc3e6a7757: Waiting 04:42:19 64aae863814b: Waiting 04:42:19 5f70bf18a086: Waiting 04:42:19 307fa09ddc90: Waiting 04:42:19 bd10a0f3dbe8: Waiting 04:42:19 c762a8d47724: Waiting 04:42:19 dd9c8f8612c8: Waiting 04:42:19 48ceaed175af: Waiting 04:42:19 a0d1257f9b41: Waiting 04:42:19 be3b39d103fd: Waiting 04:42:19 cb2ec31aa8f4: Layer already exists 04:42:19 9d53c6ce47a7: Layer already exists 04:42:19 e2c46d9236e8: Layer already exists 04:42:19 91632ee61e88: Layer already exists 04:42:19 ab8aa172340b: Layer already exists 04:42:19 84fc3e6a7757: Layer already exists 04:42:19 be3b39d103fd: Layer already exists 04:42:19 a0d1257f9b41: Layer already exists 04:42:19 48ceaed175af: Layer already exists 04:42:19 1667b94e1e30: Layer already exists 04:42:19 bd10a0f3dbe8: Layer already exists 04:42:19 5f70bf18a086: Layer already exists 04:42:19 64aae863814b: Layer already exists 04:42:19 307fa09ddc90: Layer already exists 04:42:19 c762a8d47724: Layer already exists 04:42:19 dd9c8f8612c8: Layer already exists 04:42:19 4.1.0-dev.13: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:42:20 cb2ec31aa8f4: Preparing 04:42:20 91632ee61e88: Preparing 04:42:20 9d53c6ce47a7: Preparing 04:42:20 ab8aa172340b: Preparing 04:42:20 e2c46d9236e8: Preparing 04:42:20 84fc3e6a7757: Preparing 04:42:20 48ceaed175af: Preparing 04:42:20 a0d1257f9b41: Preparing 04:42:20 be3b39d103fd: Preparing 04:42:20 1667b94e1e30: Preparing 04:42:20 64aae863814b: Preparing 04:42:20 5f70bf18a086: Preparing 04:42:20 307fa09ddc90: Preparing 04:42:20 bd10a0f3dbe8: Preparing 04:42:20 c762a8d47724: Preparing 04:42:20 dd9c8f8612c8: Preparing 04:42:20 1667b94e1e30: Waiting 04:42:20 bd10a0f3dbe8: Waiting 04:42:20 c762a8d47724: Waiting 04:42:20 dd9c8f8612c8: Waiting 04:42:20 64aae863814b: Waiting 04:42:20 5f70bf18a086: Waiting 04:42:20 307fa09ddc90: Waiting 04:42:20 48ceaed175af: Waiting 04:42:20 a0d1257f9b41: Waiting 04:42:20 be3b39d103fd: Waiting 04:42:20 84fc3e6a7757: Waiting 04:42:20 9d53c6ce47a7: Layer already exists 04:42:20 91632ee61e88: Layer already exists 04:42:20 ab8aa172340b: Layer already exists 04:42:20 cb2ec31aa8f4: Layer already exists 04:42:20 e2c46d9236e8: Layer already exists 04:42:20 48ceaed175af: Layer already exists 04:42:20 a0d1257f9b41: Layer already exists 04:42:20 84fc3e6a7757: Layer already exists 04:42:20 1667b94e1e30: Layer already exists 04:42:20 be3b39d103fd: Layer already exists 04:42:20 bd10a0f3dbe8: Layer already exists 04:42:20 5f70bf18a086: Layer already exists 04:42:20 64aae863814b: Layer already exists 04:42:20 307fa09ddc90: Layer already exists 04:42:20 c762a8d47724: Layer already exists 04:42:20 dd9c8f8612c8: Layer already exists 04:42:20 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 04:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:42:21 cb2ec31aa8f4: Preparing 04:42:21 91632ee61e88: Preparing 04:42:21 9d53c6ce47a7: Preparing 04:42:21 ab8aa172340b: Preparing 04:42:21 e2c46d9236e8: Preparing 04:42:21 84fc3e6a7757: Preparing 04:42:21 48ceaed175af: Preparing 04:42:21 a0d1257f9b41: Preparing 04:42:21 be3b39d103fd: Preparing 04:42:21 1667b94e1e30: Preparing 04:42:21 64aae863814b: Preparing 04:42:21 5f70bf18a086: Preparing 04:42:21 307fa09ddc90: Preparing 04:42:21 bd10a0f3dbe8: Preparing 04:42:21 c762a8d47724: Preparing 04:42:21 dd9c8f8612c8: Preparing 04:42:21 84fc3e6a7757: Waiting 04:42:21 64aae863814b: Waiting 04:42:21 48ceaed175af: Waiting 04:42:21 a0d1257f9b41: Waiting 04:42:21 be3b39d103fd: Waiting 04:42:21 1667b94e1e30: Waiting 04:42:21 5f70bf18a086: Waiting 04:42:21 307fa09ddc90: Waiting 04:42:21 bd10a0f3dbe8: Waiting 04:42:21 c762a8d47724: Waiting 04:42:21 dd9c8f8612c8: Waiting 04:42:21 e2c46d9236e8: Layer already exists 04:42:21 cb2ec31aa8f4: Layer already exists 04:42:21 9d53c6ce47a7: Layer already exists 04:42:21 ab8aa172340b: Layer already exists 04:42:21 91632ee61e88: Layer already exists 04:42:21 a0d1257f9b41: Layer already exists 04:42:21 84fc3e6a7757: Layer already exists 04:42:21 48ceaed175af: Layer already exists 04:42:21 be3b39d103fd: Layer already exists 04:42:21 1667b94e1e30: Layer already exists 04:42:21 64aae863814b: Layer already exists 04:42:21 5f70bf18a086: Layer already exists 04:42:21 307fa09ddc90: Layer already exists 04:42:21 bd10a0f3dbe8: Layer already exists 04:42:21 c762a8d47724: Layer already exists 04:42:21 dd9c8f8612c8: Layer already exists 04:42:21 main: digest: sha256:6b56d973ea28321979dc10446a3e245b78d4943effe3f2c2bd238c227f56f58d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:21 ===================================================== [Pipeline] echo 04:42:21 taggedImages: 04:42:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:42:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 04:42:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:42:21 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 04:42:21 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:21 latest 04:42:21 4.1.0-dev.13 04:42:21 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:21 main 04:42:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:42:22 aa33cdc4d6bc: Preparing 04:42:22 4c47b7a7994e: Preparing 04:42:22 1693f9398c98: Preparing 04:42:22 f79f0b1d069b: Preparing 04:42:22 a0d1257f9b41: Preparing 04:42:22 be3b39d103fd: Preparing 04:42:22 814169bb3914: Preparing 04:42:22 e23cdf2ce029: Preparing 04:42:22 dd9c8f8612c8: Preparing 04:42:22 e23cdf2ce029: Waiting 04:42:22 be3b39d103fd: Waiting 04:42:22 814169bb3914: Waiting 04:42:22 dd9c8f8612c8: Waiting 04:42:22 a0d1257f9b41: Layer already exists 04:42:22 be3b39d103fd: Layer already exists 04:42:22 4c47b7a7994e: Pushed 04:42:22 1693f9398c98: Pushed 04:42:22 814169bb3914: Layer already exists 04:42:22 e23cdf2ce029: Layer already exists 04:42:22 aa33cdc4d6bc: Pushed 04:42:22 dd9c8f8612c8: Layer already exists 04:42:28 f79f0b1d069b: Pushed 04:42:28 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:28 + 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 04:42:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:42:28 aa33cdc4d6bc: Preparing 04:42:28 4c47b7a7994e: Preparing 04:42:28 1693f9398c98: Preparing 04:42:28 f79f0b1d069b: Preparing 04:42:28 a0d1257f9b41: Preparing 04:42:28 be3b39d103fd: Preparing 04:42:28 814169bb3914: Preparing 04:42:28 e23cdf2ce029: Preparing 04:42:28 dd9c8f8612c8: Preparing 04:42:28 be3b39d103fd: Waiting 04:42:28 814169bb3914: Waiting 04:42:28 e23cdf2ce029: Waiting 04:42:28 dd9c8f8612c8: Waiting 04:42:28 f79f0b1d069b: Layer already exists 04:42:28 4c47b7a7994e: Layer already exists 04:42:28 a0d1257f9b41: Layer already exists 04:42:28 1693f9398c98: Layer already exists 04:42:28 aa33cdc4d6bc: Layer already exists 04:42:28 be3b39d103fd: Layer already exists 04:42:28 814169bb3914: Layer already exists 04:42:28 e23cdf2ce029: Layer already exists 04:42:28 dd9c8f8612c8: Layer already exists 04:42:28 latest: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 04:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:42:29 aa33cdc4d6bc: Preparing 04:42:29 4c47b7a7994e: Preparing 04:42:29 1693f9398c98: Preparing 04:42:29 f79f0b1d069b: Preparing 04:42:29 a0d1257f9b41: Preparing 04:42:29 be3b39d103fd: Preparing 04:42:29 814169bb3914: Preparing 04:42:29 e23cdf2ce029: Preparing 04:42:29 dd9c8f8612c8: Preparing 04:42:29 814169bb3914: Waiting 04:42:29 e23cdf2ce029: Waiting 04:42:29 dd9c8f8612c8: Waiting 04:42:29 be3b39d103fd: Waiting 04:42:29 a0d1257f9b41: Layer already exists 04:42:29 aa33cdc4d6bc: Layer already exists 04:42:29 f79f0b1d069b: Layer already exists 04:42:29 1693f9398c98: Layer already exists 04:42:29 4c47b7a7994e: Layer already exists 04:42:29 e23cdf2ce029: Layer already exists 04:42:29 be3b39d103fd: Layer already exists 04:42:29 dd9c8f8612c8: Layer already exists 04:42:29 814169bb3914: Layer already exists 04:42:30 4.1.0-dev.13: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:42:30 aa33cdc4d6bc: Preparing 04:42:30 4c47b7a7994e: Preparing 04:42:30 1693f9398c98: Preparing 04:42:30 f79f0b1d069b: Preparing 04:42:30 a0d1257f9b41: Preparing 04:42:30 be3b39d103fd: Preparing 04:42:30 814169bb3914: Preparing 04:42:30 e23cdf2ce029: Preparing 04:42:30 dd9c8f8612c8: Preparing 04:42:30 e23cdf2ce029: Waiting 04:42:30 dd9c8f8612c8: Waiting 04:42:30 be3b39d103fd: Waiting 04:42:30 814169bb3914: Waiting 04:42:30 aa33cdc4d6bc: Layer already exists 04:42:30 1693f9398c98: Layer already exists 04:42:30 4c47b7a7994e: Layer already exists 04:42:30 a0d1257f9b41: Layer already exists 04:42:30 f79f0b1d069b: Layer already exists 04:42:30 be3b39d103fd: Layer already exists 04:42:30 e23cdf2ce029: Layer already exists 04:42:30 814169bb3914: Layer already exists 04:42:30 dd9c8f8612c8: Layer already exists 04:42:30 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:31 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 04:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:42:31 aa33cdc4d6bc: Preparing 04:42:31 4c47b7a7994e: Preparing 04:42:31 1693f9398c98: Preparing 04:42:31 f79f0b1d069b: Preparing 04:42:31 a0d1257f9b41: Preparing 04:42:31 be3b39d103fd: Preparing 04:42:31 814169bb3914: Preparing 04:42:31 e23cdf2ce029: Preparing 04:42:31 dd9c8f8612c8: Preparing 04:42:31 be3b39d103fd: Waiting 04:42:31 814169bb3914: Waiting 04:42:31 dd9c8f8612c8: Waiting 04:42:31 aa33cdc4d6bc: Layer already exists 04:42:31 f79f0b1d069b: Layer already exists 04:42:31 a0d1257f9b41: Layer already exists 04:42:31 4c47b7a7994e: Layer already exists 04:42:31 1693f9398c98: Layer already exists 04:42:31 814169bb3914: Layer already exists 04:42:31 be3b39d103fd: Layer already exists 04:42:31 e23cdf2ce029: Layer already exists 04:42:31 dd9c8f8612c8: Layer already exists 04:42:32 main: digest: sha256:6821531271c790b7ead4f12d7ea6f745647c035dd5037ebaa4900e6b79c644a9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:32 ===================================================== [Pipeline] echo 04:42:32 taggedImages: 04:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 04:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:42:32 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 04:42:32 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:32 latest 04:42:32 4.1.0-dev.13 04:42:32 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:32 main 04:42:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:42:32 b3712022fcc0: Preparing 04:42:32 ed82266e91ac: Preparing 04:42:32 4854c2b4882f: Preparing 04:42:32 d2ed481574c9: Preparing 04:42:32 1f45661463e1: Preparing 04:42:32 a0d1257f9b41: Preparing 04:42:32 be3b39d103fd: Preparing 04:42:32 23ad97c05f04: Preparing 04:42:32 9301dedbab73: Preparing 04:42:32 f5e783e15636: Preparing 04:42:32 dd9c8f8612c8: Preparing 04:42:32 a0d1257f9b41: Waiting 04:42:32 be3b39d103fd: Waiting 04:42:32 9301dedbab73: Waiting 04:42:32 23ad97c05f04: Waiting 04:42:32 f5e783e15636: Waiting 04:42:32 dd9c8f8612c8: Waiting 04:42:33 ed82266e91ac: Pushed 04:42:33 d2ed481574c9: Pushed 04:42:33 a0d1257f9b41: Layer already exists 04:42:33 1f45661463e1: Pushed 04:42:33 b3712022fcc0: Pushed 04:42:33 be3b39d103fd: Layer already exists 04:42:33 dd9c8f8612c8: Layer already exists 04:42:33 23ad97c05f04: Pushed 04:42:33 9301dedbab73: Pushed 04:42:36 f5e783e15636: Pushed 04:42:37 4854c2b4882f: Pushed 04:42:37 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42: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 04:42:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:42:38 b3712022fcc0: Preparing 04:42:38 ed82266e91ac: Preparing 04:42:38 4854c2b4882f: Preparing 04:42:38 d2ed481574c9: Preparing 04:42:38 1f45661463e1: Preparing 04:42:38 a0d1257f9b41: Preparing 04:42:38 be3b39d103fd: Preparing 04:42:38 23ad97c05f04: Preparing 04:42:38 9301dedbab73: Preparing 04:42:38 be3b39d103fd: Waiting 04:42:38 23ad97c05f04: Waiting 04:42:38 f5e783e15636: Preparing 04:42:38 9301dedbab73: Waiting 04:42:38 dd9c8f8612c8: Preparing 04:42:38 f5e783e15636: Waiting 04:42:38 dd9c8f8612c8: Waiting 04:42:38 ed82266e91ac: Layer already exists 04:42:38 b3712022fcc0: Layer already exists 04:42:38 1f45661463e1: Layer already exists 04:42:38 4854c2b4882f: Layer already exists 04:42:38 d2ed481574c9: Layer already exists 04:42:38 be3b39d103fd: Layer already exists 04:42:38 a0d1257f9b41: Layer already exists 04:42:38 f5e783e15636: Layer already exists 04:42:38 9301dedbab73: Layer already exists 04:42:38 23ad97c05f04: Layer already exists 04:42:38 dd9c8f8612c8: Layer already exists 04:42:38 latest: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 04:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:42:38 b3712022fcc0: Preparing 04:42:38 ed82266e91ac: Preparing 04:42:38 4854c2b4882f: Preparing 04:42:38 d2ed481574c9: Preparing 04:42:38 1f45661463e1: Preparing 04:42:38 a0d1257f9b41: Preparing 04:42:38 be3b39d103fd: Preparing 04:42:38 23ad97c05f04: Preparing 04:42:38 9301dedbab73: Preparing 04:42:38 f5e783e15636: Preparing 04:42:38 dd9c8f8612c8: Preparing 04:42:38 a0d1257f9b41: Waiting 04:42:38 23ad97c05f04: Waiting 04:42:38 9301dedbab73: Waiting 04:42:38 be3b39d103fd: Waiting 04:42:38 f5e783e15636: Waiting 04:42:38 dd9c8f8612c8: Waiting 04:42:38 ed82266e91ac: Layer already exists 04:42:38 4854c2b4882f: Layer already exists 04:42:38 d2ed481574c9: Layer already exists 04:42:38 b3712022fcc0: Layer already exists 04:42:38 1f45661463e1: Layer already exists 04:42:38 a0d1257f9b41: Layer already exists 04:42:38 be3b39d103fd: Layer already exists 04:42:38 9301dedbab73: Layer already exists 04:42:38 f5e783e15636: Layer already exists 04:42:38 23ad97c05f04: Layer already exists 04:42:38 dd9c8f8612c8: Layer already exists 04:42:38 4.1.0-dev.13: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:42:39 b3712022fcc0: Preparing 04:42:39 ed82266e91ac: Preparing 04:42:39 4854c2b4882f: Preparing 04:42:39 d2ed481574c9: Preparing 04:42:39 1f45661463e1: Preparing 04:42:39 a0d1257f9b41: Preparing 04:42:39 be3b39d103fd: Preparing 04:42:39 23ad97c05f04: Preparing 04:42:39 9301dedbab73: Preparing 04:42:39 f5e783e15636: Preparing 04:42:39 dd9c8f8612c8: Preparing 04:42:39 23ad97c05f04: Waiting 04:42:39 9301dedbab73: Waiting 04:42:39 a0d1257f9b41: Waiting 04:42:39 f5e783e15636: Waiting 04:42:39 be3b39d103fd: Waiting 04:42:39 dd9c8f8612c8: Waiting 04:42:39 d2ed481574c9: Layer already exists 04:42:39 1f45661463e1: Layer already exists 04:42:39 ed82266e91ac: Layer already exists 04:42:39 b3712022fcc0: Layer already exists 04:42:39 4854c2b4882f: Layer already exists 04:42:39 a0d1257f9b41: Layer already exists 04:42:39 9301dedbab73: Layer already exists 04:42:39 be3b39d103fd: Layer already exists 04:42:39 23ad97c05f04: Layer already exists 04:42:39 f5e783e15636: Layer already exists 04:42:39 dd9c8f8612c8: Layer already exists 04:42:39 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42: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 04:42:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 04:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:42:40 b3712022fcc0: Preparing 04:42:40 ed82266e91ac: Preparing 04:42:40 4854c2b4882f: Preparing 04:42:40 d2ed481574c9: Preparing 04:42:40 1f45661463e1: Preparing 04:42:40 a0d1257f9b41: Preparing 04:42:40 be3b39d103fd: Preparing 04:42:40 a0d1257f9b41: Waiting 04:42:40 23ad97c05f04: Preparing 04:42:40 be3b39d103fd: Waiting 04:42:40 9301dedbab73: Preparing 04:42:40 23ad97c05f04: Waiting 04:42:40 9301dedbab73: Waiting 04:42:40 f5e783e15636: Preparing 04:42:40 dd9c8f8612c8: Preparing 04:42:40 f5e783e15636: Waiting 04:42:40 dd9c8f8612c8: Waiting 04:42:40 ed82266e91ac: Layer already exists 04:42:40 d2ed481574c9: Layer already exists 04:42:40 4854c2b4882f: Layer already exists 04:42:40 1f45661463e1: Layer already exists 04:42:40 b3712022fcc0: Layer already exists 04:42:40 a0d1257f9b41: Layer already exists 04:42:40 23ad97c05f04: Layer already exists 04:42:40 be3b39d103fd: Layer already exists 04:42:40 9301dedbab73: Layer already exists 04:42:40 f5e783e15636: Layer already exists 04:42:40 dd9c8f8612c8: Layer already exists 04:42:40 main: digest: sha256:2a2a78501ae97cefd578f2c2d10884c4493577dea7155c2ae1fdd02ec7d2daa9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:40 ===================================================== [Pipeline] echo 04:42:40 taggedImages: 04:42:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:42:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 04:42:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:42:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 04:42:41 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:41 latest 04:42:41 4.1.0-dev.13 04:42:41 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:41 main 04:42:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:41 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:42:41 1a3e8000000a: Preparing 04:42:41 a6c2dabf5f79: Preparing 04:42:41 fd703faef9d7: Preparing 04:42:41 d8ba7877a9c1: Preparing 04:42:41 c6d9ecadb626: Preparing 04:42:41 174fe5fa39ed: Preparing 04:42:41 c7c7b3556519: Preparing 04:42:41 a0d1257f9b41: Preparing 04:42:41 be3b39d103fd: Preparing 04:42:41 c72605e22f9e: Preparing 04:42:41 1edd5b5689a1: Preparing 04:42:41 dd9c8f8612c8: Preparing 04:42:41 a0d1257f9b41: Waiting 04:42:41 be3b39d103fd: Waiting 04:42:41 c72605e22f9e: Waiting 04:42:41 1edd5b5689a1: Waiting 04:42:41 dd9c8f8612c8: Waiting 04:42:41 174fe5fa39ed: Waiting 04:42:41 c7c7b3556519: Waiting 04:42:41 c6d9ecadb626: Pushed 04:42:41 a6c2dabf5f79: Pushed 04:42:41 1a3e8000000a: Pushed 04:42:41 a0d1257f9b41: Layer already exists 04:42:41 be3b39d103fd: Layer already exists 04:42:41 174fe5fa39ed: Pushed 04:42:41 c7c7b3556519: Pushed 04:42:41 dd9c8f8612c8: Layer already exists 04:42:42 c72605e22f9e: Pushed 04:42:44 1edd5b5689a1: Pushed 04:42:46 d8ba7877a9c1: Pushed 04:42:48 fd703faef9d7: Pushed 04:42:48 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:42:49 1a3e8000000a: Preparing 04:42:49 a6c2dabf5f79: Preparing 04:42:49 fd703faef9d7: Preparing 04:42:49 d8ba7877a9c1: Preparing 04:42:49 c6d9ecadb626: Preparing 04:42:49 174fe5fa39ed: Preparing 04:42:49 c7c7b3556519: Preparing 04:42:49 a0d1257f9b41: Preparing 04:42:49 be3b39d103fd: Preparing 04:42:49 c72605e22f9e: Preparing 04:42:49 1edd5b5689a1: Preparing 04:42:49 dd9c8f8612c8: Preparing 04:42:49 be3b39d103fd: Waiting 04:42:49 c72605e22f9e: Waiting 04:42:49 1edd5b5689a1: Waiting 04:42:49 dd9c8f8612c8: Waiting 04:42:49 c7c7b3556519: Waiting 04:42:49 a0d1257f9b41: Waiting 04:42:49 174fe5fa39ed: Waiting 04:42:49 a6c2dabf5f79: Layer already exists 04:42:49 1a3e8000000a: Layer already exists 04:42:49 d8ba7877a9c1: Layer already exists 04:42:49 fd703faef9d7: Layer already exists 04:42:49 c6d9ecadb626: Layer already exists 04:42:49 174fe5fa39ed: Layer already exists 04:42:49 be3b39d103fd: Layer already exists 04:42:49 c72605e22f9e: Layer already exists 04:42:49 c7c7b3556519: Layer already exists 04:42:49 a0d1257f9b41: Layer already exists 04:42:49 1edd5b5689a1: Layer already exists 04:42:49 dd9c8f8612c8: Layer already exists 04:42:49 latest: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 04:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:42:50 1a3e8000000a: Preparing 04:42:50 a6c2dabf5f79: Preparing 04:42:50 fd703faef9d7: Preparing 04:42:50 d8ba7877a9c1: Preparing 04:42:50 c6d9ecadb626: Preparing 04:42:50 174fe5fa39ed: Preparing 04:42:50 c7c7b3556519: Preparing 04:42:50 a0d1257f9b41: Preparing 04:42:50 be3b39d103fd: Preparing 04:42:50 c72605e22f9e: Preparing 04:42:50 1edd5b5689a1: Preparing 04:42:50 dd9c8f8612c8: Preparing 04:42:50 174fe5fa39ed: Waiting 04:42:50 c7c7b3556519: Waiting 04:42:50 a0d1257f9b41: Waiting 04:42:50 be3b39d103fd: Waiting 04:42:50 c72605e22f9e: Waiting 04:42:50 1edd5b5689a1: Waiting 04:42:50 dd9c8f8612c8: Waiting 04:42:50 fd703faef9d7: Layer already exists 04:42:50 c6d9ecadb626: Layer already exists 04:42:50 1a3e8000000a: Layer already exists 04:42:50 d8ba7877a9c1: Layer already exists 04:42:50 a6c2dabf5f79: Layer already exists 04:42:50 be3b39d103fd: Layer already exists 04:42:50 a0d1257f9b41: Layer already exists 04:42:50 174fe5fa39ed: Layer already exists 04:42:50 c72605e22f9e: Layer already exists 04:42:50 c7c7b3556519: Layer already exists 04:42:50 dd9c8f8612c8: Layer already exists 04:42:50 1edd5b5689a1: Layer already exists 04:42:50 4.1.0-dev.13: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:42:51 1a3e8000000a: Preparing 04:42:51 a6c2dabf5f79: Preparing 04:42:51 fd703faef9d7: Preparing 04:42:51 d8ba7877a9c1: Preparing 04:42:51 c6d9ecadb626: Preparing 04:42:51 174fe5fa39ed: Preparing 04:42:51 c7c7b3556519: Preparing 04:42:51 a0d1257f9b41: Preparing 04:42:51 be3b39d103fd: Preparing 04:42:51 c72605e22f9e: Preparing 04:42:51 1edd5b5689a1: Preparing 04:42:51 dd9c8f8612c8: Preparing 04:42:51 174fe5fa39ed: Waiting 04:42:51 c7c7b3556519: Waiting 04:42:51 a0d1257f9b41: Waiting 04:42:51 be3b39d103fd: Waiting 04:42:51 c72605e22f9e: Waiting 04:42:51 1edd5b5689a1: Waiting 04:42:51 dd9c8f8612c8: Waiting 04:42:51 a6c2dabf5f79: Layer already exists 04:42:51 1a3e8000000a: Layer already exists 04:42:51 d8ba7877a9c1: Layer already exists 04:42:51 c6d9ecadb626: Layer already exists 04:42:51 fd703faef9d7: Layer already exists 04:42:51 174fe5fa39ed: Layer already exists 04:42:51 a0d1257f9b41: Layer already exists 04:42:51 c7c7b3556519: Layer already exists 04:42:51 be3b39d103fd: Layer already exists 04:42:51 c72605e22f9e: Layer already exists 04:42:51 dd9c8f8612c8: Layer already exists 04:42:51 1edd5b5689a1: Layer already exists 04:42:51 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:52 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 04:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:42:52 1a3e8000000a: Preparing 04:42:52 a6c2dabf5f79: Preparing 04:42:52 fd703faef9d7: Preparing 04:42:52 d8ba7877a9c1: Preparing 04:42:52 c6d9ecadb626: Preparing 04:42:52 174fe5fa39ed: Preparing 04:42:52 c7c7b3556519: Preparing 04:42:52 174fe5fa39ed: Waiting 04:42:52 a0d1257f9b41: Preparing 04:42:52 c7c7b3556519: Waiting 04:42:52 be3b39d103fd: Preparing 04:42:52 a0d1257f9b41: Waiting 04:42:52 c72605e22f9e: Preparing 04:42:52 be3b39d103fd: Waiting 04:42:52 1edd5b5689a1: Preparing 04:42:52 c72605e22f9e: Waiting 04:42:52 dd9c8f8612c8: Preparing 04:42:52 1edd5b5689a1: Waiting 04:42:52 dd9c8f8612c8: Waiting 04:42:52 c6d9ecadb626: Layer already exists 04:42:52 a6c2dabf5f79: Layer already exists 04:42:52 d8ba7877a9c1: Layer already exists 04:42:52 1a3e8000000a: Layer already exists 04:42:52 fd703faef9d7: Layer already exists 04:42:52 c7c7b3556519: Layer already exists 04:42:52 be3b39d103fd: Layer already exists 04:42:52 a0d1257f9b41: Layer already exists 04:42:52 174fe5fa39ed: Layer already exists 04:42:52 c72605e22f9e: Layer already exists 04:42:52 dd9c8f8612c8: Layer already exists 04:42:52 1edd5b5689a1: Layer already exists 04:42:52 main: digest: sha256:c734e369b46af7df94a680cc7406817f4747bf6757c9979fe9ffc90148561b2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:42:52 ===================================================== [Pipeline] echo 04:42:52 taggedImages: 04:42:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:42:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 04:42:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:42:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 04:42:52 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:52 latest 04:42:52 4.1.0-dev.13 04:42:52 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:42:52 main 04:42:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:42:53 07d14ad46f5e: Preparing 04:42:53 024c8234a3e8: Preparing 04:42:53 a0d1257f9b41: Preparing 04:42:53 be3b39d103fd: Preparing 04:42:53 8de83df94c37: Preparing 04:42:53 fe78fa85fd29: Preparing 04:42:53 dd9c8f8612c8: Preparing 04:42:53 fe78fa85fd29: Waiting 04:42:53 dd9c8f8612c8: Waiting 04:42:53 a0d1257f9b41: Layer already exists 04:42:53 be3b39d103fd: Layer already exists 04:42:53 dd9c8f8612c8: Layer already exists 04:42:53 8de83df94c37: Pushed 04:42:53 07d14ad46f5e: Pushed 04:42:55 fe78fa85fd29: Pushed 04:42:59 024c8234a3e8: Pushed 04:42:59 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43: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 04:43:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:43:00 07d14ad46f5e: Preparing 04:43:00 024c8234a3e8: Preparing 04:43:00 a0d1257f9b41: Preparing 04:43:00 be3b39d103fd: Preparing 04:43:00 8de83df94c37: Preparing 04:43:00 fe78fa85fd29: Preparing 04:43:00 dd9c8f8612c8: Preparing 04:43:00 fe78fa85fd29: Waiting 04:43:00 dd9c8f8612c8: Waiting 04:43:00 a0d1257f9b41: Layer already exists 04:43:00 8de83df94c37: Layer already exists 04:43:00 be3b39d103fd: Layer already exists 04:43:00 024c8234a3e8: Layer already exists 04:43:00 07d14ad46f5e: Layer already exists 04:43:00 dd9c8f8612c8: Layer already exists 04:43:00 fe78fa85fd29: Layer already exists 04:43:00 latest: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 04:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:43:01 07d14ad46f5e: Preparing 04:43:01 024c8234a3e8: Preparing 04:43:01 a0d1257f9b41: Preparing 04:43:01 be3b39d103fd: Preparing 04:43:01 8de83df94c37: Preparing 04:43:01 fe78fa85fd29: Preparing 04:43:01 dd9c8f8612c8: Preparing 04:43:01 fe78fa85fd29: Waiting 04:43:01 dd9c8f8612c8: Waiting 04:43:01 be3b39d103fd: Layer already exists 04:43:01 8de83df94c37: Layer already exists 04:43:01 a0d1257f9b41: Layer already exists 04:43:01 024c8234a3e8: Layer already exists 04:43:01 07d14ad46f5e: Layer already exists 04:43:01 dd9c8f8612c8: Layer already exists 04:43:01 fe78fa85fd29: Layer already exists 04:43:01 4.1.0-dev.13: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:43:02 07d14ad46f5e: Preparing 04:43:02 024c8234a3e8: Preparing 04:43:02 a0d1257f9b41: Preparing 04:43:02 be3b39d103fd: Preparing 04:43:02 8de83df94c37: Preparing 04:43:02 fe78fa85fd29: Preparing 04:43:02 dd9c8f8612c8: Preparing 04:43:02 fe78fa85fd29: Waiting 04:43:02 dd9c8f8612c8: Waiting 04:43:02 a0d1257f9b41: Layer already exists 04:43:02 be3b39d103fd: Layer already exists 04:43:02 8de83df94c37: Layer already exists 04:43:02 07d14ad46f5e: Layer already exists 04:43:02 024c8234a3e8: Layer already exists 04:43:02 fe78fa85fd29: Layer already exists 04:43:02 dd9c8f8612c8: Layer already exists 04:43:02 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43: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 04:43:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 04:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:43:03 07d14ad46f5e: Preparing 04:43:03 024c8234a3e8: Preparing 04:43:03 a0d1257f9b41: Preparing 04:43:03 be3b39d103fd: Preparing 04:43:03 8de83df94c37: Preparing 04:43:03 fe78fa85fd29: Preparing 04:43:03 dd9c8f8612c8: Preparing 04:43:03 fe78fa85fd29: Waiting 04:43:03 dd9c8f8612c8: Waiting 04:43:03 024c8234a3e8: Layer already exists 04:43:03 8de83df94c37: Layer already exists 04:43:03 07d14ad46f5e: Layer already exists 04:43:03 a0d1257f9b41: Layer already exists 04:43:03 be3b39d103fd: Layer already exists 04:43:03 dd9c8f8612c8: Layer already exists 04:43:03 fe78fa85fd29: Layer already exists 04:43:03 main: digest: sha256:074a224861e389ba6b9257dddfb2569bf1f2707fceb55b5db66ee66c201a5102 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:03 ===================================================== [Pipeline] echo 04:43:03 taggedImages: 04:43:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:43:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:43:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 04:43:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:43:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:43:03 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 04:43:03 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:43:03 latest 04:43:03 4.1.0-dev.13 04:43:03 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:43:03 main 04:43:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:43:04 a110ca9c417c: Preparing 04:43:04 dd91c97cad50: Preparing 04:43:04 45501de72080: Preparing 04:43:04 a0d1257f9b41: Preparing 04:43:04 be3b39d103fd: Preparing 04:43:04 0e09061e5acb: Preparing 04:43:04 87413cc850db: Preparing 04:43:04 ff1280272080: Preparing 04:43:04 e1b5c832f777: Preparing 04:43:04 dd9c8f8612c8: Preparing 04:43:04 87413cc850db: Waiting 04:43:04 0e09061e5acb: Waiting 04:43:04 ff1280272080: Waiting 04:43:04 e1b5c832f777: Waiting 04:43:04 dd9c8f8612c8: Waiting 04:43:04 a0d1257f9b41: Layer already exists 04:43:04 be3b39d103fd: Layer already exists 04:43:04 45501de72080: Pushed 04:43:04 dd91c97cad50: Pushed 04:43:04 a110ca9c417c: Pushed 04:43:04 dd9c8f8612c8: Layer already exists 04:43:04 ff1280272080: Pushed 04:43:05 e1b5c832f777: Pushed 04:43:15 87413cc850db: Pushed 04:43:30 0e09061e5acb: Pushed 04:43:30 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43: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 04:43:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:43:31 a110ca9c417c: Preparing 04:43:31 dd91c97cad50: Preparing 04:43:31 45501de72080: Preparing 04:43:31 a0d1257f9b41: Preparing 04:43:31 be3b39d103fd: Preparing 04:43:31 0e09061e5acb: Preparing 04:43:31 87413cc850db: Preparing 04:43:31 ff1280272080: Preparing 04:43:31 e1b5c832f777: Preparing 04:43:31 dd9c8f8612c8: Preparing 04:43:31 87413cc850db: Waiting 04:43:31 ff1280272080: Waiting 04:43:31 e1b5c832f777: Waiting 04:43:31 dd9c8f8612c8: Waiting 04:43:31 0e09061e5acb: Waiting 04:43:31 dd91c97cad50: Layer already exists 04:43:31 45501de72080: Layer already exists 04:43:31 a110ca9c417c: Layer already exists 04:43:31 be3b39d103fd: Layer already exists 04:43:31 a0d1257f9b41: Layer already exists 04:43:31 87413cc850db: Layer already exists 04:43:31 0e09061e5acb: Layer already exists 04:43:31 ff1280272080: Layer already exists 04:43:31 e1b5c832f777: Layer already exists 04:43:31 dd9c8f8612c8: Layer already exists 04:43:31 latest: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 04:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:43:31 a110ca9c417c: Preparing 04:43:31 dd91c97cad50: Preparing 04:43:31 45501de72080: Preparing 04:43:31 a0d1257f9b41: Preparing 04:43:31 be3b39d103fd: Preparing 04:43:31 0e09061e5acb: Preparing 04:43:31 87413cc850db: Preparing 04:43:31 ff1280272080: Preparing 04:43:31 e1b5c832f777: Preparing 04:43:31 dd9c8f8612c8: Preparing 04:43:31 ff1280272080: Waiting 04:43:31 e1b5c832f777: Waiting 04:43:31 dd9c8f8612c8: Waiting 04:43:31 0e09061e5acb: Waiting 04:43:31 87413cc850db: Waiting 04:43:31 45501de72080: Layer already exists 04:43:31 be3b39d103fd: Layer already exists 04:43:31 a110ca9c417c: Layer already exists 04:43:31 a0d1257f9b41: Layer already exists 04:43:31 dd91c97cad50: Layer already exists 04:43:31 0e09061e5acb: Layer already exists 04:43:31 ff1280272080: Layer already exists 04:43:31 87413cc850db: Layer already exists 04:43:31 e1b5c832f777: Layer already exists 04:43:31 dd9c8f8612c8: Layer already exists 04:43:31 4.1.0-dev.13: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:32 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:43:32 a110ca9c417c: Preparing 04:43:32 dd91c97cad50: Preparing 04:43:32 45501de72080: Preparing 04:43:32 a0d1257f9b41: Preparing 04:43:32 be3b39d103fd: Preparing 04:43:32 0e09061e5acb: Preparing 04:43:32 87413cc850db: Preparing 04:43:32 ff1280272080: Preparing 04:43:32 e1b5c832f777: Preparing 04:43:32 dd9c8f8612c8: Preparing 04:43:32 0e09061e5acb: Waiting 04:43:32 ff1280272080: Waiting 04:43:32 e1b5c832f777: Waiting 04:43:32 dd9c8f8612c8: Waiting 04:43:32 a0d1257f9b41: Layer already exists 04:43:32 dd91c97cad50: Layer already exists 04:43:32 45501de72080: Layer already exists 04:43:32 be3b39d103fd: Layer already exists 04:43:32 a110ca9c417c: Layer already exists 04:43:32 87413cc850db: Layer already exists 04:43:32 0e09061e5acb: Layer already exists 04:43:32 e1b5c832f777: Layer already exists 04:43:32 dd9c8f8612c8: Layer already exists 04:43:32 ff1280272080: Layer already exists 04:43:32 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:33 + 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 04:43:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 04:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:43:33 a110ca9c417c: Preparing 04:43:33 dd91c97cad50: Preparing 04:43:33 45501de72080: Preparing 04:43:33 a0d1257f9b41: Preparing 04:43:33 be3b39d103fd: Preparing 04:43:33 0e09061e5acb: Preparing 04:43:33 87413cc850db: Preparing 04:43:33 ff1280272080: Preparing 04:43:33 e1b5c832f777: Preparing 04:43:33 dd9c8f8612c8: Preparing 04:43:33 87413cc850db: Waiting 04:43:33 ff1280272080: Waiting 04:43:33 e1b5c832f777: Waiting 04:43:33 dd9c8f8612c8: Waiting 04:43:33 0e09061e5acb: Waiting 04:43:33 a0d1257f9b41: Layer already exists 04:43:33 a110ca9c417c: Layer already exists 04:43:33 be3b39d103fd: Layer already exists 04:43:33 dd91c97cad50: Layer already exists 04:43:33 45501de72080: Layer already exists 04:43:33 87413cc850db: Layer already exists 04:43:33 ff1280272080: Layer already exists 04:43:33 dd9c8f8612c8: Layer already exists 04:43:33 e1b5c832f777: Layer already exists 04:43:33 0e09061e5acb: Layer already exists 04:43:33 main: digest: sha256:02e51a9051152dd0bfe3f0dad4b8e6a0dfa62b71e12f5c203f8c3e7dc46e7b1d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:33 ===================================================== [Pipeline] echo 04:43:33 taggedImages: 04:43:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:43:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:43:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 04:43:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:43:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:43:34 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 04:43:34 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:43:34 latest 04:43:34 4.1.0-dev.13 04:43:34 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:43:34 main 04:43:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:43:34 9a09f253782e: Preparing 04:43:34 d0e12fdeb3cb: Preparing 04:43:34 b0fb1140ecd5: Preparing 04:43:34 a0d1257f9b41: Preparing 04:43:34 be3b39d103fd: Preparing 04:43:34 fa3dbb484e6d: Preparing 04:43:34 56a22ebf4bf5: Preparing 04:43:34 56aa1a7a1685: Preparing 04:43:34 dd9c8f8612c8: Preparing 04:43:34 fa3dbb484e6d: Waiting 04:43:34 56a22ebf4bf5: Waiting 04:43:34 56aa1a7a1685: Waiting 04:43:34 dd9c8f8612c8: Waiting 04:43:34 d0e12fdeb3cb: Pushed 04:43:34 b0fb1140ecd5: Pushed 04:43:35 be3b39d103fd: Layer already exists 04:43:35 a0d1257f9b41: Layer already exists 04:43:35 dd9c8f8612c8: Layer already exists 04:43:35 9a09f253782e: Pushed 04:43:35 56a22ebf4bf5: Pushed 04:43:36 56aa1a7a1685: Pushed 04:44:03 fa3dbb484e6d: Pushed 04:44:03 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44: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 04:44:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:44:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:44:03 9a09f253782e: Preparing 04:44:03 d0e12fdeb3cb: Preparing 04:44:03 b0fb1140ecd5: Preparing 04:44:03 a0d1257f9b41: Preparing 04:44:03 be3b39d103fd: Preparing 04:44:03 fa3dbb484e6d: Preparing 04:44:03 56a22ebf4bf5: Preparing 04:44:03 56aa1a7a1685: Preparing 04:44:03 dd9c8f8612c8: Preparing 04:44:03 56a22ebf4bf5: Waiting 04:44:03 56aa1a7a1685: Waiting 04:44:03 dd9c8f8612c8: Waiting 04:44:03 fa3dbb484e6d: Waiting 04:44:03 be3b39d103fd: Layer already exists 04:44:03 a0d1257f9b41: Layer already exists 04:44:03 d0e12fdeb3cb: Layer already exists 04:44:03 b0fb1140ecd5: Layer already exists 04:44:03 9a09f253782e: Layer already exists 04:44:03 fa3dbb484e6d: Layer already exists 04:44:03 56a22ebf4bf5: Layer already exists 04:44:03 dd9c8f8612c8: Layer already exists 04:44:03 56aa1a7a1685: Layer already exists 04:44:04 latest: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:04 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 04:44:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:44:04 9a09f253782e: Preparing 04:44:04 d0e12fdeb3cb: Preparing 04:44:04 b0fb1140ecd5: Preparing 04:44:04 a0d1257f9b41: Preparing 04:44:04 be3b39d103fd: Preparing 04:44:04 fa3dbb484e6d: Preparing 04:44:04 56a22ebf4bf5: Preparing 04:44:04 fa3dbb484e6d: Waiting 04:44:04 56aa1a7a1685: Preparing 04:44:04 56a22ebf4bf5: Waiting 04:44:04 dd9c8f8612c8: Preparing 04:44:04 56aa1a7a1685: Waiting 04:44:04 dd9c8f8612c8: Waiting 04:44:04 be3b39d103fd: Layer already exists 04:44:04 b0fb1140ecd5: Layer already exists 04:44:04 d0e12fdeb3cb: Layer already exists 04:44:04 a0d1257f9b41: Layer already exists 04:44:04 9a09f253782e: Layer already exists 04:44:04 fa3dbb484e6d: Layer already exists 04:44:04 56aa1a7a1685: Layer already exists 04:44:04 56a22ebf4bf5: Layer already exists 04:44:04 dd9c8f8612c8: Layer already exists 04:44:05 4.1.0-dev.13: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:44:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:44:05 9a09f253782e: Preparing 04:44:05 d0e12fdeb3cb: Preparing 04:44:05 b0fb1140ecd5: Preparing 04:44:05 a0d1257f9b41: Preparing 04:44:05 be3b39d103fd: Preparing 04:44:05 fa3dbb484e6d: Preparing 04:44:05 56a22ebf4bf5: Preparing 04:44:05 56aa1a7a1685: Preparing 04:44:05 dd9c8f8612c8: Preparing 04:44:05 56a22ebf4bf5: Waiting 04:44:05 56aa1a7a1685: Waiting 04:44:05 dd9c8f8612c8: Waiting 04:44:05 fa3dbb484e6d: Waiting 04:44:05 a0d1257f9b41: Layer already exists 04:44:05 9a09f253782e: Layer already exists 04:44:05 d0e12fdeb3cb: Layer already exists 04:44:05 be3b39d103fd: Layer already exists 04:44:05 b0fb1140ecd5: Layer already exists 04:44:05 56a22ebf4bf5: Layer already exists 04:44:05 fa3dbb484e6d: Layer already exists 04:44:05 56aa1a7a1685: Layer already exists 04:44:05 dd9c8f8612c8: Layer already exists 04:44:06 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44: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 04:44:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 04:44:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:44:06 9a09f253782e: Preparing 04:44:06 d0e12fdeb3cb: Preparing 04:44:06 b0fb1140ecd5: Preparing 04:44:06 a0d1257f9b41: Preparing 04:44:06 be3b39d103fd: Preparing 04:44:06 fa3dbb484e6d: Preparing 04:44:06 56a22ebf4bf5: Preparing 04:44:06 56aa1a7a1685: Preparing 04:44:06 dd9c8f8612c8: Preparing 04:44:06 56a22ebf4bf5: Waiting 04:44:06 56aa1a7a1685: Waiting 04:44:06 dd9c8f8612c8: Waiting 04:44:06 fa3dbb484e6d: Waiting 04:44:06 d0e12fdeb3cb: Layer already exists 04:44:06 9a09f253782e: Layer already exists 04:44:06 b0fb1140ecd5: Layer already exists 04:44:06 be3b39d103fd: Layer already exists 04:44:06 a0d1257f9b41: Layer already exists 04:44:06 fa3dbb484e6d: Layer already exists 04:44:06 56a22ebf4bf5: Layer already exists 04:44:06 56aa1a7a1685: Layer already exists 04:44:06 dd9c8f8612c8: Layer already exists 04:44:06 main: digest: sha256:cbf86a636edd3009e1cdb8143c23a220b40486f902396e07b50eb56de05344ff size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:07 ===================================================== [Pipeline] echo 04:44:07 taggedImages: 04:44:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:44:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:44:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 04:44:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:44:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:44:07 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 04:44:07 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:44:07 latest 04:44:07 4.1.0-dev.13 04:44:07 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:44:07 main 04:44:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:44:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:44:07 0ee77b83daf4: Preparing 04:44:07 ee5a94721074: Preparing 04:44:07 4cec49dc96bc: Preparing 04:44:07 a0d1257f9b41: Preparing 04:44:07 be3b39d103fd: Preparing 04:44:07 98ada2299942: Preparing 04:44:07 ff1280272080: Preparing 04:44:07 e1b5c832f777: Preparing 04:44:07 dd9c8f8612c8: Preparing 04:44:07 98ada2299942: Waiting 04:44:07 e1b5c832f777: Waiting 04:44:07 dd9c8f8612c8: Waiting 04:44:07 ff1280272080: Waiting 04:44:07 a0d1257f9b41: Layer already exists 04:44:07 be3b39d103fd: Layer already exists 04:44:08 ff1280272080: Layer already exists 04:44:08 e1b5c832f777: Layer already exists 04:44:08 ee5a94721074: Pushed 04:44:08 0ee77b83daf4: Pushed 04:44:08 4cec49dc96bc: Pushed 04:44:08 dd9c8f8612c8: Layer already exists 04:44:46 98ada2299942: Pushed 04:44:46 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:47 + 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 04:44:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:44:47 0ee77b83daf4: Preparing 04:44:47 ee5a94721074: Preparing 04:44:47 4cec49dc96bc: Preparing 04:44:47 a0d1257f9b41: Preparing 04:44:47 be3b39d103fd: Preparing 04:44:47 98ada2299942: Preparing 04:44:47 ff1280272080: Preparing 04:44:47 e1b5c832f777: Preparing 04:44:47 dd9c8f8612c8: Preparing 04:44:47 98ada2299942: Waiting 04:44:47 ff1280272080: Waiting 04:44:47 e1b5c832f777: Waiting 04:44:47 dd9c8f8612c8: Waiting 04:44:47 ee5a94721074: Layer already exists 04:44:47 be3b39d103fd: Layer already exists 04:44:47 a0d1257f9b41: Layer already exists 04:44:47 4cec49dc96bc: Layer already exists 04:44:47 0ee77b83daf4: Layer already exists 04:44:47 98ada2299942: Layer already exists 04:44:47 e1b5c832f777: Layer already exists 04:44:47 ff1280272080: Layer already exists 04:44:47 dd9c8f8612c8: Layer already exists 04:44:47 latest: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:47 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 04:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:44:48 0ee77b83daf4: Preparing 04:44:48 ee5a94721074: Preparing 04:44:48 4cec49dc96bc: Preparing 04:44:48 a0d1257f9b41: Preparing 04:44:48 be3b39d103fd: Preparing 04:44:48 98ada2299942: Preparing 04:44:48 ff1280272080: Preparing 04:44:48 e1b5c832f777: Preparing 04:44:48 dd9c8f8612c8: Preparing 04:44:48 98ada2299942: Waiting 04:44:48 ff1280272080: Waiting 04:44:48 e1b5c832f777: Waiting 04:44:48 dd9c8f8612c8: Waiting 04:44:48 ee5a94721074: Layer already exists 04:44:48 4cec49dc96bc: Layer already exists 04:44:48 0ee77b83daf4: Layer already exists 04:44:48 a0d1257f9b41: Layer already exists 04:44:48 be3b39d103fd: Layer already exists 04:44:48 98ada2299942: Layer already exists 04:44:48 ff1280272080: Layer already exists 04:44:48 e1b5c832f777: Layer already exists 04:44:48 dd9c8f8612c8: Layer already exists 04:44:48 4.1.0-dev.13: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:44:49 0ee77b83daf4: Preparing 04:44:49 ee5a94721074: Preparing 04:44:49 4cec49dc96bc: Preparing 04:44:49 a0d1257f9b41: Preparing 04:44:49 be3b39d103fd: Preparing 04:44:49 98ada2299942: Preparing 04:44:49 ff1280272080: Preparing 04:44:49 e1b5c832f777: Preparing 04:44:49 dd9c8f8612c8: Preparing 04:44:49 98ada2299942: Waiting 04:44:49 ff1280272080: Waiting 04:44:49 e1b5c832f777: Waiting 04:44:49 dd9c8f8612c8: Waiting 04:44:49 0ee77b83daf4: Layer already exists 04:44:49 a0d1257f9b41: Layer already exists 04:44:49 4cec49dc96bc: Layer already exists 04:44:49 ee5a94721074: Layer already exists 04:44:49 be3b39d103fd: Layer already exists 04:44:49 98ada2299942: Layer already exists 04:44:49 ff1280272080: Layer already exists 04:44:49 e1b5c832f777: Layer already exists 04:44:49 dd9c8f8612c8: Layer already exists 04:44:49 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:49 + 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 04:44:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 04:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:44:50 0ee77b83daf4: Preparing 04:44:50 ee5a94721074: Preparing 04:44:50 4cec49dc96bc: Preparing 04:44:50 a0d1257f9b41: Preparing 04:44:50 be3b39d103fd: Preparing 04:44:50 98ada2299942: Preparing 04:44:50 ff1280272080: Preparing 04:44:50 e1b5c832f777: Preparing 04:44:50 dd9c8f8612c8: Preparing 04:44:50 ff1280272080: Waiting 04:44:50 e1b5c832f777: Waiting 04:44:50 98ada2299942: Waiting 04:44:50 dd9c8f8612c8: Waiting 04:44:50 ee5a94721074: Layer already exists 04:44:50 a0d1257f9b41: Layer already exists 04:44:50 0ee77b83daf4: Layer already exists 04:44:50 4cec49dc96bc: Layer already exists 04:44:50 be3b39d103fd: Layer already exists 04:44:50 e1b5c832f777: Layer already exists 04:44:50 ff1280272080: Layer already exists 04:44:50 98ada2299942: Layer already exists 04:44:50 dd9c8f8612c8: Layer already exists 04:44:50 main: digest: sha256:b30b566867684ad03b2bc10670c3d72b5f43dd196f9f868304dc3de0f14501a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:50 ===================================================== [Pipeline] echo 04:44:50 taggedImages: 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:44:50 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 04:44:50 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:44:50 latest 04:44:50 4.1.0-dev.13 04:44:50 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:44:50 main 04:44:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:44:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:44:51 5056ca3e05c4: Preparing 04:44:51 d6a3a628f78d: Preparing 04:44:51 a0d1257f9b41: Preparing 04:44:51 be3b39d103fd: Preparing 04:44:51 8062acc0b222: Preparing 04:44:51 3f5723d58ec4: Preparing 04:44:51 dd9c8f8612c8: Preparing 04:44:51 3f5723d58ec4: Waiting 04:44:51 dd9c8f8612c8: Waiting 04:44:51 a0d1257f9b41: Layer already exists 04:44:51 be3b39d103fd: Layer already exists 04:44:51 dd9c8f8612c8: Layer already exists 04:44:51 8062acc0b222: Pushed 04:44:51 5056ca3e05c4: Pushed 04:44:52 3f5723d58ec4: Pushed 04:44:59 d6a3a628f78d: Pushed 04:44:59 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:45:00 5056ca3e05c4: Preparing 04:45:00 d6a3a628f78d: Preparing 04:45:00 a0d1257f9b41: Preparing 04:45:00 be3b39d103fd: Preparing 04:45:00 8062acc0b222: Preparing 04:45:00 3f5723d58ec4: Preparing 04:45:00 dd9c8f8612c8: Preparing 04:45:00 3f5723d58ec4: Waiting 04:45:00 dd9c8f8612c8: Waiting 04:45:00 d6a3a628f78d: Layer already exists 04:45:00 5056ca3e05c4: Layer already exists 04:45:00 8062acc0b222: Layer already exists 04:45:00 a0d1257f9b41: Layer already exists 04:45:00 be3b39d103fd: Layer already exists 04:45:00 3f5723d58ec4: Layer already exists 04:45:00 dd9c8f8612c8: Layer already exists 04:45:00 latest: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 04:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:45:00 5056ca3e05c4: Preparing 04:45:00 d6a3a628f78d: Preparing 04:45:00 a0d1257f9b41: Preparing 04:45:00 be3b39d103fd: Preparing 04:45:00 8062acc0b222: Preparing 04:45:00 3f5723d58ec4: Preparing 04:45:00 dd9c8f8612c8: Preparing 04:45:00 3f5723d58ec4: Waiting 04:45:00 dd9c8f8612c8: Waiting 04:45:00 8062acc0b222: Layer already exists 04:45:00 d6a3a628f78d: Layer already exists 04:45:00 a0d1257f9b41: Layer already exists 04:45:00 5056ca3e05c4: Layer already exists 04:45:00 be3b39d103fd: Layer already exists 04:45:00 3f5723d58ec4: Layer already exists 04:45:00 dd9c8f8612c8: Layer already exists 04:45:00 4.1.0-dev.13: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:45:01 5056ca3e05c4: Preparing 04:45:01 d6a3a628f78d: Preparing 04:45:01 a0d1257f9b41: Preparing 04:45:01 be3b39d103fd: Preparing 04:45:01 8062acc0b222: Preparing 04:45:01 3f5723d58ec4: Preparing 04:45:01 dd9c8f8612c8: Preparing 04:45:01 dd9c8f8612c8: Waiting 04:45:01 3f5723d58ec4: Waiting 04:45:01 5056ca3e05c4: Layer already exists 04:45:01 8062acc0b222: Layer already exists 04:45:01 a0d1257f9b41: Layer already exists 04:45:01 be3b39d103fd: Layer already exists 04:45:01 d6a3a628f78d: Layer already exists 04:45:01 dd9c8f8612c8: Layer already exists 04:45:01 3f5723d58ec4: Layer already exists 04:45:01 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 04:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:45:02 5056ca3e05c4: Preparing 04:45:02 d6a3a628f78d: Preparing 04:45:02 a0d1257f9b41: Preparing 04:45:02 be3b39d103fd: Preparing 04:45:02 8062acc0b222: Preparing 04:45:02 3f5723d58ec4: Preparing 04:45:02 dd9c8f8612c8: Preparing 04:45:02 3f5723d58ec4: Waiting 04:45:02 dd9c8f8612c8: Waiting 04:45:02 8062acc0b222: Layer already exists 04:45:02 d6a3a628f78d: Layer already exists 04:45:02 be3b39d103fd: Layer already exists 04:45:02 5056ca3e05c4: Layer already exists 04:45:02 a0d1257f9b41: Layer already exists 04:45:02 dd9c8f8612c8: Layer already exists 04:45:02 3f5723d58ec4: Layer already exists 04:45:02 main: digest: sha256:11fc0f43516e7fe64eeca623143033a2f1e13baa1fea3ce2d5ff0654f3789d4d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:45:02 ===================================================== [Pipeline] echo 04:45:02 taggedImages: 04:45:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:45:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:45:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 04:45:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:45:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:45:02 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 04:45:02 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:45:02 latest 04:45:02 4.1.0-dev.13 04:45:02 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:45:02 main 04:45:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:45:03 77c63151e530: Preparing 04:45:03 a0f9d42aa730: Preparing 04:45:03 a0d1257f9b41: Preparing 04:45:03 be3b39d103fd: Preparing 04:45:03 c22cd14ea169: Preparing 04:45:03 ae41fb7e2b26: Preparing 04:45:03 dd9c8f8612c8: Preparing 04:45:03 ae41fb7e2b26: Waiting 04:45:03 dd9c8f8612c8: Waiting 04:45:03 a0d1257f9b41: Layer already exists 04:45:03 be3b39d103fd: Layer already exists 04:45:03 dd9c8f8612c8: Layer already exists 04:45:03 c22cd14ea169: Pushed 04:45:03 77c63151e530: Pushed 04:45:03 ae41fb7e2b26: Pushed 04:45:12 a0f9d42aa730: Pushed 04:45:12 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:12 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:45:12 77c63151e530: Preparing 04:45:12 a0f9d42aa730: Preparing 04:45:12 a0d1257f9b41: Preparing 04:45:12 be3b39d103fd: Preparing 04:45:12 c22cd14ea169: Preparing 04:45:12 ae41fb7e2b26: Preparing 04:45:12 dd9c8f8612c8: Preparing 04:45:12 ae41fb7e2b26: Waiting 04:45:12 dd9c8f8612c8: Waiting 04:45:12 77c63151e530: Layer already exists 04:45:12 c22cd14ea169: Layer already exists 04:45:12 a0d1257f9b41: Layer already exists 04:45:12 a0f9d42aa730: Layer already exists 04:45:12 be3b39d103fd: Layer already exists 04:45:12 dd9c8f8612c8: Layer already exists 04:45:12 ae41fb7e2b26: Layer already exists 04:45:12 latest: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 04:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:45:13 77c63151e530: Preparing 04:45:13 a0f9d42aa730: Preparing 04:45:13 a0d1257f9b41: Preparing 04:45:13 be3b39d103fd: Preparing 04:45:13 c22cd14ea169: Preparing 04:45:13 ae41fb7e2b26: Preparing 04:45:13 dd9c8f8612c8: Preparing 04:45:13 ae41fb7e2b26: Waiting 04:45:13 dd9c8f8612c8: Waiting 04:45:13 77c63151e530: Layer already exists 04:45:13 c22cd14ea169: Layer already exists 04:45:13 a0f9d42aa730: Layer already exists 04:45:13 be3b39d103fd: Layer already exists 04:45:13 a0d1257f9b41: Layer already exists 04:45:13 dd9c8f8612c8: Layer already exists 04:45:13 ae41fb7e2b26: Layer already exists 04:45:13 4.1.0-dev.13: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:45:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:45:14 77c63151e530: Preparing 04:45:14 a0f9d42aa730: Preparing 04:45:14 a0d1257f9b41: Preparing 04:45:14 be3b39d103fd: Preparing 04:45:14 c22cd14ea169: Preparing 04:45:14 ae41fb7e2b26: Preparing 04:45:14 dd9c8f8612c8: Preparing 04:45:14 ae41fb7e2b26: Waiting 04:45:14 dd9c8f8612c8: Waiting 04:45:14 a0d1257f9b41: Layer already exists 04:45:14 77c63151e530: Layer already exists 04:45:14 c22cd14ea169: Layer already exists 04:45:14 a0f9d42aa730: Layer already exists 04:45:14 be3b39d103fd: Layer already exists 04:45:14 ae41fb7e2b26: Layer already exists 04:45:14 dd9c8f8612c8: Layer already exists 04:45:14 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 04:45:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:45:15 77c63151e530: Preparing 04:45:15 a0f9d42aa730: Preparing 04:45:15 a0d1257f9b41: Preparing 04:45:15 be3b39d103fd: Preparing 04:45:15 c22cd14ea169: Preparing 04:45:15 ae41fb7e2b26: Preparing 04:45:15 dd9c8f8612c8: Preparing 04:45:15 ae41fb7e2b26: Waiting 04:45:15 dd9c8f8612c8: Waiting 04:45:15 c22cd14ea169: Layer already exists 04:45:15 a0f9d42aa730: Layer already exists 04:45:15 a0d1257f9b41: Layer already exists 04:45:15 be3b39d103fd: Layer already exists 04:45:15 77c63151e530: Layer already exists 04:45:15 ae41fb7e2b26: Layer already exists 04:45:15 dd9c8f8612c8: Layer already exists 04:45:15 main: digest: sha256:e0bb604eabf282c97f16f2700733688208e94dd0dc6e5c4e7e7c128820e09425 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:45:15 ===================================================== [Pipeline] echo 04:45:15 taggedImages: 04:45:15 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 04:45:15 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:45:15 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 04:45:15 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 04:45:15 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.13 [Pipeline] echo 04:45:16 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0-4.1.0-dev.13 [Pipeline] echo 04:45:16 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 04:45:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:45:17 04:45:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:45:17 arm64: Pulling from edgex-lftools-log-publisher 04:45:17 8998bd30e6a1: Pulling fs layer 04:45:17 04944245beec: Pulling fs layer 04:45:17 699f458cf7ca: Pulling fs layer 04:45:17 765212b225bb: Pulling fs layer 04:45:17 f23df028b6ca: Pulling fs layer 04:45:17 d65c8cfc05b1: Pulling fs layer 04:45:17 2437ff75d9bd: Pulling fs layer 04:45:17 765212b225bb: Waiting 04:45:17 f23df028b6ca: Waiting 04:45:17 d65c8cfc05b1: Waiting 04:45:17 2437ff75d9bd: Waiting 04:45:17 04944245beec: Verifying Checksum 04:45:17 765212b225bb: Verifying Checksum 04:45:17 765212b225bb: Download complete 04:45:17 f23df028b6ca: Verifying Checksum 04:45:17 f23df028b6ca: Download complete 04:45:17 d65c8cfc05b1: Verifying Checksum 04:45:17 d65c8cfc05b1: Download complete 04:45:18 699f458cf7ca: Verifying Checksum 04:45:18 699f458cf7ca: Download complete 04:45:18 8998bd30e6a1: Verifying Checksum 04:45:18 8998bd30e6a1: Download complete 04:45:20 2437ff75d9bd: Verifying Checksum 04:45:20 2437ff75d9bd: Download complete 04:45:22 8998bd30e6a1: Pull complete 04:45:23 04944245beec: Pull complete 04:45:25 699f458cf7ca: Pull complete 04:45:25 765212b225bb: Pull complete 04:45:25 f23df028b6ca: Pull complete 04:45:26 d65c8cfc05b1: Pull complete 04:45:44 2437ff75d9bd: Pull complete 04:45:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:45:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:45:44 prd-ubuntu20.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container 04:45:44 $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:45:47 $ docker top 7a372ce18b6e789092071d347c4418fea36c845fdbba17c946ddada8e00f0eaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:45:48 ---> job-cost.sh 04:45:48 lf-activate-venv: SKIPPING 04:45:48 INFO: No Stack... 04:45:49 INFO: Retrieving Pricing Info for: v3-standard-4 04:45:49 INFO: Archiving Costs [Pipeline] sh 04:45:50 + cat /w/workspace/edgex-go/840/archives/cost.csv 04:45:50 + cut -d, -f6 [Pipeline] lock 04:45:50 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-840-stack-cost] 04:45:50 Resource [jenkins-edgexfoundry-edgex-go-main-840-stack-cost] did not exist. Created. 04:45:50 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-840-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:45:51 + echo total: 0.10999999940395355 [Pipeline] stash 04:45:51 Stashed 1 file(s) [Pipeline] } 04:45:51 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-840-stack-cost] [Pipeline] // lock [Pipeline] } 04:45:51 $ docker stop --time=1 7a372ce18b6e789092071d347c4418fea36c845fdbba17c946ddada8e00f0eaf 04:45:53 $ docker rm -f --volumes 7a372ce18b6e789092071d347c4418fea36c845fdbba17c946ddada8e00f0eaf [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 04:45:53 provisioning config files... 04:45:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/840@tmp/config5354938955323485390tmp [Pipeline] { [Pipeline] sh 04:45:54 + set +x 04:45:54 + curl -s https://codecov.io/bash 04:45:54 + bash -s -- 04:45:54 04:45:54 _____ _ 04:45:54 / ____| | | 04:45:54 | | ___ __| | ___ ___ _____ __ 04:45:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:45:54 | |___| (_) | (_| | __/ (_| (_) \ V / 04:45:54 \_____\___/ \__,_|\___|\___\___/ \_/ 04:45:54 Bash-1.0.6 04:45:54 04:45:54 04:45:54 ==> git version 2.25.1 found 04:45:54 ==> 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 04:45:54 Release-Date: 2020-01-08 04:45:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:45:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:45:54 ==> Jenkins CI detected. 04:45:54 current dir:  /w/workspace/edgex-go/840 04:45:54 project root: . 04:45:54 --> token set from env 04:45:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:45:54 ==> Running gcov in . (disable via -X gcov) 04:45:54 ==> Python coveragepy not found 04:45:54 ==> Searching for coverage reports in: 04:45:54 + . 04:45:54 -> Found 1 reports 04:45:54 ==> Detecting git/mercurial file structure 04:45:54 ==> Reading reports 04:45:54 + ./coverage.out bytes=1661047 04:45:54 ==> Appending adjustments 04:45:54 https://docs.codecov.io/docs/fixing-reports 04:45:56 + Found adjustments 04:45:56 ==> Gzipping contents 04:45:56 140K /tmp/codecov.9harwQ.gz 04:45:56 ==> Uploading reports 04:45:56 url: https://codecov.io 04:45:56 query: branch=main&commit=02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0&build=840&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F840%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:45:56 -> Pinging Codecov 04:45:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0&build=840&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F840%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:45:56 -> Uploading to 04:45:56 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0/84c3657b-67da-4598-9267-f1e2e44a9560.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250526%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250526T044556Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=060756b7173ec4891599441a521d9fd7a1995f88027edb6bb309193a8beb1084 04:45:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:45:56 Dload Upload Total Spent Left Speed 04:45:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 668k --:--:-- --:--:-- --:--:-- 668k 100 138k 0 0 100 138k 0 521k --:--:-- --:--:-- --:--:-- 519k 04:45:56 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 [Pipeline] } 04:45:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:45:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:45:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:45:57 04:45:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:45:57 latest: Pulling from edgex-devops/edgex-snyk-go 04:45:57 43c4264eed91: Pulling fs layer 04:45:57 4cc291be95ef: Pulling fs layer 04:45:57 2ac1f1163629: Pulling fs layer 04:45:57 5c3c966382ef: Pulling fs layer 04:45:57 4f4fb700ef54: Pulling fs layer 04:45:57 d9c7d2e4e75e: Pulling fs layer 04:45:57 9c3e1370e548: Pulling fs layer 04:45:57 4f4fb700ef54: Waiting 04:45:57 5c3c966382ef: Waiting 04:45:57 d9c7d2e4e75e: Waiting 04:45:57 4cc291be95ef: Verifying Checksum 04:45:57 4cc291be95ef: Download complete 04:45:57 5c3c966382ef: Verifying Checksum 04:45:57 5c3c966382ef: Download complete 04:45:57 4f4fb700ef54: Download complete 04:45:57 43c4264eed91: Download complete 04:45:57 d9c7d2e4e75e: Verifying Checksum 04:45:57 d9c7d2e4e75e: Download complete 04:45:57 43c4264eed91: Pull complete 04:45:57 4cc291be95ef: Pull complete 04:45:58 2ac1f1163629: Verifying Checksum 04:45:58 2ac1f1163629: Download complete 04:45:58 9c3e1370e548: Verifying Checksum 04:45:58 9c3e1370e548: Download complete 04:46:01 2ac1f1163629: Pull complete 04:46:01 5c3c966382ef: Pull complete 04:46:01 4f4fb700ef54: Pull complete 04:46:01 d9c7d2e4e75e: Pull complete 04:46:05 9c3e1370e548: Pull complete 04:46:05 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:46:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:05 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:46:05 $ 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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:46:07 $ docker top 93dfdabb7f1efaa43a982a6e8728100c378b2a522b34fff1a3e1b7a4624c5792 -eo pid,comm [Pipeline] { [Pipeline] sh 04:46:07 + git config --global --add safe.directory /w/workspace/edgex-go/840 [Pipeline] echo 04:46:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 04:46:08 + set -o pipefail 04:46:08 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 04:46:18 04:46:18 Monitoring /w/workspace/edgex-go/840 (github.com/edgexfoundry/edgex-go)... 04:46:18 04:46:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/0a18ec74-d434-4f13-9b34-93ebcab5b0ba 04:46:18 04:46:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:46:18 [Pipeline] } 04:46:18 $ docker stop --time=1 93dfdabb7f1efaa43a982a6e8728100c378b2a522b34fff1a3e1b7a4624c5792 04:46:20 $ docker rm -f --volumes 93dfdabb7f1efaa43a982a6e8728100c378b2a522b34fff1a3e1b7a4624c5792 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:46:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:46:21 provisioning config files... 04:46:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/840@tmp/config9042107892084209429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:21 --> edgex-publish-swagger.sh 04:46:21 === Publish openapi API === 04:46:21 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 04:46:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/840/openapi/core-command.yaml] 04:46:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:21 Dload Upload Total Spent Left Speed 04:46:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 279 135k --:--:-- --:--:-- --:--:-- 135k 04:46:21 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:21 04:46:21 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/840/openapi/core-data.yaml] 04:46:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:21 Dload Upload Total Spent Left Speed 04:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 163 171k --:--:-- --:--:-- --:--:-- 172k 04:46:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:22 04:46:22 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/840/openapi/core-keeper.yaml] 04:46:22 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:22 Dload Upload Total Spent Left Speed 04:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 471 229k --:--:-- --:--:-- --:--:-- 229k 04:46:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:22 04:46:22 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/840/openapi/core-metadata.yaml] 04:46:22 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:22 Dload Upload Total Spent Left Speed 04:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 425 1010k --:--:-- --:--:-- --:--:-- 1011k 04:46:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:22 04:46:22 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/840/openapi/security-proxy-auth.yaml] 04:46:22 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:22 Dload Upload Total Spent Left Speed 04:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24469 0 0 100 24469 0 405k --:--:-- --:--:-- --:--:-- 398k 100 24535 100 66 100 24469 294 106k --:--:-- --:--:-- --:--:-- 106k 04:46:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:22 04:46:22 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/840/openapi/security-secretstore-setup.yaml] 04:46:22 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:22 Dload Upload Total Spent Left Speed 04:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 600 35572 --:--:-- --:--:-- --:--:-- 36172 04:46:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:22 04:46:22 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/840/openapi/support-notifications.yaml] 04:46:22 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:22 Dload Upload Total Spent Left Speed 04:46:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 423 625k --:--:-- --:--:-- --:--:-- 630k 04:46:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:22 04:46:23 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/840/openapi/support-scheduler.yaml] 04:46:23 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:23 Dload Upload Total Spent Left Speed 04:46:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 448 336k --:--:-- --:--:-- --:--:-- 339k 04:46:23 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:46:23 [Pipeline] } 04:46:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 04:46:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:46:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:46:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:23 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:46:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:46:24 $ docker top 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 -eo pid,comm 04:46:24 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:46:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:46:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:24 [ssh-agent] Looking for ssh-agent implementation... 04:46:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:24 $ docker exec 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 ssh-agent 04:46:24 SSH_AUTH_SOCK=/tmp/ssh-jqEmPw9hTAVN/agent.31 04:46:24 SSH_AGENT_PID=37 04:46:24 Running ssh-add (command line suppressed) 04:46:24 Identity added: /w/workspace/edgex-go/840@tmp/private_key_12766233189382928260.key (/w/workspace/edgex-go/840@tmp/private_key_12766233189382928260.key) 04:46:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:25 + git semver tag 04:46:25 2025-05-26 04:46:25,229 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:46:25 2025-05-26 04:46:25,233 [run_tag] DEBUG tag force:False 04:46:25 2025-05-26 04:46:25,233 [check_head_tag] DEBUG check head tag 04:46:25 2025-05-26 04:46:25,233 [execute] INFO git cat-file --batch-check 04:46:25 2025-05-26 04:46:25,234 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/840, stdin=, shell=False, universal_newlines=False) 04:46:25 2025-05-26 04:46:25,236 [execute] INFO git cat-file --batch 04:46:25 2025-05-26 04:46:25,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/840, stdin=, shell=False, universal_newlines=False) 04:46:25 2025-05-26 04:46:25,248 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 04:46:25 2025-05-26 04:46:25,249 [execute] INFO git tag -a v4.1.0-dev.13 -m v4.1.0-dev.13 04:46:25 2025-05-26 04:46:25,249 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.13', '-m', 'v4.1.0-dev.13'], cwd=/w/workspace/edgex-go/840, stdin=None, shell=False, universal_newlines=False) 04:46:25 2025-05-26 04:46:25,252 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 04:46:25 4.1.0-dev.13 [Pipeline] } 04:46:25 $ docker exec --env ******** --env ******** 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 ssh-agent -k 04:46:25 unset SSH_AUTH_SOCK; 04:46:25 unset SSH_AGENT_PID; 04:46:25 echo Agent pid 37 killed; 04:46:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:25 + git semver [Pipeline] } 04:46:25 $ docker stop --time=1 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 04:46:27 $ docker rm -f --volumes 20d83d75c02905bd512295d7c3f3e047d7b3e675e128a19c273d91627965bef1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:46:27 04:46:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:46:27 0.23.1-centos7: Pulling from edgex-lftools 04:46:27 ab5ef0e58194: Pulling fs layer 04:46:27 9712f1f96733: Pulling fs layer 04:46:27 63f879dbbcfc: Pulling fs layer 04:46:27 0d9ebad4ef96: Pulling fs layer 04:46:27 e9a5061849ea: Pulling fs layer 04:46:27 d747dcd14b5f: Pulling fs layer 04:46:27 2de7ff778b66: Pulling fs layer 04:46:27 0d9ebad4ef96: Waiting 04:46:27 e9a5061849ea: Waiting 04:46:27 d747dcd14b5f: Waiting 04:46:27 9712f1f96733: Verifying Checksum 04:46:27 9712f1f96733: Download complete 04:46:28 63f879dbbcfc: Verifying Checksum 04:46:28 63f879dbbcfc: Download complete 04:46:28 e9a5061849ea: Verifying Checksum 04:46:28 e9a5061849ea: Download complete 04:46:28 d747dcd14b5f: Download complete 04:46:28 0d9ebad4ef96: Verifying Checksum 04:46:28 0d9ebad4ef96: Download complete 04:46:28 ab5ef0e58194: Verifying Checksum 04:46:28 ab5ef0e58194: Download complete 04:46:28 2de7ff778b66: Verifying Checksum 04:46:28 2de7ff778b66: Download complete 04:46:31 ab5ef0e58194: Pull complete 04:46:31 9712f1f96733: Pull complete 04:46:32 63f879dbbcfc: Pull complete 04:46:36 0d9ebad4ef96: Pull complete 04:46:36 e9a5061849ea: Pull complete 04:46:36 d747dcd14b5f: Pull complete 04:46:37 2de7ff778b66: Pull complete 04:46:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:46:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:46:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:37 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:46:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:46:39 $ docker top dc61270dc336a09a17cbbe10aaa6b091118dd986c7261a93ff622c19f8388800 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:46:39 provisioning config files... 04:46:39 copy managed file [sigul-config] to file:/w/workspace/edgex-go/840@tmp/config14993932694804513987tmp 04:46:39 copy managed file [sigul-password] to file:/w/workspace/edgex-go/840@tmp/config4621932646972052464tmp 04:46:39 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/840@tmp/config16940468186509979947tmp [Pipeline] { [Pipeline] echo 04:46:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:46:39 ---> sigul-configuration.sh 04:46:39 gpg: directory `/root/.gnupg' created 04:46:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:46:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:46:39 gpg: keyring `/root/.gnupg/secring.gpg' created 04:46:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:46:39 gpg: CAST5 encrypted data 04:46:39 gpg: encrypted with 1 passphrase 04:46:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:46:40 + mkdir /home/jenkins 04:46:40 + mkdir /home/jenkins/sigul [Pipeline] sh 04:46:40 + 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 04:46:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:46:40 ---> sigul-install.sh 04:46:40 Sigul already installed; skipping installation. [Pipeline] sh 04:46:41 + git tag --list 04:46:41 0.6.0 04:46:41 0.6.1 04:46:41 0.7.0 04:46:41 0.7.1 04:46:41 v1.0.0 04:46:41 v1.0.1 04:46:41 v1.1.0 04:46:41 v1.2.0 04:46:41 v1.2.1 04:46:41 v1.3.0 04:46:41 v1.3.1 04:46:41 v2.0.0 04:46:41 v2.1.0 04:46:41 v2.1.1 04:46:41 v2.2.0 04:46:41 v2.3.0 04:46:41 v3.0 04:46:41 v3.0.0 04:46:41 v3.1 04:46:41 v3.1.0 04:46:41 v3.1.1 04:46:41 v4.0 04:46:41 v4.0.0 04:46:41 v4.0.1 04:46:41 v4.1.0-dev.1 04:46:41 v4.1.0-dev.10 04:46:41 v4.1.0-dev.11 04:46:41 v4.1.0-dev.12 04:46:41 v4.1.0-dev.13 04:46:41 v4.1.0-dev.2 04:46:41 v4.1.0-dev.3 04:46:41 v4.1.0-dev.4 04:46:41 v4.1.0-dev.5 04:46:41 v4.1.0-dev.6 04:46:41 v4.1.0-dev.7 04:46:41 v4.1.0-dev.8 04:46:41 v4.1.0-dev.9 [Pipeline] sh 04:46:41 + lftools sign git-tag v4.1.0-dev.13 04:46:42 Signing Git tag with Sigul... 04:46:42 Signing v4.1.0-dev.13 [Pipeline] echo 04:46:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:46:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:46:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:46:42 $ docker stop --time=1 dc61270dc336a09a17cbbe10aaa6b091118dd986c7261a93ff622c19f8388800 04:46:43 $ docker rm -f --volumes dc61270dc336a09a17cbbe10aaa6b091118dd986c7261a93ff622c19f8388800 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:46:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:46:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:46:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:44 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:46:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:46:45 $ docker top 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 -eo pid,comm 04:46:45 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:46:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:45 [ssh-agent] Looking for ssh-agent implementation... 04:46:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:45 $ docker exec 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 ssh-agent 04:46:45 SSH_AUTH_SOCK=/tmp/ssh-Ws7g98Gh8vtK/agent.33 04:46:45 SSH_AGENT_PID=39 04:46:45 Running ssh-add (command line suppressed) 04:46:45 Identity added: /w/workspace/edgex-go/840@tmp/private_key_590996136859919316.key (/w/workspace/edgex-go/840@tmp/private_key_590996136859919316.key) 04:46:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:45 + git semver bump pre 04:46:46 2025-05-26 04:46:46,112 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:46:46 2025-05-26 04:46:46,117 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 04:46:46 2025-05-26 04:46:46,117 [bump_version] DEBUG bumping version:4.1.0-dev.13 on axis:pre with prefix:dev 04:46:46 2025-05-26 04:46:46,117 [bump_version] DEBUG bumped version:4.1.0-dev.14 04:46:46 2025-05-26 04:46:46,117 [write_version] DEBUG write version:4.1.0-dev.14 to path:/w/workspace/edgex-go/840/.semver/main with force:True 04:46:46 2025-05-26 04:46:46,117 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 04:46:46 2025-05-26 04:46:46,117 [write_file] DEBUG write to file:/w/workspace/edgex-go/840/.semver/main 04:46:46 2025-05-26 04:46:46,120 [execute] INFO git cat-file --batch-check 04:46:46 2025-05-26 04:46:46,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/840/.semver, stdin=, shell=False, universal_newlines=False) 04:46:46 2025-05-26 04:46:46,124 [execute] INFO git cat-file --batch 04:46:46 2025-05-26 04:46:46,124 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/840/.semver, stdin=, shell=False, universal_newlines=False) 04:46:46 2025-05-26 04:46:46,128 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 04:46:46 4.1.0-dev.14 [Pipeline] } 04:46:46 $ docker exec --env ******** --env ******** 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 ssh-agent -k 04:46:46 unset SSH_AUTH_SOCK; 04:46:46 unset SSH_AGENT_PID; 04:46:46 echo Agent pid 39 killed; 04:46:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:46 + git semver [Pipeline] } 04:46:47 $ docker stop --time=1 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 04:46:48 $ docker rm -f --volumes 47c96a39dcd6bf1b4be854fa9c0e8da0de37b20de672eabec82448e0720ac781 [Pipeline] // withDockerContainer [Pipeline] sh 04:46:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:46:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:46:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:46:49 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:46:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:46:49 $ docker top f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 -eo pid,comm 04:46:49 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:46:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:46:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:49 [ssh-agent] Looking for ssh-agent implementation... 04:46:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:50 $ docker exec f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 ssh-agent 04:46:50 SSH_AUTH_SOCK=/tmp/ssh-McgR7walM6MC/agent.32 04:46:50 SSH_AGENT_PID=38 04:46:50 Running ssh-add (command line suppressed) 04:46:50 Identity added: /w/workspace/edgex-go/840@tmp/private_key_8926437347485656839.key (/w/workspace/edgex-go/840@tmp/private_key_8926437347485656839.key) 04:46:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:50 + git semver push 04:46:50 2025-05-26 04:46:50,842 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:46:50 2025-05-26 04:46:50,846 [run_push] DEBUG push 04:46:50 2025-05-26 04:46:50,847 [execute] INFO git cat-file --batch-check 04:46:50 2025-05-26 04:46:50,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/840/.semver, stdin=, shell=False, universal_newlines=False) 04:46:50 2025-05-26 04:46:50,852 [execute] INFO git rev-list cfc2dee4562590151b6f8cbb6356b9539e891294 -- 04:46:50 2025-05-26 04:46:50,852 [execute] DEBUG Popen(['git', 'rev-list', 'cfc2dee4562590151b6f8cbb6356b9539e891294', '--'], cwd=/w/workspace/edgex-go/840/.semver, stdin=None, shell=False, universal_newlines=False) 04:46:51 2025-05-26 04:46:50,872 [execute] INFO git fetch -v -- origin 04:46:51 2025-05-26 04:46:50,872 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/840/.semver, stdin=None, shell=False, universal_newlines=True) 04:46:51 2025-05-26 04:46:51,330 [run_push] DEBUG no remote changes detected 04:46:51 2025-05-26 04:46:51,330 [execute] INFO git push origin semver 04:46:51 2025-05-26 04:46:51,330 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/840/.semver, stdin=None, shell=False, universal_newlines=False) 04:46:52 2025-05-26 04:46:51,962 [run_push] DEBUG push all version tags 04:46:52 2025-05-26 04:46:51,962 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:46:52 2025-05-26 04:46:51,962 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/840, stdin=None, shell=False, universal_newlines=False) 04:46:52 2025-05-26 04:46:52,638 [read_version] DEBUG read version from /w/workspace/edgex-go/840/.semver/main 04:46:52 4.1.0-dev.14 [Pipeline] } 04:46:52 $ docker exec --env ******** --env ******** f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 ssh-agent -k 04:46:53 unset SSH_AUTH_SOCK; 04:46:53 unset SSH_AGENT_PID; 04:46:53 echo Agent pid 38 killed; 04:46:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:53 + git semver [Pipeline] } 04:46:53 $ docker stop --time=1 f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 04:46:55 $ docker rm -f --volumes f96f18e7eadc3188a3c7f22e88df8e5993ab2d8fbd079f80576a8b427d94a9f7 [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 04:46:55 + [ -d /w/workspace/edgex-go/840/archives ] [Pipeline] libraryResource [Pipeline] sh 04:46:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:46:56 ---> package-listing.sh 04:46:56 ++ facter osfamily 04:46:56 ++ tr '[:upper:]' '[:lower:]' 04:46:57 + OS_FAMILY=debian 04:46:57 + workspace=/w/workspace/edgex-go/840 04:46:57 + START_PACKAGES=/tmp/packages_start.txt 04:46:57 + END_PACKAGES=/tmp/packages_end.txt 04:46:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:46:57 + PACKAGES=/tmp/packages_start.txt 04:46:57 + '[' /w/workspace/edgex-go/840 ']' 04:46:57 + PACKAGES=/tmp/packages_end.txt 04:46:57 + case "${OS_FAMILY}" in 04:46:57 + dpkg -l 04:46:57 + grep '^ii' 04:46:57 + '[' -f /tmp/packages_start.txt ']' 04:46:57 + '[' -f /tmp/packages_end.txt ']' 04:46:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:46:57 + '[' /w/workspace/edgex-go/840 ']' 04:46:57 + mkdir -p /w/workspace/edgex-go/840/archives/ 04:46:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/840/archives/ [Pipeline] echo 04:46:57 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/840/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:46:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:46:57 04:46:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:46:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:46:58 latest: Pulling from edgex-lftools-log-publisher 04:46:58 5eb5b503b376: Pulling fs layer 04:46:58 5c69ac0246d0: Pulling fs layer 04:46:58 ec43610c2a17: Pulling fs layer 04:46:58 3a2ae6a8a46f: Pulling fs layer 04:46:58 33b1e0a273af: Pulling fs layer 04:46:58 5d3b04190fa2: Pulling fs layer 04:46:58 2f39f015ded8: Pulling fs layer 04:46:58 3a2ae6a8a46f: Waiting 04:46:58 33b1e0a273af: Waiting 04:46:58 5d3b04190fa2: Waiting 04:46:58 2f39f015ded8: Waiting 04:46:58 5c69ac0246d0: Download complete 04:46:58 3a2ae6a8a46f: Verifying Checksum 04:46:58 3a2ae6a8a46f: Download complete 04:46:58 33b1e0a273af: Verifying Checksum 04:46:58 33b1e0a273af: Download complete 04:46:58 5d3b04190fa2: Verifying Checksum 04:46:58 5d3b04190fa2: Download complete 04:46:58 ec43610c2a17: Verifying Checksum 04:46:58 ec43610c2a17: Download complete 04:46:58 5eb5b503b376: Verifying Checksum 04:46:58 5eb5b503b376: Download complete 04:46:59 2f39f015ded8: Verifying Checksum 04:46:59 2f39f015ded8: Download complete 04:46:59 5eb5b503b376: Pull complete 04:46:59 5c69ac0246d0: Pull complete 04:47:00 ec43610c2a17: Pull complete 04:47:00 3a2ae6a8a46f: Pull complete 04:47:00 33b1e0a273af: Pull complete 04:47:00 5d3b04190fa2: Pull complete 04:47:04 2f39f015ded8: Pull complete 04:47:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:47:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:47:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:47:05 prd-ubuntu20.04-docker-8c-8g-2261 does not seem to be running inside a container 04:47:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/840/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/840 -v /w/workspace/edgex-go/840:/w/workspace/edgex-go/840:rw,z -v /w/workspace/edgex-go/840@tmp:/w/workspace/edgex-go/840@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 04:47:06 $ docker top 9d02dda3f269449535965d30f9f7c7c3d2805001fb7a76a5559fd9c587dad1c2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:07 + touch /tmp/pre-build-complete [Pipeline] sh 04:47:07 + mkdir -p /var/log/sysstat [Pipeline] sh 04:47:07 + ls /var/log/sa-host 04:47:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:47:07 provisioning config files... 04:47:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/840@tmp/config3489633837612959866tmp [Pipeline] { [Pipeline] echo 04:47:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:47:08 ---> create-netrc.sh [Pipeline] } 04:47:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:47:08 ---> python-tools-install.sh [Pipeline] echo 04:47:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:47:08 ---> sudo-logs.sh 04:47:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:47:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:47:09 ---> job-cost.sh 04:47:09 lf-activate-venv: SKIPPING 04:47:09 DEBUG: total: 0.10999999940395355 04:47:09 INFO: Retrieving Stack Cost... 04:47:09 INFO: Retrieving Pricing Info for: v3-standard-8 04:47:09 INFO: Archiving Costs [Pipeline] echo 04:47:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:47:10 ---> logs-deploy.sh 04:47:10 lf-activate-venv: SKIPPING 04:47:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/840 04:47:10 INFO: archiving workspace using pattern(s): 04:47:11 Archives upload complete. 04:47:11 INFO: archiving logs to Nexus 04:47:11 ---> uname -a: 04:47:11 Linux prd-ubuntu20-04-docker-8c-8g-2261 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:47:11 04:47:11 04:47:11 ---> lscpu: 04:47:11 Architecture: x86_64 04:47:11 CPU op-mode(s): 32-bit, 64-bit 04:47:11 Byte Order: Little Endian 04:47:11 Address sizes: 40 bits physical, 48 bits virtual 04:47:11 CPU(s): 8 04:47:11 On-line CPU(s) list: 0-7 04:47:11 Thread(s) per core: 1 04:47:11 Core(s) per socket: 1 04:47:11 Socket(s): 8 04:47:11 NUMA node(s): 1 04:47:11 Vendor ID: AuthenticAMD 04:47:11 CPU family: 23 04:47:11 Model: 49 04:47:11 Model name: AMD EPYC-Rome Processor 04:47:11 Stepping: 0 04:47:11 CPU MHz: 2799.998 04:47:11 BogoMIPS: 5599.99 04:47:11 Virtualization: AMD-V 04:47:11 Hypervisor vendor: KVM 04:47:11 Virtualization type: full 04:47:11 L1d cache: 256 KiB 04:47:11 L1i cache: 256 KiB 04:47:11 L2 cache: 4 MiB 04:47:11 L3 cache: 128 MiB 04:47:11 NUMA node0 CPU(s): 0-7 04:47:11 Vulnerability Itlb multihit: Not affected 04:47:11 Vulnerability L1tf: Not affected 04:47:11 Vulnerability Mds: Not affected 04:47:11 Vulnerability Meltdown: Not affected 04:47:11 Vulnerability Mmio stale data: Not affected 04:47:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:47:11 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:47:11 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:47:11 Vulnerability Srbds: Not affected 04:47:11 Vulnerability Tsx async abort: Not affected 04:47:11 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 04:47:11 04:47:11 04:47:11 ---> nproc: 04:47:11 8 04:47:11 04:47:11 04:47:11 ---> df -h: 04:47:11 Filesystem Size Used Avail Use% Mounted on 04:47:11 overlay 155G 31G 125G 20% / 04:47:11 tmpfs 64M 0 64M 0% /dev 04:47:11 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:47:11 shm 64M 0 64M 0% /dev/shm 04:47:11 /dev/vda1 155G 31G 125G 20% /facter-os 04:47:11 04:47:11 04:47:11 ---> sar -b -r -n DEV: 04:47:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2261) 05/26/25 _x86_64_ (8 CPU) 04:47:11 04:47:11 03:57:39 LINUX RESTART (8 CPU) 04:47:11 04:47:11 03:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:47:11 03:59:01 353.60 39.42 314.18 0.00 4377.97 88899.78 0.00 04:47:11 04:00:01 151.74 1.43 150.31 0.00 18.66 33126.08 0.00 04:47:11 04:01:01 48.01 0.00 48.01 0.00 0.00 35883.64 0.00 04:47:11 04:02:01 36.73 0.15 36.58 0.00 2.40 21278.05 0.00 04:47:11 04:03:01 733.81 13.36 720.44 0.00 2490.24 275471.64 0.00 04:47:11 04:04:01 774.71 9.43 765.28 0.00 334.23 229290.29 0.00 04:47:11 04:05:01 537.56 0.08 537.48 0.00 0.67 142318.44 0.00 04:47:11 04:06:01 438.47 0.02 438.45 0.00 0.13 136804.53 0.00 04:47:11 04:07:01 324.90 0.12 324.78 0.00 19.20 17291.52 0.00 04:47:11 04:08:01 22.80 0.02 22.78 0.00 0.53 590.43 0.00 04:47:11 04:09:01 1.80 0.00 1.80 0.00 0.00 19.46 0.00 04:47:11 04:10:01 2.17 0.00 2.17 0.00 0.00 28.40 0.00 04:47:11 04:11:01 1.35 0.00 1.35 0.00 0.00 14.66 0.00 04:47:11 04:12:01 2.02 0.00 2.02 0.00 0.00 22.66 0.00 04:47:11 04:13:01 2.42 0.02 2.40 0.00 0.13 29.86 0.00 04:47:11 04:14:01 1.87 0.00 1.87 0.00 0.00 21.86 0.00 04:47:11 04:15:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 04:47:11 04:16:01 0.88 0.00 0.88 0.00 0.00 10.66 0.00 04:47:11 04:17:01 1.47 0.02 1.45 0.00 0.13 16.93 0.00 04:47:11 04:18:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 04:47:11 04:19:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 04:47:11 04:20:01 1.98 0.00 1.98 0.00 0.00 22.93 0.00 04:47:11 04:21:01 1.30 0.00 1.30 0.00 0.00 14.13 0.00 04:47:11 04:22:01 2.03 0.00 2.03 0.00 0.00 23.20 0.00 04:47:11 04:23:01 1.52 0.00 1.52 0.00 0.00 17.20 0.00 04:47:11 04:24:01 2.05 0.00 2.05 0.00 0.00 22.93 0.00 04:47:11 04:25:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 04:47:11 04:26:01 1.98 0.00 1.98 0.00 0.00 22.53 0.00 04:47:11 04:27:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 04:47:11 04:28:01 2.07 0.00 2.07 0.00 0.00 23.46 0.00 04:47:11 04:29:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 04:47:11 04:30:01 2.03 0.00 2.03 0.00 0.00 22.93 0.00 04:47:11 04:31:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 04:47:11 04:32:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 04:47:11 04:33:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 04:47:11 04:34:01 2.45 0.37 2.08 0.00 11.46 24.26 0.00 04:47:11 04:35:01 2.53 1.20 1.33 0.00 25.46 16.80 0.00 04:47:11 04:36:01 2.05 0.00 2.05 0.00 0.00 24.80 0.00 04:47:11 04:37:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 04:47:11 04:38:01 2.08 0.00 2.08 0.00 0.00 23.33 0.00 04:47:11 04:39:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 04:47:11 04:40:01 2.05 0.00 2.05 0.00 0.00 22.80 0.00 04:47:11 04:41:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 04:47:11 04:42:01 2.03 0.00 2.03 0.00 0.00 23.99 0.00 04:47:11 04:43:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 04:47:11 04:44:01 1.62 0.00 1.62 0.00 0.00 19.20 0.00 04:47:11 04:45:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 04:47:11 04:46:01 4.30 0.07 4.23 0.00 7.87 601.23 0.00 04:47:11 04:47:01 223.91 0.40 223.51 0.00 18.00 61369.51 0.00 04:47:11 Average: 75.70 1.34 74.36 0.00 147.69 21279.90 0.00 04:47:11 04:47:11 03:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:47:11 03:59:01 28365768 31542584 775640 2.36 76548 3355304 1850956 5.45 1087484 3024396 84 04:47:11 04:00:01 26681408 31362316 942936 2.87 129160 4664384 2198020 6.48 2009008 3632872 1080248 04:47:11 04:01:01 26549172 31470268 832756 2.53 131860 4881644 1925288 5.67 1632820 4118828 768624 04:47:11 04:02:01 26100272 31403344 897824 2.73 135712 5224276 1966052 5.79 1862800 4304848 522148 04:47:11 04:03:01 18501752 31032956 1200712 3.65 257884 11961332 3776316 11.13 2788064 10513092 985344 04:47:11 04:04:01 8508824 28474156 3705804 11.27 407200 18675124 10966648 32.32 6457232 16190692 1451700 04:47:11 04:05:01 4855252 27362276 4819200 14.66 422612 21103212 10389816 30.62 8643764 17564212 54724 04:47:11 04:06:01 5841728 30664236 1541304 4.69 435792 23409136 4040784 11.91 5705708 19566652 1464 04:47:11 04:07:01 8296688 31415728 830612 2.53 440804 21858968 2244352 6.61 3592216 19438920 764 04:47:11 04:08:01 8311988 31432104 813884 2.48 441732 21859216 2106108 6.21 3991336 19022576 248 04:47:11 04:09:01 8315076 31435316 810636 2.47 441748 21859232 2106108 6.21 3988060 19022584 12 04:47:11 04:10:01 8314820 31435236 810584 2.47 441816 21859364 2106108 6.21 3988336 19022720 8 04:47:11 04:11:01 8323120 31443576 802788 2.44 441872 21859364 2106108 6.21 3979944 19022716 8 04:47:11 04:12:01 8323980 31444556 801996 2.44 441956 21859368 2106108 6.21 3980036 19022728 8 04:47:11 04:13:01 8329016 31449668 797212 2.42 442028 21859336 2142844 6.32 3974636 19022696 4 04:47:11 04:14:01 8329512 31450212 796592 2.42 442076 21859352 2142844 6.32 3974716 19022700 4 04:47:11 04:15:01 8328944 31449708 796976 2.42 442100 21859356 2142844 6.32 3974708 19022708 12 04:47:11 04:16:01 8329136 31450012 796792 2.42 442112 21859484 2142844 6.32 3974776 19022788 188 04:47:11 04:17:01 8329252 31450200 796492 2.42 442160 21859488 2142844 6.32 3975248 19022844 240 04:47:11 04:18:01 8329316 31450312 796420 2.42 442192 21859488 2142844 6.32 3974464 19022848 172 04:47:11 04:19:01 8329300 31450400 796328 2.42 442264 21859492 2142844 6.32 3974624 19022860 8 04:47:11 04:20:01 8329504 31450664 796000 2.42 442332 21859488 2142844 6.32 3974608 19022868 8 04:47:11 04:21:01 8329708 31450924 795664 2.42 442396 21859496 2142844 6.32 3974660 19022872 8 04:47:11 04:22:01 8329612 31450888 795628 2.42 442456 21859500 2142844 6.32 3974728 19022880 8 04:47:11 04:23:01 8329288 31450612 795772 2.42 442516 21859496 2142844 6.32 3975028 19022888 8 04:47:11 04:24:01 8329552 31450924 795676 2.42 442560 21859500 2126404 6.27 3974904 19022860 8 04:47:11 04:25:01 8329568 31451000 795556 2.42 442620 21859512 2126404 6.27 3974892 19022868 8 04:47:11 04:26:01 8329456 31450948 795560 2.42 442664 21859516 2142472 6.31 3974952 19022876 8 04:47:11 04:27:01 8329624 31451184 795508 2.42 442692 21859520 2142472 6.31 3975012 19022884 8 04:47:11 04:28:01 8329436 31451088 795708 2.42 442744 21859512 2142472 6.31 3975128 19022888 8 04:47:11 04:29:01 8329396 31451056 795680 2.42 442772 21859524 2142472 6.31 3975148 19022876 188 04:47:11 04:30:01 8329536 31451288 795340 2.42 442836 21859524 2158532 6.36 3975140 19022880 8 04:47:11 04:31:01 8329488 31451304 795280 2.42 442884 21859520 2158532 6.36 3975192 19022888 8 04:47:11 04:32:01 8328920 31450740 795760 2.42 442896 21859536 2158532 6.36 3975252 19022892 180 04:47:11 04:33:01 8329172 31451044 795428 2.42 442932 21859520 2158532 6.36 3975236 19022900 8 04:47:11 04:34:01 8328868 31451172 795468 2.42 442996 21859876 2158532 6.36 3978268 19023016 8 04:47:11 04:35:01 8321184 31445268 801212 2.44 443052 21860644 2158532 6.36 3984232 19023240 8 04:47:11 04:36:01 8321128 31445272 801140 2.44 443100 21860648 2158532 6.36 3984248 19023188 8 04:47:11 04:37:01 8320860 31445052 801412 2.44 443160 21860652 2158532 6.36 3984072 19023192 4 04:47:11 04:38:01 8320528 31444780 801632 2.44 443224 21860640 2158532 6.36 3984152 19023196 8 04:47:11 04:39:01 8320488 31444776 801552 2.44 443260 21860656 2158532 6.36 3984252 19023188 8 04:47:11 04:40:01 8320228 31444548 801692 2.44 443320 21860656 2158532 6.36 3984160 19023188 156 04:47:11 04:41:01 8320412 31444832 801608 2.44 443384 21860664 2158532 6.36 3984340 19023192 8 04:47:11 04:42:01 8319836 31444320 802068 2.44 443448 21860672 2158532 6.36 3984340 19023196 24 04:47:11 04:43:01 8320080 31444632 801704 2.44 443504 21860672 2158532 6.36 3984408 19023196 8 04:47:11 04:44:01 8319992 31444620 801712 2.44 443536 21860676 2158532 6.36 3984528 19023208 44 04:47:11 04:45:01 8319692 31444460 801784 2.44 443576 21860804 2158532 6.36 3984492 19023324 8 04:47:11 04:46:01 7754036 31381068 863980 2.63 447068 22323788 2458568 7.25 4042644 19487268 473628 04:47:11 04:47:01 6380100 31368088 875052 2.66 475116 23534648 2460460 7.25 4138104 20641112 396160 04:47:11 Average: 9881511 31275015 972532 2.96 411850 20238057 2566088 7.56 3942165 17578659 117073 04:47:11 04:47:11 03:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:47:11 03:59:01 docker0 634.59 578.34 44.01 3033.90 0.00 0.00 0.00 0.00 04:47:11 03:59:01 ens3 1777.68 1638.72 13865.39 202.81 0.00 0.00 0.00 0.00 04:47:11 03:59:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 04:47:11 04:00:01 docker0 197.28 275.69 17.09 1661.06 0.00 0.00 0.00 0.00 04:47:11 04:00:01 ens3 307.90 215.36 1691.05 32.29 0.00 0.00 0.00 0.00 04:47:11 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:00:01 vethab43e36 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 04:47:11 04:01:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 04:47:11 04:01:01 ens3 37.08 25.60 29.64 15.93 0.00 0.00 0.00 0.00 04:47:11 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:01:01 vethab43e36 1.10 1.12 0.10 0.10 0.00 0.00 0.00 0.00 04:47:11 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:02:01 ens3 21.81 14.71 18.44 11.49 0.00 0.00 0.00 0.00 04:47:11 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:02:01 vethab43e36 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:03:01 veth59b0352 45.15 78.57 4.56 430.92 0.00 0.00 0.00 0.04 04:47:11 04:03:01 docker0 328.02 557.96 26.95 3953.06 0.00 0.00 0.00 0.00 04:47:11 04:03:01 ens3 864.25 527.94 9323.20 232.66 0.00 0.00 0.00 0.00 04:47:11 04:03:01 vethfe86bda 0.63 1.38 0.06 0.28 0.00 0.00 0.00 0.00 04:47:11 04:03:01 lo 1.73 1.73 0.18 0.18 0.00 0.00 0.00 0.00 04:47:11 04:03:01 veth9fc4338 45.57 75.14 4.53 417.88 0.00 0.00 0.00 0.03 04:47:11 04:03:01 veth502d7b6 47.05 75.82 4.64 425.12 0.00 0.00 0.00 0.03 04:47:11 04:03:01 veth79650e3 42.59 72.34 4.34 421.38 0.00 0.00 0.00 0.03 04:47:11 04:03:01 veth9513159 43.22 74.66 4.39 424.71 0.00 0.00 0.00 0.03 04:47:11 04:03:01 vetha55cb1c 44.12 74.23 4.45 419.67 0.00 0.00 0.00 0.03 04:47:11 04:04:01 docker0 198.55 380.99 18.03 4832.90 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth18b36a4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 vetha258c8a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth0ab559f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 ens3 396.10 206.85 4844.95 27.22 0.00 0.00 0.00 0.00 04:47:11 04:04:01 vethfe86bda 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth21a0163 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth1f3c9f6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth6252076 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth9b24a06 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:47:11 04:04:01 vethdbfc1be 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth4c7dc49 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 vethcb1ffcf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 veth1427bf9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:04:01 vethe1ce529 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:47:11 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth18b36a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 vetha258c8a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth0ab559f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 ens3 3.90 1.95 3.19 1.75 0.00 0.00 0.00 0.00 04:47:11 04:05:01 vethfe86bda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth21a0163 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth1f3c9f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth6252076 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth9b24a06 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth4c7dc49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 vethcb1ffcf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:05:01 veth1427bf9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 veth18b36a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 ens3 9.03 4.76 7.32 3.94 0.00 0.00 0.00 0.00 04:47:11 04:06:01 vethfe86bda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 veth1f3c9f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 veth9b24a06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:06:01 veth4c7dc49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 veth3f0d502 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 veth1427bf9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:06:01 vetha27cd57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:07:01 ens3 423.83 414.43 232.20 1650.06 0.00 0.00 0.00 0.00 04:47:11 04:07:01 lo 52.26 52.26 5.16 5.16 0.00 0.00 0.00 0.00 04:47:11 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:08:01 ens3 339.06 326.75 144.87 2129.21 0.00 0.00 0.00 0.00 04:47:11 04:08:01 lo 28.73 28.73 2.83 2.83 0.00 0.00 0.00 0.00 04:47:11 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:09:01 ens3 0.58 0.10 0.12 0.07 0.00 0.00 0.00 0.00 04:47:11 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:10:01 ens3 0.82 0.72 1.70 0.23 0.00 0.00 0.00 0.00 04:47:11 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:12:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:14:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 04:47:11 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:15:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:16:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 04:47:11 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:19:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:47:11 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:24:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:47:11 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:25:01 ens3 0.17 0.05 0.12 0.00 0.00 0.00 0.00 0.00 04:47:11 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:29:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 04:47:11 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:32:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:34:01 ens3 1.20 0.78 0.95 0.44 0.00 0.00 0.00 0.00 04:47:11 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:35:01 ens3 4.97 3.43 3.69 4.57 0.00 0.00 0.00 0.00 04:47:11 04:35:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:36:01 ens3 2.17 1.80 1.24 1.43 0.00 0.00 0.00 0.00 04:47:11 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:39:01 ens3 0.30 0.18 0.16 0.07 0.00 0.00 0.00 0.00 04:47:11 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:44:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 04:47:11 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:47:11 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:45:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:47:11 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:47:11 04:46:01 ens3 123.13 70.50 3918.62 10.74 0.00 0.00 0.00 0.00 04:47:11 04:46:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 04:47:11 04:47:01 docker0 57.52 96.55 5.71 876.41 0.00 0.00 0.00 0.00 04:47:11 04:47:01 ens3 388.32 270.87 6672.58 168.51 0.00 0.00 0.00 0.00 04:47:11 04:47:01 lo 2.33 2.33 0.25 0.25 0.00 0.00 0.00 0.00 04:47:11 Average: docker0 28.71 38.40 2.27 292.11 0.00 0.00 0.00 0.00 04:47:11 Average: ens3 95.46 75.55 827.43 91.67 0.00 0.00 0.00 0.00 04:47:11 Average: lo 1.96 1.96 0.19 0.19 0.00 0.00 0.00 0.00 04:47:11 04:47:11 04:47:11 ---> sar -P ALL: 04:47:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2261) 05/26/25 _x86_64_ (8 CPU) 04:47:11 04:47:11 03:57:39 LINUX RESTART (8 CPU) 04:47:11 04:47:11 03:58:02 CPU %user %nice %system %iowait %steal %idle 04:47:11 03:59:01 all 12.20 0.00 4.42 2.34 0.06 80.99 04:47:11 03:59:01 0 13.01 0.00 4.14 0.59 0.05 82.21 04:47:11 03:59:01 1 13.63 0.00 2.63 1.01 0.07 82.66 04:47:11 03:59:01 2 14.15 0.00 4.67 1.39 0.05 79.74 04:47:11 03:59:01 3 11.47 0.00 4.09 3.74 0.05 80.65 04:47:11 03:59:01 4 10.27 0.00 6.09 3.63 0.07 79.95 04:47:11 03:59:01 5 8.87 0.00 3.82 0.60 0.05 86.65 04:47:11 03:59:01 6 10.57 0.00 5.09 3.94 0.05 80.35 04:47:11 03:59:01 7 15.67 0.00 4.79 3.79 0.05 75.69 04:47:11 04:00:01 all 39.93 0.00 7.49 0.64 0.08 51.85 04:47:11 04:00:01 0 39.28 0.00 6.87 0.02 0.08 53.75 04:47:11 04:00:01 1 39.35 0.00 8.33 0.35 0.07 51.90 04:47:11 04:00:01 2 39.04 0.00 7.89 0.02 0.08 52.97 04:47:11 04:00:01 3 42.49 0.00 6.75 0.07 0.08 50.62 04:47:11 04:00:01 4 39.32 0.00 7.38 0.10 0.08 53.11 04:47:11 04:00:01 5 42.15 0.00 7.40 0.03 0.08 50.33 04:47:11 04:00:01 6 38.48 0.00 7.59 0.03 0.08 53.81 04:47:11 04:00:01 7 39.36 0.00 7.74 4.49 0.08 48.33 04:47:11 04:01:01 all 41.66 0.00 7.02 0.41 0.08 50.83 04:47:11 04:01:01 0 41.59 0.00 7.06 0.00 0.07 51.29 04:47:11 04:01:01 1 38.63 0.00 7.22 0.00 0.07 54.08 04:47:11 04:01:01 2 44.32 0.00 7.19 0.00 0.08 48.40 04:47:11 04:01:01 3 39.70 0.00 6.61 0.00 0.07 53.62 04:47:11 04:01:01 4 41.91 0.00 6.25 0.00 0.08 51.75 04:47:11 04:01:01 5 39.49 0.00 6.85 2.47 0.07 51.12 04:47:11 04:01:01 6 43.16 0.00 6.88 0.00 0.08 49.87 04:47:11 04:01:01 7 44.49 0.00 8.08 0.84 0.08 46.51 04:47:11 04:02:01 all 55.61 0.00 7.20 0.10 0.08 37.01 04:47:11 04:02:01 0 55.95 0.00 7.32 0.03 0.08 36.61 04:47:11 04:02:01 1 54.66 0.00 7.46 0.02 0.08 37.78 04:47:11 04:02:01 2 55.54 0.00 6.85 0.05 0.07 37.50 04:47:11 04:02:01 3 54.99 0.00 6.81 0.00 0.08 38.11 04:47:11 04:02:01 4 56.80 0.00 7.35 0.00 0.08 35.77 04:47:11 04:02:01 5 58.16 0.00 7.51 0.62 0.08 33.62 04:47:11 04:02:01 6 53.47 0.00 7.00 0.00 0.08 39.45 04:47:11 04:02:01 7 55.26 0.00 7.35 0.07 0.08 37.24 04:47:11 04:03:01 all 28.90 0.00 11.26 8.91 0.09 50.85 04:47:11 04:03:01 0 29.41 0.00 11.31 5.63 0.10 53.54 04:47:11 04:03:01 1 28.68 0.00 11.31 7.06 0.08 52.86 04:47:11 04:03:01 2 28.10 0.00 11.08 20.21 0.10 40.51 04:47:11 04:03:01 3 28.92 0.00 10.01 4.46 0.07 56.53 04:47:11 04:03:01 4 28.61 0.00 11.08 6.10 0.08 54.13 04:47:11 04:03:01 5 29.58 0.00 11.02 11.53 0.08 47.79 04:47:11 04:03:01 6 30.24 0.00 11.27 8.03 0.08 50.37 04:47:11 04:03:01 7 27.64 0.00 13.01 8.32 0.08 50.95 04:47:11 04:04:01 all 54.47 0.00 11.05 9.24 0.09 25.15 04:47:11 04:04:01 0 54.56 0.00 11.26 12.29 0.12 21.77 04:47:11 04:04:01 1 54.86 0.00 10.53 5.05 0.08 29.48 04:47:11 04:04:01 2 54.41 0.00 11.36 7.90 0.07 26.26 04:47:11 04:04:01 3 54.71 0.00 10.35 13.24 0.08 21.62 04:47:11 04:04:01 4 53.92 0.00 10.99 16.89 0.08 18.11 04:47:11 04:04:01 5 54.65 0.00 11.05 3.01 0.08 31.21 04:47:11 04:04:01 6 54.67 0.00 11.25 10.16 0.10 23.82 04:47:11 04:04:01 7 53.96 0.00 11.62 5.46 0.10 28.85 04:47:11 04:05:01 all 90.21 0.00 9.69 0.00 0.10 0.00 04:47:11 04:05:01 0 90.90 0.00 9.00 0.00 0.10 0.00 04:47:11 04:05:01 1 90.33 0.00 9.58 0.00 0.08 0.00 04:47:11 04:05:01 2 90.17 0.00 9.73 0.00 0.10 0.00 04:47:11 04:05:01 3 89.67 0.00 10.23 0.00 0.10 0.00 04:47:11 04:05:01 4 90.47 0.00 9.43 0.00 0.10 0.00 04:47:11 04:05:01 5 91.03 0.00 8.88 0.00 0.08 0.00 04:47:11 04:05:01 6 90.10 0.00 9.78 0.00 0.12 0.00 04:47:11 04:05:01 7 89.00 0.00 10.88 0.00 0.12 0.00 04:47:11 04:06:01 all 89.51 0.00 9.91 0.19 0.10 0.29 04:47:11 04:06:01 0 88.32 0.00 11.03 0.20 0.08 0.37 04:47:11 04:06:01 1 90.40 0.00 9.15 0.12 0.10 0.23 04:47:11 04:06:01 2 89.93 0.00 9.45 0.23 0.10 0.28 04:47:11 04:06:01 3 88.83 0.00 10.52 0.25 0.10 0.30 04:47:11 04:06:01 4 89.89 0.00 9.47 0.08 0.10 0.45 04:47:11 04:06:01 5 90.61 0.00 8.91 0.03 0.10 0.35 04:47:11 04:06:01 6 90.07 0.00 9.38 0.25 0.12 0.18 04:47:11 04:06:01 7 88.04 0.00 11.34 0.37 0.13 0.12 04:47:11 04:07:01 all 8.45 0.00 2.00 0.67 0.06 88.81 04:47:11 04:07:01 0 8.28 0.00 1.89 0.20 0.07 89.57 04:47:11 04:07:01 1 8.92 0.00 2.20 0.59 0.08 88.22 04:47:11 04:07:01 2 9.95 0.00 2.21 0.74 0.07 87.04 04:47:11 04:07:01 3 7.84 0.00 2.02 0.77 0.05 89.32 04:47:11 04:07:01 4 7.16 0.00 1.95 1.63 0.07 89.20 04:47:11 04:07:01 5 8.41 0.00 1.89 0.57 0.07 89.06 04:47:11 04:07:01 6 8.06 0.00 1.73 0.37 0.05 89.80 04:47:11 04:07:01 7 9.00 0.00 2.16 0.47 0.05 88.32 04:47:11 04:08:01 all 8.20 0.00 0.66 0.08 0.05 91.01 04:47:11 04:08:01 0 6.72 0.00 0.72 0.18 0.05 92.32 04:47:11 04:08:01 1 12.18 0.00 0.68 0.07 0.05 87.02 04:47:11 04:08:01 2 10.03 0.00 0.84 0.02 0.07 89.05 04:47:11 04:08:01 3 9.52 0.00 0.70 0.10 0.05 89.63 04:47:11 04:08:01 4 4.95 0.00 0.60 0.03 0.05 94.37 04:47:11 04:08:01 5 9.85 0.00 0.60 0.07 0.05 89.43 04:47:11 04:08:01 6 7.00 0.00 0.65 0.02 0.05 92.28 04:47:11 04:08:01 7 5.31 0.00 0.50 0.13 0.05 94.00 04:47:11 04:09:01 all 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:09:01 2 0.00 0.00 0.03 0.00 0.02 99.95 04:47:11 04:09:01 3 0.08 0.00 0.05 0.00 0.03 99.83 04:47:11 04:09:01 4 0.05 0.00 0.02 0.00 0.03 99.90 04:47:11 04:09:01 5 0.05 0.00 0.03 0.02 0.02 99.88 04:47:11 04:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:09:01 7 0.00 0.00 0.02 0.02 0.02 99.95 04:47:11 04:47:11 04:09:01 CPU %user %nice %system %iowait %steal %idle 04:47:11 04:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:47:11 04:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:10:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:10:01 4 0.03 0.00 0.00 0.02 0.03 99.92 04:47:11 04:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:10:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:47:11 04:11:01 all 0.02 0.00 0.00 0.01 0.02 99.95 04:47:11 04:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:11:01 4 0.02 0.00 0.02 0.02 0.05 99.90 04:47:11 04:11:01 5 0.05 0.00 0.00 0.00 0.03 99.92 04:47:11 04:11:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:11:01 7 0.02 0.00 0.00 0.05 0.00 99.93 04:47:11 04:12:01 all 0.01 0.00 0.01 0.01 0.01 99.97 04:47:11 04:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:47:11 04:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:12:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:47:11 04:12:01 4 0.02 0.00 0.02 0.00 0.03 99.93 04:47:11 04:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:12:01 7 0.00 0.00 0.00 0.03 0.00 99.97 04:47:11 04:13:01 all 0.16 0.00 0.03 0.01 0.01 99.79 04:47:11 04:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:47:11 04:13:01 1 0.02 0.00 0.05 0.00 0.02 99.92 04:47:11 04:13:01 2 0.02 0.00 0.05 0.00 0.02 99.92 04:47:11 04:13:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:13:01 4 1.01 0.00 0.07 0.00 0.03 98.89 04:47:11 04:13:01 5 0.05 0.00 0.02 0.03 0.02 99.88 04:47:11 04:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:13:01 7 0.03 0.00 0.00 0.03 0.00 99.93 04:47:11 04:14:01 all 0.26 0.00 0.01 0.01 0.02 99.71 04:47:11 04:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:14:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:47:11 04:14:01 4 1.97 0.00 0.00 0.00 0.03 98.00 04:47:11 04:14:01 5 0.05 0.00 0.00 0.00 0.02 99.93 04:47:11 04:14:01 6 0.03 0.00 0.03 0.00 0.03 99.90 04:47:11 04:14:01 7 0.02 0.00 0.02 0.03 0.02 99.92 04:47:11 04:15:01 all 0.28 0.00 0.01 0.00 0.01 99.69 04:47:11 04:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:15:01 3 0.03 0.00 0.02 0.02 0.02 99.92 04:47:11 04:15:01 4 2.02 0.00 0.03 0.00 0.03 97.92 04:47:11 04:15:01 5 0.05 0.00 0.00 0.00 0.00 99.95 04:47:11 04:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:15:01 7 0.05 0.00 0.02 0.02 0.00 99.92 04:47:11 04:16:01 all 0.25 0.00 0.01 0.01 0.01 99.72 04:47:11 04:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:16:01 3 0.00 0.00 0.00 0.03 0.00 99.97 04:47:11 04:16:01 4 1.95 0.00 0.02 0.00 0.03 98.00 04:47:11 04:16:01 5 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:16:01 7 0.00 0.00 0.00 0.03 0.02 99.95 04:47:11 04:17:01 all 0.28 0.00 0.01 0.00 0.02 99.69 04:47:11 04:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 04:47:11 04:17:01 4 2.04 0.00 0.02 0.00 0.03 97.91 04:47:11 04:17:01 5 0.03 0.00 0.02 0.02 0.02 99.92 04:47:11 04:17:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:17:01 7 0.05 0.00 0.02 0.02 0.00 99.92 04:47:11 04:18:01 all 0.06 0.00 0.02 0.01 0.01 99.90 04:47:11 04:18:01 0 0.00 0.00 0.02 0.02 0.00 99.97 04:47:11 04:18:01 1 0.00 0.00 0.00 0.02 0.02 99.97 04:47:11 04:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:18:01 3 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:18:01 4 0.37 0.00 0.07 0.00 0.05 99.52 04:47:11 04:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:18:01 7 0.07 0.00 0.02 0.02 0.02 99.88 04:47:11 04:19:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:47:11 04:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:19:01 1 0.03 0.00 0.00 0.02 0.02 99.93 04:47:11 04:19:01 2 0.03 0.00 0.02 0.00 0.03 99.92 04:47:11 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:47:11 04:19:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:19:01 7 0.07 0.00 0.03 0.03 0.02 99.85 04:47:11 04:20:01 all 0.02 0.00 0.01 0.02 0.01 99.94 04:47:11 04:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:20:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:47:11 04:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:47:11 04:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:20:01 7 0.02 0.00 0.02 0.17 0.03 99.77 04:47:11 04:47:11 04:20:01 CPU %user %nice %system %iowait %steal %idle 04:47:11 04:21:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:47:11 04:21:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:21:01 1 0.02 0.00 0.00 0.03 0.02 99.93 04:47:11 04:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:21:01 7 0.03 0.00 0.02 0.03 0.02 99.90 04:47:11 04:22:01 all 0.03 0.00 0.02 0.01 0.01 99.94 04:47:11 04:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:47:11 04:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:22:01 5 0.03 0.00 0.02 0.02 0.00 99.93 04:47:11 04:22:01 6 0.07 0.00 0.03 0.00 0.02 99.88 04:47:11 04:22:01 7 0.08 0.00 0.03 0.03 0.03 99.82 04:47:11 04:23:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:47:11 04:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:47:11 04:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:23:01 3 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:23:01 5 0.03 0.00 0.00 0.03 0.02 99.92 04:47:11 04:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:23:01 7 0.03 0.00 0.03 0.05 0.03 99.85 04:47:11 04:24:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:47:11 04:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:24:01 1 0.00 0.00 0.00 0.02 0.02 99.97 04:47:11 04:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:24:01 6 0.05 0.00 0.03 0.00 0.02 99.90 04:47:11 04:24:01 7 0.03 0.00 0.03 0.03 0.03 99.87 04:47:11 04:25:01 all 0.01 0.00 0.00 0.01 0.01 99.97 04:47:11 04:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:25:01 4 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:25:01 5 0.03 0.00 0.00 0.02 0.02 99.93 04:47:11 04:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:25:01 7 0.02 0.00 0.00 0.05 0.02 99.92 04:47:11 04:26:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:47:11 04:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:26:01 1 0.00 0.00 0.02 0.02 0.02 99.95 04:47:11 04:26:01 2 0.07 0.00 0.02 0.00 0.02 99.90 04:47:11 04:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:26:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:47:11 04:26:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:26:01 7 0.02 0.00 0.05 0.03 0.02 99.88 04:47:11 04:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:47:11 04:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:27:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:47:11 04:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:27:01 7 0.00 0.00 0.03 0.05 0.03 99.88 04:47:11 04:28:01 all 0.03 0.00 0.01 0.01 0.02 99.93 04:47:11 04:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:28:01 2 0.05 0.00 0.00 0.00 0.02 99.93 04:47:11 04:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:28:01 5 0.05 0.00 0.03 0.02 0.02 99.88 04:47:11 04:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:28:01 7 0.03 0.00 0.02 0.03 0.03 99.88 04:47:11 04:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:47:11 04:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:29:01 2 0.00 0.00 0.00 0.02 0.02 99.97 04:47:11 04:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:47:11 04:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:29:01 7 0.05 0.00 0.03 0.02 0.03 99.87 04:47:11 04:30:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:47:11 04:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:30:01 5 0.02 0.00 0.00 0.02 0.02 99.95 04:47:11 04:30:01 6 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:30:01 7 0.03 0.00 0.03 0.05 0.03 99.85 04:47:11 04:31:01 all 0.08 0.00 0.01 0.01 0.01 99.90 04:47:11 04:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 04:47:11 04:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:47:11 04:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:31:01 7 0.50 0.00 0.02 0.03 0.02 99.43 04:47:11 04:47:11 04:31:01 CPU %user %nice %system %iowait %steal %idle 04:47:11 04:32:01 all 0.27 0.00 0.01 0.00 0.01 99.70 04:47:11 04:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:32:01 2 0.03 0.00 0.02 0.02 0.02 99.92 04:47:11 04:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:32:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:32:01 7 2.00 0.00 0.02 0.02 0.03 97.93 04:47:11 04:33:01 all 0.27 0.00 0.01 0.00 0.01 99.70 04:47:11 04:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:33:01 2 0.03 0.00 0.03 0.00 0.02 99.92 04:47:11 04:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:33:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:47:11 04:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:33:01 7 1.99 0.00 0.02 0.03 0.03 97.93 04:47:11 04:34:01 all 0.33 0.00 0.01 0.01 0.01 99.64 04:47:11 04:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:47:11 04:34:01 1 0.12 0.00 0.00 0.00 0.02 99.87 04:47:11 04:34:01 2 0.10 0.00 0.00 0.03 0.00 99.87 04:47:11 04:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:34:01 5 0.07 0.00 0.03 0.00 0.03 99.87 04:47:11 04:34:01 6 0.12 0.00 0.02 0.02 0.02 99.83 04:47:11 04:34:01 7 2.13 0.00 0.02 0.03 0.02 97.80 04:47:11 04:35:01 all 0.27 0.00 0.03 0.01 0.02 99.68 04:47:11 04:35:01 0 0.12 0.00 0.00 0.02 0.02 99.85 04:47:11 04:35:01 1 0.18 0.00 0.05 0.02 0.02 99.73 04:47:11 04:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:35:01 3 0.07 0.00 0.07 0.00 0.00 99.87 04:47:11 04:35:01 4 0.15 0.00 0.02 0.00 0.00 99.83 04:47:11 04:35:01 5 0.45 0.00 0.00 0.02 0.02 99.52 04:47:11 04:35:01 6 0.20 0.00 0.03 0.02 0.02 99.73 04:47:11 04:35:01 7 0.98 0.00 0.03 0.02 0.05 98.92 04:47:11 04:36:01 all 0.04 0.00 0.01 0.01 0.01 99.94 04:47:11 04:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:47:11 04:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:36:01 2 0.02 0.00 0.00 0.02 0.02 99.95 04:47:11 04:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:36:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:47:11 04:36:01 5 0.05 0.00 0.03 0.00 0.02 99.90 04:47:11 04:36:01 6 0.07 0.00 0.00 0.00 0.00 99.93 04:47:11 04:36:01 7 0.05 0.00 0.00 0.05 0.03 99.87 04:47:11 04:37:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:47:11 04:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:37:01 5 0.08 0.00 0.02 0.02 0.03 99.85 04:47:11 04:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:37:01 7 0.00 0.00 0.02 0.03 0.03 99.92 04:47:11 04:38:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:47:11 04:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:38:01 2 0.05 0.00 0.03 0.02 0.02 99.88 04:47:11 04:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:38:01 7 0.05 0.00 0.02 0.05 0.03 99.85 04:47:11 04:39:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:47:11 04:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:39:01 2 0.03 0.00 0.05 0.00 0.02 99.90 04:47:11 04:39:01 3 0.00 0.00 0.02 0.00 0.02 99.97 04:47:11 04:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:39:01 7 0.02 0.00 0.02 0.05 0.03 99.88 04:47:11 04:40:01 all 0.00 0.00 0.01 0.01 0.02 99.96 04:47:11 04:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:40:01 2 0.02 0.00 0.02 0.05 0.03 99.88 04:47:11 04:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:40:01 5 0.02 0.00 0.00 0.02 0.02 99.95 04:47:11 04:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:40:01 7 0.00 0.00 0.03 0.00 0.03 99.93 04:47:11 04:41:01 all 0.08 0.00 0.01 0.01 0.01 99.89 04:47:11 04:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:41:01 2 0.03 0.00 0.03 0.05 0.02 99.87 04:47:11 04:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:47:11 04:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:41:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:41:01 7 0.43 0.00 0.02 0.00 0.03 99.52 04:47:11 04:42:01 all 0.24 0.00 0.01 0.03 0.01 99.70 04:47:11 04:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:42:01 2 0.03 0.00 0.02 0.22 0.02 99.72 04:47:11 04:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:47:11 04:42:01 5 0.03 0.00 0.03 0.02 0.02 99.90 04:47:11 04:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:42:01 7 1.81 0.00 0.03 0.00 0.03 98.12 04:47:11 04:47:11 04:42:01 CPU %user %nice %system %iowait %steal %idle 04:47:11 04:43:01 all 0.05 0.00 0.01 0.00 0.01 99.92 04:47:11 04:43:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:47:11 04:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:43:01 2 0.03 0.00 0.00 0.03 0.02 99.92 04:47:11 04:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:47:11 04:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:47:11 04:43:01 5 0.12 0.00 0.02 0.00 0.02 99.85 04:47:11 04:43:01 6 0.07 0.00 0.03 0.00 0.02 99.88 04:47:11 04:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:47:11 04:44:01 all 0.01 0.00 0.01 0.06 0.01 99.91 04:47:11 04:44:01 0 0.03 0.00 0.02 0.02 0.03 99.90 04:47:11 04:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:44:01 2 0.03 0.00 0.02 0.10 0.02 99.83 04:47:11 04:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:47:11 04:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:44:01 5 0.03 0.00 0.02 0.33 0.02 99.60 04:47:11 04:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:47:11 04:45:01 all 0.03 0.00 0.01 0.01 0.01 99.95 04:47:11 04:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:47:11 04:45:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:47:11 04:45:01 2 0.02 0.00 0.02 0.03 0.02 99.92 04:47:11 04:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:47:11 04:45:01 5 0.08 0.00 0.02 0.02 0.02 99.87 04:47:11 04:45:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:47:11 04:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:47:11 04:46:01 all 2.03 0.00 0.95 0.03 0.02 96.98 04:47:11 04:46:01 0 1.81 0.00 1.09 0.00 0.02 97.09 04:47:11 04:46:01 1 1.79 0.00 1.47 0.02 0.03 96.69 04:47:11 04:46:01 2 1.67 0.00 1.25 0.13 0.02 96.93 04:47:11 04:46:01 3 1.82 0.00 0.77 0.00 0.02 97.39 04:47:11 04:46:01 4 2.27 0.00 0.89 0.02 0.00 96.82 04:47:11 04:46:01 5 2.00 0.00 0.77 0.03 0.05 97.14 04:47:11 04:46:01 6 2.09 0.00 0.80 0.00 0.03 97.07 04:47:11 04:46:01 7 2.75 0.00 0.55 0.02 0.02 96.66 04:47:11 04:47:01 all 10.22 0.00 4.45 0.91 0.07 84.35 04:47:11 04:47:01 0 10.70 0.00 4.26 0.08 0.07 84.88 04:47:11 04:47:01 1 12.38 0.00 5.18 0.03 0.07 82.34 04:47:11 04:47:01 2 8.38 0.00 4.06 3.18 0.07 84.31 04:47:11 04:47:01 3 11.70 0.00 4.50 0.07 0.08 83.65 04:47:11 04:47:01 4 8.64 0.00 5.44 3.47 0.07 82.38 04:47:11 04:47:01 5 9.88 0.00 4.17 0.07 0.07 85.81 04:47:11 04:47:01 6 9.51 0.00 4.21 0.03 0.07 86.18 04:47:11 04:47:01 7 10.52 0.00 3.78 0.39 0.05 85.25 04:47:11 Average: all 9.04 0.00 1.55 0.48 0.03 88.90 04:47:11 Average: 0 8.96 0.00 1.54 0.39 0.02 89.08 04:47:11 Average: 1 9.08 0.00 1.54 0.29 0.03 89.06 04:47:11 Average: 2 9.08 0.00 1.56 0.69 0.03 88.64 04:47:11 Average: 3 8.99 0.00 1.50 0.46 0.02 89.03 04:47:11 Average: 4 9.04 0.00 1.57 0.65 0.03 88.72 04:47:11 Average: 5 9.09 0.00 1.49 0.40 0.03 89.00 04:47:11 Average: 6 8.92 0.00 1.54 0.46 0.03 89.04 04:47:11 Average: 7 9.18 0.00 1.67 0.51 0.04 88.60 04:47:11 04:47:11 04:47:11