Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f033e20b3640116aa1b2e2b592720d3ba5445808 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-ssh9109866883154474232.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-ssh13245959874680949287.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-ssh17524419548747917229.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-ssh6229130673699345392.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-ssh9923651197800872273.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4110 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/861 [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/861 # 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 f033e20b3640116aa1b2e2b592720d3ba5445808 (main) Commit message: "feat: CoreData improve SQL statement (#5195)" > 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 f033e20b3640116aa1b2e2b592720d3ba5445808 # timeout=10 > git rev-list --no-walk 37471aae1dd3b986ef91b9bd0a84b6b5a271aace # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:26:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:26:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:26:58 ========================================================= 07:26:58 EdgeX Global Pipelines Version Info 07:26:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:26:59 ------------------- 07:26:59 stable info: 07:26:59 ------------------- 07:26:59 Commited By: Ginny Guan ginny@iotechsys.com 07:26:59 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:26:59 Message: update stable to v1.0.274 07:27:00 ------------------- 07:27:00 experimental info: 07:27:00 ------------------- 07:27:00 Commited By: **** collab-it+edgex@linuxfoundation.org 07:27:00 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 07:27:00 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f033e20 [Pipeline] echo 07:27:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:00 provisioning config files... 07:27:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config16337616946658977538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:27:01 ---> ****-login.sh 07:27:01 nexus3.edgexfoundry.org:10001 07:27:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:27:01 Configure a credential helper to remove this warning. See 07:27:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:27:01 07:27:01 Login Succeeded 07:27:01 nexus3.edgexfoundry.org:10002 07:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:27:02 Configure a credential helper to remove this warning. See 07:27:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:27:02 07:27:02 Login Succeeded 07:27:02 nexus3.edgexfoundry.org:10003 07:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:27:02 Configure a credential helper to remove this warning. See 07:27:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:27:02 07:27:02 Login Succeeded 07:27:02 nexus3.edgexfoundry.org:10004 07:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:27:02 Configure a credential helper to remove this warning. See 07:27:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:27:02 07:27:02 Login Succeeded 07:27:02 ****.io 07:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:27:02 Configure a credential helper to remove this warning. See 07:27:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:27:02 07:27:02 Login Succeeded 07:27:02 ---> ****-login.sh ends [Pipeline] } 07:27:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:02 + 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 07:27:02 + cut -d/ -f2 07:27:02 + dirname cmd/core-command/Dockerfile 07:27:02 + echo core-command,cmd/core-command/Dockerfile 07:27:02 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:27:02 cut -d/ -f2 07:27:02 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:27:02 + dirname cmd/core-data/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo core-data,cmd/core-data/Dockerfile 07:27:02 + dirname cmd/core-keeper/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo core-keeper,cmd/core-keeper/Dockerfile 07:27:02 + dirname cmd/core-metadata/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo core-metadata,cmd/core-metadata/Dockerfile 07:27:02 + dirname cmd/security-bootstrapper/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:27:02 + dirname cmd/security-proxy-auth/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:27:02 + dirname cmd/security-proxy-setup/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:27:02 + dirname cmd/security-secretstore-setup/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:27:02 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:27:02 + dirname cmd/security-spire-agent/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:27:02 + dirname cmd/security-spire-config/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:27:02 + dirname cmd/security-spire-server/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:27:02 + dirname cmd/support-notifications/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo support-notifications,cmd/support-notifications/Dockerfile 07:27:02 + dirname cmd/support-scheduler/Dockerfile 07:27:02 + cut -d/ -f2 07:27:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:27:02 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 07:27:03 + git rev-list -1 --merges f033e20b3640116aa1b2e2b592720d3ba5445808~1..f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 07:27:03 -----------> git rev-list -1 --merges f033e20b3640116aa1b2e2b592720d3ba5445808~1..f033e20b3640116aa1b2e2b592720d3ba5445808 f033e20b3640116aa1b2e2b592720d3ba5445808 [false] [Pipeline] sh 07:27:03 + git log --format=format:%s -1 f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 07:27:03 ========================================================= 07:27:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:27:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:27:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:27:04 + grep -v github /etc/ssh/ssh_known_hosts 07:27:04 + [ -e /tmp/ssh_known_hosts ] 07:27:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:27:04 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:27:04 sudo tee -a /etc/ssh/ssh_known_hosts 07:27:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:27:04 07:27:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:27:04 0.1.4: Pulling from edgex-devops/py-git-semver 07:27:04 3dae71ba6b94: Pulling fs layer 07:27:04 6bf1a483ea7c: Pulling fs layer 07:27:04 f5dfc541a4d3: Pulling fs layer 07:27:04 461d9e800cba: Pulling fs layer 07:27:04 80192f66455f: Pulling fs layer 07:27:04 2e8e34ca0e6c: Pulling fs layer 07:27:04 a29436f7fd5d: Pulling fs layer 07:27:04 923cac83aea3: Pulling fs layer 07:27:04 25ad8b0a4227: Pulling fs layer 07:27:04 db01528c6b51: Pulling fs layer 07:27:04 28988de357af: Pulling fs layer 07:27:04 80192f66455f: Waiting 07:27:04 2e8e34ca0e6c: Waiting 07:27:04 a29436f7fd5d: Waiting 07:27:04 923cac83aea3: Waiting 07:27:04 25ad8b0a4227: Waiting 07:27:04 db01528c6b51: Waiting 07:27:04 28988de357af: Waiting 07:27:04 461d9e800cba: Waiting 07:27:04 6bf1a483ea7c: Verifying Checksum 07:27:04 6bf1a483ea7c: Download complete 07:27:04 461d9e800cba: Download complete 07:27:04 80192f66455f: Verifying Checksum 07:27:04 80192f66455f: Download complete 07:27:05 f5dfc541a4d3: Verifying Checksum 07:27:05 f5dfc541a4d3: Download complete 07:27:05 3dae71ba6b94: Verifying Checksum 07:27:05 3dae71ba6b94: Download complete 07:27:05 923cac83aea3: Verifying Checksum 07:27:05 923cac83aea3: Download complete 07:27:05 25ad8b0a4227: Verifying Checksum 07:27:05 25ad8b0a4227: Download complete 07:27:05 db01528c6b51: Download complete 07:27:05 28988de357af: Verifying Checksum 07:27:05 28988de357af: Download complete 07:27:05 a29436f7fd5d: Verifying Checksum 07:27:05 a29436f7fd5d: Download complete 07:27:05 2e8e34ca0e6c: Verifying Checksum 07:27:05 2e8e34ca0e6c: Download complete 07:27:06 3dae71ba6b94: Pull complete 07:27:06 6bf1a483ea7c: Pull complete 07:27:06 f5dfc541a4d3: Pull complete 07:27:06 461d9e800cba: Pull complete 07:27:06 80192f66455f: Pull complete 07:27:10 2e8e34ca0e6c: Pull complete 07:27:10 a29436f7fd5d: Pull complete 07:27:10 923cac83aea3: Pull complete 07:27:10 25ad8b0a4227: Pull complete 07:27:10 db01528c6b51: Pull complete 07:27:10 28988de357af: Pull complete 07:27:10 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:27:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:27:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:10 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 07:27:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:27:17 $ docker top ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c -eo pid,comm 07:27:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:27:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:17 [ssh-agent] Looking for ssh-agent implementation... 07:27:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:17 $ docker exec ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent 07:27:17 SSH_AUTH_SOCK=/tmp/ssh-MgdU9UU5pSwN/agent.33 07:27:17 SSH_AGENT_PID=40 07:27:17 Running ssh-add (command line suppressed) 07:27:17 Identity added: /w/workspace/edgex-go/861@tmp/private_key_3612187584284056985.key (/w/workspace/edgex-go/861@tmp/private_key_3612187584284056985.key) 07:27:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:17 + git tag --points-at HEAD [Pipeline] } 07:27:17 $ docker exec --env ******** --env ******** ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent -k 07:27:17 unset SSH_AUTH_SOCK; 07:27:17 unset SSH_AGENT_PID; 07:27:17 echo Agent pid 40 killed; 07:27:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:27:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:17 [ssh-agent] Looking for ssh-agent implementation... 07:27:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:18 $ docker exec ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent 07:27:18 SSH_AUTH_SOCK=/tmp/ssh-ZqmhqfdMXniM/agent.74 07:27:18 SSH_AGENT_PID=80 07:27:18 Running ssh-add (command line suppressed) 07:27:18 Identity added: /w/workspace/edgex-go/861@tmp/private_key_16200332574501334730.key (/w/workspace/edgex-go/861@tmp/private_key_16200332574501334730.key) 07:27:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:18 + git semver init 07:27:19 2025-06-27 07:27:18,896 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:27:19 2025-06-27 07:27:18,900 [run_init] DEBUG init version:0.0.0 force:False 07:27:19 2025-06-27 07:27:18,901 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/861/.semver 07:27:19 2025-06-27 07:27:18,902 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/861/.semver 07:27:19 2025-06-27 07:27:18,902 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/861/.semver'], cwd=/w/workspace/edgex-go/861, stdin=None, shell=False, universal_newlines=False) 07:27:24 2025-06-27 07:27:24,102 [append_file] DEBUG append to file:/w/workspace/edgex-go/861/.git/info/exclude 07:27:24 2025-06-27 07:27:24,102 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/861/.semver/main with force:False 07:27:24 2025-06-27 07:27:24,102 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 07:27:24 2025-06-27 07:27:24,103 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 07:27:24 4.1.0-dev.29 [Pipeline] } 07:27:24 $ docker exec --env ******** --env ******** ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent -k 07:27:24 unset SSH_AUTH_SOCK; 07:27:24 unset SSH_AGENT_PID; 07:27:24 echo Agent pid 80 killed; 07:27:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:24 + git semver [Pipeline] } 07:27:25 $ docker stop --time=1 ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c 07:27:26 $ docker rm -f --volumes ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c [Pipeline] // withDockerContainer [Pipeline] sh 07:27:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:27:27 Stashed 1 file(s) [Pipeline] echo 07:27:27 [edgeXSemver]: initialized semver on version 4.1.0-dev.29 [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 07:27:27 + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] echo 07:27:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:27:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:27:27 ========================================================= 07:27:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:27:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:27:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:27:27 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:27:27 0a9a5dfd008f: Pulling fs layer 07:27:27 36466aa92d05: Pulling fs layer 07:27:27 e10405b45d13: Pulling fs layer 07:27:27 096b7ceb2af7: Pulling fs layer 07:27:27 4f4fb700ef54: Pulling fs layer 07:27:27 8213a616a21b: Pulling fs layer 07:27:27 985586143405: Pulling fs layer 07:27:27 0eae2285b678: Pulling fs layer 07:27:27 d3ac315be8c5: Pulling fs layer 07:27:27 4f4fb700ef54: Waiting 07:27:27 096b7ceb2af7: Waiting 07:27:27 985586143405: Waiting 07:27:27 8213a616a21b: Waiting 07:27:27 0eae2285b678: Waiting 07:27:27 d3ac315be8c5: Waiting 07:27:27 36466aa92d05: Verifying Checksum 07:27:27 36466aa92d05: Download complete 07:27:27 096b7ceb2af7: Verifying Checksum 07:27:27 096b7ceb2af7: Download complete 07:27:27 4f4fb700ef54: Verifying Checksum 07:27:27 4f4fb700ef54: Download complete 07:27:27 8213a616a21b: Verifying Checksum 07:27:27 8213a616a21b: Download complete 07:27:27 0a9a5dfd008f: Download complete 07:27:27 985586143405: Verifying Checksum 07:27:27 985586143405: Download complete 07:27:28 0a9a5dfd008f: Pull complete 07:27:28 d3ac315be8c5: Verifying Checksum 07:27:28 d3ac315be8c5: Download complete 07:27:28 36466aa92d05: Pull complete 07:27:28 e10405b45d13: Download complete 07:27:28 0eae2285b678: Verifying Checksum 07:27:28 0eae2285b678: Download complete 07:27:31 e10405b45d13: Pull complete 07:27:31 096b7ceb2af7: Pull complete 07:27:31 4f4fb700ef54: Pull complete 07:27:31 8213a616a21b: Pull complete 07:27:31 985586143405: Pull complete 07:27:33 0eae2285b678: Pull complete 07:27:34 d3ac315be8c5: Pull complete 07:27:34 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 07:27:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:27:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 07:27:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:27:34 WORKDIR /edgex 07:27:34 COPY go.mod . 07:27:34 RUN go mod download 07:27:34 + docker build -t ci-base-image-x86_64 -f - . 07:27:34 Sending build context to Docker daemon 185.9MB 07:27:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:27:34 ---> ea6120ae94a0 07:27:34 Step 2/4 : WORKDIR /edgex 07:27:41 ---> Running in 0952df9ec261 07:27:41 Removing intermediate container 0952df9ec261 07:27:41 ---> e77a63016ab3 07:27:41 Step 3/4 : COPY go.mod . 07:27:41 ---> 5f094d50471f 07:27:41 Step 4/4 : RUN go mod download 07:27:41 ---> Running in 7c16d2466ac4 07:27:42 Still waiting to schedule task 07:27:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:28:13 Removing intermediate container 7c16d2466ac4 07:28:13 ---> b60e0a4dc5bb 07:28:13 Successfully built b60e0a4dc5bb 07:28:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:13 + docker inspect -f . ci-base-image-x86_64 07:28:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:28:14 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 07:28:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:28:14 $ docker top 0f45d85f952b3218e82bbbafdad497d06d088e68156bfbe3f494615e7b8599a8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:28:14 + go version 07:28:14 go version go1.23.9 linux/amd64 [Pipeline] } 07:28:14 $ docker stop --time=1 0f45d85f952b3218e82bbbafdad497d06d088e68156bfbe3f494615e7b8599a8 07:28:16 $ docker rm -f --volumes 0f45d85f952b3218e82bbbafdad497d06d088e68156bfbe3f494615e7b8599a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:28:16 + docker inspect -f . ci-base-image-x86_64 07:28:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:28:16 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 07:28:16 $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:28:16 $ docker top 1ff44668e5c2853302b98dc017d6bf169ef5c44ef30a6df983c475f3d73853e3 -eo pid,comm [Pipeline] { [Pipeline] echo 07:28:17 ========================================================= 07:28:17 [edgeXBuildGoParallel] Running Tests and Build... 07:28:17 ========================================================= [Pipeline] sh 07:28:17 + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] fileExists [Pipeline] sh 07:28:17 + make test 07:28:17 go test -race -coverprofile=coverage.out ./... 07:28:25 ? github.com/edgexfoundry/edgex-go [no test files] 07:28:47 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 07:28:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:28:47 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 07:28:47 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 07:28:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.034s coverage: 42.3% of statements 07:28:48 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 07:28:48 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 07:28:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 07:28:49 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 07:28:51 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 07:28:51 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 07:28:51 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 07:28:51 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:28:51 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 07:28:51 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 07:28:52 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 07:28:52 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 07:28:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.048s coverage: 69.4% of statements 07:28:52 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 07:28:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.042s coverage: 46.3% of statements 07:28:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.788s coverage: 93.4% of statements 07:28:52 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 92.3% of statements 07:28:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements 07:28:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 07:28:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 07:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 07:28:54 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 07:28:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.383s coverage: 95.8% of statements 07:28:56 ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements 07:28:56 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 07:28:56 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 07:28:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:28:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 07:28:56 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 07:28:56 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.041s coverage: 0.0% of statements [no tests to run] 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 07:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 07:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.016s coverage: 87.1% of statements 07:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.015s coverage: 94.1% of statements 07:28:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 07:28:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 07:28:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 07:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements 07:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:28:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 07:28:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 07:28:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 07:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 07:28:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 07:28:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 07:28:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 07:29:00 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 07:29:00 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 07:29:00 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 07:29:00 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 07:29:01 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 07:29:01 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 07:29:01 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 07:29:03 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 07:29:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:29:04 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 07:29:06 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 07:29:06 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 07:29:06 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 07:29:09 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 07:29:09 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 07:29:09 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 07:29:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 07:29:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 07:29:09 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:29:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 07:29:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 07:29:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 07:29:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 07:29:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 07:29:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:29:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 07:29:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 07:29:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 07:29:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 07:29:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 07:29:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 07:29:12 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 07:29:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 07:29:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 07:29:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 07:29:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 07:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 07:29:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:29:16 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 07:29:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 07:29:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 07:29:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:29:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:29:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4111 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:29:24 Running in /w/workspace/edgex-go/861 [Pipeline] { [Pipeline] checkout 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.044s coverage: 92.9% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.032s coverage: 47.4% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.033s coverage: 87.2% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.090s coverage: 81.8% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.080s coverage: 82.1% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.018s coverage: 86.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.182s coverage: 54.5% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.139s coverage: 29.2% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.109s coverage: 94.9% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.024s coverage: 43.6% of statements 07:29:24 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 07:29:24 running golangci-lint 07:29:24 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 07:29:24 go version go1.23.9 linux/amd64 07:29:25 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 07:29:25 level=info msg="[config_reader] Used config file .golangci.yml" 07:29:25 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 07:29:27 The recommended git tool is: git 07:29:32 using credential edgex-jenkins-ssh 07:29:32 Cloning the remote Git repository 07:29:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:29:32 > git init /w/workspace/edgex-go/861 # timeout=10 07:29:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:29:32 > git --version # timeout=10 07:29:32 > git --version # 'git version 2.25.1' 07:29:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:47 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|types_sizes|name) took 21.262557165s" 07:29:47 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.039226ms" 07:29:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:29:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:50 Avoid second fetch 07:29:50 Checking out Revision f033e20b3640116aa1b2e2b592720d3ba5445808 (main) 07:29:50 Commit message: "feat: CoreData improve SQL statement (#5195)" 07:29:50 > git config core.sparsecheckout # timeout=10 07:29:50 > git checkout -f f033e20b3640116aa1b2e2b592720d3ba5445808 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:29:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:29:56 % Total % Received % Xferd Average Speed Time Time Time Current 07:29:56 Dload Upload Total Spent Left Speed 07:29:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 118k 0 --:--:-- --:--:-- --:--:-- 117k [Pipeline] sh 07:29:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:29:56 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 07:29:56 sudo tee /etc/docker/daemon.new 07:29:56 { 07:29:56 "registry-mirrors": [ 07:29:56 "https://nexus3.edgexfoundry.org:10001" 07:29:56 ], 07:29:56 "bip": "10.250.0.254/24", 07:29:56 "hosts": [ 07:29:56 "tcp://0.0.0.0:5555", 07:29:56 "unix:///var/run/docker.sock" 07:29:56 ], 07:29:56 "mtu": 1458, 07:29:56 "selinux-enabled": true, 07:29:56 "seccomp-profile": "/etc/docker/seccomp.json" 07:29:56 } [Pipeline] sh 07:29:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:29:57 + sudo service docker restart 07:29:59 level=info msg="[linters_context/goanalysis] analyzers took 1m47.141518772s with top 10 stages: buildir: 52.20035624s, gosec: 3.141942014s, fact_deprecated: 2.744023282s, inspect: 2.393361062s, printf: 2.046090594s, ctrlflow: 1.66443932s, fact_purity: 1.528054736s, nilness: 1.474626949s, S1038: 1.263853808s, typedness: 839.790094ms" 07:29:59 level=info msg="[runner] Issues before processing: 202, after processing: 0" 07:29:59 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, identifier_marker: 202/202, nolint: 20/0, exclude-rules: 202/20, cgo: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, exclude: 202/202, invalid_issue: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202" 07:29:59 level=info msg="[runner] processing took 17.61795ms with stages: nolint: 7.233319ms, identifier_marker: 5.093364ms, path_prettifier: 1.585722ms, autogenerated_exclude: 1.557131ms, exclude-rules: 1.131208ms, skip_dirs: 945.616µs, cgo: 27.83µs, invalid_issue: 27.12µs, filename_unadjuster: 12.98µs, max_same_issues: 670ns, uniq_by_line: 530ns, fixer: 390ns, skip_files: 390ns, max_from_linter: 310ns, exclude: 280ns, sort_results: 250ns, path_shortener: 200ns, source_code: 160ns, diff: 150ns, max_per_file_from_linter: 130ns, severity-rules: 100ns, path_prefixer: 100ns" 07:29:59 level=info msg="[runner] linters took 11.030373598s with stages: goanalysis_metalinter: 11.012677397s" 07:29:59 level=info msg="File cache stats: 0 entries of total size 0B" 07:29:59 level=info msg="Memory: 322 samples, avg is 295.5MB, max is 1360.2MB" 07:29:59 level=info msg="Execution took 32.339828814s" 07:29:59 go vet ./... 07:30:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:30:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:30:04 ./bin/test-attribution-txt.sh 07:30:04 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 07:30:04 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 07:30:04 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 07:30:04 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 07:30:04 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 07:30:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 07:30:04 + ls -al . 07:30:04 total 1996 07:30:04 drwxrwxr-x 11 1001 1001 4096 Jun 27 07:28 . 07:30:04 drwxr-xr-x 4 root root 4096 Jun 27 07:28 .. 07:30:04 drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 .blubracket 07:30:04 -rw-rw-r-- 1 1001 1001 10 Jun 27 07:26 .dockerignore 07:30:04 drwxrwxr-x 8 1001 1001 4096 Jun 27 07:29 .git 07:30:04 drwxrwxr-x 3 1001 1001 4096 Jun 27 07:26 .github 07:30:04 -rw-rw-r-- 1 1001 1001 909 Jun 27 07:26 .gitignore 07:30:04 -rw-rw-r-- 1 1001 1001 218 Jun 27 07:26 .golangci.yml 07:30:04 -rw-rw-r-- 1 1001 1001 100 Jun 27 07:26 .hadolint.yml 07:30:04 drwxr-xr-x 3 1001 1001 4096 Jun 27 07:27 .semver 07:30:04 -rw-rw-r-- 1 1001 1001 155 Jun 27 07:26 .sonarcloud.properties 07:30:04 -rw-rw-r-- 1 1001 1001 1171 Jun 27 07:26 ADOPTERS.md 07:30:04 -rw-rw-r-- 1 1001 1001 17374 Jun 27 07:26 Attribution.txt 07:30:04 -rw-rw-r-- 1 1001 1001 108018 Jun 27 07:26 CHANGELOG.md 07:30:04 -rw-rw-r-- 1 1001 1001 3804 Jun 27 07:26 CONTRIBUTING.md 07:30:04 -rw-rw-r-- 1 1001 1001 677 Jun 27 07:26 GOVERNANCE.md 07:30:04 -rw-rw-r-- 1 1001 1001 858 Jun 27 07:26 Jenkinsfile 07:30:04 -rw-rw-r-- 1 1001 1001 10775 Jun 27 07:26 LICENSE 07:30:04 -rw-rw-r-- 1 1001 1001 16740 Jun 27 07:26 Makefile 07:30:04 -rw-rw-r-- 1 1001 1001 582 Jun 27 07:26 OWNERS.md 07:30:04 -rw-rw-r-- 1 1001 1001 9932 Jun 27 07:26 README.md 07:30:04 -rw-rw-r-- 1 1001 1001 789 Jun 27 07:26 SECURITY.md 07:30:04 -rw-rw-r-- 1 1001 1001 12 Jun 27 07:27 VERSION 07:30:04 drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 bin 07:30:04 drwxrwxr-x 19 1001 1001 4096 Jun 27 07:26 cmd 07:30:04 -rw-r--r-- 1 root root 1666972 Jun 27 07:29 coverage.out 07:30:04 drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 fuzz_test 07:30:04 -rw-rw-r-- 1 1001 1001 6473 Jun 27 07:26 go.mod 07:30:04 -rw-rw-r-- 1 1001 1001 88356 Jun 27 07:26 go.sum 07:30:04 drwxrwxr-x 7 1001 1001 4096 Jun 27 07:26 internal 07:30:04 drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 openapi 07:30:04 -rw-rw-r-- 1 1001 1001 584 Jun 27 07:26 security.txt 07:30:04 -rw-rw-r-- 1 1001 1001 204 Jun 27 07:26 version.go [Pipeline] sh 07:30:05 + '[' -e coverage.out ] 07:30:05 + chown 1001:1001 coverage.out [Pipeline] stash 07:30:05 Stashed 1 file(s) [Pipeline] sh 07:30:05 + make build 07:30:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:30:15 provisioning config files... 07:30:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config10870689042187833180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:30:16 ---> ****-login.sh 07:30:16 nexus3.edgexfoundry.org:10001 07:30:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:16 Configure a credential helper to remove this warning. See 07:30:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:16 07:30:16 Login Succeeded 07:30:16 nexus3.edgexfoundry.org:10002 07:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:17 Configure a credential helper to remove this warning. See 07:30:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:17 07:30:17 Login Succeeded 07:30:17 nexus3.edgexfoundry.org:10003 07:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:17 Configure a credential helper to remove this warning. See 07:30:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:17 07:30:17 Login Succeeded 07:30:17 nexus3.edgexfoundry.org:10004 07:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:17 Configure a credential helper to remove this warning. See 07:30:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:17 07:30:17 Login Succeeded 07:30:17 ****.io 07:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:30:18 Configure a credential helper to remove this warning. See 07:30:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:30:18 07:30:18 Login Succeeded 07:30:18 ---> ****-login.sh ends [Pipeline] } 07:30:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:30:18 + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] echo 07:30:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:30:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:30:18 ========================================================= 07:30:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:30:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:30:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:30:19 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:30:19 94e9d8af2201: Pulling fs layer 07:30:19 a6c56e8762df: Pulling fs layer 07:30:19 f0f3c8884826: Pulling fs layer 07:30:19 c7e7622c144d: Pulling fs layer 07:30:19 4f4fb700ef54: Pulling fs layer 07:30:19 e8859aadc426: Pulling fs layer 07:30:19 b4813487a9f6: Pulling fs layer 07:30:19 502a3d64fb4b: Pulling fs layer 07:30:19 4f4fb700ef54: Waiting 07:30:19 e8859aadc426: Waiting 07:30:19 b4813487a9f6: Waiting 07:30:19 502a3d64fb4b: Waiting 07:30:19 c7e7622c144d: Waiting 07:30:19 a6c56e8762df: Verifying Checksum 07:30:19 a6c56e8762df: Download complete 07:30:19 c7e7622c144d: Verifying Checksum 07:30:19 c7e7622c144d: Download complete 07:30:19 4f4fb700ef54: Verifying Checksum 07:30:19 4f4fb700ef54: Download complete 07:30:19 e8859aadc426: Verifying Checksum 07:30:19 e8859aadc426: Download complete 07:30:19 94e9d8af2201: Download complete 07:30:20 502a3d64fb4b: Verifying Checksum 07:30:20 502a3d64fb4b: Download complete 07:30:20 94e9d8af2201: Pull complete 07:30:20 a6c56e8762df: Pull complete 07:30:21 f0f3c8884826: Verifying Checksum 07:30:21 f0f3c8884826: Download complete 07:30:22 b4813487a9f6: Verifying Checksum 07:30:22 b4813487a9f6: Download complete 07:30:27 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:30:27 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:30:28 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:30:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:30:30 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:30:36 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:30:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:30:37 f0f3c8884826: Pull complete 07:30:37 c7e7622c144d: Pull complete 07:30:37 4f4fb700ef54: Pull complete 07:30:37 e8859aadc426: Pull complete 07:30:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:30:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:30:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:30:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:30:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:30:45 b4813487a9f6: Pull complete [Pipeline] } 07:30:46 $ docker stop --time=1 1ff44668e5c2853302b98dc017d6bf169ef5c44ef30a6df983c475f3d73853e3 07:30:46 502a3d64fb4b: Pull complete 07:30:46 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 07:30:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:30:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:30:51 $ docker rm -f --volumes 1ff44668e5c2853302b98dc017d6bf169ef5c44ef30a6df983c475f3d73853e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:30:52 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:30:52 WORKDIR /edgex 07:30:52 COPY go.mod . 07:30:52 RUN go mod download 07:30:52 + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:30:53 07:30:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:53 Sending build context to Docker daemon 3.707MB 07:30:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:30:53 ---> 3bb21d53e231 07:30:53 Step 2/4 : WORKDIR /edgex 07:30:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:30:53 latest: Pulling from edgex-devops/edgex-compose 07:30:53 91d30c5bc195: Pulling fs layer 07:30:53 2e9b0aa3be6d: Pulling fs layer 07:30:53 9c61dcf015f6: Pulling fs layer 07:30:53 4698f68db338: Pulling fs layer 07:30:53 2a2f49069b9e: Pulling fs layer 07:30:53 e0025b399a48: Pulling fs layer 07:30:53 4698f68db338: Waiting 07:30:53 2a2f49069b9e: Waiting 07:30:53 91d30c5bc195: Verifying Checksum 07:30:53 91d30c5bc195: Download complete 07:30:53 4698f68db338: Verifying Checksum 07:30:53 4698f68db338: Download complete 07:30:53 2e9b0aa3be6d: Verifying Checksum 07:30:53 2e9b0aa3be6d: Download complete 07:30:53 e0025b399a48: Verifying Checksum 07:30:53 e0025b399a48: Download complete 07:30:53 91d30c5bc195: Pull complete 07:30:53 2a2f49069b9e: Verifying Checksum 07:30:53 2a2f49069b9e: Download complete 07:30:53 2e9b0aa3be6d: Pull complete 07:30:54 9c61dcf015f6: Verifying Checksum 07:30:54 9c61dcf015f6: Download complete 07:30:55 ---> Running in 52b0dc410073 07:30:55 Removing intermediate container 52b0dc410073 07:30:55 ---> fb405c686a90 07:30:55 Step 3/4 : COPY go.mod . 07:30:55 ---> 27c7afda3d0a 07:30:55 Step 4/4 : RUN go mod download 07:30:56 ---> Running in c8102ab39e3b 07:30:56 9c61dcf015f6: Pull complete 07:30:56 4698f68db338: Pull complete 07:30:56 2a2f49069b9e: Pull complete 07:30:56 e0025b399a48: Pull complete 07:30:56 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 07:30:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:30:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:30:56 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 07:30:56 $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:30:59 $ docker top d2800231892f5eea3a822345b6dee064c170809d17e92c0f1977f243c89f8c67 -eo pid,comm [Pipeline] { [Pipeline] sh 07:30:59 + docker compose -f ./docker-compose-build.yml build --parallel 07:31:02 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:31:02 #1 transferring dockerfile: 2.23kB done 07:31:02 #1 DONE 0.0s 07:31:02 07:31:02 #2 [core-command internal] load build definition from Dockerfile 07:31:02 #2 transferring dockerfile: 1.94kB done 07:31:02 #2 DONE 0.0s 07:31:02 07:31:02 #3 [security-proxy-auth internal] load build definition from Dockerfile 07:31:02 #3 transferring dockerfile: 2.14kB done 07:31:02 #3 DONE 0.0s 07:31:02 07:31:02 #4 [core-keeper internal] load build definition from Dockerfile 07:31:02 #4 transferring dockerfile: 2.01kB done 07:31:02 #4 DONE 0.0s 07:31:02 07:31:02 #5 [security-spire-server internal] load build definition from Dockerfile 07:31:02 #5 transferring dockerfile: 1.70kB done 07:31:02 #5 DONE 0.0s 07:31:02 07:31:02 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:31:02 #6 transferring dockerfile: 1.89kB done 07:31:02 #6 DONE 0.0s 07:31:02 07:31:02 #7 [support-notifications internal] load build definition from Dockerfile 07:31:02 #7 transferring dockerfile: 2.00kB done 07:31:02 #7 DONE 0.0s 07:31:02 07:31:02 #8 [security-secretstore-setup internal] load build definition from Dockerfile 07:31:02 #8 transferring dockerfile: 2.49kB done 07:31:02 #8 DONE 0.0s 07:31:02 07:31:02 #9 [security-proxy-setup internal] load build definition from Dockerfile 07:31:02 #9 transferring dockerfile: 2.50kB done 07:31:02 #9 DONE 0.1s 07:31:02 07:31:02 #10 [support-scheduler internal] load build definition from Dockerfile 07:31:02 #10 transferring dockerfile: 1.83kB done 07:31:02 #10 DONE 0.1s 07:31:02 07:31:02 #11 [security-spire-agent internal] load build definition from Dockerfile 07:31:02 #11 transferring dockerfile: 1.81kB done 07:31:02 #11 DONE 0.1s 07:31:02 07:31:02 #12 [core-data internal] load build definition from Dockerfile 07:31:02 #12 transferring dockerfile: 2.04kB done 07:31:02 #12 DONE 0.1s 07:31:02 07:31:02 #13 [core-metadata internal] load build definition from Dockerfile 07:31:02 #13 transferring dockerfile: 2.10kB done 07:31:02 #13 DONE 0.1s 07:31:02 07:31:02 #14 [core-common-config-bootstrapper internal] load .dockerignore 07:31:02 #14 transferring context: 50B done 07:31:02 #14 DONE 0.1s 07:31:02 07:31:02 #15 [security-spire-config internal] load build definition from Dockerfile 07:31:02 #15 transferring dockerfile: 1.69kB done 07:31:02 #15 DONE 0.1s 07:31:02 07:31:02 #16 [core-command internal] load .dockerignore 07:31:02 #16 transferring context: 50B done 07:31:02 #16 DONE 0.0s 07:31:02 07:31:02 #17 [security-proxy-auth internal] load .dockerignore 07:31:02 #17 transferring context: 50B done 07:31:02 #17 DONE 0.0s 07:31:02 07:31:02 #18 [security-spire-server internal] load .dockerignore 07:31:02 #18 transferring context: 50B done 07:31:02 #18 DONE 0.0s 07:31:02 07:31:02 #19 [core-keeper internal] load .dockerignore 07:31:02 #19 transferring context: 50B done 07:31:02 #19 DONE 0.1s 07:31:02 07:31:02 #20 [security-spiffe-token-provider internal] load .dockerignore 07:31:02 #20 transferring context: 50B done 07:31:02 #20 DONE 0.1s 07:31:02 07:31:02 #21 [support-notifications internal] load .dockerignore 07:31:02 #21 transferring context: 50B done 07:31:02 #21 DONE 0.1s 07:31:02 07:31:02 #22 [security-secretstore-setup internal] load .dockerignore 07:31:02 #22 transferring context: 50B done 07:31:02 #22 DONE 0.1s 07:31:02 07:31:02 #23 [support-scheduler internal] load .dockerignore 07:31:02 #23 transferring context: 50B done 07:31:02 #23 DONE 0.1s 07:31:02 07:31:02 #24 [security-spire-config internal] load .dockerignore 07:31:02 #24 transferring context: 50B done 07:31:02 #24 DONE 0.1s 07:31:02 07:31:02 #25 [security-proxy-setup internal] load .dockerignore 07:31:02 #25 transferring context: 50B done 07:31:02 #25 DONE 0.1s 07:31:02 07:31:02 #26 [security-spire-agent internal] load .dockerignore 07:31:02 #26 transferring context: 50B done 07:31:02 #26 DONE 0.1s 07:31:02 07:31:02 #27 [security-bootstrapper internal] load .dockerignore 07:31:02 #27 transferring context: 50B done 07:31:02 #27 DONE 0.1s 07:31:02 07:31:02 #28 [core-data internal] load .dockerignore 07:31:02 #28 transferring context: 50B done 07:31:02 #28 DONE 0.1s 07:31:02 07:31:02 #29 [core-metadata internal] load .dockerignore 07:31:02 #29 transferring context: 50B done 07:31:02 #29 DONE 0.1s 07:31:02 07:31:02 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:31:02 #30 DONE 0.0s 07:31:02 07:31:02 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 07:31:02 #31 DONE 0.1s 07:31:02 07:31:02 #32 [security-bootstrapper internal] load build definition from Dockerfile 07:31:02 #32 transferring dockerfile: 3.02kB done 07:31:02 #32 ... 07:31:02 07:31:02 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:31:02 #30 DONE 0.0s 07:31:02 07:31:02 #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:31:02 #30 DONE 0.0s 07:31:02 07:31:02 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:31:02 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:31:02 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:31:02 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:31:02 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:31:02 #33 DONE 0.2s 07:31:02 07:31:02 #34 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:31:02 #34 ... 07:31:02 07:31:02 #30 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:31:02 #30 DONE 0.0s 07:31:02 07:31:02 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:31:02 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:31:02 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:31:02 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:31:02 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:31:02 #33 DONE 0.2s 07:31:03 07:31:03 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:31:03 #30 DONE 0.0s 07:31:03 07:31:03 #31 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 07:31:03 #31 DONE 0.4s 07:31:03 07:31:03 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:31:03 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:31:03 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:31:03 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:31:03 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:31:03 #33 DONE 0.2s 07:31:03 07:31:03 #35 [core-data internal] load build context 07:31:08 #35 ... 07:31:08 07:31:08 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:31:08 #36 DONE 4.6s 07:31:08 07:31:08 #35 [core-data internal] load build context 07:31:08 #35 transferring context: 176.65MB 4.2s 07:31:12 #35 ... 07:31:12 07:31:12 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:31:12 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:31:12 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:31:12 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:31:12 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:31:12 #33 DONE 0.2s 07:31:12 07:31:12 #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:31:12 #37 DONE 9.2s 07:31:12 07:31:12 #35 [core-data internal] load build context 07:31:12 #35 transferring context: 483.67MB 9.3s 07:31:12 #35 ... 07:31:12 07:31:12 #38 [core-common-config-bootstrapper internal] load build context 07:31:12 #38 ... 07:31:12 07:31:12 #39 [security-proxy-auth internal] load build context 07:31:12 #39 ... 07:31:12 07:31:12 #40 [security-proxy-setup internal] load build context 07:31:12 #40 transferring context: 508.26MB 9.5s done 07:31:12 #40 ... 07:31:12 07:31:12 #41 [support-scheduler internal] load build context 07:31:12 #41 transferring context: 508.26MB 9.7s done 07:31:13 #41 ... 07:31:13 07:31:13 #42 [core-metadata internal] load build context 07:31:13 #42 transferring context: 508.26MB 8.8s done 07:31:13 #42 ... 07:31:13 07:31:13 #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:31:13 #43 ... 07:31:13 07:31:13 #44 [support-notifications internal] load build context 07:31:13 #44 transferring context: 508.26MB 8.6s done 07:31:13 #44 ... 07:31:13 07:31:13 #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:31:13 #45 ... 07:31:13 07:31:13 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:31:13 #46 ... 07:31:13 07:31:13 #47 [security-bootstrapper internal] load build context 07:31:13 #47 transferring context: 508.26MB 9.9s done 07:31:13 #47 ... 07:31:13 07:31:13 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:31:13 #48 ... 07:31:13 07:31:13 #49 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:31:13 #0 7.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:13 #0 7.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:13 #0 7.496 (1/1) Installing dumb-init (1.2.5-r3) 07:31:13 #0 7.503 Executing busybox-1.36.1-r29.trigger 07:31:13 #0 7.513 OK: 8 MiB in 15 packages 07:31:14 #49 ... 07:31:14 07:31:14 #50 [security-secretstore-setup internal] load build context 07:31:14 #50 transferring context: 508.26MB 8.7s done 07:31:14 #50 ... 07:31:14 07:31:14 #51 [security-spiffe-token-provider internal] load build context 07:31:14 #51 transferring context: 508.26MB 9.5s done 07:31:14 #51 ... 07:31:14 07:31:14 #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:14 #52 ... 07:31:14 07:31:14 #53 [core-command internal] load build context 07:31:14 #53 transferring context: 508.26MB 11.4s done 07:31:14 #53 ... 07:31:14 07:31:14 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:31:14 #54 ... 07:31:14 07:31:14 #34 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:31:14 #34 0.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:14 #34 1.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:14 #34 1.800 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:31:14 #34 1.800 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:31:14 #34 1.800 OK: 24171 distinct packages available 07:31:14 #34 1.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:14 #34 1.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:14 #34 2.193 (1/14) Installing ca-certificates (20241121-r1) 07:31:14 #34 2.206 (2/14) Installing brotli-libs (1.1.0-r2) 07:31:14 #34 2.219 (3/14) Installing c-ares (1.33.1-r0) 07:31:14 #34 2.222 (4/14) Installing libunistring (1.2-r0) 07:31:14 #34 2.234 (5/14) Installing libidn2 (2.3.7-r0) 07:31:14 #34 2.240 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:31:14 #34 2.241 (7/14) Installing libpsl (0.21.5-r1) 07:31:14 #34 2.249 (8/14) Installing zstd-libs (1.5.6-r0) 07:31:14 #34 2.258 (9/14) Installing libcurl (8.12.1-r0) 07:31:14 #34 2.267 (10/14) Installing curl (8.12.1-r0) 07:31:14 #34 2.276 (11/14) Installing dumb-init (1.2.5-r3) 07:31:14 #34 2.281 (12/14) Installing musl-obstack (1.2.3-r2) 07:31:14 #34 2.281 (13/14) Installing libucontext (1.2-r3) 07:31:14 #34 2.285 (14/14) Installing gcompat (1.1.0-r4) 07:31:14 #34 2.289 Executing busybox-1.36.1-r29.trigger 07:31:14 #34 2.305 Executing ca-certificates-20241121-r1.trigger 07:31:14 #34 2.345 OK: 13 MiB in 28 packages 07:31:14 #34 ... 07:31:14 07:31:14 #55 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 07:31:14 #55 ... 07:31:14 07:31:14 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:31:15 #56 ... 07:31:15 07:31:15 #57 [core-keeper internal] load build context 07:31:15 #57 transferring context: 508.26MB 11.1s done 07:31:21 #57 ... 07:31:21 07:31:21 #58 [security-spire-server internal] load build context 07:31:22 #58 ... 07:31:22 07:31:22 #59 [security-spire-agent internal] load build context 07:31:22 #59 ... 07:31:22 07:31:22 #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:22 #60 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:22 #60 ... 07:31:22 07:31:22 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:31:22 #61 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:31:22 #61 ... 07:31:22 07:31:22 #62 [security-spire-config internal] load build context 07:31:22 #62 ... 07:31:22 07:31:22 #39 [security-proxy-auth internal] load build context 07:31:22 #39 transferring context: 508.26MB 12.0s done 07:31:22 #39 ... 07:31:22 07:31:22 #35 [core-data internal] load build context 07:31:22 #35 transferring context: 508.26MB 9.5s done 07:31:23 #35 ... 07:31:23 07:31:23 #38 [core-common-config-bootstrapper internal] load build context 07:31:23 #38 transferring context: 508.26MB 11.0s done 07:31:41 #38 ... 07:31:41 07:31:41 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:31:49 #63 ... 07:31:49 07:31:49 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:31:49 #64 ... 07:31:49 07:31:49 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:49 #60 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 37.1s done 07:31:49 #60 ... 07:31:49 07:31:49 #42 [core-metadata internal] load build context 07:31:49 #42 DONE 45.9s 07:31:49 07:31:49 #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:49 #52 DONE 46.3s 07:31:49 07:31:49 #44 [support-notifications internal] load build context 07:31:49 #44 DONE 46.2s 07:31:49 07:31:49 #55 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 07:31:49 #55 DONE 46.6s 07:31:49 07:31:49 #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:49 #60 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 37.1s done 07:31:49 #60 ... 07:31:49 07:31:49 #50 [security-secretstore-setup internal] load build context 07:31:49 #50 DONE 46.2s 07:31:49 07:31:49 #34 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:31:49 #34 DONE 46.3s 07:31:49 07:31:49 #51 [security-spiffe-token-provider internal] load build context 07:31:49 #51 DONE 46.3s 07:31:49 07:31:49 #40 [security-proxy-setup internal] load build context 07:31:49 #40 DONE 46.3s 07:31:49 07:31:49 #41 [support-scheduler internal] load build context 07:31:49 #41 DONE 46.3s 07:31:49 07:31:49 #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:49 #60 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:31:49 #60 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 07:31:49 #60 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 07:31:49 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s 07:31:49 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.2s 07:31:49 #60 ... 07:31:49 07:31:49 #35 [core-data internal] load build context 07:31:49 #35 DONE 46.1s 07:31:49 07:31:49 #47 [security-bootstrapper internal] load build context 07:31:49 #47 DONE 46.1s 07:31:49 07:31:49 #57 [core-keeper internal] load build context 07:31:49 #57 DONE 46.5s 07:31:49 07:31:49 #49 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:31:49 #49 DONE 46.6s 07:31:49 07:31:49 #38 [core-common-config-bootstrapper internal] load build context 07:31:49 #38 DONE 46.6s 07:31:49 07:31:49 #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:49 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 07:31:49 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:31:49 #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 07:31:49 #60 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s 07:31:49 #60 ... 07:31:49 07:31:49 #53 [core-command internal] load build context 07:31:49 #53 DONE 46.6s 07:31:49 07:31:49 #39 [security-proxy-auth internal] load build context 07:31:49 #39 DONE 46.6s 07:31:49 07:31:49 #59 [security-spire-agent internal] load build context 07:31:49 #59 transferring context: 23.33kB done 07:31:49 #59 DONE 37.5s 07:31:49 07:31:49 #58 [security-spire-server internal] load build context 07:31:49 #58 transferring context: 23.80kB done 07:31:49 #58 DONE 37.5s 07:31:49 07:31:49 #62 [security-spire-config internal] load build context 07:31:49 #62 transferring context: 22.05kB done 07:31:49 #62 DONE 37.5s 07:31:49 07:31:49 #65 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 07:31:49 #65 DONE 0.5s 07:31:49 07:31:49 #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:49 #60 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done 07:31:49 #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 07:31:49 #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.4s 07:31:49 #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 9.44MB / 36.47MB 0.5s 07:31:49 #60 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 07:31:49 #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 15.73MB / 36.47MB 0.6s 07:31:49 #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 26.21MB / 36.47MB 0.7s 07:31:49 #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s 07:31:50 #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.1s done 07:31:50 #60 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 07:31:51 #60 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.1s done 07:31:52 #60 ... 07:31:52 07:31:52 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:31:52 #46 46.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:52 #46 46.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:52 #46 46.84 (1/1) Installing dumb-init (1.2.5-r3) 07:31:52 #46 46.84 Executing busybox-1.36.1-r29.trigger 07:31:52 #46 46.85 OK: 8 MiB in 15 packages 07:31:52 #46 DONE 49.0s 07:31:52 07:31:52 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:31:52 #48 46.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:52 #48 46.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:52 #48 47.23 (1/3) Installing ca-certificates (20241121-r1) 07:31:52 #48 47.25 (2/3) Installing dumb-init (1.2.5-r3) 07:31:52 #48 47.25 (3/3) Installing tzdata (2025b-r0) 07:31:52 #48 47.30 Executing busybox-1.36.1-r29.trigger 07:31:52 #48 47.31 Executing ca-certificates-20241121-r1.trigger 07:31:52 #48 47.38 OK: 10 MiB in 17 packages 07:31:52 #48 DONE 49.4s 07:31:52 07:31:52 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:31:52 #56 46.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:52 #56 47.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:52 #56 48.03 (1/7) Installing ca-certificates (20241121-r1) 07:31:52 #56 48.04 (2/7) Installing dumb-init (1.2.5-r3) 07:31:52 #56 48.05 (3/7) Installing libgcc (13.2.1_git20240309-r1) 07:31:52 #56 48.05 (4/7) Installing libsodium (1.0.19-r0) 07:31:52 #56 48.06 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 07:31:52 #56 48.08 (6/7) Installing libzmq (4.3.5-r2) 07:31:52 #56 48.09 (7/7) Installing zeromq (4.3.5-r2) 07:31:52 #56 48.09 Executing busybox-1.36.1-r29.trigger 07:31:52 #56 48.10 Executing ca-certificates-20241121-r1.trigger 07:31:52 #56 48.55 OK: 12 MiB in 21 packages 07:31:52 #56 DONE 49.4s 07:31:52 07:31:52 #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:31:52 #45 46.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:52 #45 46.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:52 #45 46.88 (1/2) Installing dumb-init (1.2.5-r3) 07:31:52 #45 46.88 (2/2) Installing su-exec (0.2-r3) 07:31:52 #45 46.89 Executing busybox-1.36.1-r29.trigger 07:31:52 #45 46.89 OK: 8 MiB in 16 packages 07:31:52 #45 DONE 49.0s 07:31:52 07:31:52 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:31:52 #54 46.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:52 #54 46.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:52 #54 47.22 (1/4) Installing dumb-init (1.2.5-r3) 07:31:52 #54 47.22 (2/4) Installing openssl (3.3.3-r0) 07:31:52 #54 47.23 (3/4) Installing su-exec (0.2-r3) 07:31:52 #54 47.24 (4/4) Installing yq-go (4.44.1-r2) 07:31:52 #54 47.40 Executing busybox-1.36.1-r29.trigger 07:31:52 #54 47.41 OK: 19 MiB in 18 packages 07:31:52 #54 DONE 49.4s 07:31:52 07:31:52 #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:31:52 #43 46.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:52 #43 46.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:52 #43 47.23 (1/4) Installing ca-certificates (20241121-r1) 07:31:52 #43 47.24 (2/4) Installing dumb-init (1.2.5-r3) 07:31:52 #43 47.24 (3/4) Installing su-exec (0.2-r3) 07:31:52 #43 47.25 (4/4) Installing yq-go (4.44.1-r2) 07:31:52 #43 47.39 Executing busybox-1.36.1-r29.trigger 07:31:52 #43 47.39 Executing ca-certificates-20241121-r1.trigger 07:31:52 #43 47.43 OK: 19 MiB in 18 packages 07:31:52 #43 DONE 49.4s 07:31:52 07:31:52 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:31:52 #61 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 37.1s done 07:31:52 #61 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 07:31:52 #61 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 07:31:52 #61 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 07:31:52 #61 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 07:31:52 #61 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:31:52 #61 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 07:31:52 #61 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 07:31:52 #61 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done 07:31:52 #61 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 07:31:52 #61 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 07:31:52 #61 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done 07:31:53 #61 ... 07:31:53 07:31:53 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:31:53 #63 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #63 11.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #63 11.31 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:31:53 #63 11.31 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:31:53 #63 11.31 OK: 24171 distinct packages available 07:31:53 #63 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #63 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #63 11.70 (1/4) Installing dumb-init (1.2.5-r3) 07:31:53 #63 11.71 (2/4) Installing musl-obstack (1.2.3-r2) 07:31:53 #63 11.71 (3/4) Installing libucontext (1.2-r3) 07:31:53 #63 11.71 (4/4) Installing gcompat (1.1.0-r4) 07:31:53 #63 11.72 Executing busybox-1.36.1-r29.trigger 07:31:53 #63 11.73 OK: 8 MiB in 18 packages 07:31:53 #63 DONE 11.9s 07:31:53 07:31:53 #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:31:53 #60 ... 07:31:53 07:31:53 #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:31:53 #0 4.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.345 OK: 13 MiB in 28 packages 07:31:53 #66 DONE 4.5s 07:31:53 07:31:53 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:31:53 #64 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #64 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #64 11.85 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:31:53 #64 11.85 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:31:53 #64 11.85 OK: 24171 distinct packages available 07:31:53 #64 ... 07:31:53 07:31:53 #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade 07:31:53 #0 4.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.692 OK: 8 MiB in 15 packages 07:31:53 #67 DONE 4.8s 07:31:53 07:31:53 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:31:53 #64 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #64 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #64 ... 07:31:53 07:31:53 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:31:53 #0 4.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.517 OK: 248 MiB in 58 packages 07:31:53 #68 DONE 4.7s 07:31:53 07:31:53 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:31:53 #0 4.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:53 #0 4.509 OK: 248 MiB in 58 packages 07:31:53 #69 DONE 4.7s 07:31:53 07:31:53 #70 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:31:53 #70 DONE 0.1s 07:31:54 07:31:54 #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:31:54 #71 DONE 0.1s 07:31:54 07:31:54 #72 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:31:54 #0 4.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:54 #0 4.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:54 #0 4.658 OK: 248 MiB in 58 packages 07:31:54 #72 DONE 5.0s 07:31:54 07:31:54 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:31:54 #64 12.31 (1/5) Installing dumb-init (1.2.5-r3) 07:31:54 #64 12.32 (2/5) Installing musl-obstack (1.2.3-r2) 07:31:54 #64 12.32 (3/5) Installing libucontext (1.2-r3) 07:31:54 #64 12.32 (4/5) Installing gcompat (1.1.0-r4) 07:31:54 #64 12.33 (5/5) Installing openssl (3.3.3-r0) 07:31:54 #64 ... 07:31:54 07:31:54 #73 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:31:54 #73 DONE 0.1s 07:31:54 07:31:54 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:31:54 #64 12.34 Executing busybox-1.36.1-r29.trigger 07:31:54 #64 12.35 OK: 9 MiB in 19 packages 07:31:54 #64 DONE 12.5s 07:31:54 07:31:54 #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:31:54 #74 ... 07:31:54 07:31:54 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:54 #75 DONE 5.2s 07:31:54 07:31:54 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:31:55 #76 ... 07:31:55 07:31:55 #77 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:31:55 #0 5.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:55 #0 5.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:55 #0 5.656 OK: 248 MiB in 58 packages 07:31:55 #77 DONE 5.8s 07:31:55 07:31:55 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:31:55 #0 2.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:55 #0 2.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:55 #0 2.758 OK: 8 MiB in 15 packages 07:31:55 #78 DONE 2.9s 07:31:55 07:31:55 #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:31:55 #79 DONE 0.1s 07:31:55 07:31:55 #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:31:55 #80 ... 07:31:55 07:31:55 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:31:55 #0 2.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:55 #0 2.754 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:55 #0 3.042 OK: 8 MiB in 16 packages 07:31:55 #81 DONE 3.1s 07:31:55 07:31:55 #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:31:55 #82 ... 07:31:55 07:31:55 #83 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:31:55 #0 5.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:55 #0 5.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:55 #0 5.573 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:31:55 #0 5.573 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:31:55 #0 5.573 OK: 24171 distinct packages available 07:31:55 #0 5.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:55 #0 5.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:55 #0 6.135 OK: 248 MiB in 58 packages 07:31:55 #83 DONE 6.3s 07:31:55 07:31:55 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:31:55 #0 2.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:55 #0 2.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:55 #0 3.203 OK: 12 MiB in 21 packages 07:31:55 #84 DONE 3.3s 07:31:55 07:31:55 #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:31:55 #85 DONE 0.1s 07:31:55 07:31:55 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:31:56 #86 ... 07:31:56 07:31:56 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:31:56 #0 3.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:56 #0 3.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:56 #0 3.593 OK: 10 MiB in 17 packages 07:31:56 #87 DONE 3.7s 07:31:56 07:31:56 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:31:56 #0 3.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:56 #0 3.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:56 #88 4.005 OK: 19 MiB in 18 packages 07:31:56 #88 DONE 4.1s 07:31:56 07:31:56 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:31:56 #0 3.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:56 #0 3.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:56 #89 3.765 OK: 8 MiB in 18 packages 07:31:56 #89 DONE 3.9s 07:31:56 07:31:56 #90 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:31:56 #0 3.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:56 #0 4.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:56 #0 4.329 OK: 19 MiB in 18 packages 07:31:56 #90 DONE 4.4s 07:31:56 07:31:56 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:31:56 #91 DONE 0.1s 07:31:56 07:31:56 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:31:58 #92 DONE 1.2s 07:31:58 07:31:58 #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:31:58 #93 DONE 0.1s 07:31:58 07:31:58 #94 [security-spire-config stage-2 6/10] COPY security.txt / 07:31:58 #94 DONE 0.1s 07:31:58 07:31:58 #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:31:58 #95 DONE 0.1s 07:31:58 07:31:58 #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:31:58 #74 3.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:58 #74 3.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:58 #74 ... 07:31:58 07:31:58 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:31:58 #96 DONE 0.1s 07:31:58 07:31:58 #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:31:58 #82 DONE 2.8s 07:31:58 07:31:58 #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:31:58 #97 DONE 0.0s 07:31:58 07:31:58 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:31:58 #98 DONE 0.1s 07:31:58 07:31:58 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:31:58 #76 3.880 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:58 #76 ... 07:31:58 07:31:58 #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:31:58 #74 4.013 OK: 9 MiB in 19 packages 07:31:58 #74 DONE 4.1s 07:31:58 07:31:58 #99 [security-spire-config] exporting to image 07:31:58 #99 exporting layers 07:31:59 #99 ... 07:31:59 07:31:59 #100 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:31:59 #0 4.082 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:31:59 #0 9.363 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:31:59 #100 ... 07:31:59 07:31:59 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:32:00 #101 DONE 1.5s 07:32:00 07:32:00 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:32:00 #102 DONE 1.5s 07:32:00 07:32:00 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:32:00 #103 DONE 0.1s 07:32:00 07:32:00 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:32:00 #104 ... 07:32:00 07:32:00 #99 [security-spire-config] exporting to image 07:32:00 #99 exporting layers 1.8s done 07:32:00 #99 writing image sha256:303c05fba7926ad4c9550d232892b111c461c41f31ac6c9448028cd1e8d481a7 done 07:32:00 #99 naming to docker.io/library/security-spire-config done 07:32:00 #99 DONE 1.8s 07:32:00 07:32:00 #105 [security-spire-server stage-2 6/9] COPY security.txt / 07:32:01 #105 ... 07:32:01 07:32:01 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:32:01 #104 DONE 1.1s 07:32:01 07:32:01 #105 [security-spire-server stage-2 6/9] COPY security.txt / 07:32:01 #105 DONE 1.0s 07:32:01 07:32:01 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:32:01 #106 DONE 0.1s 07:32:01 07:32:01 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:32:01 #107 DONE 0.1s 07:32:01 07:32:01 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 07:32:01 #108 DONE 0.1s 07:32:01 07:32:01 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:32:01 #109 DONE 0.1s 07:32:01 07:32:01 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:32:01 #110 DONE 0.1s 07:32:01 07:32:01 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:32:01 #111 DONE 0.1s 07:32:01 07:32:01 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:32:01 #112 DONE 0.0s 07:32:01 07:32:01 #99 [security-spire-server] exporting to image 07:32:01 #99 ... 07:32:01 07:32:01 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:32:01 #113 DONE 0.1s 07:32:01 07:32:01 #99 [security-spire-agent] exporting to image 07:32:02 #99 exporting layers 0.7s done 07:32:02 #99 writing image sha256:8520194a75a714f8cd9f1e7f9c02ee0ba35fb439450743bba54ac14a69b3b70d done 07:32:02 #99 naming to docker.io/library/security-spire-server done 07:32:02 #99 writing image sha256:d2bc7d69781e2f58692e0761c29e91db1b60e98fea7376de2fcefbb1671e8563 done 07:32:02 #99 naming to docker.io/library/security-spire-agent done 07:32:02 #99 DONE 2.6s 07:32:02 07:32:02 #100 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:32:02 #100 12.80 (1/1) Installing dumb-init (1.2.5-r3) 07:32:03 #100 14.41 Executing busybox-1.36.1-r29.trigger 07:32:03 #100 14.42 OK: 8 MiB in 15 packages 07:32:03 #100 DONE 14.6s 07:32:03 07:32:03 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:32:03 #76 6.623 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:32:04 #76 ... 07:32:04 07:32:04 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:04 #114 ... 07:32:04 07:32:04 #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:04 #115 ... 07:32:04 07:32:04 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:04 #116 ... 07:32:04 07:32:04 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:32:04 #76 10.05 OK: 248 MiB in 58 packages 07:32:04 #76 DONE 10.2s 07:32:04 07:32:04 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:32:04 #61 ... 07:32:04 07:32:04 #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:32:04 #117 DONE 0.0s 07:32:04 07:32:04 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:17 Removing intermediate container c8102ab39e3b 07:32:17 ---> efb74e36edcb 07:32:17 Successfully built efb74e36edcb 07:32:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:18 + docker inspect -f . ci-base-image-arm64 07:32:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:32:18 prd-ubuntu20.04-docker-arm64-4c-16g-4111 does not seem to be running inside a container 07:32:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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 07:32:19 $ docker top d21d89258788281e2e8342f3df0d6d5ee19a41757f0109ba37245fffc713f9d0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:20 + go version 07:32:20 go version go1.23.9 linux/arm64 [Pipeline] } 07:32:20 $ docker stop --time=1 d21d89258788281e2e8342f3df0d6d5ee19a41757f0109ba37245fffc713f9d0 07:32:22 $ docker rm -f --volumes d21d89258788281e2e8342f3df0d6d5ee19a41757f0109ba37245fffc713f9d0 [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 07:32:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:22 07:32:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:23 latest: Pulling from edgex-devops/edgex-compose-arm64 07:32:23 547446be3368: Pulling fs layer 07:32:23 d125d8839a47: Pulling fs layer 07:32:23 3e85d5ac6304: Pulling fs layer 07:32:23 c3105a71a48b: Pulling fs layer 07:32:23 0f093f025ec4: Pulling fs layer 07:32:23 c3106fc0e877: Pulling fs layer 07:32:23 c3105a71a48b: Waiting 07:32:23 0f093f025ec4: Waiting 07:32:23 c3106fc0e877: Waiting 07:32:23 547446be3368: Verifying Checksum 07:32:23 547446be3368: Download complete 07:32:23 c3105a71a48b: Verifying Checksum 07:32:23 c3105a71a48b: Download complete 07:32:23 d125d8839a47: Verifying Checksum 07:32:23 d125d8839a47: Download complete 07:32:23 c3106fc0e877: Verifying Checksum 07:32:23 c3106fc0e877: Download complete 07:32:23 0f093f025ec4: Verifying Checksum 07:32:23 0f093f025ec4: Download complete 07:32:24 547446be3368: Pull complete 07:32:25 d125d8839a47: Pull complete 07:32:25 3e85d5ac6304: Verifying Checksum 07:32:25 3e85d5ac6304: Download complete 07:32:35 3e85d5ac6304: Pull complete 07:32:35 c3105a71a48b: Pull complete 07:32:36 0f093f025ec4: Pull complete 07:32:36 c3106fc0e877: Pull complete 07:32:36 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 07:32:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:32:36 prd-ubuntu20.04-docker-arm64-4c-16g-4111 does not seem to be running inside a container 07:32:36 $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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 07:32:39 $ docker top 34fac2e6de16ef221843978d26c05582147afac61c647d74da5eeef59afb7971 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:39 + docker compose -f ./docker-compose-build.yml build --parallel 07:32:49 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:32:49 #1 transferring dockerfile: 2.23kB done 07:32:49 #1 DONE 0.1s 07:32:49 07:32:49 #2 [support-scheduler internal] load build definition from Dockerfile 07:32:49 #2 transferring dockerfile: 1.83kB done 07:32:49 #2 DONE 0.0s 07:32:49 07:32:49 #3 [core-metadata internal] load build definition from Dockerfile 07:32:49 #3 transferring dockerfile: 2.10kB done 07:32:49 #3 DONE 0.0s 07:32:49 07:32:49 #4 [security-spire-server internal] load build definition from Dockerfile 07:32:49 #4 transferring dockerfile: 1.70kB done 07:32:49 #4 DONE 0.1s 07:32:49 07:32:49 #5 [security-proxy-setup internal] load build definition from Dockerfile 07:32:49 #5 transferring dockerfile: 2.50kB done 07:32:49 #5 DONE 0.1s 07:32:49 07:32:49 #6 [security-secretstore-setup internal] load build definition from Dockerfile 07:32:49 #6 transferring dockerfile: 2.49kB done 07:32:49 #6 DONE 0.1s 07:32:49 07:32:49 #7 [security-spire-agent internal] load build definition from Dockerfile 07:32:49 #7 transferring dockerfile: 1.81kB 0.0s done 07:32:49 #7 DONE 0.1s 07:32:49 07:32:49 #8 [security-spire-config internal] load build definition from Dockerfile 07:32:49 #8 transferring dockerfile: 1.69kB 0.0s done 07:32:49 #8 DONE 0.1s 07:32:49 07:32:49 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:32:49 #9 transferring dockerfile: 1.89kB done 07:32:49 #9 DONE 0.1s 07:32:49 07:32:49 #10 [core-data internal] load build definition from Dockerfile 07:32:49 #10 transferring dockerfile: 2.04kB done 07:32:49 #10 DONE 0.1s 07:32:49 07:32:49 #11 [core-keeper internal] load build definition from Dockerfile 07:32:49 #11 transferring dockerfile: 2.01kB 0.0s done 07:32:49 #11 DONE 0.1s 07:32:49 07:32:49 #12 [core-command internal] load build definition from Dockerfile 07:32:49 #12 transferring dockerfile: 1.94kB done 07:32:49 #12 DONE 0.1s 07:32:49 07:32:49 #13 [security-proxy-auth internal] load build definition from Dockerfile 07:32:49 #13 transferring dockerfile: 2.14kB done 07:32:49 #13 DONE 0.1s 07:32:49 07:32:49 #14 [support-notifications internal] load build definition from Dockerfile 07:32:49 #14 transferring dockerfile: 2.00kB 0.0s done 07:32:49 #14 DONE 0.1s 07:32:49 07:32:49 #15 [security-bootstrapper internal] load build definition from Dockerfile 07:32:49 #15 transferring dockerfile: 3.02kB 0.0s done 07:32:49 #15 DONE 0.1s 07:32:49 07:32:49 #16 [core-common-config-bootstrapper internal] load .dockerignore 07:32:49 #16 transferring context: 07:32:49 #16 transferring context: 50B 0.0s done 07:32:49 #16 DONE 0.1s 07:32:50 07:32:50 #17 [support-scheduler internal] load .dockerignore 07:32:50 #17 transferring context: 50B done 07:32:50 #17 DONE 0.0s 07:32:50 07:32:50 #18 [core-metadata internal] load .dockerignore 07:32:50 #18 transferring context: 50B done 07:32:50 #18 DONE 0.0s 07:32:50 07:32:50 #19 [security-spire-server internal] load .dockerignore 07:32:50 #19 transferring context: 50B done 07:32:50 #19 DONE 0.1s 07:32:50 07:32:50 #20 [security-proxy-setup internal] load .dockerignore 07:32:50 #20 transferring context: 50B done 07:32:50 #20 DONE 0.1s 07:32:50 07:32:50 #21 [security-secretstore-setup internal] load .dockerignore 07:32:50 #21 transferring context: 50B done 07:32:50 #21 DONE 0.1s 07:32:50 07:32:50 #22 [security-spire-agent internal] load .dockerignore 07:32:50 #22 transferring context: 50B 0.0s done 07:32:50 #22 DONE 0.1s 07:32:50 07:32:50 #23 [security-spire-config internal] load .dockerignore 07:32:51 #23 transferring context: 50B done 07:32:51 #23 DONE 0.1s 07:32:51 07:32:51 #24 [security-spiffe-token-provider internal] load .dockerignore 07:32:51 #24 transferring context: 50B 0.0s done 07:32:51 #24 DONE 0.1s 07:32:51 07:32:51 #25 [core-data internal] load .dockerignore 07:32:51 #25 transferring context: 50B 0.0s done 07:32:51 #25 DONE 0.1s 07:32:51 07:32:51 #26 [core-keeper internal] load .dockerignore 07:32:51 #26 transferring context: 50B done 07:32:51 #26 DONE 0.1s 07:32:51 07:32:51 #27 [core-command internal] load .dockerignore 07:32:51 #27 transferring context: 50B done 07:32:51 #27 DONE 0.1s 07:32:51 07:32:51 #28 [security-proxy-auth internal] load .dockerignore 07:32:51 #28 transferring context: 50B done 07:32:51 #28 DONE 0.1s 07:32:51 07:32:51 #29 [support-notifications internal] load .dockerignore 07:32:51 #29 transferring context: 50B done 07:32:51 #29 DONE 0.0s 07:32:51 07:32:51 #30 [security-bootstrapper internal] load .dockerignore 07:32:51 #30 transferring context: 50B done 07:32:51 #30 DONE 0.1s 07:32:51 07:32:51 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:51 #31 DONE 0.0s 07:32:51 07:32:51 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 07:32:51 #118 ... 07:32:51 07:32:51 #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:51 #80 DONE 51.8s 07:32:51 07:32:51 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:51 #114 DONE 52.9s 07:32:51 07:32:51 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:51 #116 DONE 52.9s 07:32:51 07:32:51 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:51 #86 DONE 51.3s 07:32:51 07:32:51 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:51 #118 DONE 42.2s 07:32:51 07:32:51 #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:51 #115 DONE 52.8s 07:32:51 07:32:51 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 07:32:52 #32 DONE 0.6s 07:32:52 07:32:52 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:52 #31 DONE 0.0s 07:32:52 07:32:52 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:52 #31 DONE 0.0s 07:32:52 07:32:52 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:52 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:52 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:52 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:52 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:52 #33 ... 07:32:52 07:32:52 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:52 #31 DONE 0.0s 07:32:52 07:32:52 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:52 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:52 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:52 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:52 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:52 #33 ... 07:32:52 07:32:52 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:52 #31 DONE 0.0s 07:32:52 07:32:52 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:52 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:52 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:52 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:52 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:52 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:52 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:52 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:52 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:52 #33 DONE 1.4s 07:32:52 07:32:52 #34 [support-scheduler internal] load build context 07:32:53 #34 ... 07:32:53 07:32:53 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:53 #31 DONE 0.0s 07:32:53 07:32:53 #34 [support-scheduler internal] load build context 07:32:53 #34 transferring context: 3.23MB 1.2s done 07:32:53 #34 ... 07:32:53 07:32:53 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:53 #31 DONE 0.0s 07:32:53 07:32:53 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:53 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:53 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:53 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:53 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:53 #33 DONE 1.4s 07:32:53 07:32:53 #34 [support-scheduler internal] load build context 07:32:53 #34 DONE 1.5s 07:32:53 07:32:53 #35 [core-data internal] load build context 07:32:53 #35 ... 07:32:53 07:32:53 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:53 #31 DONE 0.0s 07:32:53 07:32:53 #36 [core-common-config-bootstrapper internal] load build context 07:32:53 #36 transferring context: 3.23MB 1.2s done 07:32:53 #36 DONE 1.6s 07:32:53 07:32:53 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:53 #31 DONE 0.0s 07:32:53 07:32:53 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 07:32:54 #32 ... 07:32:54 07:32:54 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:54 #31 DONE 0.0s 07:32:54 07:32:54 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 07:32:54 #32 ... 07:32:54 07:32:54 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:32:54 #31 DONE 0.0s 07:32:54 07:32:54 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 07:32:54 #32 DONE 2.0s 07:32:54 07:32:54 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:54 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:54 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:54 #33 DONE 1.5s 07:32:54 07:32:54 #37 [security-bootstrapper internal] load build context 07:32:54 #37 ... 07:32:54 07:32:54 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:54 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:54 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:54 #33 DONE 1.5s 07:32:54 07:32:54 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:32:54 #38 DONE 2.1s 07:32:54 07:32:54 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:32:54 #39 DONE 1.6s 07:32:54 07:32:54 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:32:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:32:54 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:32:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:32:54 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:32:54 #33 DONE 1.5s 07:32:54 07:32:54 #40 [security-spire-agent internal] load build context 07:32:54 #40 DONE 0.0s 07:32:54 07:32:54 #41 [core-metadata internal] load build context 07:32:54 #41 transferring context: 3.23MB 1.1s done 07:32:54 #41 DONE 2.1s 07:32:54 07:32:54 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:32:54 #42 DONE 0.0s 07:32:54 07:32:54 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:32:54 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:32:54 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.5s done 07:32:54 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.5s done 07:32:54 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:32:54 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 07:32:55 #43 ... 07:32:55 07:32:55 #44 [security-proxy-setup internal] load build context 07:32:55 #44 transferring context: 3.23MB 1.1s done 07:32:55 #44 DONE 2.3s 07:32:55 07:32:55 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:32:55 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 07:32:55 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 07:32:55 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 07:32:56 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 07:32:56 #43 ... 07:32:56 07:32:56 #45 [security-secretstore-setup internal] load build context 07:32:56 #45 transferring context: 3.23MB 1.1s done 07:32:56 #45 DONE 3.3s 07:32:56 07:32:56 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:32:56 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:32:56 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s 07:32:56 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 07:32:56 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 07:32:57 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 07:32:57 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 07:32:57 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.9s 07:32:57 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.9s 07:32:57 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.1s done 07:32:57 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.1s done 07:32:58 #119 ... 07:32:58 07:32:58 #120 [security-spiffe-token-provider builder 6/7] COPY . . 07:32:58 #120 ... 07:32:58 07:32:58 #121 [security-proxy-setup builder 6/7] COPY . . 07:32:58 #121 ... 07:32:58 07:32:58 #122 [core-keeper builder 7/8] COPY . . 07:32:58 #122 ... 07:32:58 07:32:58 #123 [support-scheduler builder 6/7] COPY . . 07:32:58 #123 ... 07:32:58 07:32:58 #124 [support-notifications builder 6/7] COPY . . 07:32:58 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.6s 07:32:58 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.0s 07:32:59 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.98MB / 33.17MB 3.7s 07:32:59 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 07:33:00 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.5s done 07:33:00 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.8s 07:33:01 #43 ... 07:33:01 07:33:01 #46 [security-spire-config internal] load build context 07:33:01 #46 transferring context: 22.05kB 0.6s done 07:33:01 #46 DONE 6.7s 07:33:01 07:33:01 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:01 #43 ... 07:33:01 07:33:01 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:33:01 #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.4s done 07:33:01 #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 07:33:01 #42 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 07:33:01 #42 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 07:33:01 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 07:33:01 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 07:33:01 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.30MB / 14.28MB 5.5s 07:33:01 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.5s done 07:33:01 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.3s done 07:33:01 #42 ... 07:33:01 07:33:01 #47 [security-spire-server internal] load build context 07:33:01 #47 transferring context: 23.80kB 0.8s done 07:33:01 #47 DONE 6.9s 07:33:01 07:33:01 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:01 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.27MB / 33.17MB 6.1s 07:33:02 #43 ... 07:33:02 07:33:02 #48 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:33:02 #48 ... 07:33:02 07:33:02 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:02 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 6.6s 07:33:02 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 07:33:02 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 07:33:02 #43 ... 07:33:02 07:33:02 #48 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:33:02 #48 DONE 11.3s 07:33:02 07:33:02 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:02 #43 ... 07:33:02 07:33:02 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:33:02 #0 8.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:02 #0 9.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:03 #49 ... 07:33:03 07:33:03 #40 [security-spire-agent internal] load build context 07:33:03 #40 transferring context: 23.33kB 0.2s done 07:33:03 #40 DONE 8.6s 07:33:03 07:33:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:03 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 7.4s 07:33:03 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 7.6s 07:33:03 #43 ... 07:33:03 07:33:03 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:33:03 #0 8.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:03 #0 9.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:03 #50 ... 07:33:03 07:33:03 #51 [security-spiffe-token-provider internal] load build context 07:33:03 #51 transferring context: 3.23MB 6.3s done 07:33:03 #51 DONE 10.0s 07:33:03 07:33:03 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:33:03 #0 8.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:03 #0 9.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:03 #52 ... 07:33:03 07:33:03 #53 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:33:03 #0 7.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:03 #0 8.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:03 #53 ... 07:33:03 07:33:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:03 #43 ... 07:33:03 07:33:03 #35 [core-data internal] load build context 07:33:03 #35 transferring context: 3.23MB 6.9s done 07:33:03 #35 DONE 10.3s 07:33:03 07:33:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:03 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 8.2s 07:33:03 #43 ... 07:33:03 07:33:03 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:33:03 #0 8.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:03 #0 9.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:04 #54 ... 07:33:04 07:33:04 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:33:04 #0 7.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:04 #0 9.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:04 #55 ... 07:33:04 07:33:04 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:04 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 8.7s 07:33:04 #43 ... 07:33:04 07:33:04 #56 [support-notifications internal] load build context 07:33:04 #56 ... 07:33:04 07:33:04 #37 [security-bootstrapper internal] load build context 07:33:04 #37 transferring context: 3.23MB 5.9s done 07:33:04 #37 DONE 10.1s 07:33:04 07:33:04 #56 [support-notifications internal] load build context 07:33:04 #56 ... 07:33:04 07:33:04 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:33:04 #57 ... 07:33:04 07:33:04 #58 [core-command internal] load build context 07:33:04 #58 ... 07:33:04 07:33:04 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:33:04 #0 9.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:04 #59 ... 07:33:04 07:33:04 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:33:05 #60 ... 07:33:05 07:33:05 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:33:05 #0 9.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:05 #61 ... 07:33:05 07:33:05 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:33:05 #60 DONE 10.5s 07:33:05 07:33:05 #62 [core-keeper internal] load build context 07:33:05 #62 ... 07:33:05 07:33:05 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:33:05 #0 8.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:05 #0 9.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:05 #63 ... 07:33:05 07:33:05 #64 [security-proxy-auth internal] load build context 07:33:05 #64 transferring context: 3.23MB 6.3s done 07:33:05 #64 ... 07:33:05 07:33:05 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:05 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.79MB / 33.17MB 9.7s 07:33:05 #43 ... 07:33:05 07:33:05 #65 [support-scheduler builder 2/7] WORKDIR /edgex-go 07:33:05 #65 DONE 3.1s 07:33:05 07:33:05 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:05 #43 ... 07:33:05 07:33:05 #64 [security-proxy-auth internal] load build context 07:33:05 #64 DONE 11.3s 07:33:05 07:33:05 #58 [core-command internal] load build context 07:33:05 #58 transferring context: 3.23MB 7.1s done 07:33:05 #58 DONE 11.3s 07:33:05 07:33:05 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:05 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 10.0s 07:33:05 #43 ... 07:33:05 07:33:05 #56 [support-notifications internal] load build context 07:33:05 #56 transferring context: 3.23MB 7.0s done 07:33:05 #56 DONE 11.4s 07:33:05 07:33:05 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:05 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 10.3s 07:33:06 #43 ... 07:33:06 07:33:06 #62 [core-keeper internal] load build context 07:33:06 #62 transferring context: 3.23MB 6.9s done 07:33:06 #62 DONE 11.7s 07:33:06 07:33:06 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:06 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.7s 07:33:06 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.9s done 07:33:06 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.9s done 07:33:09 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 07:33:10 #124 DONE 21.3s 07:33:10 07:33:10 #125 [core-metadata builder 6/7] COPY . . 07:33:10 #125 CACHED 07:33:10 07:33:10 #126 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:10 #126 CACHED 07:33:10 07:33:10 #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:33:10 #127 CACHED 07:33:10 07:33:10 #120 [security-spiffe-token-provider builder 6/7] COPY . . 07:33:10 #120 DONE 21.3s 07:33:10 07:33:10 #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:10 #128 CACHED 07:33:10 07:33:10 #129 [core-data builder 6/7] COPY . . 07:33:10 #129 CACHED 07:33:10 07:33:10 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 07:33:10 #130 CACHED 07:33:10 07:33:10 #121 [security-proxy-setup builder 6/7] COPY . . 07:33:10 #121 DONE 21.3s 07:33:10 07:33:10 #131 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:33:10 #131 CACHED 07:33:10 07:33:10 #132 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:10 #132 CACHED 07:33:10 07:33:10 #133 [security-bootstrapper builder 6/7] COPY . . 07:33:10 #133 CACHED 07:33:10 07:33:10 #134 [security-proxy-auth builder 6/7] COPY . . 07:33:10 #134 CACHED 07:33:10 07:33:10 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:10 #135 CACHED 07:33:10 07:33:10 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:33:10 #136 CACHED 07:33:10 07:33:10 #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:10 #137 CACHED 07:33:10 07:33:10 #138 [core-command builder 6/7] COPY . . 07:33:10 #138 CACHED 07:33:10 07:33:10 #139 [core-command builder 4/7] COPY go.mod vendor* ./ 07:33:10 #139 CACHED 07:33:10 07:33:10 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:10 #140 CACHED 07:33:10 07:33:10 #141 [security-secretstore-setup builder 6/7] COPY . . 07:33:10 #141 CACHED 07:33:10 07:33:10 #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:33:10 #142 CACHED 07:33:10 07:33:10 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 07:33:10 #119 DONE 21.2s 07:33:10 07:33:10 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:33:10 #143 ... 07:33:10 07:33:10 #122 [core-keeper builder 7/8] COPY . . 07:33:10 #122 DONE 21.3s 07:33:10 07:33:10 #123 [support-scheduler builder 6/7] COPY . . 07:33:10 #123 DONE 21.4s 07:33:10 07:33:10 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:33:10 #144 1.026 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:33:11 #43 ... 07:33:11 07:33:11 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:33:11 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.1s done 07:33:11 #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 07:33:11 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.8s 07:33:11 #42 ... 07:33:11 07:33:11 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:12 #43 ... 07:33:12 07:33:12 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:33:12 #53 16.53 (1/1) Installing dumb-init (1.2.5-r3) 07:33:12 #53 16.66 Executing busybox-1.36.1-r29.trigger 07:33:12 #53 16.76 OK: 9 MiB in 15 packages 07:33:12 #53 DONE 19.9s 07:33:12 07:33:12 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:14 #43 ... 07:33:14 07:33:14 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:33:14 #66 DONE 8.8s 07:33:14 07:33:14 #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:33:15 #67 ... 07:33:15 07:33:15 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:33:15 #57 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:15 #57 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:15 #57 ... 07:33:15 07:33:15 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:15 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s 07:33:15 #43 ... 07:33:15 07:33:15 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:33:15 #0 7.370 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:15 #68 ... 07:33:15 07:33:15 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:15 #43 ... 07:33:15 07:33:15 #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:33:15 #0 7.126 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:15 #0 8.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:15 #69 ... 07:33:15 07:33:15 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:33:15 #0 9.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:15 #70 ... 07:33:15 07:33:15 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:33:15 #0 9.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:16 #71 ... 07:33:16 07:33:16 #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:33:16 #0 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:16 #72 ... 07:33:16 07:33:16 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:33:16 #0 8.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:16 #73 ... 07:33:16 07:33:16 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:33:16 #59 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:16 #59 20.97 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:33:16 #59 20.97 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:33:16 #59 20.97 OK: 24049 distinct packages available 07:33:16 #59 ... 07:33:16 07:33:16 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:33:16 #61 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:16 #61 ... 07:33:16 07:33:16 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:33:16 #55 19.65 (1/1) Installing dumb-init (1.2.5-r3) 07:33:16 #55 19.75 Executing busybox-1.36.1-r29.trigger 07:33:16 #55 19.92 OK: 9 MiB in 15 packages 07:33:16 #55 DONE 22.9s 07:33:16 07:33:16 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:17 #43 ... 07:33:17 07:33:17 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:33:17 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.9s done 07:33:17 #42 DONE 22.6s 07:33:17 07:33:17 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:33:17 #70 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:17 #70 ... 07:33:17 07:33:17 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:33:17 #50 19.48 (1/4) Installing dumb-init (1.2.5-r3) 07:33:17 #50 19.55 (2/4) Installing openssl (3.3.3-r0) 07:33:17 #50 19.72 (3/4) Installing su-exec (0.2-r3) 07:33:17 #50 19.72 (4/4) Installing yq-go (4.44.1-r2) 07:33:17 #50 21.60 Executing busybox-1.36.1-r29.trigger 07:33:17 #50 21.90 OK: 20 MiB in 18 packages 07:33:17 #50 DONE 24.6s 07:33:18 07:33:18 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:18 #144 ... 07:33:18 07:33:18 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:33:18 #0 1.011 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:33:18 #145 ... 07:33:18 07:33:18 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:33:18 #0 1.213 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:33:18 #146 ... 07:33:18 07:33:18 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:33:18 #0 0.947 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:33:18 #147 ... 07:33:18 07:33:18 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:33:18 #0 1.435 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:33:19 #148 ... 07:33:19 07:33:19 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:33:19 #0 1.180 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:33:19 #149 ... 07:33:19 07:33:19 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:33:19 #0 0.954 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:33:19 #43 ... 07:33:19 07:33:19 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:33:19 #49 19.21 (1/4) Installing ca-certificates (20241121-r1) 07:33:19 #49 19.87 (2/4) Installing dumb-init (1.2.5-r3) 07:33:19 #49 19.93 (3/4) Installing su-exec (0.2-r3) 07:33:19 #49 19.99 (4/4) Installing yq-go (4.44.1-r2) 07:33:19 #49 21.26 Executing busybox-1.36.1-r29.trigger 07:33:19 #49 21.48 Executing ca-certificates-20241121-r1.trigger 07:33:19 #49 22.88 OK: 20 MiB in 18 packages 07:33:19 #49 DONE 26.1s 07:33:19 07:33:19 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:33:19 #63 17.60 (1/7) Installing ca-certificates (20241121-r1) 07:33:19 #63 18.08 (2/7) Installing dumb-init (1.2.5-r3) 07:33:19 #63 18.12 (3/7) Installing libgcc (13.2.1_git20240309-r1) 07:33:19 #63 18.12 (4/7) Installing libsodium (1.0.19-r0) 07:33:19 #63 18.15 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 07:33:19 #63 18.62 (6/7) Installing libzmq (4.3.5-r2) 07:33:19 #63 18.76 (7/7) Installing zeromq (4.3.5-r2) 07:33:19 #63 18.86 Executing busybox-1.36.1-r29.trigger 07:33:19 #63 19.09 Executing ca-certificates-20241121-r1.trigger 07:33:19 #63 21.00 OK: 14 MiB in 21 packages 07:33:19 #63 DONE 24.5s 07:33:19 07:33:19 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:19 #150 ... 07:33:19 07:33:19 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:33:19 #0 0.541 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:33:19 #151 ... 07:33:19 07:33:19 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:33:19 #0 0.803 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:33:19 #43 ... 07:33:19 07:33:19 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:33:19 #52 17.62 (1/3) Installing ca-certificates (20241121-r1) 07:33:19 #52 18.07 (2/3) Installing dumb-init (1.2.5-r3) 07:33:19 #52 18.09 (3/3) Installing tzdata (2025b-r0) 07:33:19 #52 19.74 Executing busybox-1.36.1-r29.trigger 07:33:19 #52 19.91 Executing ca-certificates-20241121-r1.trigger 07:33:19 #52 21.61 OK: 11 MiB in 17 packages 07:33:19 #52 DONE 25.9s 07:33:19 07:33:19 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:19 #152 ... 07:33:19 07:33:19 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:33:19 #0 1.015 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:33:19 #153 ... 07:33:19 07:33:19 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:33:19 #143 1.253 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:33:19 #143 ... 07:33:19 07:33:19 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:33:19 #0 0.608 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:33:20 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.9s 07:33:20 #43 ... 07:33:20 07:33:20 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:33:20 #57 22.99 (1/2) Installing dumb-init (1.2.5-r3) 07:33:20 #57 22.99 (2/2) Installing su-exec (0.2-r3) 07:33:20 #57 22.99 Executing busybox-1.36.1-r29.trigger 07:33:20 #57 23.08 OK: 9 MiB in 16 packages 07:33:20 #57 DONE 26.1s 07:33:20 07:33:20 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:33:22 #74 ... 07:33:22 07:33:22 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:33:22 #54 18.43 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:33:22 #54 18.43 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:33:22 #54 18.43 OK: 24049 distinct packages available 07:33:22 #54 19.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:22 #54 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:22 #54 ... 07:33:22 07:33:22 #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 07:33:22 #0 8.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:22 #75 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:22 #75 ... 07:33:22 07:33:22 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:25 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.9s 07:33:26 #43 ... 07:33:26 07:33:26 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:33:26 #69 18.92 OK: 239 MiB in 58 packages 07:33:26 #69 DONE 21.4s 07:33:26 07:33:26 #76 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:33:26 #76 DONE 0.5s 07:33:26 07:33:26 #77 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:26 #77 ... 07:33:26 07:33:26 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:33:26 #73 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:27 #73 ... 07:33:27 07:33:27 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:33:27 #0 8.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:27 #78 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:27 #78 ... 07:33:27 07:33:27 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:33:27 #68 11.69 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:27 #68 ... 07:33:27 07:33:27 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:27 #43 ... 07:33:27 07:33:27 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:33:27 #61 22.95 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:33:27 #61 22.95 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:33:27 #61 22.95 OK: 24049 distinct packages available 07:33:27 #61 25.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:27 #61 27.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:27 #61 ... 07:33:27 07:33:27 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:33:27 #71 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:27 #71 21.09 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:33:27 #71 21.09 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:33:27 #71 21.09 OK: 24049 distinct packages available 07:33:27 #71 ... 07:33:27 07:33:27 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:33:27 #59 23.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:27 #59 25.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:27 #59 ... 07:33:27 07:33:27 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:33:27 #0 7.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:27 #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:28 #79 ... 07:33:28 07:33:28 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:28 #43 ... 07:33:28 07:33:28 #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:33:28 #72 12.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:28 #72 ... 07:33:28 07:33:28 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:33:28 #70 20.85 OK: 239 MiB in 58 packages 07:33:28 #70 DONE 22.9s 07:33:28 07:33:28 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:33:29 #80 ... 07:33:29 07:33:29 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:33:29 #0 7.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:29 #0 8.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:29 #81 ... 07:33:29 07:33:29 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:33:29 #59 34.10 (1/5) Installing dumb-init (1.2.5-r3) 07:33:29 #59 34.13 (2/5) Installing musl-obstack (1.2.3-r2) 07:33:29 #59 34.15 (3/5) Installing libucontext (1.2-r3) 07:33:29 #59 34.27 (4/5) Installing gcompat (1.1.0-r4) 07:33:29 #59 34.37 (5/5) Installing openssl (3.3.3-r0) 07:33:29 #59 34.61 Executing busybox-1.36.1-r29.trigger 07:33:29 #59 ... 07:33:29 07:33:29 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:33:29 #80 DONE 0.8s 07:33:29 07:33:29 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:33:29 #59 34.76 OK: 10 MiB in 19 packages 07:33:29 #59 ... 07:33:29 07:33:29 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:33:29 #0 7.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:29 #0 9.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:29 #82 ... 07:33:29 07:33:29 #83 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:33:29 #0 7.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:29 #0 9.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:29 #83 ... 07:33:29 07:33:29 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:29 #43 ... 07:33:29 07:33:29 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:33:29 #73 21.94 OK: 239 MiB in 58 packages 07:33:29 #73 DONE 24.1s 07:33:29 07:33:29 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:30 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.0s 07:33:30 #43 ... 07:33:30 07:33:30 #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:33:30 #84 DONE 0.9s 07:33:30 07:33:30 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:31 #43 ... 07:33:31 07:33:31 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:33:31 #72 23.51 OK: 239 MiB in 58 packages 07:33:31 #72 DONE 26.0s 07:33:31 07:33:31 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:32 #43 ... 07:33:32 07:33:32 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:33:32 #59 DONE 37.6s 07:33:32 07:33:32 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:32 #43 ... 07:33:32 07:33:32 #85 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:33:32 #85 DONE 1.4s 07:33:32 07:33:32 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:33 #43 ... 07:33:33 07:33:33 #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:33:33 #67 9.202 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:33 #67 13.23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:33 #67 ... 07:33:33 07:33:33 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:34 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.8s done 07:33:34 #43 ... 07:33:34 07:33:34 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:33:34 #54 33.92 (1/14) Installing ca-certificates (20241121-r1) 07:33:34 #54 34.61 (2/14) Installing brotli-libs (1.1.0-r2) 07:33:34 #54 34.95 (3/14) Installing c-ares (1.33.1-r0) 07:33:34 #54 35.03 (4/14) Installing libunistring (1.2-r0) 07:33:34 #54 35.42 (5/14) Installing libidn2 (2.3.7-r0) 07:33:34 #54 35.59 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:33:34 #54 35.61 (7/14) Installing libpsl (0.21.5-r1) 07:33:34 #54 35.75 (8/14) Installing zstd-libs (1.5.6-r0) 07:33:34 #54 35.88 (9/14) Installing libcurl (8.12.1-r0) 07:33:34 #54 36.01 (10/14) Installing curl (8.12.1-r0) 07:33:34 #54 36.16 (11/14) Installing dumb-init (1.2.5-r3) 07:33:34 #54 36.22 (12/14) Installing musl-obstack (1.2.3-r2) 07:33:34 #54 36.24 (13/14) Installing libucontext (1.2-r3) 07:33:34 #54 36.34 (14/14) Installing gcompat (1.1.0-r4) 07:33:34 #54 36.40 Executing busybox-1.36.1-r29.trigger 07:33:34 #54 36.61 Executing ca-certificates-20241121-r1.trigger 07:33:34 #54 38.28 OK: 15 MiB in 28 packages 07:33:34 #54 DONE 41.0s 07:33:34 07:33:34 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:33:35 #43 DONE 40.6s 07:33:35 07:33:35 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:33:35 #86 ... 07:33:35 07:33:35 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:33:35 #68 24.99 (1/1) Installing dumb-init (1.2.5-r3) 07:33:35 #68 27.58 Executing busybox-1.36.1-r29.trigger 07:33:35 #68 27.87 OK: 9 MiB in 15 packages 07:33:35 #68 DONE 29.9s 07:33:35 07:33:35 #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:33:35 #75 20.66 OK: 9 MiB in 15 packages 07:33:35 #75 DONE 23.5s 07:33:35 07:33:35 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:33:35 #61 38.61 (1/4) Installing dumb-init (1.2.5-r3) 07:33:35 #61 38.69 (2/4) Installing musl-obstack (1.2.3-r2) 07:33:35 #61 38.74 (3/4) Installing libucontext (1.2-r3) 07:33:35 #61 38.75 (4/4) Installing gcompat (1.1.0-r4) 07:33:35 #61 38.92 Executing busybox-1.36.1-r29.trigger 07:33:35 #61 39.14 OK: 9 MiB in 18 packages 07:33:36 #61 DONE 41.6s 07:33:36 07:33:36 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:33:37 #87 ... 07:33:37 07:33:37 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:33:37 #74 6.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:37 #74 9.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:37 #74 ... 07:33:37 07:33:37 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:33:38 #88 ... 07:33:38 07:33:38 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:33:38 #81 19.61 OK: 20 MiB in 18 packages 07:33:38 #81 ... 07:33:38 07:33:38 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:33:38 #71 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:38 #71 24.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:38 #71 ... 07:33:38 07:33:38 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:33:38 #79 21.05 OK: 20 MiB in 18 packages 07:33:39 #79 ... 07:33:39 07:33:39 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:39 #89 ... 07:33:39 07:33:39 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:33:39 #78 22.05 OK: 9 MiB in 15 packages 07:33:40 #78 ... 07:33:40 07:33:40 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:40 #90 ... 07:33:40 07:33:40 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:33:40 #79 DONE 22.9s 07:33:40 07:33:40 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:33:40 #81 DONE 21.8s 07:33:40 07:33:40 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:33:40 #91 ... 07:33:40 07:33:40 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:33:40 #78 DONE 24.2s 07:33:41 07:33:41 #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:33:41 #67 26.60 OK: 239 MiB in 58 packages 07:33:41 #67 ... 07:33:41 07:33:41 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:33:41 #82 20.88 OK: 14 MiB in 21 packages 07:33:41 #82 DONE 22.2s 07:33:41 07:33:41 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:33:41 #91 DONE 0.7s 07:33:41 07:33:41 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:33:41 #71 33.96 OK: 239 MiB in 58 packages 07:33:41 #71 DONE 35.9s 07:33:41 07:33:41 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:33:41 #74 19.93 OK: 9 MiB in 16 packages 07:33:42 #74 ... 07:33:42 07:33:42 #83 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:33:42 #83 20.89 OK: 11 MiB in 17 packages 07:33:42 #83 DONE 22.7s 07:33:42 07:33:42 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:33:42 #74 DONE 21.6s 07:33:42 07:33:42 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:33:43 #92 DONE 1.2s 07:33:43 07:33:43 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:43 #93 ... 07:33:43 07:33:43 #94 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:43 #94 ... 07:33:43 07:33:43 #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:33:43 #95 ... 07:33:43 07:33:43 #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:33:43 #67 DONE 28.8s 07:33:43 07:33:43 #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:33:44 #96 DONE 0.8s 07:33:44 07:33:44 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:46 #97 ... 07:33:46 07:33:46 #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:33:46 #95 DONE 3.7s 07:33:46 07:33:46 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:33:46 #98 DONE 0.2s 07:33:46 07:33:46 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:33:46 #87 3.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:46 #87 6.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:47 #87 ... 07:33:47 07:33:47 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:33:47 #86 4.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:47 #86 6.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:47 #86 12.19 OK: 15 MiB in 28 packages 07:33:47 #86 ... 07:33:47 07:33:47 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:33:47 #88 6.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:33:47 #88 8.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:33:47 #88 14.71 OK: 10 MiB in 19 packages 07:33:47 #88 DONE 15.2s 07:33:47 07:33:47 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:33:48 #99 ... 07:33:48 07:33:48 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:33:48 #86 DONE 13.3s 07:33:48 07:33:48 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:33:48 #100 DONE 1.0s 07:33:48 07:33:48 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:33:48 #87 11.50 OK: 9 MiB in 18 packages 07:33:48 #87 DONE 12.6s 07:33:48 07:33:48 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:33:49 #101 ... 07:33:49 07:33:49 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:33:49 #99 DONE 2.3s 07:33:49 07:33:49 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:33:49 #102 DONE 0.3s 07:33:49 07:33:49 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:33:50 #103 DONE 1.9s 07:33:50 07:33:50 #104 [security-spire-server stage-2 6/9] COPY security.txt / 07:33:50 #104 DONE 0.3s 07:33:50 07:33:50 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:33:50 #105 ... 07:33:50 07:33:50 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:33:50 #106 DONE 0.3s 07:33:50 07:33:50 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 07:33:50 #107 DONE 0.2s 07:33:50 07:33:50 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:33:50 #105 DONE 0.4s 07:33:50 07:33:50 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:33:50 #108 ... 07:33:50 07:33:50 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:33:50 #109 DONE 0.2s 07:33:51 07:33:51 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:33:51 #110 ... 07:33:51 07:33:51 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:33:51 #108 DONE 0.4s 07:33:51 07:33:51 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:33:51 #101 DONE 2.4s 07:33:51 07:33:51 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:33:51 #110 DONE 0.3s 07:33:51 07:33:51 #111 [security-spire-server] exporting to image 07:33:51 #111 exporting layers 07:33:51 #111 ... 07:33:51 07:33:51 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:33:51 #112 DONE 0.4s 07:33:51 07:33:51 #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:33:51 #113 DONE 0.3s 07:33:51 07:33:51 #114 [security-spire-config stage-2 6/10] COPY security.txt / 07:33:51 #114 DONE 0.3s 07:33:51 07:33:51 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:33:51 #115 DONE 0.3s 07:33:51 07:33:51 #111 [security-spire-agent] exporting to image 07:33:52 #111 ... 07:33:52 07:33:52 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:33:52 #116 DONE 0.4s 07:33:52 07:33:52 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:33:52 #117 DONE 0.1s 07:33:52 07:33:52 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:33:52 #118 DONE 0.1s 07:33:52 07:33:52 #111 [security-spire-config] exporting to image 07:33:54 #111 exporting layers 2.8s done 07:33:54 #111 writing image sha256:1516ecdf1bfe83126997a014536ffbda2da2821df1ed18cf2551671ba2002aed done 07:33:54 #111 naming to docker.io/library/security-spire-server-arm64 done 07:33:54 #111 exporting layers 2.4s done 07:33:54 #111 writing image sha256:7294c5ee081c8e3c3a07612587cb8c4d2dda3ddf8843a2b8af4b7fd5bf12565a done 07:33:54 #111 naming to docker.io/library/security-spire-agent-arm64 done 07:33:54 #111 exporting layers 2.0s done 07:33:54 #111 writing image sha256:7059e97824714c4ab4a96312edea5feacff2001b14a7c78b367ac78638b1eeff done 07:33:54 #111 naming to docker.io/library/security-spire-config-arm64 done 07:33:54 #111 DONE 3.3s 07:33:54 07:33:54 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:34:41 #154 DONE 87.2s 07:34:41 07:34:41 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:34:41 #153 DONE 87.2s 07:34:41 07:34:41 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:34:41 #145 ... 07:34:41 07:34:41 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:34:41 #155 DONE 0.3s 07:34:41 07:34:41 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:34:41 #156 ... 07:34:41 07:34:41 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:34:41 #157 DONE 0.3s 07:34:41 07:34:41 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:34:41 #158 DONE 0.3s 07:34:41 07:34:41 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:34:41 #159 DONE 0.2s 07:34:41 07:34:41 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:34:41 #147 ... 07:34:41 07:34: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 07:34:41 #160 DONE 0.1s 07:34:41 07:34: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/ 07:34:41 #161 DONE 0.1s 07:34:41 07:34:41 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:34:41 #156 DONE 0.9s 07:34:41 07:34:41 #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:34:41 #162 DONE 0.1s 07:34:41 07:34:41 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:34:41 #163 ... 07:34:41 07:34:41 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:34:41 #164 DONE 0.2s 07:34:41 07:34:41 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:34:41 #165 DONE 0.4s 07:34:41 07:34:41 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:34:41 #166 DONE 0.2s 07:34:41 07:34:41 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 07:34:41 #167 DONE 0.2s 07:34:41 07:34:41 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:34:41 #151 ... 07:34:41 07:34:41 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 07:34:41 #168 DONE 0.2s 07:34:41 07:34:41 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 07:34:41 #169 DONE 0.1s 07:34:41 07:34:41 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:34:41 #163 DONE 1.4s 07:34:41 07:34:41 #99 [core-common-config-bootstrapper] exporting to image 07:34:41 #99 exporting layers 07:34:41 #99 ... 07:34:41 07:34:41 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:34:41 #170 DONE 0.1s 07:34:41 07:34:41 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:34:41 #171 ... 07:34:41 07:34:41 #99 [core-common-config-bootstrapper] exporting to image 07:34:41 #99 exporting layers 0.5s done 07:34:41 #99 writing image sha256:69febdc181e6c01cecef5793ce20ff3c508ea9e3b734db6a67ba513efd047db4 done 07:34:41 #99 naming to docker.io/library/core-common-config-bootstrapper done 07:34:41 #99 DONE 3.1s 07:34:41 07:34:41 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:34:41 #143 ... 07:34:41 07:34:41 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:34:41 #171 DONE 1.6s 07:34:41 07:34:41 #99 [security-bootstrapper] exporting to image 07:34:41 #99 exporting layers 0.6s done 07:34:41 #99 writing image sha256:4699fe231e00e2004e5929c4cc9e59876a3cf1ca57c3a89a0c32c2d3d71d17ca done 07:34:41 #99 naming to docker.io/library/security-bootstrapper done 07:34:41 #99 DONE 3.7s 07:34:41 07:34:41 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:35:31 #97 ... 07:35:31 07:35:31 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #89 DONE 112.3s 07:35:31 07:35:31 #77 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #77 DONE 114.9s 07:35:31 07:35:31 #119 [support-notifications builder 6/7] COPY . . 07:35:31 #119 ... 07:35:31 07:35:31 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #90 DONE 111.0s 07:35:31 07:35:31 #94 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #94 DONE 108.8s 07:35:31 07:35:31 #120 [security-secretstore-setup builder 6/7] COPY . . 07:35:31 #120 ... 07:35:31 07:35:31 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #97 DONE 98.8s 07:35:31 07:35:31 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #93 DONE 100.0s 07:35:31 07:35:31 #121 [core-keeper builder 7/8] COPY . . 07:35:31 #121 ... 07:35:31 07:35:31 #122 [core-common-config-bootstrapper builder 6/7] COPY . . 07:35:31 #122 DONE 2.0s 07:35:31 07:35:31 #119 [support-notifications builder 6/7] COPY . . 07:35:31 #119 DONE 2.0s 07:35:31 07:35:31 #123 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:35:31 #123 CACHED 07:35:31 07:35:31 #124 [security-proxy-auth builder 6/7] COPY . . 07:35:31 #124 CACHED 07:35:31 07:35:31 #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #125 CACHED 07:35:31 07:35:31 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #126 CACHED 07:35:31 07:35:31 #127 [security-bootstrapper builder 6/7] COPY . . 07:35:31 #127 CACHED 07:35:31 07:35:31 #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:35:31 #128 CACHED 07:35:31 07:35:31 #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #129 CACHED 07:35:31 07:35:31 #130 [core-command builder 6/7] COPY . . 07:35:31 #130 CACHED 07:35:31 07:35:31 #131 [core-command builder 4/7] COPY go.mod vendor* ./ 07:35:31 #131 CACHED 07:35:31 07:35:31 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #132 CACHED 07:35:31 07:35:31 #133 [core-data builder 4/7] COPY go.mod vendor* ./ 07:35:31 #133 CACHED 07:35:31 07:35:31 #134 [core-data builder 6/7] COPY . . 07:35:31 #134 CACHED 07:35:31 07:35:31 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:35:31 #135 CACHED 07:35:31 07:35:31 #136 [core-metadata builder 6/7] COPY . . 07:35:31 #136 CACHED 07:35:31 07:35:31 #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #137 CACHED 07:35:31 07:35:31 #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:31 #138 CACHED 07:35:31 07:35:31 #139 [security-proxy-setup builder 6/7] COPY . . 07:35:31 #139 CACHED 07:35:31 07:35:31 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:35:31 #140 CACHED 07:35:31 07:35:31 #141 [support-scheduler builder 6/7] COPY . . 07:35:31 #141 DONE 2.0s 07:35:31 07:35:31 #120 [security-secretstore-setup builder 6/7] COPY . . 07:35:31 #120 DONE 1.9s 07:35:31 07:35:31 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:35:31 #142 ... 07:35:31 07:35:31 #143 [security-spiffe-token-provider builder 6/7] COPY . . 07:35:31 #143 DONE 1.4s 07:35:31 07:35:31 #121 [core-keeper builder 7/8] COPY . . 07:35:31 #121 DONE 1.7s 07:35:31 07:35:31 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:35:31 #144 ... 07:35:31 07:35:31 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:35:31 #0 5.169 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:35:31 #145 ... 07:35:31 07:35:31 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:35:31 #142 6.123 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:35:34 #142 ... 07:35:34 07:35:34 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:35:34 #0 4.381 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:35:34 #146 ... 07:35:34 07:35:34 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:35:34 #0 4.978 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:35:34 #147 ... 07:35:34 07:35:34 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:35:34 #0 5.927 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:35:34 #148 ... 07:35:34 07:35:34 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:35:34 #0 5.129 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:35:34 #149 ... 07:35:34 07:35:34 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:35:34 #0 5.464 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:35:34 #150 ... 07:35:34 07:35:34 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:35:34 #0 5.564 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:35:34 #151 ... 07:35:34 07:35:34 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:35:34 #0 5.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:35:34 #152 ... 07:35:34 07:35:34 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:35:34 #0 5.522 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:35:35 #153 ... 07:35:35 07:35:35 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:35:35 #0 5.243 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:35:35 #154 ... 07:35:35 07:35:35 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:35:35 #144 5.460 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:35:38 #144 ... 07:35:38 07:35:38 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:35:38 #149 147.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:36:00 #149 ... 07:36:00 07:36:00 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:36:00 #152 DONE 171.9s 07:36:00 07:36:00 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:36:00 #145 DONE 171.9s 07:36:00 07:36:00 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:36:00 #151 DONE 171.9s 07:36:00 07:36:00 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:36:00 #144 DONE 171.9s 07:36:00 07:36:00 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:36:00 #146 DONE 172.0s 07:36:00 07:36:00 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:36:00 #149 DONE 172.0s 07:36:00 07:36:00 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:36:00 #147 DONE 172.0s 07:36:00 07:36:00 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #172 ... 07:36:00 07:36:00 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:36:00 #150 DONE 172.1s 07:36:00 07:36:00 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:36:00 #143 DONE 172.1s 07:36:00 07:36:00 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:36:00 #148 DONE 172.0s 07:36:00 07:36:00 #173 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #173 DONE 0.3s 07:36:00 07:36:00 #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #174 ... 07:36:00 07:36:00 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #172 DONE 0.3s 07:36:00 07:36:00 #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #175 DONE 0.3s 07:36:00 07:36:00 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #176 DONE 0.2s 07:36:00 07:36:00 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #177 DONE 0.2s 07:36:00 07:36:00 #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #178 DONE 0.2s 07:36:00 07:36:00 #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #179 DONE 0.2s 07:36:00 07:36:00 #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #174 DONE 0.2s 07:36:00 07:36:00 #180 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:36:00 #180 DONE 0.2s 07:36:00 07:36:00 #181 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:36:00 #181 ... 07:36:00 07:36:00 #182 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:36:00 #182 DONE 0.2s 07:36:00 07:36:00 #183 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:36:00 #183 CACHED 07:36:00 07:36:00 #184 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #184 CACHED 07:36:00 07:36:00 #185 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:36:00 #185 CACHED 07:36:00 07:36:00 #186 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:36:00 #186 CACHED 07:36:00 07:36:00 #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:36:00 #187 DONE 0.2s 07:36:01 07:36:01 #188 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:36:01 #188 DONE 0.5s 07:36:01 07:36:01 #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:36:01 #189 ... 07:36:01 07:36:01 #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:36:01 #190 DONE 0.4s 07:36:01 07:36:01 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:36:02 #191 ... 07:36:02 07:36:02 #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:36:02 #192 DONE 1.5s 07:36:02 07:36:02 #193 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:36:02 #193 DONE 1.5s 07:36:02 07:36:02 #181 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:36:02 #181 DONE 1.5s 07:36:02 07:36:02 #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:36:02 #189 DONE 1.4s 07:36:02 07:36:02 #194 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:36:02 #194 DONE 1.5s 07:36:02 07:36:02 #195 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:36:02 #195 DONE 1.5s 07:36:02 07:36:02 #196 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:36:02 #196 DONE 1.5s 07:36:02 07:36:02 #197 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:36:02 #197 ... 07:36:02 07:36:02 #198 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:36:02 #198 DONE 1.5s 07:36:02 07:36:02 #199 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:36:02 #199 ... 07:36:02 07:36:02 #200 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:36:02 #200 DONE 1.6s 07:36:02 07:36:02 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:36:02 #191 DONE 1.8s 07:36:02 07:36:02 #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:36:02 #201 DONE 0.7s 07:36:02 07:36:02 #99 [core-keeper] exporting to image 07:36:02 #99 exporting layers 07:36:03 #99 ... 07:36:03 07:36:03 #202 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:36:03 #202 DONE 0.7s 07:36:03 07:36:03 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:36:03 #203 DONE 0.6s 07:36:03 07:36:03 #204 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:36:03 #204 DONE 0.6s 07:36:03 07:36:03 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:36:03 #205 DONE 0.7s 07:36:03 07:36:03 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:36:03 #206 DONE 0.7s 07:36:03 07:36:03 #197 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:36:03 #197 DONE 0.7s 07:36:03 07:36:03 #99 [core-command] exporting to image 07:36:03 #99 ... 07:36:03 07:36:03 #199 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:36:03 #199 DONE 0.7s 07:36:03 07:36:03 #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:36:03 #207 DONE 0.4s 07:36:03 07:36:03 #99 [support-scheduler] exporting to image 07:36:03 #99 exporting layers 0.2s done 07:36:03 #99 ... 07:36:03 07:36:03 #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:36:03 #208 DONE 0.3s 07:36:03 07:36:03 #209 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 07:36:03 #209 DONE 0.3s 07:36:03 07:36:03 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:36:03 #210 DONE 0.3s 07:36:03 07:36:03 #99 [support-notifications] exporting to image 07:36:03 #99 ... 07:36:03 07:36:03 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:36:03 #211 DONE 0.3s 07:36:03 07:36:03 #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:36:03 #212 DONE 0.4s 07:36:03 07:36:03 #99 [core-metadata] exporting to image 07:36:03 #99 ... 07:36:03 07:36:03 #213 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:36:03 #213 DONE 0.3s 07:36:03 07:36:03 #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:36:03 #214 DONE 0.3s 07:36:03 07:36:03 #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:36:03 #215 DONE 0.1s 07:36:03 07:36:03 #99 [core-metadata] exporting to image 07:36:03 #99 exporting layers 0.5s done 07:36:03 #99 writing image sha256:f33cb1b64e92907d089df43ac2e2d0ff91d7a66642fb60d362be86cb73a70247 07:36:03 #99 writing image sha256:2b220eb9f9b9946a096e662ce7a66e3ef45aa8f47680baa67a54ac79e6249911 07:36:03 #99 writing image sha256:570c1be60047605295b6103c92f71fd09f140790b1a51106ae606abc10726a59 07:36:03 #99 writing image sha256:f33cb1b64e92907d089df43ac2e2d0ff91d7a66642fb60d362be86cb73a70247 0.1s done 07:36:03 #99 writing image sha256:2b220eb9f9b9946a096e662ce7a66e3ef45aa8f47680baa67a54ac79e6249911 0.1s done 07:36:03 #99 writing image sha256:570c1be60047605295b6103c92f71fd09f140790b1a51106ae606abc10726a59 0.1s done 07:36:03 #99 naming to docker.io/library/core-keeper done 07:36:03 #99 naming to docker.io/library/security-spiffe-token-provider done 07:36:03 #99 naming to docker.io/library/core-command 07:36:03 #99 ... 07:36:03 07:36:03 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:36:03 #216 DONE 0.3s 07:36:03 07:36:03 #99 [core-command] exporting to image 07:36:03 #99 exporting layers 0.7s done 07:36:03 #99 naming to docker.io/library/core-command 0.1s done 07:36:03 #99 ... 07:36:03 07:36:03 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:36:03 #217 DONE 0.4s 07:36:03 07:36:03 #99 [core-data] exporting to image 07:36:03 #99 exporting layers 0.5s done 07:36:03 #99 writing image sha256:4f7b0abd73ab19f9684473fc42da995fbc4b8cb0c321c89b964aa8ff97c34872 0.0s done 07:36:03 #99 naming to docker.io/library/support-scheduler done 07:36:03 #99 writing image sha256:36665d4c25d21e484316252f8767d26b603787f2029b3108ba5fa73848aac39f 0.0s done 07:36:03 #99 naming to docker.io/library/support-notifications done 07:36:03 #99 writing image sha256:b1aed356187a558512ceabfd57e7d77720f740e72c72860f5d714e3ac670da53 done 07:36:03 #99 naming to docker.io/library/core-data done 07:36:04 #99 ... 07:36:04 07:36:04 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:36:04 #218 DONE 0.3s 07:36:04 07:36:04 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:36:04 #219 DONE 0.0s 07:36:04 07:36:04 #99 [core-metadata] exporting to image 07:36:04 #99 exporting layers 0.9s done 07:36:04 #99 writing image sha256:1c446a7316991edb2151e6ed7196f67da37f437534b76400c1f94fd06c4efe22 done 07:36:04 #99 naming to docker.io/library/security-proxy-auth done 07:36:04 #99 writing image sha256:474e299f0eefb12da05301ada7d49c73a54ca40fb0b83d16ad385a3f38690f69 done 07:36:04 #99 naming to docker.io/library/core-metadata done 07:36:04 #99 DONE 5.0s 07:36:04 07:36:04 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:36:04 #220 DONE 0.8s 07:36:04 07:36:04 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:36:04 #221 DONE 0.4s 07:36:04 07:36:04 #99 [security-secretstore-setup] exporting to image 07:36:04 #99 writing image sha256:160641308956d4d663b20a970647634b7fe7767f272613b5a1e9955ada05c7da done 07:36:04 #99 naming to docker.io/library/security-proxy-setup done 07:36:04 #99 exporting layers 0.2s done 07:36:04 #99 writing image sha256:9bae27f1b3055546c027bf51355fa864e4e2e0cf1780785a7beb2df0a80712e0 done 07:36:04 #99 naming to docker.io/library/security-secretstore-setup done 07:36:04 #99 DONE 5.5s 07:36:04 07:36:04 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:36:04 time="2025-06-27T07:30:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:30:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:36:04 time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:36:04 $ docker stop --time=1 d2800231892f5eea3a822345b6dee064c170809d17e92c0f1977f243c89f8c67 07:36:06 $ docker rm -f --volumes d2800231892f5eea3a822345b6dee064c170809d17e92c0f1977f243c89f8c67 [Pipeline] // withDockerContainer [Pipeline] sh 07:36:06 + docker images 07:36:06 REPOSITORY TAG IMAGE ID CREATED SIZE 07:36:06 security-secretstore-setup latest 9bae27f1b305 2 seconds ago 68.9MB 07:36:06 security-proxy-setup latest 160641308956 2 seconds ago 38.6MB 07:36:06 security-proxy-auth latest 1c446a731699 3 seconds ago 31.9MB 07:36:06 core-data latest b1aed356187a 3 seconds ago 33MB 07:36:06 core-metadata latest 474e299f0eef 3 seconds ago 33.2MB 07:36:06 core-keeper latest f33cb1b64e92 4 seconds ago 32.6MB 07:36:06 core-command latest 570c1be60047 4 seconds ago 28.5MB 07:36:06 support-notifications latest 36665d4c25d2 4 seconds ago 52.3MB 07:36:06 security-spiffe-token-provider latest 2b220eb9f9b9 4 seconds ago 47.5MB 07:36:06 support-scheduler latest 4f7b0abd73ab 4 seconds ago 48.7MB 07:36:06 security-bootstrapper latest 4699fe231e00 About a minute ago 20.4MB 07:36:06 core-common-config-bootstrapper latest 69febdc181e6 About a minute ago 17.1MB 07:36:06 security-spire-agent latest d2bc7d69781e 4 minutes ago 195MB 07:36:06 security-spire-server latest 8520194a75a7 4 minutes ago 149MB 07:36:06 security-spire-config latest 303c05fba792 4 minutes ago 149MB 07:36:06 ci-base-image-x86_64 latest b60e0a4dc5bb 7 minutes ago 924MB 07:36:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 9 days ago 574MB 07:36:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB 07:36:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:06 provisioning config files... 07:36:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config8308413898173721452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:06 ---> ****-login.sh 07:36:06 nexus3.edgexfoundry.org:10001 07:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:06 Configure a credential helper to remove this warning. See 07:36:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:06 07:36:06 Login Succeeded 07:36:06 nexus3.edgexfoundry.org:10002 07:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:06 Configure a credential helper to remove this warning. See 07:36:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:06 07:36:06 Login Succeeded 07:36:06 nexus3.edgexfoundry.org:10003 07:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:07 Configure a credential helper to remove this warning. See 07:36:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:07 07:36:07 Login Succeeded 07:36:07 nexus3.edgexfoundry.org:10004 07:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:07 Configure a credential helper to remove this warning. See 07:36:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:07 07:36:07 Login Succeeded 07:36:07 ****.io 07:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:36:07 Configure a credential helper to remove this warning. See 07:36:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:36:07 07:36:07 Login Succeeded 07:36:07 ---> ****-login.sh ends [Pipeline] } 07:36:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:36:07 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:36:07 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:07 latest 07:36:07 4.1.0-dev.29 07:36:07 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:07 main 07:36:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:08 + docker push nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:36:08 6e410ab78eb5: Preparing 07:36:08 cbcf0192eb8d: Preparing 07:36:08 c477f148c454: Preparing 07:36:08 2a42b004716e: Preparing 07:36:08 e7ec11a6ae3f: Preparing 07:36:08 713406888c6c: Preparing 07:36:08 994456c4fd7b: Preparing 07:36:08 994456c4fd7b: Waiting 07:36:08 713406888c6c: Waiting 07:36:08 e7ec11a6ae3f: Pushed 07:36:08 c477f148c454: Pushed 07:36:08 2a42b004716e: Pushed 07:36:08 6e410ab78eb5: Pushed 07:36:08 994456c4fd7b: Layer already exists 07:36:08 713406888c6c: Pushed 07:36:10 cbcf0192eb8d: Pushed 07:36:10 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:11 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:36:11 6e410ab78eb5: Preparing 07:36:11 cbcf0192eb8d: Preparing 07:36:11 c477f148c454: Preparing 07:36:11 2a42b004716e: Preparing 07:36:11 e7ec11a6ae3f: Preparing 07:36:11 713406888c6c: Preparing 07:36:11 994456c4fd7b: Preparing 07:36:11 994456c4fd7b: Waiting 07:36:11 713406888c6c: Waiting 07:36:11 c477f148c454: Layer already exists 07:36:11 cbcf0192eb8d: Layer already exists 07:36:11 2a42b004716e: Layer already exists 07:36:11 6e410ab78eb5: Layer already exists 07:36:11 e7ec11a6ae3f: Layer already exists 07:36:11 994456c4fd7b: Layer already exists 07:36:11 713406888c6c: Layer already exists 07:36:11 latest: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:11 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 07:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:36:11 6e410ab78eb5: Preparing 07:36:11 cbcf0192eb8d: Preparing 07:36:11 c477f148c454: Preparing 07:36:11 2a42b004716e: Preparing 07:36:11 e7ec11a6ae3f: Preparing 07:36:11 713406888c6c: Preparing 07:36:11 994456c4fd7b: Preparing 07:36:11 713406888c6c: Waiting 07:36:11 994456c4fd7b: Waiting 07:36:11 cbcf0192eb8d: Layer already exists 07:36:11 e7ec11a6ae3f: Layer already exists 07:36:11 6e410ab78eb5: Layer already exists 07:36:11 c477f148c454: Layer already exists 07:36:11 2a42b004716e: Layer already exists 07:36:11 713406888c6c: Layer already exists 07:36:11 994456c4fd7b: Layer already exists 07:36:11 4.1.0-dev.29: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:12 + docker push nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:36:12 6e410ab78eb5: Preparing 07:36:12 cbcf0192eb8d: Preparing 07:36:12 c477f148c454: Preparing 07:36:12 2a42b004716e: Preparing 07:36:12 e7ec11a6ae3f: Preparing 07:36:12 713406888c6c: Preparing 07:36:12 994456c4fd7b: Preparing 07:36:12 713406888c6c: Waiting 07:36:12 994456c4fd7b: Waiting 07:36:12 2a42b004716e: Layer already exists 07:36:12 e7ec11a6ae3f: Layer already exists 07:36:12 c477f148c454: Layer already exists 07:36:12 cbcf0192eb8d: Layer already exists 07:36:12 6e410ab78eb5: Layer already exists 07:36:12 994456c4fd7b: Layer already exists 07:36:12 713406888c6c: Layer already exists 07:36:12 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:13 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:36:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:36:13 6e410ab78eb5: Preparing 07:36:13 cbcf0192eb8d: Preparing 07:36:13 c477f148c454: Preparing 07:36:13 2a42b004716e: Preparing 07:36:13 e7ec11a6ae3f: Preparing 07:36:13 713406888c6c: Preparing 07:36:13 994456c4fd7b: Preparing 07:36:13 713406888c6c: Waiting 07:36:13 994456c4fd7b: Waiting 07:36:13 c477f148c454: Layer already exists 07:36:13 6e410ab78eb5: Layer already exists 07:36:13 2a42b004716e: Layer already exists 07:36:13 cbcf0192eb8d: Layer already exists 07:36:13 e7ec11a6ae3f: Layer already exists 07:36:13 994456c4fd7b: Layer already exists 07:36:13 713406888c6c: Layer already exists 07:36:13 main: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:13 ===================================================== [Pipeline] echo 07:36:13 taggedImages: 07:36:13 - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:13 - nexus3.edgexfoundry.org:10004/core-command:latest 07:36:13 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 07:36:13 - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:13 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:36:13 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:36:13 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:13 latest 07:36:13 4.1.0-dev.29 07:36:13 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:13 main 07:36:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:13 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:36:14 1f5093ff449e: Preparing 07:36:14 3a30d16b3436: Preparing 07:36:14 3927d8813285: Preparing 07:36:14 71235876217e: Preparing 07:36:14 c477f148c454: Preparing 07:36:14 2a42b004716e: Preparing 07:36:14 e7ec11a6ae3f: Preparing 07:36:14 713406888c6c: Preparing 07:36:14 994456c4fd7b: Preparing 07:36:14 713406888c6c: Waiting 07:36:14 994456c4fd7b: Waiting 07:36:14 2a42b004716e: Waiting 07:36:14 e7ec11a6ae3f: Waiting 07:36:14 c477f148c454: Layer already exists 07:36:14 2a42b004716e: Layer already exists 07:36:14 3927d8813285: Pushed 07:36:14 3a30d16b3436: Pushed 07:36:14 e7ec11a6ae3f: Layer already exists 07:36:14 1f5093ff449e: Pushed 07:36:14 713406888c6c: Layer already exists 07:36:14 994456c4fd7b: Layer already exists 07:36:14 71235876217e: Pushed 07:36:14 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:15 + 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 07:36:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:36:15 1f5093ff449e: Preparing 07:36:15 3a30d16b3436: Preparing 07:36:15 3927d8813285: Preparing 07:36:15 71235876217e: Preparing 07:36:15 c477f148c454: Preparing 07:36:15 2a42b004716e: Preparing 07:36:15 e7ec11a6ae3f: Preparing 07:36:15 713406888c6c: Preparing 07:36:15 994456c4fd7b: Preparing 07:36:15 2a42b004716e: Waiting 07:36:15 994456c4fd7b: Waiting 07:36:15 e7ec11a6ae3f: Waiting 07:36:15 c477f148c454: Layer already exists 07:36:15 3a30d16b3436: Layer already exists 07:36:15 71235876217e: Layer already exists 07:36:15 3927d8813285: Layer already exists 07:36:15 1f5093ff449e: Layer already exists 07:36:15 2a42b004716e: Layer already exists 07:36:15 713406888c6c: Layer already exists 07:36:15 994456c4fd7b: Layer already exists 07:36:15 e7ec11a6ae3f: Layer already exists 07:36:15 latest: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 07:36:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:36:16 1f5093ff449e: Preparing 07:36:16 3a30d16b3436: Preparing 07:36:16 3927d8813285: Preparing 07:36:16 71235876217e: Preparing 07:36:16 c477f148c454: Preparing 07:36:16 2a42b004716e: Preparing 07:36:16 e7ec11a6ae3f: Preparing 07:36:16 713406888c6c: Preparing 07:36:16 994456c4fd7b: Preparing 07:36:16 713406888c6c: Waiting 07:36:16 994456c4fd7b: Waiting 07:36:16 2a42b004716e: Waiting 07:36:16 e7ec11a6ae3f: Waiting 07:36:16 3927d8813285: Layer already exists 07:36:16 1f5093ff449e: Layer already exists 07:36:16 3a30d16b3436: Layer already exists 07:36:16 71235876217e: Layer already exists 07:36:16 c477f148c454: Layer already exists 07:36:16 2a42b004716e: Layer already exists 07:36:16 e7ec11a6ae3f: Layer already exists 07:36:16 713406888c6c: Layer already exists 07:36:16 994456c4fd7b: Layer already exists 07:36:16 4.1.0-dev.29: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:36:16 1f5093ff449e: Preparing 07:36:16 3a30d16b3436: Preparing 07:36:16 3927d8813285: Preparing 07:36:16 71235876217e: Preparing 07:36:16 c477f148c454: Preparing 07:36:16 2a42b004716e: Preparing 07:36:16 e7ec11a6ae3f: Preparing 07:36:16 713406888c6c: Preparing 07:36:16 2a42b004716e: Waiting 07:36:16 994456c4fd7b: Preparing 07:36:16 713406888c6c: Waiting 07:36:16 994456c4fd7b: Waiting 07:36:16 3a30d16b3436: Layer already exists 07:36:16 3927d8813285: Layer already exists 07:36:16 71235876217e: Layer already exists 07:36:16 1f5093ff449e: Layer already exists 07:36:16 c477f148c454: Layer already exists 07:36:16 2a42b004716e: Layer already exists 07:36:16 e7ec11a6ae3f: Layer already exists 07:36:16 713406888c6c: Layer already exists 07:36:16 994456c4fd7b: Layer already exists 07:36:16 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:17 + 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 07:36:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:36:17 1f5093ff449e: Preparing 07:36:17 3a30d16b3436: Preparing 07:36:17 3927d8813285: Preparing 07:36:17 71235876217e: Preparing 07:36:17 c477f148c454: Preparing 07:36:17 2a42b004716e: Preparing 07:36:17 e7ec11a6ae3f: Preparing 07:36:17 713406888c6c: Preparing 07:36:17 994456c4fd7b: Preparing 07:36:17 e7ec11a6ae3f: Waiting 07:36:17 713406888c6c: Waiting 07:36:17 994456c4fd7b: Waiting 07:36:17 2a42b004716e: Waiting 07:36:17 3927d8813285: Layer already exists 07:36:17 c477f148c454: Layer already exists 07:36:17 3a30d16b3436: Layer already exists 07:36:17 1f5093ff449e: Layer already exists 07:36:17 71235876217e: Layer already exists 07:36:17 2a42b004716e: Layer already exists 07:36:17 e7ec11a6ae3f: Layer already exists 07:36:17 713406888c6c: Layer already exists 07:36:17 994456c4fd7b: Layer already exists 07:36:17 main: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:17 ===================================================== [Pipeline] echo 07:36:17 taggedImages: 07:36:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:36:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 07:36:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:36:17 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:36:17 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:17 latest 07:36:17 4.1.0-dev.29 07:36:17 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:17 main 07:36:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:18 + docker push nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:36:18 4ffbf943e2de: Preparing 07:36:18 7ab7757683f5: Preparing 07:36:18 c477f148c454: Preparing 07:36:18 2a42b004716e: Preparing 07:36:18 5a6f60d1a52a: Preparing 07:36:18 ca4c01b97e16: Preparing 07:36:18 994456c4fd7b: Preparing 07:36:18 ca4c01b97e16: Waiting 07:36:18 994456c4fd7b: Waiting 07:36:18 5a6f60d1a52a: Pushed 07:36:18 2a42b004716e: Layer already exists 07:36:18 c477f148c454: Layer already exists 07:36:19 994456c4fd7b: Layer already exists 07:36:19 4ffbf943e2de: Pushed 07:36:19 ca4c01b97e16: Pushed 07:36:21 7ab7757683f5: Pushed 07:36:21 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:22 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:36:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:36:22 4ffbf943e2de: Preparing 07:36:22 7ab7757683f5: Preparing 07:36:22 c477f148c454: Preparing 07:36:22 2a42b004716e: Preparing 07:36:22 5a6f60d1a52a: Preparing 07:36:22 ca4c01b97e16: Preparing 07:36:22 994456c4fd7b: Preparing 07:36:22 ca4c01b97e16: Waiting 07:36:22 5a6f60d1a52a: Layer already exists 07:36:22 7ab7757683f5: Layer already exists 07:36:22 4ffbf943e2de: Layer already exists 07:36:22 2a42b004716e: Layer already exists 07:36:22 c477f148c454: Layer already exists 07:36:22 ca4c01b97e16: Layer already exists 07:36:22 994456c4fd7b: Layer already exists 07:36:22 latest: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:22 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 07:36:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:36:22 4ffbf943e2de: Preparing 07:36:22 7ab7757683f5: Preparing 07:36:22 c477f148c454: Preparing 07:36:22 2a42b004716e: Preparing 07:36:22 5a6f60d1a52a: Preparing 07:36:22 ca4c01b97e16: Preparing 07:36:22 994456c4fd7b: Preparing 07:36:22 ca4c01b97e16: Waiting 07:36:22 994456c4fd7b: Waiting 07:36:22 2a42b004716e: Layer already exists 07:36:22 c477f148c454: Layer already exists 07:36:22 4ffbf943e2de: Layer already exists 07:36:22 7ab7757683f5: Layer already exists 07:36:22 5a6f60d1a52a: Layer already exists 07:36:22 ca4c01b97e16: Layer already exists 07:36:22 994456c4fd7b: Layer already exists 07:36:22 4.1.0-dev.29: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:23 + docker push nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:36:23 4ffbf943e2de: Preparing 07:36:23 7ab7757683f5: Preparing 07:36:23 c477f148c454: Preparing 07:36:23 2a42b004716e: Preparing 07:36:23 5a6f60d1a52a: Preparing 07:36:23 ca4c01b97e16: Preparing 07:36:23 994456c4fd7b: Preparing 07:36:23 994456c4fd7b: Waiting 07:36:23 ca4c01b97e16: Waiting 07:36:23 c477f148c454: Layer already exists 07:36:23 4ffbf943e2de: Layer already exists 07:36:23 7ab7757683f5: Layer already exists 07:36:23 5a6f60d1a52a: Layer already exists 07:36:23 2a42b004716e: Layer already exists 07:36:23 ca4c01b97e16: Layer already exists 07:36:23 994456c4fd7b: Layer already exists 07:36:23 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:24 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:36:24 4ffbf943e2de: Preparing 07:36:24 7ab7757683f5: Preparing 07:36:24 c477f148c454: Preparing 07:36:24 2a42b004716e: Preparing 07:36:24 5a6f60d1a52a: Preparing 07:36:24 ca4c01b97e16: Preparing 07:36:24 994456c4fd7b: Preparing 07:36:24 994456c4fd7b: Waiting 07:36:24 ca4c01b97e16: Waiting 07:36:24 c477f148c454: Layer already exists 07:36:24 2a42b004716e: Layer already exists 07:36:24 5a6f60d1a52a: Layer already exists 07:36:24 4ffbf943e2de: Layer already exists 07:36:24 7ab7757683f5: Layer already exists 07:36:24 ca4c01b97e16: Layer already exists 07:36:24 994456c4fd7b: Layer already exists 07:36:24 main: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:24 ===================================================== [Pipeline] echo 07:36:24 taggedImages: 07:36:24 - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:24 - nexus3.edgexfoundry.org:10004/core-data:latest 07:36:24 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 07:36:24 - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:24 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:36:24 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 07:36:24 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:24 latest 07:36:24 4.1.0-dev.29 07:36:24 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:24 main 07:36:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:24 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:36:25 b4d1b8b6ad56: Preparing 07:36:25 827581f5e178: Preparing 07:36:25 2a42b004716e: Preparing 07:36:25 c0907d60e845: Preparing 07:36:25 eb31c99b2963: Preparing 07:36:25 994456c4fd7b: Preparing 07:36:25 994456c4fd7b: Waiting 07:36:25 2a42b004716e: Layer already exists 07:36:25 994456c4fd7b: Layer already exists 07:36:25 eb31c99b2963: Pushed 07:36:25 c0907d60e845: Pushed 07:36:25 b4d1b8b6ad56: Pushed 07:36:27 827581f5e178: Pushed 07:36:27 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:28 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 07:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:36:28 b4d1b8b6ad56: Preparing 07:36:28 827581f5e178: Preparing 07:36:28 2a42b004716e: Preparing 07:36:28 c0907d60e845: Preparing 07:36:28 eb31c99b2963: Preparing 07:36:28 994456c4fd7b: Preparing 07:36:28 994456c4fd7b: Waiting 07:36:28 eb31c99b2963: Layer already exists 07:36:28 2a42b004716e: Layer already exists 07:36:28 b4d1b8b6ad56: Layer already exists 07:36:28 c0907d60e845: Layer already exists 07:36:28 827581f5e178: Layer already exists 07:36:28 994456c4fd7b: Layer already exists 07:36:28 latest: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:28 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 07:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:36:29 b4d1b8b6ad56: Preparing 07:36:29 827581f5e178: Preparing 07:36:29 2a42b004716e: Preparing 07:36:29 c0907d60e845: Preparing 07:36:29 eb31c99b2963: Preparing 07:36:29 994456c4fd7b: Preparing 07:36:29 994456c4fd7b: Waiting 07:36:29 c0907d60e845: Layer already exists 07:36:29 b4d1b8b6ad56: Layer already exists 07:36:29 827581f5e178: Layer already exists 07:36:29 eb31c99b2963: Layer already exists 07:36:29 2a42b004716e: Layer already exists 07:36:29 994456c4fd7b: Layer already exists 07:36:29 4.1.0-dev.29: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:36:29 b4d1b8b6ad56: Preparing 07:36:29 827581f5e178: Preparing 07:36:29 2a42b004716e: Preparing 07:36:29 c0907d60e845: Preparing 07:36:29 eb31c99b2963: Preparing 07:36:29 994456c4fd7b: Preparing 07:36:29 994456c4fd7b: Waiting 07:36:29 827581f5e178: Layer already exists 07:36:29 2a42b004716e: Layer already exists 07:36:29 c0907d60e845: Layer already exists 07:36:29 b4d1b8b6ad56: Layer already exists 07:36:29 eb31c99b2963: Layer already exists 07:36:29 994456c4fd7b: Layer already exists 07:36:29 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 07:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:36:30 b4d1b8b6ad56: Preparing 07:36:30 827581f5e178: Preparing 07:36:30 2a42b004716e: Preparing 07:36:30 c0907d60e845: Preparing 07:36:30 eb31c99b2963: Preparing 07:36:30 994456c4fd7b: Preparing 07:36:30 994456c4fd7b: Waiting 07:36:30 827581f5e178: Layer already exists 07:36:30 2a42b004716e: Layer already exists 07:36:30 eb31c99b2963: Layer already exists 07:36:30 c0907d60e845: Layer already exists 07:36:30 b4d1b8b6ad56: Layer already exists 07:36:30 994456c4fd7b: Layer already exists 07:36:30 main: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:30 ===================================================== [Pipeline] echo 07:36:30 taggedImages: 07:36:30 - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:30 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:36:30 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 07:36:30 - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:30 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 07:36:30 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:36:30 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:30 latest 07:36:30 4.1.0-dev.29 07:36:30 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:30 main 07:36:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:36:31 5986c8e357a0: Preparing 07:36:31 1181f04331e2: Preparing 07:36:31 b07f28e35c16: Preparing 07:36:31 c477f148c454: Preparing 07:36:31 2a42b004716e: Preparing 07:36:31 e7ec11a6ae3f: Preparing 07:36:31 713406888c6c: Preparing 07:36:31 994456c4fd7b: Preparing 07:36:31 e7ec11a6ae3f: Waiting 07:36:31 713406888c6c: Waiting 07:36:31 994456c4fd7b: Waiting 07:36:31 2a42b004716e: Layer already exists 07:36:31 c477f148c454: Layer already exists 07:36:31 e7ec11a6ae3f: Layer already exists 07:36:31 713406888c6c: Layer already exists 07:36:31 994456c4fd7b: Layer already exists 07:36:31 5986c8e357a0: Pushed 07:36:31 1181f04331e2: Pushed 07:36:33 b07f28e35c16: Pushed 07:36:33 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:36:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:36:34 5986c8e357a0: Preparing 07:36:34 1181f04331e2: Preparing 07:36:34 b07f28e35c16: Preparing 07:36:34 c477f148c454: Preparing 07:36:34 2a42b004716e: Preparing 07:36:34 e7ec11a6ae3f: Preparing 07:36:34 713406888c6c: Preparing 07:36:34 994456c4fd7b: Preparing 07:36:34 713406888c6c: Waiting 07:36:34 e7ec11a6ae3f: Waiting 07:36:34 994456c4fd7b: Waiting 07:36:34 2a42b004716e: Layer already exists 07:36:34 b07f28e35c16: Layer already exists 07:36:34 5986c8e357a0: Layer already exists 07:36:34 c477f148c454: Layer already exists 07:36:34 1181f04331e2: Layer already exists 07:36:34 e7ec11a6ae3f: Layer already exists 07:36:34 994456c4fd7b: Layer already exists 07:36:34 713406888c6c: Layer already exists 07:36:34 latest: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 07:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:36:35 5986c8e357a0: Preparing 07:36:35 1181f04331e2: Preparing 07:36:35 b07f28e35c16: Preparing 07:36:35 c477f148c454: Preparing 07:36:35 2a42b004716e: Preparing 07:36:35 e7ec11a6ae3f: Preparing 07:36:35 713406888c6c: Preparing 07:36:35 994456c4fd7b: Preparing 07:36:35 e7ec11a6ae3f: Waiting 07:36:35 994456c4fd7b: Waiting 07:36:35 713406888c6c: Waiting 07:36:35 1181f04331e2: Layer already exists 07:36:35 b07f28e35c16: Layer already exists 07:36:35 5986c8e357a0: Layer already exists 07:36:35 2a42b004716e: Layer already exists 07:36:35 c477f148c454: Layer already exists 07:36:35 e7ec11a6ae3f: Layer already exists 07:36:35 713406888c6c: Layer already exists 07:36:35 994456c4fd7b: Layer already exists 07:36:35 4.1.0-dev.29: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:36:35 5986c8e357a0: Preparing 07:36:35 1181f04331e2: Preparing 07:36:35 b07f28e35c16: Preparing 07:36:35 c477f148c454: Preparing 07:36:35 2a42b004716e: Preparing 07:36:35 e7ec11a6ae3f: Preparing 07:36:35 713406888c6c: Preparing 07:36:35 994456c4fd7b: Preparing 07:36:35 e7ec11a6ae3f: Waiting 07:36:35 713406888c6c: Waiting 07:36:35 c477f148c454: Layer already exists 07:36:35 b07f28e35c16: Layer already exists 07:36:35 2a42b004716e: Layer already exists 07:36:35 5986c8e357a0: Layer already exists 07:36:35 1181f04331e2: Layer already exists 07:36:35 713406888c6c: Layer already exists 07:36:35 e7ec11a6ae3f: Layer already exists 07:36:35 994456c4fd7b: Layer already exists 07:36:35 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:36:36 5986c8e357a0: Preparing 07:36:36 1181f04331e2: Preparing 07:36:36 b07f28e35c16: Preparing 07:36:36 c477f148c454: Preparing 07:36:36 2a42b004716e: Preparing 07:36:36 e7ec11a6ae3f: Preparing 07:36:36 713406888c6c: Preparing 07:36:36 994456c4fd7b: Preparing 07:36:36 e7ec11a6ae3f: Waiting 07:36:36 713406888c6c: Waiting 07:36:36 994456c4fd7b: Waiting 07:36:36 5986c8e357a0: Layer already exists 07:36:36 2a42b004716e: Layer already exists 07:36:36 c477f148c454: Layer already exists 07:36:36 b07f28e35c16: Layer already exists 07:36:36 1181f04331e2: Layer already exists 07:36:36 713406888c6c: Layer already exists 07:36:36 e7ec11a6ae3f: Layer already exists 07:36:36 994456c4fd7b: Layer already exists 07:36:36 main: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:36 ===================================================== [Pipeline] echo 07:36:36 taggedImages: 07:36:36 - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:36 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:36:36 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 07:36:36 - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:36 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:36:36 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:36:36 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:36 latest 07:36:36 4.1.0-dev.29 07:36:36 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:36 main 07:36:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:36:37 1acc115ac7b5: Preparing 07:36:37 3e172eb3e788: Preparing 07:36:37 b2faed9b0cd8: Preparing 07:36:37 c9c13d1cd2fe: Preparing 07:36:37 317b15b597a2: Preparing 07:36:37 e40290c7f54a: Preparing 07:36:37 8f1f2dfa4528: Preparing 07:36:37 c477f148c454: Preparing 07:36:37 2a42b004716e: Preparing 07:36:37 e8ea58b9b59b: Preparing 07:36:37 9445c74db66a: Preparing 07:36:37 5f70bf18a086: Preparing 07:36:37 c477f148c454: Waiting 07:36:37 e40290c7f54a: Waiting 07:36:37 8f1f2dfa4528: Waiting 07:36:37 2a42b004716e: Waiting 07:36:37 e8ea58b9b59b: Waiting 07:36:37 9445c74db66a: Waiting 07:36:37 d3340cb63edd: Preparing 07:36:37 702b36fb0619: Preparing 07:36:37 5f70bf18a086: Waiting 07:36:37 d3340cb63edd: Waiting 07:36:37 e371940d6f63: Preparing 07:36:37 994456c4fd7b: Preparing 07:36:37 702b36fb0619: Waiting 07:36:37 e371940d6f63: Waiting 07:36:37 994456c4fd7b: Waiting 07:36:37 b2faed9b0cd8: Pushed 07:36:37 3e172eb3e788: Pushed 07:36:37 317b15b597a2: Pushed 07:36:37 c9c13d1cd2fe: Pushed 07:36:37 1acc115ac7b5: Pushed 07:36:37 e40290c7f54a: Pushed 07:36:37 2a42b004716e: Layer already exists 07:36:37 e8ea58b9b59b: Pushed 07:36:37 c477f148c454: Layer already exists 07:36:37 9445c74db66a: Pushed 07:36:37 5f70bf18a086: Layer already exists 07:36:37 d3340cb63edd: Pushed 07:36:37 702b36fb0619: Pushed 07:36:37 e371940d6f63: Pushed 07:36:38 994456c4fd7b: Layer already exists 07:36:38 8f1f2dfa4528: Pushed 07:36:38 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:36:39 1acc115ac7b5: Preparing 07:36:39 3e172eb3e788: Preparing 07:36:39 b2faed9b0cd8: Preparing 07:36:39 c9c13d1cd2fe: Preparing 07:36:39 317b15b597a2: Preparing 07:36:39 e40290c7f54a: Preparing 07:36:39 8f1f2dfa4528: Preparing 07:36:39 c477f148c454: Preparing 07:36:39 2a42b004716e: Preparing 07:36:39 e8ea58b9b59b: Preparing 07:36:39 9445c74db66a: Preparing 07:36:39 5f70bf18a086: Preparing 07:36:39 d3340cb63edd: Preparing 07:36:39 702b36fb0619: Preparing 07:36:39 e8ea58b9b59b: Waiting 07:36:39 e40290c7f54a: Waiting 07:36:39 9445c74db66a: Waiting 07:36:39 5f70bf18a086: Waiting 07:36:39 d3340cb63edd: Waiting 07:36:39 8f1f2dfa4528: Waiting 07:36:39 c477f148c454: Waiting 07:36:39 2a42b004716e: Waiting 07:36:39 702b36fb0619: Waiting 07:36:39 e371940d6f63: Preparing 07:36:39 994456c4fd7b: Preparing 07:36:39 e371940d6f63: Waiting 07:36:39 994456c4fd7b: Waiting 07:36:39 3e172eb3e788: Layer already exists 07:36:39 317b15b597a2: Layer already exists 07:36:39 c9c13d1cd2fe: Layer already exists 07:36:39 1acc115ac7b5: Layer already exists 07:36:39 b2faed9b0cd8: Layer already exists 07:36:39 e40290c7f54a: Layer already exists 07:36:39 c477f148c454: Layer already exists 07:36:39 8f1f2dfa4528: Layer already exists 07:36:39 2a42b004716e: Layer already exists 07:36:39 e8ea58b9b59b: Layer already exists 07:36:39 9445c74db66a: Layer already exists 07:36:39 d3340cb63edd: Layer already exists 07:36:39 5f70bf18a086: Layer already exists 07:36:39 e371940d6f63: Layer already exists 07:36:39 702b36fb0619: Layer already exists 07:36:39 994456c4fd7b: Layer already exists 07:36:39 latest: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 07:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:36:40 1acc115ac7b5: Preparing 07:36:40 3e172eb3e788: Preparing 07:36:40 b2faed9b0cd8: Preparing 07:36:40 c9c13d1cd2fe: Preparing 07:36:40 317b15b597a2: Preparing 07:36:40 e40290c7f54a: Preparing 07:36:40 8f1f2dfa4528: Preparing 07:36:40 c477f148c454: Preparing 07:36:40 2a42b004716e: Preparing 07:36:40 e8ea58b9b59b: Preparing 07:36:40 9445c74db66a: Preparing 07:36:40 5f70bf18a086: Preparing 07:36:40 d3340cb63edd: Preparing 07:36:40 702b36fb0619: Preparing 07:36:40 e371940d6f63: Preparing 07:36:40 994456c4fd7b: Preparing 07:36:40 8f1f2dfa4528: Waiting 07:36:40 c477f148c454: Waiting 07:36:40 2a42b004716e: Waiting 07:36:40 e8ea58b9b59b: Waiting 07:36:40 9445c74db66a: Waiting 07:36:40 e371940d6f63: Waiting 07:36:40 994456c4fd7b: Waiting 07:36:40 5f70bf18a086: Waiting 07:36:40 d3340cb63edd: Waiting 07:36:40 702b36fb0619: Waiting 07:36:40 e40290c7f54a: Waiting 07:36:40 b2faed9b0cd8: Layer already exists 07:36:40 c9c13d1cd2fe: Layer already exists 07:36:40 3e172eb3e788: Layer already exists 07:36:40 317b15b597a2: Layer already exists 07:36:40 1acc115ac7b5: Layer already exists 07:36:40 e40290c7f54a: Layer already exists 07:36:40 c477f148c454: Layer already exists 07:36:40 8f1f2dfa4528: Layer already exists 07:36:40 2a42b004716e: Layer already exists 07:36:40 e8ea58b9b59b: Layer already exists 07:36:40 9445c74db66a: Layer already exists 07:36:40 5f70bf18a086: Layer already exists 07:36:40 702b36fb0619: Layer already exists 07:36:40 e371940d6f63: Layer already exists 07:36:40 d3340cb63edd: Layer already exists 07:36:40 994456c4fd7b: Layer already exists 07:36:40 4.1.0-dev.29: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:36:40 1acc115ac7b5: Preparing 07:36:40 3e172eb3e788: Preparing 07:36:40 b2faed9b0cd8: Preparing 07:36:40 c9c13d1cd2fe: Preparing 07:36:40 317b15b597a2: Preparing 07:36:40 e40290c7f54a: Preparing 07:36:40 8f1f2dfa4528: Preparing 07:36:40 c477f148c454: Preparing 07:36:40 2a42b004716e: Preparing 07:36:40 e8ea58b9b59b: Preparing 07:36:40 9445c74db66a: Preparing 07:36:40 5f70bf18a086: Preparing 07:36:40 d3340cb63edd: Preparing 07:36:40 702b36fb0619: Preparing 07:36:40 e371940d6f63: Preparing 07:36:40 994456c4fd7b: Preparing 07:36:40 e40290c7f54a: Waiting 07:36:40 8f1f2dfa4528: Waiting 07:36:40 5f70bf18a086: Waiting 07:36:40 d3340cb63edd: Waiting 07:36:40 702b36fb0619: Waiting 07:36:40 c477f148c454: Waiting 07:36:40 2a42b004716e: Waiting 07:36:40 e371940d6f63: Waiting 07:36:40 994456c4fd7b: Waiting 07:36:40 e8ea58b9b59b: Waiting 07:36:40 9445c74db66a: Waiting 07:36:40 c9c13d1cd2fe: Layer already exists 07:36:40 b2faed9b0cd8: Layer already exists 07:36:40 1acc115ac7b5: Layer already exists 07:36:40 3e172eb3e788: Layer already exists 07:36:40 317b15b597a2: Layer already exists 07:36:40 e40290c7f54a: Layer already exists 07:36:40 2a42b004716e: Layer already exists 07:36:40 8f1f2dfa4528: Layer already exists 07:36:40 c477f148c454: Layer already exists 07:36:40 e8ea58b9b59b: Layer already exists 07:36:40 9445c74db66a: Layer already exists 07:36:40 e371940d6f63: Layer already exists 07:36:40 5f70bf18a086: Layer already exists 07:36:40 702b36fb0619: Layer already exists 07:36:40 d3340cb63edd: Layer already exists 07:36:40 994456c4fd7b: Layer already exists 07:36:40 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:36:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:36:41 1acc115ac7b5: Preparing 07:36:41 3e172eb3e788: Preparing 07:36:41 b2faed9b0cd8: Preparing 07:36:41 c9c13d1cd2fe: Preparing 07:36:41 317b15b597a2: Preparing 07:36:41 e40290c7f54a: Preparing 07:36:41 8f1f2dfa4528: Preparing 07:36:41 c477f148c454: Preparing 07:36:41 2a42b004716e: Preparing 07:36:41 e8ea58b9b59b: Preparing 07:36:41 9445c74db66a: Preparing 07:36:41 5f70bf18a086: Preparing 07:36:41 d3340cb63edd: Preparing 07:36:41 702b36fb0619: Preparing 07:36:41 8f1f2dfa4528: Waiting 07:36:41 e40290c7f54a: Waiting 07:36:41 c477f148c454: Waiting 07:36:41 2a42b004716e: Waiting 07:36:41 5f70bf18a086: Waiting 07:36:41 e8ea58b9b59b: Waiting 07:36:41 d3340cb63edd: Waiting 07:36:41 702b36fb0619: Waiting 07:36:41 e371940d6f63: Preparing 07:36:41 994456c4fd7b: Preparing 07:36:41 994456c4fd7b: Waiting 07:36:41 c9c13d1cd2fe: Layer already exists 07:36:41 b2faed9b0cd8: Layer already exists 07:36:41 317b15b597a2: Layer already exists 07:36:41 3e172eb3e788: Layer already exists 07:36:41 1acc115ac7b5: Layer already exists 07:36:41 e40290c7f54a: Layer already exists 07:36:41 c477f148c454: Layer already exists 07:36:41 e8ea58b9b59b: Layer already exists 07:36:41 8f1f2dfa4528: Layer already exists 07:36:41 2a42b004716e: Layer already exists 07:36:41 9445c74db66a: Layer already exists 07:36:41 5f70bf18a086: Layer already exists 07:36:41 702b36fb0619: Layer already exists 07:36:41 d3340cb63edd: Layer already exists 07:36:41 e371940d6f63: Layer already exists 07:36:41 994456c4fd7b: Layer already exists 07:36:41 main: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:41 ===================================================== [Pipeline] echo 07:36:41 taggedImages: 07:36:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:36:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 07:36:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:36:41 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:36:41 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:41 latest 07:36:41 4.1.0-dev.29 07:36:41 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:41 main 07:36:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:36:42 4013da0539db: Preparing 07:36:42 2b2a8cdff82e: Preparing 07:36:42 fc6b80286046: Preparing 07:36:42 031712caf64b: Preparing 07:36:42 c477f148c454: Preparing 07:36:42 2a42b004716e: Preparing 07:36:42 e7ec11a6ae3f: Preparing 07:36:42 713406888c6c: Preparing 07:36:42 994456c4fd7b: Preparing 07:36:42 2a42b004716e: Waiting 07:36:42 e7ec11a6ae3f: Waiting 07:36:42 713406888c6c: Waiting 07:36:42 994456c4fd7b: Waiting 07:36:42 c477f148c454: Layer already exists 07:36:42 fc6b80286046: Pushed 07:36:42 2b2a8cdff82e: Pushed 07:36:42 4013da0539db: Pushed 07:36:42 2a42b004716e: Layer already exists 07:36:42 e7ec11a6ae3f: Layer already exists 07:36:42 713406888c6c: Layer already exists 07:36:42 994456c4fd7b: Layer already exists 07:36:45 031712caf64b: Pushed 07:36:45 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:36:45 4013da0539db: Preparing 07:36:45 2b2a8cdff82e: Preparing 07:36:45 fc6b80286046: Preparing 07:36:45 031712caf64b: Preparing 07:36:45 c477f148c454: Preparing 07:36:45 2a42b004716e: Preparing 07:36:45 e7ec11a6ae3f: Preparing 07:36:45 713406888c6c: Preparing 07:36:45 994456c4fd7b: Preparing 07:36:45 713406888c6c: Waiting 07:36:45 e7ec11a6ae3f: Waiting 07:36:45 994456c4fd7b: Waiting 07:36:45 2b2a8cdff82e: Layer already exists 07:36:45 4013da0539db: Layer already exists 07:36:45 c477f148c454: Layer already exists 07:36:45 031712caf64b: Layer already exists 07:36:45 fc6b80286046: Layer already exists 07:36:45 2a42b004716e: Layer already exists 07:36:45 e7ec11a6ae3f: Layer already exists 07:36:45 994456c4fd7b: Layer already exists 07:36:45 713406888c6c: Layer already exists 07:36:45 latest: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 07:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:36:46 4013da0539db: Preparing 07:36:46 2b2a8cdff82e: Preparing 07:36:46 fc6b80286046: Preparing 07:36:46 031712caf64b: Preparing 07:36:46 c477f148c454: Preparing 07:36:46 2a42b004716e: Preparing 07:36:46 e7ec11a6ae3f: Preparing 07:36:46 713406888c6c: Preparing 07:36:46 994456c4fd7b: Preparing 07:36:46 713406888c6c: Waiting 07:36:46 994456c4fd7b: Waiting 07:36:46 2a42b004716e: Waiting 07:36:46 e7ec11a6ae3f: Waiting 07:36:46 2b2a8cdff82e: Layer already exists 07:36:46 031712caf64b: Layer already exists 07:36:46 fc6b80286046: Layer already exists 07:36:46 4013da0539db: Layer already exists 07:36:46 c477f148c454: Layer already exists 07:36:46 2a42b004716e: Layer already exists 07:36:46 713406888c6c: Layer already exists 07:36:46 e7ec11a6ae3f: Layer already exists 07:36:46 994456c4fd7b: Layer already exists 07:36:46 4.1.0-dev.29: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:36:47 4013da0539db: Preparing 07:36:47 2b2a8cdff82e: Preparing 07:36:47 fc6b80286046: Preparing 07:36:47 031712caf64b: Preparing 07:36:47 c477f148c454: Preparing 07:36:47 2a42b004716e: Preparing 07:36:47 e7ec11a6ae3f: Preparing 07:36:47 713406888c6c: Preparing 07:36:47 994456c4fd7b: Preparing 07:36:47 713406888c6c: Waiting 07:36:47 994456c4fd7b: Waiting 07:36:47 2a42b004716e: Waiting 07:36:47 e7ec11a6ae3f: Waiting 07:36:47 fc6b80286046: Layer already exists 07:36:47 c477f148c454: Layer already exists 07:36:47 4013da0539db: Layer already exists 07:36:47 031712caf64b: Layer already exists 07:36:47 2b2a8cdff82e: Layer already exists 07:36:47 994456c4fd7b: Layer already exists 07:36:47 713406888c6c: Layer already exists 07:36:47 2a42b004716e: Layer already exists 07:36:47 e7ec11a6ae3f: Layer already exists 07:36:47 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:36:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:36:47 4013da0539db: Preparing 07:36:47 2b2a8cdff82e: Preparing 07:36:47 fc6b80286046: Preparing 07:36:47 031712caf64b: Preparing 07:36:47 c477f148c454: Preparing 07:36:47 2a42b004716e: Preparing 07:36:47 e7ec11a6ae3f: Preparing 07:36:47 713406888c6c: Preparing 07:36:47 994456c4fd7b: Preparing 07:36:47 2a42b004716e: Waiting 07:36:47 e7ec11a6ae3f: Waiting 07:36:47 713406888c6c: Waiting 07:36:47 994456c4fd7b: Waiting 07:36:47 fc6b80286046: Layer already exists 07:36:47 031712caf64b: Layer already exists 07:36:47 4013da0539db: Layer already exists 07:36:47 2b2a8cdff82e: Layer already exists 07:36:47 c477f148c454: Layer already exists 07:36:47 713406888c6c: Layer already exists 07:36:47 e7ec11a6ae3f: Layer already exists 07:36:47 2a42b004716e: Layer already exists 07:36:47 994456c4fd7b: Layer already exists 07:36:47 main: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:48 ===================================================== [Pipeline] echo 07:36:48 taggedImages: 07:36:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:36:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 07:36:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:36:48 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:36:48 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:48 latest 07:36:48 4.1.0-dev.29 07:36:48 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:48 main 07:36:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:36:48 7bebe92bb367: Preparing 07:36:48 458a017d6fe4: Preparing 07:36:48 66ae9da4baec: Preparing 07:36:48 4724d55ee792: Preparing 07:36:48 5ea0c63a7c93: Preparing 07:36:48 c477f148c454: Preparing 07:36:48 2a42b004716e: Preparing 07:36:48 87671618ad48: Preparing 07:36:48 5feb94076ea6: Preparing 07:36:48 e21334657b09: Preparing 07:36:48 994456c4fd7b: Preparing 07:36:48 87671618ad48: Waiting 07:36:48 5feb94076ea6: Waiting 07:36:48 e21334657b09: Waiting 07:36:48 994456c4fd7b: Waiting 07:36:48 2a42b004716e: Waiting 07:36:48 c477f148c454: Waiting 07:36:48 458a017d6fe4: Pushed 07:36:48 7bebe92bb367: Pushed 07:36:48 5ea0c63a7c93: Pushed 07:36:48 4724d55ee792: Pushed 07:36:48 c477f148c454: Layer already exists 07:36:48 2a42b004716e: Layer already exists 07:36:48 994456c4fd7b: Layer already exists 07:36:49 87671618ad48: Pushed 07:36:49 5feb94076ea6: Pushed 07:36:50 e21334657b09: Pushed 07:36:50 66ae9da4baec: Pushed 07:36:51 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:36:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:36:51 7bebe92bb367: Preparing 07:36:51 458a017d6fe4: Preparing 07:36:51 66ae9da4baec: Preparing 07:36:51 4724d55ee792: Preparing 07:36:51 5ea0c63a7c93: Preparing 07:36:51 c477f148c454: Preparing 07:36:51 2a42b004716e: Preparing 07:36:51 87671618ad48: Preparing 07:36:51 5feb94076ea6: Preparing 07:36:51 e21334657b09: Preparing 07:36:51 994456c4fd7b: Preparing 07:36:51 87671618ad48: Waiting 07:36:51 2a42b004716e: Waiting 07:36:51 c477f148c454: Waiting 07:36:51 5feb94076ea6: Waiting 07:36:51 e21334657b09: Waiting 07:36:51 458a017d6fe4: Layer already exists 07:36:51 66ae9da4baec: Layer already exists 07:36:51 5ea0c63a7c93: Layer already exists 07:36:51 4724d55ee792: Layer already exists 07:36:51 7bebe92bb367: Layer already exists 07:36:51 2a42b004716e: Layer already exists 07:36:51 c477f148c454: Layer already exists 07:36:51 e21334657b09: Layer already exists 07:36:51 5feb94076ea6: Layer already exists 07:36:51 87671618ad48: Layer already exists 07:36:51 994456c4fd7b: Layer already exists 07:36:51 latest: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 07:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:36:52 7bebe92bb367: Preparing 07:36:52 458a017d6fe4: Preparing 07:36:52 66ae9da4baec: Preparing 07:36:52 4724d55ee792: Preparing 07:36:52 5ea0c63a7c93: Preparing 07:36:52 c477f148c454: Preparing 07:36:52 2a42b004716e: Preparing 07:36:52 87671618ad48: Preparing 07:36:52 5feb94076ea6: Preparing 07:36:52 e21334657b09: Preparing 07:36:52 994456c4fd7b: Preparing 07:36:52 2a42b004716e: Waiting 07:36:52 87671618ad48: Waiting 07:36:52 5feb94076ea6: Waiting 07:36:52 e21334657b09: Waiting 07:36:52 994456c4fd7b: Waiting 07:36:52 c477f148c454: Waiting 07:36:52 5ea0c63a7c93: Layer already exists 07:36:52 4724d55ee792: Layer already exists 07:36:52 66ae9da4baec: Layer already exists 07:36:52 7bebe92bb367: Layer already exists 07:36:52 458a017d6fe4: Layer already exists 07:36:52 c477f148c454: Layer already exists 07:36:52 2a42b004716e: Layer already exists 07:36:52 87671618ad48: Layer already exists 07:36:52 5feb94076ea6: Layer already exists 07:36:52 e21334657b09: Layer already exists 07:36:52 994456c4fd7b: Layer already exists 07:36:52 4.1.0-dev.29: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:36:52 7bebe92bb367: Preparing 07:36:52 458a017d6fe4: Preparing 07:36:52 66ae9da4baec: Preparing 07:36:52 4724d55ee792: Preparing 07:36:52 5ea0c63a7c93: Preparing 07:36:52 c477f148c454: Preparing 07:36:52 2a42b004716e: Preparing 07:36:52 87671618ad48: Preparing 07:36:52 5feb94076ea6: Preparing 07:36:52 e21334657b09: Preparing 07:36:52 994456c4fd7b: Preparing 07:36:52 5feb94076ea6: Waiting 07:36:52 e21334657b09: Waiting 07:36:52 87671618ad48: Waiting 07:36:52 994456c4fd7b: Waiting 07:36:52 2a42b004716e: Waiting 07:36:52 66ae9da4baec: Layer already exists 07:36:52 5ea0c63a7c93: Layer already exists 07:36:52 4724d55ee792: Layer already exists 07:36:52 7bebe92bb367: Layer already exists 07:36:52 458a017d6fe4: Layer already exists 07:36:52 87671618ad48: Layer already exists 07:36:52 c477f148c454: Layer already exists 07:36:52 5feb94076ea6: Layer already exists 07:36:52 e21334657b09: Layer already exists 07:36:52 2a42b004716e: Layer already exists 07:36:52 994456c4fd7b: Layer already exists 07:36:52 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:36:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:36:53 7bebe92bb367: Preparing 07:36:53 458a017d6fe4: Preparing 07:36:53 66ae9da4baec: Preparing 07:36:53 4724d55ee792: Preparing 07:36:53 5ea0c63a7c93: Preparing 07:36:53 c477f148c454: Preparing 07:36:53 c477f148c454: Waiting 07:36:53 2a42b004716e: Preparing 07:36:53 87671618ad48: Preparing 07:36:53 5feb94076ea6: Preparing 07:36:53 e21334657b09: Preparing 07:36:53 994456c4fd7b: Preparing 07:36:53 2a42b004716e: Waiting 07:36:53 5feb94076ea6: Waiting 07:36:53 994456c4fd7b: Waiting 07:36:53 87671618ad48: Waiting 07:36:53 e21334657b09: Waiting 07:36:53 66ae9da4baec: Layer already exists 07:36:53 4724d55ee792: Layer already exists 07:36:53 458a017d6fe4: Layer already exists 07:36:53 5ea0c63a7c93: Layer already exists 07:36:53 7bebe92bb367: Layer already exists 07:36:53 2a42b004716e: Layer already exists 07:36:53 c477f148c454: Layer already exists 07:36:53 e21334657b09: Layer already exists 07:36:53 5feb94076ea6: Layer already exists 07:36:53 87671618ad48: Layer already exists 07:36:53 994456c4fd7b: Layer already exists 07:36:53 main: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:53 ===================================================== [Pipeline] echo 07:36:53 taggedImages: 07:36:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:36:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 07:36:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:36:53 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:36:53 f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:53 latest 07:36:53 4.1.0-dev.29 07:36:53 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:53 main 07:36:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:36:54 03dc8d381285: Preparing 07:36:54 b25bd60d2fe6: Preparing 07:36:54 6004a25eafda: Preparing 07:36:54 2555f49bc80e: Preparing 07:36:54 5c556900f879: Preparing 07:36:54 6b8dba562ab7: Preparing 07:36:54 93d92c0e4780: Preparing 07:36:54 c477f148c454: Preparing 07:36:54 2a42b004716e: Preparing 07:36:54 1d8d7602c0c8: Preparing 07:36:54 9c8dc28f68c3: Preparing 07:36:54 994456c4fd7b: Preparing 07:36:54 c477f148c454: Waiting 07:36:54 9c8dc28f68c3: Waiting 07:36:54 2a42b004716e: Waiting 07:36:54 1d8d7602c0c8: Waiting 07:36:54 6b8dba562ab7: Waiting 07:36:54 994456c4fd7b: Waiting 07:36:54 93d92c0e4780: Waiting 07:36:54 03dc8d381285: Pushed 07:36:54 b25bd60d2fe6: Pushed 07:36:54 5c556900f879: Pushed 07:36:54 c477f148c454: Layer already exists 07:36:54 2a42b004716e: Layer already exists 07:36:54 6b8dba562ab7: Pushed 07:36:54 93d92c0e4780: Pushed 07:36:54 994456c4fd7b: Layer already exists 07:36:54 1d8d7602c0c8: Pushed 07:36:56 9c8dc28f68c3: Pushed 07:36:56 2555f49bc80e: Pushed 07:36:57 6004a25eafda: Pushed 07:36:57 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:36:57 03dc8d381285: Preparing 07:36:57 b25bd60d2fe6: Preparing 07:36:57 6004a25eafda: Preparing 07:36:57 2555f49bc80e: Preparing 07:36:57 5c556900f879: Preparing 07:36:57 6b8dba562ab7: Preparing 07:36:57 93d92c0e4780: Preparing 07:36:57 c477f148c454: Preparing 07:36:57 2a42b004716e: Preparing 07:36:57 1d8d7602c0c8: Preparing 07:36:57 9c8dc28f68c3: Preparing 07:36:57 994456c4fd7b: Preparing 07:36:57 6b8dba562ab7: Waiting 07:36:57 93d92c0e4780: Waiting 07:36:57 c477f148c454: Waiting 07:36:57 9c8dc28f68c3: Waiting 07:36:57 994456c4fd7b: Waiting 07:36:57 1d8d7602c0c8: Waiting 07:36:57 2a42b004716e: Waiting 07:36:57 6004a25eafda: Layer already exists 07:36:57 2555f49bc80e: Layer already exists 07:36:57 03dc8d381285: Layer already exists 07:36:57 b25bd60d2fe6: Layer already exists 07:36:57 5c556900f879: Layer already exists 07:36:57 6b8dba562ab7: Layer already exists 07:36:57 c477f148c454: Layer already exists 07:36:57 93d92c0e4780: Layer already exists 07:36:57 1d8d7602c0c8: Layer already exists 07:36:57 2a42b004716e: Layer already exists 07:36:57 9c8dc28f68c3: Layer already exists 07:36:57 994456c4fd7b: Layer already exists 07:36:57 latest: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 07:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:36:58 03dc8d381285: Preparing 07:36:58 b25bd60d2fe6: Preparing 07:36:58 6004a25eafda: Preparing 07:36:58 2555f49bc80e: Preparing 07:36:58 5c556900f879: Preparing 07:36:58 6b8dba562ab7: Preparing 07:36:58 93d92c0e4780: Preparing 07:36:58 c477f148c454: Preparing 07:36:58 2a42b004716e: Preparing 07:36:58 1d8d7602c0c8: Preparing 07:36:58 9c8dc28f68c3: Preparing 07:36:58 994456c4fd7b: Preparing 07:36:58 2a42b004716e: Waiting 07:36:58 1d8d7602c0c8: Waiting 07:36:58 9c8dc28f68c3: Waiting 07:36:58 994456c4fd7b: Waiting 07:36:58 c477f148c454: Waiting 07:36:58 93d92c0e4780: Waiting 07:36:58 2555f49bc80e: Layer already exists 07:36:58 6004a25eafda: Layer already exists 07:36:58 b25bd60d2fe6: Layer already exists 07:36:58 5c556900f879: Layer already exists 07:36:58 03dc8d381285: Layer already exists 07:36:58 6b8dba562ab7: Layer already exists 07:36:58 93d92c0e4780: Layer already exists 07:36:58 2a42b004716e: Layer already exists 07:36:58 1d8d7602c0c8: Layer already exists 07:36:58 c477f148c454: Layer already exists 07:36:58 9c8dc28f68c3: Layer already exists 07:36:58 994456c4fd7b: Layer already exists 07:36:58 4.1.0-dev.29: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:36:59 03dc8d381285: Preparing 07:36:59 b25bd60d2fe6: Preparing 07:36:59 6004a25eafda: Preparing 07:36:59 2555f49bc80e: Preparing 07:36:59 5c556900f879: Preparing 07:36:59 6b8dba562ab7: Preparing 07:36:59 93d92c0e4780: Preparing 07:36:59 c477f148c454: Preparing 07:36:59 2a42b004716e: Preparing 07:36:59 1d8d7602c0c8: Preparing 07:36:59 9c8dc28f68c3: Preparing 07:36:59 994456c4fd7b: Preparing 07:36:59 6b8dba562ab7: Waiting 07:36:59 1d8d7602c0c8: Waiting 07:36:59 93d92c0e4780: Waiting 07:36:59 c477f148c454: Waiting 07:36:59 9c8dc28f68c3: Waiting 07:36:59 2a42b004716e: Waiting 07:36:59 994456c4fd7b: Waiting 07:36:59 03dc8d381285: Layer already exists 07:36:59 b25bd60d2fe6: Layer already exists 07:36:59 6004a25eafda: Layer already exists 07:36:59 2555f49bc80e: Layer already exists 07:36:59 5c556900f879: Layer already exists 07:36:59 c477f148c454: Layer already exists 07:36:59 93d92c0e4780: Layer already exists 07:36:59 6b8dba562ab7: Layer already exists 07:36:59 2a42b004716e: Layer already exists 07:36:59 1d8d7602c0c8: Layer already exists 07:36:59 994456c4fd7b: Layer already exists 07:36:59 9c8dc28f68c3: Layer already exists 07:36:59 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:36:59 03dc8d381285: Preparing 07:36:59 b25bd60d2fe6: Preparing 07:36:59 6004a25eafda: Preparing 07:36:59 2555f49bc80e: Preparing 07:36:59 5c556900f879: Preparing 07:36:59 6b8dba562ab7: Preparing 07:36:59 93d92c0e4780: Preparing 07:36:59 c477f148c454: Preparing 07:36:59 2a42b004716e: Preparing 07:36:59 1d8d7602c0c8: Preparing 07:36:59 9c8dc28f68c3: Preparing 07:36:59 994456c4fd7b: Preparing 07:36:59 93d92c0e4780: Waiting 07:36:59 c477f148c454: Waiting 07:36:59 2a42b004716e: Waiting 07:36:59 1d8d7602c0c8: Waiting 07:36:59 994456c4fd7b: Waiting 07:36:59 6b8dba562ab7: Waiting 07:36:59 5c556900f879: Layer already exists 07:36:59 2555f49bc80e: Layer already exists 07:36:59 6004a25eafda: Layer already exists 07:36:59 b25bd60d2fe6: Layer already exists 07:36:59 03dc8d381285: Layer already exists 07:36:59 2a42b004716e: Layer already exists 07:36:59 c477f148c454: Layer already exists 07:36:59 93d92c0e4780: Layer already exists 07:36:59 6b8dba562ab7: Layer already exists 07:36:59 1d8d7602c0c8: Layer already exists 07:36:59 994456c4fd7b: Layer already exists 07:36:59 9c8dc28f68c3: Layer already exists 07:36:59 main: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:36:59 ===================================================== [Pipeline] echo 07:36:59 taggedImages: 07:36:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:36:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:36:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 07:36:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:36:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:37:00 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:37:00 f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:00 latest 07:37:00 4.1.0-dev.29 07:37:00 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:00 main 07:37:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:00 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:37:00 5a18a40dba87: Preparing 07:37:00 a8fa774a4924: Preparing 07:37:00 c477f148c454: Preparing 07:37:00 2a42b004716e: Preparing 07:37:00 8fcf5886cb7e: Preparing 07:37:00 3307d4896d6e: Preparing 07:37:00 994456c4fd7b: Preparing 07:37:00 3307d4896d6e: Waiting 07:37:00 994456c4fd7b: Waiting 07:37:00 c477f148c454: Layer already exists 07:37:00 2a42b004716e: Layer already exists 07:37:00 994456c4fd7b: Layer already exists 07:37:00 5a18a40dba87: Pushed 07:37:00 8fcf5886cb7e: Pushed 07:37:01 3307d4896d6e: Pushed 07:37:04 a8fa774a4924: Pushed 07:37:04 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37: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 07:37:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:37:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:37:04 5a18a40dba87: Preparing 07:37:04 a8fa774a4924: Preparing 07:37:04 c477f148c454: Preparing 07:37:04 2a42b004716e: Preparing 07:37:04 8fcf5886cb7e: Preparing 07:37:04 3307d4896d6e: Preparing 07:37:04 994456c4fd7b: Preparing 07:37:04 3307d4896d6e: Waiting 07:37:04 c477f148c454: Layer already exists 07:37:04 2a42b004716e: Layer already exists 07:37:04 a8fa774a4924: Layer already exists 07:37:04 8fcf5886cb7e: Layer already exists 07:37:04 5a18a40dba87: Layer already exists 07:37:04 994456c4fd7b: Layer already exists 07:37:04 3307d4896d6e: Layer already exists 07:37:04 latest: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 07:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:37:05 5a18a40dba87: Preparing 07:37:05 a8fa774a4924: Preparing 07:37:05 c477f148c454: Preparing 07:37:05 2a42b004716e: Preparing 07:37:05 8fcf5886cb7e: Preparing 07:37:05 3307d4896d6e: Preparing 07:37:05 994456c4fd7b: Preparing 07:37:05 3307d4896d6e: Waiting 07:37:05 994456c4fd7b: Waiting 07:37:05 5a18a40dba87: Layer already exists 07:37:05 8fcf5886cb7e: Layer already exists 07:37:05 a8fa774a4924: Layer already exists 07:37:05 2a42b004716e: Layer already exists 07:37:05 c477f148c454: Layer already exists 07:37:05 994456c4fd7b: Layer already exists 07:37:05 3307d4896d6e: Layer already exists 07:37:05 4.1.0-dev.29: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:37:06 5a18a40dba87: Preparing 07:37:06 a8fa774a4924: Preparing 07:37:06 c477f148c454: Preparing 07:37:06 2a42b004716e: Preparing 07:37:06 8fcf5886cb7e: Preparing 07:37:06 3307d4896d6e: Preparing 07:37:06 994456c4fd7b: Preparing 07:37:06 3307d4896d6e: Waiting 07:37:06 994456c4fd7b: Waiting 07:37:06 a8fa774a4924: Layer already exists 07:37:06 8fcf5886cb7e: Layer already exists 07:37:06 5a18a40dba87: Layer already exists 07:37:06 c477f148c454: Layer already exists 07:37:06 2a42b004716e: Layer already exists 07:37:06 3307d4896d6e: Layer already exists 07:37:06 994456c4fd7b: Layer already exists 07:37:06 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37: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 07:37:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:37:06 5a18a40dba87: Preparing 07:37:06 a8fa774a4924: Preparing 07:37:06 c477f148c454: Preparing 07:37:06 2a42b004716e: Preparing 07:37:06 8fcf5886cb7e: Preparing 07:37:06 3307d4896d6e: Preparing 07:37:06 994456c4fd7b: Preparing 07:37:06 3307d4896d6e: Waiting 07:37:06 994456c4fd7b: Waiting 07:37:06 c477f148c454: Layer already exists 07:37:06 5a18a40dba87: Layer already exists 07:37:06 2a42b004716e: Layer already exists 07:37:06 8fcf5886cb7e: Layer already exists 07:37:06 a8fa774a4924: Layer already exists 07:37:06 994456c4fd7b: Layer already exists 07:37:06 3307d4896d6e: Layer already exists 07:37:06 main: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:06 ===================================================== [Pipeline] echo 07:37:06 taggedImages: 07:37:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:37:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 07:37:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:37:06 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:37:06 f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:06 latest 07:37:06 4.1.0-dev.29 07:37:06 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:06 main 07:37:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:37:07 88e9917edb96: Preparing 07:37:07 02798c1e0324: Preparing 07:37:07 911907141bf0: Preparing 07:37:07 c477f148c454: Preparing 07:37:07 2a42b004716e: Preparing 07:37:07 403531fcdbdb: Preparing 07:37:07 ddb900c92581: Preparing 07:37:07 907ed3e354b7: Preparing 07:37:07 7ba318ef437f: Preparing 07:37:07 994456c4fd7b: Preparing 07:37:07 403531fcdbdb: Waiting 07:37:07 ddb900c92581: Waiting 07:37:07 907ed3e354b7: Waiting 07:37:07 7ba318ef437f: Waiting 07:37:07 994456c4fd7b: Waiting 07:37:07 2a42b004716e: Layer already exists 07:37:07 c477f148c454: Layer already exists 07:37:07 911907141bf0: Pushed 07:37:07 88e9917edb96: Pushed 07:37:07 02798c1e0324: Pushed 07:37:07 994456c4fd7b: Layer already exists 07:37:07 907ed3e354b7: Pushed 07:37:08 7ba318ef437f: Pushed 07:37:12 ddb900c92581: Pushed 07:37:19 403531fcdbdb: Pushed 07:37:19 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:37:20 88e9917edb96: Preparing 07:37:20 02798c1e0324: Preparing 07:37:20 911907141bf0: Preparing 07:37:20 c477f148c454: Preparing 07:37:20 2a42b004716e: Preparing 07:37:20 403531fcdbdb: Preparing 07:37:20 ddb900c92581: Preparing 07:37:20 907ed3e354b7: Preparing 07:37:20 7ba318ef437f: Preparing 07:37:20 994456c4fd7b: Preparing 07:37:20 403531fcdbdb: Waiting 07:37:20 ddb900c92581: Waiting 07:37:20 907ed3e354b7: Waiting 07:37:20 7ba318ef437f: Waiting 07:37:20 994456c4fd7b: Waiting 07:37:20 02798c1e0324: Layer already exists 07:37:20 2a42b004716e: Layer already exists 07:37:20 88e9917edb96: Layer already exists 07:37:20 911907141bf0: Layer already exists 07:37:20 c477f148c454: Layer already exists 07:37:20 403531fcdbdb: Layer already exists 07:37:20 7ba318ef437f: Layer already exists 07:37:20 ddb900c92581: Layer already exists 07:37:20 907ed3e354b7: Layer already exists 07:37:20 994456c4fd7b: Layer already exists 07:37:20 latest: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 07:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:37:20 88e9917edb96: Preparing 07:37:20 02798c1e0324: Preparing 07:37:20 911907141bf0: Preparing 07:37:20 c477f148c454: Preparing 07:37:20 2a42b004716e: Preparing 07:37:20 403531fcdbdb: Preparing 07:37:20 ddb900c92581: Preparing 07:37:20 907ed3e354b7: Preparing 07:37:20 7ba318ef437f: Preparing 07:37:20 994456c4fd7b: Preparing 07:37:20 403531fcdbdb: Waiting 07:37:20 7ba318ef437f: Waiting 07:37:20 ddb900c92581: Waiting 07:37:20 02798c1e0324: Layer already exists 07:37:20 911907141bf0: Layer already exists 07:37:20 c477f148c454: Layer already exists 07:37:20 2a42b004716e: Layer already exists 07:37:20 88e9917edb96: Layer already exists 07:37:20 7ba318ef437f: Layer already exists 07:37:20 994456c4fd7b: Layer already exists 07:37:20 907ed3e354b7: Layer already exists 07:37:20 403531fcdbdb: Layer already exists 07:37:20 ddb900c92581: Layer already exists 07:37:20 4.1.0-dev.29: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:37:21 88e9917edb96: Preparing 07:37:21 02798c1e0324: Preparing 07:37:21 911907141bf0: Preparing 07:37:21 c477f148c454: Preparing 07:37:21 2a42b004716e: Preparing 07:37:21 403531fcdbdb: Preparing 07:37:21 ddb900c92581: Preparing 07:37:21 907ed3e354b7: Preparing 07:37:21 403531fcdbdb: Waiting 07:37:21 7ba318ef437f: Preparing 07:37:21 994456c4fd7b: Preparing 07:37:21 7ba318ef437f: Waiting 07:37:21 c477f148c454: Layer already exists 07:37:21 911907141bf0: Layer already exists 07:37:21 02798c1e0324: Layer already exists 07:37:21 88e9917edb96: Layer already exists 07:37:21 2a42b004716e: Layer already exists 07:37:21 403531fcdbdb: Layer already exists 07:37:21 907ed3e354b7: Layer already exists 07:37:21 7ba318ef437f: Layer already exists 07:37:21 994456c4fd7b: Layer already exists 07:37:21 ddb900c92581: Layer already exists 07:37:21 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:37:22 88e9917edb96: Preparing 07:37:22 02798c1e0324: Preparing 07:37:22 911907141bf0: Preparing 07:37:22 c477f148c454: Preparing 07:37:22 2a42b004716e: Preparing 07:37:22 403531fcdbdb: Preparing 07:37:22 ddb900c92581: Preparing 07:37:22 907ed3e354b7: Preparing 07:37:22 7ba318ef437f: Preparing 07:37:22 994456c4fd7b: Preparing 07:37:22 ddb900c92581: Waiting 07:37:22 907ed3e354b7: Waiting 07:37:22 994456c4fd7b: Waiting 07:37:22 403531fcdbdb: Waiting 07:37:22 7ba318ef437f: Waiting 07:37:22 02798c1e0324: Layer already exists 07:37:22 c477f148c454: Layer already exists 07:37:22 911907141bf0: Layer already exists 07:37:22 88e9917edb96: Layer already exists 07:37:22 2a42b004716e: Layer already exists 07:37:22 ddb900c92581: Layer already exists 07:37:22 403531fcdbdb: Layer already exists 07:37:22 907ed3e354b7: Layer already exists 07:37:22 7ba318ef437f: Layer already exists 07:37:22 994456c4fd7b: Layer already exists 07:37:22 main: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:22 ===================================================== [Pipeline] echo 07:37:22 taggedImages: 07:37:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:37:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 07:37:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:37:22 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:37:22 f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:22 latest 07:37:22 4.1.0-dev.29 07:37:22 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:22 main 07:37:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:37:23 c72eea2f1714: Preparing 07:37:23 6e4e391798b0: Preparing 07:37:23 b509dd7df552: Preparing 07:37:23 c477f148c454: Preparing 07:37:23 2a42b004716e: Preparing 07:37:23 29be743a9540: Preparing 07:37:23 9fe2d357f8fd: Preparing 07:37:23 802861be8ed5: Preparing 07:37:23 994456c4fd7b: Preparing 07:37:23 9fe2d357f8fd: Waiting 07:37:23 29be743a9540: Waiting 07:37:23 802861be8ed5: Waiting 07:37:23 994456c4fd7b: Waiting 07:37:23 2a42b004716e: Layer already exists 07:37:23 c477f148c454: Layer already exists 07:37:23 6e4e391798b0: Pushed 07:37:23 b509dd7df552: Pushed 07:37:23 994456c4fd7b: Layer already exists 07:37:23 c72eea2f1714: Pushed 07:37:23 9fe2d357f8fd: Pushed 07:37:23 802861be8ed5: Pushed 07:37:36 29be743a9540: Pushed 07:37:36 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:37:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:37:36 c72eea2f1714: Preparing 07:37:36 6e4e391798b0: Preparing 07:37:36 b509dd7df552: Preparing 07:37:36 c477f148c454: Preparing 07:37:36 2a42b004716e: Preparing 07:37:36 29be743a9540: Preparing 07:37:36 9fe2d357f8fd: Preparing 07:37:36 802861be8ed5: Preparing 07:37:36 994456c4fd7b: Preparing 07:37:36 9fe2d357f8fd: Waiting 07:37:36 802861be8ed5: Waiting 07:37:36 29be743a9540: Waiting 07:37:36 994456c4fd7b: Waiting 07:37:36 2a42b004716e: Layer already exists 07:37:36 c72eea2f1714: Layer already exists 07:37:36 b509dd7df552: Layer already exists 07:37:36 c477f148c454: Layer already exists 07:37:36 6e4e391798b0: Layer already exists 07:37:36 802861be8ed5: Layer already exists 07:37:36 9fe2d357f8fd: Layer already exists 07:37:36 994456c4fd7b: Layer already exists 07:37:36 29be743a9540: Layer already exists 07:37:36 latest: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 07:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:37:37 c72eea2f1714: Preparing 07:37:37 6e4e391798b0: Preparing 07:37:37 b509dd7df552: Preparing 07:37:37 c477f148c454: Preparing 07:37:37 2a42b004716e: Preparing 07:37:37 29be743a9540: Preparing 07:37:37 9fe2d357f8fd: Preparing 07:37:37 802861be8ed5: Preparing 07:37:37 994456c4fd7b: Preparing 07:37:37 29be743a9540: Waiting 07:37:37 9fe2d357f8fd: Waiting 07:37:37 802861be8ed5: Waiting 07:37:37 994456c4fd7b: Waiting 07:37:37 6e4e391798b0: Layer already exists 07:37:37 b509dd7df552: Layer already exists 07:37:37 c477f148c454: Layer already exists 07:37:37 2a42b004716e: Layer already exists 07:37:37 c72eea2f1714: Layer already exists 07:37:37 29be743a9540: Layer already exists 07:37:37 802861be8ed5: Layer already exists 07:37:37 9fe2d357f8fd: Layer already exists 07:37:37 994456c4fd7b: Layer already exists 07:37:37 4.1.0-dev.29: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:37:38 c72eea2f1714: Preparing 07:37:38 6e4e391798b0: Preparing 07:37:38 b509dd7df552: Preparing 07:37:38 c477f148c454: Preparing 07:37:38 2a42b004716e: Preparing 07:37:38 29be743a9540: Preparing 07:37:38 9fe2d357f8fd: Preparing 07:37:38 802861be8ed5: Preparing 07:37:38 994456c4fd7b: Preparing 07:37:38 9fe2d357f8fd: Waiting 07:37:38 802861be8ed5: Waiting 07:37:38 994456c4fd7b: Waiting 07:37:38 29be743a9540: Waiting 07:37:38 6e4e391798b0: Layer already exists 07:37:38 b509dd7df552: Layer already exists 07:37:38 c72eea2f1714: Layer already exists 07:37:38 2a42b004716e: Layer already exists 07:37:38 c477f148c454: Layer already exists 07:37:38 29be743a9540: Layer already exists 07:37:38 9fe2d357f8fd: Layer already exists 07:37:38 802861be8ed5: Layer already exists 07:37:38 994456c4fd7b: Layer already exists 07:37:38 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:37:38 c72eea2f1714: Preparing 07:37:38 6e4e391798b0: Preparing 07:37:38 b509dd7df552: Preparing 07:37:38 c477f148c454: Preparing 07:37:38 2a42b004716e: Preparing 07:37:38 29be743a9540: Preparing 07:37:38 9fe2d357f8fd: Preparing 07:37:38 802861be8ed5: Preparing 07:37:38 994456c4fd7b: Preparing 07:37:38 29be743a9540: Waiting 07:37:38 9fe2d357f8fd: Waiting 07:37:38 802861be8ed5: Waiting 07:37:38 994456c4fd7b: Waiting 07:37:38 6e4e391798b0: Layer already exists 07:37:38 c477f148c454: Layer already exists 07:37:38 c72eea2f1714: Layer already exists 07:37:38 2a42b004716e: Layer already exists 07:37:38 b509dd7df552: Layer already exists 07:37:38 9fe2d357f8fd: Layer already exists 07:37:38 29be743a9540: Layer already exists 07:37:38 994456c4fd7b: Layer already exists 07:37:38 802861be8ed5: Layer already exists 07:37:38 main: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:38 ===================================================== [Pipeline] echo 07:37:38 taggedImages: 07:37:38 - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:38 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:37:38 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 07:37:38 - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:38 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:37:38 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:37:38 f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:38 latest 07:37:38 4.1.0-dev.29 07:37:38 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:38 main 07:37:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:37:39 88e9917edb96: Preparing 07:37:39 9a4aa6416790: Preparing 07:37:39 6d2da5e85875: Preparing 07:37:39 c477f148c454: Preparing 07:37:39 2a42b004716e: Preparing 07:37:39 adf8082b4c42: Preparing 07:37:39 907ed3e354b7: Preparing 07:37:39 7ba318ef437f: Preparing 07:37:39 994456c4fd7b: Preparing 07:37:39 7ba318ef437f: Waiting 07:37:39 907ed3e354b7: Waiting 07:37:39 adf8082b4c42: Waiting 07:37:39 994456c4fd7b: Waiting 07:37:39 2a42b004716e: Layer already exists 07:37:39 88e9917edb96: Layer already exists 07:37:39 c477f148c454: Layer already exists 07:37:39 907ed3e354b7: Layer already exists 07:37:39 7ba318ef437f: Layer already exists 07:37:39 994456c4fd7b: Layer already exists 07:37:39 6d2da5e85875: Pushed 07:37:39 9a4aa6416790: Pushed 07:37:51 adf8082b4c42: Pushed 07:37:51 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:37:52 88e9917edb96: Preparing 07:37:52 9a4aa6416790: Preparing 07:37:52 6d2da5e85875: Preparing 07:37:52 c477f148c454: Preparing 07:37:52 2a42b004716e: Preparing 07:37:52 adf8082b4c42: Preparing 07:37:52 907ed3e354b7: Preparing 07:37:52 7ba318ef437f: Preparing 07:37:52 994456c4fd7b: Preparing 07:37:52 adf8082b4c42: Waiting 07:37:52 907ed3e354b7: Waiting 07:37:52 7ba318ef437f: Waiting 07:37:52 994456c4fd7b: Waiting 07:37:52 88e9917edb96: Layer already exists 07:37:52 2a42b004716e: Layer already exists 07:37:52 c477f148c454: Layer already exists 07:37:52 9a4aa6416790: Layer already exists 07:37:52 6d2da5e85875: Layer already exists 07:37:52 907ed3e354b7: Layer already exists 07:37:52 7ba318ef437f: Layer already exists 07:37:52 adf8082b4c42: Layer already exists 07:37:52 994456c4fd7b: Layer already exists 07:37:52 latest: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 07:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:37:52 88e9917edb96: Preparing 07:37:52 9a4aa6416790: Preparing 07:37:52 6d2da5e85875: Preparing 07:37:52 c477f148c454: Preparing 07:37:52 2a42b004716e: Preparing 07:37:52 adf8082b4c42: Preparing 07:37:52 907ed3e354b7: Preparing 07:37:52 7ba318ef437f: Preparing 07:37:52 994456c4fd7b: Preparing 07:37:52 adf8082b4c42: Waiting 07:37:52 7ba318ef437f: Waiting 07:37:52 907ed3e354b7: Waiting 07:37:52 994456c4fd7b: Waiting 07:37:52 6d2da5e85875: Layer already exists 07:37:52 2a42b004716e: Layer already exists 07:37:52 c477f148c454: Layer already exists 07:37:52 9a4aa6416790: Layer already exists 07:37:52 88e9917edb96: Layer already exists 07:37:52 adf8082b4c42: Layer already exists 07:37:52 907ed3e354b7: Layer already exists 07:37:52 994456c4fd7b: Layer already exists 07:37:52 7ba318ef437f: Layer already exists 07:37:52 4.1.0-dev.29: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:37:53 88e9917edb96: Preparing 07:37:53 9a4aa6416790: Preparing 07:37:53 6d2da5e85875: Preparing 07:37:53 c477f148c454: Preparing 07:37:53 2a42b004716e: Preparing 07:37:53 adf8082b4c42: Preparing 07:37:53 907ed3e354b7: Preparing 07:37:53 7ba318ef437f: Preparing 07:37:53 994456c4fd7b: Preparing 07:37:53 adf8082b4c42: Waiting 07:37:53 7ba318ef437f: Waiting 07:37:53 907ed3e354b7: Waiting 07:37:53 88e9917edb96: Layer already exists 07:37:53 2a42b004716e: Layer already exists 07:37:53 9a4aa6416790: Layer already exists 07:37:53 6d2da5e85875: Layer already exists 07:37:53 c477f148c454: Layer already exists 07:37:53 adf8082b4c42: Layer already exists 07:37:53 7ba318ef437f: Layer already exists 07:37:53 907ed3e354b7: Layer already exists 07:37:53 994456c4fd7b: Layer already exists 07:37:53 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:37:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:37:54 88e9917edb96: Preparing 07:37:54 9a4aa6416790: Preparing 07:37:54 6d2da5e85875: Preparing 07:37:54 c477f148c454: Preparing 07:37:54 2a42b004716e: Preparing 07:37:54 adf8082b4c42: Preparing 07:37:54 907ed3e354b7: Preparing 07:37:54 7ba318ef437f: Preparing 07:37:54 994456c4fd7b: Preparing 07:37:54 907ed3e354b7: Waiting 07:37:54 994456c4fd7b: Waiting 07:37:54 7ba318ef437f: Waiting 07:37:54 2a42b004716e: Layer already exists 07:37:54 6d2da5e85875: Layer already exists 07:37:54 9a4aa6416790: Layer already exists 07:37:54 c477f148c454: Layer already exists 07:37:54 88e9917edb96: Layer already exists 07:37:54 adf8082b4c42: Layer already exists 07:37:54 7ba318ef437f: Layer already exists 07:37:54 907ed3e354b7: Layer already exists 07:37:54 994456c4fd7b: Layer already exists 07:37:54 main: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:54 ===================================================== [Pipeline] echo 07:37:54 taggedImages: 07:37:54 - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:54 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:37:54 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 07:37:54 - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:54 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:37:54 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:37:54 f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:54 latest 07:37:54 4.1.0-dev.29 07:37:54 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:37:54 main 07:37:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:54 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 07:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:37:55 8b9d2a7c61db: Preparing 07:37:55 f4e102f9b67c: Preparing 07:37:55 c477f148c454: Preparing 07:37:55 2a42b004716e: Preparing 07:37:55 a55a08f0a599: Preparing 07:37:55 d3d8e7fa1581: Preparing 07:37:55 994456c4fd7b: Preparing 07:37:55 d3d8e7fa1581: Waiting 07:37:55 994456c4fd7b: Waiting 07:37:55 2a42b004716e: Layer already exists 07:37:55 c477f148c454: Layer already exists 07:37:55 994456c4fd7b: Layer already exists 07:37:55 a55a08f0a599: Pushed 07:37:55 8b9d2a7c61db: Pushed 07:37:55 d3d8e7fa1581: Pushed 07:37:58 f4e102f9b67c: Pushed 07:37:58 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:37:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:37:59 8b9d2a7c61db: Preparing 07:37:59 f4e102f9b67c: Preparing 07:37:59 c477f148c454: Preparing 07:37:59 2a42b004716e: Preparing 07:37:59 a55a08f0a599: Preparing 07:37:59 d3d8e7fa1581: Preparing 07:37:59 994456c4fd7b: Preparing 07:37:59 d3d8e7fa1581: Waiting 07:37:59 994456c4fd7b: Waiting 07:37:59 a55a08f0a599: Layer already exists 07:37:59 c477f148c454: Layer already exists 07:37:59 8b9d2a7c61db: Layer already exists 07:37:59 f4e102f9b67c: Layer already exists 07:37:59 2a42b004716e: Layer already exists 07:37:59 d3d8e7fa1581: Layer already exists 07:37:59 994456c4fd7b: Layer already exists 07:37:59 latest: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 07:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:38:00 8b9d2a7c61db: Preparing 07:38:00 f4e102f9b67c: Preparing 07:38:00 c477f148c454: Preparing 07:38:00 2a42b004716e: Preparing 07:38:00 a55a08f0a599: Preparing 07:38:00 d3d8e7fa1581: Preparing 07:38:00 994456c4fd7b: Preparing 07:38:00 d3d8e7fa1581: Waiting 07:38:00 994456c4fd7b: Waiting 07:38:00 f4e102f9b67c: Layer already exists 07:38:00 c477f148c454: Layer already exists 07:38:00 2a42b004716e: Layer already exists 07:38:00 a55a08f0a599: Layer already exists 07:38:00 8b9d2a7c61db: Layer already exists 07:38:00 994456c4fd7b: Layer already exists 07:38:00 d3d8e7fa1581: Layer already exists 07:38:00 4.1.0-dev.29: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:38:00 8b9d2a7c61db: Preparing 07:38:00 f4e102f9b67c: Preparing 07:38:00 c477f148c454: Preparing 07:38:00 2a42b004716e: Preparing 07:38:00 a55a08f0a599: Preparing 07:38:00 d3d8e7fa1581: Preparing 07:38:00 994456c4fd7b: Preparing 07:38:00 994456c4fd7b: Waiting 07:38:00 d3d8e7fa1581: Waiting 07:38:00 a55a08f0a599: Layer already exists 07:38:00 2a42b004716e: Layer already exists 07:38:00 8b9d2a7c61db: Layer already exists 07:38:00 c477f148c454: Layer already exists 07:38:00 f4e102f9b67c: Layer already exists 07:38:00 d3d8e7fa1581: Layer already exists 07:38:00 994456c4fd7b: Layer already exists 07:38:00 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:38:01 8b9d2a7c61db: Preparing 07:38:01 f4e102f9b67c: Preparing 07:38:01 c477f148c454: Preparing 07:38:01 2a42b004716e: Preparing 07:38:01 a55a08f0a599: Preparing 07:38:01 d3d8e7fa1581: Preparing 07:38:01 994456c4fd7b: Preparing 07:38:01 994456c4fd7b: Waiting 07:38:01 2a42b004716e: Layer already exists 07:38:01 f4e102f9b67c: Layer already exists 07:38:01 a55a08f0a599: Layer already exists 07:38:01 8b9d2a7c61db: Layer already exists 07:38:01 d3d8e7fa1581: Layer already exists 07:38:01 994456c4fd7b: Layer already exists 07:38:01 c477f148c454: Layer already exists 07:38:01 main: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:38:01 ===================================================== [Pipeline] echo 07:38:01 taggedImages: 07:38:01 - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:01 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:38:01 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 07:38:01 - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:01 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:38:01 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:38:01 f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:01 latest 07:38:01 4.1.0-dev.29 07:38:01 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:01 main 07:38:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:38:02 c95d63591543: Preparing 07:38:02 03c1fc4be426: Preparing 07:38:02 c477f148c454: Preparing 07:38:02 2a42b004716e: Preparing 07:38:02 d7f7f55ac186: Preparing 07:38:02 e261de721d0f: Preparing 07:38:02 994456c4fd7b: Preparing 07:38:02 e261de721d0f: Waiting 07:38:02 994456c4fd7b: Waiting 07:38:02 2a42b004716e: Layer already exists 07:38:02 c477f148c454: Layer already exists 07:38:02 994456c4fd7b: Layer already exists 07:38:02 d7f7f55ac186: Pushed 07:38:02 c95d63591543: Pushed 07:38:02 e261de721d0f: Pushed 07:38:05 03c1fc4be426: Pushed 07:38:05 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:38:06 c95d63591543: Preparing 07:38:06 03c1fc4be426: Preparing 07:38:06 c477f148c454: Preparing 07:38:06 2a42b004716e: Preparing 07:38:06 d7f7f55ac186: Preparing 07:38:06 e261de721d0f: Preparing 07:38:06 994456c4fd7b: Preparing 07:38:06 994456c4fd7b: Waiting 07:38:06 e261de721d0f: Waiting 07:38:06 c95d63591543: Layer already exists 07:38:06 d7f7f55ac186: Layer already exists 07:38:06 03c1fc4be426: Layer already exists 07:38:06 c477f148c454: Layer already exists 07:38:06 2a42b004716e: Layer already exists 07:38:06 e261de721d0f: Layer already exists 07:38:06 994456c4fd7b: Layer already exists 07:38:06 latest: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 07:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:38:07 c95d63591543: Preparing 07:38:07 03c1fc4be426: Preparing 07:38:07 c477f148c454: Preparing 07:38:07 2a42b004716e: Preparing 07:38:07 d7f7f55ac186: Preparing 07:38:07 e261de721d0f: Preparing 07:38:07 994456c4fd7b: Preparing 07:38:07 e261de721d0f: Waiting 07:38:07 994456c4fd7b: Waiting 07:38:07 c95d63591543: Layer already exists 07:38:07 d7f7f55ac186: Layer already exists 07:38:07 03c1fc4be426: Layer already exists 07:38:07 c477f148c454: Layer already exists 07:38:07 2a42b004716e: Layer already exists 07:38:07 e261de721d0f: Layer already exists 07:38:07 994456c4fd7b: Layer already exists 07:38:07 4.1.0-dev.29: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:38:07 c95d63591543: Preparing 07:38:07 03c1fc4be426: Preparing 07:38:07 c477f148c454: Preparing 07:38:07 2a42b004716e: Preparing 07:38:07 d7f7f55ac186: Preparing 07:38:07 e261de721d0f: Preparing 07:38:07 994456c4fd7b: Preparing 07:38:07 e261de721d0f: Waiting 07:38:07 994456c4fd7b: Waiting 07:38:07 c95d63591543: Layer already exists 07:38:07 c477f148c454: Layer already exists 07:38:07 03c1fc4be426: Layer already exists 07:38:07 d7f7f55ac186: Layer already exists 07:38:07 2a42b004716e: Layer already exists 07:38:07 e261de721d0f: Layer already exists 07:38:07 994456c4fd7b: Layer already exists 07:38:07 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:38:08 c95d63591543: Preparing 07:38:08 03c1fc4be426: Preparing 07:38:08 c477f148c454: Preparing 07:38:08 2a42b004716e: Preparing 07:38:08 d7f7f55ac186: Preparing 07:38:08 e261de721d0f: Preparing 07:38:08 994456c4fd7b: Preparing 07:38:08 e261de721d0f: Waiting 07:38:08 994456c4fd7b: Waiting 07:38:08 c95d63591543: Layer already exists 07:38:08 c477f148c454: Layer already exists 07:38:08 03c1fc4be426: Layer already exists 07:38:08 d7f7f55ac186: Layer already exists 07:38:08 2a42b004716e: Layer already exists 07:38:08 994456c4fd7b: Layer already exists 07:38:08 e261de721d0f: Layer already exists 07:38:08 main: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:38:08 ===================================================== [Pipeline] echo 07:38:08 taggedImages: 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 07:38:08 ========================================================= 07:38:08 [edgeXBuildMultiArch] RAW Config: 07:38:08 images: 07:38:08 - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/core-command:latest 07:38:08 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-command:main 07:38:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:38:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:38:08 - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/core-data:latest 07:38:08 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-data:main 07:38:08 - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:38:08 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-keeper:main 07:38:08 - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:38:08 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/core-metadata:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-config:main 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main 07:38:08 - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:38:08 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/support-notifications:main 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:38:08 - nexus3.edgexfoundry.org:10004/support-scheduler:main 07:38:08 settingsFile: 07:38:08 edgex-go-settings 07:38:08 ========================================================= [Pipeline] node 07:38:23 Still waiting to schedule task 07:38:23 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:39:15 Running on prd-centos7-docker-4c-2g-4112 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:39:15 provisioning config files... 07:39:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config100646020921020016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:17 ---> ****-login.sh 07:39:17 nexus3.edgexfoundry.org:10001 07:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:18 Configure a credential helper to remove this warning. See 07:39:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:18 07:39:18 Login Succeeded 07:39:18 nexus3.edgexfoundry.org:10002 07:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:18 Configure a credential helper to remove this warning. See 07:39:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:18 07:39:18 Login Succeeded 07:39:18 nexus3.edgexfoundry.org:10003 07:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:19 Configure a credential helper to remove this warning. See 07:39:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:19 07:39:19 Login Succeeded 07:39:19 nexus3.edgexfoundry.org:10004 07:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:19 Configure a credential helper to remove this warning. See 07:39:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:19 07:39:19 Login Succeeded 07:39:19 ****.io 07:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:39:19 Configure a credential helper to remove this warning. See 07:39:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:39:19 07:39:19 Login Succeeded 07:39:19 ---> ****-login.sh ends [Pipeline] } 07:39:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:20 + docker buildx ls 07:39:20 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:39:20 default * docker 07:39:20 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:39:20 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:39:20 edgex-builder [Pipeline] sh 07:39:20 + docker buildx inspect --bootstrap 07:39:20 #1 [internal] booting buildkit 07:39:20 #1 pulling image moby/buildkit:buildx-stable-1 07:39:24 #1 pulling image moby/buildkit:buildx-stable-1 3.5s done 07:39:24 #1 creating container buildx_buildkit_edgex-builder0 07:39:25 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 07:39:25 #1 DONE 4.6s 07:39:25 Name: edgex-builder 07:39:25 Driver: docker-container 07:39:25 07:39:25 Nodes: 07:39:25 Name: edgex-builder0 07:39:25 Endpoint: unix:///var/run/docker.sock 07:39:25 Status: running 07:39:25 Buildkit: v0.22.0 07:39:25 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:39:25 + docker buildx ls 07:39:25 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:39:25 edgex-builder * docker-container 07:39:25 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:39:25 default docker 07:39:25 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:39:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:25 #1 [internal] load build definition from Dockerfile 07:39:25 #1 transferring dockerfile: 197B done 07:39:25 #1 DONE 0.0s 07:39:25 07:39:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:25 #2 DONE 0.1s 07:39:25 07:39:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:26 #3 DONE 0.1s 07:39:26 07:39:26 #4 [internal] load .dockerignore 07:39:26 #4 transferring context: 2B done 07:39:26 #4 DONE 0.0s 07:39:26 07:39:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:26 #5 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done 07:39:26 #5 DONE 0.0s 07:39:26 07:39:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:26 #6 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done 07:39:26 #6 DONE 0.1s 07:39:26 07:39:26 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:39:26 #7 DONE 0.0s 07:39:26 07:39:26 #8 exporting to image 07:39:26 #8 exporting layers done 07:39:26 #8 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 0.0s done 07:39:26 #8 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done 07:39:26 #8 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done 07:39:26 #8 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done 07:39:26 #8 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done 07:39:26 #8 pushing layers 0.1s done 07:39:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 07:39:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done 07:39:26 #8 DONE 0.2s 07:39:26 07:39:26 1 warning found (use --debug to expand): 07:39:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 07:39:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 07:39:26 #1 [internal] load build definition from Dockerfile 07:39:26 #1 transferring dockerfile: 163B done 07:39:26 #1 DONE 0.0s 07:39:26 07:39:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 07:39:26 #2 DONE 0.0s 07:39:26 07:39:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 07:39:26 #3 DONE 0.0s 07:39:26 07:39:26 #4 [internal] load .dockerignore 07:39:26 #4 transferring context: 2B done 07:39:26 #4 DONE 0.0s 07:39:26 07:39:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:26 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done 07:39:26 #5 CACHED 07:39:26 07:39:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:26 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done 07:39:26 #6 DONE 0.0s 07:39:26 07:39:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:26 #6 CACHED 07:39:26 07:39:26 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:39:26 #7 DONE 0.0s 07:39:26 07:39:26 #8 exporting to image 07:39:26 #8 exporting layers done 07:39:26 #8 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done 07:39:26 #8 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done 07:39:26 #8 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done 07:39:26 #8 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done 07:39:26 #8 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done 07:39:26 #8 pushing layers 0.0s done 07:39:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done 07:39:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:26 #8 DONE 0.1s 07:39:26 07:39:26 1 warning found (use --debug to expand): 07:39:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29' 07:39:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 --push - 07:39:27 #1 [internal] load build definition from Dockerfile 07:39:27 #1 transferring dockerfile: 169B done 07:39:27 #1 DONE 0.0s 07:39:27 07:39:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 07:39:27 #2 DONE 0.0s 07:39:27 07:39:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 07:39:27 #3 DONE 0.0s 07:39:27 07:39:27 #4 [internal] load .dockerignore 07:39:27 #4 transferring context: 2B done 07:39:27 #4 DONE 0.0s 07:39:27 07:39:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:27 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done 07:39:27 #5 CACHED 07:39:27 07:39:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:27 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done 07:39:27 #6 CACHED 07:39:27 07:39:27 #7 exporting to image 07:39:27 #7 exporting layers done 07:39:27 #7 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done 07:39:27 #7 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done 07:39:27 #7 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done 07:39:27 #7 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done 07:39:27 #7 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done 07:39:27 #7 pushing layers 07:39:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:27 #7 pushing layers 0.0s done 07:39:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done 07:39:27 #7 DONE 0.1s 07:39:27 07:39:27 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:39:27 #8 DONE 0.0s 07:39:27 07:39:27 1 warning found (use --debug to expand): 07:39:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:28 #1 [internal] load build definition from Dockerfile 07:39:28 #1 transferring dockerfile: 210B done 07:39:28 #1 DONE 0.0s 07:39:28 07:39:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:28 #2 DONE 0.0s 07:39:28 07:39:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:28 #3 DONE 0.0s 07:39:28 07:39:28 #4 [internal] load .dockerignore 07:39:28 #4 transferring context: 2B done 07:39:28 #4 DONE 0.0s 07:39:28 07:39:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:28 #5 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done 07:39:28 #5 CACHED 07:39:28 07:39:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:28 #6 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done 07:39:28 #6 CACHED 07:39:28 07:39:28 #7 exporting to image 07:39:28 #7 exporting layers done 07:39:28 #7 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done 07:39:28 #7 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done 07:39:28 #7 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done 07:39:28 #7 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done 07:39:28 #7 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done 07:39:28 #7 pushing layers 0.0s done 07:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 07:39:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done 07:39:28 #7 DONE 0.1s 07:39:28 07:39:28 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:39:28 #8 DONE 0.0s 07:39:28 07:39:28 1 warning found (use --debug to expand): 07:39:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 07:39:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 07:39:28 #1 [internal] load build definition from Dockerfile 07:39:28 #1 transferring dockerfile: 161B done 07:39:28 #1 DONE 0.0s 07:39:28 07:39:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 07:39:28 #2 DONE 0.0s 07:39:28 07:39:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 07:39:28 #3 DONE 0.0s 07:39:28 07:39:28 #4 [internal] load .dockerignore 07:39:28 #4 transferring context: 2B done 07:39:28 #4 DONE 0.0s 07:39:28 07:39:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:28 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done 07:39:28 #5 CACHED 07:39:28 07:39:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 07:39:28 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done 07:39:28 #6 CACHED 07:39:28 07:39:28 #7 exporting to image 07:39:28 #7 exporting layers done 07:39:28 #7 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done 07:39:28 #7 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done 07:39:28 #7 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done 07:39:28 #7 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done 07:39:28 #7 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done 07:39:28 #7 pushing layers 0.0s done 07:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 07:39:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done 07:39:28 #7 DONE 0.1s 07:39:28 07:39:28 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:39:28 #8 DONE 0.0s 07:39:28 07:39:28 1 warning found (use --debug to expand): 07:39:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:28 #1 [internal] load build definition from Dockerfile 07:39:28 #1 transferring dockerfile: 216B done 07:39:28 #1 DONE 0.0s 07:39:28 07:39:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:28 #2 DONE 0.0s 07:39:28 07:39:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:28 #3 DONE 0.0s 07:39:28 07:39:28 #4 [internal] load .dockerignore 07:39:28 #4 transferring context: 2B done 07:39:28 #4 DONE 0.0s 07:39:28 07:39:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:28 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done 07:39:28 #5 DONE 0.0s 07:39:28 07:39:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:29 #6 DONE 0.0s 07:39:29 07:39:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:29 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done 07:39:29 #5 DONE 0.1s 07:39:29 07:39:29 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:29 #7 DONE 0.0s 07:39:29 07:39:29 #8 exporting to image 07:39:29 #8 exporting layers done 07:39:29 #8 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done 07:39:29 #8 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e 0.0s done 07:39:29 #8 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done 07:39:29 #8 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done 07:39:29 #8 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done 07:39:29 #8 pushing layers 0.1s done 07:39:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done 07:39:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:29 #8 DONE 0.2s 07:39:29 07:39:29 1 warning found (use --debug to expand): 07:39:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 07:39:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 07:39:30 #1 [internal] load build definition from Dockerfile 07:39:30 #1 transferring dockerfile: 182B done 07:39:30 #1 DONE 0.0s 07:39:30 07:39:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:39:30 #2 DONE 0.0s 07:39:30 07:39:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:39:30 #3 DONE 0.0s 07:39:30 07:39:30 #4 [internal] load .dockerignore 07:39:30 #4 transferring context: 2B done 07:39:30 #4 DONE 0.0s 07:39:30 07:39:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:30 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done 07:39:30 #5 CACHED 07:39:30 07:39:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:30 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done 07:39:30 #6 CACHED 07:39:30 07:39:30 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:30 #7 DONE 0.0s 07:39:30 07:39:30 #8 exporting to image 07:39:30 #8 exporting layers done 07:39:30 #8 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done 07:39:30 #8 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done 07:39:30 #8 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done 07:39:30 #8 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done 07:39:30 #8 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done 07:39:30 #8 pushing layers 0.0s done 07:39:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done 07:39:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:30 #8 DONE 0.1s 07:39:30 07:39:30 1 warning found (use --debug to expand): 07:39:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29' 07:39:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 --push - 07:39:30 #1 [internal] load build definition from Dockerfile 07:39:30 #1 transferring dockerfile: 188B done 07:39:30 #1 DONE 0.0s 07:39:30 07:39:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 07:39:30 #2 DONE 0.0s 07:39:30 07:39:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 07:39:30 #3 DONE 0.0s 07:39:30 07:39:30 #4 [internal] load .dockerignore 07:39:30 #4 transferring context: 2B done 07:39:30 #4 DONE 0.0s 07:39:30 07:39:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:30 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done 07:39:30 #5 CACHED 07:39:30 07:39:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:30 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done 07:39:30 #6 CACHED 07:39:30 07:39:30 #7 exporting to image 07:39:30 #7 exporting layers done 07:39:30 #7 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done 07:39:30 #7 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done 07:39:30 #7 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done 07:39:30 #7 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done 07:39:30 #7 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done 07:39:30 #7 pushing layers 0.0s done 07:39:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 07:39:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done 07:39:30 #7 DONE 0.1s 07:39:30 07:39:30 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:30 #8 DONE 0.0s 07:39:30 07:39:30 1 warning found (use --debug to expand): 07:39:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:31 #1 [internal] load build definition from Dockerfile 07:39:31 #1 transferring dockerfile: 229B done 07:39:31 #1 DONE 0.0s 07:39:31 07:39:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:31 #2 DONE 0.0s 07:39:31 07:39:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:31 #3 DONE 0.0s 07:39:31 07:39:31 #4 [internal] load .dockerignore 07:39:31 #4 transferring context: 2B done 07:39:31 #4 DONE 0.0s 07:39:31 07:39:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:31 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done 07:39:31 #5 CACHED 07:39:31 07:39:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:31 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done 07:39:31 #6 CACHED 07:39:31 07:39:31 #7 exporting to image 07:39:31 #7 exporting layers done 07:39:31 #7 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done 07:39:31 #7 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done 07:39:31 #7 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done 07:39:31 #7 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done 07:39:31 #7 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done 07:39:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:31 #7 pushing layers 0.0s done 07:39:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done 07:39:31 #7 DONE 0.1s 07:39:31 07:39:31 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:31 #8 DONE 0.0s 07:39:31 07:39:31 1 warning found (use --debug to expand): 07:39:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 07:39:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 07:39:31 #1 [internal] load build definition from Dockerfile 07:39:31 #1 transferring dockerfile: 180B done 07:39:31 #1 DONE 0.0s 07:39:31 07:39:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:39:31 #2 DONE 0.0s 07:39:31 07:39:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:39:31 #3 DONE 0.0s 07:39:31 07:39:31 #4 [internal] load .dockerignore 07:39:31 #4 transferring context: 2B done 07:39:31 #4 DONE 0.0s 07:39:31 07:39:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:31 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done 07:39:31 #5 CACHED 07:39:31 07:39:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 07:39:31 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done 07:39:31 #6 CACHED 07:39:31 07:39:31 #7 exporting to image 07:39:31 #7 exporting layers done 07:39:31 #7 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done 07:39:31 #7 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done 07:39:31 #7 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done 07:39:31 #7 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done 07:39:31 #7 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done 07:39:31 #7 pushing layers 0.0s done 07:39:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 07:39:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done 07:39:31 #7 DONE 0.1s 07:39:31 07:39:31 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:31 #8 DONE 0.0s 07:39:31 07:39:31 1 warning found (use --debug to expand): 07:39:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:32 #1 [internal] load build definition from Dockerfile 07:39:32 #1 transferring dockerfile: 194B done 07:39:32 #1 DONE 0.0s 07:39:32 07:39:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:32 #2 DONE 0.1s 07:39:32 07:39:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:32 #3 DONE 0.1s 07:39:32 07:39:32 #4 [internal] load .dockerignore 07:39:32 #4 transferring context: 07:39:32 #4 transferring context: 2B done 07:39:32 #4 DONE 0.0s 07:39:32 07:39:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:32 #5 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:32 #5 DONE 0.0s 07:39:32 07:39:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:32 #6 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:32 #6 DONE 0.1s 07:39:32 07:39:32 #7 exporting to image 07:39:32 #7 exporting layers done 07:39:32 #7 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done 07:39:32 #7 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done 07:39:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:32 #7 ... 07:39:32 07:39:32 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:39:32 #8 DONE 0.0s 07:39:32 07:39:32 #7 exporting to image 07:39:32 #7 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done 07:39:32 #7 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done 07:39:32 #7 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done 07:39:32 #7 pushing layers 0.1s done 07:39:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 07:39:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done 07:39:32 #7 DONE 0.2s 07:39:32 07:39:32 1 warning found (use --debug to expand): 07:39:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 07:39:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 07:39:33 #1 [internal] load build definition from Dockerfile 07:39:33 #1 transferring dockerfile: 160B done 07:39:33 #1 DONE 0.0s 07:39:33 07:39:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 07:39:33 #2 DONE 0.0s 07:39:33 07:39:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 07:39:33 #3 DONE 0.0s 07:39:33 07:39:33 #4 [internal] load .dockerignore 07:39:33 #4 transferring context: 2B done 07:39:33 #4 DONE 0.0s 07:39:33 07:39:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:33 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 done 07:39:33 #5 CACHED 07:39:33 07:39:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:33 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:33 #6 CACHED 07:39:33 07:39:33 #7 exporting to image 07:39:33 #7 exporting layers 07:39:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:33 #7 exporting layers done 07:39:33 #7 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done 07:39:33 #7 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done 07:39:33 #7 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done 07:39:33 #7 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done 07:39:33 #7 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done 07:39:33 #7 pushing layers 0.0s done 07:39:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done 07:39:33 #7 DONE 0.1s 07:39:33 07:39:33 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:39:33 #8 DONE 0.0s 07:39:33 07:39:33 1 warning found (use --debug to expand): 07:39:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29' 07:39:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 --push - 07:39:33 #1 [internal] load build definition from Dockerfile 07:39:33 #1 transferring dockerfile: 166B done 07:39:33 #1 DONE 0.0s 07:39:33 07:39:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 07:39:33 #2 DONE 0.0s 07:39:33 07:39:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 07:39:33 #3 DONE 0.0s 07:39:33 07:39:33 #4 [internal] load .dockerignore 07:39:33 #4 transferring context: 2B done 07:39:33 #4 DONE 0.0s 07:39:33 07:39:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:33 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:33 #5 CACHED 07:39:33 07:39:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:33 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:33 #6 CACHED 07:39:33 07:39:33 #7 exporting to image 07:39:33 #7 exporting layers done 07:39:33 #7 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done 07:39:33 #7 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done 07:39:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:33 #7 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done 07:39:33 #7 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done 07:39:33 #7 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done 07:39:33 #7 pushing layers 0.0s done 07:39:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done 07:39:33 #7 DONE 0.1s 07:39:33 07:39:33 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:39:33 #8 DONE 0.0s 07:39:33 07:39:33 1 warning found (use --debug to expand): 07:39:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:33 #1 [internal] load build definition from Dockerfile 07:39:33 #1 transferring dockerfile: 207B 0.0s done 07:39:33 #1 DONE 0.0s 07:39:33 07:39:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:33 #2 DONE 0.0s 07:39:33 07:39:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:33 #3 DONE 0.0s 07:39:33 07:39:33 #4 [internal] load .dockerignore 07:39:33 #4 transferring context: 2B done 07:39:33 #4 DONE 0.0s 07:39:33 07:39:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:33 #5 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:33 #5 CACHED 07:39:33 07:39:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:33 #6 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 done 07:39:33 #6 DONE 0.0s 07:39:34 07:39:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:34 #6 CACHED 07:39:34 07:39:34 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:39:34 #7 DONE 0.0s 07:39:34 07:39:34 #8 exporting to image 07:39:34 #8 exporting layers done 07:39:34 #8 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done 07:39:34 #8 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done 07:39:34 #8 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done 07:39:34 #8 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done 07:39:34 #8 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done 07:39:34 #8 pushing layers 0.0s done 07:39:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done 07:39:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:34 #8 DONE 0.1s 07:39:34 07:39:34 1 warning found (use --debug to expand): 07:39:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 07:39:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 07:39:34 #1 [internal] load build definition from Dockerfile 07:39:34 #1 transferring dockerfile: 158B done 07:39:34 #1 DONE 0.0s 07:39:34 07:39:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 07:39:34 #2 DONE 0.0s 07:39:34 07:39:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 07:39:34 #3 DONE 0.0s 07:39:34 07:39:34 #4 [internal] load .dockerignore 07:39:34 #4 transferring context: 2B done 07:39:34 #4 DONE 0.0s 07:39:34 07:39:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:34 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:34 #5 DONE 0.0s 07:39:34 07:39:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:34 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done 07:39:34 #6 CACHED 07:39:34 07:39:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 07:39:34 #5 CACHED 07:39:34 07:39:34 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:39:34 #7 DONE 0.0s 07:39:34 07:39:34 #8 exporting to image 07:39:34 #8 exporting layers done 07:39:34 #8 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done 07:39:34 #8 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done 07:39:34 #8 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done 07:39:34 #8 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done 07:39:34 #8 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done 07:39:34 #8 pushing layers 0.0s done 07:39:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done 07:39:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:34 #8 DONE 0.1s 07:39:34 07:39:34 1 warning found (use --debug to expand): 07:39:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:35 #1 [internal] load build definition from Dockerfile 07:39:35 #1 transferring dockerfile: 196B done 07:39:35 #1 DONE 0.0s 07:39:35 07:39:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:35 #2 DONE 0.0s 07:39:35 07:39:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:35 #3 DONE 0.0s 07:39:35 07:39:35 #4 [internal] load .dockerignore 07:39:35 #4 transferring context: 2B done 07:39:35 #4 DONE 0.0s 07:39:35 07:39:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done 07:39:35 #5 DONE 0.1s 07:39:35 07:39:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:35 #6 DONE 0.0s 07:39:35 07:39:35 #7 exporting to image 07:39:35 #7 exporting layers done 07:39:35 #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done 07:39:35 #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done 07:39:35 #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done 07:39:35 #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done 07:39:35 #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done 07:39:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:35 #7 ... 07:39:35 07:39:35 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:35 #8 DONE 0.0s 07:39:35 07:39:35 #7 exporting to image 07:39:35 #7 pushing layers 0.1s done 07:39:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 07:39:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done 07:39:35 #7 DONE 0.2s 07:39:35 07:39:35 1 warning found (use --debug to expand): 07:39:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 07:39:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 07:39:36 #1 [internal] load build definition from Dockerfile 07:39:36 #1 transferring dockerfile: 162B done 07:39:36 #1 DONE 0.0s 07:39:36 07:39:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 07:39:36 #2 DONE 0.0s 07:39:36 07:39:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 07:39:36 #3 DONE 0.0s 07:39:36 07:39:36 #4 [internal] load .dockerignore 07:39:36 #4 transferring context: 2B done 07:39:36 #4 DONE 0.0s 07:39:36 07:39:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:36 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done 07:39:36 #5 CACHED 07:39:36 07:39:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:36 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done 07:39:36 #6 CACHED 07:39:36 07:39:36 #7 exporting to image 07:39:36 #7 exporting layers done 07:39:36 #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done 07:39:36 #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done 07:39:36 #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done 07:39:36 #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done 07:39:36 #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done 07:39:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:36 #7 pushing layers 0.0s done 07:39:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done 07:39:36 #7 DONE 0.1s 07:39:36 07:39:36 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:36 #8 DONE 0.0s 07:39:36 07:39:36 1 warning found (use --debug to expand): 07:39:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29' 07:39:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 --push - 07:39:36 #1 [internal] load build definition from Dockerfile 07:39:36 #1 transferring dockerfile: 168B done 07:39:36 #1 DONE 0.0s 07:39:36 07:39:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 07:39:36 #2 DONE 0.0s 07:39:36 07:39:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 07:39:36 #3 DONE 0.0s 07:39:36 07:39:36 #4 [internal] load .dockerignore 07:39:36 #4 transferring context: 2B done 07:39:36 #4 DONE 0.0s 07:39:36 07:39:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:36 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done 07:39:36 #5 CACHED 07:39:36 07:39:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:36 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done 07:39:36 #6 CACHED 07:39:36 07:39:36 #7 exporting to image 07:39:36 #7 exporting layers 07:39:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:36 #7 exporting layers done 07:39:36 #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done 07:39:36 #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done 07:39:36 #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done 07:39:36 #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done 07:39:36 #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done 07:39:36 #7 pushing layers 0.0s done 07:39:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done 07:39:36 #7 DONE 0.1s 07:39:36 07:39:36 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:36 #8 DONE 0.0s 07:39:36 07:39:36 1 warning found (use --debug to expand): 07:39:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:37 #1 [internal] load build definition from Dockerfile 07:39:37 #1 transferring dockerfile: 209B done 07:39:37 #1 DONE 0.0s 07:39:37 07:39:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:37 #2 DONE 0.0s 07:39:37 07:39:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:37 #3 DONE 0.0s 07:39:37 07:39:37 #4 [internal] load .dockerignore 07:39:37 #4 transferring context: 2B done 07:39:37 #4 DONE 0.0s 07:39:37 07:39:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:37 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done 07:39:37 #5 CACHED 07:39:37 07:39:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:37 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done 07:39:37 #6 CACHED 07:39:37 07:39:37 #7 exporting to image 07:39:37 #7 exporting layers done 07:39:37 #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done 07:39:37 #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done 07:39:37 #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done 07:39:37 #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done 07:39:37 #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done 07:39:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:37 #7 pushing layers 0.0s done 07:39:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done 07:39:37 #7 DONE 0.1s 07:39:37 07:39:37 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:37 #8 DONE 0.0s 07:39:37 07:39:37 1 warning found (use --debug to expand): 07:39:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 07:39:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 07:39:37 #1 [internal] load build definition from Dockerfile 07:39:37 #1 transferring dockerfile: 160B done 07:39:37 #1 DONE 0.0s 07:39:37 07:39:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 07:39:37 #2 DONE 0.0s 07:39:37 07:39:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 07:39:37 #3 DONE 0.0s 07:39:37 07:39:37 #4 [internal] load .dockerignore 07:39:37 #4 transferring context: 2B done 07:39:37 #4 DONE 0.0s 07:39:37 07:39:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:37 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done 07:39:37 #5 CACHED 07:39:37 07:39:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 07:39:37 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done 07:39:37 #6 CACHED 07:39:37 07:39:37 #7 exporting to image 07:39:37 #7 exporting layers done 07:39:37 #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done 07:39:37 #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done 07:39:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:37 #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done 07:39:37 #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done 07:39:37 #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done 07:39:37 #7 pushing layers 0.0s done 07:39:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done 07:39:37 #7 DONE 0.1s 07:39:37 07:39:37 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:37 #8 DONE 0.0s 07:39:37 07:39:37 1 warning found (use --debug to expand): 07:39:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:38 #1 [internal] load build definition from Dockerfile 07:39:38 #1 transferring dockerfile: 198B done 07:39:38 #1 DONE 0.0s 07:39:38 07:39:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:38 #2 DONE 0.0s 07:39:38 07:39:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:38 #3 DONE 0.1s 07:39:38 07:39:38 #4 [internal] load .dockerignore 07:39:38 #4 transferring context: 2B done 07:39:38 #4 DONE 0.0s 07:39:38 07:39:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:38 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:38 #5 DONE 0.0s 07:39:38 07:39:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:38 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 done 07:39:38 #6 DONE 0.1s 07:39:38 07:39:38 #7 exporting to image 07:39:38 #7 exporting layers done 07:39:38 #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done 07:39:38 #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done 07:39:38 #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done 07:39:38 #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done 07:39:38 #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done 07:39:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:38 #7 ... 07:39:38 07:39:38 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:39:38 #8 DONE 0.0s 07:39:38 07:39:38 #7 exporting to image 07:39:38 #7 pushing layers 0.1s done 07:39:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 07:39:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done 07:39:38 #7 DONE 0.2s 07:39:38 07:39:38 1 warning found (use --debug to expand): 07:39:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 07:39:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 07:39:39 #1 [internal] load build definition from Dockerfile 07:39:39 #1 transferring dockerfile: 164B done 07:39:39 #1 DONE 0.0s 07:39:39 07:39:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 07:39:39 #2 DONE 0.0s 07:39:39 07:39:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 07:39:39 #3 DONE 0.0s 07:39:39 07:39:39 #4 [internal] load .dockerignore 07:39:39 #4 transferring context: 2B done 07:39:39 #4 DONE 0.0s 07:39:39 07:39:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:39 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:39 #5 DONE 0.0s 07:39:39 07:39:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:39 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:39 #6 CACHED 07:39:39 07:39:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:39 #5 CACHED 07:39:39 07:39:39 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:39:39 #7 DONE 0.0s 07:39:39 07:39:39 #8 exporting to image 07:39:39 #8 exporting layers done 07:39:39 #8 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done 07:39:39 #8 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done 07:39:39 #8 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done 07:39:39 #8 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done 07:39:39 #8 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done 07:39:39 #8 pushing layers 0.0s done 07:39:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done 07:39:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:39 #8 DONE 0.1s 07:39:39 07:39:39 1 warning found (use --debug to expand): 07:39:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29' 07:39:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 --push - 07:39:39 #1 [internal] load build definition from Dockerfile 07:39:39 #1 transferring dockerfile: 170B done 07:39:39 #1 DONE 0.0s 07:39:39 07:39:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 07:39:39 #2 DONE 0.0s 07:39:39 07:39:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 07:39:39 #3 DONE 0.0s 07:39:39 07:39:39 #4 [internal] load .dockerignore 07:39:39 #4 transferring context: 2B done 07:39:39 #4 DONE 0.0s 07:39:39 07:39:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:39 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:39 #5 CACHED 07:39:39 07:39:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:39 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:39 #6 CACHED 07:39:39 07:39:39 #7 exporting to image 07:39:39 #7 exporting layers done 07:39:39 #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done 07:39:39 #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done 07:39:39 #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done 07:39:39 #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done 07:39:39 #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done 07:39:39 #7 pushing layers 0.0s done 07:39:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 07:39:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done 07:39:39 #7 DONE 0.1s 07:39:39 07:39:39 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:39:39 #8 DONE 0.0s 07:39:39 07:39:39 1 warning found (use --debug to expand): 07:39:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:40 #1 [internal] load build definition from Dockerfile 07:39:40 #1 transferring dockerfile: 211B done 07:39:40 #1 DONE 0.0s 07:39:40 07:39:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:40 #2 DONE 0.0s 07:39:40 07:39:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:40 #3 DONE 0.0s 07:39:40 07:39:40 #4 [internal] load .dockerignore 07:39:40 #4 transferring context: 2B done 07:39:40 #4 DONE 0.0s 07:39:40 07:39:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:40 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:40 #5 CACHED 07:39:40 07:39:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:40 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 done 07:39:40 #6 CACHED 07:39:40 07:39:40 #7 exporting to image 07:39:40 #7 exporting layers done 07:39:40 #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done 07:39:40 #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done 07:39:40 #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done 07:39:40 #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done 07:39:40 #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done 07:39:40 #7 pushing layers 0.0s done 07:39:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 07:39:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done 07:39:40 #7 DONE 0.1s 07:39:40 07:39:40 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:39:40 #8 DONE 0.0s 07:39:40 07:39:40 1 warning found (use --debug to expand): 07:39:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 07:39:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 07:39:40 #1 [internal] load build definition from Dockerfile 07:39:40 #1 transferring dockerfile: 162B done 07:39:40 #1 DONE 0.0s 07:39:40 07:39:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 07:39:40 #2 DONE 0.0s 07:39:40 07:39:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 07:39:40 #3 DONE 0.0s 07:39:40 07:39:40 #4 [internal] load .dockerignore 07:39:40 #4 transferring context: 2B done 07:39:40 #4 DONE 0.0s 07:39:40 07:39:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:40 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:40 #5 CACHED 07:39:40 07:39:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 07:39:40 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done 07:39:40 #6 CACHED 07:39:40 07:39:40 #7 exporting to image 07:39:40 #7 exporting layers done 07:39:40 #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done 07:39:40 #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done 07:39:40 #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 07:39:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:40 #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done 07:39:40 #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done 07:39:40 #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done 07:39:40 #7 pushing layers 0.0s done 07:39:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done 07:39:40 #7 DONE 0.1s 07:39:40 07:39:40 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:39:40 #8 DONE 0.0s 07:39:40 07:39:40 1 warning found (use --debug to expand): 07:39:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:41 #1 [internal] load build definition from Dockerfile 07:39:41 #1 transferring dockerfile: 206B done 07:39:41 #1 DONE 0.0s 07:39:41 07:39:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:41 #2 DONE 0.0s 07:39:41 07:39:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:41 #3 DONE 0.0s 07:39:41 07:39:41 #4 [internal] load .dockerignore 07:39:41 #4 transferring context: 2B done 07:39:41 #4 DONE 0.0s 07:39:41 07:39:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:41 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:41 #5 DONE 0.0s 07:39:41 07:39:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:41 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:41 #6 DONE 0.1s 07:39:41 07:39:41 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:41 #7 DONE 0.0s 07:39:41 07:39:41 #8 exporting to image 07:39:41 #8 exporting layers done 07:39:41 #8 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f 0.0s done 07:39:41 #8 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done 07:39:41 #8 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done 07:39:41 #8 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done 07:39:41 #8 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done 07:39:41 #8 pushing layers 07:39:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:41 #8 pushing layers 0.1s done 07:39:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done 07:39:41 #8 DONE 0.2s 07:39:41 07:39:41 1 warning found (use --debug to expand): 07:39:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 07:39:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 07:39:41 #1 [internal] load build definition from Dockerfile 07:39:41 #1 transferring dockerfile: 172B done 07:39:41 #1 DONE 0.0s 07:39:41 07:39:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:39:41 #2 DONE 0.0s 07:39:41 07:39:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:39:41 #3 DONE 0.0s 07:39:41 07:39:41 #4 [internal] load .dockerignore 07:39:41 #4 transferring context: 2B done 07:39:41 #4 DONE 0.0s 07:39:41 07:39:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:41 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:41 #5 CACHED 07:39:41 07:39:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:41 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:41 #6 CACHED 07:39:41 07:39:41 #7 exporting to image 07:39:41 #7 exporting layers done 07:39:41 #7 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f 07:39:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:42 #7 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done 07:39:42 #7 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done 07:39:42 #7 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done 07:39:42 #7 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done 07:39:42 #7 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done 07:39:42 #7 pushing layers 0.0s done 07:39:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done 07:39:42 #7 DONE 0.1s 07:39:42 07:39:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:42 #8 DONE 0.0s 07:39:42 07:39:42 1 warning found (use --debug to expand): 07:39:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29' 07:39:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 --push - 07:39:42 #1 [internal] load build definition from Dockerfile 07:39:42 #1 transferring dockerfile: 178B done 07:39:42 #1 DONE 0.0s 07:39:42 07:39:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 07:39:42 #2 DONE 0.0s 07:39:42 07:39:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 07:39:42 #3 DONE 0.0s 07:39:42 07:39:42 #4 [internal] load .dockerignore 07:39:42 #4 transferring context: 2B done 07:39:42 #4 DONE 0.0s 07:39:42 07:39:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:42 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:42 #5 CACHED 07:39:42 07:39:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:42 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:42 #6 CACHED 07:39:42 07:39:42 #7 exporting to image 07:39:42 #7 exporting layers done 07:39:42 #7 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done 07:39:42 #7 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done 07:39:42 #7 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done 07:39:42 #7 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done 07:39:42 #7 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 07:39:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:42 #7 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done 07:39:42 #7 pushing layers 0.0s done 07:39:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done 07:39:42 #7 DONE 0.1s 07:39:42 07:39:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:42 #8 DONE 0.0s 07:39:42 07:39:42 1 warning found (use --debug to expand): 07:39:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:43 #1 [internal] load build definition from Dockerfile 07:39:43 #1 transferring dockerfile: 219B done 07:39:43 #1 DONE 0.0s 07:39:43 07:39:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:43 #2 DONE 0.0s 07:39:43 07:39:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:43 #3 DONE 0.0s 07:39:43 07:39:43 #4 [internal] load .dockerignore 07:39:43 #4 transferring context: 2B done 07:39:43 #4 DONE 0.0s 07:39:43 07:39:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:43 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:43 #5 DONE 0.0s 07:39:43 07:39:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:43 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:43 #6 CACHED 07:39:43 07:39:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:43 #5 CACHED 07:39:43 07:39:43 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:43 #7 DONE 0.0s 07:39:43 07:39:43 #8 exporting to image 07:39:43 #8 exporting layers done 07:39:43 #8 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done 07:39:43 #8 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done 07:39:43 #8 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done 07:39:43 #8 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done 07:39:43 #8 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done 07:39:43 #8 pushing layers 0.0s done 07:39:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done 07:39:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:43 #8 DONE 0.1s 07:39:43 07:39:43 1 warning found (use --debug to expand): 07:39:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 07:39:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 07:39:43 #1 [internal] load build definition from Dockerfile 07:39:43 #1 transferring dockerfile: 170B done 07:39:43 #1 DONE 0.0s 07:39:43 07:39:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:39:43 #2 DONE 0.0s 07:39:43 07:39:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:39:43 #3 DONE 0.0s 07:39:43 07:39:43 #4 [internal] load .dockerignore 07:39:43 #4 transferring context: 2B done 07:39:43 #4 DONE 0.0s 07:39:43 07:39:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:43 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:43 #5 CACHED 07:39:43 07:39:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 07:39:43 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done 07:39:43 #6 CACHED 07:39:43 07:39:43 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:39:43 #7 DONE 0.0s 07:39:43 07:39:43 #8 exporting to image 07:39:43 #8 exporting layers done 07:39:43 #8 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done 07:39:43 #8 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done 07:39:43 #8 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done 07:39:43 #8 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done 07:39:43 #8 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done 07:39:43 #8 pushing layers 0.0s done 07:39:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done 07:39:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:43 #8 DONE 0.1s 07:39:43 07:39:43 1 warning found (use --debug to expand): 07:39:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:44 #1 [internal] load build definition from Dockerfile 07:39:44 #1 transferring dockerfile: 204B done 07:39:44 #1 DONE 0.0s 07:39:44 07:39:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:44 #2 DONE 0.0s 07:39:44 07:39:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:44 #3 DONE 0.1s 07:39:44 07:39:44 #4 [internal] load .dockerignore 07:39:44 #4 transferring context: 2B done 07:39:44 #4 DONE 0.0s 07:39:44 07:39:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done 07:39:44 #5 DONE 0.0s 07:39:44 07:39:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:44 #6 DONE 0.0s 07:39:44 07:39:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done 07:39:44 #5 DONE 0.1s 07:39:44 07:39:44 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:39:44 #7 DONE 0.0s 07:39:44 07:39:44 #8 exporting to image 07:39:44 #8 exporting layers done 07:39:44 #8 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done 07:39:44 #8 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done 07:39:44 #8 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done 07:39:44 #8 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done 07:39:44 #8 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done 07:39:44 #8 pushing layers 0.1s done 07:39:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 07:39:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done 07:39:44 #8 DONE 0.2s 07:39:44 07:39:44 1 warning found (use --debug to expand): 07:39:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 07:39:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 07:39:44 #1 [internal] load build definition from Dockerfile 07:39:44 #1 transferring dockerfile: 170B done 07:39:44 #1 DONE 0.0s 07:39:44 07:39:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:39:44 #2 DONE 0.0s 07:39:44 07:39:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:39:44 #3 DONE 0.0s 07:39:44 07:39:44 #4 [internal] load .dockerignore 07:39:44 #4 transferring context: 2B done 07:39:44 #4 DONE 0.0s 07:39:44 07:39:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done 07:39:44 #5 CACHED 07:39:44 07:39:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:44 #6 CACHED 07:39:44 07:39:44 #7 exporting to image 07:39:44 #7 exporting layers done 07:39:44 #7 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done 07:39:44 #7 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done 07:39:44 #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 07:39:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:45 #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done 07:39:45 #7 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done 07:39:45 #7 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done 07:39:45 #7 pushing layers 0.0s done 07:39:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done 07:39:45 #7 DONE 0.1s 07:39:45 07:39:45 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:39:45 #8 DONE 0.0s 07:39:45 07:39:45 1 warning found (use --debug to expand): 07:39:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29' 07:39:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 --push - 07:39:45 #1 [internal] load build definition from Dockerfile 07:39:45 #1 transferring dockerfile: 176B done 07:39:45 #1 DONE 0.0s 07:39:45 07:39:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 07:39:45 #2 DONE 0.0s 07:39:45 07:39:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 07:39:45 #3 DONE 0.0s 07:39:45 07:39:45 #4 [internal] load .dockerignore 07:39:45 #4 transferring context: 2B done 07:39:45 #4 DONE 0.0s 07:39:45 07:39:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:45 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done 07:39:45 #5 CACHED 07:39:45 07:39:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:45 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:45 #6 CACHED 07:39:45 07:39:45 #7 exporting to image 07:39:45 #7 exporting layers 07:39:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:45 #7 exporting layers done 07:39:45 #7 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done 07:39:45 #7 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done 07:39:45 #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done 07:39:45 #7 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done 07:39:45 #7 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done 07:39:45 #7 pushing layers 0.0s done 07:39:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done 07:39:45 #7 DONE 0.1s 07:39:45 07:39:45 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:39:45 #8 DONE 0.0s 07:39:45 07:39:45 1 warning found (use --debug to expand): 07:39:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:46 #1 [internal] load build definition from Dockerfile 07:39:46 #1 transferring dockerfile: 217B done 07:39:46 #1 DONE 0.0s 07:39:46 07:39:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:46 #2 DONE 0.0s 07:39:46 07:39:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:46 #3 DONE 0.0s 07:39:46 07:39:46 #4 [internal] load .dockerignore 07:39:46 #4 transferring context: 2B done 07:39:46 #4 DONE 0.0s 07:39:46 07:39:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:46 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:46 #5 CACHED 07:39:46 07:39:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:46 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:46 #6 CACHED 07:39:46 07:39:46 #7 exporting to image 07:39:46 #7 exporting layers done 07:39:46 #7 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done 07:39:46 #7 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done 07:39:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:46 #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done 07:39:46 #7 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done 07:39:46 #7 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done 07:39:46 #7 pushing layers 0.0s done 07:39:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done 07:39:46 #7 DONE 0.1s 07:39:46 07:39:46 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:39:46 #8 DONE 0.0s 07:39:46 07:39:46 1 warning found (use --debug to expand): 07:39:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 07:39:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 07:39:46 #1 [internal] load build definition from Dockerfile 07:39:46 #1 transferring dockerfile: 168B done 07:39:46 #1 DONE 0.0s 07:39:46 07:39:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:39:46 #2 DONE 0.0s 07:39:46 07:39:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:39:46 #3 DONE 0.0s 07:39:46 07:39:46 #4 [internal] load .dockerignore 07:39:46 #4 transferring context: 2B done 07:39:46 #4 DONE 0.0s 07:39:46 07:39:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:46 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:46 #5 CACHED 07:39:46 07:39:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 07:39:46 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done 07:39:46 #6 CACHED 07:39:46 07:39:46 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:39:46 #7 DONE 0.0s 07:39:46 07:39:46 #8 exporting to image 07:39:46 #8 exporting layers done 07:39:46 #8 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done 07:39:46 #8 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done 07:39:46 #8 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done 07:39:46 #8 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done 07:39:46 #8 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done 07:39:46 #8 pushing layers 0.0s done 07:39:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done 07:39:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:46 #8 DONE 0.1s 07:39:46 07:39:46 1 warning found (use --debug to expand): 07:39:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:47 #1 [internal] load build definition from Dockerfile 07:39:47 #1 transferring dockerfile: 205B done 07:39:47 #1 DONE 0.0s 07:39:47 07:39:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:47 #2 DONE 0.0s 07:39:47 07:39:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:47 #3 DONE 0.0s 07:39:47 07:39:47 #4 [internal] load .dockerignore 07:39:47 #4 transferring context: 2B done 07:39:47 #4 DONE 0.0s 07:39:47 07:39:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:47 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:47 #5 ... 07:39:47 07:39:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:47 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done 07:39:47 #6 DONE 0.1s 07:39:47 07:39:47 #7 exporting to image 07:39:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:47 #7 ... 07:39:47 07:39:47 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:47 #8 DONE 0.0s 07:39:47 07:39:47 #7 exporting to image 07:39:47 #7 exporting layers done 07:39:47 #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done 07:39:47 #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done 07:39:47 #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done 07:39:47 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done 07:39:47 #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done 07:39:47 #7 pushing layers 0.1s done 07:39:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 07:39:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done 07:39:47 #7 DONE 0.2s 07:39:47 07:39:47 1 warning found (use --debug to expand): 07:39:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 07:39:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 07:39:48 #1 [internal] load build definition from Dockerfile 07:39:48 #1 transferring dockerfile: 171B done 07:39:48 #1 DONE 0.0s 07:39:48 07:39:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:39:48 #2 DONE 0.0s 07:39:48 07:39:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:39:48 #3 DONE 0.0s 07:39:48 07:39:48 #4 [internal] load .dockerignore 07:39:48 #4 transferring context: 2B done 07:39:48 #4 DONE 0.0s 07:39:48 07:39:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done 07:39:48 #5 CACHED 07:39:48 07:39:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:48 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done 07:39:48 #6 CACHED 07:39:48 07:39:48 #7 exporting to image 07:39:48 #7 exporting layers done 07:39:48 #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done 07:39:48 #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done 07:39:48 #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done 07:39:48 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done 07:39:48 #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 07:39:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:48 #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done 07:39:48 #7 pushing layers 0.0s done 07:39:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done 07:39:48 #7 DONE 0.1s 07:39:48 07:39:48 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:48 #8 DONE 0.0s 07:39:48 07:39:48 1 warning found (use --debug to expand): 07:39:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29' 07:39:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 --push - 07:39:48 #1 [internal] load build definition from Dockerfile 07:39:48 #1 transferring dockerfile: 177B done 07:39:48 #1 DONE 0.0s 07:39:48 07:39:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 07:39:48 #2 DONE 0.0s 07:39:48 07:39:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 07:39:48 #3 DONE 0.0s 07:39:48 07:39:48 #4 [internal] load .dockerignore 07:39:48 #4 transferring context: 2B done 07:39:48 #4 DONE 0.0s 07:39:48 07:39:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done 07:39:48 #5 CACHED 07:39:48 07:39:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:48 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done 07:39:48 #6 CACHED 07:39:48 07:39:48 #7 exporting to image 07:39:48 #7 exporting layers done 07:39:48 #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done 07:39:48 #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done 07:39:48 #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done 07:39:48 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b 07:39:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:48 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done 07:39:48 #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done 07:39:48 #7 pushing layers 0.0s done 07:39:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done 07:39:48 #7 DONE 0.1s 07:39:48 07:39:48 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:48 #8 DONE 0.0s 07:39:48 07:39:48 1 warning found (use --debug to expand): 07:39:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:49 #1 [internal] load build definition from Dockerfile 07:39:49 #1 transferring dockerfile: 218B done 07:39:49 #1 DONE 0.0s 07:39:49 07:39:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:49 #2 DONE 0.0s 07:39:49 07:39:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:49 #3 DONE 0.0s 07:39:49 07:39:49 #4 [internal] load .dockerignore 07:39:49 #4 transferring context: 2B done 07:39:49 #4 DONE 0.0s 07:39:49 07:39:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done 07:39:49 #5 CACHED 07:39:49 07:39:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:49 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done 07:39:49 #6 CACHED 07:39:49 07:39:49 #7 exporting to image 07:39:49 #7 exporting layers done 07:39:49 #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done 07:39:49 #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done 07:39:49 #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done 07:39:49 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done 07:39:49 #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done 07:39:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:49 #7 pushing layers 0.0s done 07:39:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done 07:39:49 #7 DONE 0.1s 07:39:49 07:39:49 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:49 #8 DONE 0.0s 07:39:49 07:39:49 1 warning found (use --debug to expand): 07:39:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 07:39:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 07:39:49 #1 [internal] load build definition from Dockerfile 07:39:49 #1 transferring dockerfile: 169B done 07:39:49 #1 DONE 0.0s 07:39:49 07:39:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:39:49 #2 DONE 0.0s 07:39:49 07:39:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:39:49 #3 DONE 0.0s 07:39:49 07:39:49 #4 [internal] load .dockerignore 07:39:49 #4 transferring context: 2B done 07:39:49 #4 DONE 0.0s 07:39:49 07:39:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done 07:39:49 #5 CACHED 07:39:49 07:39:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 07:39:49 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done 07:39:49 #6 CACHED 07:39:49 07:39:49 #7 exporting to image 07:39:49 #7 exporting layers done 07:39:49 #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done 07:39:49 #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done 07:39:49 #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done 07:39:49 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b 07:39:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:49 #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done 07:39:49 #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done 07:39:49 #7 pushing layers 0.0s done 07:39:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done 07:39:49 #7 DONE 0.1s 07:39:49 07:39:49 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:49 #8 DONE 0.0s 07:39:49 07:39:49 1 warning found (use --debug to expand): 07:39:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:50 #1 [internal] load build definition from Dockerfile 07:39:50 #1 transferring dockerfile: 211B done 07:39:50 #1 DONE 0.0s 07:39:50 07:39:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:50 #2 DONE 0.0s 07:39:50 07:39:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:50 #3 DONE 0.0s 07:39:50 07:39:50 #4 [internal] load .dockerignore 07:39:50 #4 transferring context: 2B done 07:39:50 #4 DONE 0.0s 07:39:50 07:39:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:50 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:50 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done 07:39:50 #5 DONE 0.1s 07:39:50 07:39:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:50 #6 DONE 0.0s 07:39:50 07:39:50 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:50 #7 DONE 0.0s 07:39:50 07:39:50 #8 exporting to image 07:39:50 #8 exporting layers done 07:39:50 #8 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done 07:39:50 #8 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done 07:39:50 #8 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done 07:39:50 #8 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done 07:39:50 #8 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done 07:39:50 #8 pushing layers 0.1s done 07:39:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 07:39:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done 07:39:50 #8 DONE 0.2s 07:39:50 07:39:50 1 warning found (use --debug to expand): 07:39:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 07:39:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 07:39:51 #1 [internal] load build definition from Dockerfile 07:39:51 #1 transferring dockerfile: 177B done 07:39:51 #1 DONE 0.0s 07:39:51 07:39:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:39:51 #2 DONE 0.0s 07:39:51 07:39:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:39:51 #3 DONE 0.0s 07:39:51 07:39:51 #4 [internal] load .dockerignore 07:39:51 #4 transferring context: 2B done 07:39:51 #4 DONE 0.0s 07:39:51 07:39:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #5 ... 07:39:51 07:39:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done 07:39:51 #6 DONE 0.0s 07:39:51 07:39:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #6 CACHED 07:39:51 07:39:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #5 CACHED 07:39:51 07:39:51 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:51 #7 DONE 0.0s 07:39:51 07:39:51 #8 exporting to image 07:39:51 #8 exporting layers done 07:39:51 #8 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done 07:39:51 #8 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done 07:39:51 #8 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done 07:39:51 #8 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done 07:39:51 #8 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done 07:39:51 #8 pushing layers 0.0s done 07:39:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done 07:39:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:51 #8 DONE 0.1s 07:39:51 07:39:51 1 warning found (use --debug to expand): 07:39:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29' 07:39:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 --push - 07:39:51 #1 [internal] load build definition from Dockerfile 07:39:51 #1 transferring dockerfile: 183B done 07:39:51 #1 DONE 0.0s 07:39:51 07:39:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 07:39:51 #2 DONE 0.0s 07:39:51 07:39:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 07:39:51 #3 DONE 0.0s 07:39:51 07:39:51 #4 [internal] load .dockerignore 07:39:51 #4 transferring context: 2B done 07:39:51 #4 DONE 0.0s 07:39:51 07:39:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done 07:39:51 #5 CACHED 07:39:51 07:39:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:51 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done 07:39:51 #6 CACHED 07:39:51 07:39:51 #7 exporting to image 07:39:51 #7 exporting layers 07:39:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:51 #7 exporting layers done 07:39:51 #7 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done 07:39:51 #7 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done 07:39:51 #7 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done 07:39:51 #7 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done 07:39:51 #7 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done 07:39:51 #7 pushing layers 0.0s done 07:39:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done 07:39:51 #7 DONE 0.1s 07:39:51 07:39:51 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:51 #8 DONE 0.0s 07:39:51 07:39:51 1 warning found (use --debug to expand): 07:39:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:52 #1 [internal] load build definition from Dockerfile 07:39:52 #1 transferring dockerfile: 224B done 07:39:52 #1 DONE 0.0s 07:39:52 07:39:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:52 #2 DONE 0.0s 07:39:52 07:39:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:52 #3 DONE 0.0s 07:39:52 07:39:52 #4 [internal] load .dockerignore 07:39:52 #4 transferring context: 2B done 07:39:52 #4 DONE 0.0s 07:39:52 07:39:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:52 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f done 07:39:52 #5 CACHED 07:39:52 07:39:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:52 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done 07:39:52 #6 CACHED 07:39:52 07:39:52 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:52 #7 DONE 0.0s 07:39:52 07:39:52 #8 exporting to image 07:39:52 #8 exporting layers done 07:39:52 #8 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done 07:39:52 #8 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done 07:39:52 #8 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done 07:39:52 #8 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done 07:39:52 #8 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done 07:39:52 #8 pushing layers 0.0s done 07:39:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done 07:39:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:52 #8 DONE 0.1s 07:39:52 07:39:52 1 warning found (use --debug to expand): 07:39:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 07:39:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 07:39:52 #1 [internal] load build definition from Dockerfile 07:39:52 #1 transferring dockerfile: 175B done 07:39:52 #1 DONE 0.0s 07:39:52 07:39:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:39:52 #2 DONE 0.0s 07:39:52 07:39:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:39:52 #3 DONE 0.0s 07:39:52 07:39:52 #4 [internal] load .dockerignore 07:39:52 #4 transferring context: 2B done 07:39:52 #4 DONE 0.0s 07:39:52 07:39:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:52 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f done 07:39:52 #5 CACHED 07:39:52 07:39:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 07:39:52 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done 07:39:52 #6 CACHED 07:39:52 07:39:52 #7 exporting to image 07:39:52 #7 exporting layers done 07:39:52 #7 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done 07:39:52 #7 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e 07:39:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:52 #7 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done 07:39:52 #7 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done 07:39:52 #7 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done 07:39:52 #7 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done 07:39:52 #7 pushing layers 0.0s done 07:39:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done 07:39:52 #7 DONE 0.1s 07:39:52 07:39:52 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:39:52 #8 DONE 0.0s 07:39:52 07:39:52 1 warning found (use --debug to expand): 07:39:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:39:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:39:53 #1 [internal] load build definition from Dockerfile 07:39:53 #1 transferring dockerfile: 215B done 07:39:53 #1 DONE 0.0s 07:39:53 07:39:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:53 #2 DONE 0.0s 07:39:53 07:39:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 07:39:53 #3 DONE 0.0s 07:39:53 07:39:53 #4 [internal] load .dockerignore 07:39:53 #4 transferring context: 2B done 07:39:53 #4 DONE 0.0s 07:39:53 07:39:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd done 07:39:53 #5 DONE 0.1s 07:39:53 07:39:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:53 #6 DONE 0.0s 07:39:53 07:39:53 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:39:53 #7 DONE 0.0s 07:39:53 07:39:53 #8 exporting to image 07:39:53 #8 exporting layers done 07:39:53 #8 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done 07:39:53 #8 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done 07:39:53 #8 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done 07:39:53 #8 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done 07:39:53 #8 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done 07:39:53 #8 pushing layers 0.1s done 07:39:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done 07:39:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:53 #8 DONE 0.2s 07:39:53 07:39:53 1 warning found (use --debug to expand): 07:39:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 07:39:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 07:39:54 #1 [internal] load build definition from Dockerfile 07:39:54 #1 transferring dockerfile: 181B done 07:39:54 #1 DONE 0.0s 07:39:54 07:39:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:39:54 #2 DONE 0.0s 07:39:54 07:39:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:39:54 #3 DONE 0.0s 07:39:54 07:39:54 #4 [internal] load .dockerignore 07:39:54 #4 transferring context: 2B done 07:39:54 #4 DONE 0.0s 07:39:54 07:39:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:54 #5 DONE 0.0s 07:39:54 07:39:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:54 #6 CACHED 07:39:54 07:39:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:54 #5 CACHED 07:39:54 07:39:54 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:39:54 #7 DONE 0.0s 07:39:54 07:39:54 #8 exporting to image 07:39:54 #8 exporting layers done 07:39:54 #8 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done 07:39:54 #8 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done 07:39:54 #8 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done 07:39:54 #8 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done 07:39:54 #8 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done 07:39:54 #8 pushing layers 0.0s done 07:39:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done 07:39:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:54 #8 DONE 0.1s 07:39:54 07:39:54 1 warning found (use --debug to expand): 07:39:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 --push - 07:39:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29' 07:39:54 #1 [internal] load build definition from Dockerfile 07:39:54 #1 transferring dockerfile: 187B done 07:39:54 #1 DONE 0.0s 07:39:54 07:39:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 07:39:54 #2 DONE 0.0s 07:39:54 07:39:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 07:39:54 #3 DONE 0.0s 07:39:54 07:39:54 #4 [internal] load .dockerignore 07:39:54 #4 transferring context: 2B done 07:39:54 #4 DONE 0.0s 07:39:54 07:39:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:54 #5 CACHED 07:39:54 07:39:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:54 #6 CACHED 07:39:54 07:39:54 #7 exporting to image 07:39:54 #7 exporting layers done 07:39:54 #7 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done 07:39:54 #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 07:39:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:54 #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 0.0s done 07:39:54 #7 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done 07:39:54 #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done 07:39:54 #7 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done 07:39:54 #7 pushing layers 0.0s done 07:39:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done 07:39:54 #7 DONE 0.1s 07:39:54 07:39:54 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:39:54 #8 DONE 0.0s 07:39:54 07:39:54 1 warning found (use --debug to expand): 07:39:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:39:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:39:55 #1 [internal] load build definition from Dockerfile 07:39:55 #1 transferring dockerfile: 228B done 07:39:55 #1 DONE 0.0s 07:39:55 07:39:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:55 #2 DONE 0.0s 07:39:55 07:39:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:39:55 #3 DONE 0.0s 07:39:55 07:39:55 #4 [internal] load .dockerignore 07:39:55 #4 transferring context: 2B done 07:39:55 #4 DONE 0.0s 07:39:55 07:39:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd done 07:39:55 #5 CACHED 07:39:55 07:39:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:55 #6 CACHED 07:39:55 07:39:55 #7 exporting to image 07:39:55 #7 exporting layers done 07:39:55 #7 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done 07:39:55 #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done 07:39:55 #7 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done 07:39:55 #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff 07:39:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:55 #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done 07:39:55 #7 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done 07:39:55 #7 pushing layers 0.0s done 07:39:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done 07:39:55 #7 DONE 0.1s 07:39:55 07:39:55 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:39:55 #8 DONE 0.0s 07:39:55 07:39:55 1 warning found (use --debug to expand): 07:39:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:39:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 07:39:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 07:39:56 #1 [internal] load build definition from Dockerfile 07:39:56 #1 transferring dockerfile: 179B done 07:39:56 #1 DONE 0.0s 07:39:56 07:39:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:39:56 #2 DONE 0.0s 07:39:56 07:39:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:39:56 #3 DONE 0.0s 07:39:56 07:39:56 #4 [internal] load .dockerignore 07:39:56 #4 transferring context: 2B done 07:39:56 #4 DONE 0.0s 07:39:56 07:39:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:56 #5 CACHED 07:39:56 07:39:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 07:39:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done 07:39:56 #6 CACHED 07:39:56 07:39:56 #7 exporting to image 07:39:56 #7 exporting layers done 07:39:56 #7 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done 07:39:56 #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done 07:39:56 #7 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done 07:39:56 #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done 07:39:56 #7 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done 07:39:56 #7 pushing layers 07:39:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:39:59 #7 ... 07:39:59 07:39:59 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:39:59 #8 DONE 0.0s 07:39:59 07:39:59 #7 exporting to image 07:39:59 #7 pushing layers 1.2s done 07:39:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 07:40:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 4.0s done 07:40:01 #7 DONE 5.2s 07:40:01 07:40:01 1 warning found (use --debug to expand): 07:40:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:40:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:40:01 #1 [internal] load build definition from Dockerfile 07:40:01 #1 transferring dockerfile: 205B done 07:40:01 #1 DONE 0.0s 07:40:01 07:40:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:01 #2 DONE 0.0s 07:40:01 07:40:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:01 #3 DONE 0.1s 07:40:01 07:40:01 #4 [internal] load .dockerignore 07:40:01 #4 transferring context: 2B done 07:40:01 #4 DONE 0.0s 07:40:01 07:40:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 done 07:40:01 #5 DONE 0.1s 07:40:01 07:40:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 done 07:40:01 #6 DONE 0.0s 07:40:01 07:40:01 #7 exporting to image 07:40:01 #7 exporting layers done 07:40:01 #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done 07:40:01 #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done 07:40:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:01 #7 ... 07:40:01 07:40:01 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:40:01 #8 DONE 0.0s 07:40:01 07:40:01 #7 exporting to image 07:40:01 #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done 07:40:01 #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done 07:40:01 #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done 07:40:01 #7 pushing layers 0.1s done 07:40:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 07:40:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done 07:40:02 #7 DONE 0.2s 07:40:02 07:40:02 1 warning found (use --debug to expand): 07:40:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 07:40:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 07:40:02 #1 [internal] load build definition from Dockerfile 07:40:02 #1 transferring dockerfile: 171B done 07:40:02 #1 DONE 0.0s 07:40:02 07:40:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:40:02 #2 DONE 0.0s 07:40:02 07:40:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:40:02 #3 DONE 0.0s 07:40:02 07:40:02 #4 [internal] load .dockerignore 07:40:02 #4 transferring context: 2B done 07:40:02 #4 DONE 0.0s 07:40:02 07:40:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:02 #5 ... 07:40:02 07:40:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done 07:40:02 #6 CACHED 07:40:02 07:40:02 #7 exporting to image 07:40:02 #7 exporting layers done 07:40:02 #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done 07:40:02 #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done 07:40:02 #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done 07:40:02 #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done 07:40:02 #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 07:40:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:02 #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done 07:40:02 #7 pushing layers 0.0s done 07:40:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done 07:40:02 #7 DONE 0.1s 07:40:02 07:40:02 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:40:02 #8 DONE 0.0s 07:40:02 07:40:02 1 warning found (use --debug to expand): 07:40:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 --push - 07:40:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29' 07:40:02 #1 [internal] load build definition from Dockerfile 07:40:02 #1 transferring dockerfile: 177B done 07:40:02 #1 DONE 0.0s 07:40:02 07:40:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 07:40:02 #2 DONE 0.0s 07:40:02 07:40:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 07:40:02 #3 DONE 0.0s 07:40:02 07:40:02 #4 [internal] load .dockerignore 07:40:02 #4 transferring context: 2B 0.0s done 07:40:02 #4 DONE 0.0s 07:40:02 07:40:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done 07:40:02 #5 DONE 0.0s 07:40:02 07:40:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done 07:40:03 #6 CACHED 07:40:03 07:40:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:03 #5 CACHED 07:40:03 07:40:03 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:40:03 #7 DONE 0.0s 07:40:03 07:40:03 #8 exporting to image 07:40:03 #8 exporting layers done 07:40:03 #8 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done 07:40:03 #8 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done 07:40:03 #8 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done 07:40:03 #8 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done 07:40:03 #8 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done 07:40:03 #8 pushing layers 0.0s done 07:40:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done 07:40:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:03 #8 DONE 0.1s 07:40:03 07:40:03 1 warning found (use --debug to expand): 07:40:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:40:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:40:03 #1 [internal] load build definition from Dockerfile 07:40:03 #1 transferring dockerfile: 218B done 07:40:03 #1 DONE 0.0s 07:40:03 07:40:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:03 #2 DONE 0.0s 07:40:03 07:40:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:03 #3 DONE 0.0s 07:40:03 07:40:03 #4 [internal] load .dockerignore 07:40:03 #4 transferring context: 2B done 07:40:03 #4 DONE 0.0s 07:40:03 07:40:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 done 07:40:03 #5 CACHED 07:40:03 07:40:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done 07:40:03 #6 CACHED 07:40:03 07:40:03 #7 exporting to image 07:40:03 #7 exporting layers done 07:40:03 #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done 07:40:03 #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done 07:40:03 #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done 07:40:03 #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done 07:40:03 #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done 07:40:03 #7 pushing layers 0.0s done 07:40:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 07:40:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done 07:40:03 #7 DONE 0.1s 07:40:03 07:40:03 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:40:03 #8 DONE 0.0s 07:40:03 07:40:03 1 warning found (use --debug to expand): 07:40:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 07:40:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 07:40:03 #1 [internal] load build definition from Dockerfile 07:40:03 #1 transferring dockerfile: 169B done 07:40:03 #1 DONE 0.0s 07:40:03 07:40:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:40:03 #2 DONE 0.0s 07:40:03 07:40:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:40:03 #3 DONE 0.0s 07:40:03 07:40:03 #4 [internal] load .dockerignore 07:40:03 #4 transferring context: 2B done 07:40:03 #4 DONE 0.0s 07:40:03 07:40:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done 07:40:03 #5 CACHED 07:40:03 07:40:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 07:40:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done 07:40:03 #6 CACHED 07:40:03 07:40:03 #7 exporting to image 07:40:03 #7 exporting layers done 07:40:03 #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done 07:40:03 #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done 07:40:03 #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done 07:40:03 #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done 07:40:03 #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done 07:40:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:04 #7 pushing layers 0.0s done 07:40:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done 07:40:04 #7 DONE 0.1s 07:40:04 07:40:04 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:40:04 #8 DONE 0.0s 07:40:04 07:40:04 1 warning found (use --debug to expand): 07:40:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:40:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:40:04 #1 [internal] load build definition from Dockerfile 07:40:04 #1 transferring dockerfile: 206B done 07:40:04 #1 DONE 0.0s 07:40:04 07:40:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:04 #2 DONE 0.0s 07:40:04 07:40:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:04 #3 DONE 0.0s 07:40:04 07:40:04 #4 [internal] load .dockerignore 07:40:04 #4 transferring context: 2B done 07:40:04 #4 DONE 0.0s 07:40:04 07:40:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee done 07:40:04 #5 DONE 0.0s 07:40:04 07:40:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:04 #6 DONE 0.0s 07:40:04 07:40:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee done 07:40:04 #5 DONE 0.1s 07:40:04 07:40:04 #7 exporting to image 07:40:04 #7 exporting layers done 07:40:04 #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done 07:40:04 #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done 07:40:04 #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done 07:40:04 #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done 07:40:04 #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done 07:40:04 #7 pushing layers 07:40:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:04 #7 ... 07:40:04 07:40:04 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:40:04 #8 DONE 0.0s 07:40:04 07:40:04 #7 exporting to image 07:40:04 #7 pushing layers 0.1s done 07:40:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 07:40:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done 07:40:05 #7 DONE 0.2s 07:40:05 07:40:05 1 warning found (use --debug to expand): 07:40:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 07:40:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 07:40:05 #1 [internal] load build definition from Dockerfile 07:40:05 #1 transferring dockerfile: 172B done 07:40:05 #1 DONE 0.0s 07:40:05 07:40:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:40:05 #2 DONE 0.0s 07:40:05 07:40:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:40:05 #3 DONE 0.0s 07:40:05 07:40:05 #4 [internal] load .dockerignore 07:40:05 #4 transferring context: 2B done 07:40:05 #4 DONE 0.0s 07:40:05 07:40:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee done 07:40:05 #5 CACHED 07:40:05 07:40:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:05 #6 CACHED 07:40:05 07:40:05 #7 exporting to image 07:40:05 #7 exporting layers done 07:40:05 #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done 07:40:05 #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef 07:40:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:05 #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done 07:40:05 #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done 07:40:05 #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done 07:40:05 #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done 07:40:05 #7 pushing layers 0.0s done 07:40:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done 07:40:05 #7 DONE 0.1s 07:40:05 07:40:05 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:40:05 #8 DONE 0.0s 07:40:05 07:40:05 1 warning found (use --debug to expand): 07:40:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 --push - 07:40:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29' 07:40:06 #1 [internal] load build definition from Dockerfile 07:40:06 #1 transferring dockerfile: 178B done 07:40:06 #1 DONE 0.0s 07:40:06 07:40:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 07:40:06 #2 DONE 0.0s 07:40:06 07:40:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 07:40:06 #3 DONE 0.0s 07:40:06 07:40:06 #4 [internal] load .dockerignore 07:40:06 #4 transferring context: 2B done 07:40:06 #4 DONE 0.0s 07:40:06 07:40:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:06 #5 CACHED 07:40:06 07:40:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:06 #6 CACHED 07:40:06 07:40:06 #7 exporting to image 07:40:06 #7 exporting layers done 07:40:06 #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done 07:40:06 #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done 07:40:06 #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done 07:40:06 #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done 07:40:06 #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done 07:40:06 #7 pushing layers 07:40:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:06 #7 pushing layers 0.0s done 07:40:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done 07:40:06 #7 DONE 0.1s 07:40:06 07:40:06 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:40:06 #8 DONE 0.0s 07:40:06 07:40:06 1 warning found (use --debug to expand): 07:40:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:40:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:40:06 #1 [internal] load build definition from Dockerfile 07:40:06 #1 transferring dockerfile: 219B done 07:40:06 #1 DONE 0.0s 07:40:06 07:40:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:06 #2 DONE 0.0s 07:40:06 07:40:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:06 #3 DONE 0.0s 07:40:06 07:40:06 #4 [internal] load .dockerignore 07:40:06 #4 transferring context: 2B done 07:40:06 #4 DONE 0.0s 07:40:06 07:40:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:06 #5 CACHED 07:40:06 07:40:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:06 #6 CACHED 07:40:06 07:40:06 #7 exporting to image 07:40:06 #7 exporting layers done 07:40:06 #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done 07:40:06 #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done 07:40:06 #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done 07:40:06 #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done 07:40:06 #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done 07:40:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:06 #7 pushing layers 0.0s done 07:40:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done 07:40:06 #7 DONE 0.1s 07:40:06 07:40:06 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:40:06 #8 DONE 0.0s 07:40:06 07:40:06 1 warning found (use --debug to expand): 07:40:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 07:40:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 07:40:07 #1 [internal] load build definition from Dockerfile 07:40:07 #1 transferring dockerfile: 170B done 07:40:07 #1 DONE 0.0s 07:40:07 07:40:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 07:40:07 #2 DONE 0.0s 07:40:07 07:40:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 07:40:07 #3 DONE 0.0s 07:40:07 07:40:07 #4 [internal] load .dockerignore 07:40:07 #4 transferring context: 2B done 07:40:07 #4 DONE 0.0s 07:40:07 07:40:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:07 #5 CACHED 07:40:07 07:40:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 07:40:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done 07:40:07 #6 CACHED 07:40:07 07:40:07 #7 exporting to image 07:40:07 #7 exporting layers 07:40:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:07 #7 exporting layers done 07:40:07 #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done 07:40:07 #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done 07:40:07 #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done 07:40:07 #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done 07:40:07 #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done 07:40:07 #7 pushing layers 0.0s done 07:40:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done 07:40:07 #7 DONE 0.1s 07:40:07 07:40:07 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:40:07 #8 DONE 0.0s 07:40:07 07:40:07 1 warning found (use --debug to expand): 07:40:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:40:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:40:07 #1 [internal] load build definition from Dockerfile 07:40:07 #1 transferring dockerfile: 206B done 07:40:07 #1 DONE 0.0s 07:40:07 07:40:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:07 #2 DONE 0.0s 07:40:07 07:40:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:07 #3 DONE 0.0s 07:40:07 07:40:07 #4 [internal] load .dockerignore 07:40:07 #4 transferring context: 2B done 07:40:07 #4 DONE 0.0s 07:40:07 07:40:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done 07:40:07 #5 DONE 0.0s 07:40:07 07:40:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:07 #6 DONE 0.0s 07:40:07 07:40:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done 07:40:07 #5 DONE 0.1s 07:40:07 07:40:07 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:40:08 #7 DONE 0.0s 07:40:08 07:40:08 #8 exporting to image 07:40:08 #8 exporting layers done 07:40:08 #8 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done 07:40:08 #8 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done 07:40:08 #8 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done 07:40:08 #8 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done 07:40:08 #8 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done 07:40:08 #8 pushing layers 0.1s done 07:40:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 07:40:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done 07:40:08 #8 DONE 0.2s 07:40:08 07:40:08 1 warning found (use --debug to expand): 07:40:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 07:40:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 07:40:08 #1 [internal] load build definition from Dockerfile 07:40:08 #1 transferring dockerfile: 172B done 07:40:08 #1 DONE 0.0s 07:40:08 07:40:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:40:08 #2 DONE 0.0s 07:40:08 07:40:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:40:08 #3 DONE 0.0s 07:40:08 07:40:08 #4 [internal] load .dockerignore 07:40:08 #4 transferring context: 2B done 07:40:08 #4 DONE 0.0s 07:40:08 07:40:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done 07:40:08 #5 CACHED 07:40:08 07:40:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done 07:40:08 #6 CACHED 07:40:08 07:40:08 #7 exporting to image 07:40:08 #7 exporting layers 07:40:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:08 #7 exporting layers done 07:40:08 #7 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done 07:40:08 #7 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done 07:40:08 #7 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done 07:40:08 #7 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done 07:40:08 #7 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done 07:40:08 #7 pushing layers 0.0s done 07:40:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done 07:40:08 #7 DONE 0.1s 07:40:08 07:40:08 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:40:08 #8 DONE 0.0s 07:40:08 07:40:08 1 warning found (use --debug to expand): 07:40:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 --push - 07:40:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29' 07:40:08 #1 [internal] load build definition from Dockerfile 07:40:08 #1 transferring dockerfile: 178B done 07:40:08 #1 DONE 0.0s 07:40:08 07:40:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 07:40:08 #2 DONE 0.0s 07:40:08 07:40:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 07:40:08 #3 DONE 0.0s 07:40:08 07:40:08 #4 [internal] load .dockerignore 07:40:08 #4 transferring context: 2B done 07:40:08 #4 DONE 0.0s 07:40:08 07:40:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done 07:40:08 #5 CACHED 07:40:08 07:40:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done 07:40:08 #6 CACHED 07:40:09 07:40:09 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:40:09 #7 DONE 0.0s 07:40:09 07:40:09 #8 exporting to image 07:40:09 #8 exporting layers done 07:40:09 #8 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done 07:40:09 #8 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done 07:40:09 #8 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done 07:40:09 #8 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done 07:40:09 #8 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done 07:40:09 #8 pushing layers 0.0s done 07:40:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done 07:40:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:09 #8 DONE 0.1s 07:40:09 07:40:09 1 warning found (use --debug to expand): 07:40:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:40:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:40:09 #1 [internal] load build definition from Dockerfile 07:40:09 #1 transferring dockerfile: 219B done 07:40:09 #1 DONE 0.0s 07:40:09 07:40:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:09 #2 DONE 0.0s 07:40:09 07:40:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:09 #3 DONE 0.0s 07:40:09 07:40:09 #4 [internal] load .dockerignore 07:40:09 #4 transferring context: 2B done 07:40:09 #4 DONE 0.0s 07:40:09 07:40:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done 07:40:09 #5 CACHED 07:40:09 07:40:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done 07:40:09 #6 DONE 0.0s 07:40:09 07:40:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:09 #6 CACHED 07:40:09 07:40:09 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:40:09 #7 DONE 0.0s 07:40:09 07:40:09 #8 exporting to image 07:40:09 #8 exporting layers done 07:40:09 #8 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done 07:40:09 #8 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done 07:40:09 #8 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done 07:40:09 #8 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done 07:40:09 #8 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done 07:40:09 #8 pushing layers 0.0s done 07:40:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done 07:40:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:09 #8 DONE 0.1s 07:40:09 07:40:09 1 warning found (use --debug to expand): 07:40:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 07:40:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 07:40:10 #1 [internal] load build definition from Dockerfile 07:40:10 #1 transferring dockerfile: 170B done 07:40:10 #1 DONE 0.0s 07:40:10 07:40:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 07:40:10 #2 DONE 0.0s 07:40:10 07:40:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 07:40:10 #3 DONE 0.0s 07:40:10 07:40:10 #4 [internal] load .dockerignore 07:40:10 #4 transferring context: 2B done 07:40:10 #4 DONE 0.0s 07:40:10 07:40:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done 07:40:10 #5 CACHED 07:40:10 07:40:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 07:40:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done 07:40:10 #6 CACHED 07:40:10 07:40:10 #7 exporting to image 07:40:10 #7 exporting layers done 07:40:10 #7 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done 07:40:10 #7 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done 07:40:10 #7 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done 07:40:10 #7 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done 07:40:10 #7 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done 07:40:10 #7 pushing layers 07:40:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:10 #7 pushing layers 0.0s done 07:40:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done 07:40:10 #7 DONE 0.1s 07:40:10 07:40:10 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:40:10 #8 DONE 0.0s 07:40:10 07:40:10 1 warning found (use --debug to expand): 07:40:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:40:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:40:10 #1 [internal] load build definition from Dockerfile 07:40:10 #1 transferring dockerfile: 206B done 07:40:10 #1 DONE 0.0s 07:40:10 07:40:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:10 #2 DONE 0.0s 07:40:10 07:40:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:10 #3 DONE 0.0s 07:40:10 07:40:10 #4 [internal] load .dockerignore 07:40:10 #4 transferring context: 2B done 07:40:10 #4 DONE 0.0s 07:40:10 07:40:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:10 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:10 #5 DONE 0.0s 07:40:10 07:40:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:10 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:10 #6 DONE 0.1s 07:40:10 07:40:10 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:40:10 #7 DONE 0.0s 07:40:10 07:40:10 #8 exporting to image 07:40:10 #8 exporting layers done 07:40:10 #8 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done 07:40:10 #8 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done 07:40:10 #8 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done 07:40:10 #8 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done 07:40:10 #8 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done 07:40:10 #8 pushing layers 0.1s done 07:40:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 07:40:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done 07:40:11 #8 DONE 0.2s 07:40:11 07:40:11 1 warning found (use --debug to expand): 07:40:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 07:40:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 07:40:11 #1 [internal] load build definition from Dockerfile 07:40:11 #1 transferring dockerfile: 172B done 07:40:11 #1 DONE 0.0s 07:40:11 07:40:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 07:40:11 #2 DONE 0.0s 07:40:11 07:40:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 07:40:11 #3 DONE 0.0s 07:40:11 07:40:11 #4 [internal] load .dockerignore 07:40:11 #4 transferring context: 2B done 07:40:11 #4 DONE 0.0s 07:40:11 07:40:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 done 07:40:11 #5 CACHED 07:40:11 07:40:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:11 #6 CACHED 07:40:11 07:40:11 #7 exporting to image 07:40:11 #7 exporting layers done 07:40:11 #7 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done 07:40:11 #7 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done 07:40:11 #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 07:40:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:11 #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done 07:40:11 #7 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done 07:40:11 #7 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done 07:40:11 #7 pushing layers 0.0s done 07:40:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done 07:40:11 #7 DONE 0.1s 07:40:11 07:40:11 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:40:11 #8 DONE 0.0s 07:40:11 07:40:11 1 warning found (use --debug to expand): 07:40:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29' 07:40:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 --push - 07:40:12 #1 [internal] load build definition from Dockerfile 07:40:12 #1 transferring dockerfile: 178B done 07:40:12 #1 DONE 0.0s 07:40:12 07:40:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 07:40:12 #2 DONE 0.0s 07:40:12 07:40:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 07:40:12 #3 DONE 0.0s 07:40:12 07:40:12 #4 [internal] load .dockerignore 07:40:12 #4 transferring context: 2B done 07:40:12 #4 DONE 0.0s 07:40:12 07:40:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:12 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:12 #5 CACHED 07:40:12 07:40:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:12 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:12 #6 CACHED 07:40:12 07:40:12 #7 exporting to image 07:40:12 #7 exporting layers 07:40:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:12 #7 exporting layers done 07:40:12 #7 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done 07:40:12 #7 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done 07:40:12 #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done 07:40:12 #7 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done 07:40:12 #7 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done 07:40:12 #7 pushing layers 0.0s done 07:40:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done 07:40:12 #7 DONE 0.1s 07:40:12 07:40:12 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:40:12 #8 DONE 0.0s 07:40:12 07:40:12 1 warning found (use --debug to expand): 07:40:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:40:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:40:12 #1 [internal] load build definition from Dockerfile 07:40:12 #1 transferring dockerfile: 219B done 07:40:12 #1 DONE 0.0s 07:40:12 07:40:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:12 #2 DONE 0.0s 07:40:12 07:40:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:12 #3 DONE 0.0s 07:40:12 07:40:12 #4 [internal] load .dockerignore 07:40:12 #4 transferring context: 2B done 07:40:12 #4 DONE 0.0s 07:40:12 07:40:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:12 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 done 07:40:12 #5 CACHED 07:40:12 07:40:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:12 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:12 #6 CACHED 07:40:12 07:40:12 #7 exporting to image 07:40:12 #7 exporting layers done 07:40:12 #7 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done 07:40:12 #7 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done 07:40:12 #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done 07:40:12 #7 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done 07:40:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:12 #7 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done 07:40:12 #7 pushing layers 0.0s done 07:40:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done 07:40:12 #7 DONE 0.1s 07:40:12 07:40:12 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:40:12 #8 DONE 0.0s 07:40:12 07:40:12 1 warning found (use --debug to expand): 07:40:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 07:40:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 07:40:13 #1 [internal] load build definition from Dockerfile 07:40:13 #1 transferring dockerfile: 170B done 07:40:13 #1 DONE 0.0s 07:40:13 07:40:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 07:40:13 #2 DONE 0.0s 07:40:13 07:40:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 07:40:13 #3 DONE 0.0s 07:40:13 07:40:13 #4 [internal] load .dockerignore 07:40:13 #4 transferring context: 2B done 07:40:13 #4 DONE 0.0s 07:40:13 07:40:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:13 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:13 #5 DONE 0.0s 07:40:13 07:40:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:13 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done 07:40:13 #6 CACHED 07:40:13 07:40:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 07:40:13 #5 CACHED 07:40:13 07:40:13 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:40:13 #7 DONE 0.0s 07:40:13 07:40:13 #8 exporting to image 07:40:13 #8 exporting layers done 07:40:13 #8 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done 07:40:13 #8 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done 07:40:13 #8 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done 07:40:13 #8 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done 07:40:13 #8 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done 07:40:13 #8 pushing layers 0.0s done 07:40:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done 07:40:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:13 #8 DONE 0.1s 07:40:13 07:40:13 1 warning found (use --debug to expand): 07:40:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808' 07:40:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - 07:40:13 #1 [internal] load build definition from Dockerfile 07:40:13 #1 transferring dockerfile: 202B done 07:40:13 #1 DONE 0.0s 07:40:13 07:40:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:13 #2 DONE 0.0s 07:40:13 07:40:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 07:40:13 #3 DONE 0.1s 07:40:13 07:40:13 #4 [internal] load .dockerignore 07:40:13 #4 transferring context: 2B done 07:40:13 #4 DONE 0.0s 07:40:13 07:40:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:13 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:13 #5 DONE 0.0s 07:40:13 07:40:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:13 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:13 #6 DONE 0.1s 07:40:13 07:40:13 #7 exporting to image 07:40:13 #7 exporting layers done 07:40:13 #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done 07:40:13 #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done 07:40:13 #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done 07:40:13 #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done 07:40:13 #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done 07:40:13 #7 pushing layers 07:40:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:13 #7 ... 07:40:13 07:40:13 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:40:13 #8 DONE 0.0s 07:40:13 07:40:13 #7 exporting to image 07:40:13 #7 pushing layers 0.1s done 07:40:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 07:40:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done 07:40:14 #7 DONE 0.2s 07:40:14 07:40:14 1 warning found (use --debug to expand): 07:40:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 07:40:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 07:40:14 #1 [internal] load build definition from Dockerfile 07:40:14 #1 transferring dockerfile: 168B 0.0s done 07:40:14 #1 DONE 0.0s 07:40:14 07:40:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:40:14 #2 DONE 0.0s 07:40:14 07:40:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:40:14 #3 DONE 0.0s 07:40:14 07:40:14 #4 [internal] load .dockerignore 07:40:14 #4 transferring context: 2B done 07:40:14 #4 DONE 0.0s 07:40:14 07:40:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:14 #5 CACHED 07:40:14 07:40:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 done 07:40:14 #6 CACHED 07:40:14 07:40:14 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:40:14 #7 DONE 0.0s 07:40:14 07:40:14 #8 exporting to image 07:40:14 #8 exporting layers done 07:40:14 #8 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done 07:40:14 #8 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done 07:40:14 #8 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done 07:40:14 #8 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done 07:40:14 #8 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done 07:40:14 #8 pushing layers 0.0s done 07:40:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done 07:40:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:14 #8 DONE 0.1s 07:40:14 07:40:14 1 warning found (use --debug to expand): 07:40:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29' 07:40:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 --push - 07:40:15 #1 [internal] load build definition from Dockerfile 07:40:15 #1 transferring dockerfile: 174B done 07:40:15 #1 DONE 0.0s 07:40:15 07:40:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 07:40:15 #2 DONE 0.0s 07:40:15 07:40:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 07:40:15 #3 DONE 0.0s 07:40:15 07:40:15 #4 [internal] load .dockerignore 07:40:15 #4 transferring context: 2B done 07:40:15 #4 DONE 0.0s 07:40:15 07:40:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:15 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:15 #5 CACHED 07:40:15 07:40:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:15 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:15 #6 CACHED 07:40:15 07:40:15 #7 exporting to image 07:40:15 #7 exporting layers done 07:40:15 #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done 07:40:15 #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done 07:40:15 #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done 07:40:15 #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done 07:40:15 #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done 07:40:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:15 #7 pushing layers 0.0s done 07:40:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done 07:40:15 #7 DONE 0.1s 07:40:15 07:40:15 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:40:15 #8 DONE 0.0s 07:40:15 07:40:15 1 warning found (use --debug to expand): 07:40:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' 07:40:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - 07:40:15 #1 [internal] load build definition from Dockerfile 07:40:15 #1 transferring dockerfile: 215B done 07:40:15 #1 DONE 0.0s 07:40:15 07:40:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:15 #2 DONE 0.0s 07:40:15 07:40:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 07:40:15 #3 DONE 0.0s 07:40:15 07:40:15 #4 [internal] load .dockerignore 07:40:15 #4 transferring context: 2B done 07:40:15 #4 DONE 0.0s 07:40:15 07:40:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:15 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:15 #5 CACHED 07:40:15 07:40:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:15 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:15 #6 CACHED 07:40:15 07:40:15 #7 exporting to image 07:40:15 #7 exporting layers done 07:40:15 #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done 07:40:15 #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done 07:40:15 #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done 07:40:15 #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done 07:40:15 #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done 07:40:15 #7 pushing layers 0.0s done 07:40:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 07:40:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done 07:40:15 #7 DONE 0.1s 07:40:15 07:40:15 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:40:15 #8 DONE 0.0s 07:40:15 07:40:15 1 warning found (use --debug to expand): 07:40:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:40:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 07:40:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 07:40:16 #1 [internal] load build definition from Dockerfile 07:40:16 #1 transferring dockerfile: 166B done 07:40:16 #1 DONE 0.0s 07:40:16 07:40:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 07:40:16 #2 DONE 0.0s 07:40:16 07:40:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 07:40:16 #3 DONE 0.0s 07:40:16 07:40:16 #4 [internal] load .dockerignore 07:40:16 #4 transferring context: 2B done 07:40:16 #4 DONE 0.0s 07:40:16 07:40:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:16 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:16 #5 CACHED 07:40:16 07:40:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 07:40:16 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done 07:40:16 #6 CACHED 07:40:16 07:40:16 #7 exporting to image 07:40:16 #7 exporting layers 07:40:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:40:16 #7 exporting layers done 07:40:16 #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done 07:40:16 #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done 07:40:16 #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done 07:40:16 #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done 07:40:16 #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done 07:40:16 #7 pushing layers 0.0s done 07:40:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done 07:40:16 #7 DONE 0.1s 07:40:16 07:40:16 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:40:16 #8 DONE 0.0s 07:40:16 07:40:16 1 warning found (use --debug to expand): 07:40:16  - 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 07:40:16 + '[' -d /w/workspace/edgex-go/861/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:40:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:40:17 ---> package-listing.sh 07:40:17 ++ facter osfamily 07:40:17 ++ tr '[:upper:]' '[:lower:]' 07:40:17 + OS_FAMILY=redhat 07:40:17 + workspace=/w/workspace/edgex-go/861 07:40:17 + START_PACKAGES=/tmp/packages_start.txt 07:40:17 + END_PACKAGES=/tmp/packages_end.txt 07:40:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:40:17 + PACKAGES=/tmp/packages_start.txt 07:40:17 + '[' /w/workspace/edgex-go/861 ']' 07:40:17 + PACKAGES=/tmp/packages_end.txt 07:40:17 + case "${OS_FAMILY}" in 07:40:17 + sort 07:40:17 + rpm -qa 07:40:18 + '[' -f /tmp/packages_start.txt ']' 07:40:18 + '[' -f /tmp/packages_end.txt ']' 07:40:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:40:18 + '[' /w/workspace/edgex-go/861 ']' 07:40:18 + mkdir -p /w/workspace/edgex-go/861/archives/ 07:40:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/861/archives/ [Pipeline] echo 07:40:18 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/861/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:40:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:19 07:40:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:19 latest: Pulling from edgex-lftools-log-publisher 07:40:19 5eb5b503b376: Pulling fs layer 07:40:19 5c69ac0246d0: Pulling fs layer 07:40:19 ec43610c2a17: Pulling fs layer 07:40:19 3a2ae6a8a46f: Pulling fs layer 07:40:19 33b1e0a273af: Pulling fs layer 07:40:19 5d3b04190fa2: Pulling fs layer 07:40:19 2f39f015ded8: Pulling fs layer 07:40:19 3a2ae6a8a46f: Waiting 07:40:19 33b1e0a273af: Waiting 07:40:19 5d3b04190fa2: Waiting 07:40:19 2f39f015ded8: Waiting 07:40:19 5c69ac0246d0: Verifying Checksum 07:40:19 5c69ac0246d0: Download complete 07:40:19 3a2ae6a8a46f: Verifying Checksum 07:40:19 3a2ae6a8a46f: Download complete 07:40:19 ec43610c2a17: Verifying Checksum 07:40:19 ec43610c2a17: Download complete 07:40:19 33b1e0a273af: Verifying Checksum 07:40:19 33b1e0a273af: Download complete 07:40:19 5d3b04190fa2: Verifying Checksum 07:40:19 5d3b04190fa2: Download complete 07:40:20 5eb5b503b376: Verifying Checksum 07:40:20 5eb5b503b376: Download complete 07:40:20 2f39f015ded8: Verifying Checksum 07:40:20 2f39f015ded8: Download complete 07:40:21 5eb5b503b376: Pull complete 07:40:21 5c69ac0246d0: Pull complete 07:40:22 ec43610c2a17: Pull complete 07:40:22 3a2ae6a8a46f: Pull complete 07:40:22 33b1e0a273af: Pull complete 07:40:22 5d3b04190fa2: Pull complete 07:40:26 2f39f015ded8: Pull complete 07:40:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:26 prd-centos7-docker-4c-2g-4112 does not seem to be running inside a container 07:40:27 $ 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/861/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:40:30 $ docker top 4ef887db6389c83179a37f1aea69386f6b06197a0b21f80919d064b093bfbca3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:30 + touch /tmp/pre-build-complete [Pipeline] sh 07:40:30 + mkdir -p /var/log/sysstat [Pipeline] sh 07:40:30 + ls /var/log/sa-host 07:40:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:40:31 provisioning config files... 07:40:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13313773117843433184tmp [Pipeline] { [Pipeline] echo 07:40:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:40:31 ---> create-netrc.sh [Pipeline] } 07:40:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:40:31 ---> python-tools-install.sh [Pipeline] echo 07:40:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:40:32 ---> sudo-logs.sh 07:40:32 Archiving 'sudo' log.. 07:40:32 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:40:32 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:40:32 $ docker stop --time=1 4ef887db6389c83179a37f1aea69386f6b06197a0b21f80919d064b093bfbca3 07:40:33 $ docker rm -f --volumes 4ef887db6389c83179a37f1aea69386f6b06197a0b21f80919d064b093bfbca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:40:33 [WS-CLEANUP] Deleting project workspace... 07:40:33 [WS-CLEANUP] Deferred wipeout is used... 07:40:33 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:52:58 #144 ... 07:52:58 07:52:58 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:52:58 #152 DONE 1050.1s 07:52:58 07:52:58 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:52:58 #153 ... 07:52:58 07:52:58 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:52:58 #155 DONE 0.4s 07:52:58 07:52:58 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:52:58 #149 ... 07:52:58 07:52:58 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:52:58 #156 DONE 0.2s 07:52:58 07:52:58 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:52:58 #157 DONE 0.3s 07:52:58 07:52:58 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:52:58 #158 DONE 0.1s 07:52:58 07:52:58 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:52:58 #149 ... 07:52:58 07:52:58 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:52:58 #159 DONE 0.1s 07:52:58 07:52:58 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:52:58 #160 DONE 2.0s 07:52:58 07:52:58 #111 [core-common-config-bootstrapper] exporting to image 07:52:58 #111 exporting layers 07:52:58 #111 exporting layers 0.7s done 07:52:58 #111 writing image sha256:4ecce306044847221d0e22d657a59a6bab7d0c93c053147b0f06621ded6c62e1 done 07:52:58 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 07:52:58 #111 DONE 4.0s 07:52:58 07:52:58 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:53:16 #149 ... 07:53:16 07:53:16 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:53:16 #142 DONE 1070.7s 07:53:16 07:53:16 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:53:16 #161 DONE 0.4s 07:53:16 07:53:16 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:53:16 #149 ... 07:53:16 07:53:16 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:53:17 #162 DONE 2.4s 07:53:17 07:53:17 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:53:17 #146 ... 07:53:17 07:53:17 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:53:17 #163 DONE 0.3s 07:53:17 07:53:17 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:53:18 #153 ... 07:53:18 07:53:18 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:53:18 #164 DONE 0.3s 07:53:18 07:53:18 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:53:18 #147 ... 07:53:18 07:53:18 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:53:18 #165 DONE 0.3s 07:53:18 07:53:18 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:53:18 #145 ... 07:53:18 07:53:18 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:53:18 #166 DONE 0.1s 07:53:18 07:53:18 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 07:53:18 #167 DONE 0.1s 07:53:18 07:53:18 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:53:18 #145 ... 07:53:18 07:53:18 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 07:53:18 #168 DONE 0.1s 07:53:18 07:53:18 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 07:53:18 #169 DONE 0.1s 07:53:18 07:53:18 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:53:18 #146 ... 07:53:18 07:53:18 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:53:18 #170 DONE 0.1s 07:53:19 07:53:19 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:53:21 #171 DONE 2.1s 07:53:21 07:53:21 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:53:21 #148 ... 07:53:21 07:53:21 #111 [security-bootstrapper] exporting to image 07:53:21 #111 exporting layers 07:53:22 #111 exporting layers 1.1s done 07:53:22 #111 writing image sha256:1f5492ed765324b39303f6057df98a5679dbee2b1ffcf3198e1a087df4b29177 done 07:53:22 #111 naming to docker.io/library/security-bootstrapper-arm64 done 07:53:22 #111 DONE 5.1s 07:53:22 07:53:22 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:07:44 #148 ... 08:07:44 08:07:44 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:07:44 #154 DONE 1936.9s 08:07:44 08:07:44 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:07:44 #145 ... 08:07:44 08:07:44 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:07:44 #172 DONE 0.1s 08:07:44 08:07:44 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:07:44 #173 DONE 0.1s 08:07:44 08:07:44 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:07:44 #144 ... 08:07:44 08:07:44 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:07:44 #174 DONE 0.3s 08:07:44 08:07:44 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:07:44 #175 DONE 0.1s 08:07:44 08:07:44 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:07:44 #145 ... 08:07:44 08:07:44 #111 [core-command] exporting to image 08:07:44 #111 exporting layers 08:07:44 #111 exporting layers 0.3s done 08:07:44 #111 writing image sha256:29b160de87ec305c7404d24f171d170543ce48db8d10f34cf4c3135d741a2205 done 08:07:44 #111 naming to docker.io/library/core-command-arm64 done 08:07:44 #111 DONE 5.5s 08:07:44 08:07:44 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:08:06 #153 ... 08:08:06 08:08:06 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:08:06 #149 DONE 1962.0s 08:08:06 08:08:06 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:08:06 #144 ... 08:08:06 08:08:06 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:08:06 #176 DONE 0.4s 08:08:06 08:08:06 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:08:06 #177 DONE 0.3s 08:08:06 08:08:06 #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 08:08:07 #178 DONE 0.1s 08:08:07 08:08:07 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:08:07 #179 DONE 0.2s 08:08:07 08:08:07 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:08:07 #180 DONE 0.4s 08:08:07 08:08:07 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:08:07 #181 DONE 0.2s 08:08:07 08:08:07 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:08:07 #146 ... 08:08:07 08:08:07 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:08:09 #182 DONE 2.0s 08:08:09 08:08:09 #111 [security-proxy-setup] exporting to image 08:08:09 #111 exporting layers 08:08:10 #111 exporting layers 0.9s done 08:08:10 #111 writing image sha256:72db2de7567bf4ade22e01ecd13b8cd8248fa26410c8edaf989d0ffe14756f23 0.0s done 08:08:10 #111 naming to docker.io/library/security-proxy-setup-arm64 done 08:08:10 #111 DONE 6.4s 08:08:10 08:08:10 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:08:13 #145 ... 08:08:13 08:08:13 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:08:13 #153 1969.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:08:45 #153 DONE 2000.2s 08:08:45 08:08:45 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:08:45 #144 ... 08:08:45 08:08:45 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:08:45 #183 DONE 0.2s 08:08:45 08:08:45 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:08:45 #151 ... 08:08:45 08:08:45 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:08:45 #184 DONE 0.2s 08:08:45 08:08:45 #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 08:08:45 #185 DONE 0.1s 08:08:45 08:08:45 #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 08:08:45 #186 DONE 0.1s 08:08:45 08:08:45 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:08:45 #148 ... 08:08:45 08:08:45 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:08:45 #187 DONE 0.2s 08:08:45 08:08:45 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:08:45 #188 DONE 0.3s 08:08:45 08:08:45 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:08:46 #189 DONE 0.4s 08:08:46 08:08:46 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:08:46 #190 DONE 0.1s 08:08:46 08:08:46 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:08:48 #191 DONE 1.8s 08:08:48 08:08:48 #111 [security-secretstore-setup] exporting to image 08:08:48 #111 exporting layers 08:08:49 #111 exporting layers 1.5s done 08:08:49 #111 writing image sha256:cf29e90d23afe018c6c13f7719df536cef55358d5af48e4579a32a9ac725bd2d done 08:08:49 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 08:08:49 #111 DONE 8.0s 08:08:49 08:08:49 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:28 #151 ... 08:09:28 08:09:28 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:09:28 #144 DONE 2041.3s 08:09:28 08:09:28 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:09:28 #145 ... 08:09:28 08:09:28 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:09:28 #192 DONE 0.2s 08:09:28 08:09:28 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:09:28 #193 DONE 0.1s 08:09:28 08:09:28 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:09:28 #150 ... 08:09:28 08:09:28 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:09:28 #194 DONE 0.4s 08:09:28 08:09:28 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:09:28 #145 ... 08:09:28 08:09:28 #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 08:09:28 #195 DONE 0.1s 08:09:28 08:09:28 #111 [security-spiffe-token-provider] exporting to image 08:09:28 #111 exporting layers 08:09:28 #111 exporting layers 0.9s done 08:09:28 #111 writing image sha256:364abcbf48b749f029f367a06e1e468a00a0a9da92d72c03b3c42922d1fdabfa done 08:09:28 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:09:28 #111 DONE 8.8s 08:09:28 08:09:28 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:10:15 #150 ... 08:10:15 08:10:15 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:10:15 #146 DONE 2090.1s 08:10:15 08:10:15 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:10:15 #148 ... 08:10:15 08:10:15 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:10:15 #145 DONE 2089.9s 08:10:15 08:10:15 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:10:15 #196 DONE 0.4s 08:10:15 08:10:15 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:10:15 #197 DONE 0.5s 08:10:15 08:10:15 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:10:15 #150 ... 08:10:15 08:10:15 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:10:15 #198 DONE 0.5s 08:10:15 08:10:15 #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 08:10:15 #199 DONE 0.2s 08:10:15 08:10:15 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:10:15 #200 ... 08:10:15 08:10:15 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:10:15 #201 DONE 0.2s 08:10:16 08:10:16 #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:10:16 #202 DONE 0.4s 08:10:16 08:10:16 #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:10:16 #203 ... 08:10:16 08:10:16 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:10:16 #200 DONE 0.7s 08:10:16 08:10:16 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:10:16 #151 DONE 2093.0s 08:10:16 08:10:16 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 08:10:16 #204 DONE 0.4s 08:10:16 08:10:16 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:16 #147 ... 08:10:16 08:10:16 #111 [core-keeper] exporting to image 08:10:16 #111 exporting layers 08:10:17 #111 exporting layers 1.0s done 08:10:17 #111 writing image sha256:ccb0d8eb97bfb202ce849cca4648d18612abf02bfdfc360f9c86003388abb4d6 done 08:10:17 #111 naming to docker.io/library/core-keeper-arm64 done 08:10:17 #111 DONE 9.8s 08:10:17 08:10:17 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:10:18 #148 ... 08:10:18 08:10:18 #205 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:10:18 #205 CACHED 08:10:18 08:10:18 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:10:18 #206 CACHED 08:10:18 08:10:18 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:10:18 #207 ... 08:10:18 08:10:18 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:10:18 #148 DONE 2094.9s 08:10:18 08:10:18 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:10:19 #150 ... 08:10:19 08:10:19 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:10:19 #207 DONE 1.1s 08:10:19 08:10:19 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:10:19 #208 ... 08:10:19 08:10:19 #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:10:19 #203 DONE 3.1s 08:10:19 08:10:19 #111 [security-proxy-auth] exporting to image 08:10:19 #111 ... 08:10:19 08:10:19 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:10:19 #208 DONE 0.4s 08:10:19 08:10:19 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:10:20 #209 DONE 0.3s 08:10:20 08:10:20 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:10:20 #210 DONE 0.4s 08:10:20 08:10:20 #111 [core-metadata] exporting to image 08:10:20 #111 ... 08:10:20 08:10:20 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:10:20 #211 DONE 0.5s 08:10:20 08:10:20 #111 [security-proxy-auth] exporting to image 08:10:20 #111 exporting layers 1.2s done 08:10:20 #111 writing image sha256:7e04bc16efe88bcd44bf0ff3e4437e7c8b37875f2a8638d1126f4252fd8ee638 done 08:10:20 #111 naming to docker.io/library/security-proxy-auth-arm64 done 08:10:21 #111 ... 08:10:21 08:10:21 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:10:21 #212 DONE 0.5s 08:10:21 08:10:21 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:10:21 #213 DONE 0.3s 08:10:21 08:10:21 #111 [core-metadata] exporting to image 08:10:21 #111 writing image sha256:b4c6a05f47ed67d88e30b248ca925ae2d24e8e09384d74d23e96f3d140bad4a4 done 08:10:21 #111 naming to docker.io/library/core-metadata-arm64 done 08:10:21 #111 exporting layers 0.4s done 08:10:22 #111 writing image sha256:9048983ec039d7cb440b486ab47dd12cd14a19acec34c2daedfc6add24cb2406 done 08:10:22 #111 naming to docker.io/library/core-data-arm64 done 08:10:22 #111 DONE 12.3s 08:10:22 08:10:22 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:10:48 #150 DONE 2124.1s 08:10:48 08:10:48 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:48 #147 ... 08:10:48 08:10:48 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:10:48 #214 DONE 0.1s 08:10:48 08:10:48 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:10:48 #215 DONE 0.1s 08:10:48 08:10:48 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:48 #147 ... 08:10:48 08:10:48 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:10:49 #216 DONE 0.5s 08:10:49 08:10:49 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:49 #147 ... 08:10:49 08:10:49 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:10:49 #217 DONE 0.1s 08:10:49 08:10:49 #111 [support-scheduler] exporting to image 08:10:49 #111 exporting layers 08:10:50 #111 exporting layers 1.0s done 08:10:50 #111 writing image sha256:6d3254e518fc741d5441995b744aed6633039b4c63d23f9474a26c1e1776d01d done 08:10:50 #111 naming to docker.io/library/support-scheduler-arm64 done 08:10:50 #111 DONE 13.2s 08:10:50 08:10:50 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:55 #147 DONE 2131.2s 08:10:55 08:10:55 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:10:55 #218 DONE 0.1s 08:10:55 08:10:55 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:10:55 #219 DONE 0.1s 08:10:55 08:10:55 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:10:55 #220 DONE 0.3s 08:10:55 08:10:55 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:10:55 #221 DONE 0.1s 08:10:55 08:10:55 #111 [support-notifications] exporting to image 08:10:55 #111 exporting layers 08:10:56 #111 exporting layers 0.6s done 08:10:56 #111 writing image sha256:47fb41e2d183fe13490097960ede72e8f55d2e3fee73b3d3aff3f2502c0cedd0 done 08:10:56 #111 naming to docker.io/library/support-notifications-arm64 done 08:10:56 #111 DONE 13.8s 08:10:56 time="2025-06-27T07:32:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:56 time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:10:56 $ docker stop --time=1 34fac2e6de16ef221843978d26c05582147afac61c647d74da5eeef59afb7971 08:10:58 $ docker rm -f --volumes 34fac2e6de16ef221843978d26c05582147afac61c647d74da5eeef59afb7971 [Pipeline] // withDockerContainer [Pipeline] sh 08:10:58 + docker images 08:10:58 REPOSITORY TAG IMAGE ID CREATED SIZE 08:10:58 support-notifications-arm64 latest 47fb41e2d183 3 seconds ago 52.6MB 08:10:58 support-scheduler-arm64 latest 6d3254e518fc 9 seconds ago 48.9MB 08:10:58 core-data-arm64 latest 9048983ec039 37 seconds ago 33.4MB 08:10:58 core-metadata-arm64 latest b4c6a05f47ed 38 seconds ago 33.5MB 08:10:58 security-proxy-auth-arm64 latest 7e04bc16efe8 39 seconds ago 32.3MB 08:10:58 core-keeper-arm64 latest ccb0d8eb97bf 42 seconds ago 33MB 08:10:58 security-spiffe-token-provider-arm64 latest 364abcbf48b7 About a minute ago 48.4MB 08:10:58 security-secretstore-setup-arm64 latest cf29e90d23af 2 minutes ago 68.5MB 08:10:58 security-proxy-setup-arm64 latest 72db2de7567b 2 minutes ago 39MB 08:10:58 core-command-arm64 latest 29b160de87ec 3 minutes ago 29MB 08:10:58 security-bootstrapper-arm64 latest 1f5492ed7653 17 minutes ago 21.1MB 08:10:58 core-common-config-bootstrapper-arm64 latest 4ecce3060448 18 minutes ago 18MB 08:10:58 security-spire-config-arm64 latest 7059e9782471 37 minutes ago 143MB 08:10:58 security-spire-agent-arm64 latest 7294c5ee081c 37 minutes ago 187MB 08:10:58 security-spire-server-arm64 latest 1516ecdf1bfe 37 minutes ago 144MB 08:10:58 ci-base-image-arm64 latest efb74e36edcb 38 minutes ago 909MB 08:10:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 9 days ago 560MB 08:10:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:10:58 provisioning config files... 08:10:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config4489030522506534059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:10:59 ---> ****-login.sh 08:10:59 nexus3.edgexfoundry.org:10001 08:10:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:10:59 Configure a credential helper to remove this warning. See 08:10:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:10:59 08:10:59 Login Succeeded 08:10:59 nexus3.edgexfoundry.org:10002 08:10:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:11:00 Configure a credential helper to remove this warning. See 08:11:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:11:00 08:11:00 Login Succeeded 08:11:00 nexus3.edgexfoundry.org:10003 08:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:11:00 Configure a credential helper to remove this warning. See 08:11:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:11:00 08:11:00 Login Succeeded 08:11:00 nexus3.edgexfoundry.org:10004 08:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:11:00 Configure a credential helper to remove this warning. See 08:11:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:11:00 08:11:00 Login Succeeded 08:11:00 ****.io 08:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:11:01 Configure a credential helper to remove this warning. See 08:11:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:11:01 08:11:01 Login Succeeded 08:11:01 ---> ****-login.sh ends [Pipeline] } 08:11:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:11:01 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 08:11:01 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:01 latest 08:11:01 4.1.0-dev.29 08:11:01 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:01 main 08:11:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:01 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:11:02 028b7c0632ff: Preparing 08:11:02 a3cfa43266d9: Preparing 08:11:02 db20f4ef03d4: Preparing 08:11:02 58d383105bd2: Preparing 08:11:02 8e6022201dfd: Preparing 08:11:02 d5affefecda5: Preparing 08:11:02 dd9c8f8612c8: Preparing 08:11:02 dd9c8f8612c8: Waiting 08:11:02 d5affefecda5: Waiting 08:11:02 db20f4ef03d4: Pushed 08:11:02 58d383105bd2: Pushed 08:11:02 8e6022201dfd: Pushed 08:11:02 028b7c0632ff: Pushed 08:11:02 dd9c8f8612c8: Layer already exists 08:11:02 d5affefecda5: Pushed 08:11:07 a3cfa43266d9: Pushed 08:11:07 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:08 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:08 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:11:08 028b7c0632ff: Preparing 08:11:08 a3cfa43266d9: Preparing 08:11:08 db20f4ef03d4: Preparing 08:11:08 58d383105bd2: Preparing 08:11:08 8e6022201dfd: Preparing 08:11:08 d5affefecda5: Preparing 08:11:08 dd9c8f8612c8: Preparing 08:11:08 d5affefecda5: Waiting 08:11:08 dd9c8f8612c8: Waiting 08:11:08 db20f4ef03d4: Layer already exists 08:11:08 028b7c0632ff: Layer already exists 08:11:08 a3cfa43266d9: Layer already exists 08:11:08 8e6022201dfd: Layer already exists 08:11:08 58d383105bd2: Layer already exists 08:11:08 d5affefecda5: Layer already exists 08:11:08 dd9c8f8612c8: Layer already exists 08:11:08 latest: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:09 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:09 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 08:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:11:09 028b7c0632ff: Preparing 08:11:09 a3cfa43266d9: Preparing 08:11:09 db20f4ef03d4: Preparing 08:11:09 58d383105bd2: Preparing 08:11:09 8e6022201dfd: Preparing 08:11:09 d5affefecda5: Preparing 08:11:09 dd9c8f8612c8: Preparing 08:11:09 d5affefecda5: Waiting 08:11:09 dd9c8f8612c8: Waiting 08:11:09 a3cfa43266d9: Layer already exists 08:11:09 028b7c0632ff: Layer already exists 08:11:09 db20f4ef03d4: Layer already exists 08:11:09 8e6022201dfd: Layer already exists 08:11:09 58d383105bd2: Layer already exists 08:11:09 dd9c8f8612c8: Layer already exists 08:11:09 d5affefecda5: Layer already exists 08:11:09 4.1.0-dev.29: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:10 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:10 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:11:10 028b7c0632ff: Preparing 08:11:10 a3cfa43266d9: Preparing 08:11:10 db20f4ef03d4: Preparing 08:11:10 58d383105bd2: Preparing 08:11:10 8e6022201dfd: Preparing 08:11:10 d5affefecda5: Preparing 08:11:10 dd9c8f8612c8: Preparing 08:11:10 d5affefecda5: Waiting 08:11:10 dd9c8f8612c8: Waiting 08:11:10 db20f4ef03d4: Layer already exists 08:11:10 8e6022201dfd: Layer already exists 08:11:10 a3cfa43266d9: Layer already exists 08:11:10 028b7c0632ff: Layer already exists 08:11:10 58d383105bd2: Layer already exists 08:11:10 d5affefecda5: Layer already exists 08:11:10 dd9c8f8612c8: Layer already exists 08:11:10 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:11 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:11 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 08:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:11:11 028b7c0632ff: Preparing 08:11:11 a3cfa43266d9: Preparing 08:11:11 db20f4ef03d4: Preparing 08:11:11 58d383105bd2: Preparing 08:11:11 8e6022201dfd: Preparing 08:11:11 d5affefecda5: Preparing 08:11:11 dd9c8f8612c8: Preparing 08:11:11 d5affefecda5: Waiting 08:11:11 dd9c8f8612c8: Waiting 08:11:11 db20f4ef03d4: Layer already exists 08:11:11 58d383105bd2: Layer already exists 08:11:11 028b7c0632ff: Layer already exists 08:11:11 8e6022201dfd: Layer already exists 08:11:11 a3cfa43266d9: Layer already exists 08:11:11 dd9c8f8612c8: Layer already exists 08:11:11 d5affefecda5: Layer already exists 08:11:11 main: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:11 ===================================================== [Pipeline] echo 08:11:11 taggedImages: 08:11:11 - nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:11 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:11:11 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 08:11:11 - nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:11 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:11:11 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 08:11:11 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:11 latest 08:11:11 4.1.0-dev.29 08:11:11 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:11 main 08:11:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:11:12 fb411dd277d3: Preparing 08:11:12 7481f7fd8e93: Preparing 08:11:12 ab2357dc02f7: Preparing 08:11:12 3284d5319512: Preparing 08:11:12 db20f4ef03d4: Preparing 08:11:12 58d383105bd2: Preparing 08:11:12 8e6022201dfd: Preparing 08:11:12 d5affefecda5: Preparing 08:11:12 dd9c8f8612c8: Preparing 08:11:12 8e6022201dfd: Waiting 08:11:12 d5affefecda5: Waiting 08:11:12 dd9c8f8612c8: Waiting 08:11:12 58d383105bd2: Waiting 08:11:12 db20f4ef03d4: Layer already exists 08:11:12 58d383105bd2: Layer already exists 08:11:12 8e6022201dfd: Layer already exists 08:11:12 ab2357dc02f7: Pushed 08:11:12 d5affefecda5: Layer already exists 08:11:12 7481f7fd8e93: Pushed 08:11:12 fb411dd277d3: Pushed 08:11:12 dd9c8f8612c8: Layer already exists 08:11:14 3284d5319512: Pushed 08:11:15 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:15 + 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 08:11:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:11:15 fb411dd277d3: Preparing 08:11:15 7481f7fd8e93: Preparing 08:11:15 ab2357dc02f7: Preparing 08:11:15 3284d5319512: Preparing 08:11:15 db20f4ef03d4: Preparing 08:11:15 58d383105bd2: Preparing 08:11:15 8e6022201dfd: Preparing 08:11:15 58d383105bd2: Waiting 08:11:15 d5affefecda5: Preparing 08:11:15 8e6022201dfd: Waiting 08:11:15 dd9c8f8612c8: Preparing 08:11:15 d5affefecda5: Waiting 08:11:15 dd9c8f8612c8: Waiting 08:11:15 db20f4ef03d4: Layer already exists 08:11:15 3284d5319512: Layer already exists 08:11:15 fb411dd277d3: Layer already exists 08:11:15 7481f7fd8e93: Layer already exists 08:11:15 ab2357dc02f7: Layer already exists 08:11:15 dd9c8f8612c8: Layer already exists 08:11:15 d5affefecda5: Layer already exists 08:11:15 58d383105bd2: Layer already exists 08:11:15 8e6022201dfd: Layer already exists 08:11:16 latest: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 08:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:11:16 fb411dd277d3: Preparing 08:11:16 7481f7fd8e93: Preparing 08:11:16 ab2357dc02f7: Preparing 08:11:16 3284d5319512: Preparing 08:11:16 db20f4ef03d4: Preparing 08:11:16 58d383105bd2: Preparing 08:11:16 8e6022201dfd: Preparing 08:11:16 d5affefecda5: Preparing 08:11:16 dd9c8f8612c8: Preparing 08:11:16 58d383105bd2: Waiting 08:11:16 8e6022201dfd: Waiting 08:11:16 d5affefecda5: Waiting 08:11:16 dd9c8f8612c8: Waiting 08:11:16 fb411dd277d3: Layer already exists 08:11:16 3284d5319512: Layer already exists 08:11:16 ab2357dc02f7: Layer already exists 08:11:16 7481f7fd8e93: Layer already exists 08:11:16 db20f4ef03d4: Layer already exists 08:11:16 d5affefecda5: Layer already exists 08:11:16 8e6022201dfd: Layer already exists 08:11:16 58d383105bd2: Layer already exists 08:11:16 dd9c8f8612c8: Layer already exists 08:11:16 4.1.0-dev.29: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:17 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:11:17 fb411dd277d3: Preparing 08:11:17 7481f7fd8e93: Preparing 08:11:17 ab2357dc02f7: Preparing 08:11:17 3284d5319512: Preparing 08:11:17 db20f4ef03d4: Preparing 08:11:17 58d383105bd2: Preparing 08:11:17 8e6022201dfd: Preparing 08:11:17 58d383105bd2: Waiting 08:11:17 d5affefecda5: Preparing 08:11:17 8e6022201dfd: Waiting 08:11:17 dd9c8f8612c8: Preparing 08:11:17 d5affefecda5: Waiting 08:11:17 dd9c8f8612c8: Waiting 08:11:17 db20f4ef03d4: Layer already exists 08:11:17 ab2357dc02f7: Layer already exists 08:11:17 7481f7fd8e93: Layer already exists 08:11:17 fb411dd277d3: Layer already exists 08:11:17 3284d5319512: Layer already exists 08:11:17 58d383105bd2: Layer already exists 08:11:17 dd9c8f8612c8: Layer already exists 08:11:17 d5affefecda5: Layer already exists 08:11:17 8e6022201dfd: Layer already exists 08:11:18 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:18 + 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 08:11:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 08:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:11:19 fb411dd277d3: Preparing 08:11:19 7481f7fd8e93: Preparing 08:11:19 ab2357dc02f7: Preparing 08:11:19 3284d5319512: Preparing 08:11:19 db20f4ef03d4: Preparing 08:11:19 58d383105bd2: Preparing 08:11:19 8e6022201dfd: Preparing 08:11:19 58d383105bd2: Waiting 08:11:19 d5affefecda5: Preparing 08:11:19 dd9c8f8612c8: Preparing 08:11:19 8e6022201dfd: Waiting 08:11:19 d5affefecda5: Waiting 08:11:19 dd9c8f8612c8: Waiting 08:11:19 fb411dd277d3: Layer already exists 08:11:19 7481f7fd8e93: Layer already exists 08:11:19 ab2357dc02f7: Layer already exists 08:11:19 db20f4ef03d4: Layer already exists 08:11:19 3284d5319512: Layer already exists 08:11:19 8e6022201dfd: Layer already exists 08:11:19 58d383105bd2: Layer already exists 08:11:19 dd9c8f8612c8: Layer already exists 08:11:19 d5affefecda5: Layer already exists 08:11:19 main: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:19 ===================================================== [Pipeline] echo 08:11:19 taggedImages: 08:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 08:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:11:19 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 08:11:19 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:19 latest 08:11:19 4.1.0-dev.29 08:11:19 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:19 main 08:11:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:19 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:11:20 a836c85ea1b2: Preparing 08:11:20 acde20d37510: Preparing 08:11:20 db20f4ef03d4: Preparing 08:11:20 58d383105bd2: Preparing 08:11:20 2382eee37dd3: Preparing 08:11:20 33390aa298f7: Preparing 08:11:20 dd9c8f8612c8: Preparing 08:11:20 33390aa298f7: Waiting 08:11:20 dd9c8f8612c8: Waiting 08:11:20 db20f4ef03d4: Layer already exists 08:11:20 58d383105bd2: Layer already exists 08:11:20 dd9c8f8612c8: Layer already exists 08:11:20 2382eee37dd3: Pushed 08:11:20 a836c85ea1b2: Pushed 08:11:20 33390aa298f7: Pushed 08:11:25 acde20d37510: Pushed 08:11:25 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:11:26 a836c85ea1b2: Preparing 08:11:26 acde20d37510: Preparing 08:11:26 db20f4ef03d4: Preparing 08:11:26 58d383105bd2: Preparing 08:11:26 2382eee37dd3: Preparing 08:11:26 33390aa298f7: Preparing 08:11:26 dd9c8f8612c8: Preparing 08:11:26 33390aa298f7: Waiting 08:11:26 dd9c8f8612c8: Waiting 08:11:26 a836c85ea1b2: Layer already exists 08:11:26 2382eee37dd3: Layer already exists 08:11:26 58d383105bd2: Layer already exists 08:11:26 db20f4ef03d4: Layer already exists 08:11:26 acde20d37510: Layer already exists 08:11:26 33390aa298f7: Layer already exists 08:11:26 dd9c8f8612c8: Layer already exists 08:11:26 latest: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:27 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:27 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 08:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:11:27 a836c85ea1b2: Preparing 08:11:27 acde20d37510: Preparing 08:11:27 db20f4ef03d4: Preparing 08:11:27 58d383105bd2: Preparing 08:11:27 2382eee37dd3: Preparing 08:11:27 33390aa298f7: Preparing 08:11:27 dd9c8f8612c8: Preparing 08:11:27 33390aa298f7: Waiting 08:11:27 dd9c8f8612c8: Waiting 08:11:27 acde20d37510: Layer already exists 08:11:27 db20f4ef03d4: Layer already exists 08:11:27 a836c85ea1b2: Layer already exists 08:11:27 2382eee37dd3: Layer already exists 08:11:27 58d383105bd2: Layer already exists 08:11:27 33390aa298f7: Layer already exists 08:11:27 dd9c8f8612c8: Layer already exists 08:11:27 4.1.0-dev.29: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:11:28 a836c85ea1b2: Preparing 08:11:28 acde20d37510: Preparing 08:11:28 db20f4ef03d4: Preparing 08:11:28 58d383105bd2: Preparing 08:11:28 2382eee37dd3: Preparing 08:11:28 33390aa298f7: Preparing 08:11:28 dd9c8f8612c8: Preparing 08:11:28 dd9c8f8612c8: Waiting 08:11:28 33390aa298f7: Waiting 08:11:28 58d383105bd2: Layer already exists 08:11:28 a836c85ea1b2: Layer already exists 08:11:28 2382eee37dd3: Layer already exists 08:11:28 db20f4ef03d4: Layer already exists 08:11:28 acde20d37510: Layer already exists 08:11:28 33390aa298f7: Layer already exists 08:11:28 dd9c8f8612c8: Layer already exists 08:11:28 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 08:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:11:29 a836c85ea1b2: Preparing 08:11:29 acde20d37510: Preparing 08:11:29 db20f4ef03d4: Preparing 08:11:29 58d383105bd2: Preparing 08:11:29 2382eee37dd3: Preparing 08:11:29 33390aa298f7: Preparing 08:11:29 dd9c8f8612c8: Preparing 08:11:29 33390aa298f7: Waiting 08:11:29 dd9c8f8612c8: Waiting 08:11:29 a836c85ea1b2: Layer already exists 08:11:29 db20f4ef03d4: Layer already exists 08:11:29 2382eee37dd3: Layer already exists 08:11:29 acde20d37510: Layer already exists 08:11:29 58d383105bd2: Layer already exists 08:11:29 dd9c8f8612c8: Layer already exists 08:11:29 33390aa298f7: Layer already exists 08:11:29 main: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:29 ===================================================== [Pipeline] echo 08:11:29 taggedImages: 08:11:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:11:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 08:11:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:11:29 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 08:11:29 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:29 latest 08:11:29 4.1.0-dev.29 08:11:29 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:29 main 08:11:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:29 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:30 553c163bab97: Preparing 08:11:30 ceeced867564: Preparing 08:11:30 58d383105bd2: Preparing 08:11:30 f454312354ad: Preparing 08:11:30 09fdfd18f7ff: Preparing 08:11:30 dd9c8f8612c8: Preparing 08:11:30 dd9c8f8612c8: Waiting 08:11:30 58d383105bd2: Layer already exists 08:11:30 dd9c8f8612c8: Layer already exists 08:11:30 09fdfd18f7ff: Pushed 08:11:30 553c163bab97: Pushed 08:11:30 f454312354ad: Pushed 08:11:35 ceeced867564: Pushed 08:11:35 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:36 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:36 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:36 553c163bab97: Preparing 08:11:36 ceeced867564: Preparing 08:11:36 58d383105bd2: Preparing 08:11:36 f454312354ad: Preparing 08:11:36 09fdfd18f7ff: Preparing 08:11:36 dd9c8f8612c8: Preparing 08:11:36 dd9c8f8612c8: Waiting 08:11:36 553c163bab97: Layer already exists 08:11:36 58d383105bd2: Layer already exists 08:11:36 ceeced867564: Layer already exists 08:11:36 09fdfd18f7ff: Layer already exists 08:11:36 f454312354ad: Layer already exists 08:11:36 dd9c8f8612c8: Layer already exists 08:11:36 latest: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:37 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 08:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:37 553c163bab97: Preparing 08:11:37 ceeced867564: Preparing 08:11:37 58d383105bd2: Preparing 08:11:37 f454312354ad: Preparing 08:11:37 09fdfd18f7ff: Preparing 08:11:37 dd9c8f8612c8: Preparing 08:11:37 dd9c8f8612c8: Waiting 08:11:37 ceeced867564: Layer already exists 08:11:37 58d383105bd2: Layer already exists 08:11:37 09fdfd18f7ff: Layer already exists 08:11:37 553c163bab97: Layer already exists 08:11:37 f454312354ad: Layer already exists 08:11:37 dd9c8f8612c8: Layer already exists 08:11:37 4.1.0-dev.29: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:38 553c163bab97: Preparing 08:11:38 ceeced867564: Preparing 08:11:38 58d383105bd2: Preparing 08:11:38 f454312354ad: Preparing 08:11:38 09fdfd18f7ff: Preparing 08:11:38 dd9c8f8612c8: Preparing 08:11:38 dd9c8f8612c8: Waiting 08:11:38 ceeced867564: Layer already exists 08:11:38 09fdfd18f7ff: Layer already exists 08:11:38 553c163bab97: Layer already exists 08:11:38 f454312354ad: Layer already exists 08:11:38 58d383105bd2: Layer already exists 08:11:38 dd9c8f8612c8: Layer already exists 08:11:38 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 08:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:39 553c163bab97: Preparing 08:11:39 ceeced867564: Preparing 08:11:39 58d383105bd2: Preparing 08:11:39 f454312354ad: Preparing 08:11:39 09fdfd18f7ff: Preparing 08:11:39 dd9c8f8612c8: Preparing 08:11:39 dd9c8f8612c8: Waiting 08:11:39 09fdfd18f7ff: Layer already exists 08:11:39 58d383105bd2: Layer already exists 08:11:39 ceeced867564: Layer already exists 08:11:39 f454312354ad: Layer already exists 08:11:39 553c163bab97: Layer already exists 08:11:39 dd9c8f8612c8: Layer already exists 08:11:39 main: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:39 ===================================================== [Pipeline] echo 08:11:39 taggedImages: 08:11:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:11:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 08:11:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:11:39 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 08:11:39 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:39 latest 08:11:39 4.1.0-dev.29 08:11:39 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:39 main 08:11:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:40 fdd523891461: Preparing 08:11:40 772bdbe8507a: Preparing 08:11:40 3dd9c4489310: Preparing 08:11:40 db20f4ef03d4: Preparing 08:11:40 58d383105bd2: Preparing 08:11:40 8e6022201dfd: Preparing 08:11:40 d5affefecda5: Preparing 08:11:40 8e6022201dfd: Waiting 08:11:40 dd9c8f8612c8: Preparing 08:11:40 dd9c8f8612c8: Waiting 08:11:40 d5affefecda5: Waiting 08:11:40 58d383105bd2: Layer already exists 08:11:40 db20f4ef03d4: Layer already exists 08:11:40 8e6022201dfd: Layer already exists 08:11:40 d5affefecda5: Layer already exists 08:11:40 dd9c8f8612c8: Layer already exists 08:11:40 772bdbe8507a: Pushed 08:11:40 fdd523891461: Pushed 08:11:46 3dd9c4489310: Pushed 08:11:46 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:47 fdd523891461: Preparing 08:11:47 772bdbe8507a: Preparing 08:11:47 3dd9c4489310: Preparing 08:11:47 db20f4ef03d4: Preparing 08:11:47 58d383105bd2: Preparing 08:11:47 8e6022201dfd: Preparing 08:11:47 d5affefecda5: Preparing 08:11:47 dd9c8f8612c8: Preparing 08:11:47 8e6022201dfd: Waiting 08:11:47 d5affefecda5: Waiting 08:11:47 dd9c8f8612c8: Waiting 08:11:47 58d383105bd2: Layer already exists 08:11:47 db20f4ef03d4: Layer already exists 08:11:47 fdd523891461: Layer already exists 08:11:47 3dd9c4489310: Layer already exists 08:11:47 772bdbe8507a: Layer already exists 08:11:47 8e6022201dfd: Layer already exists 08:11:47 d5affefecda5: Layer already exists 08:11:47 dd9c8f8612c8: Layer already exists 08:11:47 latest: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 08:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:48 fdd523891461: Preparing 08:11:48 772bdbe8507a: Preparing 08:11:48 3dd9c4489310: Preparing 08:11:48 db20f4ef03d4: Preparing 08:11:48 58d383105bd2: Preparing 08:11:48 8e6022201dfd: Preparing 08:11:48 d5affefecda5: Preparing 08:11:48 dd9c8f8612c8: Preparing 08:11:48 d5affefecda5: Waiting 08:11:48 8e6022201dfd: Waiting 08:11:48 3dd9c4489310: Layer already exists 08:11:48 58d383105bd2: Layer already exists 08:11:48 db20f4ef03d4: Layer already exists 08:11:48 772bdbe8507a: Layer already exists 08:11:48 fdd523891461: Layer already exists 08:11:48 8e6022201dfd: Layer already exists 08:11:48 d5affefecda5: Layer already exists 08:11:48 dd9c8f8612c8: Layer already exists 08:11:48 4.1.0-dev.29: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:49 fdd523891461: Preparing 08:11:49 772bdbe8507a: Preparing 08:11:49 3dd9c4489310: Preparing 08:11:49 db20f4ef03d4: Preparing 08:11:49 58d383105bd2: Preparing 08:11:49 8e6022201dfd: Preparing 08:11:49 d5affefecda5: Preparing 08:11:49 8e6022201dfd: Waiting 08:11:49 dd9c8f8612c8: Preparing 08:11:49 d5affefecda5: Waiting 08:11:49 dd9c8f8612c8: Waiting 08:11:49 58d383105bd2: Layer already exists 08:11:49 3dd9c4489310: Layer already exists 08:11:49 fdd523891461: Layer already exists 08:11:49 db20f4ef03d4: Layer already exists 08:11:49 772bdbe8507a: Layer already exists 08:11:49 d5affefecda5: Layer already exists 08:11:49 dd9c8f8612c8: Layer already exists 08:11:49 8e6022201dfd: Layer already exists 08:11:49 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 08:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:49 fdd523891461: Preparing 08:11:49 772bdbe8507a: Preparing 08:11:49 3dd9c4489310: Preparing 08:11:49 db20f4ef03d4: Preparing 08:11:49 58d383105bd2: Preparing 08:11:49 8e6022201dfd: Preparing 08:11:49 d5affefecda5: Preparing 08:11:49 dd9c8f8612c8: Preparing 08:11:49 8e6022201dfd: Waiting 08:11:49 dd9c8f8612c8: Waiting 08:11:49 d5affefecda5: Waiting 08:11:49 772bdbe8507a: Layer already exists 08:11:49 db20f4ef03d4: Layer already exists 08:11:49 3dd9c4489310: Layer already exists 08:11:49 58d383105bd2: Layer already exists 08:11:49 fdd523891461: Layer already exists 08:11:49 8e6022201dfd: Layer already exists 08:11:49 d5affefecda5: Layer already exists 08:11:49 dd9c8f8612c8: Layer already exists 08:11:50 main: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:50 ===================================================== [Pipeline] echo 08:11:50 taggedImages: 08:11:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:11:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 08:11:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:11:50 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 08:11:50 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:50 latest 08:11:50 4.1.0-dev.29 08:11:50 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:50 main 08:11:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:51 630eaf657375: Preparing 08:11:51 c8c6a18c28f6: Preparing 08:11:51 9f02627ec6b0: Preparing 08:11:51 7949c9da7a4c: Preparing 08:11:51 6355c1105ca5: Preparing 08:11:51 9c6e2afa41a9: Preparing 08:11:51 7c52ae51c439: Preparing 08:11:51 db20f4ef03d4: Preparing 08:11:51 58d383105bd2: Preparing 08:11:51 54add107cb62: Preparing 08:11:51 8b99eacb750f: Preparing 08:11:51 5f70bf18a086: Preparing 08:11:51 6a1bb3adbba0: Preparing 08:11:51 a6c5ae1ecef4: Preparing 08:11:51 61762940e289: Preparing 08:11:51 dd9c8f8612c8: Preparing 08:11:51 db20f4ef03d4: Waiting 08:11:51 58d383105bd2: Waiting 08:11:51 54add107cb62: Waiting 08:11:51 8b99eacb750f: Waiting 08:11:51 5f70bf18a086: Waiting 08:11:51 6a1bb3adbba0: Waiting 08:11:51 a6c5ae1ecef4: Waiting 08:11:51 61762940e289: Waiting 08:11:51 9c6e2afa41a9: Waiting 08:11:51 dd9c8f8612c8: Waiting 08:11:51 7c52ae51c439: Waiting 08:11:51 9f02627ec6b0: Pushed 08:11:51 6355c1105ca5: Pushed 08:11:51 c8c6a18c28f6: Pushed 08:11:51 630eaf657375: Pushed 08:11:51 7949c9da7a4c: Pushed 08:11:51 db20f4ef03d4: Layer already exists 08:11:51 58d383105bd2: Layer already exists 08:11:51 9c6e2afa41a9: Pushed 08:11:51 5f70bf18a086: Layer already exists 08:11:51 54add107cb62: Pushed 08:11:51 8b99eacb750f: Pushed 08:11:51 dd9c8f8612c8: Layer already exists 08:11:51 6a1bb3adbba0: Pushed 08:11:51 a6c5ae1ecef4: Pushed 08:11:51 61762940e289: Pushed 08:11:54 7c52ae51c439: Pushed 08:11:54 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:55 630eaf657375: Preparing 08:11:55 c8c6a18c28f6: Preparing 08:11:55 9f02627ec6b0: Preparing 08:11:55 7949c9da7a4c: Preparing 08:11:55 6355c1105ca5: Preparing 08:11:55 9c6e2afa41a9: Preparing 08:11:55 7c52ae51c439: Preparing 08:11:55 db20f4ef03d4: Preparing 08:11:55 58d383105bd2: Preparing 08:11:55 54add107cb62: Preparing 08:11:55 8b99eacb750f: Preparing 08:11:55 5f70bf18a086: Preparing 08:11:55 6a1bb3adbba0: Preparing 08:11:55 a6c5ae1ecef4: Preparing 08:11:55 61762940e289: Preparing 08:11:55 dd9c8f8612c8: Preparing 08:11:55 8b99eacb750f: Waiting 08:11:55 9c6e2afa41a9: Waiting 08:11:55 7c52ae51c439: Waiting 08:11:55 db20f4ef03d4: Waiting 08:11:55 58d383105bd2: Waiting 08:11:55 54add107cb62: Waiting 08:11:55 6a1bb3adbba0: Waiting 08:11:55 a6c5ae1ecef4: Waiting 08:11:55 61762940e289: Waiting 08:11:55 dd9c8f8612c8: Waiting 08:11:55 5f70bf18a086: Waiting 08:11:55 9f02627ec6b0: Layer already exists 08:11:55 6355c1105ca5: Layer already exists 08:11:55 630eaf657375: Layer already exists 08:11:55 c8c6a18c28f6: Layer already exists 08:11:55 7949c9da7a4c: Layer already exists 08:11:55 7c52ae51c439: Layer already exists 08:11:55 58d383105bd2: Layer already exists 08:11:55 9c6e2afa41a9: Layer already exists 08:11:55 db20f4ef03d4: Layer already exists 08:11:55 54add107cb62: Layer already exists 08:11:55 8b99eacb750f: Layer already exists 08:11:55 61762940e289: Layer already exists 08:11:55 6a1bb3adbba0: Layer already exists 08:11:55 a6c5ae1ecef4: Layer already exists 08:11:55 5f70bf18a086: Layer already exists 08:11:55 dd9c8f8612c8: Layer already exists 08:11:55 latest: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 08:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:56 630eaf657375: Preparing 08:11:56 c8c6a18c28f6: Preparing 08:11:56 9f02627ec6b0: Preparing 08:11:56 7949c9da7a4c: Preparing 08:11:56 6355c1105ca5: Preparing 08:11:56 9c6e2afa41a9: Preparing 08:11:56 7c52ae51c439: Preparing 08:11:56 9c6e2afa41a9: Waiting 08:11:56 db20f4ef03d4: Preparing 08:11:56 7c52ae51c439: Waiting 08:11:56 58d383105bd2: Preparing 08:11:56 db20f4ef03d4: Waiting 08:11:56 54add107cb62: Preparing 08:11:56 8b99eacb750f: Preparing 08:11:56 5f70bf18a086: Preparing 08:11:56 54add107cb62: Waiting 08:11:56 58d383105bd2: Waiting 08:11:56 8b99eacb750f: Waiting 08:11:56 6a1bb3adbba0: Preparing 08:11:56 a6c5ae1ecef4: Preparing 08:11:56 61762940e289: Preparing 08:11:56 dd9c8f8612c8: Preparing 08:11:56 5f70bf18a086: Waiting 08:11:56 a6c5ae1ecef4: Waiting 08:11:56 61762940e289: Waiting 08:11:56 dd9c8f8612c8: Waiting 08:11:56 6a1bb3adbba0: Waiting 08:11:56 9f02627ec6b0: Layer already exists 08:11:56 6355c1105ca5: Layer already exists 08:11:56 7949c9da7a4c: Layer already exists 08:11:56 630eaf657375: Layer already exists 08:11:56 c8c6a18c28f6: Layer already exists 08:11:56 9c6e2afa41a9: Layer already exists 08:11:56 7c52ae51c439: Layer already exists 08:11:56 db20f4ef03d4: Layer already exists 08:11:56 58d383105bd2: Layer already exists 08:11:56 54add107cb62: Layer already exists 08:11:56 8b99eacb750f: Layer already exists 08:11:56 5f70bf18a086: Layer already exists 08:11:56 a6c5ae1ecef4: Layer already exists 08:11:56 6a1bb3adbba0: Layer already exists 08:11:56 61762940e289: Layer already exists 08:11:56 dd9c8f8612c8: Layer already exists 08:11:56 4.1.0-dev.29: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:57 630eaf657375: Preparing 08:11:57 c8c6a18c28f6: Preparing 08:11:57 9f02627ec6b0: Preparing 08:11:57 7949c9da7a4c: Preparing 08:11:57 6355c1105ca5: Preparing 08:11:57 9c6e2afa41a9: Preparing 08:11:57 7c52ae51c439: Preparing 08:11:57 db20f4ef03d4: Preparing 08:11:57 58d383105bd2: Preparing 08:11:57 54add107cb62: Preparing 08:11:57 8b99eacb750f: Preparing 08:11:57 5f70bf18a086: Preparing 08:11:57 6a1bb3adbba0: Preparing 08:11:57 a6c5ae1ecef4: Preparing 08:11:57 61762940e289: Preparing 08:11:57 dd9c8f8612c8: Preparing 08:11:57 9c6e2afa41a9: Waiting 08:11:57 7c52ae51c439: Waiting 08:11:57 8b99eacb750f: Waiting 08:11:57 a6c5ae1ecef4: Waiting 08:11:57 5f70bf18a086: Waiting 08:11:57 61762940e289: Waiting 08:11:57 6a1bb3adbba0: Waiting 08:11:57 dd9c8f8612c8: Waiting 08:11:57 db20f4ef03d4: Waiting 08:11:57 58d383105bd2: Waiting 08:11:57 54add107cb62: Waiting 08:11:57 6355c1105ca5: Layer already exists 08:11:57 7949c9da7a4c: Layer already exists 08:11:57 c8c6a18c28f6: Layer already exists 08:11:57 9f02627ec6b0: Layer already exists 08:11:57 630eaf657375: Layer already exists 08:11:57 db20f4ef03d4: Layer already exists 08:11:57 54add107cb62: Layer already exists 08:11:57 9c6e2afa41a9: Layer already exists 08:11:57 7c52ae51c439: Layer already exists 08:11:57 58d383105bd2: Layer already exists 08:11:57 6a1bb3adbba0: Layer already exists 08:11:57 5f70bf18a086: Layer already exists 08:11:57 8b99eacb750f: Layer already exists 08:11:57 61762940e289: Layer already exists 08:11:57 a6c5ae1ecef4: Layer already exists 08:11:57 dd9c8f8612c8: Layer already exists 08:11:57 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 08:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:58 630eaf657375: Preparing 08:11:58 c8c6a18c28f6: Preparing 08:11:58 9f02627ec6b0: Preparing 08:11:58 7949c9da7a4c: Preparing 08:11:58 6355c1105ca5: Preparing 08:11:58 9c6e2afa41a9: Preparing 08:11:58 7c52ae51c439: Preparing 08:11:58 db20f4ef03d4: Preparing 08:11:58 58d383105bd2: Preparing 08:11:58 54add107cb62: Preparing 08:11:58 8b99eacb750f: Preparing 08:11:58 5f70bf18a086: Preparing 08:11:58 6a1bb3adbba0: Preparing 08:11:58 a6c5ae1ecef4: Preparing 08:11:58 61762940e289: Preparing 08:11:58 dd9c8f8612c8: Preparing 08:11:58 db20f4ef03d4: Waiting 08:11:58 9c6e2afa41a9: Waiting 08:11:58 58d383105bd2: Waiting 08:11:58 7c52ae51c439: Waiting 08:11:58 54add107cb62: Waiting 08:11:58 8b99eacb750f: Waiting 08:11:58 5f70bf18a086: Waiting 08:11:58 6a1bb3adbba0: Waiting 08:11:58 a6c5ae1ecef4: Waiting 08:11:58 61762940e289: Waiting 08:11:58 dd9c8f8612c8: Waiting 08:11:58 630eaf657375: Layer already exists 08:11:58 7949c9da7a4c: Layer already exists 08:11:58 9f02627ec6b0: Layer already exists 08:11:58 c8c6a18c28f6: Layer already exists 08:11:58 6355c1105ca5: Layer already exists 08:11:58 7c52ae51c439: Layer already exists 08:11:58 db20f4ef03d4: Layer already exists 08:11:58 9c6e2afa41a9: Layer already exists 08:11:58 58d383105bd2: Layer already exists 08:11:58 54add107cb62: Layer already exists 08:11:58 5f70bf18a086: Layer already exists 08:11:58 6a1bb3adbba0: Layer already exists 08:11:58 8b99eacb750f: Layer already exists 08:11:58 a6c5ae1ecef4: Layer already exists 08:11:58 61762940e289: Layer already exists 08:11:58 dd9c8f8612c8: Layer already exists 08:11:58 main: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:58 ===================================================== [Pipeline] echo 08:11:58 taggedImages: 08:11:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:11:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 08:11:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:11:58 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 08:11:58 f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:58 latest 08:11:58 4.1.0-dev.29 08:11:58 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:11:58 main 08:11:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:58 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:11:59 6659a9d0ec08: Preparing 08:11:59 7ab5cc4cffc6: Preparing 08:11:59 53b4bf478bb0: Preparing 08:11:59 35d52bcf7aa4: Preparing 08:11:59 db20f4ef03d4: Preparing 08:11:59 58d383105bd2: Preparing 08:11:59 8e6022201dfd: Preparing 08:11:59 d5affefecda5: Preparing 08:11:59 dd9c8f8612c8: Preparing 08:11:59 58d383105bd2: Waiting 08:11:59 8e6022201dfd: Waiting 08:11:59 d5affefecda5: Waiting 08:11:59 dd9c8f8612c8: Waiting 08:11:59 db20f4ef03d4: Layer already exists 08:11:59 58d383105bd2: Layer already exists 08:11:59 8e6022201dfd: Layer already exists 08:11:59 7ab5cc4cffc6: Pushed 08:11:59 53b4bf478bb0: Pushed 08:11:59 6659a9d0ec08: Pushed 08:11:59 d5affefecda5: Layer already exists 08:11:59 dd9c8f8612c8: Layer already exists 08:12:04 35d52bcf7aa4: Pushed 08:12:04 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:05 + 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 08:12:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:12:05 6659a9d0ec08: Preparing 08:12:05 7ab5cc4cffc6: Preparing 08:12:05 53b4bf478bb0: Preparing 08:12:05 35d52bcf7aa4: Preparing 08:12:05 db20f4ef03d4: Preparing 08:12:05 58d383105bd2: Preparing 08:12:05 8e6022201dfd: Preparing 08:12:05 d5affefecda5: Preparing 08:12:05 dd9c8f8612c8: Preparing 08:12:05 58d383105bd2: Waiting 08:12:05 8e6022201dfd: Waiting 08:12:05 d5affefecda5: Waiting 08:12:05 dd9c8f8612c8: Waiting 08:12:05 6659a9d0ec08: Layer already exists 08:12:05 53b4bf478bb0: Layer already exists 08:12:05 7ab5cc4cffc6: Layer already exists 08:12:05 db20f4ef03d4: Layer already exists 08:12:05 35d52bcf7aa4: Layer already exists 08:12:05 d5affefecda5: Layer already exists 08:12:05 8e6022201dfd: Layer already exists 08:12:05 dd9c8f8612c8: Layer already exists 08:12:05 58d383105bd2: Layer already exists 08:12:05 latest: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:06 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 08:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:12:06 6659a9d0ec08: Preparing 08:12:06 7ab5cc4cffc6: Preparing 08:12:06 53b4bf478bb0: Preparing 08:12:06 35d52bcf7aa4: Preparing 08:12:06 db20f4ef03d4: Preparing 08:12:06 58d383105bd2: Preparing 08:12:06 8e6022201dfd: Preparing 08:12:06 d5affefecda5: Preparing 08:12:06 dd9c8f8612c8: Preparing 08:12:06 8e6022201dfd: Waiting 08:12:06 d5affefecda5: Waiting 08:12:06 dd9c8f8612c8: Waiting 08:12:06 58d383105bd2: Waiting 08:12:06 6659a9d0ec08: Layer already exists 08:12:06 7ab5cc4cffc6: Layer already exists 08:12:06 53b4bf478bb0: Layer already exists 08:12:06 db20f4ef03d4: Layer already exists 08:12:06 35d52bcf7aa4: Layer already exists 08:12:06 dd9c8f8612c8: Layer already exists 08:12:06 8e6022201dfd: Layer already exists 08:12:06 58d383105bd2: Layer already exists 08:12:06 d5affefecda5: Layer already exists 08:12:06 4.1.0-dev.29: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:07 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:12:07 6659a9d0ec08: Preparing 08:12:07 7ab5cc4cffc6: Preparing 08:12:07 53b4bf478bb0: Preparing 08:12:07 35d52bcf7aa4: Preparing 08:12:07 db20f4ef03d4: Preparing 08:12:07 58d383105bd2: Preparing 08:12:07 8e6022201dfd: Preparing 08:12:07 58d383105bd2: Waiting 08:12:07 8e6022201dfd: Waiting 08:12:07 d5affefecda5: Preparing 08:12:07 dd9c8f8612c8: Preparing 08:12:07 dd9c8f8612c8: Waiting 08:12:07 6659a9d0ec08: Layer already exists 08:12:07 db20f4ef03d4: Layer already exists 08:12:07 35d52bcf7aa4: Layer already exists 08:12:07 7ab5cc4cffc6: Layer already exists 08:12:07 53b4bf478bb0: Layer already exists 08:12:07 8e6022201dfd: Layer already exists 08:12:07 d5affefecda5: Layer already exists 08:12:07 dd9c8f8612c8: Layer already exists 08:12:07 58d383105bd2: Layer already exists 08:12:07 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:08 + 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 08:12:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 08:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:12:08 6659a9d0ec08: Preparing 08:12:08 7ab5cc4cffc6: Preparing 08:12:08 53b4bf478bb0: Preparing 08:12:08 35d52bcf7aa4: Preparing 08:12:08 db20f4ef03d4: Preparing 08:12:08 58d383105bd2: Preparing 08:12:08 8e6022201dfd: Preparing 08:12:08 d5affefecda5: Preparing 08:12:08 dd9c8f8612c8: Preparing 08:12:08 d5affefecda5: Waiting 08:12:08 58d383105bd2: Waiting 08:12:08 dd9c8f8612c8: Waiting 08:12:08 6659a9d0ec08: Layer already exists 08:12:08 53b4bf478bb0: Layer already exists 08:12:08 db20f4ef03d4: Layer already exists 08:12:08 35d52bcf7aa4: Layer already exists 08:12:08 7ab5cc4cffc6: Layer already exists 08:12:08 58d383105bd2: Layer already exists 08:12:08 d5affefecda5: Layer already exists 08:12:08 8e6022201dfd: Layer already exists 08:12:08 dd9c8f8612c8: Layer already exists 08:12:08 main: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:09 ===================================================== [Pipeline] echo 08:12:09 taggedImages: 08:12:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:12:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 08:12:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:12:09 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 08:12:09 f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:09 latest 08:12:09 4.1.0-dev.29 08:12:09 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:09 main 08:12:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:09 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:12:09 bfd273406cf2: Preparing 08:12:09 f7fb0342a1b4: Preparing 08:12:09 d5db24c42deb: Preparing 08:12:09 2e7c758a32df: Preparing 08:12:09 17c0e124d827: Preparing 08:12:09 db20f4ef03d4: Preparing 08:12:09 58d383105bd2: Preparing 08:12:09 db20f4ef03d4: Waiting 08:12:09 f36dfce52381: Preparing 08:12:09 58d383105bd2: Waiting 08:12:09 703b9724e387: Preparing 08:12:09 f36dfce52381: Waiting 08:12:09 2e9a34e40ddc: Preparing 08:12:09 703b9724e387: Waiting 08:12:09 dd9c8f8612c8: Preparing 08:12:09 2e9a34e40ddc: Waiting 08:12:09 dd9c8f8612c8: Waiting 08:12:10 17c0e124d827: Pushed 08:12:10 2e7c758a32df: Pushed 08:12:10 f7fb0342a1b4: Pushed 08:12:10 db20f4ef03d4: Layer already exists 08:12:10 bfd273406cf2: Pushed 08:12:10 58d383105bd2: Layer already exists 08:12:10 dd9c8f8612c8: Layer already exists 08:12:10 f36dfce52381: Pushed 08:12:10 703b9724e387: Pushed 08:12:13 2e9a34e40ddc: Pushed 08:12:14 d5db24c42deb: Pushed 08:12:14 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:14 + 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 08:12:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:12:15 bfd273406cf2: Preparing 08:12:15 f7fb0342a1b4: Preparing 08:12:15 d5db24c42deb: Preparing 08:12:15 2e7c758a32df: Preparing 08:12:15 17c0e124d827: Preparing 08:12:15 db20f4ef03d4: Preparing 08:12:15 58d383105bd2: Preparing 08:12:15 f36dfce52381: Preparing 08:12:15 703b9724e387: Preparing 08:12:15 2e9a34e40ddc: Preparing 08:12:15 dd9c8f8612c8: Preparing 08:12:15 db20f4ef03d4: Waiting 08:12:15 58d383105bd2: Waiting 08:12:15 f36dfce52381: Waiting 08:12:15 703b9724e387: Waiting 08:12:15 2e9a34e40ddc: Waiting 08:12:15 dd9c8f8612c8: Waiting 08:12:15 bfd273406cf2: Layer already exists 08:12:15 f7fb0342a1b4: Layer already exists 08:12:15 2e7c758a32df: Layer already exists 08:12:15 17c0e124d827: Layer already exists 08:12:15 d5db24c42deb: Layer already exists 08:12:15 db20f4ef03d4: Layer already exists 08:12:15 f36dfce52381: Layer already exists 08:12:15 58d383105bd2: Layer already exists 08:12:15 703b9724e387: Layer already exists 08:12:15 2e9a34e40ddc: Layer already exists 08:12:15 dd9c8f8612c8: Layer already exists 08:12:15 latest: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 08:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:12:16 bfd273406cf2: Preparing 08:12:16 f7fb0342a1b4: Preparing 08:12:16 d5db24c42deb: Preparing 08:12:16 2e7c758a32df: Preparing 08:12:16 17c0e124d827: Preparing 08:12:16 db20f4ef03d4: Preparing 08:12:16 58d383105bd2: Preparing 08:12:16 f36dfce52381: Preparing 08:12:16 703b9724e387: Preparing 08:12:16 2e9a34e40ddc: Preparing 08:12:16 dd9c8f8612c8: Preparing 08:12:16 db20f4ef03d4: Waiting 08:12:16 58d383105bd2: Waiting 08:12:16 f36dfce52381: Waiting 08:12:16 2e9a34e40ddc: Waiting 08:12:16 703b9724e387: Waiting 08:12:16 dd9c8f8612c8: Waiting 08:12:16 d5db24c42deb: Layer already exists 08:12:16 f7fb0342a1b4: Layer already exists 08:12:16 17c0e124d827: Layer already exists 08:12:16 2e7c758a32df: Layer already exists 08:12:16 bfd273406cf2: Layer already exists 08:12:16 db20f4ef03d4: Layer already exists 08:12:16 58d383105bd2: Layer already exists 08:12:16 f36dfce52381: Layer already exists 08:12:16 703b9724e387: Layer already exists 08:12:16 2e9a34e40ddc: Layer already exists 08:12:16 dd9c8f8612c8: Layer already exists 08:12:16 4.1.0-dev.29: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:12:17 bfd273406cf2: Preparing 08:12:17 f7fb0342a1b4: Preparing 08:12:17 d5db24c42deb: Preparing 08:12:17 2e7c758a32df: Preparing 08:12:17 17c0e124d827: Preparing 08:12:17 db20f4ef03d4: Preparing 08:12:17 58d383105bd2: Preparing 08:12:17 f36dfce52381: Preparing 08:12:17 db20f4ef03d4: Waiting 08:12:17 703b9724e387: Preparing 08:12:17 58d383105bd2: Waiting 08:12:17 2e9a34e40ddc: Preparing 08:12:17 dd9c8f8612c8: Preparing 08:12:17 2e9a34e40ddc: Waiting 08:12:17 dd9c8f8612c8: Waiting 08:12:17 f7fb0342a1b4: Layer already exists 08:12:17 2e7c758a32df: Layer already exists 08:12:17 bfd273406cf2: Layer already exists 08:12:17 d5db24c42deb: Layer already exists 08:12:17 17c0e124d827: Layer already exists 08:12:17 f36dfce52381: Layer already exists 08:12:17 2e9a34e40ddc: Layer already exists 08:12:17 db20f4ef03d4: Layer already exists 08:12:17 58d383105bd2: Layer already exists 08:12:17 703b9724e387: Layer already exists 08:12:17 dd9c8f8612c8: Layer already exists 08:12:17 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:17 + 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 08:12:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 08:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:12:18 bfd273406cf2: Preparing 08:12:18 f7fb0342a1b4: Preparing 08:12:18 d5db24c42deb: Preparing 08:12:18 2e7c758a32df: Preparing 08:12:18 17c0e124d827: Preparing 08:12:18 db20f4ef03d4: Preparing 08:12:18 58d383105bd2: Preparing 08:12:18 f36dfce52381: Preparing 08:12:18 703b9724e387: Preparing 08:12:18 2e9a34e40ddc: Preparing 08:12:18 dd9c8f8612c8: Preparing 08:12:18 58d383105bd2: Waiting 08:12:18 f36dfce52381: Waiting 08:12:18 703b9724e387: Waiting 08:12:18 db20f4ef03d4: Waiting 08:12:18 2e9a34e40ddc: Waiting 08:12:18 d5db24c42deb: Layer already exists 08:12:18 bfd273406cf2: Layer already exists 08:12:18 2e7c758a32df: Layer already exists 08:12:18 f7fb0342a1b4: Layer already exists 08:12:18 17c0e124d827: Layer already exists 08:12:18 58d383105bd2: Layer already exists 08:12:18 f36dfce52381: Layer already exists 08:12:18 703b9724e387: Layer already exists 08:12:18 2e9a34e40ddc: Layer already exists 08:12:18 db20f4ef03d4: Layer already exists 08:12:18 dd9c8f8612c8: Layer already exists 08:12:18 main: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:18 ===================================================== [Pipeline] echo 08:12:18 taggedImages: 08:12:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:12:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 08:12:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:12:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 08:12:18 f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:18 latest 08:12:18 4.1.0-dev.29 08:12:18 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:18 main 08:12:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:19 15aec17f902b: Preparing 08:12:19 9efc515a1dd0: Preparing 08:12:19 a5ad7fc32c1c: Preparing 08:12:19 004eb3a19fe0: Preparing 08:12:19 04fdba438373: Preparing 08:12:19 6ebde83c9c5a: Preparing 08:12:19 d28231e5b61a: Preparing 08:12:19 db20f4ef03d4: Preparing 08:12:19 58d383105bd2: Preparing 08:12:19 dc38dddb330f: Preparing 08:12:19 77cd455ef58f: Preparing 08:12:19 dd9c8f8612c8: Preparing 08:12:19 6ebde83c9c5a: Waiting 08:12:19 d28231e5b61a: Waiting 08:12:19 dc38dddb330f: Waiting 08:12:19 77cd455ef58f: Waiting 08:12:19 dd9c8f8612c8: Waiting 08:12:19 db20f4ef03d4: Waiting 08:12:19 58d383105bd2: Waiting 08:12:19 9efc515a1dd0: Pushed 08:12:19 15aec17f902b: Pushed 08:12:19 04fdba438373: Pushed 08:12:19 db20f4ef03d4: Layer already exists 08:12:19 58d383105bd2: Layer already exists 08:12:19 6ebde83c9c5a: Pushed 08:12:19 d28231e5b61a: Pushed 08:12:19 dd9c8f8612c8: Layer already exists 08:12:19 dc38dddb330f: Pushed 08:12:22 77cd455ef58f: Pushed 08:12:23 004eb3a19fe0: Pushed 08:12:26 a5ad7fc32c1c: Pushed 08:12:26 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:26 + 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 08:12:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:27 15aec17f902b: Preparing 08:12:27 9efc515a1dd0: Preparing 08:12:27 a5ad7fc32c1c: Preparing 08:12:27 004eb3a19fe0: Preparing 08:12:27 04fdba438373: Preparing 08:12:27 6ebde83c9c5a: Preparing 08:12:27 d28231e5b61a: Preparing 08:12:27 db20f4ef03d4: Preparing 08:12:27 58d383105bd2: Preparing 08:12:27 dc38dddb330f: Preparing 08:12:27 77cd455ef58f: Preparing 08:12:27 dd9c8f8612c8: Preparing 08:12:27 58d383105bd2: Waiting 08:12:27 dc38dddb330f: Waiting 08:12:27 77cd455ef58f: Waiting 08:12:27 dd9c8f8612c8: Waiting 08:12:27 6ebde83c9c5a: Waiting 08:12:27 d28231e5b61a: Waiting 08:12:27 db20f4ef03d4: Waiting 08:12:27 04fdba438373: Layer already exists 08:12:27 a5ad7fc32c1c: Layer already exists 08:12:27 9efc515a1dd0: Layer already exists 08:12:27 004eb3a19fe0: Layer already exists 08:12:27 15aec17f902b: Layer already exists 08:12:27 d28231e5b61a: Layer already exists 08:12:27 6ebde83c9c5a: Layer already exists 08:12:27 58d383105bd2: Layer already exists 08:12:27 db20f4ef03d4: Layer already exists 08:12:27 dc38dddb330f: Layer already exists 08:12:27 dd9c8f8612c8: Layer already exists 08:12:27 77cd455ef58f: Layer already exists 08:12:27 latest: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 08:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:27 15aec17f902b: Preparing 08:12:27 9efc515a1dd0: Preparing 08:12:27 a5ad7fc32c1c: Preparing 08:12:27 004eb3a19fe0: Preparing 08:12:27 04fdba438373: Preparing 08:12:27 6ebde83c9c5a: Preparing 08:12:27 d28231e5b61a: Preparing 08:12:27 db20f4ef03d4: Preparing 08:12:27 58d383105bd2: Preparing 08:12:27 dc38dddb330f: Preparing 08:12:27 77cd455ef58f: Preparing 08:12:27 dd9c8f8612c8: Preparing 08:12:27 db20f4ef03d4: Waiting 08:12:27 58d383105bd2: Waiting 08:12:27 dc38dddb330f: Waiting 08:12:27 77cd455ef58f: Waiting 08:12:27 dd9c8f8612c8: Waiting 08:12:27 6ebde83c9c5a: Waiting 08:12:27 d28231e5b61a: Waiting 08:12:27 9efc515a1dd0: Layer already exists 08:12:27 004eb3a19fe0: Layer already exists 08:12:27 a5ad7fc32c1c: Layer already exists 08:12:27 04fdba438373: Layer already exists 08:12:27 15aec17f902b: Layer already exists 08:12:27 db20f4ef03d4: Layer already exists 08:12:27 6ebde83c9c5a: Layer already exists 08:12:27 d28231e5b61a: Layer already exists 08:12:27 58d383105bd2: Layer already exists 08:12:27 dc38dddb330f: Layer already exists 08:12:27 77cd455ef58f: Layer already exists 08:12:27 dd9c8f8612c8: Layer already exists 08:12:28 4.1.0-dev.29: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:28 15aec17f902b: Preparing 08:12:28 9efc515a1dd0: Preparing 08:12:28 a5ad7fc32c1c: Preparing 08:12:28 004eb3a19fe0: Preparing 08:12:28 04fdba438373: Preparing 08:12:28 6ebde83c9c5a: Preparing 08:12:28 d28231e5b61a: Preparing 08:12:28 db20f4ef03d4: Preparing 08:12:28 58d383105bd2: Preparing 08:12:28 dc38dddb330f: Preparing 08:12:28 77cd455ef58f: Preparing 08:12:28 dd9c8f8612c8: Preparing 08:12:28 db20f4ef03d4: Waiting 08:12:28 6ebde83c9c5a: Waiting 08:12:28 d28231e5b61a: Waiting 08:12:28 58d383105bd2: Waiting 08:12:28 dc38dddb330f: Waiting 08:12:28 77cd455ef58f: Waiting 08:12:28 dd9c8f8612c8: Waiting 08:12:28 004eb3a19fe0: Layer already exists 08:12:28 15aec17f902b: Layer already exists 08:12:28 9efc515a1dd0: Layer already exists 08:12:28 a5ad7fc32c1c: Layer already exists 08:12:28 04fdba438373: Layer already exists 08:12:28 6ebde83c9c5a: Layer already exists 08:12:28 d28231e5b61a: Layer already exists 08:12:28 db20f4ef03d4: Layer already exists 08:12:28 dc38dddb330f: Layer already exists 08:12:28 58d383105bd2: Layer already exists 08:12:28 77cd455ef58f: Layer already exists 08:12:28 dd9c8f8612c8: Layer already exists 08:12:29 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:29 + 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 08:12:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 08:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:29 15aec17f902b: Preparing 08:12:29 9efc515a1dd0: Preparing 08:12:29 a5ad7fc32c1c: Preparing 08:12:29 004eb3a19fe0: Preparing 08:12:29 04fdba438373: Preparing 08:12:29 6ebde83c9c5a: Preparing 08:12:29 d28231e5b61a: Preparing 08:12:29 6ebde83c9c5a: Waiting 08:12:29 d28231e5b61a: Waiting 08:12:29 db20f4ef03d4: Preparing 08:12:29 58d383105bd2: Preparing 08:12:29 dc38dddb330f: Preparing 08:12:29 77cd455ef58f: Preparing 08:12:29 dd9c8f8612c8: Preparing 08:12:29 db20f4ef03d4: Waiting 08:12:29 77cd455ef58f: Waiting 08:12:29 dd9c8f8612c8: Waiting 08:12:29 58d383105bd2: Waiting 08:12:29 dc38dddb330f: Waiting 08:12:29 9efc515a1dd0: Layer already exists 08:12:29 004eb3a19fe0: Layer already exists 08:12:29 a5ad7fc32c1c: Layer already exists 08:12:29 04fdba438373: Layer already exists 08:12:29 15aec17f902b: Layer already exists 08:12:29 6ebde83c9c5a: Layer already exists 08:12:29 dc38dddb330f: Layer already exists 08:12:29 d28231e5b61a: Layer already exists 08:12:29 db20f4ef03d4: Layer already exists 08:12:29 58d383105bd2: Layer already exists 08:12:29 77cd455ef58f: Layer already exists 08:12:29 dd9c8f8612c8: Layer already exists 08:12:30 main: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:30 ===================================================== [Pipeline] echo 08:12:30 taggedImages: 08:12:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:12:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 08:12:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:12:30 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 08:12:30 f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:30 latest 08:12:30 4.1.0-dev.29 08:12:30 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:30 main 08:12:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:31 0a1db7c72628: Preparing 08:12:31 d8de94a8c50d: Preparing 08:12:31 db20f4ef03d4: Preparing 08:12:31 58d383105bd2: Preparing 08:12:31 822e192a8e99: Preparing 08:12:31 864edb119ae7: Preparing 08:12:31 dd9c8f8612c8: Preparing 08:12:31 864edb119ae7: Waiting 08:12:31 dd9c8f8612c8: Waiting 08:12:31 db20f4ef03d4: Layer already exists 08:12:31 58d383105bd2: Layer already exists 08:12:31 dd9c8f8612c8: Layer already exists 08:12:31 822e192a8e99: Pushed 08:12:31 0a1db7c72628: Pushed 08:12:33 864edb119ae7: Pushed 08:12:38 d8de94a8c50d: Pushed 08:12:38 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:38 + 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 08:12:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:39 0a1db7c72628: Preparing 08:12:39 d8de94a8c50d: Preparing 08:12:39 db20f4ef03d4: Preparing 08:12:39 58d383105bd2: Preparing 08:12:39 822e192a8e99: Preparing 08:12:39 864edb119ae7: Preparing 08:12:39 dd9c8f8612c8: Preparing 08:12:39 864edb119ae7: Waiting 08:12:39 dd9c8f8612c8: Waiting 08:12:39 d8de94a8c50d: Layer already exists 08:12:39 58d383105bd2: Layer already exists 08:12:39 db20f4ef03d4: Layer already exists 08:12:39 822e192a8e99: Layer already exists 08:12:39 0a1db7c72628: Layer already exists 08:12:39 dd9c8f8612c8: Layer already exists 08:12:39 864edb119ae7: Layer already exists 08:12:39 latest: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:39 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 08:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:40 0a1db7c72628: Preparing 08:12:40 d8de94a8c50d: Preparing 08:12:40 db20f4ef03d4: Preparing 08:12:40 58d383105bd2: Preparing 08:12:40 822e192a8e99: Preparing 08:12:40 864edb119ae7: Preparing 08:12:40 dd9c8f8612c8: Preparing 08:12:40 864edb119ae7: Waiting 08:12:40 dd9c8f8612c8: Waiting 08:12:40 d8de94a8c50d: Layer already exists 08:12:40 58d383105bd2: Layer already exists 08:12:40 822e192a8e99: Layer already exists 08:12:40 0a1db7c72628: Layer already exists 08:12:40 db20f4ef03d4: Layer already exists 08:12:40 864edb119ae7: Layer already exists 08:12:40 dd9c8f8612c8: Layer already exists 08:12:40 4.1.0-dev.29: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:41 0a1db7c72628: Preparing 08:12:41 d8de94a8c50d: Preparing 08:12:41 db20f4ef03d4: Preparing 08:12:41 58d383105bd2: Preparing 08:12:41 822e192a8e99: Preparing 08:12:41 864edb119ae7: Preparing 08:12:41 dd9c8f8612c8: Preparing 08:12:41 864edb119ae7: Waiting 08:12:41 dd9c8f8612c8: Waiting 08:12:41 0a1db7c72628: Layer already exists 08:12:41 d8de94a8c50d: Layer already exists 08:12:41 58d383105bd2: Layer already exists 08:12:41 822e192a8e99: Layer already exists 08:12:41 db20f4ef03d4: Layer already exists 08:12:41 dd9c8f8612c8: Layer already exists 08:12:41 864edb119ae7: Layer already exists 08:12:41 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:41 + 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 08:12:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 08:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:42 0a1db7c72628: Preparing 08:12:42 d8de94a8c50d: Preparing 08:12:42 db20f4ef03d4: Preparing 08:12:42 58d383105bd2: Preparing 08:12:42 822e192a8e99: Preparing 08:12:42 864edb119ae7: Preparing 08:12:42 dd9c8f8612c8: Preparing 08:12:42 864edb119ae7: Waiting 08:12:42 dd9c8f8612c8: Waiting 08:12:42 822e192a8e99: Layer already exists 08:12:42 58d383105bd2: Layer already exists 08:12:42 0a1db7c72628: Layer already exists 08:12:42 db20f4ef03d4: Layer already exists 08:12:42 d8de94a8c50d: Layer already exists 08:12:42 864edb119ae7: Layer already exists 08:12:42 dd9c8f8612c8: Layer already exists 08:12:42 main: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:43 ===================================================== [Pipeline] echo 08:12:43 taggedImages: 08:12:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:12:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 08:12:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:12:43 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 08:12:43 f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:43 latest 08:12:43 4.1.0-dev.29 08:12:43 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:12:43 main 08:12:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:12:43 a92c6f3c0415: Preparing 08:12:43 afd04b4703ca: Preparing 08:12:43 fc10f3824503: Preparing 08:12:43 db20f4ef03d4: Preparing 08:12:43 58d383105bd2: Preparing 08:12:43 04199051c200: Preparing 08:12:43 f3819950fbee: Preparing 08:12:43 6e1b678f899a: Preparing 08:12:43 c1550102f517: Preparing 08:12:43 dd9c8f8612c8: Preparing 08:12:43 04199051c200: Waiting 08:12:43 f3819950fbee: Waiting 08:12:43 6e1b678f899a: Waiting 08:12:43 c1550102f517: Waiting 08:12:43 dd9c8f8612c8: Waiting 08:12:43 58d383105bd2: Layer already exists 08:12:43 db20f4ef03d4: Layer already exists 08:12:44 afd04b4703ca: Pushed 08:12:44 fc10f3824503: Pushed 08:12:44 a92c6f3c0415: Pushed 08:12:44 dd9c8f8612c8: Layer already exists 08:12:44 6e1b678f899a: Pushed 08:12:45 c1550102f517: Pushed 08:12:55 f3819950fbee: Pushed 08:13:10 04199051c200: Pushed 08:13:10 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:10 + 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 08:13:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:13:10 a92c6f3c0415: Preparing 08:13:10 afd04b4703ca: Preparing 08:13:10 fc10f3824503: Preparing 08:13:10 db20f4ef03d4: Preparing 08:13:10 58d383105bd2: Preparing 08:13:10 04199051c200: Preparing 08:13:10 f3819950fbee: Preparing 08:13:10 6e1b678f899a: Preparing 08:13:10 c1550102f517: Preparing 08:13:10 dd9c8f8612c8: Preparing 08:13:10 04199051c200: Waiting 08:13:10 f3819950fbee: Waiting 08:13:10 6e1b678f899a: Waiting 08:13:10 dd9c8f8612c8: Waiting 08:13:10 c1550102f517: Waiting 08:13:10 58d383105bd2: Layer already exists 08:13:10 a92c6f3c0415: Layer already exists 08:13:10 fc10f3824503: Layer already exists 08:13:10 db20f4ef03d4: Layer already exists 08:13:10 afd04b4703ca: Layer already exists 08:13:10 6e1b678f899a: Layer already exists 08:13:10 f3819950fbee: Layer already exists 08:13:10 c1550102f517: Layer already exists 08:13:10 04199051c200: Layer already exists 08:13:10 dd9c8f8612c8: Layer already exists 08:13:10 latest: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:11 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 08:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:13:11 a92c6f3c0415: Preparing 08:13:11 afd04b4703ca: Preparing 08:13:11 fc10f3824503: Preparing 08:13:11 db20f4ef03d4: Preparing 08:13:11 58d383105bd2: Preparing 08:13:11 04199051c200: Preparing 08:13:11 f3819950fbee: Preparing 08:13:11 6e1b678f899a: Preparing 08:13:11 c1550102f517: Preparing 08:13:11 dd9c8f8612c8: Preparing 08:13:11 04199051c200: Waiting 08:13:11 c1550102f517: Waiting 08:13:11 f3819950fbee: Waiting 08:13:11 6e1b678f899a: Waiting 08:13:11 dd9c8f8612c8: Waiting 08:13:11 fc10f3824503: Layer already exists 08:13:11 afd04b4703ca: Layer already exists 08:13:11 a92c6f3c0415: Layer already exists 08:13:11 db20f4ef03d4: Layer already exists 08:13:11 58d383105bd2: Layer already exists 08:13:11 04199051c200: Layer already exists 08:13:11 6e1b678f899a: Layer already exists 08:13:11 f3819950fbee: Layer already exists 08:13:11 c1550102f517: Layer already exists 08:13:11 dd9c8f8612c8: Layer already exists 08:13:11 4.1.0-dev.29: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:12 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:13:12 a92c6f3c0415: Preparing 08:13:12 afd04b4703ca: Preparing 08:13:12 fc10f3824503: Preparing 08:13:12 db20f4ef03d4: Preparing 08:13:12 58d383105bd2: Preparing 08:13:12 04199051c200: Preparing 08:13:12 f3819950fbee: Preparing 08:13:12 6e1b678f899a: Preparing 08:13:12 c1550102f517: Preparing 08:13:12 dd9c8f8612c8: Preparing 08:13:12 04199051c200: Waiting 08:13:12 f3819950fbee: Waiting 08:13:12 dd9c8f8612c8: Waiting 08:13:12 c1550102f517: Waiting 08:13:12 db20f4ef03d4: Layer already exists 08:13:12 fc10f3824503: Layer already exists 08:13:12 a92c6f3c0415: Layer already exists 08:13:12 afd04b4703ca: Layer already exists 08:13:12 04199051c200: Layer already exists 08:13:12 58d383105bd2: Layer already exists 08:13:12 6e1b678f899a: Layer already exists 08:13:12 f3819950fbee: Layer already exists 08:13:12 c1550102f517: Layer already exists 08:13:12 dd9c8f8612c8: Layer already exists 08:13:12 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:13 + 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 08:13:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 08:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:13:13 a92c6f3c0415: Preparing 08:13:13 afd04b4703ca: Preparing 08:13:13 fc10f3824503: Preparing 08:13:13 db20f4ef03d4: Preparing 08:13:13 58d383105bd2: Preparing 08:13:13 04199051c200: Preparing 08:13:13 f3819950fbee: Preparing 08:13:13 6e1b678f899a: Preparing 08:13:13 c1550102f517: Preparing 08:13:13 dd9c8f8612c8: Preparing 08:13:13 6e1b678f899a: Waiting 08:13:13 c1550102f517: Waiting 08:13:13 dd9c8f8612c8: Waiting 08:13:13 04199051c200: Waiting 08:13:13 f3819950fbee: Waiting 08:13:13 a92c6f3c0415: Layer already exists 08:13:13 fc10f3824503: Layer already exists 08:13:13 afd04b4703ca: Layer already exists 08:13:13 58d383105bd2: Layer already exists 08:13:13 db20f4ef03d4: Layer already exists 08:13:13 c1550102f517: Layer already exists 08:13:13 04199051c200: Layer already exists 08:13:13 dd9c8f8612c8: Layer already exists 08:13:13 f3819950fbee: Layer already exists 08:13:13 6e1b678f899a: Layer already exists 08:13:13 main: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:13:13 ===================================================== [Pipeline] echo 08:13:13 taggedImages: 08:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 08:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:13:13 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 08:13:13 f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:13 latest 08:13:13 4.1.0-dev.29 08:13:13 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:13 main 08:13:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:13:14 c14affce0027: Preparing 08:13:14 6fb400e29d32: Preparing 08:13:14 b63af9011f2d: Preparing 08:13:14 db20f4ef03d4: Preparing 08:13:14 58d383105bd2: Preparing 08:13:14 04199051c200: Preparing 08:13:14 9f5beb01279e: Preparing 08:13:14 4e07c9362918: Preparing 08:13:14 dd9c8f8612c8: Preparing 08:13:14 4e07c9362918: Waiting 08:13:14 04199051c200: Waiting 08:13:14 dd9c8f8612c8: Waiting 08:13:14 9f5beb01279e: Waiting 08:13:14 58d383105bd2: Layer already exists 08:13:14 db20f4ef03d4: Layer already exists 08:13:14 04199051c200: Layer already exists 08:13:14 6fb400e29d32: Pushed 08:13:14 b63af9011f2d: Pushed 08:13:14 c14affce0027: Pushed 08:13:14 dd9c8f8612c8: Layer already exists 08:13:14 9f5beb01279e: Pushed 08:13:16 4e07c9362918: Pushed 08:13:16 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:16 + 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 08:13:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:13:17 c14affce0027: Preparing 08:13:17 6fb400e29d32: Preparing 08:13:17 b63af9011f2d: Preparing 08:13:17 db20f4ef03d4: Preparing 08:13:17 58d383105bd2: Preparing 08:13:17 04199051c200: Preparing 08:13:17 9f5beb01279e: Preparing 08:13:17 4e07c9362918: Preparing 08:13:17 dd9c8f8612c8: Preparing 08:13:17 04199051c200: Waiting 08:13:17 9f5beb01279e: Waiting 08:13:17 4e07c9362918: Waiting 08:13:17 dd9c8f8612c8: Waiting 08:13:17 db20f4ef03d4: Layer already exists 08:13:17 6fb400e29d32: Layer already exists 08:13:17 58d383105bd2: Layer already exists 08:13:17 c14affce0027: Layer already exists 08:13:17 b63af9011f2d: Layer already exists 08:13:17 04199051c200: Layer already exists 08:13:17 9f5beb01279e: Layer already exists 08:13:17 4e07c9362918: Layer already exists 08:13:17 dd9c8f8612c8: Layer already exists 08:13:17 latest: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 08:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:13:18 c14affce0027: Preparing 08:13:18 6fb400e29d32: Preparing 08:13:18 b63af9011f2d: Preparing 08:13:18 db20f4ef03d4: Preparing 08:13:18 58d383105bd2: Preparing 08:13:18 04199051c200: Preparing 08:13:18 9f5beb01279e: Preparing 08:13:18 4e07c9362918: Preparing 08:13:18 dd9c8f8612c8: Preparing 08:13:18 04199051c200: Waiting 08:13:18 9f5beb01279e: Waiting 08:13:18 4e07c9362918: Waiting 08:13:18 dd9c8f8612c8: Waiting 08:13:18 db20f4ef03d4: Layer already exists 08:13:18 c14affce0027: Layer already exists 08:13:18 6fb400e29d32: Layer already exists 08:13:18 58d383105bd2: Layer already exists 08:13:18 b63af9011f2d: Layer already exists 08:13:18 04199051c200: Layer already exists 08:13:18 9f5beb01279e: Layer already exists 08:13:18 4e07c9362918: Layer already exists 08:13:18 dd9c8f8612c8: Layer already exists 08:13:18 4.1.0-dev.29: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:18 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:13:19 c14affce0027: Preparing 08:13:19 6fb400e29d32: Preparing 08:13:19 b63af9011f2d: Preparing 08:13:19 db20f4ef03d4: Preparing 08:13:19 58d383105bd2: Preparing 08:13:19 04199051c200: Preparing 08:13:19 9f5beb01279e: Preparing 08:13:19 4e07c9362918: Preparing 08:13:19 dd9c8f8612c8: Preparing 08:13:19 04199051c200: Waiting 08:13:19 9f5beb01279e: Waiting 08:13:19 4e07c9362918: Waiting 08:13:19 dd9c8f8612c8: Waiting 08:13:19 b63af9011f2d: Layer already exists 08:13:19 6fb400e29d32: Layer already exists 08:13:19 c14affce0027: Layer already exists 08:13:19 58d383105bd2: Layer already exists 08:13:19 db20f4ef03d4: Layer already exists 08:13:19 04199051c200: Layer already exists 08:13:19 9f5beb01279e: Layer already exists 08:13:19 dd9c8f8612c8: Layer already exists 08:13:19 4e07c9362918: Layer already exists 08:13:19 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:19 + 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 08:13:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 08:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:13:20 c14affce0027: Preparing 08:13:20 6fb400e29d32: Preparing 08:13:20 b63af9011f2d: Preparing 08:13:20 db20f4ef03d4: Preparing 08:13:20 58d383105bd2: Preparing 08:13:20 04199051c200: Preparing 08:13:20 9f5beb01279e: Preparing 08:13:20 4e07c9362918: Preparing 08:13:20 dd9c8f8612c8: Preparing 08:13:20 04199051c200: Waiting 08:13:20 9f5beb01279e: Waiting 08:13:20 4e07c9362918: Waiting 08:13:20 dd9c8f8612c8: Waiting 08:13:20 c14affce0027: Layer already exists 08:13:20 6fb400e29d32: Layer already exists 08:13:20 db20f4ef03d4: Layer already exists 08:13:20 58d383105bd2: Layer already exists 08:13:20 b63af9011f2d: Layer already exists 08:13:20 04199051c200: Layer already exists 08:13:20 4e07c9362918: Layer already exists 08:13:20 dd9c8f8612c8: Layer already exists 08:13:20 9f5beb01279e: Layer already exists 08:13:20 main: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:13:20 ===================================================== [Pipeline] echo 08:13:20 taggedImages: 08:13:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:13:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 08:13:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:13:20 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 08:13:20 f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:20 latest 08:13:20 4.1.0-dev.29 08:13:20 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:20 main 08:13:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:20 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:21 1f22633acf2c: Preparing 08:13:21 c1d83a1fd973: Preparing 08:13:21 004a31c71f3e: Preparing 08:13:21 db20f4ef03d4: Preparing 08:13:21 58d383105bd2: Preparing 08:13:21 fb48b23eeea3: Preparing 08:13:21 6e1b678f899a: Preparing 08:13:21 c1550102f517: Preparing 08:13:21 dd9c8f8612c8: Preparing 08:13:21 6e1b678f899a: Waiting 08:13:21 c1550102f517: Waiting 08:13:21 fb48b23eeea3: Waiting 08:13:21 dd9c8f8612c8: Waiting 08:13:21 db20f4ef03d4: Layer already exists 08:13:21 58d383105bd2: Layer already exists 08:13:21 6e1b678f899a: Layer already exists 08:13:21 004a31c71f3e: Pushed 08:13:21 1f22633acf2c: Pushed 08:13:21 c1d83a1fd973: Pushed 08:13:21 c1550102f517: Layer already exists 08:13:21 dd9c8f8612c8: Layer already exists 08:13:48 fb48b23eeea3: Pushed 08:13:48 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:48 + 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 08:13:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:48 1f22633acf2c: Preparing 08:13:48 c1d83a1fd973: Preparing 08:13:48 004a31c71f3e: Preparing 08:13:48 db20f4ef03d4: Preparing 08:13:48 58d383105bd2: Preparing 08:13:48 fb48b23eeea3: Preparing 08:13:48 6e1b678f899a: Preparing 08:13:48 c1550102f517: Preparing 08:13:48 dd9c8f8612c8: Preparing 08:13:48 6e1b678f899a: Waiting 08:13:48 fb48b23eeea3: Waiting 08:13:48 c1550102f517: Waiting 08:13:48 dd9c8f8612c8: Waiting 08:13:48 58d383105bd2: Layer already exists 08:13:48 004a31c71f3e: Layer already exists 08:13:48 c1d83a1fd973: Layer already exists 08:13:48 1f22633acf2c: Layer already exists 08:13:48 db20f4ef03d4: Layer already exists 08:13:48 c1550102f517: Layer already exists 08:13:48 fb48b23eeea3: Layer already exists 08:13:48 6e1b678f899a: Layer already exists 08:13:48 dd9c8f8612c8: Layer already exists 08:13:49 latest: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:49 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 08:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:49 1f22633acf2c: Preparing 08:13:49 c1d83a1fd973: Preparing 08:13:49 004a31c71f3e: Preparing 08:13:49 db20f4ef03d4: Preparing 08:13:49 58d383105bd2: Preparing 08:13:49 fb48b23eeea3: Preparing 08:13:49 6e1b678f899a: Preparing 08:13:49 c1550102f517: Preparing 08:13:49 dd9c8f8612c8: Preparing 08:13:49 6e1b678f899a: Waiting 08:13:49 dd9c8f8612c8: Waiting 08:13:49 c1550102f517: Waiting 08:13:49 fb48b23eeea3: Waiting 08:13:49 db20f4ef03d4: Layer already exists 08:13:49 58d383105bd2: Layer already exists 08:13:49 004a31c71f3e: Layer already exists 08:13:49 1f22633acf2c: Layer already exists 08:13:49 c1d83a1fd973: Layer already exists 08:13:50 fb48b23eeea3: Layer already exists 08:13:50 dd9c8f8612c8: Layer already exists 08:13:50 6e1b678f899a: Layer already exists 08:13:50 c1550102f517: Layer already exists 08:13:50 4.1.0-dev.29: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:50 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:50 1f22633acf2c: Preparing 08:13:50 c1d83a1fd973: Preparing 08:13:50 004a31c71f3e: Preparing 08:13:50 db20f4ef03d4: Preparing 08:13:50 58d383105bd2: Preparing 08:13:50 fb48b23eeea3: Preparing 08:13:50 6e1b678f899a: Preparing 08:13:50 fb48b23eeea3: Waiting 08:13:50 6e1b678f899a: Waiting 08:13:50 c1550102f517: Preparing 08:13:50 dd9c8f8612c8: Preparing 08:13:50 c1550102f517: Waiting 08:13:50 dd9c8f8612c8: Waiting 08:13:50 004a31c71f3e: Layer already exists 08:13:50 58d383105bd2: Layer already exists 08:13:50 db20f4ef03d4: Layer already exists 08:13:50 c1d83a1fd973: Layer already exists 08:13:50 1f22633acf2c: Layer already exists 08:13:50 6e1b678f899a: Layer already exists 08:13:50 fb48b23eeea3: Layer already exists 08:13:50 c1550102f517: Layer already exists 08:13:50 dd9c8f8612c8: Layer already exists 08:13:51 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:51 + 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 08:13:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 08:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:51 1f22633acf2c: Preparing 08:13:51 c1d83a1fd973: Preparing 08:13:51 004a31c71f3e: Preparing 08:13:51 db20f4ef03d4: Preparing 08:13:51 58d383105bd2: Preparing 08:13:51 fb48b23eeea3: Preparing 08:13:51 6e1b678f899a: Preparing 08:13:51 c1550102f517: Preparing 08:13:51 dd9c8f8612c8: Preparing 08:13:51 fb48b23eeea3: Waiting 08:13:51 6e1b678f899a: Waiting 08:13:51 c1550102f517: Waiting 08:13:51 dd9c8f8612c8: Waiting 08:13:51 c1d83a1fd973: Layer already exists 08:13:51 db20f4ef03d4: Layer already exists 08:13:51 004a31c71f3e: Layer already exists 08:13:51 1f22633acf2c: Layer already exists 08:13:51 58d383105bd2: Layer already exists 08:13:51 fb48b23eeea3: Layer already exists 08:13:51 6e1b678f899a: Layer already exists 08:13:51 dd9c8f8612c8: Layer already exists 08:13:51 c1550102f517: Layer already exists 08:13:52 main: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:13:52 ===================================================== [Pipeline] echo 08:13:52 taggedImages: 08:13:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:13:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 08:13:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:13:52 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 08:13:52 f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:52 latest 08:13:52 4.1.0-dev.29 08:13:52 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:13:52 main 08:13:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:13:52 591d25b0b439: Preparing 08:13:52 df38fd568461: Preparing 08:13:52 db20f4ef03d4: Preparing 08:13:52 58d383105bd2: Preparing 08:13:52 b3df490c0b88: Preparing 08:13:52 7b01a2134b6a: Preparing 08:13:52 dd9c8f8612c8: Preparing 08:13:52 7b01a2134b6a: Waiting 08:13:52 dd9c8f8612c8: Waiting 08:13:53 db20f4ef03d4: Layer already exists 08:13:53 58d383105bd2: Layer already exists 08:13:53 dd9c8f8612c8: Layer already exists 08:13:53 b3df490c0b88: Pushed 08:13:53 591d25b0b439: Pushed 08:13:54 7b01a2134b6a: Pushed 08:14:01 df38fd568461: Pushed 08:14:01 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:14:02 591d25b0b439: Preparing 08:14:02 df38fd568461: Preparing 08:14:02 db20f4ef03d4: Preparing 08:14:02 58d383105bd2: Preparing 08:14:02 b3df490c0b88: Preparing 08:14:02 7b01a2134b6a: Preparing 08:14:02 dd9c8f8612c8: Preparing 08:14:02 7b01a2134b6a: Waiting 08:14:02 dd9c8f8612c8: Waiting 08:14:02 df38fd568461: Layer already exists 08:14:02 b3df490c0b88: Layer already exists 08:14:02 58d383105bd2: Layer already exists 08:14:02 591d25b0b439: Layer already exists 08:14:02 db20f4ef03d4: Layer already exists 08:14:02 7b01a2134b6a: Layer already exists 08:14:02 dd9c8f8612c8: Layer already exists 08:14:02 latest: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 08:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:14:02 591d25b0b439: Preparing 08:14:02 df38fd568461: Preparing 08:14:02 db20f4ef03d4: Preparing 08:14:02 58d383105bd2: Preparing 08:14:02 b3df490c0b88: Preparing 08:14:02 7b01a2134b6a: Preparing 08:14:02 dd9c8f8612c8: Preparing 08:14:02 7b01a2134b6a: Waiting 08:14:02 df38fd568461: Layer already exists 08:14:02 591d25b0b439: Layer already exists 08:14:02 b3df490c0b88: Layer already exists 08:14:02 58d383105bd2: Layer already exists 08:14:02 db20f4ef03d4: Layer already exists 08:14:02 7b01a2134b6a: Layer already exists 08:14:02 dd9c8f8612c8: Layer already exists 08:14:02 4.1.0-dev.29: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:14:03 591d25b0b439: Preparing 08:14:03 df38fd568461: Preparing 08:14:03 db20f4ef03d4: Preparing 08:14:03 58d383105bd2: Preparing 08:14:03 b3df490c0b88: Preparing 08:14:03 7b01a2134b6a: Preparing 08:14:03 dd9c8f8612c8: Preparing 08:14:03 7b01a2134b6a: Waiting 08:14:03 dd9c8f8612c8: Waiting 08:14:03 591d25b0b439: Layer already exists 08:14:03 58d383105bd2: Layer already exists 08:14:03 b3df490c0b88: Layer already exists 08:14:03 db20f4ef03d4: Layer already exists 08:14:03 df38fd568461: Layer already exists 08:14:03 dd9c8f8612c8: Layer already exists 08:14:03 7b01a2134b6a: Layer already exists 08:14:03 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 08:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:14:04 591d25b0b439: Preparing 08:14:04 df38fd568461: Preparing 08:14:04 db20f4ef03d4: Preparing 08:14:04 58d383105bd2: Preparing 08:14:04 b3df490c0b88: Preparing 08:14:04 7b01a2134b6a: Preparing 08:14:04 dd9c8f8612c8: Preparing 08:14:04 7b01a2134b6a: Waiting 08:14:04 dd9c8f8612c8: Waiting 08:14:04 591d25b0b439: Layer already exists 08:14:04 df38fd568461: Layer already exists 08:14:04 58d383105bd2: Layer already exists 08:14:04 db20f4ef03d4: Layer already exists 08:14:04 b3df490c0b88: Layer already exists 08:14:04 dd9c8f8612c8: Layer already exists 08:14:04 7b01a2134b6a: Layer already exists 08:14:04 main: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:14:04 ===================================================== [Pipeline] echo 08:14:04 taggedImages: 08:14:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:14:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:14:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 08:14:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:14:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:14:04 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 08:14:04 f033e20b3640116aa1b2e2b592720d3ba5445808 08:14:04 latest 08:14:04 4.1.0-dev.29 08:14:04 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:14:04 main 08:14:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:05 fc7249ca18d2: Preparing 08:14:05 408fd01ea0f3: Preparing 08:14:05 db20f4ef03d4: Preparing 08:14:05 58d383105bd2: Preparing 08:14:05 d34898888c88: Preparing 08:14:05 415f363beaed: Preparing 08:14:05 dd9c8f8612c8: Preparing 08:14:05 415f363beaed: Waiting 08:14:05 dd9c8f8612c8: Waiting 08:14:05 58d383105bd2: Layer already exists 08:14:05 db20f4ef03d4: Layer already exists 08:14:05 dd9c8f8612c8: Layer already exists 08:14:05 d34898888c88: Pushed 08:14:05 fc7249ca18d2: Pushed 08:14:06 415f363beaed: Pushed 08:14:14 408fd01ea0f3: Pushed 08:14:14 f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:15 fc7249ca18d2: Preparing 08:14:15 408fd01ea0f3: Preparing 08:14:15 db20f4ef03d4: Preparing 08:14:15 58d383105bd2: Preparing 08:14:15 d34898888c88: Preparing 08:14:15 415f363beaed: Preparing 08:14:15 dd9c8f8612c8: Preparing 08:14:15 415f363beaed: Waiting 08:14:15 dd9c8f8612c8: Waiting 08:14:15 408fd01ea0f3: Layer already exists 08:14:15 db20f4ef03d4: Layer already exists 08:14:15 d34898888c88: Layer already exists 08:14:15 fc7249ca18d2: Layer already exists 08:14:15 58d383105bd2: Layer already exists 08:14:15 dd9c8f8612c8: Layer already exists 08:14:15 415f363beaed: Layer already exists 08:14:15 latest: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 08:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:16 fc7249ca18d2: Preparing 08:14:16 408fd01ea0f3: Preparing 08:14:16 db20f4ef03d4: Preparing 08:14:16 58d383105bd2: Preparing 08:14:16 d34898888c88: Preparing 08:14:16 415f363beaed: Preparing 08:14:16 dd9c8f8612c8: Preparing 08:14:16 415f363beaed: Waiting 08:14:16 dd9c8f8612c8: Waiting 08:14:16 408fd01ea0f3: Layer already exists 08:14:16 58d383105bd2: Layer already exists 08:14:16 db20f4ef03d4: Layer already exists 08:14:16 d34898888c88: Layer already exists 08:14:16 fc7249ca18d2: Layer already exists 08:14:16 dd9c8f8612c8: Layer already exists 08:14:16 415f363beaed: Layer already exists 08:14:16 4.1.0-dev.29: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:17 fc7249ca18d2: Preparing 08:14:17 408fd01ea0f3: Preparing 08:14:17 db20f4ef03d4: Preparing 08:14:17 58d383105bd2: Preparing 08:14:17 d34898888c88: Preparing 08:14:17 415f363beaed: Preparing 08:14:17 dd9c8f8612c8: Preparing 08:14:17 415f363beaed: Waiting 08:14:17 dd9c8f8612c8: Waiting 08:14:17 fc7249ca18d2: Layer already exists 08:14:17 d34898888c88: Layer already exists 08:14:17 db20f4ef03d4: Layer already exists 08:14:17 58d383105bd2: Layer already exists 08:14:17 408fd01ea0f3: Layer already exists 08:14:17 dd9c8f8612c8: Layer already exists 08:14:17 415f363beaed: Layer already exists 08:14:17 f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:17 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 08:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:17 fc7249ca18d2: Preparing 08:14:17 408fd01ea0f3: Preparing 08:14:17 db20f4ef03d4: Preparing 08:14:17 58d383105bd2: Preparing 08:14:17 d34898888c88: Preparing 08:14:17 415f363beaed: Preparing 08:14:17 dd9c8f8612c8: Preparing 08:14:17 415f363beaed: Waiting 08:14:17 dd9c8f8612c8: Waiting 08:14:17 fc7249ca18d2: Layer already exists 08:14:17 d34898888c88: Layer already exists 08:14:17 408fd01ea0f3: Layer already exists 08:14:17 58d383105bd2: Layer already exists 08:14:17 db20f4ef03d4: Layer already exists 08:14:17 415f363beaed: Layer already exists 08:14:17 dd9c8f8612c8: Layer already exists 08:14:17 main: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:14:18 ===================================================== [Pipeline] echo 08:14:18 taggedImages: 08:14:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 08:14:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:14:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 08:14:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 08:14:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 [Pipeline] echo 08:14:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo 08:14:19 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 08:14:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:14:19 08:14:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:14:19 arm64: Pulling from edgex-lftools-log-publisher 08:14:19 8998bd30e6a1: Pulling fs layer 08:14:19 04944245beec: Pulling fs layer 08:14:19 699f458cf7ca: Pulling fs layer 08:14:19 765212b225bb: Pulling fs layer 08:14:19 f23df028b6ca: Pulling fs layer 08:14:19 d65c8cfc05b1: Pulling fs layer 08:14:19 2437ff75d9bd: Pulling fs layer 08:14:19 f23df028b6ca: Waiting 08:14:19 d65c8cfc05b1: Waiting 08:14:19 2437ff75d9bd: Waiting 08:14:19 765212b225bb: Waiting 08:14:20 04944245beec: Verifying Checksum 08:14:20 04944245beec: Download complete 08:14:20 765212b225bb: Verifying Checksum 08:14:20 765212b225bb: Download complete 08:14:20 f23df028b6ca: Verifying Checksum 08:14:20 f23df028b6ca: Download complete 08:14:20 d65c8cfc05b1: Verifying Checksum 08:14:20 d65c8cfc05b1: Download complete 08:14:20 699f458cf7ca: Verifying Checksum 08:14:20 699f458cf7ca: Download complete 08:14:20 8998bd30e6a1: Verifying Checksum 08:14:20 8998bd30e6a1: Download complete 08:14:23 2437ff75d9bd: Verifying Checksum 08:14:23 2437ff75d9bd: Download complete 08:14:25 8998bd30e6a1: Pull complete 08:14:25 04944245beec: Pull complete 08:14:27 699f458cf7ca: Pull complete 08:14:27 765212b225bb: Pull complete 08:14:28 f23df028b6ca: Pull complete 08:14:28 d65c8cfc05b1: Pull complete 08:14:46 2437ff75d9bd: Pull complete 08:14:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:14:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:14:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:14:47 prd-ubuntu20.04-docker-arm64-4c-16g-4111 does not seem to be running inside a container 08:14:47 $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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 08:14:49 $ docker top 289cc81d39b69548ad863025a0cb918a6ab948ffa091dca9ad7507dc69e45fd7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:14:50 ---> job-cost.sh 08:14:50 lf-activate-venv: SKIPPING 08:14:50 INFO: No Stack... 08:14:50 INFO: Retrieving Pricing Info for: v3-standard-4 08:14:51 INFO: Archiving Costs [Pipeline] sh 08:14:51 + cat /w/workspace/edgex-go/861/archives/cost.csv 08:14:51 + cut -d, -f6 [Pipeline] lock 08:14:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-861-stack-cost] 08:14:51 Resource [jenkins-edgexfoundry-edgex-go-main-861-stack-cost] did not exist. Created. 08:14:51 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-861-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:14:52 + echo total: 0.10999999940395355 [Pipeline] stash 08:14:53 Stashed 1 file(s) [Pipeline] } 08:14:53 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-861-stack-cost] [Pipeline] // lock [Pipeline] } 08:14:53 $ docker stop --time=1 289cc81d39b69548ad863025a0cb918a6ab948ffa091dca9ad7507dc69e45fd7 08:14:54 $ docker rm -f --volumes 289cc81d39b69548ad863025a0cb918a6ab948ffa091dca9ad7507dc69e45fd7 [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 08:14:55 provisioning config files... 08:14:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/861@tmp/config13687438649510065796tmp [Pipeline] { [Pipeline] sh 08:14:55 + set +x 08:14:55 + curl -s https://codecov.io/bash 08:14:55 + bash -s -- 08:14:55 08:14:55 _____ _ 08:14:55 / ____| | | 08:14:55 | | ___ __| | ___ ___ _____ __ 08:14:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:14:55 | |___| (_) | (_| | __/ (_| (_) \ V / 08:14:55 \_____\___/ \__,_|\___|\___\___/ \_/ 08:14:55 Bash-1.0.6 08:14:55 08:14:55 08:14:55 ==> git version 2.25.1 found 08:14:55 ==> 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 08:14:55 Release-Date: 2020-01-08 08:14:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:14:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:14:55 ==> Jenkins CI detected. 08:14:55 current dir:  /w/workspace/edgex-go/861 08:14:55 project root: . 08:14:55 --> token set from env 08:14:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:14:55 ==> Running gcov in . (disable via -X gcov) 08:14:55 ==> Python coveragepy not found 08:14:55 ==> Searching for coverage reports in: 08:14:55 + . 08:14:55 -> Found 1 reports 08:14:55 ==> Detecting git/mercurial file structure 08:14:55 ==> Reading reports 08:14:55 + ./coverage.out bytes=1666972 08:14:55 ==> Appending adjustments 08:14:55 https://docs.codecov.io/docs/fixing-reports 08:14:57 + Found adjustments 08:14:57 ==> Gzipping contents 08:14:57 140K /tmp/codecov.RjPgSP.gz 08:14:57 ==> Uploading reports 08:14:57 url: https://codecov.io 08:14:57 query: branch=main&commit=f033e20b3640116aa1b2e2b592720d3ba5445808&build=861&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F861%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:14:57 -> Pinging Codecov 08:14:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f033e20b3640116aa1b2e2b592720d3ba5445808&build=861&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F861%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:14:57 -> Uploading to 08:14:57 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/f033e20b3640116aa1b2e2b592720d3ba5445808/b6ffa399-d986-4de4-a599-85e7a4598ebc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250627%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250627T081457Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=850c83e9589dac1aa644e409e5937391e6da0ca63b8af75d27c9e9adc4514a5e 08:14:57 % Total % Received % Xferd Average Speed Time Time Time Current 08:14:57 Dload Upload Total Spent Left Speed 08:14:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 317k --:--:-- --:--:-- --:--:-- 317k 08:14:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } 08:14:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:14:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:14:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:14:58 08:14:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:14:58 latest: Pulling from edgex-devops/edgex-snyk-go 08:14:58 0a9a5dfd008f: Already exists 08:14:58 36466aa92d05: Already exists 08:14:58 e10405b45d13: Already exists 08:14:58 096b7ceb2af7: Already exists 08:14:58 4f4fb700ef54: Already exists 08:14:58 e50aa161e22a: Pulling fs layer 08:14:58 d3c8db5fb9df: Pulling fs layer 08:14:59 e50aa161e22a: Verifying Checksum 08:14:59 e50aa161e22a: Download complete 08:14:59 e50aa161e22a: Pull complete 08:14:59 d3c8db5fb9df: Verifying Checksum 08:14:59 d3c8db5fb9df: Download complete 08:15:03 d3c8db5fb9df: Pull complete 08:15:03 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 08:15:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:15:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:15:03 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 08:15:03 $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 08:15:06 $ docker top d3710ac9ac03b4e0814f2f5078df8e4292ee529b52e5e8d6eb14a0d8990d4f6d -eo pid,comm [Pipeline] { [Pipeline] sh 08:15:06 + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] echo 08:15:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 08:15:07 + set -o pipefail 08:15:07 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 08:15:22 08:15:22 Monitoring /w/workspace/edgex-go/861 (github.com/edgexfoundry/edgex-go)... 08:15:22 08:15:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/dbbb1967-949a-4116-b147-74152e42dfa9 08:15:22 08:15:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:15:22 [Pipeline] } 08:15:22 $ docker stop --time=1 d3710ac9ac03b4e0814f2f5078df8e4292ee529b52e5e8d6eb14a0d8990d4f6d 08:15:33 $ docker rm -f --volumes d3710ac9ac03b4e0814f2f5078df8e4292ee529b52e5e8d6eb14a0d8990d4f6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:15:34 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:15:34 provisioning config files... 08:15:34 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/861@tmp/config15503783964547101686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:34 --> edgex-publish-swagger.sh 08:15:34 === Publish openapi API === 08:15:34 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 08:15:34 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/861/openapi/core-command.yaml] 08:15:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:34 Dload Upload Total Spent Left Speed 08:15:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 210 104k --:--:-- --:--:-- --:--:-- 104k 08:15:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:34 08:15:34 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/861/openapi/core-data.yaml] 08:15:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:34 Dload Upload Total Spent Left Speed 08:15:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 246 255k --:--:-- --:--:-- --:--:-- 256k 08:15:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:34 08:15:34 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/861/openapi/core-keeper.yaml] 08:15:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:34 Dload Upload Total Spent Left Speed 08:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 351 157k --:--:-- --:--:-- --:--:-- 157k 08:15:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:35 08:15:35 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/861/openapi/core-metadata.yaml] 08:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:35 Dload Upload Total Spent Left Speed 08:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 772k --:--:-- --:--:-- --:--:-- 768k 100 156k 100 66 100 156k 323 768k --:--:-- --:--:-- --:--:-- 765k 08:15:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:35 08:15:35 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/861/openapi/security-proxy-auth.yaml] 08:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:35 Dload Upload Total Spent Left Speed 08:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 488 177k --:--:-- --:--:-- --:--:-- 178k 08:15:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:35 08:15:35 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/861/openapi/security-secretstore-setup.yaml] 08:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:35 Dload Upload Total Spent Left Speed 08:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 312 18545 --:--:-- --:--:-- --:--:-- 18857 08:15:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:35 08:15:35 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/861/openapi/support-notifications.yaml] 08:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:35 Dload Upload Total Spent Left Speed 08:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 407 602k --:--:-- --:--:-- --:--:-- 603k 08:15:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:35 08:15:35 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/861/openapi/support-scheduler.yaml] 08:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:15:35 Dload Upload Total Spent Left Speed 08:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 478 358k --:--:-- --:--:-- --:--:-- 359k 08:15:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:15:35 [Pipeline] } 08:15:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 08:15:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:15:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:15:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:15:36 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 08:15:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:15:39 $ docker top 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a -eo pid,comm 08:15:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:15:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:15:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:15:39 [ssh-agent] Looking for ssh-agent implementation... 08:15:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:15:39 $ docker exec 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a ssh-agent 08:15:39 SSH_AUTH_SOCK=/tmp/ssh-Yo8Oxr8YGgei/agent.14 08:15:39 SSH_AGENT_PID=21 08:15:39 Running ssh-add (command line suppressed) 08:15:39 Identity added: /w/workspace/edgex-go/861@tmp/private_key_728727643826028225.key (/w/workspace/edgex-go/861@tmp/private_key_728727643826028225.key) 08:15:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:15:40 + git semver tag 08:15:40 2025-06-27 08:15:40,349 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:15:40 2025-06-27 08:15:40,395 [run_tag] DEBUG tag force:False 08:15:40 2025-06-27 08:15:40,395 [check_head_tag] DEBUG check head tag 08:15:40 2025-06-27 08:15:40,397 [execute] INFO git cat-file --batch-check 08:15:40 2025-06-27 08:15:40,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/861, stdin=, shell=False, universal_newlines=False) 08:15:40 2025-06-27 08:15:40,400 [execute] INFO git cat-file --batch 08:15:40 2025-06-27 08:15:40,400 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/861, stdin=, shell=False, universal_newlines=False) 08:15:40 2025-06-27 08:15:40,416 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 08:15:40 2025-06-27 08:15:40,440 [execute] INFO git tag -a v4.1.0-dev.29 -m v4.1.0-dev.29 08:15:40 2025-06-27 08:15:40,441 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.29', '-m', 'v4.1.0-dev.29'], cwd=/w/workspace/edgex-go/861, stdin=None, shell=False, universal_newlines=False) 08:15:40 2025-06-27 08:15:40,444 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 08:15:40 4.1.0-dev.29 [Pipeline] } 08:15:40 $ docker exec --env ******** --env ******** 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a ssh-agent -k 08:15:40 unset SSH_AUTH_SOCK; 08:15:40 unset SSH_AGENT_PID; 08:15:40 echo Agent pid 21 killed; 08:15:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:15:41 + git semver [Pipeline] } 08:15:41 $ docker stop --time=1 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a 08:15:44 $ docker rm -f --volumes 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:15:45 08:15:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:15:46 0.23.1-centos7: Pulling from edgex-lftools 08:15:46 ab5ef0e58194: Pulling fs layer 08:15:46 9712f1f96733: Pulling fs layer 08:15:46 63f879dbbcfc: Pulling fs layer 08:15:46 0d9ebad4ef96: Pulling fs layer 08:15:46 e9a5061849ea: Pulling fs layer 08:15:46 d747dcd14b5f: Pulling fs layer 08:15:46 2de7ff778b66: Pulling fs layer 08:15:46 0d9ebad4ef96: Waiting 08:15:46 d747dcd14b5f: Waiting 08:15:46 2de7ff778b66: Waiting 08:15:46 9712f1f96733: Verifying Checksum 08:15:46 9712f1f96733: Download complete 08:15:47 63f879dbbcfc: Verifying Checksum 08:15:47 63f879dbbcfc: Download complete 08:15:47 e9a5061849ea: Verifying Checksum 08:15:47 e9a5061849ea: Download complete 08:15:47 d747dcd14b5f: Verifying Checksum 08:15:47 d747dcd14b5f: Download complete 08:15:47 ab5ef0e58194: Verifying Checksum 08:15:47 ab5ef0e58194: Download complete 08:15:47 2de7ff778b66: Verifying Checksum 08:15:47 2de7ff778b66: Download complete 08:15:47 0d9ebad4ef96: Verifying Checksum 08:15:47 0d9ebad4ef96: Download complete 08:15:50 ab5ef0e58194: Pull complete 08:15:51 9712f1f96733: Pull complete 08:15:52 63f879dbbcfc: Pull complete 08:15:57 0d9ebad4ef96: Pull complete 08:15:57 e9a5061849ea: Pull complete 08:15:58 d747dcd14b5f: Pull complete 08:16:00 2de7ff778b66: Pull complete 08:16:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:16:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:16:01 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 08:16:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:16:22 $ docker top e09c91f7b34ae678eb5f0dc4700aa74a37ccb83c9d0868cbddb4e23f67d72598 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:16:23 provisioning config files... 08:16:23 copy managed file [sigul-config] to file:/w/workspace/edgex-go/861@tmp/config11956781666579909925tmp 08:16:23 copy managed file [sigul-password] to file:/w/workspace/edgex-go/861@tmp/config5772922077836273513tmp 08:16:23 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/861@tmp/config14908140536892680418tmp [Pipeline] { [Pipeline] echo 08:16:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:16:23 ---> sigul-configuration.sh 08:16:23 gpg: directory `/root/.gnupg' created 08:16:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:16:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:16:23 gpg: keyring `/root/.gnupg/secring.gpg' created 08:16:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:16:23 gpg: CAST5 encrypted data 08:16:23 gpg: encrypted with 1 passphrase 08:16:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:16:23 + mkdir /home/jenkins 08:16:23 + mkdir /home/jenkins/sigul [Pipeline] sh 08:16:23 + 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 08:16:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:16:24 ---> sigul-install.sh 08:16:24 Sigul already installed; skipping installation. [Pipeline] sh 08:16:24 + git tag --list 08:16:24 0.6.0 08:16:24 0.6.1 08:16:24 0.7.0 08:16:24 0.7.1 08:16:24 v1.0.0 08:16:24 v1.0.1 08:16:24 v1.1.0 08:16:24 v1.2.0 08:16:24 v1.2.1 08:16:24 v1.3.0 08:16:24 v1.3.1 08:16:24 v2.0.0 08:16:24 v2.1.0 08:16:24 v2.1.1 08:16:24 v2.2.0 08:16:24 v2.3.0 08:16:24 v3.0 08:16:24 v3.0.0 08:16:24 v3.1 08:16:24 v3.1.0 08:16:24 v3.1.1 08:16:24 v4.0 08:16:24 v4.0.0 08:16:24 v4.0.1 08:16:24 v4.0.1-dev.1 08:16:24 v4.1.0-dev.1 08:16:24 v4.1.0-dev.10 08:16:24 v4.1.0-dev.11 08:16:24 v4.1.0-dev.12 08:16:24 v4.1.0-dev.13 08:16:24 v4.1.0-dev.14 08:16:24 v4.1.0-dev.15 08:16:24 v4.1.0-dev.16 08:16:24 v4.1.0-dev.17 08:16:24 v4.1.0-dev.18 08:16:24 v4.1.0-dev.19 08:16:24 v4.1.0-dev.2 08:16:24 v4.1.0-dev.20 08:16:24 v4.1.0-dev.21 08:16:24 v4.1.0-dev.22 08:16:24 v4.1.0-dev.23 08:16:24 v4.1.0-dev.24 08:16:24 v4.1.0-dev.25 08:16:24 v4.1.0-dev.26 08:16:24 v4.1.0-dev.27 08:16:24 v4.1.0-dev.28 08:16:24 v4.1.0-dev.29 08:16:24 v4.1.0-dev.3 08:16:24 v4.1.0-dev.4 08:16:24 v4.1.0-dev.5 08:16:24 v4.1.0-dev.6 08:16:24 v4.1.0-dev.7 08:16:24 v4.1.0-dev.8 08:16:24 v4.1.0-dev.9 [Pipeline] sh 08:16:24 + lftools sign git-tag v4.1.0-dev.29 08:16:25 Signing Git tag with Sigul... 08:16:25 Signing v4.1.0-dev.29 [Pipeline] echo 08:16:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:16:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:16:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:16:26 $ docker stop --time=1 e09c91f7b34ae678eb5f0dc4700aa74a37ccb83c9d0868cbddb4e23f67d72598 08:16:29 $ docker rm -f --volumes e09c91f7b34ae678eb5f0dc4700aa74a37ccb83c9d0868cbddb4e23f67d72598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:16:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:16:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:16:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:16:30 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 08:16:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:16:33 $ docker top 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de -eo pid,comm 08:16:33 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:16:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:16:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:33 [ssh-agent] Looking for ssh-agent implementation... 08:16:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:33 $ docker exec 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de ssh-agent 08:16:33 SSH_AUTH_SOCK=/tmp/ssh-wN0TzyHA8M9x/agent.14 08:16:33 SSH_AGENT_PID=20 08:16:33 Running ssh-add (command line suppressed) 08:16:33 Identity added: /w/workspace/edgex-go/861@tmp/private_key_12131959620525383094.key (/w/workspace/edgex-go/861@tmp/private_key_12131959620525383094.key) 08:16:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:34 + git semver bump pre 08:16:34 2025-06-27 08:16:34,440 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:16:34 2025-06-27 08:16:34,549 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 08:16:34 2025-06-27 08:16:34,550 [bump_version] DEBUG bumping version:4.1.0-dev.29 on axis:pre with prefix:dev 08:16:34 2025-06-27 08:16:34,550 [bump_version] DEBUG bumped version:4.1.0-dev.30 08:16:34 2025-06-27 08:16:34,550 [write_version] DEBUG write version:4.1.0-dev.30 to path:/w/workspace/edgex-go/861/.semver/main with force:True 08:16:34 2025-06-27 08:16:34,550 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 08:16:34 2025-06-27 08:16:34,550 [write_file] DEBUG write to file:/w/workspace/edgex-go/861/.semver/main 08:16:34 2025-06-27 08:16:34,553 [execute] INFO git cat-file --batch-check 08:16:34 2025-06-27 08:16:34,553 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/861/.semver, stdin=, shell=False, universal_newlines=False) 08:16:34 2025-06-27 08:16:34,557 [execute] INFO git cat-file --batch 08:16:34 2025-06-27 08:16:34,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/861/.semver, stdin=, shell=False, universal_newlines=False) 08:16:34 2025-06-27 08:16:34,560 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 08:16:34 4.1.0-dev.30 [Pipeline] } 08:16:34 $ docker exec --env ******** --env ******** 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de ssh-agent -k 08:16:34 unset SSH_AUTH_SOCK; 08:16:34 unset SSH_AGENT_PID; 08:16:34 echo Agent pid 20 killed; 08:16:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:16:35 + git semver [Pipeline] } 08:16:35 $ docker stop --time=1 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de 08:16:39 $ docker rm -f --volumes 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de [Pipeline] // withDockerContainer [Pipeline] sh 08:16:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:16:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:16:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:16:40 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 08:16:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:16:43 $ docker top 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 -eo pid,comm 08:16:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:16:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:16:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:43 [ssh-agent] Looking for ssh-agent implementation... 08:16:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:43 $ docker exec 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 ssh-agent 08:16:43 SSH_AUTH_SOCK=/tmp/ssh-RzmsFIXfgOc1/agent.14 08:16:43 SSH_AGENT_PID=20 08:16:43 Running ssh-add (command line suppressed) 08:16:44 Identity added: /w/workspace/edgex-go/861@tmp/private_key_4428069416302310242.key (/w/workspace/edgex-go/861@tmp/private_key_4428069416302310242.key) 08:16:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:44 + git semver push 08:16:44 2025-06-27 08:16:44,762 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:16:44 2025-06-27 08:16:44,807 [run_push] DEBUG push 08:16:44 2025-06-27 08:16:44,808 [execute] INFO git cat-file --batch-check 08:16:44 2025-06-27 08:16:44,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/861/.semver, stdin=, shell=False, universal_newlines=False) 08:16:44 2025-06-27 08:16:44,811 [execute] INFO git rev-list a8b848be8ffd6f79329c57217c98cebbc1b572d3 -- 08:16:44 2025-06-27 08:16:44,811 [execute] DEBUG Popen(['git', 'rev-list', 'a8b848be8ffd6f79329c57217c98cebbc1b572d3', '--'], cwd=/w/workspace/edgex-go/861/.semver, stdin=None, shell=False, universal_newlines=False) 08:16:44 2025-06-27 08:16:44,828 [execute] INFO git fetch -v -- origin 08:16:44 2025-06-27 08:16:44,828 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/861/.semver, stdin=None, shell=False, universal_newlines=True) 08:16:45 2025-06-27 08:16:45,318 [run_push] DEBUG no remote changes detected 08:16:45 2025-06-27 08:16:45,318 [execute] INFO git push origin semver 08:16:45 2025-06-27 08:16:45,318 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/861/.semver, stdin=None, shell=False, universal_newlines=False) 08:16:46 2025-06-27 08:16:46,134 [run_push] DEBUG push all version tags 08:16:46 2025-06-27 08:16:46,135 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:16:46 2025-06-27 08:16:46,135 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/861, stdin=None, shell=False, universal_newlines=False) 08:16:47 2025-06-27 08:16:46,899 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main 08:16:47 4.1.0-dev.30 [Pipeline] } 08:16:47 $ docker exec --env ******** --env ******** 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 ssh-agent -k 08:16:47 unset SSH_AUTH_SOCK; 08:16:47 unset SSH_AGENT_PID; 08:16:47 echo Agent pid 20 killed; 08:16:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:16:47 + git semver [Pipeline] } 08:16:48 $ docker stop --time=1 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 08:16:51 $ docker rm -f --volumes 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 [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 08:16:51 + [ -d /w/workspace/edgex-go/861/archives ] [Pipeline] libraryResource [Pipeline] sh 08:16:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:16:53 ---> package-listing.sh 08:16:53 ++ facter osfamily 08:16:53 ++ tr '[:upper:]' '[:lower:]' 08:16:53 + OS_FAMILY=debian 08:16:53 + workspace=/w/workspace/edgex-go/861 08:16:53 + START_PACKAGES=/tmp/packages_start.txt 08:16:53 + END_PACKAGES=/tmp/packages_end.txt 08:16:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:16:53 + PACKAGES=/tmp/packages_start.txt 08:16:53 + '[' /w/workspace/edgex-go/861 ']' 08:16:53 + PACKAGES=/tmp/packages_end.txt 08:16:53 + case "${OS_FAMILY}" in 08:16:53 + dpkg -l 08:16:53 + grep '^ii' 08:16:53 + '[' -f /tmp/packages_start.txt ']' 08:16:53 + '[' -f /tmp/packages_end.txt ']' 08:16:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:16:53 + '[' /w/workspace/edgex-go/861 ']' 08:16:53 + mkdir -p /w/workspace/edgex-go/861/archives/ 08:16:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/861/archives/ [Pipeline] echo 08:16:53 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/861/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:16:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:16:53 08:16:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:16:55 latest: Pulling from edgex-lftools-log-publisher 08:16:55 5eb5b503b376: Pulling fs layer 08:16:55 5c69ac0246d0: Pulling fs layer 08:16:55 ec43610c2a17: Pulling fs layer 08:16:55 3a2ae6a8a46f: Pulling fs layer 08:16:55 33b1e0a273af: Pulling fs layer 08:16:55 5d3b04190fa2: Pulling fs layer 08:16:55 2f39f015ded8: Pulling fs layer 08:16:55 33b1e0a273af: Waiting 08:16:55 5d3b04190fa2: Waiting 08:16:55 2f39f015ded8: Waiting 08:16:55 3a2ae6a8a46f: Waiting 08:16:55 5c69ac0246d0: Verifying Checksum 08:16:55 5c69ac0246d0: Download complete 08:16:55 3a2ae6a8a46f: Verifying Checksum 08:16:55 3a2ae6a8a46f: Download complete 08:16:55 33b1e0a273af: Verifying Checksum 08:16:55 33b1e0a273af: Download complete 08:16:55 ec43610c2a17: Verifying Checksum 08:16:55 ec43610c2a17: Download complete 08:16:55 5d3b04190fa2: Verifying Checksum 08:16:55 5d3b04190fa2: Download complete 08:16:55 5eb5b503b376: Verifying Checksum 08:16:55 5eb5b503b376: Download complete 08:16:55 2f39f015ded8: Download complete 08:16:56 5eb5b503b376: Pull complete 08:16:57 5c69ac0246d0: Pull complete 08:16:59 ec43610c2a17: Pull complete 08:16:59 3a2ae6a8a46f: Pull complete 08:17:00 33b1e0a273af: Pull complete 08:17:00 5d3b04190fa2: Pull complete 08:17:04 2f39f015ded8: Pull complete 08:17:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:17:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:17:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:17:04 prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container 08:17:04 $ 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/861/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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:17:12 $ docker top cb3ba5377f6862ff9f004419aab71e2ed588ba5eac60bb89bd5a05a073aca88e -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:12 + touch /tmp/pre-build-complete [Pipeline] sh 08:17:12 + mkdir -p /var/log/sysstat [Pipeline] sh 08:17:13 + ls /var/log/sa-host 08:17:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:17:13 provisioning config files... 08:17:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/861@tmp/config15558965692768943839tmp [Pipeline] { [Pipeline] echo 08:17:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:17:13 ---> create-netrc.sh [Pipeline] } 08:17:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:17:14 ---> python-tools-install.sh [Pipeline] echo 08:17:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:17:14 ---> sudo-logs.sh 08:17:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:17:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:17:14 ---> job-cost.sh 08:17:14 lf-activate-venv: SKIPPING 08:17:14 DEBUG: total: 0.10999999940395355 08:17:14 INFO: Retrieving Stack Cost... 08:17:14 INFO: Retrieving Pricing Info for: v3-standard-8 08:17:15 INFO: Archiving Costs [Pipeline] echo 08:17:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:17:15 ---> logs-deploy.sh 08:17:15 lf-activate-venv: SKIPPING 08:17:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/861 08:17:15 INFO: archiving workspace using pattern(s): 08:17:16 Archives upload complete. 08:17:16 INFO: archiving logs to Nexus 08:17:17 ---> uname -a: 08:17:17 Linux prd-ubuntu20-04-docker-8c-8g-4110 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:17:17 08:17:17 08:17:17 ---> lscpu: 08:17:17 Architecture: x86_64 08:17:17 CPU op-mode(s): 32-bit, 64-bit 08:17:17 Byte Order: Little Endian 08:17:17 Address sizes: 40 bits physical, 48 bits virtual 08:17:17 CPU(s): 8 08:17:17 On-line CPU(s) list: 0-7 08:17:17 Thread(s) per core: 1 08:17:17 Core(s) per socket: 1 08:17:17 Socket(s): 8 08:17:17 NUMA node(s): 1 08:17:17 Vendor ID: AuthenticAMD 08:17:17 CPU family: 23 08:17:17 Model: 49 08:17:17 Model name: AMD EPYC-Rome Processor 08:17:17 Stepping: 0 08:17:17 CPU MHz: 2799.998 08:17:17 BogoMIPS: 5599.99 08:17:17 Virtualization: AMD-V 08:17:17 Hypervisor vendor: KVM 08:17:17 Virtualization type: full 08:17:17 L1d cache: 256 KiB 08:17:17 L1i cache: 256 KiB 08:17:17 L2 cache: 4 MiB 08:17:17 L3 cache: 128 MiB 08:17:17 NUMA node0 CPU(s): 0-7 08:17:17 Vulnerability Itlb multihit: Not affected 08:17:17 Vulnerability L1tf: Not affected 08:17:17 Vulnerability Mds: Not affected 08:17:17 Vulnerability Meltdown: Not affected 08:17:17 Vulnerability Mmio stale data: Not affected 08:17:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:17:17 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:17:17 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:17:17 Vulnerability Srbds: Not affected 08:17:17 Vulnerability Tsx async abort: Not affected 08:17:17 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 08:17:17 08:17:17 08:17:17 ---> nproc: 08:17:17 8 08:17:17 08:17:17 08:17:17 ---> df -h: 08:17:17 Filesystem Size Used Avail Use% Mounted on 08:17:17 overlay 155G 30G 125G 20% / 08:17:17 tmpfs 64M 0 64M 0% /dev 08:17:17 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:17:17 shm 64M 0 64M 0% /dev/shm 08:17:17 /dev/vda1 155G 30G 125G 20% /facter-os 08:17:17 08:17:17 08:17:17 ---> sar -b -r -n DEV: 08:17:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4110) 06/27/25 _x86_64_ (8 CPU) 08:17:17 08:17:17 07:26:06 LINUX RESTART (8 CPU) 08:17:17 08:17:17 07:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:17:17 07:28:01 136.54 4.30 132.24 0.00 514.71 56427.93 0.00 08:17:17 07:29:01 117.91 0.08 117.83 0.00 4.00 45713.71 0.00 08:17:17 07:30:01 36.29 0.12 36.18 0.00 0.93 23128.70 0.00 08:17:17 07:31:01 87.42 0.35 87.07 0.00 37.07 56860.67 0.00 08:17:17 07:32:01 523.98 1.22 522.76 0.00 99.70 230204.20 0.00 08:17:17 07:33:01 576.50 10.53 565.97 0.00 86.65 190503.85 0.00 08:17:17 07:34:01 261.53 0.40 261.13 0.00 3.20 71838.72 0.00 08:17:17 07:35:01 430.54 0.07 430.48 0.00 0.53 114510.91 0.00 08:17:17 07:36:01 354.62 0.02 354.60 0.00 0.13 104358.01 0.00 08:17:17 07:37:01 276.32 5.97 270.35 0.00 2588.90 15063.49 0.00 08:17:17 07:38:01 21.63 0.02 21.61 0.00 0.13 544.71 0.00 08:17:17 07:39:01 6.90 0.02 6.88 0.00 4.27 129.05 0.00 08:17:17 07:40:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 08:17:17 07:41:01 2.52 0.02 2.50 0.00 0.13 27.20 0.00 08:17:17 07:42:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 08:17:17 07:43:01 2.08 0.00 2.08 0.00 0.00 26.39 0.00 08:17:17 07:44:01 1.57 0.37 1.20 0.00 11.46 13.60 0.00 08:17:17 07:45:01 2.97 1.23 1.73 0.00 27.60 20.93 0.00 08:17:17 07:46:01 0.88 0.00 0.88 0.00 0.00 9.20 0.00 08:17:17 07:47:01 2.23 0.00 2.23 0.00 0.00 24.40 0.00 08:17:17 07:48:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 08:17:17 07:49:02 1.60 0.00 1.60 0.00 0.00 17.33 0.00 08:17:17 07:50:01 1.17 0.00 1.17 0.00 0.00 12.33 0.00 08:17:17 07:51:01 1.60 0.00 1.60 0.00 0.00 17.33 0.00 08:17:17 07:52:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 08:17:17 07:53:01 1.93 0.00 1.93 0.00 0.00 20.53 0.00 08:17:17 07:54:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 08:17:17 07:55:01 1.62 0.00 1.62 0.00 0.00 17.20 0.00 08:17:17 07:56:01 0.93 0.00 0.93 0.00 0.00 9.60 0.00 08:17:17 07:57:01 1.83 0.00 1.83 0.00 0.00 21.20 0.00 08:17:17 07:58:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 08:17:17 07:59:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 08:17:17 08:00:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 08:17:17 08:01:01 1.58 0.00 1.58 0.00 0.00 16.80 0.00 08:17:17 08:02:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 08:17:17 08:03:01 1.60 0.00 1.60 0.00 0.00 17.60 0.00 08:17:17 08:04:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 08:17:17 08:05:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 08:17:17 08:06:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 08:17:17 08:07:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 08:17:17 08:08:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 08:17:17 08:09:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 08:17:17 08:10:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 08:17:17 08:11:01 1.57 0.00 1.57 0.00 0.00 16.66 0.00 08:17:17 08:12:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 08:17:17 08:13:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 08:17:17 08:14:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 08:17:17 08:15:01 3.27 0.07 3.20 0.00 7.87 128.11 0.00 08:17:17 08:16:01 90.73 0.28 90.45 0.00 6.00 29183.94 0.00 08:17:17 08:17:01 85.69 0.17 85.52 0.00 13.86 22384.80 0.00 08:17:17 Average: 61.23 0.50 60.73 0.00 68.16 19237.55 0.00 08:17:17 08:17:17 07:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:17:17 07:28:01 27884084 31500796 810200 2.46 100492 3700556 2041532 6.02 1207936 3306896 355100 08:17:17 07:29:01 26646728 31369972 933160 2.84 129452 4703956 2312188 6.81 2006344 3662080 703620 08:17:17 07:30:01 26660760 31383348 918888 2.79 134004 4667868 2229672 6.57 1504860 4122736 529020 08:17:17 07:31:01 27251728 31479864 825400 2.51 141428 4223908 1968996 5.80 1370884 3719644 1536 08:17:17 07:32:01 19992200 31136716 1138228 3.46 153304 10891148 3778188 11.13 2332160 9744336 1264 08:17:17 07:33:01 13449452 31374708 905068 2.75 351844 17038204 2491452 7.34 2743688 15448548 917608 08:17:17 07:34:01 7491468 28181440 4028452 12.25 391152 19368500 10752248 31.69 7009680 16644548 1465120 08:17:17 07:35:01 5171148 29141348 3073572 9.35 409512 22506676 8173688 24.09 7486084 18377940 1591308 08:17:17 07:36:01 8523376 31382200 890472 2.71 417024 21616656 2465712 7.27 3159536 19655692 2512 08:17:17 07:37:01 8098436 31407340 844024 2.57 445488 22035512 2241748 6.61 3621372 19596520 496 08:17:17 07:38:01 8115704 31420464 830836 2.53 444724 22032440 2126156 6.27 4117508 19085480 600 08:17:17 07:39:01 8119300 31424188 827000 2.51 444884 22032608 2093472 6.17 4152668 19045212 8 08:17:17 07:40:01 8120212 31425168 825992 2.51 444908 22032616 2093472 6.17 4151100 19045220 8 08:17:17 07:41:01 8128532 31433596 818136 2.49 444960 22032612 2144476 6.32 4142480 19045212 16 08:17:17 07:42:01 8132024 31437216 814652 2.48 444980 22032748 2144476 6.32 4139696 19045336 20 08:17:17 07:43:01 8136712 31441964 810072 2.46 445012 22032756 2144476 6.32 4135332 19045352 12 08:17:17 07:44:01 8132836 31438444 813508 2.47 445044 22033092 2144476 6.32 4142512 19045480 8 08:17:17 07:45:01 8123280 31430676 821128 2.50 445076 22033928 2160544 6.37 4151220 19045692 12 08:17:17 07:46:01 8122980 31430412 821344 2.50 445092 22033928 2160544 6.37 4151172 19045708 48 08:17:17 07:47:01 8122720 31430216 821508 2.50 445140 22033932 2160544 6.37 4150744 19045712 8 08:17:17 07:48:01 8122696 31430216 821464 2.50 445156 22033936 2160544 6.37 4150700 19045716 12 08:17:17 07:49:02 8122644 31430176 821660 2.50 445164 22033940 2160544 6.37 4150712 19045716 8 08:17:17 07:50:01 8122620 31430160 821624 2.50 445184 22033944 2160544 6.37 4150720 19045720 28 08:17:17 07:51:01 8122564 31430140 821596 2.50 445204 22033944 2160544 6.37 4150772 19045720 8 08:17:17 07:52:01 8122136 31429768 821864 2.50 445268 22033936 2160544 6.37 4151188 19045724 8 08:17:17 07:53:01 8122128 31429824 821800 2.50 445308 22033952 2160544 6.37 4150952 19045732 8 08:17:17 07:54:01 8121820 31429544 822004 2.50 445344 22033952 2160544 6.37 4150964 19045732 8 08:17:17 07:55:01 8121956 31429712 821996 2.50 445364 22033956 2160544 6.37 4151004 19045736 8 08:17:17 07:56:01 8121720 31429480 822232 2.50 445368 22033956 2144112 6.32 4150996 19045736 8 08:17:17 07:57:01 8121672 31429468 822184 2.50 445404 22033952 2144112 6.32 4151100 19045744 8 08:17:17 07:58:01 8121656 31429480 822104 2.50 445420 22033968 2144112 6.32 4151044 19045748 16 08:17:17 07:59:01 8121356 31429228 822308 2.50 445452 22033972 2144112 6.32 4151108 19045752 4 08:17:17 08:00:01 8121308 31429188 822388 2.50 445464 22033976 2144112 6.32 4151096 19045756 8 08:17:17 08:01:01 8121140 31429068 822372 2.50 445476 22033976 2144112 6.32 4151156 19045756 8 08:17:17 08:02:01 8121056 31429024 822584 2.50 445516 22033972 2144112 6.32 4151240 19045760 8 08:17:17 08:03:01 8121000 31428988 822544 2.50 445524 22033984 2144112 6.32 4151200 19045764 12 08:17:17 08:04:01 8120976 31428972 822484 2.50 445536 22033984 2127880 6.27 4151204 19045764 8 08:17:17 08:05:01 8120676 31428692 822712 2.50 445544 22033988 2127880 6.27 4151564 19045768 8 08:17:17 08:06:01 8120628 31428668 822672 2.50 445568 22033988 2127880 6.27 4151228 19045768 8 08:17:17 08:07:01 8120548 31428612 822664 2.50 445588 22033996 2127880 6.27 4151324 19045772 32 08:17:17 08:08:01 8120500 31428588 822616 2.50 445620 22034000 2127880 6.27 4151264 19045780 28 08:17:17 08:09:01 8120668 31428788 822580 2.50 445640 22034000 2127880 6.27 4151300 19045780 12 08:17:17 08:10:01 8120652 31428804 822540 2.50 445660 22034004 2144000 6.32 4151340 19045784 28 08:17:17 08:11:01 8120856 31429036 822252 2.50 445684 22034004 2144000 6.32 4151480 19045784 8 08:17:17 08:12:01 8120620 31428936 822256 2.50 445728 22034132 2144000 6.32 4151464 19045892 20 08:17:17 08:13:01 8120604 31429012 822160 2.50 445764 22034140 2144000 6.32 4151460 19045920 8 08:17:17 08:14:01 8120556 31428968 822132 2.50 445776 22034140 2144000 6.32 4151460 19045920 12 08:17:17 08:15:01 7700392 31376960 873932 2.66 445936 22386872 2453792 7.23 4195676 19399960 352820 08:17:17 08:16:01 6965352 31388584 860524 2.62 465960 23036068 2248308 6.63 4208168 20041700 636136 08:17:17 08:17:01 6490916 31358580 889352 2.70 475324 23436344 2438752 7.19 4264584 20421836 404680 08:17:17 Average: 9857142 31307695 947905 2.88 410769 20297212 2497869 7.36 3972529 17577452 139246 08:17:17 08:17:17 07:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:17:17 07:28:01 lo 4.07 4.07 0.40 0.40 0.00 0.00 0.00 0.00 08:17:17 07:28:01 docker0 839.36 825.80 60.81 4633.70 0.00 0.00 0.00 0.00 08:17:17 07:28:01 ens3 1094.30 1006.15 11598.53 103.58 0.00 0.00 0.00 0.00 08:17:17 07:28:01 veth5e1bcb7 248.99 266.99 23.07 1650.44 0.00 0.00 0.00 0.14 08:17:17 07:29:01 vethe48cfb1 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 08:17:17 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:29:01 docker0 0.20 0.42 0.01 0.03 0.00 0.00 0.00 0.00 08:17:17 07:29:01 ens3 42.93 26.98 43.72 15.83 0.00 0.00 0.00 0.00 08:17:17 07:30:01 vethe48cfb1 1.15 1.17 0.10 0.10 0.00 0.00 0.00 0.00 08:17:17 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:30:01 docker0 1.15 1.15 0.09 0.10 0.00 0.00 0.00 0.00 08:17:17 07:30:01 ens3 27.75 20.05 22.86 12.09 0.00 0.00 0.00 0.00 08:17:17 07:31:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 08:17:17 07:31:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:31:01 ens3 102.87 67.57 2223.66 20.65 0.00 0.00 0.00 0.00 08:17:17 07:31:01 veth3ec4cbb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth99a24a4 4.35 5.86 0.42 2.64 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth70429e5 4.40 5.86 0.43 2.64 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth5581ade 2.12 2.55 0.20 1.30 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth890cb92 10.01 14.58 0.67 38.89 0.00 0.00 0.00 0.00 08:17:17 07:32:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 08:17:17 07:32:01 docker0 89.12 168.54 5.66 1394.12 0.00 0.00 0.00 0.00 08:17:17 07:32:01 vethe872c2b 2.08 2.48 0.20 1.30 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth5379355 3.58 4.55 0.34 2.08 0.00 0.00 0.00 0.00 08:17:17 07:32:01 ens3 251.12 149.68 2275.15 165.91 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth3ec4cbb 0.35 1.28 0.03 0.17 0.00 0.00 0.00 0.00 08:17:17 07:32:01 veth8320a47 2.78 3.80 0.20 8.08 0.00 0.00 0.00 0.00 08:17:17 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:33:01 docker0 642.78 872.75 50.22 7423.36 0.00 0.00 0.00 0.00 08:17:17 07:33:01 ens3 894.68 651.99 7436.36 65.12 0.00 0.00 0.00 0.00 08:17:17 07:33:01 veth3ec4cbb 0.12 0.60 0.01 0.04 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth09eba1a 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth6f7130a 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth874f58e 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 08:17:17 07:34:01 vethacd8d52 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 vethe1a67a4 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth93659c8 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 08:17:17 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:34:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth1e00087 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 vethbbe79e6 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 ens3 11.25 5.73 9.32 5.02 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth89cbdd7 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth996b734 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth3ee8dee 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 vethd974802 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:17:17 07:34:01 veth3ec4cbb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth6f7130a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth874f58e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 vethacd8d52 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 vethe1a67a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth93659c8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth1e00087 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 vethbbe79e6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 ens3 5.25 2.70 4.32 2.34 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth89cbdd7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth996b734 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth3ee8dee 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:35:01 veth3ec4cbb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:36:01 ens3 7.40 4.62 6.00 3.43 0.00 0.00 0.00 0.00 08:17:17 07:36:01 veth3ec4cbb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:37:01 lo 53.06 53.06 5.24 5.24 0.00 0.00 0.00 0.00 08:17:17 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:37:01 ens3 618.50 531.29 2515.89 1718.13 0.00 0.00 0.00 0.00 08:17:17 07:38:01 lo 23.86 23.86 2.35 2.35 0.00 0.00 0.00 0.00 08:17:17 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:38:01 ens3 341.38 344.21 127.31 2499.29 0.00 0.00 0.00 0.00 08:17:17 07:39:01 lo 4.67 4.67 0.45 0.45 0.00 0.00 0.00 0.00 08:17:17 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:39:01 ens3 46.78 42.04 26.03 217.63 0.00 0.00 0.00 0.00 08:17:17 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:40:01 ens3 0.30 0.28 0.25 0.21 0.00 0.00 0.00 0.00 08:17:17 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:42:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:17:17 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:43:01 ens3 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:17:17 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:44:01 ens3 0.85 0.58 0.81 0.36 0.00 0.00 0.00 0.00 08:17:17 07:45:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:17:17 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:45:01 ens3 26.20 37.28 5.07 114.84 0.00 0.00 0.00 0.00 08:17:17 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:46:01 ens3 1.58 0.93 0.96 1.13 0.00 0.00 0.00 0.00 08:17:17 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:47:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:17:17 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:49:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:49:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:52:01 ens3 0.23 0.23 0.13 0.07 0.00 0.00 0.00 0.00 08:17:17 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:53:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:17:17 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:57:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 08:17:17 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:58:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 08:17:17 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 07:59:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:01:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:02:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:17:17 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:03:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:17:17 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:04:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 08:17:17 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:05:01 ens3 0.43 0.38 0.26 0.22 0.00 0.00 0.00 0.00 08:17:17 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:07:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:17:17 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:08:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:17:17 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:09:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:12:01 ens3 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 08:17:17 08:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:13:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:17:17 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:15:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 08:17:17 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:17:17 08:15:01 ens3 89.40 50.27 2643.85 9.05 0.00 0.00 0.00 0.00 08:17:17 08:16:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 08:17:17 08:16:01 docker0 88.44 96.60 7.11 866.42 0.00 0.00 0.00 0.00 08:17:17 08:16:01 ens3 243.14 189.32 4083.64 39.04 0.00 0.00 0.00 0.00 08:17:17 08:17:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 08:17:17 08:17:01 docker0 2.10 1.93 0.35 0.74 0.00 0.00 0.00 0.00 08:17:17 08:17:01 ens3 152.87 94.83 2595.71 28.40 0.00 0.00 0.00 0.00 08:17:17 Average: lo 1.90 1.90 0.18 0.18 0.00 0.00 0.00 0.00 08:17:17 Average: docker0 33.28 39.36 2.49 286.46 0.00 0.00 0.00 0.00 08:17:17 Average: ens3 79.28 64.61 712.63 100.49 0.00 0.00 0.00 0.00 08:17:17 08:17:17 08:17:17 ---> sar -P ALL: 08:17:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4110) 06/27/25 _x86_64_ (8 CPU) 08:17:17 08:17:17 07:26:06 LINUX RESTART (8 CPU) 08:17:17 08:17:17 07:27:01 CPU %user %nice %system %iowait %steal %idle 08:17:17 07:28:01 all 7.75 0.00 3.42 3.08 0.07 85.68 08:17:17 07:28:01 0 7.49 0.00 3.95 0.05 0.07 88.44 08:17:17 07:28:01 1 12.35 0.00 3.12 2.94 0.07 81.52 08:17:17 07:28:01 2 6.67 0.00 3.82 9.41 0.05 80.04 08:17:17 07:28:01 3 7.27 0.00 3.54 0.07 0.05 89.07 08:17:17 07:28:01 4 7.03 0.00 3.28 0.15 0.08 89.46 08:17:17 07:28:01 5 7.00 0.00 3.38 0.29 0.07 89.26 08:17:17 07:28:01 6 6.22 0.00 2.90 2.86 0.07 87.95 08:17:17 07:28:01 7 7.93 0.00 3.37 8.89 0.10 79.72 08:17:17 07:29:01 all 38.37 0.00 6.29 1.88 0.11 53.35 08:17:17 07:29:01 0 39.89 0.00 6.43 0.40 0.12 53.16 08:17:17 07:29:01 1 37.08 0.00 6.48 0.07 0.12 56.25 08:17:17 07:29:01 2 39.24 0.00 5.80 0.10 0.12 54.74 08:17:17 07:29:01 3 37.54 0.00 7.01 0.02 0.08 55.35 08:17:17 07:29:01 4 36.89 0.00 6.26 0.24 0.10 56.52 08:17:17 07:29:01 5 38.04 0.00 7.14 12.85 0.14 41.84 08:17:17 07:29:01 6 38.67 0.00 5.45 0.05 0.10 55.72 08:17:17 07:29:01 7 39.60 0.00 5.73 1.38 0.10 53.19 08:17:17 07:30:01 all 50.13 0.00 5.96 1.72 0.09 42.09 08:17:17 07:30:01 0 52.45 0.00 6.00 0.67 0.10 40.78 08:17:17 07:30:01 1 49.05 0.00 6.16 0.00 0.08 44.70 08:17:17 07:30:01 2 49.45 0.00 5.72 1.56 0.08 43.18 08:17:17 07:30:01 3 49.69 0.00 6.05 0.40 0.10 43.76 08:17:17 07:30:01 4 50.90 0.00 5.87 0.32 0.10 42.81 08:17:17 07:30:01 5 49.31 0.00 5.89 7.02 0.08 37.69 08:17:17 07:30:01 6 49.98 0.00 5.93 2.43 0.08 41.57 08:17:17 07:30:01 7 50.21 0.00 6.09 1.39 0.08 42.22 08:17:17 07:31:01 all 31.69 0.00 5.89 1.94 0.10 60.39 08:17:17 07:31:01 0 31.74 0.00 6.32 6.94 0.10 54.90 08:17:17 07:31:01 1 32.42 0.00 6.68 1.65 0.10 59.16 08:17:17 07:31:01 2 32.23 0.00 5.64 0.59 0.10 61.44 08:17:17 07:31:01 3 29.43 0.00 5.36 0.35 0.08 64.77 08:17:17 07:31:01 4 31.18 0.00 5.46 0.69 0.08 62.59 08:17:17 07:31:01 5 30.40 0.00 5.68 3.87 0.12 59.94 08:17:17 07:31:01 6 33.09 0.00 5.54 0.32 0.12 60.93 08:17:17 07:31:01 7 33.00 0.00 6.42 1.08 0.10 59.40 08:17:17 07:32:01 all 17.03 0.00 6.07 28.91 0.08 47.91 08:17:17 07:32:01 0 15.63 0.00 5.91 36.35 0.14 41.98 08:17:17 07:32:01 1 16.58 0.00 5.97 26.07 0.08 51.29 08:17:17 07:32:01 2 16.93 0.00 6.22 13.09 0.07 63.70 08:17:17 07:32:01 3 18.25 0.00 5.51 9.68 0.05 66.51 08:17:17 07:32:01 4 16.26 0.00 6.91 64.99 0.09 11.75 08:17:17 07:32:01 5 18.01 0.00 6.06 30.68 0.07 45.18 08:17:17 07:32:01 6 17.42 0.00 6.08 41.26 0.07 35.17 08:17:17 07:32:01 7 17.11 0.00 5.94 9.48 0.12 67.35 08:17:17 07:33:01 all 7.44 0.00 4.36 13.90 0.08 74.23 08:17:17 07:33:01 0 6.05 0.00 6.46 34.45 0.08 52.95 08:17:17 07:33:01 1 8.17 0.00 4.34 18.71 0.07 68.71 08:17:17 07:33:01 2 7.45 0.00 3.70 24.74 0.07 64.04 08:17:17 07:33:01 3 7.82 0.00 4.38 9.56 0.07 78.18 08:17:17 07:33:01 4 7.44 0.00 3.31 10.46 0.08 78.71 08:17:17 07:33:01 5 7.29 0.00 4.34 6.26 0.10 82.01 08:17:17 07:33:01 6 8.12 0.00 4.29 3.44 0.07 84.08 08:17:17 07:33:01 7 7.19 0.00 4.06 3.67 0.07 85.02 08:17:17 07:34:01 all 77.51 0.00 10.15 3.57 0.12 8.64 08:17:17 07:34:01 0 78.07 0.00 9.60 1.03 0.13 11.16 08:17:17 07:34:01 1 77.99 0.00 9.81 2.82 0.12 9.26 08:17:17 07:34:01 2 77.73 0.00 9.84 10.96 0.15 1.32 08:17:17 07:34:01 3 77.22 0.00 10.71 0.65 0.13 11.28 08:17:17 07:34:01 4 77.49 0.00 10.02 4.87 0.12 7.51 08:17:17 07:34:01 5 77.54 0.00 9.97 6.31 0.10 6.09 08:17:17 07:34:01 6 77.20 0.00 10.55 0.75 0.10 11.40 08:17:17 07:34:01 7 76.88 0.00 10.71 1.22 0.12 11.08 08:17:17 07:35:01 all 90.69 0.00 9.18 0.00 0.13 0.00 08:17:17 07:35:01 0 91.52 0.00 8.37 0.00 0.12 0.00 08:17:17 07:35:01 1 91.11 0.00 8.75 0.00 0.13 0.00 08:17:17 07:35:01 2 90.99 0.00 8.88 0.00 0.13 0.00 08:17:17 07:35:01 3 90.40 0.00 9.47 0.00 0.13 0.00 08:17:17 07:35:01 4 90.74 0.00 9.13 0.00 0.13 0.00 08:17:17 07:35:01 5 90.78 0.00 9.10 0.00 0.12 0.00 08:17:17 07:35:01 6 89.72 0.00 10.16 0.00 0.12 0.00 08:17:17 07:35:01 7 90.30 0.00 9.57 0.00 0.13 0.00 08:17:17 07:36:01 all 50.78 0.00 6.02 9.15 0.09 33.97 08:17:17 07:36:01 0 50.97 0.00 5.90 6.14 0.10 36.89 08:17:17 07:36:01 1 50.43 0.00 5.88 4.56 0.08 39.05 08:17:17 07:36:01 2 51.06 0.00 6.39 38.08 0.10 4.37 08:17:17 07:36:01 3 51.54 0.00 5.42 4.34 0.10 38.59 08:17:17 07:36:01 4 50.31 0.00 6.28 3.41 0.10 39.90 08:17:17 07:36:01 5 51.64 0.00 5.76 2.33 0.08 40.19 08:17:17 07:36:01 6 50.07 0.00 6.54 9.48 0.08 33.82 08:17:17 07:36:01 7 50.18 0.00 5.95 4.95 0.08 38.83 08:17:17 07:37:01 all 9.47 0.00 2.61 2.72 0.08 85.12 08:17:17 07:37:01 0 9.83 0.00 2.28 1.34 0.08 86.46 08:17:17 07:37:01 1 8.20 0.00 2.91 3.24 0.08 85.56 08:17:17 07:37:01 2 10.71 0.00 4.42 1.41 0.08 83.38 08:17:17 07:37:01 3 8.57 0.00 2.01 1.02 0.07 88.32 08:17:17 07:37:01 4 8.83 0.00 1.88 9.49 0.08 79.71 08:17:17 07:37:01 5 10.81 0.00 2.59 0.95 0.08 85.56 08:17:17 07:37:01 6 8.20 0.00 1.94 3.13 0.07 86.66 08:17:17 07:37:01 7 10.60 0.00 2.85 1.22 0.07 85.27 08:17:17 07:38:01 all 9.94 0.00 0.70 0.10 0.06 89.21 08:17:17 07:38:01 0 10.77 0.00 0.72 0.02 0.07 88.43 08:17:17 07:38:01 1 8.89 0.00 0.68 0.00 0.05 90.38 08:17:17 07:38:01 2 9.68 0.00 0.72 0.02 0.05 89.54 08:17:17 07:38:01 3 7.36 0.00 0.57 0.13 0.07 91.87 08:17:17 07:38:01 4 5.60 0.00 0.58 0.57 0.07 93.19 08:17:17 07:38:01 5 8.70 0.00 0.85 0.00 0.05 90.40 08:17:17 07:38:01 6 12.16 0.00 0.52 0.02 0.07 87.24 08:17:17 07:38:01 7 16.34 0.00 0.92 0.02 0.08 82.65 08:17:17 08:17:17 07:38:01 CPU %user %nice %system %iowait %steal %idle 08:17:17 07:39:01 all 0.94 0.00 0.11 0.03 0.02 98.91 08:17:17 07:39:01 0 1.35 0.00 0.17 0.02 0.03 98.43 08:17:17 07:39:01 1 0.13 0.00 0.05 0.00 0.00 99.82 08:17:17 07:39:01 2 1.95 0.00 0.15 0.02 0.03 97.85 08:17:17 07:39:01 3 0.94 0.00 0.13 0.07 0.02 98.84 08:17:17 07:39:01 4 0.13 0.00 0.07 0.12 0.02 99.67 08:17:17 07:39:01 5 1.40 0.00 0.12 0.00 0.02 98.47 08:17:17 07:39:01 6 1.35 0.00 0.08 0.02 0.02 98.53 08:17:17 07:39:01 7 0.25 0.00 0.08 0.00 0.03 99.63 08:17:17 07:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:17:17 07:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:17:17 07:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:40:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:17:17 07:40:01 3 0.05 0.00 0.02 0.02 0.02 99.90 08:17:17 07:40:01 4 0.07 0.00 0.00 0.02 0.00 99.92 08:17:17 07:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:41:01 all 0.31 0.00 0.04 0.03 0.01 99.61 08:17:17 07:41:01 0 0.10 0.00 0.02 0.00 0.02 99.87 08:17:17 07:41:01 1 0.00 0.00 0.02 0.18 0.00 99.80 08:17:17 07:41:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:17:17 07:41:01 3 2.02 0.00 0.05 0.00 0.02 97.91 08:17:17 07:41:01 4 0.07 0.00 0.07 0.03 0.02 99.82 08:17:17 07:41:01 5 0.02 0.00 0.07 0.00 0.00 99.92 08:17:17 07:41:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:17:17 07:41:01 7 0.12 0.00 0.05 0.00 0.02 99.82 08:17:17 07:42:01 all 0.26 0.00 0.02 0.00 0.01 99.71 08:17:17 07:42:01 0 0.05 0.00 0.07 0.00 0.02 99.87 08:17:17 07:42:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:17:17 07:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:17:17 07:42:01 3 1.70 0.00 0.00 0.00 0.00 98.30 08:17:17 07:42:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:17:17 07:42:01 5 0.18 0.00 0.00 0.00 0.00 99.82 08:17:17 07:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:42:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 07:43:01 all 0.04 0.00 0.01 0.01 0.01 99.93 08:17:17 07:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:17:17 07:43:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:17:17 07:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:17:17 07:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 07:43:01 4 0.03 0.00 0.00 0.08 0.00 99.88 08:17:17 07:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:17:17 07:43:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:17:17 07:43:01 7 0.07 0.00 0.03 0.00 0.00 99.90 08:17:17 07:44:01 all 0.07 0.00 0.02 0.01 0.01 99.89 08:17:17 07:44:01 0 0.17 0.00 0.03 0.00 0.02 99.78 08:17:17 07:44:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:17:17 07:44:01 2 0.18 0.00 0.07 0.00 0.02 99.73 08:17:17 07:44:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:17:17 07:44:01 4 0.05 0.00 0.02 0.05 0.02 99.87 08:17:17 07:44:01 5 0.10 0.00 0.00 0.00 0.00 99.90 08:17:17 07:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:45:01 all 0.49 0.00 0.05 0.01 0.01 99.44 08:17:17 07:45:01 0 0.17 0.00 0.07 0.00 0.02 99.75 08:17:17 07:45:01 1 0.28 0.00 0.02 0.02 0.00 99.68 08:17:17 07:45:01 2 0.28 0.00 0.12 0.02 0.02 99.57 08:17:17 07:45:01 3 0.20 0.00 0.03 0.00 0.00 99.77 08:17:17 07:45:01 4 0.27 0.00 0.03 0.05 0.00 99.65 08:17:17 07:45:01 5 0.60 0.00 0.03 0.00 0.00 99.37 08:17:17 07:45:01 6 0.28 0.00 0.05 0.00 0.02 99.65 08:17:17 07:45:01 7 1.80 0.00 0.07 0.00 0.02 98.12 08:17:17 07:46:01 all 0.12 0.00 0.01 7.83 0.01 92.02 08:17:17 07:46:01 0 0.02 0.00 0.05 0.02 0.02 99.90 08:17:17 07:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:17:17 07:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:17:17 07:46:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:17:17 07:46:01 4 0.07 0.00 0.00 62.70 0.02 37.22 08:17:17 07:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:46:01 7 0.78 0.00 0.02 0.00 0.02 99.19 08:17:17 07:47:01 all 0.08 0.00 0.01 0.30 0.00 99.60 08:17:17 07:47:01 0 0.07 0.00 0.05 0.37 0.00 99.52 08:17:17 07:47:01 1 0.02 0.00 0.00 0.33 0.00 99.65 08:17:17 07:47:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:17:17 07:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:17:17 07:47:01 4 0.02 0.00 0.03 1.62 0.00 98.33 08:17:17 07:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:47:01 7 0.42 0.00 0.00 0.10 0.00 99.48 08:17:17 07:48:01 all 0.02 0.00 0.01 0.12 0.01 99.84 08:17:17 07:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:48:01 1 0.00 0.00 0.00 0.07 0.00 99.93 08:17:17 07:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 07:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:48:01 4 0.05 0.00 0.03 0.92 0.03 98.97 08:17:17 07:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 07:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:17:17 07:48:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:17:17 07:49:02 all 0.07 0.00 0.01 0.28 0.01 99.63 08:17:17 07:49:02 0 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 07:49:02 1 0.03 0.00 0.00 0.28 0.00 99.68 08:17:17 07:49:02 2 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 07:49:02 3 0.00 0.00 0.00 0.00 0.02 99.98 08:17:17 07:49:02 4 0.10 0.00 0.05 1.92 0.02 97.91 08:17:17 07:49:02 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:49:02 6 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:49:02 7 0.37 0.00 0.02 0.00 0.00 99.62 08:17:17 08:17:17 07:49:02 CPU %user %nice %system %iowait %steal %idle 08:17:17 07:50:01 all 0.09 0.00 0.01 0.25 0.00 99.64 08:17:17 07:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:17:17 07:50:01 1 0.00 0.00 0.00 0.39 0.00 99.61 08:17:17 07:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:50:01 4 0.03 0.00 0.05 1.61 0.02 98.29 08:17:17 07:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:50:01 7 0.62 0.00 0.00 0.00 0.00 99.38 08:17:17 07:51:01 all 0.06 0.00 0.01 0.04 0.01 99.88 08:17:17 07:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:17:17 07:51:01 1 0.03 0.00 0.00 0.10 0.02 99.85 08:17:17 07:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:17:17 07:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:51:01 4 0.05 0.00 0.03 0.23 0.02 99.67 08:17:17 07:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:51:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:17:17 07:51:01 7 0.25 0.00 0.00 0.00 0.02 99.73 08:17:17 07:52:01 all 0.19 0.00 0.01 0.08 0.01 99.71 08:17:17 07:52:01 0 0.00 0.00 0.02 0.05 0.02 99.92 08:17:17 07:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 07:52:01 3 0.17 0.00 0.00 0.00 0.02 99.82 08:17:17 07:52:01 4 0.00 0.00 0.05 0.58 0.02 99.35 08:17:17 07:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:52:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:17:17 07:52:01 7 1.19 0.00 0.00 0.00 0.00 98.81 08:17:17 07:53:01 all 0.02 0.00 0.01 0.02 0.00 99.95 08:17:17 07:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 07:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:17:17 07:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:53:01 4 0.02 0.00 0.02 0.13 0.00 99.83 08:17:17 07:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:53:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:17:17 07:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:54:01 all 0.02 0.00 0.01 0.04 0.00 99.93 08:17:17 07:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 07:54:01 4 0.02 0.00 0.02 0.33 0.00 99.63 08:17:17 07:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:54:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:17:17 07:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:55:01 all 0.03 0.00 0.02 0.02 0.01 99.93 08:17:17 07:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:17:17 07:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:55:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 07:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:55:01 4 0.03 0.00 0.02 0.13 0.02 99.80 08:17:17 07:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:55:01 6 0.07 0.00 0.05 0.00 0.02 99.87 08:17:17 07:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:17:17 07:56:01 all 0.02 0.00 0.01 0.06 0.00 99.91 08:17:17 07:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 07:56:01 4 0.02 0.00 0.02 0.45 0.02 99.50 08:17:17 07:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:56:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:17:17 07:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:57:01 all 0.02 0.00 0.01 0.05 0.01 99.91 08:17:17 07:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 07:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:57:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 07:57:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:17:17 07:57:01 4 0.00 0.00 0.00 0.38 0.00 99.62 08:17:17 07:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:57:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:17:17 07:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:58:01 all 0.03 0.00 0.01 0.02 0.00 99.94 08:17:17 07:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 07:58:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:17:17 07:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:17:17 07:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:17:17 07:58:01 4 0.02 0.00 0.00 0.18 0.00 99.80 08:17:17 07:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:58:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 07:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 07:59:01 all 0.02 0.00 0.01 0.02 0.01 99.94 08:17:17 07:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 07:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 07:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:59:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 07:59:01 4 0.02 0.00 0.02 0.13 0.02 99.82 08:17:17 07:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 07:59:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 07:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:17:17 08:00:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:17:17 08:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:00:01 2 0.08 0.00 0.03 0.00 0.00 99.88 08:17:17 08:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:00:01 4 0.03 0.00 0.00 0.05 0.00 99.92 08:17:17 08:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:00:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 08:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:17:17 08:00:01 CPU %user %nice %system %iowait %steal %idle 08:17:17 08:01:01 all 0.02 0.00 0.01 0.06 0.00 99.90 08:17:17 08:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:17:17 08:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:01:01 4 0.02 0.00 0.03 0.52 0.02 99.42 08:17:17 08:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:02:01 all 0.03 0.00 0.01 0.05 0.00 99.91 08:17:17 08:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:02:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:17:17 08:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:17:17 08:02:01 4 0.03 0.00 0.00 0.37 0.00 99.60 08:17:17 08:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:02:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 08:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:03:01 all 0.17 0.00 0.01 0.01 0.00 99.80 08:17:17 08:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:17:17 08:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 08:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:03:01 4 0.03 0.00 0.02 0.10 0.00 99.85 08:17:17 08:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:03:01 7 1.31 0.00 0.03 0.00 0.03 98.63 08:17:17 08:04:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:17:17 08:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 08:04:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:17:17 08:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:17:17 08:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:04:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:17:17 08:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:04:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:04:01 7 1.87 0.00 0.03 0.00 0.00 98.09 08:17:17 08:05:01 all 0.04 0.00 0.02 0.01 0.01 99.92 08:17:17 08:05:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:17:17 08:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 08:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:17:17 08:05:01 3 0.07 0.00 0.00 0.00 0.00 99.93 08:17:17 08:05:01 4 0.05 0.00 0.00 0.05 0.02 99.88 08:17:17 08:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:05:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:17:17 08:05:01 7 0.18 0.00 0.07 0.00 0.03 99.72 08:17:17 08:06:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:17:17 08:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 08:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:17:17 08:06:01 4 0.03 0.00 0.00 0.07 0.00 99.90 08:17:17 08:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:06:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:17:17 08:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:17:17 08:07:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:17:17 08:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:17:17 08:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:17:17 08:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:07:01 4 0.02 0.00 0.02 0.03 0.00 99.93 08:17:17 08:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 08:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:17:17 08:08:01 all 0.03 0.00 0.00 0.02 0.00 99.94 08:17:17 08:08:01 0 0.03 0.00 0.00 0.02 0.00 99.95 08:17:17 08:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:17:17 08:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:08:01 4 0.07 0.00 0.00 0.17 0.02 99.75 08:17:17 08:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 08:09:01 all 0.15 0.00 0.01 0.00 0.01 99.83 08:17:17 08:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:09:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:17:17 08:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 08:09:01 4 0.05 0.00 0.00 0.03 0.00 99.92 08:17:17 08:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:17:17 08:09:01 7 1.08 0.00 0.02 0.00 0.02 98.89 08:17:17 08:10:01 all 0.07 0.00 0.03 0.00 0.01 99.89 08:17:17 08:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:17:17 08:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:17:17 08:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 08:10:01 4 0.03 0.00 0.02 0.03 0.02 99.90 08:17:17 08:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:10:01 6 0.05 0.00 0.00 0.00 0.00 99.95 08:17:17 08:10:01 7 0.40 0.00 0.13 0.00 0.02 99.45 08:17:17 08:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:17:17 08:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:17:17 08:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:11:01 4 0.02 0.00 0.03 0.03 0.00 99.92 08:17:17 08:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:17:17 08:11:01 7 0.03 0.00 0.05 0.00 0.02 99.90 08:17:17 08:17:17 08:11:01 CPU %user %nice %system %iowait %steal %idle 08:17:17 08:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:17:17 08:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:17:17 08:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:17:17 08:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:12:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:17:17 08:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:17:17 08:13:01 all 0.25 0.00 0.02 0.00 0.01 99.72 08:17:17 08:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:13:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:17:17 08:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:17:17 08:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 08:17:17 08:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:17:17 08:13:01 7 1.86 0.00 0.10 0.00 0.02 98.03 08:17:17 08:14:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:17:17 08:14:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:17:17 08:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:17:17 08:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:17:17 08:14:01 4 0.03 0.00 0.02 0.03 0.00 99.92 08:17:17 08:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:17:17 08:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:17:17 08:14:01 7 1.09 0.00 0.03 0.00 0.02 98.86 08:17:17 08:15:01 all 1.14 0.00 0.55 0.02 0.02 98.27 08:17:17 08:15:01 0 1.37 0.00 0.63 0.00 0.02 97.98 08:17:17 08:15:01 1 1.05 0.00 0.62 0.00 0.03 98.30 08:17:17 08:15:01 2 1.13 0.00 0.48 0.00 0.00 98.38 08:17:17 08:15:01 3 0.77 0.00 0.92 0.02 0.02 98.28 08:17:17 08:15:01 4 1.52 0.00 0.40 0.12 0.03 97.93 08:17:17 08:15:01 5 1.09 0.00 0.50 0.02 0.02 98.38 08:17:17 08:15:01 6 1.05 0.00 0.38 0.00 0.02 98.55 08:17:17 08:15:01 7 1.11 0.00 0.47 0.00 0.03 98.39 08:17:17 08:16:01 all 6.02 0.00 2.50 5.71 0.06 85.71 08:17:17 08:16:01 0 8.28 0.00 2.42 1.53 0.05 87.71 08:17:17 08:16:01 1 4.96 0.00 1.89 0.25 0.07 92.83 08:17:17 08:16:01 2 6.46 0.00 1.75 1.72 0.05 90.02 08:17:17 08:16:01 3 6.43 0.00 3.39 12.43 0.07 77.68 08:17:17 08:16:01 4 4.80 0.00 3.54 5.21 0.05 86.40 08:17:17 08:16:01 5 7.33 0.00 3.04 1.43 0.07 88.12 08:17:17 08:16:01 6 4.31 0.00 2.05 22.29 0.05 71.29 08:17:17 08:16:01 7 5.56 0.00 1.96 0.78 0.05 91.66 08:17:17 08:17:01 all 2.92 0.00 1.36 9.70 0.05 85.97 08:17:17 08:17:01 0 2.43 0.00 1.49 4.40 0.05 91.63 08:17:17 08:17:01 1 3.26 0.00 1.25 0.88 0.05 94.56 08:17:17 08:17:01 2 2.94 0.00 1.12 0.95 0.07 94.92 08:17:17 08:17:01 3 2.21 0.00 1.19 2.72 0.05 93.83 08:17:17 08:17:01 4 1.82 0.00 1.97 27.39 0.05 68.78 08:17:17 08:17:01 5 4.77 0.00 1.57 7.16 0.05 86.45 08:17:17 08:17:01 6 3.63 0.00 1.36 33.58 0.05 61.38 08:17:17 08:17:01 7 2.31 0.00 0.90 0.65 0.03 96.10 08:17:17 Average: all 8.08 0.00 1.31 1.83 0.03 88.76 08:17:17 Average: 0 8.16 0.00 1.34 1.86 0.03 88.61 08:17:17 Average: 1 8.03 0.00 1.29 1.24 0.02 89.41 08:17:17 Average: 2 8.11 0.00 1.30 2.04 0.03 88.52 08:17:17 Average: 3 7.99 0.00 1.32 0.82 0.03 89.85 08:17:17 Average: 4 7.83 0.00 1.31 4.00 0.03 86.84 08:17:17 Average: 5 8.08 0.00 1.32 1.57 0.02 89.01 08:17:17 Average: 6 8.03 0.00 1.28 2.38 0.03 88.28 08:17:17 Average: 7 8.43 0.00 1.31 0.69 0.03 89.54 08:17:17 08:17:17 08:17:17