Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 82c539f34f6a916b913fe300897188a5ee0c39b9 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-ssh7451087233673821951.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-ssh17937652943595602903.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-ssh240574183656582242.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-ssh1598560279076620578.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-ssh2419691066778918150.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3479’ Running on prd-ubuntu20.04-docker-8c-8g-3493 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/856 [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/856 # 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 82c539f34f6a916b913fe300897188a5ee0c39b9 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82c539f34f6a916b913fe300897188a5ee0c39b9 # timeout=10 Commit message: "fix: Run MessageBus command request processing in goroutines (#5186)" > git rev-list --no-walk c44c449455414b2ba7e485d753d9aa9ad984b950 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:35:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:35:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:35:27 ========================================================= 04:35:27 EdgeX Global Pipelines Version Info 04:35:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:35:27 ------------------- 04:35:27 stable info: 04:35:27 ------------------- 04:35:27 Commited By: Ginny Guan ginny@iotechsys.com 04:35:27 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 04:35:27 Message: update stable to v1.0.274 04:35:28 ------------------- 04:35:28 experimental info: 04:35:28 ------------------- 04:35:28 Commited By: **** collab-it+edgex@linuxfoundation.org 04:35:28 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 04:35:28 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82c539f [Pipeline] echo 04:35:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:35:29 provisioning config files... 04:35:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/856@tmp/config7922275050877186974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:35:29 ---> ****-login.sh 04:35:29 nexus3.edgexfoundry.org:10001 04:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:30 Configure a credential helper to remove this warning. See 04:35:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:30 04:35:30 Login Succeeded 04:35:30 nexus3.edgexfoundry.org:10002 04:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:30 Configure a credential helper to remove this warning. See 04:35:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:30 04:35:30 Login Succeeded 04:35:30 nexus3.edgexfoundry.org:10003 04:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:30 Configure a credential helper to remove this warning. See 04:35:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:30 04:35:30 Login Succeeded 04:35:30 nexus3.edgexfoundry.org:10004 04:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:30 Configure a credential helper to remove this warning. See 04:35:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:30 04:35:30 Login Succeeded 04:35:30 ****.io 04:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:30 Configure a credential helper to remove this warning. See 04:35:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:30 04:35:30 Login Succeeded 04:35:30 ---> ****-login.sh ends [Pipeline] } 04:35:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:35:31 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 04:35:31 + dirname cmd/core-command/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo core-command,cmd/core-command/Dockerfile 04:35:31 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:35:31 + dirname cmd/core-data/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo core-data,cmd/core-data/Dockerfile 04:35:31 + dirname cmd/core-keeper/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo core-keeper,cmd/core-keeper/Dockerfile 04:35:31 + dirname cmd/core-metadata/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo core-metadata,cmd/core-metadata/Dockerfile 04:35:31 + dirname cmd/security-bootstrapper/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:35:31 + dirname cmd/security-proxy-auth/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:35:31 + dirname cmd/security-proxy-setup/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:35:31 + dirname cmd/security-secretstore-setup/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:35:31 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:35:31 + + cut -d/ -f2 04:35:31 dirname cmd/security-spire-agent/Dockerfile 04:35:31 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:35:31 + dirname cmd/security-spire-config/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:35:31 + dirname cmd/security-spire-server/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + dirname cmd/support-notifications/Dockerfile 04:35:31 + echo support-notifications,cmd/support-notifications/Dockerfile 04:35:31 + dirname cmd/support-scheduler/Dockerfile 04:35:31 + cut -d/ -f2 04:35:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:35:31 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:35:31 + git rev-list -1 --merges 82c539f34f6a916b913fe300897188a5ee0c39b9~1..82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 04:35:31 -----------> git rev-list -1 --merges 82c539f34f6a916b913fe300897188a5ee0c39b9~1..82c539f34f6a916b913fe300897188a5ee0c39b9 82c539f34f6a916b913fe300897188a5ee0c39b9 [false] [Pipeline] sh 04:35:31 + git log --format=format:%s -1 82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 04:35:31 ========================================================= 04:35:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:35:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:35:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:35:32 + grep -v github /etc/ssh/ssh_known_hosts 04:35:32 + [ -e /tmp/ssh_known_hosts ] 04:35:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:35:32 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:35:32 sudo tee -a /etc/ssh/ssh_known_hosts 04:35:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:35:32 04:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:35:33 0.1.4: Pulling from edgex-devops/py-git-semver 04:35:33 3dae71ba6b94: Pulling fs layer 04:35:33 6bf1a483ea7c: Pulling fs layer 04:35:33 f5dfc541a4d3: Pulling fs layer 04:35:33 461d9e800cba: Pulling fs layer 04:35:33 80192f66455f: Pulling fs layer 04:35:33 2e8e34ca0e6c: Pulling fs layer 04:35:33 a29436f7fd5d: Pulling fs layer 04:35:33 923cac83aea3: Pulling fs layer 04:35:33 25ad8b0a4227: Pulling fs layer 04:35:33 db01528c6b51: Pulling fs layer 04:35:33 28988de357af: Pulling fs layer 04:35:33 80192f66455f: Waiting 04:35:33 923cac83aea3: Waiting 04:35:33 25ad8b0a4227: Waiting 04:35:33 a29436f7fd5d: Waiting 04:35:33 2e8e34ca0e6c: Waiting 04:35:33 db01528c6b51: Waiting 04:35:33 28988de357af: Waiting 04:35:33 461d9e800cba: Waiting 04:35:33 6bf1a483ea7c: Verifying Checksum 04:35:33 6bf1a483ea7c: Download complete 04:35:33 461d9e800cba: Verifying Checksum 04:35:33 461d9e800cba: Download complete 04:35:33 80192f66455f: Verifying Checksum 04:35:33 80192f66455f: Download complete 04:35:33 f5dfc541a4d3: Verifying Checksum 04:35:33 f5dfc541a4d3: Download complete 04:35:33 3dae71ba6b94: Verifying Checksum 04:35:33 3dae71ba6b94: Download complete 04:35:33 923cac83aea3: Download complete 04:35:33 25ad8b0a4227: Verifying Checksum 04:35:33 25ad8b0a4227: Download complete 04:35:33 db01528c6b51: Verifying Checksum 04:35:33 db01528c6b51: Download complete 04:35:33 28988de357af: Verifying Checksum 04:35:33 28988de357af: Download complete 04:35:33 a29436f7fd5d: Verifying Checksum 04:35:33 a29436f7fd5d: Download complete 04:35:34 2e8e34ca0e6c: Verifying Checksum 04:35:34 2e8e34ca0e6c: Download complete 04:35:34 3dae71ba6b94: Pull complete 04:35:34 6bf1a483ea7c: Pull complete 04:35:34 f5dfc541a4d3: Pull complete 04:35:35 461d9e800cba: Pull complete 04:35:35 80192f66455f: Pull complete 04:35:38 2e8e34ca0e6c: Pull complete 04:35:38 a29436f7fd5d: Pull complete 04:35:38 923cac83aea3: Pull complete 04:35:38 25ad8b0a4227: Pull complete 04:35:38 db01528c6b51: Pull complete 04:35:38 28988de357af: Pull complete 04:35:38 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 04:35:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:35:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:39 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 04:35:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:35:42 $ docker top a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d -eo pid,comm 04:35:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:35:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:35:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:42 [ssh-agent] Looking for ssh-agent implementation... 04:35:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:42 $ docker exec a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d ssh-agent 04:35:42 SSH_AUTH_SOCK=/tmp/ssh-RRqI1ZM45k9s/agent.33 04:35:42 SSH_AGENT_PID=39 04:35:42 Running ssh-add (command line suppressed) 04:35:42 Identity added: /w/workspace/edgex-go/856@tmp/private_key_9746458811883898764.key (/w/workspace/edgex-go/856@tmp/private_key_9746458811883898764.key) 04:35:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:43 + git tag --points-at HEAD [Pipeline] } 04:35:43 $ docker exec --env ******** --env ******** a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d ssh-agent -k 04:35:43 unset SSH_AUTH_SOCK; 04:35:43 unset SSH_AGENT_PID; 04:35:43 echo Agent pid 39 killed; 04:35:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:35:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:43 [ssh-agent] Looking for ssh-agent implementation... 04:35:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:43 $ docker exec a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d ssh-agent 04:35:43 SSH_AUTH_SOCK=/tmp/ssh-OTKb6GCMdtzD/agent.72 04:35:43 SSH_AGENT_PID=78 04:35:43 Running ssh-add (command line suppressed) 04:35:43 Identity added: /w/workspace/edgex-go/856@tmp/private_key_16740011244700070399.key (/w/workspace/edgex-go/856@tmp/private_key_16740011244700070399.key) 04:35:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:43 + git semver init 04:35:44 2025-06-18 04:35:44,128 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:35:44 2025-06-18 04:35:44,132 [run_init] DEBUG init version:0.0.0 force:False 04:35:44 2025-06-18 04:35:44,133 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/856/.semver 04:35:44 2025-06-18 04:35:44,133 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/856/.semver 04:35:44 2025-06-18 04:35:44,133 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/856/.semver'], cwd=/w/workspace/edgex-go/856, stdin=None, shell=False, universal_newlines=False) 04:35:49 2025-06-18 04:35:48,897 [append_file] DEBUG append to file:/w/workspace/edgex-go/856/.git/info/exclude 04:35:49 2025-06-18 04:35:48,897 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/856/.semver/main with force:False 04:35:49 2025-06-18 04:35:48,897 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 04:35:49 2025-06-18 04:35:48,897 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 04:35:49 4.1.0-dev.25 [Pipeline] } 04:35:49 $ docker exec --env ******** --env ******** a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d ssh-agent -k 04:35:49 unset SSH_AUTH_SOCK; 04:35:49 unset SSH_AGENT_PID; 04:35:49 echo Agent pid 78 killed; 04:35:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:35:49 + git semver [Pipeline] } 04:35:50 $ docker stop --time=1 a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d 04:35:51 $ docker rm -f --volumes a2f1ffa581ce11d34f0471002b9a8938d7c85d27aa8ecf53460fcdccff10255d [Pipeline] // withDockerContainer [Pipeline] sh 04:35:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:35:52 Stashed 1 file(s) [Pipeline] echo 04:35:52 [edgeXSemver]: initialized semver on version 4.1.0-dev.25 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:52 + git config --global --add safe.directory /w/workspace/edgex-go/856 [Pipeline] echo 04:35:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:35:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:35:52 ========================================================= 04:35:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:35:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:35:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:35:52 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:35:52 0a9a5dfd008f: Pulling fs layer 04:35:52 36466aa92d05: Pulling fs layer 04:35:52 e10405b45d13: Pulling fs layer 04:35:52 096b7ceb2af7: Pulling fs layer 04:35:52 4f4fb700ef54: Pulling fs layer 04:35:52 8213a616a21b: Pulling fs layer 04:35:52 096b7ceb2af7: Waiting 04:35:52 4f4fb700ef54: Waiting 04:35:52 985586143405: Pulling fs layer 04:35:52 8213a616a21b: Waiting 04:35:52 0eae2285b678: Pulling fs layer 04:35:52 d3ac315be8c5: Pulling fs layer 04:35:52 985586143405: Waiting 04:35:52 0eae2285b678: Waiting 04:35:52 36466aa92d05: Verifying Checksum 04:35:52 36466aa92d05: Download complete 04:35:52 096b7ceb2af7: Verifying Checksum 04:35:52 096b7ceb2af7: Download complete 04:35:52 4f4fb700ef54: Verifying Checksum 04:35:52 4f4fb700ef54: Download complete 04:35:52 8213a616a21b: Verifying Checksum 04:35:52 8213a616a21b: Download complete 04:35:52 0a9a5dfd008f: Download complete 04:35:52 985586143405: Verifying Checksum 04:35:52 985586143405: Download complete 04:35:53 0a9a5dfd008f: Pull complete 04:35:53 d3ac315be8c5: Verifying Checksum 04:35:53 d3ac315be8c5: Download complete 04:35:53 36466aa92d05: Pull complete 04:35:53 e10405b45d13: Download complete 04:35:53 0eae2285b678: Verifying Checksum 04:35:53 0eae2285b678: Download complete 04:35:56 e10405b45d13: Pull complete 04:35:56 096b7ceb2af7: Pull complete 04:35:56 4f4fb700ef54: Pull complete 04:35:56 8213a616a21b: Pull complete 04:35:56 985586143405: Pull complete 04:35:59 0eae2285b678: Pull complete 04:35:59 d3ac315be8c5: Pull complete 04:35:59 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 04:35:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:35:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:36:00 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:36:00 WORKDIR /edgex 04:36:00 COPY go.mod . 04:36:00 RUN go mod download 04:36:00 + docker build -t ci-base-image-x86_64 -f - . 04:36:00 Sending build context to Docker daemon 185.9MB 04:36:00 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:36:00 ---> ea6120ae94a0 04:36:00 Step 2/4 : WORKDIR /edgex 04:36:03 ---> Running in c927894f5513 04:36:03 Removing intermediate container c927894f5513 04:36:03 ---> eef0e78d9ee8 04:36:03 Step 3/4 : COPY go.mod . 04:36:03 ---> eeeefb6737f4 04:36:03 Step 4/4 : RUN go mod download 04:36:03 ---> Running in a3e95796b61f 04:36:07 Still waiting to schedule task 04:36:07 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:36:35 Removing intermediate container a3e95796b61f 04:36:35 ---> f70eacd20b06 04:36:35 Successfully built f70eacd20b06 04:36:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:36 + docker inspect -f . ci-base-image-x86_64 04:36:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:36:36 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 04:36:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:36:36 $ docker top 04d95c934aa52489179fe2b5a362ce4a1f02e56bd80ffe2db8ff50542d6ad240 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:37 + go version 04:36:37 go version go1.23.9 linux/amd64 [Pipeline] } 04:36:37 $ docker stop --time=1 04d95c934aa52489179fe2b5a362ce4a1f02e56bd80ffe2db8ff50542d6ad240 04:36:38 $ docker rm -f --volumes 04d95c934aa52489179fe2b5a362ce4a1f02e56bd80ffe2db8ff50542d6ad240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:38 + docker inspect -f . ci-base-image-x86_64 04:36:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:36:38 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 04:36:38 $ 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/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:36:39 $ docker top 728328d5719cca1b085e618ce46080e89537812471f87ad214beaddde32911ec -eo pid,comm [Pipeline] { [Pipeline] echo 04:36:39 ========================================================= 04:36:39 [edgeXBuildGoParallel] Running Tests and Build... 04:36:39 ========================================================= [Pipeline] sh 04:36:39 + git config --global --add safe.directory /w/workspace/edgex-go/856 [Pipeline] fileExists [Pipeline] sh 04:36:39 + make test 04:36:39 go test -race -coverprofile=coverage.out ./... 04:36:47 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:09 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 04:37:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:37:09 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 04:37:09 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 04:37:10 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 04:37:10 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 04:37:11 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 04:37:11 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 04:37:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.031s coverage: 97.0% of statements 04:37:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 04:37:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 04:37:12 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 04:37:12 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 04:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 04:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:37:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 04:37:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:37:13 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 04:37:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.050s coverage: 69.4% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.049s coverage: 45.2% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.690s coverage: 93.4% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 92.3% of statements 04:37:15 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 04:37:15 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 8.4% of statements 04:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 04:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 04:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 04:37:16 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 04:37:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.352s coverage: 95.8% of statements 04:37:18 ok github.com/edgexfoundry/edgex-go/internal/io 1.023s coverage: 72.2% of statements 04:37:18 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 04:37:18 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 04:37:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:37:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 04:37:18 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 04:37:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.041s coverage: 0.0% of statements [no tests to run] 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.014s coverage: 81.1% of statements 04:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements 04:37:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 04:37:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 04:37:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 04:37:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:37:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 04:37:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 04:37:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 87.1% of statements 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.015s coverage: 94.1% of statements 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 04:37:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 04:37:23 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 04:37:23 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 04:37:23 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 04:37:25 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 04:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:37:27 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 04:37:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 04:37:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 04:37:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 04:37:31 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 04:37:31 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 04:37:31 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 04:37:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.025s coverage: 94.4% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 04:37:34 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 04:37:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 04:37:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 04:37:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 04:37:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:37:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:37:37 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 04:37:37 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 04:37:37 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 04:37:37 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 04:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 04:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:37:38 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.046s coverage: 92.9% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 68.8% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.028s coverage: 87.2% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.083s coverage: 81.8% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.078s coverage: 82.1% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.040s coverage: 6.8% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.041s coverage: 33.3% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.172s coverage: 54.5% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.136s coverage: 94.9% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.076s coverage: 97.7% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.034s coverage: 43.6% of statements 04:37:43 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 04:37:43 running golangci-lint 04:37:43 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 04:37:43 go version go1.23.9 linux/amd64 04:37:43 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 04:37:43 level=info msg="[config_reader] Used config file .golangci.yml" 04:37:43 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:37:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3495 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:37:54 Running in /w/workspace/edgex-go/856 [Pipeline] { [Pipeline] checkout 04:37:57 The recommended git tool is: git 04:38:02 using credential edgex-jenkins-ssh 04:38:02 Cloning the remote Git repository 04:38:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:38:02 > git init /w/workspace/edgex-go/856 # timeout=10 04:38:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:38:02 > git --version # timeout=10 04:38:02 > git --version # 'git version 2.25.1' 04:38:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:05 level=info msg="[loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|exports_file|files) took 18.534170841s" 04:38:05 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.130218ms" 04:38:13 level=info msg="[linters_context/goanalysis] analyzers took 1m34.764959647s with top 10 stages: buildir: 52.446344981s, gosec: 3.724631885s, fact_deprecated: 3.040130985s, inspect: 3.009194078s, printf: 1.937345113s, ctrlflow: 1.582830619s, fact_purity: 1.227624166s, nilness: 1.203456228s, directives: 992.683136ms, S1038: 912.841162ms" 04:38:13 level=info msg="[runner] Issues before processing: 202, after processing: 0" 04:38:13 level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, skip_files: 202/202, skip_dirs: 202/202, invalid_issue: 202/202, identifier_marker: 202/202, filename_unadjuster: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, exclude-rules: 202/20, nolint: 20/0" 04:38:13 level=info msg="[runner] processing took 17.849773ms with stages: nolint: 7.29659ms, identifier_marker: 4.883624ms, path_prettifier: 1.735347ms, autogenerated_exclude: 1.610721ms, exclude-rules: 1.1651ms, skip_dirs: 983.722µs, cgo: 90.869µs, invalid_issue: 52.051µs, filename_unadjuster: 28.426µs, max_same_issues: 641ns, uniq_by_line: 441ns, fixer: 410ns, skip_files: 401ns, sort_results: 270ns, exclude: 260ns, source_code: 150ns, max_from_linter: 150ns, diff: 140ns, path_shortener: 120ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns, severity-rules: 110ns" 04:38:13 level=info msg="[runner] linters took 11.156298673s with stages: goanalysis_metalinter: 11.138366265s" 04:38:13 level=info msg="File cache stats: 0 entries of total size 0B" 04:38:13 level=info msg="Memory: 299 samples, avg is 322.7MB, max is 1433.2MB" 04:38:13 level=info msg="Execution took 29.753443904s" 04:38:13 go vet ./... 04:38:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:38:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:20 Avoid second fetch 04:38:20 Checking out Revision 82c539f34f6a916b913fe300897188a5ee0c39b9 (main) 04:38:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:38:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:38:20 ./bin/test-attribution-txt.sh 04:38:20 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 04:38:20 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 04:38:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 04:38:20 + ls -al . 04:38:20 total 1992 04:38:20 drwxrwxr-x 11 1001 1001 4096 Jun 18 04:36 . 04:38:20 drwxr-xr-x 4 root root 4096 Jun 18 04:36 .. 04:38:20 drwxrwxr-x 2 1001 1001 4096 Jun 18 04:35 .blubracket 04:38:20 -rw-rw-r-- 1 1001 1001 10 Jun 18 04:35 .dockerignore 04:38:20 drwxrwxr-x 8 1001 1001 4096 Jun 18 04:37 .git 04:38:20 drwxrwxr-x 3 1001 1001 4096 Jun 18 04:35 .github 04:38:20 -rw-rw-r-- 1 1001 1001 909 Jun 18 04:35 .gitignore 04:38:20 -rw-rw-r-- 1 1001 1001 218 Jun 18 04:35 .golangci.yml 04:38:20 -rw-rw-r-- 1 1001 1001 100 Jun 18 04:35 .hadolint.yml 04:38:20 drwxr-xr-x 3 1001 1001 4096 Jun 18 04:35 .semver 04:38:20 -rw-rw-r-- 1 1001 1001 155 Jun 18 04:35 .sonarcloud.properties 04:38:20 -rw-rw-r-- 1 1001 1001 1171 Jun 18 04:35 ADOPTERS.md 04:38:20 -rw-rw-r-- 1 1001 1001 17374 Jun 18 04:35 Attribution.txt 04:38:20 -rw-rw-r-- 1 1001 1001 108018 Jun 18 04:35 CHANGELOG.md 04:38:20 -rw-rw-r-- 1 1001 1001 3804 Jun 18 04:35 CONTRIBUTING.md 04:38:20 -rw-rw-r-- 1 1001 1001 677 Jun 18 04:35 GOVERNANCE.md 04:38:20 -rw-rw-r-- 1 1001 1001 858 Jun 18 04:35 Jenkinsfile 04:38:20 -rw-rw-r-- 1 1001 1001 10775 Jun 18 04:35 LICENSE 04:38:20 -rw-rw-r-- 1 1001 1001 16740 Jun 18 04:35 Makefile 04:38:20 -rw-rw-r-- 1 1001 1001 582 Jun 18 04:35 OWNERS.md 04:38:20 -rw-rw-r-- 1 1001 1001 9932 Jun 18 04:35 README.md 04:38:20 -rw-rw-r-- 1 1001 1001 789 Jun 18 04:35 SECURITY.md 04:38:20 -rw-rw-r-- 1 1001 1001 12 Jun 18 04:35 VERSION 04:38:20 drwxrwxr-x 2 1001 1001 4096 Jun 18 04:35 bin 04:38:20 drwxrwxr-x 19 1001 1001 4096 Jun 18 04:35 cmd 04:38:20 -rw-r--r-- 1 root root 1662491 Jun 18 04:37 coverage.out 04:38:20 drwxrwxr-x 2 1001 1001 4096 Jun 18 04:35 fuzz_test 04:38:20 -rw-rw-r-- 1 1001 1001 6474 Jun 18 04:35 go.mod 04:38:20 -rw-rw-r-- 1 1001 1001 88008 Jun 18 04:35 go.sum 04:38:20 drwxrwxr-x 7 1001 1001 4096 Jun 18 04:35 internal 04:38:20 drwxrwxr-x 2 1001 1001 4096 Jun 18 04:35 openapi 04:38:20 -rw-rw-r-- 1 1001 1001 584 Jun 18 04:35 security.txt 04:38:20 -rw-rw-r-- 1 1001 1001 204 Jun 18 04:35 version.go [Pipeline] sh 04:38:21 Commit message: "fix: Run MessageBus command request processing in goroutines (#5186)" 04:38:21 + '[' -e coverage.out ] 04:38:21 + chown 1001:1001 coverage.out [Pipeline] stash 04:38:21 Stashed 1 file(s) [Pipeline] sh 04:38:21 + make build 04:38:21 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:38:20 > git config core.sparsecheckout # timeout=10 04:38:20 > git checkout -f 82c539f34f6a916b913fe300897188a5ee0c39b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:38:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:38:25 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:25 Dload Upload Total Spent Left Speed 04:38:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 100k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 04:38:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:38:26 + + sudo jqsudo . += {"seccomp-profile": "/etc/docker/seccomp.json"} tee /etc/docker/daemon.json /etc/docker/daemon.new 04:38:26 04:38:26 { 04:38:26 "registry-mirrors": [ 04:38:26 "https://nexus3.edgexfoundry.org:10001" 04:38:26 ], 04:38:26 "bip": "10.250.0.254/24", 04:38:26 "hosts": [ 04:38:26 "tcp://0.0.0.0:5555", 04:38:26 "unix:///var/run/docker.sock" 04:38:26 ], 04:38:26 "mtu": 1458, 04:38:26 "selinux-enabled": true, 04:38:26 "seccomp-profile": "/etc/docker/seccomp.json" 04:38:26 } [Pipeline] sh 04:38:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:38:27 + sudo service docker restart 04:38:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:38:44 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:38:45 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:38:45 provisioning config files... 04:38:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/856@tmp/config3878480850009231572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:45 ---> ****-login.sh 04:38:45 nexus3.edgexfoundry.org:10001 04:38:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:38:46 Configure a credential helper to remove this warning. See 04:38:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:38:46 04:38:46 Login Succeeded 04:38:46 nexus3.edgexfoundry.org:10002 04:38:46 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:38:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:38:47 Configure a credential helper to remove this warning. See 04:38:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:38:47 04:38:47 Login Succeeded 04:38:47 nexus3.edgexfoundry.org:10003 04:38:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:38:47 Configure a credential helper to remove this warning. See 04:38:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:38:47 04:38:47 Login Succeeded 04:38:47 nexus3.edgexfoundry.org:10004 04:38:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:38:47 Configure a credential helper to remove this warning. See 04:38:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:38:47 04:38:47 Login Succeeded 04:38:47 ****.io 04:38:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:38:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:38:48 Configure a credential helper to remove this warning. See 04:38:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:38:48 04:38:48 Login Succeeded 04:38:48 ---> ****-login.sh ends [Pipeline] } 04:38:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:38:48 + git config --global --add safe.directory /w/workspace/edgex-go/856 [Pipeline] echo 04:38:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:38:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:38:48 ========================================================= 04:38:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:38:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:38:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:38:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:38:49 94e9d8af2201: Pulling fs layer 04:38:49 a6c56e8762df: Pulling fs layer 04:38:49 f0f3c8884826: Pulling fs layer 04:38:49 c7e7622c144d: Pulling fs layer 04:38:49 4f4fb700ef54: Pulling fs layer 04:38:49 e8859aadc426: Pulling fs layer 04:38:49 b4813487a9f6: Pulling fs layer 04:38:49 502a3d64fb4b: Pulling fs layer 04:38:49 c7e7622c144d: Waiting 04:38:49 b4813487a9f6: Waiting 04:38:49 4f4fb700ef54: Waiting 04:38:49 e8859aadc426: Waiting 04:38:49 502a3d64fb4b: Waiting 04:38:49 a6c56e8762df: Verifying Checksum 04:38:49 a6c56e8762df: Download complete 04:38:49 c7e7622c144d: Verifying Checksum 04:38:49 c7e7622c144d: Download complete 04:38:49 4f4fb700ef54: Download complete 04:38:49 e8859aadc426: Verifying Checksum 04:38:49 e8859aadc426: Download complete 04:38:49 94e9d8af2201: Verifying Checksum 04:38:49 94e9d8af2201: Download complete 04:38:50 502a3d64fb4b: Verifying Checksum 04:38:50 502a3d64fb4b: Download complete 04:38:50 94e9d8af2201: Pull complete 04:38:50 a6c56e8762df: Pull complete 04:38:51 f0f3c8884826: Verifying Checksum 04:38:51 f0f3c8884826: Download complete 04:38:52 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:38:52 b4813487a9f6: Verifying Checksum 04:38:52 b4813487a9f6: Download complete 04:38:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:38:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:38:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:38:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:38:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:39:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:39:01 $ docker stop --time=1 728328d5719cca1b085e618ce46080e89537812471f87ad214beaddde32911ec 04:39:06 $ docker rm -f --volumes 728328d5719cca1b085e618ce46080e89537812471f87ad214beaddde32911ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:07 f0f3c8884826: Pull complete 04:39:07 c7e7622c144d: Pull complete 04:39:07 4f4fb700ef54: Pull complete 04:39:07 e8859aadc426: Pull complete 04:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:39:07 04:39:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:39:07 latest: Pulling from edgex-devops/edgex-compose 04:39:07 91d30c5bc195: Pulling fs layer 04:39:07 2e9b0aa3be6d: Pulling fs layer 04:39:07 9c61dcf015f6: Pulling fs layer 04:39:07 4698f68db338: Pulling fs layer 04:39:07 2a2f49069b9e: Pulling fs layer 04:39:07 e0025b399a48: Pulling fs layer 04:39:07 2a2f49069b9e: Waiting 04:39:07 e0025b399a48: Waiting 04:39:07 4698f68db338: Waiting 04:39:07 91d30c5bc195: Verifying Checksum 04:39:07 91d30c5bc195: Download complete 04:39:07 4698f68db338: Verifying Checksum 04:39:07 4698f68db338: Download complete 04:39:07 91d30c5bc195: Pull complete 04:39:07 2e9b0aa3be6d: Verifying Checksum 04:39:07 2e9b0aa3be6d: Download complete 04:39:07 e0025b399a48: Download complete 04:39:07 2a2f49069b9e: Download complete 04:39:08 2e9b0aa3be6d: Pull complete 04:39:08 9c61dcf015f6: Verifying Checksum 04:39:08 9c61dcf015f6: Download complete 04:39:10 9c61dcf015f6: Pull complete 04:39:10 4698f68db338: Pull complete 04:39:10 2a2f49069b9e: Pull complete 04:39:10 e0025b399a48: Pull complete 04:39:10 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:39:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:39:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:39:10 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 04:39:10 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:39:12 $ docker top 0c2ba639be77c71a0f8de27a5a3fc1639daea02803a9f6e16ba892a3a343b858 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:12 + docker compose -f ./docker-compose-build.yml build --parallel 04:39:15 b4813487a9f6: Pull complete 04:39:15 #1 [security-spire-agent internal] load build definition from Dockerfile 04:39:15 #1 transferring dockerfile: 1.81kB done 04:39:15 #1 DONE 0.0s 04:39:15 04:39:15 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:39:15 #2 transferring dockerfile: 1.89kB done 04:39:15 #2 DONE 0.0s 04:39:15 04:39:15 #3 [security-bootstrapper internal] load build definition from Dockerfile 04:39:15 #3 transferring dockerfile: 3.02kB done 04:39:15 #3 DONE 0.0s 04:39:15 04:39:15 #4 [support-scheduler internal] load build definition from Dockerfile 04:39:15 #4 transferring dockerfile: 1.83kB done 04:39:15 #4 DONE 0.0s 04:39:15 04:39:15 #5 [security-secretstore-setup internal] load build definition from Dockerfile 04:39:15 #5 transferring dockerfile: 2.49kB done 04:39:15 #5 DONE 0.0s 04:39:15 04:39:15 #6 [core-metadata internal] load build definition from Dockerfile 04:39:15 #6 transferring dockerfile: 2.10kB done 04:39:15 #6 DONE 0.1s 04:39:15 04:39:15 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:39:15 #7 transferring dockerfile: 2.23kB done 04:39:15 #7 DONE 0.1s 04:39:15 04:39:15 #8 [security-proxy-setup internal] load build definition from Dockerfile 04:39:15 #8 transferring dockerfile: 2.50kB done 04:39:15 #8 DONE 0.1s 04:39:15 04:39:15 #9 [security-proxy-auth internal] load build definition from Dockerfile 04:39:15 #9 transferring dockerfile: 2.14kB done 04:39:15 #9 DONE 0.1s 04:39:15 04:39:15 #10 [core-keeper internal] load build definition from Dockerfile 04:39:15 #10 transferring dockerfile: 2.01kB done 04:39:15 #10 DONE 0.1s 04:39:15 04:39:15 #11 [security-spire-config internal] load build definition from Dockerfile 04:39:15 #11 transferring dockerfile: 1.69kB done 04:39:15 #11 DONE 0.1s 04:39:15 04:39:15 #12 [core-command internal] load build definition from Dockerfile 04:39:15 #12 transferring dockerfile: 1.94kB done 04:39:15 #12 DONE 0.0s 04:39:15 04:39:15 #13 [security-spire-server internal] load build definition from Dockerfile 04:39:15 #13 transferring dockerfile: 1.70kB done 04:39:15 #13 DONE 0.1s 04:39:15 04:39:15 #14 [core-data internal] load build definition from Dockerfile 04:39:15 #14 transferring dockerfile: 2.04kB done 04:39:15 #14 DONE 0.1s 04:39:15 04:39:15 #15 [support-notifications internal] load build definition from Dockerfile 04:39:15 #15 transferring dockerfile: 2.00kB done 04:39:15 #15 DONE 0.0s 04:39:15 04:39:15 #16 [security-spire-agent internal] load .dockerignore 04:39:15 #16 transferring context: 50B done 04:39:15 #16 DONE 0.0s 04:39:15 04:39:15 #17 [security-spiffe-token-provider internal] load .dockerignore 04:39:15 #17 transferring context: 50B done 04:39:15 #17 DONE 0.0s 04:39:15 04:39:15 #18 [security-bootstrapper internal] load .dockerignore 04:39:15 #18 transferring context: 50B done 04:39:15 #18 DONE 0.0s 04:39:15 04:39:15 #19 [support-scheduler internal] load .dockerignore 04:39:15 #19 transferring context: 50B done 04:39:15 #19 DONE 0.0s 04:39:15 04:39:15 #20 [security-secretstore-setup internal] load .dockerignore 04:39:15 #20 transferring context: 50B done 04:39:15 #20 DONE 0.0s 04:39:15 04:39:15 #21 [security-proxy-setup internal] load .dockerignore 04:39:15 #21 transferring context: 50B done 04:39:15 #21 DONE 0.0s 04:39:15 04:39:15 #22 [core-metadata internal] load .dockerignore 04:39:15 #22 transferring context: 50B done 04:39:15 #22 DONE 0.0s 04:39:15 04:39:15 #23 [core-common-config-bootstrapper internal] load .dockerignore 04:39:15 #23 transferring context: 50B done 04:39:15 #23 DONE 0.0s 04:39:15 04:39:15 #24 [security-proxy-auth internal] load .dockerignore 04:39:15 #24 transferring context: 50B done 04:39:15 #24 DONE 0.0s 04:39:15 04:39:15 #25 [security-spire-config internal] load .dockerignore 04:39:15 #25 transferring context: 50B done 04:39:15 #25 DONE 0.0s 04:39:15 04:39:15 #26 [core-keeper internal] load .dockerignore 04:39:15 #26 transferring context: 50B done 04:39:15 #26 DONE 0.0s 04:39:15 04:39:15 #27 [core-command internal] load .dockerignore 04:39:15 #27 transferring context: 50B done 04:39:15 #27 DONE 0.0s 04:39:15 04:39:15 #28 [core-data internal] load .dockerignore 04:39:15 #28 transferring context: 50B done 04:39:15 #28 DONE 0.1s 04:39:15 04:39:15 #29 [security-spire-server internal] load .dockerignore 04:39:15 #29 transferring context: 50B done 04:39:15 #29 DONE 0.1s 04:39:15 04:39:15 #30 [support-notifications internal] load .dockerignore 04:39:15 #30 transferring context: 50B done 04:39:15 #30 DONE 0.0s 04:39:15 04:39:15 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:39:15 #31 DONE 0.0s 04:39:15 04:39:15 #32 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:39:15 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:39:15 502a3d64fb4b: Pull complete 04:39:15 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 04:39:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:39:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:39:15 #32 ... 04:39:15 04:39:15 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:39:15 #31 DONE 0.0s 04:39:15 04:39:15 #32 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:39:15 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:39:15 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:39:15 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:39:15 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:39:15 #32 ... 04:39:15 04:39:15 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:39:15 #31 DONE 0.0s 04:39:15 04:39:15 #33 [core-data internal] load metadata for docker.io/library/alpine:3.20 04:39:15 #33 DONE 0.2s 04:39:15 04:39:15 #32 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:39:15 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:39:15 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:39:15 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:39:15 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:39:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:39:16 WORKDIR /edgex 04:39:16 COPY go.mod . 04:39:16 RUN go mod download 04:39:16 + docker build -t ci-base-image-arm64 -f - . 04:39:16 Sending build context to Docker daemon 3.699MB 04:39:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:39:16 ---> 3bb21d53e231 04:39:16 Step 2/4 : WORKDIR /edgex 04:39:16 #32 ... 04:39:16 04:39:16 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:39:16 #34 DONE 0.9s 04:39:16 04:39:16 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:39:16 #35 DONE 1.0s 04:39:16 04:39:16 #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:39:16 #36 DONE 1.0s 04:39:16 04:39:16 #37 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:39:16 #37 ... 04:39:16 04:39:16 #38 [security-spire-config internal] load build context 04:39:16 #38 transferring context: 22.05kB 0.0s done 04:39:16 #38 DONE 0.2s 04:39:16 04:39:16 #39 [security-spire-agent internal] load build context 04:39:16 #39 transferring context: 23.33kB done 04:39:16 #39 DONE 0.2s 04:39:16 04:39:16 #40 [security-spire-server internal] load build context 04:39:16 #40 transferring context: 23.80kB 0.0s done 04:39:16 #40 DONE 0.2s 04:39:16 04:39:16 #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:39:16 #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 04:39:16 #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:39:16 #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 04:39:16 #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 04:39:16 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s 04:39:17 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s 04:39:17 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 04:39:17 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s 04:39:18 ---> Running in 3d4825beae47 04:39:18 Removing intermediate container 3d4825beae47 04:39:18 ---> 5083dbb5cbe8 04:39:18 Step 3/4 : COPY go.mod . 04:39:19 ---> 7e3d540ac5dc 04:39:19 Step 4/4 : RUN go mod download 04:39:19 ---> Running in 6d6ff2c85120 04:39:20 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.6s done 04:39:20 #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 04:39:22 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 5.3s 04:39:22 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 5.5s 04:39:22 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.6s 04:39:24 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 7.1s done 04:39:26 #41 ... 04:39:26 04:39:26 #42 [security-spiffe-token-provider internal] load build context 04:39:26 #42 transferring context: 405.97MB 9.8s 04:39:26 #42 ... 04:39:26 04:39:26 #43 [support-scheduler internal] load build context 04:39:26 #43 transferring context: 507.78MB 10.1s done 04:39:26 #43 ... 04:39:26 04:39:26 #44 [core-command internal] load build context 04:39:26 #44 ... 04:39:26 04:39:26 #45 [security-proxy-setup internal] load build context 04:39:26 #45 transferring context: 507.78MB 10.2s done 04:39:26 #45 ... 04:39:26 04:39:26 #46 [core-metadata internal] load build context 04:39:26 #46 transferring context: 507.78MB 9.8s done 04:39:26 #46 ... 04:39:26 04:39:26 #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:26 #47 ... 04:39:26 04:39:26 #48 [security-bootstrapper internal] load build context 04:39:26 #48 ... 04:39:26 04:39:26 #49 [core-common-config-bootstrapper internal] load build context 04:39:26 #49 transferring context: 507.78MB 9.3s done 04:39:26 #49 ... 04:39:26 04:39:26 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:39:26 #50 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 04:39:26 #50 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:39:26 #50 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 04:39:26 #50 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 04:39:26 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.6s done 04:39:26 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 7.1s done 04:39:26 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:39:26 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:39:26 #50 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 9.9s 04:39:26 #50 ... 04:39:26 04:39:26 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:39:26 #0 0.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:26 #0 3.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:26 #0 3.810 (1/2) Installing dumb-init (1.2.5-r3) 04:39:26 #0 3.816 (2/2) Installing su-exec (0.2-r3) 04:39:26 #0 3.818 Executing busybox-1.36.1-r29.trigger 04:39:26 #0 3.833 OK: 8 MiB in 16 packages 04:39:27 #51 ... 04:39:27 04:39:27 #32 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:39:27 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:39:27 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:39:27 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:39:27 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:39:27 #32 ... 04:39:27 04:39:27 #52 [core-keeper internal] load build context 04:39:27 #52 transferring context: 507.78MB 10.0s done 04:39:27 #52 ... 04:39:27 04:39:27 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:39:27 #0 4.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:27 #0 4.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:27 #0 5.004 (1/3) Installing ca-certificates (20241121-r1) 04:39:27 #0 5.020 (2/3) Installing dumb-init (1.2.5-r3) 04:39:27 #0 5.025 (3/3) Installing tzdata (2025b-r0) 04:39:27 #0 5.056 Executing busybox-1.36.1-r29.trigger 04:39:27 #0 5.065 Executing ca-certificates-20241121-r1.trigger 04:39:27 #0 5.101 OK: 10 MiB in 17 packages 04:39:27 #53 ... 04:39:27 04:39:27 #54 [security-secretstore-setup internal] load build context 04:39:27 #54 ... 04:39:27 04:39:27 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:39:27 #0 0.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:27 #0 3.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:27 #0 3.777 (1/1) Installing dumb-init (1.2.5-r3) 04:39:27 #0 3.783 Executing busybox-1.36.1-r29.trigger 04:39:27 #0 3.796 OK: 8 MiB in 15 packages 04:39:27 #55 ... 04:39:27 04:39:27 #56 [support-notifications internal] load build context 04:39:27 #56 transferring context: 507.78MB 11.3s done 04:39:27 #56 ... 04:39:27 04:39:27 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:39:27 #57 ... 04:39:27 04:39:27 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:39:27 #58 ... 04:39:27 04:39:27 #59 [security-proxy-auth internal] load build context 04:39:28 #59 ... 04:39:28 04:39:28 #60 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 04:39:28 #60 ... 04:39:28 04:39:28 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:39:28 #61 ... 04:39:28 04:39:28 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:39:28 #62 ... 04:39:28 04:39:28 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:39:28 #63 ... 04:39:28 04:39:28 #64 [core-data internal] load build context 04:39:28 #64 transferring context: 507.78MB 11.5s done 04:39:28 #64 ... 04:39:28 04:39:28 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:39:28 #0 3.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:28 #0 3.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:28 #0 3.994 (1/4) Installing ca-certificates (20241121-r1) 04:39:28 #0 4.017 (2/4) Installing dumb-init (1.2.5-r3) 04:39:28 #0 4.019 (3/4) Installing su-exec (0.2-r3) 04:39:28 #0 4.030 (4/4) Installing yq-go (4.44.1-r2) 04:39:28 #0 4.095 Executing busybox-1.36.1-r29.trigger 04:39:28 #0 4.101 Executing ca-certificates-20241121-r1.trigger 04:39:28 #0 4.135 OK: 19 MiB in 18 packages 04:39:29 #65 ... 04:39:29 04:39:29 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:39:29 #50 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 11.9s 04:39:29 #50 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 7.34MB / 15.53MB 12.5s 04:39:29 #50 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 12.6s 04:39:30 #50 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 13.3s done 04:39:30 #50 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 04:39:31 #50 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 13.8s done 04:39:33 #50 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 04:39:33 #50 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.3s done 04:39:35 #50 ... 04:39:35 04:39:35 #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:39:35 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 9.7s done 04:39:35 #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:39:35 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 14.3s done 04:39:35 #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 04:39:35 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.2s 04:39:35 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.9s done 04:39:35 #41 ... 04:39:35 04:39:35 #42 [security-spiffe-token-provider internal] load build context 04:39:35 #42 transferring context: 507.78MB 12.0s done 04:39:36 #42 ... 04:39:36 04:39:36 #48 [security-bootstrapper internal] load build context 04:39:36 #48 transferring context: 507.78MB 12.9s done 04:39:36 #48 ... 04:39:36 04:39:36 #44 [core-command internal] load build context 04:39:36 #44 transferring context: 507.78MB 11.8s done 04:39:37 #44 ... 04:39:37 04:39:37 #49 [core-common-config-bootstrapper internal] load build context 04:39:37 #49 DONE 21.5s 04:39:37 04:39:37 #59 [security-proxy-auth internal] load build context 04:39:37 #59 transferring context: 507.78MB 13.0s done 04:39:37 #59 ... 04:39:37 04:39:37 #54 [security-secretstore-setup internal] load build context 04:39:37 #54 transferring context: 507.78MB 12.4s done 04:39:39 #54 ... 04:39:39 04:39:39 #46 [core-metadata internal] load build context 04:39:39 #46 DONE 23.8s 04:39:40 04:39:40 #42 [security-spiffe-token-provider internal] load build context 04:39:40 #42 DONE 24.5s 04:39:40 04:39:40 #43 [support-scheduler internal] load build context 04:39:40 #43 DONE 24.5s 04:39:40 04:39:40 #52 [core-keeper internal] load build context 04:39:40 #52 DONE 24.4s 04:39:40 04:39:40 #56 [support-notifications internal] load build context 04:39:40 #56 DONE 24.3s 04:39:40 04:39:40 #45 [security-proxy-setup internal] load build context 04:39:40 #45 DONE 24.4s 04:39:40 04:39:40 #64 [core-data internal] load build context 04:39:40 #64 DONE 24.3s 04:39:40 04:39:40 #44 [core-command internal] load build context 04:39:40 #44 DONE 24.3s 04:39:40 04:39:40 #54 [security-secretstore-setup internal] load build context 04:39:40 #54 DONE 24.5s 04:39:40 04:39:40 #48 [security-bootstrapper internal] load build context 04:39:40 #48 DONE 24.5s 04:39:40 04:39:40 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:39:40 #50 ... 04:39:40 04:39:40 #59 [security-proxy-auth internal] load build context 04:39:40 #59 DONE 24.5s 04:39:40 04:39:40 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:39:40 #53 DONE 24.2s 04:39:40 04:39:40 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:39:40 #55 DONE 24.3s 04:39:40 04:39:40 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:39:40 #51 DONE 24.2s 04:39:40 04:39:40 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:39:40 #65 DONE 24.3s 04:39:40 04:39:40 #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:40 #47 DONE 24.3s 04:39:40 04:39:40 #60 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 04:39:40 #60 DONE 23.6s 04:39:40 04:39:40 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:39:40 #66 ... 04:39:40 04:39:40 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:39:40 #50 DONE 23.8s 04:39:40 04:39:40 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:39:42 #41 ... 04:39:42 04:39:42 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:39:42 #63 24.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #63 25.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #63 25.44 (1/7) Installing ca-certificates (20241121-r1) 04:39:42 #63 25.46 (2/7) Installing dumb-init (1.2.5-r3) 04:39:42 #63 25.46 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:39:42 #63 25.46 (4/7) Installing libsodium (1.0.19-r0) 04:39:42 #63 25.47 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:39:42 #63 25.49 (6/7) Installing libzmq (4.3.5-r2) 04:39:42 #63 25.50 (7/7) Installing zeromq (4.3.5-r2) 04:39:42 #63 25.50 Executing busybox-1.36.1-r29.trigger 04:39:42 #63 25.51 Executing ca-certificates-20241121-r1.trigger 04:39:42 #63 25.59 OK: 12 MiB in 21 packages 04:39:42 #63 DONE 25.9s 04:39:42 04:39:42 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:39:42 #61 25.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #61 25.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #61 25.69 (1/1) Installing dumb-init (1.2.5-r3) 04:39:42 #61 25.70 Executing busybox-1.36.1-r29.trigger 04:39:42 #61 25.71 OK: 8 MiB in 15 packages 04:39:42 #61 DONE 26.0s 04:39:42 04:39:42 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:39:42 #62 25.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #62 25.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #62 25.70 (1/4) Installing dumb-init (1.2.5-r3) 04:39:42 #62 25.71 (2/4) Installing openssl (3.3.3-r0) 04:39:42 #62 25.72 (3/4) Installing su-exec (0.2-r3) 04:39:42 #62 25.72 (4/4) Installing yq-go (4.44.1-r2) 04:39:42 #62 25.87 Executing busybox-1.36.1-r29.trigger 04:39:42 #62 25.88 OK: 19 MiB in 18 packages 04:39:42 #62 DONE 26.0s 04:39:42 04:39:42 #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:39:42 #67 ... 04:39:42 04:39:42 #68 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:39:42 #0 1.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #0 1.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #0 1.728 OK: 10 MiB in 17 packages 04:39:42 #68 DONE 1.9s 04:39:42 04:39:42 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:39:42 #57 25.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #57 25.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #57 25.50 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:39:42 #57 25.50 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:39:42 #57 25.50 OK: 24171 distinct packages available 04:39:42 #57 25.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #57 25.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #57 26.02 (1/14) Installing ca-certificates (20241121-r1) 04:39:42 #57 26.03 (2/14) Installing brotli-libs (1.1.0-r2) 04:39:42 #57 26.05 (3/14) Installing c-ares (1.33.1-r0) 04:39:42 #57 26.05 (4/14) Installing libunistring (1.2-r0) 04:39:42 #57 26.07 (5/14) Installing libidn2 (2.3.7-r0) 04:39:42 #57 26.09 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:39:42 #57 26.09 (7/14) Installing libpsl (0.21.5-r1) 04:39:42 #57 26.09 (8/14) Installing zstd-libs (1.5.6-r0) 04:39:42 #57 26.10 (9/14) Installing libcurl (8.12.1-r0) 04:39:42 #57 26.11 (10/14) Installing curl (8.12.1-r0) 04:39:42 #57 26.11 (11/14) Installing dumb-init (1.2.5-r3) 04:39:42 #57 26.12 (12/14) Installing musl-obstack (1.2.3-r2) 04:39:42 #57 26.13 (13/14) Installing libucontext (1.2-r3) 04:39:42 #57 26.13 (14/14) Installing gcompat (1.1.0-r4) 04:39:42 #57 26.13 Executing busybox-1.36.1-r29.trigger 04:39:42 #57 26.14 Executing ca-certificates-20241121-r1.trigger 04:39:42 #57 26.18 OK: 13 MiB in 28 packages 04:39:42 #57 DONE 26.3s 04:39:42 04:39:42 #37 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:39:42 #37 24.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #37 24.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #37 25.04 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:39:42 #37 25.04 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:39:42 #37 25.04 OK: 24171 distinct packages available 04:39:42 #37 25.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #37 25.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #37 25.52 (1/5) Installing dumb-init (1.2.5-r3) 04:39:42 #37 25.52 (2/5) Installing musl-obstack (1.2.3-r2) 04:39:42 #37 25.52 (3/5) Installing libucontext (1.2-r3) 04:39:42 #37 25.53 (4/5) Installing gcompat (1.1.0-r4) 04:39:42 #37 25.53 (5/5) Installing openssl (3.3.3-r0) 04:39:42 #37 25.54 Executing busybox-1.36.1-r29.trigger 04:39:42 #37 25.55 OK: 9 MiB in 19 packages 04:39:42 #37 DONE 25.7s 04:39:42 04:39:42 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:39:42 #58 24.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #58 24.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #58 25.09 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:39:42 #58 25.09 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:39:42 #58 25.09 OK: 24171 distinct packages available 04:39:42 #58 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #58 25.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #58 25.56 (1/4) Installing dumb-init (1.2.5-r3) 04:39:42 #58 25.56 (2/4) Installing musl-obstack (1.2.3-r2) 04:39:42 #58 25.56 (3/4) Installing libucontext (1.2-r3) 04:39:42 #58 25.57 (4/4) Installing gcompat (1.1.0-r4) 04:39:42 #58 25.57 Executing busybox-1.36.1-r29.trigger 04:39:42 #58 25.58 OK: 8 MiB in 18 packages 04:39:42 #58 DONE 25.7s 04:39:42 04:39:42 #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:39:42 #0 1.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #0 1.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #0 2.079 OK: 8 MiB in 16 packages 04:39:42 #69 DONE 2.2s 04:39:42 04:39:42 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:39:42 #70 ... 04:39:42 04:39:42 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:39:42 #0 1.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:42 #0 1.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:42 #0 2.208 OK: 8 MiB in 15 packages 04:39:42 #71 DONE 2.3s 04:39:42 04:39:42 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:39:43 #72 ... 04:39:43 04:39:43 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:43 #73 DONE 2.8s 04:39:43 04:39:43 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:39:43 #74 ... 04:39:43 04:39:43 #75 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 04:39:43 #0 2.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:43 #0 2.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:43 #0 3.102 OK: 248 MiB in 58 packages 04:39:43 #75 DONE 3.2s 04:39:43 04:39:43 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:39:43 #76 DONE 0.1s 04:39:43 04:39:43 #77 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:39:43 #0 2.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:43 #0 2.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:43 #0 3.267 OK: 248 MiB in 58 packages 04:39:43 #77 DONE 3.3s 04:39:43 04:39:43 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:39:43 #78 DONE 0.0s 04:39:43 04:39:43 #79 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:39:43 #79 ... 04:39:43 04:39:43 #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:39:43 #0 2.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:43 #0 2.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:43 #0 3.152 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:39:43 #0 3.152 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:39:43 #0 3.152 OK: 24171 distinct packages available 04:39:43 #0 3.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:43 #0 3.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:43 #0 3.579 OK: 248 MiB in 58 packages 04:39:43 #80 DONE 3.7s 04:39:44 04:39:44 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:39:44 #81 DONE 0.0s 04:39:44 04:39:44 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:39:44 #66 2.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:44 #66 3.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:44 #66 3.651 OK: 248 MiB in 58 packages 04:39:44 #66 DONE 3.8s 04:39:44 04:39:44 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:39:44 #82 ... 04:39:44 04:39:44 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:39:44 #0 2.368 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:44 #0 3.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:44 #0 3.717 OK: 19 MiB in 18 packages 04:39:44 #83 DONE 3.8s 04:39:44 04:39:44 #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:39:44 #84 DONE 0.1s 04:39:44 04:39:44 #85 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:39:44 #0 2.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:44 #0 3.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:44 #0 3.768 OK: 248 MiB in 58 packages 04:39:44 #85 DONE 4.0s 04:39:44 04:39:44 #86 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:39:44 #86 DONE 0.0s 04:39:44 04:39:44 #87 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:39:45 #87 ... 04:39:45 04:39:45 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:39:45 #0 2.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:45 #0 2.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:45 #0 3.063 OK: 12 MiB in 21 packages 04:39:45 #88 DONE 3.2s 04:39:45 04:39:45 #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:39:45 #67 2.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:45 #67 2.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:45 #67 3.152 OK: 19 MiB in 18 packages 04:39:45 #67 DONE 3.3s 04:39:45 04:39:45 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 04:39:45 #72 2.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:45 #72 2.895 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:45 #72 3.189 OK: 8 MiB in 15 packages 04:39:45 #72 DONE 3.4s 04:39:45 04:39:45 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:39:45 #0 2.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:45 #0 2.522 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:45 #0 2.810 OK: 13 MiB in 28 packages 04:39:45 #89 DONE 3.0s 04:39:45 04:39:45 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:39:45 #90 DONE 0.0s 04:39:45 04:39:45 #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:39:45 #70 3.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:45 #70 3.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:45 #70 3.375 OK: 9 MiB in 19 packages 04:39:46 #70 DONE 3.5s 04:39:46 04:39:46 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:39:46 #0 2.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:46 #0 3.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:46 #0 3.326 OK: 8 MiB in 18 packages 04:39:46 #91 DONE 3.5s 04:39:46 04:39:46 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:39:46 #92 DONE 3.4s 04:39:46 04:39:46 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:39:47 #93 ... 04:39:47 04:39:47 #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:39:47 #94 DONE 1.3s 04:39:47 04:39:47 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:39:47 #93 DONE 1.3s 04:39:47 04:39:47 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:39:47 #95 DONE 1.4s 04:39:47 04:39:47 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:39:47 #96 DONE 1.4s 04:39:47 04:39:47 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:39:48 #97 DONE 0.6s 04:39:48 04:39:48 #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:39:48 #98 DONE 0.6s 04:39:48 04:39:48 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:39:48 #99 DONE 0.6s 04:39:48 04:39:48 #100 [security-spire-config stage-2 6/10] COPY security.txt / 04:39:48 #100 DONE 0.1s 04:39:48 04:39:48 #101 [security-spire-server stage-2 6/9] COPY security.txt / 04:39:48 #101 DONE 0.1s 04:39:48 04:39:48 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:39:48 #102 DONE 0.1s 04:39:48 04:39:48 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:39:48 #103 DONE 0.1s 04:39:48 04:39:48 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 04:39:48 #104 DONE 0.0s 04:39:48 04:39:48 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:39:48 #105 DONE 0.0s 04:39:48 04:39:48 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:39:48 #106 DONE 0.1s 04:39:48 04:39:48 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:39:48 #107 DONE 0.1s 04:39:48 04:39:48 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:39:48 #108 DONE 0.1s 04:39:48 04:39:48 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:39:48 #109 DONE 0.0s 04:39:48 04:39:48 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:39:48 #110 DONE 0.1s 04:39:48 04:39:48 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:39:48 #111 DONE 0.1s 04:39:48 04:39:48 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:39:48 #112 DONE 0.0s 04:39:48 04:39:48 #113 [security-spire-agent] exporting to image 04:39:48 #113 exporting layers 04:39:49 #113 exporting layers 0.8s done 04:39:49 #113 writing image sha256:7050556e8889f528853245ac59295b7087ecf7c0424ac3b5e982af4b047c6252 0.0s done 04:39:49 #113 writing image sha256:b3e3ae8435c08327f7bdda1b723f161589c5194ac29f52a1123937a20af4cb45 done 04:39:49 #113 naming to docker.io/library/security-spire-config done 04:39:49 #113 naming to docker.io/library/security-spire-server done 04:39:49 #113 writing image sha256:f5cf217286cb4901e0a6a3724a7407133b75e5ca273327163608fa82e85c5f04 done 04:39:49 #113 naming to docker.io/library/security-spire-agent done 04:39:49 #113 DONE 0.9s 04:39:49 04:39:49 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:39:49 #74 4.099 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:49 #74 6.653 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:50 #74 ... 04:39:50 04:39:50 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:39:50 #0 2.646 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:39:50 #0 5.322 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:39:50 #0 8.618 (1/1) Installing dumb-init (1.2.5-r3) 04:39:50 #114 10.14 Executing busybox-1.36.1-r29.trigger 04:39:50 #114 10.15 OK: 8 MiB in 15 packages 04:39:50 #114 DONE 10.3s 04:39:50 04:39:50 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:39:53 #115 ... 04:39:53 04:39:53 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:39:53 #74 9.913 OK: 248 MiB in 58 packages 04:39:53 #74 DONE 10.0s 04:39:53 04:39:53 #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:39:53 #116 DONE 0.0s 04:39:53 04:39:53 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:39:53 #117 ... 04:39:53 04:39:53 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:32 #118 DONE 34.4s 04:40:32 04:40:32 #87 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:32 #87 DONE 43.3s 04:40:32 04:40:32 #79 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:32 #79 DONE 43.9s 04:40:32 04:40:32 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:32 #117 DONE 44.0s 04:40:32 04:40:32 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:32 #115 DONE 43.5s 04:40:32 04:40:32 #119 [security-secretstore-setup builder 6/7] COPY . . 04:40:32 #119 ... 04:40:32 04:40:32 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:32 #82 DONE 43.6s 04:40:32 04:40:32 #120 [security-spiffe-token-provider builder 6/7] COPY . . 04:40:36 #120 DONE 8.7s 04:40:36 04:40:36 #121 [security-proxy-auth builder 6/7] COPY . . 04:40:36 #121 DONE 8.7s 04:40:36 04:40:36 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:40:36 #122 ... 04:40:36 04:40:36 #123 [core-command builder 4/7] COPY go.mod vendor* ./ 04:40:36 #123 CACHED 04:40:36 04:40:36 #124 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:36 #124 CACHED 04:40:36 04:40:36 #125 [core-command builder 6/7] COPY . . 04:40:36 #125 CACHED 04:40:36 04:40:36 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:36 #126 CACHED 04:40:36 04:40:36 #127 [core-data builder 6/7] COPY . . 04:40:36 #127 CACHED 04:40:36 04:40:36 #128 [core-data builder 4/7] COPY go.mod vendor* ./ 04:40:36 #128 CACHED 04:40:36 04:40:36 #129 [core-metadata builder 6/7] COPY . . 04:40:36 #129 CACHED 04:40:36 04:40:36 #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:40:36 #130 CACHED 04:40:36 04:40:36 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:36 #131 CACHED 04:40:36 04:40:36 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:40:36 #132 CACHED 04:40:36 04:40:36 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:36 #133 CACHED 04:40:36 04:40:36 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 04:40:36 #134 CACHED 04:40:36 04:40:36 #135 [support-notifications builder 6/7] COPY . . 04:40:36 #135 DONE 8.7s 04:40:36 04:40:36 #136 [support-scheduler builder 6/7] COPY . . 04:40:36 #136 DONE 8.7s 04:40:36 04:40:36 #119 [security-secretstore-setup builder 6/7] COPY . . 04:40:36 #119 DONE 8.7s 04:40:36 04:40:36 #137 [core-keeper builder 7/8] COPY . . 04:40:36 #137 DONE 8.8s 04:40:36 04:40:36 #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:40:36 #138 CACHED 04:40:36 04:40:36 #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:36 #139 CACHED 04:40:36 04:40:36 #140 [security-proxy-setup builder 6/7] COPY . . 04:40:36 #140 CACHED 04:40:36 04:40:36 #141 [security-bootstrapper builder 6/7] COPY . . 04:40:36 #141 CACHED 04:40:36 04:40:36 #142 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:36 #142 CACHED 04:40:36 04:40:36 #143 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:40:36 #143 CACHED 04:40:36 04:40:36 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:40:37 #144 1.388 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:40:40 Removing intermediate container 6d6ff2c85120 04:40:40 ---> 73d13b2fc304 04:40:40 Successfully built 73d13b2fc304 04:40:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:41 + docker inspect -f . ci-base-image-arm64 04:40:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:40:41 prd-ubuntu20.04-docker-arm64-4c-16g-3495 does not seem to be running inside a container 04:40:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:40:42 $ docker top fdd5375f439aec4b7505ede38b0b4a8c0f4daa8a7385bb830a7fb21e25d08175 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:43 + go version 04:40:43 go version go1.23.9 linux/arm64 [Pipeline] } 04:40:43 $ docker stop --time=1 fdd5375f439aec4b7505ede38b0b4a8c0f4daa8a7385bb830a7fb21e25d08175 04:40:45 $ docker rm -f --volumes fdd5375f439aec4b7505ede38b0b4a8c0f4daa8a7385bb830a7fb21e25d08175 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:46 04:40:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:46 latest: Pulling from edgex-devops/edgex-compose-arm64 04:40:46 547446be3368: Pulling fs layer 04:40:46 d125d8839a47: Pulling fs layer 04:40:46 3e85d5ac6304: Pulling fs layer 04:40:46 c3105a71a48b: Pulling fs layer 04:40:46 0f093f025ec4: Pulling fs layer 04:40:46 c3106fc0e877: Pulling fs layer 04:40:46 c3105a71a48b: Waiting 04:40:46 0f093f025ec4: Waiting 04:40:46 c3106fc0e877: Waiting 04:40:46 547446be3368: Verifying Checksum 04:40:46 547446be3368: Download complete 04:40:46 c3105a71a48b: Verifying Checksum 04:40:46 c3105a71a48b: Download complete 04:40:47 d125d8839a47: Verifying Checksum 04:40:47 d125d8839a47: Download complete 04:40:47 c3106fc0e877: Download complete 04:40:47 0f093f025ec4: Verifying Checksum 04:40:47 0f093f025ec4: Download complete 04:40:47 547446be3368: Pull complete 04:40:48 #144 ... 04:40:48 04:40:48 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:40:48 #0 0.815 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:40:48 #145 ... 04:40:48 04:40:48 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:40:48 #0 1.048 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:48 #146 ... 04:40:48 04:40:48 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:40:48 #0 0.589 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:40:48 #147 ... 04:40:48 04:40:48 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:40:48 #0 1.135 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:40:48 #148 ... 04:40:48 04:40:48 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:40:48 #0 0.754 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:40:48 #149 ... 04:40:48 04:40:48 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:40:48 #122 0.422 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:40:48 #122 ... 04:40:48 04:40:48 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:40:48 #0 1.129 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:40:48 #150 ... 04:40:48 04:40:48 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:40:48 #0 1.339 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:40:48 #151 ... 04:40:48 04:40:48 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:40:48 #0 1.386 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:40:48 #152 ... 04:40:48 04:40:48 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:40:48 #0 1.021 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:40:48 #153 ... 04:40:48 04:40:48 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:40:48 #0 0.961 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:48 d125d8839a47: Pull complete 04:40:49 3e85d5ac6304: Verifying Checksum 04:40:49 3e85d5ac6304: Download complete 04:40:59 3e85d5ac6304: Pull complete 04:40:59 c3105a71a48b: Pull complete 04:41:00 0f093f025ec4: Pull complete 04:41:00 c3106fc0e877: Pull complete 04:41:00 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 04:41:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:00 prd-ubuntu20.04-docker-arm64-4c-16g-3495 does not seem to be running inside a container 04:41:00 $ 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/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:02 $ docker top 18a3d98cc7379c547e09110dbeea27fba00f3836665bfb8bbcab17814aaa9026 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:03 + docker compose -f ./docker-compose-build.yml build --parallel 04:41:13 #1 [security-proxy-setup internal] load build definition from Dockerfile 04:41:13 #1 transferring dockerfile: 04:41:13 #1 transferring dockerfile: 2.50kB done 04:41:13 #1 DONE 0.1s 04:41:13 04:41:13 #2 [support-notifications internal] load build definition from Dockerfile 04:41:13 #2 transferring dockerfile: 2.00kB done 04:41:13 #2 DONE 0.0s 04:41:13 04:41:13 #3 [security-spire-agent internal] load build definition from Dockerfile 04:41:13 #3 transferring dockerfile: 1.81kB 0.0s done 04:41:13 #3 DONE 0.1s 04:41:13 04:41:13 #4 [support-scheduler internal] load build definition from Dockerfile 04:41:13 #4 transferring dockerfile: 1.83kB 0.0s done 04:41:13 #4 DONE 0.1s 04:41:13 04:41:13 #5 [security-bootstrapper internal] load build definition from Dockerfile 04:41:13 #5 transferring dockerfile: 3.02kB 0.0s done 04:41:13 #5 DONE 0.1s 04:41:13 04:41:13 #6 [security-spire-server internal] load build definition from Dockerfile 04:41:13 #6 transferring dockerfile: 1.70kB done 04:41:13 #6 DONE 0.1s 04:41:13 04:41:13 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:41:13 #7 transferring dockerfile: 2.23kB 0.0s done 04:41:13 #7 DONE 0.1s 04:41:13 04:41:13 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:41:13 #8 transferring dockerfile: 1.89kB done 04:41:13 #8 DONE 0.1s 04:41:13 04:41:13 #9 [core-keeper internal] load build definition from Dockerfile 04:41:13 #9 transferring dockerfile: 2.01kB done 04:41:13 #9 DONE 0.1s 04:41:13 04:41:13 #10 [security-spire-config internal] load build definition from Dockerfile 04:41:13 #10 transferring dockerfile: 1.69kB done 04:41:13 #10 DONE 0.1s 04:41:13 04:41:13 #11 [core-command internal] load build definition from Dockerfile 04:41:13 #11 transferring dockerfile: 1.94kB 0.0s done 04:41:13 #11 DONE 0.1s 04:41:13 04:41:13 #12 [security-secretstore-setup internal] load build definition from Dockerfile 04:41:13 #12 transferring dockerfile: 2.49kB 0.0s done 04:41:13 #12 DONE 0.1s 04:41:13 04:41:13 #13 [core-metadata internal] load build definition from Dockerfile 04:41:14 #13 transferring dockerfile: 2.10kB 0.0s done 04:41:14 #13 DONE 0.1s 04:41:14 04:41:14 #14 [core-data internal] load build definition from Dockerfile 04:41:14 #14 transferring dockerfile: 2.04kB done 04:41:14 #14 DONE 0.1s 04:41:14 04:41:14 #15 [security-proxy-auth internal] load build definition from Dockerfile 04:41:14 #15 transferring dockerfile: 2.14kB 0.0s done 04:41:14 #15 DONE 0.1s 04:41:14 04:41:14 #16 [security-proxy-setup internal] load .dockerignore 04:41:14 #16 transferring context: 50B 0.0s done 04:41:14 #16 DONE 0.1s 04:41:15 04:41:15 #17 [support-notifications internal] load .dockerignore 04:41:15 #17 transferring context: 50B done 04:41:15 #17 DONE 0.0s 04:41:15 04:41:15 #18 [security-spire-agent internal] load .dockerignore 04:41:15 #18 transferring context: 50B done 04:41:15 #18 DONE 0.0s 04:41:15 04:41:15 #19 [support-scheduler internal] load .dockerignore 04:41:15 #19 transferring context: 50B 0.0s done 04:41:15 #19 DONE 0.1s 04:41:15 04:41:15 #20 [security-bootstrapper internal] load .dockerignore 04:41:15 #20 transferring context: 50B 0.0s done 04:41:15 #20 DONE 0.1s 04:41:15 04:41:15 #21 [security-spire-server internal] load .dockerignore 04:41:15 #21 transferring context: 50B done 04:41:15 #21 DONE 0.1s 04:41:15 04:41:15 #22 [core-common-config-bootstrapper internal] load .dockerignore 04:41:15 #22 transferring context: 50B done 04:41:15 #22 DONE 0.0s 04:41:15 04:41:15 #23 [security-spiffe-token-provider internal] load .dockerignore 04:41:15 #23 transferring context: 50B 0.0s done 04:41:15 #23 DONE 0.1s 04:41:15 04:41:15 #24 [core-keeper internal] load .dockerignore 04:41:15 #24 transferring context: 50B done 04:41:15 #24 DONE 0.0s 04:41:15 04:41:15 #25 [security-spire-config internal] load .dockerignore 04:41:15 #25 transferring context: 50B 0.0s done 04:41:15 #25 DONE 0.0s 04:41:15 04:41:15 #26 [core-command internal] load .dockerignore 04:41:15 #26 transferring context: 50B done 04:41:15 #26 DONE 0.1s 04:41:15 04:41:15 #27 [security-secretstore-setup internal] load .dockerignore 04:41:15 #27 transferring context: 50B 0.0s done 04:41:15 #27 DONE 0.1s 04:41:15 04:41:15 #28 [core-metadata internal] load .dockerignore 04:41:15 #28 transferring context: 50B done 04:41:15 #28 DONE 0.1s 04:41:15 04:41:15 #29 [core-data internal] load .dockerignore 04:41:15 #29 transferring context: 50B done 04:41:15 #29 DONE 0.1s 04:41:15 04:41:15 #30 [security-proxy-auth internal] load .dockerignore 04:41:15 #30 transferring context: 50B done 04:41:15 #30 DONE 0.1s 04:41:15 04:41:15 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:15 #31 DONE 0.0s 04:41:15 04:41:15 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 04:41:16 #32 DONE 0.6s 04:41:16 04:41:16 #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:16 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:16 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:16 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:16 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:16 #33 ... 04:41:16 04:41:16 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:16 #31 DONE 0.0s 04:41:16 04:41:16 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:16 #31 DONE 0.0s 04:41:16 04:41:16 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 04:41:16 #32 ... 04:41:16 04:41:16 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:16 #31 DONE 0.0s 04:41:16 04:41:16 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 04:41:16 #32 DONE 0.6s 04:41:16 04:41:16 #33 [support-scheduler stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:16 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:16 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:16 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:16 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:17 #33 ... 04:41:17 04:41:17 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:17 #31 DONE 0.0s 04:41:17 04:41:17 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 04:41:17 #32 DONE 0.6s 04:41:17 04:41:17 #33 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:17 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:17 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:17 #33 ... 04:41:17 04:41:17 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:17 #31 DONE 0.0s 04:41:17 04:41:17 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 04:41:17 #32 DONE 0.6s 04:41:17 04:41:17 #33 [security-spiffe-token-provider stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:17 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:17 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:17 #33 ... 04:41:17 04:41:17 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:17 #31 DONE 0.0s 04:41:17 04:41:17 #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:17 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:17 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:17 #33 ... 04:41:17 04:41:17 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:17 #31 DONE 0.0s 04:41:18 04:41:18 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:18 #31 DONE 0.0s 04:41:18 04:41:18 #34 [support-notifications internal] load build context 04:41:18 #34 ... 04:41:18 04:41:18 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:18 #31 DONE 0.0s 04:41:18 04:41:18 #34 [support-notifications internal] load build context 04:41:18 #34 transferring context: 3.22MB 1.4s done 04:41:18 #34 ... 04:41:18 04:41:18 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:18 #31 DONE 0.0s 04:41:18 04:41:18 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 04:41:18 #32 DONE 1.8s 04:41:18 04:41:18 #33 [core-data stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:18 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:18 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:18 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:18 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:18 #33 ... 04:41:18 04:41:18 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:41:18 #31 DONE 0.1s 04:41:18 04:41:18 #35 [security-proxy-setup internal] load build context 04:41:18 #35 transferring context: 3.22MB 1.2s done 04:41:18 #35 DONE 2.5s 04:41:18 04:41:18 #36 [security-spiffe-token-provider internal] load build context 04:41:19 #36 ... 04:41:19 04:41:19 #34 [support-notifications internal] load build context 04:41:19 #34 DONE 2.3s 04:41:19 04:41:19 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:41:19 #37 DONE 2.6s 04:41:19 04:41:19 #38 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:41:19 #38 ... 04:41:19 04:41:19 #39 [security-spire-config internal] load build context 04:41:19 #39 DONE 0.0s 04:41:19 04:41:19 #40 [support-scheduler internal] load build context 04:41:19 #40 transferring context: 3.22MB 1.7s done 04:41:19 #40 DONE 2.6s 04:41:19 04:41:19 #41 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:41:19 #41 DONE 2.9s 04:41:19 04:41:19 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:19 #42 DONE 0.0s 04:41:19 04:41:19 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 04:41:19 #32 DONE 2.8s 04:41:19 04:41:19 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:19 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:20 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.5s done 04:41:20 #42 ... 04:41:20 04:41:20 #36 [security-spiffe-token-provider internal] load build context 04:41:20 #36 transferring context: 3.22MB 1.5s done 04:41:20 #36 DONE 3.1s 04:41:20 04:41:20 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:20 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:41:20 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 04:41:20 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 04:41:20 #42 ... 04:41:20 04:41:20 #43 [security-bootstrapper internal] load build context 04:41:20 #43 transferring context: 3.22MB 1.8s done 04:41:20 #43 DONE 3.2s 04:41:20 04:41:20 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:20 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 04:41:20 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 04:41:20 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s 04:41:21 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s 04:41:21 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.8s done 04:41:21 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.9s done 04:41:21 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.9s done 04:41:21 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 04:41:21 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 04:41:21 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.7s 04:41:21 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.8s 04:41:21 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.8s 04:41:22 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done 04:41:22 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.6s 04:41:23 #42 ... 04:41:23 04:41:23 #44 [security-spire-server internal] load build context 04:41:23 #44 transferring context: 23.80kB 0.5s done 04:41:23 #44 DONE 3.4s 04:41:23 04:41:23 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:23 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.4s 04:41:24 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.3s 04:41:24 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 04:41:24 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 04:41:25 #42 ... 04:41:25 04:41:25 #45 [core-common-config-bootstrapper internal] load build context 04:41:25 #45 transferring context: 3.22MB 3.8s done 04:41:25 #45 DONE 8.0s 04:41:25 04:41:25 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:26 #42 ... 04:41:26 04:41:26 #46 [security-spire-agent internal] load build context 04:41:26 #46 transferring context: 23.33kB 0.5s done 04:41:26 #46 DONE 6.5s 04:41:26 04:41:26 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:26 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.09MB / 33.17MB 6.0s 04:41:26 #42 ... 04:41:26 04:41:26 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:41:26 #47 ... 04:41:26 04:41:26 #39 [security-spire-config internal] load build context 04:41:26 #39 transferring context: 22.05kB 0.5s done 04:41:26 #39 DONE 6.9s 04:41:26 04:41:26 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:41:26 #0 9.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:26 #48 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:26 #48 ... 04:41:26 04:41:26 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:26 #42 ... 04:41:26 04:41:26 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:41:26 #0 8.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:26 #0 9.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:27 #49 ... 04:41:27 04:41:27 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:27 #42 ... 04:41:27 04:41:27 #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:41:27 #0 5.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:27 #0 6.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:27 #0 8.079 (1/3) Installing ca-certificates (20241121-r1) 04:41:27 #0 8.079 (2/3) Installing dumb-init (1.2.5-r3) 04:41:27 #0 8.079 (3/3) Installing tzdata (2025b-r0) 04:41:27 #0 8.419 Executing busybox-1.36.1-r29.trigger 04:41:27 #0 8.676 Executing ca-certificates-20241121-r1.trigger 04:41:27 #0 9.187 OK: 11 MiB in 17 packages 04:41:27 #50 ... 04:41:27 04:41:27 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:27 #42 ... 04:41:27 04:41:27 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:41:27 #0 8.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:27 #0 8.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:27 #51 ... 04:41:27 04:41:27 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:27 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 7.3s 04:41:27 #42 ... 04:41:27 04:41:27 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:41:27 #52 ... 04:41:27 04:41:27 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:41:27 #53 ... 04:41:27 04:41:27 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:28 #42 ... 04:41:28 04:41:28 #54 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 04:41:28 #54 DONE 4.0s 04:41:28 04:41:28 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:28 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 8.2s 04:41:28 #42 ... 04:41:28 04:41:28 #55 [core-data internal] load build context 04:41:28 #55 ... 04:41:28 04:41:28 #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:41:28 #50 DONE 11.7s 04:41:28 04:41:28 #56 [core-metadata internal] load build context 04:41:28 #56 transferring context: 2.01MB 8.4s 04:41:29 #56 ... 04:41:29 04:41:29 #57 [core-keeper internal] load build context 04:41:29 #57 transferring context: 3.22MB 8.7s done 04:41:29 #57 ... 04:41:29 04:41:29 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:41:29 #58 ... 04:41:29 04:41:29 #59 [core-command internal] load build context 04:41:29 #59 transferring context: 3.22MB 8.7s done 04:41:29 #59 ... 04:41:29 04:41:29 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:29 #60 ... 04:41:29 04:41:29 #61 [security-secretstore-setup internal] load build context 04:41:29 #61 ... 04:41:29 04:41:29 #59 [core-command internal] load build context 04:41:29 #59 DONE 10.6s 04:41:29 04:41:29 #61 [security-secretstore-setup internal] load build context 04:41:29 #61 ... 04:41:29 04:41:29 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:41:29 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:41:29 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:41:29 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:41:29 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:41:29 #33 ... 04:41:29 04:41:29 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:29 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.6s done 04:41:29 #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:41:29 #62 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 04:41:29 #62 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 04:41:29 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.9s done 04:41:29 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done 04:41:29 #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.3s done 04:41:29 #62 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.2s done 04:41:29 #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 04:41:29 #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 04:41:29 #62 ... 04:41:29 04:41:29 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:29 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 9.4s 04:41:29 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 04:41:29 #42 ... 04:41:29 04:41:29 #63 [security-proxy-auth internal] load build context 04:41:29 #63 ... 04:41:29 04:41:29 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:29 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 9.7s 04:41:29 #42 ... 04:41:29 04:41:29 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:41:30 #64 ... 04:41:30 04:41:30 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:41:30 #65 ... 04:41:30 04:41:30 #57 [core-keeper internal] load build context 04:41:30 #57 DONE 11.6s 04:41:30 04:41:30 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:41:30 #65 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:30 #65 ... 04:41:30 04:41:30 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:30 #42 ... 04:41:30 04:41:30 #61 [security-secretstore-setup internal] load build context 04:41:30 #61 transferring context: 3.22MB 9.5s done 04:41:30 #61 DONE 11.8s 04:41:30 04:41:30 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:30 #60 DONE 11.3s 04:41:30 04:41:30 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:30 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 10.3s 04:41:30 #42 ... 04:41:30 04:41:30 #55 [core-data internal] load build context 04:41:30 #55 transferring context: 3.22MB 9.5s done 04:41:30 #55 DONE 12.1s 04:41:30 04:41:30 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:30 #42 ... 04:41:30 04:41:30 #56 [core-metadata internal] load build context 04:41:30 #56 transferring context: 3.22MB 9.6s done 04:41:30 #56 DONE 12.2s 04:41:30 04:41:30 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:31 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 10.9s 04:41:31 #42 ... 04:41:31 04:41:31 #63 [security-proxy-auth internal] load build context 04:41:31 #63 transferring context: 3.22MB 8.3s done 04:41:31 #63 DONE 11.7s 04:41:31 04:41:31 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:31 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.05MB / 33.17MB 11.4s 04:41:32 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 12.0s 04:41:32 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 12.2s 04:41:33 #42 ... 04:41:33 04:41:33 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:41:33 #51 13.81 (1/2) Installing dumb-init (1.2.5-r3) 04:41:33 #51 13.81 (2/2) Installing su-exec (0.2-r3) 04:41:33 #51 13.81 Executing busybox-1.36.1-r29.trigger 04:41:33 #51 13.96 OK: 9 MiB in 16 packages 04:41:33 #51 DONE 15.8s 04:41:33 04:41:33 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:33 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.25MB / 33.17MB 13.0s 04:41:34 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.9s done 04:41:34 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.9s done 04:41:35 #42 ... 04:41:35 04:41:35 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:41:35 #48 14.63 (1/4) Installing dumb-init (1.2.5-r3) 04:41:35 #48 14.63 (2/4) Installing openssl (3.3.3-r0) 04:41:35 #48 14.69 (3/4) Installing su-exec (0.2-r3) 04:41:35 #48 14.69 (4/4) Installing yq-go (4.44.1-r2) 04:41:35 #48 16.04 Executing busybox-1.36.1-r29.trigger 04:41:35 #48 16.24 OK: 20 MiB in 18 packages 04:41:35 #48 DONE 18.6s 04:41:35 04:41:35 #66 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:41:36 #66 ... 04:41:36 04:41:36 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:41:36 #49 14.83 (1/7) Installing ca-certificates (20241121-r1) 04:41:36 #49 15.26 (2/7) Installing dumb-init (1.2.5-r3) 04:41:36 #49 15.32 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:41:36 #49 15.34 (4/7) Installing libsodium (1.0.19-r0) 04:41:36 #49 15.40 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:41:36 #49 15.66 (6/7) Installing libzmq (4.3.5-r2) 04:41:36 #49 15.78 (7/7) Installing zeromq (4.3.5-r2) 04:41:36 #49 15.82 Executing busybox-1.36.1-r29.trigger 04:41:36 #49 16.02 Executing ca-certificates-20241121-r1.trigger 04:41:36 #49 17.28 OK: 14 MiB in 21 packages 04:41:36 #49 DONE 19.5s 04:41:36 04:41:36 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:41:38 #67 ... 04:41:38 04:41:38 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:41:38 #52 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:38 #52 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:38 #52 17.72 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:41:38 #52 17.72 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:41:38 #52 17.72 OK: 24049 distinct packages available 04:41:38 #52 19.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:38 #52 20.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:38 #52 ... 04:41:38 04:41:38 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:38 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s 04:41:38 #42 ... 04:41:38 04:41:38 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:41:38 #68 ... 04:41:38 04:41:38 #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:41:38 #69 ... 04:41:38 04:41:38 #70 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 04:41:38 #70 ... 04:41:38 04:41:38 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:41:39 #71 ... 04:41:39 04:41:39 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:41:39 #72 ... 04:41:39 04:41:39 #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:41:39 #73 ... 04:41:39 04:41:39 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:39 #74 ... 04:41:39 04:41:39 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:41:39 #53 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:39 #53 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:39 #53 21.00 (1/1) Installing dumb-init (1.2.5-r3) 04:41:39 #53 21.05 Executing busybox-1.36.1-r29.trigger 04:41:39 #53 21.15 OK: 9 MiB in 15 packages 04:41:39 #53 ... 04:41:39 04:41:39 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:39 #42 ... 04:41:39 04:41:39 #53 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:41:39 #53 DONE 22.5s 04:41:39 04:41:39 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:40 #42 ... 04:41:40 04:41:40 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:41:40 #75 ... 04:41:40 04:41:40 #38 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:41:40 #38 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:40 #38 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:40 #38 20.68 (1/4) Installing ca-certificates (20241121-r1) 04:41:40 #38 20.99 (2/4) Installing dumb-init (1.2.5-r3) 04:41:40 #38 20.99 (3/4) Installing su-exec (0.2-r3) 04:41:40 #38 20.99 (4/4) Installing yq-go (4.44.1-r2) 04:41:40 #38 ... 04:41:40 04:41:40 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:41:40 #64 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:40 #64 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:40 #64 19.28 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:41:40 #64 19.28 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:41:40 #64 19.28 OK: 24049 distinct packages available 04:41:40 #64 19.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:40 #64 ... 04:41:40 04:41:40 #38 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:41:40 #38 21.69 Executing busybox-1.36.1-r29.trigger 04:41:40 #38 21.82 Executing ca-certificates-20241121-r1.trigger 04:41:41 #38 ... 04:41:41 04:41:41 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:41 #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.8s 04:41:41 #62 ... 04:41:41 04:41:41 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:41:41 #58 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:41 #58 15.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:41 #58 21.15 (1/1) Installing dumb-init (1.2.5-r3) 04:41:41 #58 21.20 Executing busybox-1.36.1-r29.trigger 04:41:41 #58 21.29 OK: 9 MiB in 15 packages 04:41:41 #58 DONE 22.5s 04:41:41 04:41:41 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:41 #62 ... 04:41:41 04:41:41 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:41:41 #76 ... 04:41:41 04:41:41 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:41:41 #65 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:41 #65 18.48 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:41:41 #65 18.48 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:41:41 #65 18.48 OK: 24049 distinct packages available 04:41:41 #65 19.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:41 #65 20.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:41 #65 ... 04:41:41 04:41:41 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:42 #42 ... 04:41:42 04:41:42 #38 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:41:42 #38 22.47 OK: 20 MiB in 18 packages 04:41:42 #38 DONE 23.9s 04:41:43 04:41:43 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:43 #74 DONE 14.6s 04:41:43 04:41:43 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:43 #42 ... 04:41:43 04:41:43 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:41:43 #77 ... 04:41:43 04:41:43 #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:41:43 #69 14.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:44 #69 16.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:45 #69 ... 04:41:45 04:41:45 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:41:45 #52 24.36 (1/14) Installing ca-certificates (20241121-r1) 04:41:45 #52 24.54 (2/14) Installing brotli-libs (1.1.0-r2) 04:41:45 #52 24.61 (3/14) Installing c-ares (1.33.1-r0) 04:41:45 #52 24.61 (4/14) Installing libunistring (1.2-r0) 04:41:45 #52 24.79 (5/14) Installing libidn2 (2.3.7-r0) 04:41:45 #52 24.79 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:41:45 #52 24.79 (7/14) Installing libpsl (0.21.5-r1) 04:41:45 #52 24.79 (8/14) Installing zstd-libs (1.5.6-r0) 04:41:45 #52 24.93 (9/14) Installing libcurl (8.12.1-r0) 04:41:45 #52 24.95 (10/14) Installing curl (8.12.1-r0) 04:41:45 #52 25.01 (11/14) Installing dumb-init (1.2.5-r3) 04:41:45 #52 25.04 (12/14) Installing musl-obstack (1.2.3-r2) 04:41:45 #52 25.15 (13/14) Installing libucontext (1.2-r3) 04:41:45 #52 25.27 (14/14) Installing gcompat (1.1.0-r4) 04:41:45 #52 25.36 Executing busybox-1.36.1-r29.trigger 04:41:45 #52 25.50 Executing ca-certificates-20241121-r1.trigger 04:41:45 #52 26.30 OK: 15 MiB in 28 packages 04:41:45 #52 DONE 28.0s 04:41:45 04:41:45 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:41:45 #71 17.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:47 #71 ... 04:41:47 04:41:47 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:41:47 #65 24.46 (1/5) Installing dumb-init (1.2.5-r3) 04:41:47 #65 24.50 (2/5) Installing musl-obstack (1.2.3-r2) 04:41:47 #65 24.53 (3/5) Installing libucontext (1.2-r3) 04:41:47 #65 24.53 (4/5) Installing gcompat (1.1.0-r4) 04:41:47 #65 24.58 (5/5) Installing openssl (3.3.3-r0) 04:41:47 #65 24.91 Executing busybox-1.36.1-r29.trigger 04:41:47 #65 24.91 OK: 10 MiB in 19 packages 04:41:47 #65 DONE 27.3s 04:41:47 04:41:47 #78 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:41:48 #78 ... 04:41:48 04:41:48 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:41:48 #64 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:48 #64 26.46 (1/4) Installing dumb-init (1.2.5-r3) 04:41:48 #64 26.51 (2/4) Installing musl-obstack (1.2.3-r2) 04:41:48 #64 26.51 (3/4) Installing libucontext (1.2-r3) 04:41:48 #64 26.54 (4/4) Installing gcompat (1.1.0-r4) 04:41:48 #64 26.59 Executing busybox-1.36.1-r29.trigger 04:41:48 #64 26.76 OK: 9 MiB in 18 packages 04:41:48 #64 DONE 28.5s 04:41:48 04:41:48 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:41:49 #79 ... 04:41:49 04:41:49 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:41:49 #72 13.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:49 #72 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:49 #72 20.02 OK: 239 MiB in 58 packages 04:41:49 #72 DONE 21.0s 04:41:49 04:41:49 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:49 #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 18.4s 04:41:49 #62 ... 04:41:49 04:41:49 #80 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:41:49 #80 ... 04:41:49 04:41:49 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:51 #62 ... 04:41:51 04:41:51 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:41:51 #81 DONE 1.6s 04:41:51 04:41:51 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:41:52 #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 20.7s done 04:41:53 #62 ... 04:41:53 04:41:53 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:41:53 #82 ... 04:41:53 04:41:53 #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:41:53 #83 ... 04:41:53 04:41:53 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:53 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.4s 04:41:53 #42 ... 04:41:53 04:41:53 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:41:53 #82 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:54 #82 ... 04:41:54 04:41:54 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 04:41:54 #69 24.54 OK: 239 MiB in 58 packages 04:41:54 #69 DONE 27.2s 04:41:54 04:41:54 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:41:54 #68 16.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:54 #68 18.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:54 #68 ... 04:41:54 04:41:54 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:55 #42 ... 04:41:55 04:41:55 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:41:55 #0 9.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:55 #84 ... 04:41:55 04:41:55 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:55 #42 ... 04:41:55 04:41:55 #85 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:41:55 #85 DONE 0.9s 04:41:55 04:41:55 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:56 #42 ... 04:41:56 04:41:56 #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:41:56 #73 16.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:56 #73 19.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:56 #73 ... 04:41:56 04:41:56 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:56 #42 ... 04:41:56 04:41:56 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:41:56 #75 15.93 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:56 #75 19.65 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:56 #75 ... 04:41:56 04:41:56 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:41:56 #77 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:56 #77 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:56 #77 ... 04:41:56 04:41:56 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:57 #42 ... 04:41:57 04:41:57 #70 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 04:41:57 #70 18.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:57 #70 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:57 #70 28.07 OK: 239 MiB in 58 packages 04:41:57 #70 ... 04:41:57 04:41:57 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:41:57 #84 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:58 #84 ... 04:41:58 04:41:58 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:41:58 #71 19.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:58 #71 27.52 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:41:58 #71 27.52 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:41:58 #71 27.52 OK: 24049 distinct packages available 04:41:58 #71 29.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:58 #71 ... 04:41:58 04:41:58 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:58 #42 ... 04:41:58 04:41:58 #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:41:58 #70 DONE 30.1s 04:41:58 04:41:58 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:58 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.5s 04:41:59 #42 ... 04:41:59 04:41:59 #73 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:41:59 #73 27.77 OK: 11 MiB in 17 packages 04:41:59 #73 DONE 29.9s 04:41:59 04:41:59 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:41:59 #42 ... 04:41:59 04:41:59 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:41:59 #68 29.26 OK: 239 MiB in 58 packages 04:41:59 #68 DONE 30.7s 04:41:59 04:41:59 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:41:59 #67 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:59 #67 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:59 #67 ... 04:41:59 04:41:59 #66 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:41:59 #66 14.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:41:59 #66 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:41:59 #66 ... 04:41:59 04:41:59 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:00 #42 ... 04:42:00 04:42:00 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:42:00 #77 24.21 OK: 9 MiB in 16 packages 04:42:00 #77 DONE 26.8s 04:42:00 04:42:00 #86 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:42:00 #86 DONE 1.6s 04:42:00 04:42:00 #87 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:42:01 #87 ... 04:42:01 04:42:01 #88 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:42:01 #88 DONE 1.9s 04:42:01 04:42:01 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:01 #42 ... 04:42:01 04:42:01 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:42:01 #89 ... 04:42:01 04:42:01 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:02 #42 ... 04:42:02 04:42:02 #66 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:42:02 #66 25.54 OK: 20 MiB in 18 packages 04:42:02 #66 DONE 27.3s 04:42:02 04:42:02 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:02 #42 ... 04:42:02 04:42:02 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:42:02 #90 DONE 0.2s 04:42:02 04:42:02 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:02 #42 ... 04:42:02 04:42:02 #80 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:42:02 #80 12.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:42:02 #80 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:02 #80 ... 04:42:02 04:42:02 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:42:02 #75 32.38 (1/1) Installing dumb-init (1.2.5-r3) 04:42:03 #75 ... 04:42:03 04:42:03 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:42:03 #62 ... 04:42:03 04:42:03 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:42:03 #67 25.47 OK: 14 MiB in 21 packages 04:42:03 #67 DONE 26.9s 04:42:03 04:42:03 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:03 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.4s done 04:42:04 #42 DONE 44.5s 04:42:04 04:42:04 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:42:04 #91 ... 04:42:04 04:42:04 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:42:04 #76 12.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:42:04 #76 14.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:04 #76 ... 04:42:04 04:42:04 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:42:04 #71 32.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:05 #71 ... 04:42:05 04:42:05 #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:42:05 #83 11.74 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:42:05 #83 15.78 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:05 #83 ... 04:42:05 04:42:05 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:42:05 #75 34.76 Executing busybox-1.36.1-r29.trigger 04:42:05 #75 35.00 OK: 9 MiB in 15 packages 04:42:05 #75 ... 04:42:05 04:42:05 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:42:05 #92 DONE 5.5s 04:42:05 04:42:05 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:42:05 #93 DONE 0.2s 04:42:05 04:42:05 #80 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:42:05 #80 25.08 OK: 9 MiB in 15 packages 04:42:06 #80 ... 04:42:06 04:42:06 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:42:06 #82 12.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:06 #82 21.62 OK: 20 MiB in 18 packages 04:42:06 #82 ... 04:42:06 04:42:06 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:42:06 #79 7.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:42:06 #79 9.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:06 #79 ... 04:42:06 04:42:06 #94 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:42:06 #94 ... 04:42:06 04:42:06 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:42:06 #82 DONE 23.3s 04:42:06 04:42:06 #78 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:42:06 #78 9.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:42:06 #78 11.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:42:06 #78 ... 04:42:06 04:42:06 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:42:06 #84 21.25 OK: 15 MiB in 28 packages 04:42:07 #84 ... 04:42:07 04:42:07 #80 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 04:42:07 #80 DONE 27.4s 04:42:07 04:42:07 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:42:07 #76 25.51 OK: 9 MiB in 15 packages 04:42:07 #76 ... 04:42:07 04:42:07 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:42:07 #75 DONE 37.2s 04:42:07 04:42:07 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:42:08 #33 ... 04:42:08 04:42:08 #78 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:42:08 #78 20.73 OK: 10 MiB in 19 packages 04:42:08 #78 ... 04:42:08 04:42:08 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:42:08 #84 DONE 22.7s 04:42:08 04:42:08 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:42:08 #76 DONE 26.8s 04:42:08 04:42:08 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:42:08 #79 19.43 OK: 9 MiB in 18 packages 04:42:08 #79 ... 04:42:08 04:42:08 #78 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 04:42:08 #78 DONE 21.7s 04:42:09 04:42:09 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:42:09 #95 ... 04:42:09 04:42:09 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:42:09 #79 DONE 20.7s 04:42:09 04:42:09 #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:42:10 #96 ... 04:42:10 04:42:10 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:42:10 #71 40.45 OK: 239 MiB in 58 packages 04:42:10 #71 DONE 41.5s 04:42:10 04:42:10 #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:42:10 #83 25.98 OK: 239 MiB in 58 packages 04:42:10 #83 DONE 26.9s 04:42:10 04:42:10 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:42:11 #97 DONE 0.9s 04:42:11 04:42:11 #98 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:42:11 #98 DONE 0.9s 04:42:11 04:42:11 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:42:11 #99 ... 04:42:11 04:42:11 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:42:11 #95 DONE 2.5s 04:42:11 04:42:11 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:42:13 #100 ... 04:42:13 04:42:13 #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:42:13 #96 DONE 3.9s 04:42:13 04:42:13 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:42:13 #101 DONE 0.2s 04:42:13 04:42:13 #102 [security-spire-config stage-2 6/10] COPY security.txt / 04:42:13 #102 DONE 0.2s 04:42:13 04:42:13 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:42:13 #103 DONE 0.3s 04:42:13 04:42:13 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:42:13 #104 DONE 4.9s 04:42:13 04:42:13 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:42:13 #105 ... 04:42:13 04:42:13 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:42:13 #100 DONE 2.5s 04:42:14 04:42:14 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:42:14 #105 DONE 0.2s 04:42:14 04:42:14 #106 [security-spire-server stage-2 6/9] COPY security.txt / 04:42:14 #106 ... 04:42:14 04:42:14 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:42:14 #107 DONE 0.3s 04:42:14 04:42:14 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:42:14 #108 DONE 0.2s 04:42:14 04:42:14 #106 [security-spire-server stage-2 6/9] COPY security.txt / 04:42:14 #106 DONE 0.2s 04:42:14 04:42:14 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:42:14 #109 ... 04:42:14 04:42:14 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:42:14 #110 DONE 0.2s 04:42:14 04:42:14 #111 [security-spire-agent stage-3 7/10] COPY security.txt / 04:42:14 #111 DONE 0.4s 04:42:14 04:42:14 #112 [security-spire-config] exporting to image 04:42:14 #112 exporting layers 04:42:14 #112 ... 04:42:14 04:42:14 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:42:14 #109 DONE 0.4s 04:42:14 04:42:14 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:42:14 #113 DONE 0.3s 04:42:14 04:42:14 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:42:14 #114 ... 04:42:14 04:42:14 #115 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:42:14 #115 DONE 0.3s 04:42:15 04:42:15 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:42:15 #114 DONE 0.4s 04:42:15 04:42:15 #116 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:42:15 #116 DONE 0.2s 04:42:15 04:42:15 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:42:15 #117 DONE 0.2s 04:42:15 04:42:15 #112 [security-spire-server] exporting to image 04:42:17 #112 exporting layers 3.0s done 04:42:17 #112 writing image sha256:e9626f70ba8d1b59c38aaff17a0bbd143371dc7c3e389bd613f184efead8eeb0 done 04:42:17 #112 naming to docker.io/library/security-spire-config-arm64 done 04:42:17 #112 exporting layers 2.6s done 04:42:17 #112 writing image sha256:22dbd072dd5e2b82ffba0ddafb3824d8e601d441e2b3175f50dc72c42fb684e8 done 04:42:17 #112 naming to docker.io/library/security-spire-server-arm64 04:42:17 #112 naming to docker.io/library/security-spire-server-arm64 done 04:42:18 #112 exporting layers 2.8s done 04:42:18 #112 writing image sha256:6bb81ead7ecc12b33807c2b62f0fa88e2551586e3d953636865f33faa630dc7b done 04:42:18 #112 naming to docker.io/library/security-spire-agent-arm64 done 04:42:18 #112 DONE 4.0s 04:42:18 04:42:18 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:42:24 #154 ... 04:42:24 04:42:24 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:42:24 #151 DONE 99.6s 04:42:24 04:42:24 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:42:24 #148 DONE 99.6s 04:42:24 04:42:24 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:42:24 #155 DONE 0.4s 04:42:24 04:42:24 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:42:24 #156 DONE 0.2s 04:42:24 04:42:24 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:42:24 #157 DONE 0.2s 04:42:24 04:42:24 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:42:24 #158 DONE 0.4s 04:42:24 04:42:24 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:42:24 #159 ... 04:42:24 04:42:24 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:42:24 #160 DONE 0.5s 04:42:24 04:42:24 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:42:24 #161 DONE 0.3s 04:42:24 04:42:24 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:42:24 #162 ... 04:42:24 04:42:24 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:42:24 #159 DONE 1.8s 04:42:24 04:42:24 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 04:42:24 #163 DONE 0.1s 04:42:24 04:42:24 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:42:24 #41 ... 04:42:24 04:42:24 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:42:24 #164 DONE 0.1s 04:42:24 04:42:24 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:42:24 #162 DONE 1.1s 04:42:24 04:42:24 #113 [core-common-config-bootstrapper] exporting to image 04:42:24 #113 exporting layers 04:42:24 #113 ... 04:42:24 04:42:24 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:42:24 #165 DONE 0.5s 04:42:24 04:42:24 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:42:24 #166 DONE 0.2s 04:42:24 04:42:24 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 04:42:24 #167 DONE 0.2s 04:42:24 04:42:24 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:42:24 #150 ... 04:42:24 04:42:24 #113 [core-common-config-bootstrapper] exporting to image 04:42:24 #113 exporting layers 0.8s done 04:42:24 #113 writing image sha256:f74714539873446623770e5f826dcabe78b0661bda8a0b643b01f297d7da4b6f 0.0s done 04:42:24 #113 naming to docker.io/library/core-common-config-bootstrapper done 04:42:24 #113 DONE 1.7s 04:42:24 04:42:24 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 04:42:24 #168 DONE 0.1s 04:42:24 04:42:24 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 04:42:24 #169 DONE 0.0s 04:42:24 04:42:24 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:42:24 #170 DONE 0.0s 04:42:24 04:42:24 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:42:24 #171 DONE 1.1s 04:42:24 04:42:24 #113 [security-bootstrapper] exporting to image 04:42:24 #113 exporting layers 0.9s done 04:42:24 #113 writing image sha256:d576e26716192bd6ac97c6b8f8987b36d9216cc0c233f1c9ba99d197710f8cdf 04:42:24 #113 writing image sha256:d576e26716192bd6ac97c6b8f8987b36d9216cc0c233f1c9ba99d197710f8cdf done 04:42:24 #113 naming to docker.io/library/security-bootstrapper done 04:42:24 #113 DONE 2.6s 04:42:24 04:42:24 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:03 #41 ... 04:43:03 04:43:03 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:43:03 #147 145.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:18 #147 ... 04:43:18 04:43:18 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:43:18 #154 DONE 160.4s 04:43:18 04:43:18 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:43:18 #153 DONE 160.4s 04:43:18 04:43:18 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:43:18 #145 DONE 160.4s 04:43:18 04:43:18 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:43:18 #152 DONE 160.4s 04:43:18 04:43:18 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:43:18 #122 DONE 160.4s 04:43:18 04:43:18 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:43:18 #150 DONE 160.4s 04:43:18 04:43:18 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:43:18 #146 DONE 160.5s 04:43:18 04:43:18 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:43:18 #149 DONE 160.5s 04:43:18 04:43:18 #172 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #172 ... 04:43:18 04:43:18 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:43:18 #147 DONE 160.5s 04:43:18 04:43:18 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:43:18 #144 DONE 160.6s 04:43:18 04:43:18 #173 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #173 DONE 0.3s 04:43:18 04:43:18 #172 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #172 DONE 0.2s 04:43:18 04:43:18 #174 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #174 DONE 0.3s 04:43:18 04:43:18 #175 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #175 DONE 0.2s 04:43:18 04:43:18 #176 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:43:18 #176 DONE 0.1s 04:43:18 04:43:18 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #177 DONE 0.2s 04:43:18 04:43:18 #178 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #178 DONE 0.1s 04:43:18 04:43:18 #179 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #179 DONE 0.2s 04:43:18 04:43:18 #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:43:18 #180 DONE 0.1s 04:43:18 04:43:18 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:43:18 #181 CACHED 04:43:18 04:43:18 #182 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #182 CACHED 04:43:18 04:43:18 #183 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:43:18 #183 DONE 0.2s 04:43:18 04:43:18 #184 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:43:18 #184 CACHED 04:43:18 04:43:18 #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #185 CACHED 04:43:18 04:43:18 #186 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:43:18 #186 ... 04:43:18 04:43:18 #187 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:43:18 #187 DONE 0.3s 04:43:18 04:43:18 #188 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:43:18 #188 DONE 0.3s 04:43:18 04:43:18 #189 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:43:18 #189 ... 04:43:18 04:43:18 #190 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:43:18 #190 DONE 0.9s 04:43:18 04:43:18 #191 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:43:18 #191 DONE 0.9s 04:43:18 04:43:18 #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:43:18 #192 DONE 0.9s 04:43:18 04:43:18 #193 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:43:18 #193 DONE 0.9s 04:43:18 04:43:18 #194 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:43:18 #194 DONE 0.9s 04:43:18 04:43:18 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:43:18 #195 DONE 0.9s 04:43:18 04:43:18 #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:43:18 #196 DONE 0.9s 04:43:18 04:43:18 #186 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:43:18 #186 DONE 0.9s 04:43:18 04:43:18 #189 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:43:18 #189 DONE 0.7s 04:43:18 04:43:18 #197 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:43:18 #197 ... 04:43:18 04:43:18 #198 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:43:18 #198 DONE 0.5s 04:43:18 04:43:18 #199 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:43:18 #199 DONE 0.6s 04:43:18 04:43:18 #200 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:43:18 #200 DONE 0.5s 04:43:18 04:43:18 #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:43:18 #201 DONE 0.5s 04:43:18 04:43:18 #202 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:43:18 #202 DONE 0.5s 04:43:18 04:43:18 #203 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:43:18 #203 DONE 0.5s 04:43:18 04:43:18 #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:43:18 #204 DONE 0.5s 04:43:18 04:43:18 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:43:18 #205 DONE 0.5s 04:43:18 04:43:18 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:43:18 #206 DONE 0.5s 04:43:18 04:43:18 #197 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:43:18 #197 DONE 0.5s 04:43:18 04:43:18 #113 [core-data] exporting to image 04:43:18 #113 exporting layers 04:43:18 #113 ... 04:43:18 04:43:18 #207 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:43:18 #207 DONE 0.2s 04:43:18 04:43:18 #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:43:18 #208 DONE 0.2s 04:43:18 04:43:18 #209 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:43:18 #209 DONE 0.2s 04:43:18 04:43:18 #113 [support-notifications] exporting to image 04:43:19 #113 ... 04:43:19 04:43:19 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:43:19 #210 DONE 0.2s 04:43:19 04:43:19 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:43:19 #211 DONE 0.2s 04:43:19 04:43:19 #212 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:43:19 #212 DONE 0.2s 04:43:19 04:43:19 #213 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:43:19 #213 DONE 0.2s 04:43:19 04:43:19 #113 [core-metadata] exporting to image 04:43:19 #113 exporting layers 0.3s done 04:43:19 #113 writing image sha256:d99f389f0592f8c4fac19771712396086a7372310efd3df7241c184b47100f0f 04:43:19 #113 writing image sha256:9daa80dcaaa653dbd49318f8af1a8159e312a032ba6ea7f3d5768f80e455d9e5 04:43:19 #113 ... 04:43:19 04:43:19 #214 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:43:19 #214 DONE 0.1s 04:43:19 04:43:19 #215 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:43:19 #215 DONE 0.1s 04:43:19 04:43:19 #113 [security-spiffe-token-provider] exporting to image 04:43:19 #113 exporting layers 0.3s done 04:43:19 #113 writing image sha256:d99f389f0592f8c4fac19771712396086a7372310efd3df7241c184b47100f0f 0.1s done 04:43:19 #113 writing image sha256:9daa80dcaaa653dbd49318f8af1a8159e312a032ba6ea7f3d5768f80e455d9e5 0.0s done 04:43:19 #113 writing image sha256:d35fae7b33b21a3f5b6fa2c4f22647200710ce9acdddc8655dae97f657dec59d 0.1s done 04:43:19 #113 naming to docker.io/library/core-command 0.0s done 04:43:19 #113 writing image sha256:b78a0b4a8b304ed950a259172baa4ab573cd1237026047c72a63dae6dc510cab 0.1s done 04:43:19 #113 naming to docker.io/library/core-keeper done 04:43:19 #113 naming to docker.io/library/core-data done 04:43:19 #113 naming to docker.io/library/security-spiffe-token-provider done 04:43:19 #113 exporting layers 0.3s done 04:43:19 #113 writing image sha256:5e29b0a14dc6be52b51136c52e054e98552196172b839353704870a5a0cc1fb4 done 04:43:19 #113 naming to docker.io/library/support-notifications done 04:43:19 #113 writing image sha256:0b5bb0f5a095046f0e50a8b3f319036ca4765929330ba4d133978059093a1824 done 04:43:19 #113 naming to docker.io/library/core-metadata done 04:43:19 #113 writing image sha256:998f64e31c986e892903135b3f8be00b724cb638a03d468f910c957daca74d89 done 04:43:19 #113 naming to docker.io/library/support-scheduler done 04:43:19 #113 DONE 3.2s 04:43:19 04:43:19 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:43:19 #216 DONE 0.3s 04:43:19 04:43:19 #217 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:19 #217 ... 04:43:19 04:43:19 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:19 #218 DONE 0.5s 04:43:19 04:43:19 #217 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:19 #217 DONE 0.6s 04:43:19 04:43:19 #219 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:43:19 #219 DONE 0.2s 04:43:19 04:43:19 #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:43:19 #220 DONE 0.0s 04:43:19 04:43:19 #113 [security-proxy-setup] exporting to image 04:43:19 #113 exporting layers 0.2s done 04:43:20 #113 ... 04:43:20 04:43:20 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:20 #221 DONE 0.3s 04:43:20 04:43:20 #113 [security-proxy-setup] exporting to image 04:43:20 #113 writing image sha256:e5a627075cf5f0942482db3e92b86ffd630072f1dd984ebef54c4de92e810680 done 04:43:20 #113 naming to docker.io/library/security-proxy-setup done 04:43:20 #113 exporting layers 0.2s done 04:43:20 #113 writing image sha256:2698a30f07e655c4501253cb5d87c6d38482b0966ebbb5be3c9a14f0a177707d done 04:43:20 #113 naming to docker.io/library/security-proxy-auth done 04:43:20 #113 writing image sha256:3657c0e51d762ebbbb1cb7483d09b41356b8708b7700b53e1a59e5b243246800 done 04:43:20 #113 naming to docker.io/library/security-secretstore-setup done 04:43:20 #113 DONE 4.0s 04:43:20 04:43:20 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:43:20 time="2025-06-18T04:39:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:43:20 $ docker stop --time=1 0c2ba639be77c71a0f8de27a5a3fc1639daea02803a9f6e16ba892a3a343b858 04:43:21 $ docker rm -f --volumes 0c2ba639be77c71a0f8de27a5a3fc1639daea02803a9f6e16ba892a3a343b858 [Pipeline] // withDockerContainer [Pipeline] sh 04:43:21 + docker images 04:43:21 REPOSITORY TAG IMAGE ID CREATED SIZE 04:43:21 security-secretstore-setup latest 3657c0e51d76 2 seconds ago 68.7MB 04:43:21 security-proxy-auth latest 2698a30f07e6 2 seconds ago 31.8MB 04:43:21 security-proxy-setup latest e5a627075cf5 2 seconds ago 38.5MB 04:43:21 support-scheduler latest 998f64e31c98 3 seconds ago 48.8MB 04:43:21 core-keeper latest d99f389f0592 3 seconds ago 32.5MB 04:43:21 support-notifications latest 5e29b0a14dc6 3 seconds ago 52.4MB 04:43:21 core-command latest 9daa80dcaaa6 3 seconds ago 28.4MB 04:43:21 security-spiffe-token-provider latest b78a0b4a8b30 3 seconds ago 47.7MB 04:43:21 core-metadata latest 0b5bb0f5a095 3 seconds ago 33.1MB 04:43:21 core-data latest d35fae7b33b2 3 seconds ago 32.9MB 04:43:21 security-bootstrapper latest d576e2671619 About a minute ago 20.4MB 04:43:21 core-common-config-bootstrapper latest f74714539873 About a minute ago 17.1MB 04:43:21 security-spire-server latest b3e3ae8435c0 3 minutes ago 149MB 04:43:21 security-spire-config latest 7050556e8889 3 minutes ago 149MB 04:43:21 security-spire-agent latest f5cf217286cb 3 minutes ago 195MB 04:43:21 ci-base-image-x86_64 latest f70eacd20b06 6 minutes ago 924MB 04:43:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 About an hour ago 574MB 04:43:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 weeks ago 573MB 04:43:21 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 04:43:22 provisioning config files... 04:43:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/856@tmp/config16643532710943776858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:43:22 ---> ****-login.sh 04:43:22 nexus3.edgexfoundry.org:10001 04:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:22 Configure a credential helper to remove this warning. See 04:43:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:22 04:43:22 Login Succeeded 04:43:22 nexus3.edgexfoundry.org:10002 04:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:22 Configure a credential helper to remove this warning. See 04:43:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:22 04:43:22 Login Succeeded 04:43:22 nexus3.edgexfoundry.org:10003 04:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:22 Configure a credential helper to remove this warning. See 04:43:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:22 04:43:22 Login Succeeded 04:43:22 nexus3.edgexfoundry.org:10004 04:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:22 Configure a credential helper to remove this warning. See 04:43:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:22 04:43:22 Login Succeeded 04:43:22 ****.io 04:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:22 Configure a credential helper to remove this warning. See 04:43:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:22 04:43:22 Login Succeeded 04:43:22 ---> ****-login.sh ends [Pipeline] } 04:43:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:43:23 [edgeXDocker.push] Tagging docker image core-command with the following tags: 04:43:23 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:23 latest 04:43:23 4.1.0-dev.25 04:43:23 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:23 main 04:43:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:23 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:23 + docker push nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:43:23 dfbdfbc9d427: Preparing 04:43:23 ab6f58a81d98: Preparing 04:43:23 a425fa65753c: Preparing 04:43:23 4a5588db9c74: Preparing 04:43:23 3b44bf353cf8: Preparing 04:43:23 02ac50e03385: Preparing 04:43:23 994456c4fd7b: Preparing 04:43:23 02ac50e03385: Waiting 04:43:23 994456c4fd7b: Waiting 04:43:23 dfbdfbc9d427: Pushed 04:43:23 a425fa65753c: Pushed 04:43:23 3b44bf353cf8: Pushed 04:43:23 4a5588db9c74: Pushed 04:43:23 994456c4fd7b: Layer already exists 04:43:23 02ac50e03385: Pushed 04:43:25 ab6f58a81d98: Pushed 04:43:25 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:26 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 04:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:43:26 dfbdfbc9d427: Preparing 04:43:26 ab6f58a81d98: Preparing 04:43:26 a425fa65753c: Preparing 04:43:26 4a5588db9c74: Preparing 04:43:26 3b44bf353cf8: Preparing 04:43:26 02ac50e03385: Preparing 04:43:26 994456c4fd7b: Preparing 04:43:26 994456c4fd7b: Waiting 04:43:26 02ac50e03385: Waiting 04:43:26 ab6f58a81d98: Layer already exists 04:43:26 a425fa65753c: Layer already exists 04:43:26 4a5588db9c74: Layer already exists 04:43:26 3b44bf353cf8: Layer already exists 04:43:26 dfbdfbc9d427: Layer already exists 04:43:26 02ac50e03385: Layer already exists 04:43:26 994456c4fd7b: Layer already exists 04:43:26 latest: digest: sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:27 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 04:43:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:43:27 dfbdfbc9d427: Preparing 04:43:27 ab6f58a81d98: Preparing 04:43:27 a425fa65753c: Preparing 04:43:27 4a5588db9c74: Preparing 04:43:27 3b44bf353cf8: Preparing 04:43:27 02ac50e03385: Preparing 04:43:27 994456c4fd7b: Preparing 04:43:27 02ac50e03385: Waiting 04:43:27 994456c4fd7b: Waiting 04:43:27 ab6f58a81d98: Layer already exists 04:43:27 3b44bf353cf8: Layer already exists 04:43:27 a425fa65753c: Layer already exists 04:43:27 4a5588db9c74: Layer already exists 04:43:27 dfbdfbc9d427: Layer already exists 04:43:27 02ac50e03385: Layer already exists 04:43:27 994456c4fd7b: Layer already exists 04:43:27 4.1.0-dev.25: digest: sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:27 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:27 + docker push nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:43:27 dfbdfbc9d427: Preparing 04:43:27 ab6f58a81d98: Preparing 04:43:27 a425fa65753c: Preparing 04:43:27 4a5588db9c74: Preparing 04:43:27 3b44bf353cf8: Preparing 04:43:27 02ac50e03385: Preparing 04:43:27 994456c4fd7b: Preparing 04:43:27 994456c4fd7b: Waiting 04:43:27 02ac50e03385: Waiting 04:43:27 dfbdfbc9d427: Layer already exists 04:43:27 ab6f58a81d98: Layer already exists 04:43:27 4a5588db9c74: Layer already exists 04:43:27 a425fa65753c: Layer already exists 04:43:27 3b44bf353cf8: Layer already exists 04:43:27 02ac50e03385: Layer already exists 04:43:27 994456c4fd7b: Layer already exists 04:43:27 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:28 + docker push nexus3.edgexfoundry.org:10004/core-command:main 04:43:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:43:28 dfbdfbc9d427: Preparing 04:43:28 ab6f58a81d98: Preparing 04:43:28 a425fa65753c: Preparing 04:43:28 4a5588db9c74: Preparing 04:43:28 3b44bf353cf8: Preparing 04:43:28 02ac50e03385: Preparing 04:43:28 994456c4fd7b: Preparing 04:43:28 02ac50e03385: Waiting 04:43:28 994456c4fd7b: Waiting 04:43:28 ab6f58a81d98: Layer already exists 04:43:28 a425fa65753c: Layer already exists 04:43:28 dfbdfbc9d427: Layer already exists 04:43:28 4a5588db9c74: Layer already exists 04:43:28 3b44bf353cf8: Layer already exists 04:43:28 994456c4fd7b: Layer already exists 04:43:28 02ac50e03385: Layer already exists 04:43:28 main: digest: sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:28 ===================================================== [Pipeline] echo 04:43:28 taggedImages: 04:43:28 - nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:28 - nexus3.edgexfoundry.org:10004/core-command:latest 04:43:28 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 04:43:28 - nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:28 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 04:43:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 04:43:28 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:28 latest 04:43:28 4.1.0-dev.25 04:43:28 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:28 main 04:43:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:28 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:43:29 931cb4b56921: Preparing 04:43:29 15841f93d16a: Preparing 04:43:29 ef90cedce4d1: Preparing 04:43:29 48feb205555a: Preparing 04:43:29 a425fa65753c: Preparing 04:43:29 4a5588db9c74: Preparing 04:43:29 3b44bf353cf8: Preparing 04:43:29 02ac50e03385: Preparing 04:43:29 994456c4fd7b: Preparing 04:43:29 4a5588db9c74: Waiting 04:43:29 3b44bf353cf8: Waiting 04:43:29 02ac50e03385: Waiting 04:43:29 a425fa65753c: Layer already exists 04:43:29 4a5588db9c74: Layer already exists 04:43:29 3b44bf353cf8: Layer already exists 04:43:29 02ac50e03385: Layer already exists 04:43:29 994456c4fd7b: Layer already exists 04:43:29 15841f93d16a: Pushed 04:43:29 931cb4b56921: Pushed 04:43:29 ef90cedce4d1: Pushed 04:43:30 48feb205555a: Pushed 04:43:30 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:30 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:43:31 931cb4b56921: Preparing 04:43:31 15841f93d16a: Preparing 04:43:31 ef90cedce4d1: Preparing 04:43:31 48feb205555a: Preparing 04:43:31 a425fa65753c: Preparing 04:43:31 4a5588db9c74: Preparing 04:43:31 3b44bf353cf8: Preparing 04:43:31 02ac50e03385: Preparing 04:43:31 994456c4fd7b: Preparing 04:43:31 4a5588db9c74: Waiting 04:43:31 3b44bf353cf8: Waiting 04:43:31 02ac50e03385: Waiting 04:43:31 994456c4fd7b: Waiting 04:43:31 931cb4b56921: Layer already exists 04:43:31 ef90cedce4d1: Layer already exists 04:43:31 48feb205555a: Layer already exists 04:43:31 a425fa65753c: Layer already exists 04:43:31 15841f93d16a: Layer already exists 04:43:31 4a5588db9c74: Layer already exists 04:43:31 3b44bf353cf8: Layer already exists 04:43:31 02ac50e03385: Layer already exists 04:43:31 994456c4fd7b: Layer already exists 04:43:31 latest: digest: sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 04:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:43:31 931cb4b56921: Preparing 04:43:31 15841f93d16a: Preparing 04:43:31 ef90cedce4d1: Preparing 04:43:31 48feb205555a: Preparing 04:43:31 a425fa65753c: Preparing 04:43:31 4a5588db9c74: Preparing 04:43:31 3b44bf353cf8: Preparing 04:43:31 02ac50e03385: Preparing 04:43:31 994456c4fd7b: Preparing 04:43:31 4a5588db9c74: Waiting 04:43:31 3b44bf353cf8: Waiting 04:43:31 02ac50e03385: Waiting 04:43:31 994456c4fd7b: Waiting 04:43:31 a425fa65753c: Layer already exists 04:43:31 48feb205555a: Layer already exists 04:43:31 15841f93d16a: Layer already exists 04:43:31 ef90cedce4d1: Layer already exists 04:43:31 931cb4b56921: Layer already exists 04:43:31 4a5588db9c74: Layer already exists 04:43:31 02ac50e03385: Layer already exists 04:43:31 3b44bf353cf8: Layer already exists 04:43:31 994456c4fd7b: Layer already exists 04:43:31 4.1.0-dev.25: digest: sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:32 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:43:32 931cb4b56921: Preparing 04:43:32 15841f93d16a: Preparing 04:43:32 ef90cedce4d1: Preparing 04:43:32 48feb205555a: Preparing 04:43:32 a425fa65753c: Preparing 04:43:32 4a5588db9c74: Preparing 04:43:32 3b44bf353cf8: Preparing 04:43:32 02ac50e03385: Preparing 04:43:32 994456c4fd7b: Preparing 04:43:32 4a5588db9c74: Waiting 04:43:32 02ac50e03385: Waiting 04:43:32 3b44bf353cf8: Waiting 04:43:32 994456c4fd7b: Waiting 04:43:32 ef90cedce4d1: Layer already exists 04:43:32 15841f93d16a: Layer already exists 04:43:32 48feb205555a: Layer already exists 04:43:32 931cb4b56921: Layer already exists 04:43:32 a425fa65753c: Layer already exists 04:43:32 3b44bf353cf8: Layer already exists 04:43:32 02ac50e03385: Layer already exists 04:43:32 4a5588db9c74: Layer already exists 04:43:32 994456c4fd7b: Layer already exists 04:43:32 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:32 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:43:33 931cb4b56921: Preparing 04:43:33 15841f93d16a: Preparing 04:43:33 ef90cedce4d1: Preparing 04:43:33 48feb205555a: Preparing 04:43:33 a425fa65753c: Preparing 04:43:33 4a5588db9c74: Preparing 04:43:33 3b44bf353cf8: Preparing 04:43:33 02ac50e03385: Preparing 04:43:33 994456c4fd7b: Preparing 04:43:33 3b44bf353cf8: Waiting 04:43:33 4a5588db9c74: Waiting 04:43:33 02ac50e03385: Waiting 04:43:33 994456c4fd7b: Waiting 04:43:33 15841f93d16a: Layer already exists 04:43:33 931cb4b56921: Layer already exists 04:43:33 48feb205555a: Layer already exists 04:43:33 a425fa65753c: Layer already exists 04:43:33 ef90cedce4d1: Layer already exists 04:43:33 3b44bf353cf8: Layer already exists 04:43:33 4a5588db9c74: Layer already exists 04:43:33 02ac50e03385: Layer already exists 04:43:33 994456c4fd7b: Layer already exists 04:43:33 main: digest: sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:33 ===================================================== [Pipeline] echo 04:43:33 taggedImages: 04:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 04:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 04:43:33 [edgeXDocker.push] Tagging docker image core-data with the following tags: 04:43:33 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:33 latest 04:43:33 4.1.0-dev.25 04:43:33 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:33 main 04:43:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:33 + docker push nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:43:33 daaf7e9403cb: Preparing 04:43:33 bc3ad7e97996: Preparing 04:43:33 a425fa65753c: Preparing 04:43:33 4a5588db9c74: Preparing 04:43:33 a1a5ec8be248: Preparing 04:43:33 31e7c808e3db: Preparing 04:43:33 994456c4fd7b: Preparing 04:43:33 31e7c808e3db: Waiting 04:43:33 994456c4fd7b: Waiting 04:43:33 4a5588db9c74: Layer already exists 04:43:33 a425fa65753c: Layer already exists 04:43:33 994456c4fd7b: Layer already exists 04:43:33 a1a5ec8be248: Pushed 04:43:33 daaf7e9403cb: Pushed 04:43:33 31e7c808e3db: Pushed 04:43:36 bc3ad7e97996: Pushed 04:43:36 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:37 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 04:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:43:37 daaf7e9403cb: Preparing 04:43:37 bc3ad7e97996: Preparing 04:43:37 a425fa65753c: Preparing 04:43:37 4a5588db9c74: Preparing 04:43:37 a1a5ec8be248: Preparing 04:43:37 31e7c808e3db: Preparing 04:43:37 994456c4fd7b: Preparing 04:43:37 31e7c808e3db: Waiting 04:43:37 994456c4fd7b: Waiting 04:43:37 bc3ad7e97996: Layer already exists 04:43:37 daaf7e9403cb: Layer already exists 04:43:37 a425fa65753c: Layer already exists 04:43:37 a1a5ec8be248: Layer already exists 04:43:37 4a5588db9c74: Layer already exists 04:43:37 994456c4fd7b: Layer already exists 04:43:37 31e7c808e3db: Layer already exists 04:43:37 latest: digest: sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:37 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 04:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:43:37 daaf7e9403cb: Preparing 04:43:37 bc3ad7e97996: Preparing 04:43:37 a425fa65753c: Preparing 04:43:37 4a5588db9c74: Preparing 04:43:37 a1a5ec8be248: Preparing 04:43:37 31e7c808e3db: Preparing 04:43:37 994456c4fd7b: Preparing 04:43:37 31e7c808e3db: Waiting 04:43:37 994456c4fd7b: Waiting 04:43:37 4a5588db9c74: Layer already exists 04:43:37 bc3ad7e97996: Layer already exists 04:43:37 a425fa65753c: Layer already exists 04:43:37 a1a5ec8be248: Layer already exists 04:43:37 daaf7e9403cb: Layer already exists 04:43:37 31e7c808e3db: Layer already exists 04:43:37 994456c4fd7b: Layer already exists 04:43:37 4.1.0-dev.25: digest: sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker push nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:43:38 daaf7e9403cb: Preparing 04:43:38 bc3ad7e97996: Preparing 04:43:38 a425fa65753c: Preparing 04:43:38 4a5588db9c74: Preparing 04:43:38 a1a5ec8be248: Preparing 04:43:38 31e7c808e3db: Preparing 04:43:38 994456c4fd7b: Preparing 04:43:38 31e7c808e3db: Waiting 04:43:38 994456c4fd7b: Waiting 04:43:38 daaf7e9403cb: Layer already exists 04:43:38 4a5588db9c74: Layer already exists 04:43:38 a1a5ec8be248: Layer already exists 04:43:38 a425fa65753c: Layer already exists 04:43:38 bc3ad7e97996: Layer already exists 04:43:38 994456c4fd7b: Layer already exists 04:43:38 31e7c808e3db: Layer already exists 04:43:38 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:39 + docker push nexus3.edgexfoundry.org:10004/core-data:main 04:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:43:39 daaf7e9403cb: Preparing 04:43:39 bc3ad7e97996: Preparing 04:43:39 a425fa65753c: Preparing 04:43:39 4a5588db9c74: Preparing 04:43:39 a1a5ec8be248: Preparing 04:43:39 31e7c808e3db: Preparing 04:43:39 994456c4fd7b: Preparing 04:43:39 31e7c808e3db: Waiting 04:43:39 994456c4fd7b: Waiting 04:43:39 a1a5ec8be248: Layer already exists 04:43:39 a425fa65753c: Layer already exists 04:43:39 daaf7e9403cb: Layer already exists 04:43:39 bc3ad7e97996: Layer already exists 04:43:39 4a5588db9c74: Layer already exists 04:43:39 994456c4fd7b: Layer already exists 04:43:39 31e7c808e3db: Layer already exists 04:43:39 main: digest: sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:39 ===================================================== [Pipeline] echo 04:43:39 taggedImages: 04:43:39 - nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:39 - nexus3.edgexfoundry.org:10004/core-data:latest 04:43:39 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 04:43:39 - nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:39 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 04:43:39 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 04:43:39 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:39 latest 04:43:39 4.1.0-dev.25 04:43:39 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:39 main 04:43:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:39 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:43:39 4de99e04a9a4: Preparing 04:43:39 df94b2c2276a: Preparing 04:43:39 4a5588db9c74: Preparing 04:43:39 0279606cc1f4: Preparing 04:43:39 4a73fb646304: Preparing 04:43:39 994456c4fd7b: Preparing 04:43:39 994456c4fd7b: Waiting 04:43:39 4a5588db9c74: Layer already exists 04:43:39 994456c4fd7b: Layer already exists 04:43:39 0279606cc1f4: Pushed 04:43:39 4de99e04a9a4: Pushed 04:43:39 4a73fb646304: Pushed 04:43:42 df94b2c2276a: Pushed 04:43:42 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:42 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 04:43:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:43:43 4de99e04a9a4: Preparing 04:43:43 df94b2c2276a: Preparing 04:43:43 4a5588db9c74: Preparing 04:43:43 0279606cc1f4: Preparing 04:43:43 4a73fb646304: Preparing 04:43:43 994456c4fd7b: Preparing 04:43:43 994456c4fd7b: Waiting 04:43:43 df94b2c2276a: Layer already exists 04:43:43 4a5588db9c74: Layer already exists 04:43:43 4de99e04a9a4: Layer already exists 04:43:43 0279606cc1f4: Layer already exists 04:43:43 4a73fb646304: Layer already exists 04:43:43 994456c4fd7b: Layer already exists 04:43:43 latest: digest: sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 04:43:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:43:43 4de99e04a9a4: Preparing 04:43:43 df94b2c2276a: Preparing 04:43:43 4a5588db9c74: Preparing 04:43:43 0279606cc1f4: Preparing 04:43:43 4a73fb646304: Preparing 04:43:43 994456c4fd7b: Preparing 04:43:43 994456c4fd7b: Waiting 04:43:43 4a73fb646304: Layer already exists 04:43:43 4a5588db9c74: Layer already exists 04:43:43 4de99e04a9a4: Layer already exists 04:43:43 df94b2c2276a: Layer already exists 04:43:43 0279606cc1f4: Layer already exists 04:43:43 994456c4fd7b: Layer already exists 04:43:43 4.1.0-dev.25: digest: sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:43:44 4de99e04a9a4: Preparing 04:43:44 df94b2c2276a: Preparing 04:43:44 4a5588db9c74: Preparing 04:43:44 0279606cc1f4: Preparing 04:43:44 4a73fb646304: Preparing 04:43:44 994456c4fd7b: Preparing 04:43:44 0279606cc1f4: Layer already exists 04:43:44 4de99e04a9a4: Layer already exists 04:43:44 4a5588db9c74: Layer already exists 04:43:44 df94b2c2276a: Layer already exists 04:43:44 4a73fb646304: Layer already exists 04:43:44 994456c4fd7b: Layer already exists 04:43:44 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 04:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:43:45 4de99e04a9a4: Preparing 04:43:45 df94b2c2276a: Preparing 04:43:45 4a5588db9c74: Preparing 04:43:45 0279606cc1f4: Preparing 04:43:45 4a73fb646304: Preparing 04:43:45 994456c4fd7b: Preparing 04:43:45 994456c4fd7b: Waiting 04:43:45 4de99e04a9a4: Layer already exists 04:43:45 4a73fb646304: Layer already exists 04:43:45 4a5588db9c74: Layer already exists 04:43:45 0279606cc1f4: Layer already exists 04:43:45 df94b2c2276a: Layer already exists 04:43:45 994456c4fd7b: Layer already exists 04:43:45 main: digest: sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:45 ===================================================== [Pipeline] echo 04:43:45 taggedImages: 04:43:45 - nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:45 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:43:45 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 04:43:45 - nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:45 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 04:43:45 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 04:43:45 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:45 latest 04:43:45 4.1.0-dev.25 04:43:45 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:45 main 04:43:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:43:45 ab84c373e31d: Preparing 04:43:45 9f1ba97f7b04: Preparing 04:43:45 5fd495e65083: Preparing 04:43:45 a425fa65753c: Preparing 04:43:45 4a5588db9c74: Preparing 04:43:45 3b44bf353cf8: Preparing 04:43:45 02ac50e03385: Preparing 04:43:45 994456c4fd7b: Preparing 04:43:45 3b44bf353cf8: Waiting 04:43:45 02ac50e03385: Waiting 04:43:45 994456c4fd7b: Waiting 04:43:45 4a5588db9c74: Layer already exists 04:43:45 a425fa65753c: Layer already exists 04:43:45 02ac50e03385: Layer already exists 04:43:45 3b44bf353cf8: Layer already exists 04:43:45 994456c4fd7b: Layer already exists 04:43:45 ab84c373e31d: Pushed 04:43:45 9f1ba97f7b04: Pushed 04:43:48 5fd495e65083: Pushed 04:43:48 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 04:43:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:43:49 ab84c373e31d: Preparing 04:43:49 9f1ba97f7b04: Preparing 04:43:49 5fd495e65083: Preparing 04:43:49 a425fa65753c: Preparing 04:43:49 4a5588db9c74: Preparing 04:43:49 3b44bf353cf8: Preparing 04:43:49 02ac50e03385: Preparing 04:43:49 994456c4fd7b: Preparing 04:43:49 3b44bf353cf8: Waiting 04:43:49 02ac50e03385: Waiting 04:43:49 994456c4fd7b: Waiting 04:43:49 a425fa65753c: Layer already exists 04:43:49 9f1ba97f7b04: Layer already exists 04:43:49 5fd495e65083: Layer already exists 04:43:49 4a5588db9c74: Layer already exists 04:43:49 ab84c373e31d: Layer already exists 04:43:49 02ac50e03385: Layer already exists 04:43:49 3b44bf353cf8: Layer already exists 04:43:49 994456c4fd7b: Layer already exists 04:43:49 latest: digest: sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:49 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 04:43:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:43:49 ab84c373e31d: Preparing 04:43:49 9f1ba97f7b04: Preparing 04:43:49 5fd495e65083: Preparing 04:43:49 a425fa65753c: Preparing 04:43:49 4a5588db9c74: Preparing 04:43:49 3b44bf353cf8: Preparing 04:43:49 02ac50e03385: Preparing 04:43:49 994456c4fd7b: Preparing 04:43:49 3b44bf353cf8: Waiting 04:43:49 02ac50e03385: Waiting 04:43:49 994456c4fd7b: Waiting 04:43:49 a425fa65753c: Layer already exists 04:43:49 9f1ba97f7b04: Layer already exists 04:43:49 5fd495e65083: Layer already exists 04:43:49 4a5588db9c74: Layer already exists 04:43:49 ab84c373e31d: Layer already exists 04:43:49 02ac50e03385: Layer already exists 04:43:49 3b44bf353cf8: Layer already exists 04:43:49 994456c4fd7b: Layer already exists 04:43:49 4.1.0-dev.25: digest: sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:43:50 ab84c373e31d: Preparing 04:43:50 9f1ba97f7b04: Preparing 04:43:50 5fd495e65083: Preparing 04:43:50 a425fa65753c: Preparing 04:43:50 4a5588db9c74: Preparing 04:43:50 3b44bf353cf8: Preparing 04:43:50 02ac50e03385: Preparing 04:43:50 994456c4fd7b: Preparing 04:43:50 02ac50e03385: Waiting 04:43:50 994456c4fd7b: Waiting 04:43:50 3b44bf353cf8: Waiting 04:43:50 a425fa65753c: Layer already exists 04:43:50 9f1ba97f7b04: Layer already exists 04:43:50 ab84c373e31d: Layer already exists 04:43:50 5fd495e65083: Layer already exists 04:43:50 4a5588db9c74: Layer already exists 04:43:50 3b44bf353cf8: Layer already exists 04:43:50 02ac50e03385: Layer already exists 04:43:50 994456c4fd7b: Layer already exists 04:43:50 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 04:43:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:43:51 ab84c373e31d: Preparing 04:43:51 9f1ba97f7b04: Preparing 04:43:51 5fd495e65083: Preparing 04:43:51 a425fa65753c: Preparing 04:43:51 4a5588db9c74: Preparing 04:43:51 3b44bf353cf8: Preparing 04:43:51 02ac50e03385: Preparing 04:43:51 994456c4fd7b: Preparing 04:43:51 02ac50e03385: Waiting 04:43:51 3b44bf353cf8: Waiting 04:43:51 4a5588db9c74: Layer already exists 04:43:51 9f1ba97f7b04: Layer already exists 04:43:51 ab84c373e31d: Layer already exists 04:43:51 a425fa65753c: Layer already exists 04:43:51 5fd495e65083: Layer already exists 04:43:51 3b44bf353cf8: Layer already exists 04:43:51 994456c4fd7b: Layer already exists 04:43:51 02ac50e03385: Layer already exists 04:43:51 main: digest: sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:51 ===================================================== [Pipeline] echo 04:43:51 taggedImages: 04:43:51 - nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:51 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:43:51 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 04:43:51 - nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:51 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 04:43:51 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 04:43:51 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:51 latest 04:43:51 4.1.0-dev.25 04:43:51 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:51 main 04:43:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:51 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:43:51 f35508f4d787: Preparing 04:43:51 8b82b822e795: Preparing 04:43:51 a73e463fb863: Preparing 04:43:51 455081b6b94e: Preparing 04:43:51 f606ab03ad83: Preparing 04:43:51 5baaf34985d0: Preparing 04:43:51 99c5841f0199: Preparing 04:43:51 a425fa65753c: Preparing 04:43:51 4a5588db9c74: Preparing 04:43:51 4c9976463f5a: Preparing 04:43:51 07dc06c80b6a: Preparing 04:43:51 5f70bf18a086: Preparing 04:43:51 233198808a33: Preparing 04:43:51 1ef5d4650860: Preparing 04:43:51 2a2a45dc048e: Preparing 04:43:51 994456c4fd7b: Preparing 04:43:51 233198808a33: Waiting 04:43:51 5baaf34985d0: Waiting 04:43:51 1ef5d4650860: Waiting 04:43:51 a425fa65753c: Waiting 04:43:51 5f70bf18a086: Waiting 04:43:51 4a5588db9c74: Waiting 04:43:51 2a2a45dc048e: Waiting 04:43:51 99c5841f0199: Waiting 04:43:51 4c9976463f5a: Waiting 04:43:51 994456c4fd7b: Waiting 04:43:51 07dc06c80b6a: Waiting 04:43:51 455081b6b94e: Pushed 04:43:51 f606ab03ad83: Pushed 04:43:51 a73e463fb863: Pushed 04:43:51 8b82b822e795: Pushed 04:43:51 f35508f4d787: Pushed 04:43:51 a425fa65753c: Layer already exists 04:43:51 4a5588db9c74: Layer already exists 04:43:51 5f70bf18a086: Layer already exists 04:43:51 5baaf34985d0: Pushed 04:43:52 4c9976463f5a: Pushed 04:43:52 07dc06c80b6a: Pushed 04:43:52 994456c4fd7b: Layer already exists 04:43:52 233198808a33: Pushed 04:43:52 1ef5d4650860: Pushed 04:43:52 2a2a45dc048e: Pushed 04:43:53 99c5841f0199: Pushed 04:43:53 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:53 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:43:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:43:54 f35508f4d787: Preparing 04:43:54 8b82b822e795: Preparing 04:43:54 a73e463fb863: Preparing 04:43:54 455081b6b94e: Preparing 04:43:54 f606ab03ad83: Preparing 04:43:54 5baaf34985d0: Preparing 04:43:54 99c5841f0199: Preparing 04:43:54 a425fa65753c: Preparing 04:43:54 4a5588db9c74: Preparing 04:43:54 4c9976463f5a: Preparing 04:43:54 07dc06c80b6a: Preparing 04:43:54 5f70bf18a086: Preparing 04:43:54 233198808a33: Preparing 04:43:54 1ef5d4650860: Preparing 04:43:54 2a2a45dc048e: Preparing 04:43:54 994456c4fd7b: Preparing 04:43:54 1ef5d4650860: Waiting 04:43:54 233198808a33: Waiting 04:43:54 4a5588db9c74: Waiting 04:43:54 5baaf34985d0: Waiting 04:43:54 99c5841f0199: Waiting 04:43:54 4c9976463f5a: Waiting 04:43:54 5f70bf18a086: Waiting 04:43:54 994456c4fd7b: Waiting 04:43:54 2a2a45dc048e: Waiting 04:43:54 a425fa65753c: Waiting 04:43:54 8b82b822e795: Layer already exists 04:43:54 a73e463fb863: Layer already exists 04:43:54 455081b6b94e: Layer already exists 04:43:54 f606ab03ad83: Layer already exists 04:43:54 f35508f4d787: Layer already exists 04:43:54 5baaf34985d0: Layer already exists 04:43:54 a425fa65753c: Layer already exists 04:43:54 99c5841f0199: Layer already exists 04:43:54 07dc06c80b6a: Layer already exists 04:43:54 4c9976463f5a: Layer already exists 04:43:54 4a5588db9c74: Layer already exists 04:43:54 233198808a33: Layer already exists 04:43:54 5f70bf18a086: Layer already exists 04:43:54 1ef5d4650860: Layer already exists 04:43:54 2a2a45dc048e: Layer already exists 04:43:54 994456c4fd7b: Layer already exists 04:43:54 latest: digest: sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:54 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 04:43:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:43:54 f35508f4d787: Preparing 04:43:54 8b82b822e795: Preparing 04:43:54 a73e463fb863: Preparing 04:43:54 455081b6b94e: Preparing 04:43:54 f606ab03ad83: Preparing 04:43:54 5baaf34985d0: Preparing 04:43:54 99c5841f0199: Preparing 04:43:54 a425fa65753c: Preparing 04:43:54 4a5588db9c74: Preparing 04:43:54 4c9976463f5a: Preparing 04:43:54 07dc06c80b6a: Preparing 04:43:54 5f70bf18a086: Preparing 04:43:54 233198808a33: Preparing 04:43:54 1ef5d4650860: Preparing 04:43:54 a425fa65753c: Waiting 04:43:54 4a5588db9c74: Waiting 04:43:54 07dc06c80b6a: Waiting 04:43:54 5f70bf18a086: Waiting 04:43:54 233198808a33: Waiting 04:43:54 5baaf34985d0: Waiting 04:43:54 1ef5d4650860: Waiting 04:43:54 99c5841f0199: Waiting 04:43:54 2a2a45dc048e: Preparing 04:43:54 994456c4fd7b: Preparing 04:43:54 455081b6b94e: Layer already exists 04:43:54 8b82b822e795: Layer already exists 04:43:54 f35508f4d787: Layer already exists 04:43:54 a73e463fb863: Layer already exists 04:43:54 f606ab03ad83: Layer already exists 04:43:54 5baaf34985d0: Layer already exists 04:43:54 4c9976463f5a: Layer already exists 04:43:54 99c5841f0199: Layer already exists 04:43:54 a425fa65753c: Layer already exists 04:43:54 4a5588db9c74: Layer already exists 04:43:54 07dc06c80b6a: Layer already exists 04:43:54 233198808a33: Layer already exists 04:43:54 5f70bf18a086: Layer already exists 04:43:54 2a2a45dc048e: Layer already exists 04:43:54 1ef5d4650860: Layer already exists 04:43:54 994456c4fd7b: Layer already exists 04:43:54 4.1.0-dev.25: digest: sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:54 #118 ... 04:43:54 04:43:54 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #89 DONE 112.5s 04:43:54 04:43:54 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #99 DONE 92.7s 04:43:54 04:43:54 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #118 DONE 92.7s 04:43:54 04:43:54 #87 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #87 DONE 103.7s 04:43:54 04:43:54 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #91 DONE 102.6s 04:43:54 04:43:54 #94 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #94 DONE 108.0s 04:43:54 04:43:54 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 04:43:54 #119 ... 04:43:54 04:43:54 #120 [support-notifications builder 6/7] COPY . . 04:43:54 #120 DONE 2.0s 04:43:54 04:43:54 #121 [security-proxy-auth builder 6/7] COPY . . 04:43:54 #121 CACHED 04:43:54 04:43:54 #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:43:54 #122 CACHED 04:43:54 04:43:54 #123 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #123 CACHED 04:43:54 04:43:54 #124 [core-data builder 6/7] COPY . . 04:43:54 #124 CACHED 04:43:54 04:43:54 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 04:43:54 #125 CACHED 04:43:54 04:43:54 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #126 CACHED 04:43:54 04:43:54 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #127 CACHED 04:43:54 04:43:54 #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:43:54 #128 CACHED 04:43:54 04:43:54 #129 [core-metadata builder 6/7] COPY . . 04:43:54 #129 CACHED 04:43:54 04:43:54 #130 [core-keeper builder 7/8] COPY . . 04:43:54 #130 DONE 1.9s 04:43:54 04:43:54 #131 [core-command builder 4/7] COPY go.mod vendor* ./ 04:43:54 #131 CACHED 04:43:54 04:43:54 #132 [core-command builder 6/7] COPY . . 04:43:54 #132 CACHED 04:43:54 04:43:54 #133 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #133 CACHED 04:43:54 04:43:54 #134 [security-spiffe-token-provider builder 6/7] COPY . . 04:43:54 #134 DONE 2.0s 04:43:54 04:43:54 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 04:43:54 #119 DONE 2.0s 04:43:54 04:43:54 #135 [support-scheduler builder 6/7] COPY . . 04:43:54 #135 DONE 2.1s 04:43:54 04:43:54 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:43:54 #136 ... 04:43:54 04:43:54 #137 [security-secretstore-setup builder 6/7] COPY . . 04:43:54 #137 CACHED 04:43:54 04:43:54 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #138 CACHED 04:43:54 04:43:54 #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:43:54 #139 CACHED 04:43:54 04:43:54 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:43:54 #140 CACHED 04:43:54 04:43:54 #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:43:54 #141 CACHED 04:43:54 04:43:54 #142 [security-bootstrapper builder 6/7] COPY . . 04:43:54 #142 CACHED 04:43:54 04:43:54 #143 [security-proxy-setup builder 6/7] COPY . . 04:43:54 #143 DONE 2.0s 04:43:54 04:43:54 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:43:54 #144 ... 04:43:54 04:43:54 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:43:54 #0 5.255 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:43:54 #145 ... 04:43:54 04:43:54 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:43:54 #144 5.631 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:43:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:43:55 f35508f4d787: Preparing 04:43:55 8b82b822e795: Preparing 04:43:55 a73e463fb863: Preparing 04:43:55 455081b6b94e: Preparing 04:43:55 f606ab03ad83: Preparing 04:43:55 5baaf34985d0: Preparing 04:43:55 99c5841f0199: Preparing 04:43:55 a425fa65753c: Preparing 04:43:55 4a5588db9c74: Preparing 04:43:55 4c9976463f5a: Preparing 04:43:55 07dc06c80b6a: Preparing 04:43:55 5f70bf18a086: Preparing 04:43:55 233198808a33: Preparing 04:43:55 1ef5d4650860: Preparing 04:43:55 2a2a45dc048e: Preparing 04:43:55 994456c4fd7b: Preparing 04:43:55 99c5841f0199: Waiting 04:43:55 a425fa65753c: Waiting 04:43:55 4a5588db9c74: Waiting 04:43:55 1ef5d4650860: Waiting 04:43:55 2a2a45dc048e: Waiting 04:43:55 4c9976463f5a: Waiting 04:43:55 994456c4fd7b: Waiting 04:43:55 07dc06c80b6a: Waiting 04:43:55 5f70bf18a086: Waiting 04:43:55 233198808a33: Waiting 04:43:55 5baaf34985d0: Waiting 04:43:55 f606ab03ad83: Layer already exists 04:43:55 8b82b822e795: Layer already exists 04:43:55 f35508f4d787: Layer already exists 04:43:55 455081b6b94e: Layer already exists 04:43:55 a73e463fb863: Layer already exists 04:43:55 5baaf34985d0: Layer already exists 04:43:55 99c5841f0199: Layer already exists 04:43:55 a425fa65753c: Layer already exists 04:43:55 4a5588db9c74: Layer already exists 04:43:55 4c9976463f5a: Layer already exists 04:43:55 07dc06c80b6a: Layer already exists 04:43:55 233198808a33: Layer already exists 04:43:55 5f70bf18a086: Layer already exists 04:43:55 1ef5d4650860: Layer already exists 04:43:55 2a2a45dc048e: Layer already exists 04:43:55 994456c4fd7b: Layer already exists 04:43:55 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:55 #144 ... 04:43:55 04:43:55 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:43:55 #0 4.680 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:43:55 #146 ... 04:43:55 04:43:55 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:43:55 #0 6.139 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:43:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:43:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:43:56 f35508f4d787: Preparing 04:43:56 8b82b822e795: Preparing 04:43:56 a73e463fb863: Preparing 04:43:56 455081b6b94e: Preparing 04:43:56 f606ab03ad83: Preparing 04:43:56 5baaf34985d0: Preparing 04:43:56 99c5841f0199: Preparing 04:43:56 a425fa65753c: Preparing 04:43:56 4a5588db9c74: Preparing 04:43:56 4c9976463f5a: Preparing 04:43:56 99c5841f0199: Waiting 04:43:56 5baaf34985d0: Waiting 04:43:56 4a5588db9c74: Waiting 04:43:56 07dc06c80b6a: Preparing 04:43:56 5f70bf18a086: Preparing 04:43:56 07dc06c80b6a: Waiting 04:43:56 4c9976463f5a: Waiting 04:43:56 233198808a33: Preparing 04:43:56 1ef5d4650860: Preparing 04:43:56 5f70bf18a086: Waiting 04:43:56 233198808a33: Waiting 04:43:56 1ef5d4650860: Waiting 04:43:56 2a2a45dc048e: Preparing 04:43:56 994456c4fd7b: Preparing 04:43:56 994456c4fd7b: Waiting 04:43:56 2a2a45dc048e: Waiting 04:43:56 f35508f4d787: Layer already exists 04:43:56 455081b6b94e: Layer already exists 04:43:56 f606ab03ad83: Layer already exists 04:43:56 a73e463fb863: Layer already exists 04:43:56 8b82b822e795: Layer already exists 04:43:56 5baaf34985d0: Layer already exists 04:43:56 4a5588db9c74: Layer already exists 04:43:56 99c5841f0199: Layer already exists 04:43:56 a425fa65753c: Layer already exists 04:43:56 4c9976463f5a: Layer already exists 04:43:56 07dc06c80b6a: Layer already exists 04:43:56 5f70bf18a086: Layer already exists 04:43:56 233198808a33: Layer already exists 04:43:56 2a2a45dc048e: Layer already exists 04:43:56 1ef5d4650860: Layer already exists 04:43:56 994456c4fd7b: Layer already exists 04:43:56 main: digest: sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:43:56 ===================================================== [Pipeline] echo 04:43:56 taggedImages: 04:43:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:43:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 04:43:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:43:56 #147 ... 04:43:56 04:43:56 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:43:56 #0 6.217 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:43:56 #148 ... 04:43:56 04:43:56 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:43:56 #0 4.926 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] echo 04:43:56 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 04:43:56 82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:56 latest 04:43:56 4.1.0-dev.25 04:43:56 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:43:56 main 04:43:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:56 #149 ... 04:43:56 04:43:56 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:56 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:43:56 #0 5.691 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:56 #150 ... 04:43:56 04:43:56 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:43:56 #0 5.883 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:43:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 04:43:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:43:56 6f50fc12bc81: Preparing 04:43:56 50afa87f82c6: Preparing 04:43:56 487f2a7f0c17: Preparing 04:43:56 5afb5c210633: Preparing 04:43:56 a425fa65753c: Preparing 04:43:56 4a5588db9c74: Preparing 04:43:56 3b44bf353cf8: Preparing 04:43:56 02ac50e03385: Preparing 04:43:56 994456c4fd7b: Preparing 04:43:56 994456c4fd7b: Waiting 04:43:56 4a5588db9c74: Waiting 04:43:56 02ac50e03385: Waiting 04:43:56 a425fa65753c: Layer already exists 04:43:56 4a5588db9c74: Layer already exists 04:43:56 3b44bf353cf8: Layer already exists 04:43:56 02ac50e03385: Layer already exists 04:43:56 487f2a7f0c17: Pushed 04:43:56 994456c4fd7b: Layer already exists 04:43:56 50afa87f82c6: Pushed 04:43:56 6f50fc12bc81: Pushed 04:43:56 #151 ... 04:43:56 04:43:56 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:43:56 #0 4.216 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:43:56 #152 ... 04:43:56 04:43:56 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:43:56 #0 5.532 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:43:57 #153 ... 04:43:57 04:43:57 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:43:57 #0 5.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:43:57 #154 ... 04:43:57 04:43:57 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:43:57 #136 6.141 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:43:59 5afb5c210633: Pushed 04:43:59 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:59 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:44:00 6f50fc12bc81: Preparing 04:44:00 50afa87f82c6: Preparing 04:44:00 487f2a7f0c17: Preparing 04:44:00 5afb5c210633: Preparing 04:44:00 a425fa65753c: Preparing 04:44:00 4a5588db9c74: Preparing 04:44:00 3b44bf353cf8: Preparing 04:44:00 02ac50e03385: Preparing 04:44:00 994456c4fd7b: Preparing 04:44:00 3b44bf353cf8: Waiting 04:44:00 02ac50e03385: Waiting 04:44:00 4a5588db9c74: Waiting 04:44:00 50afa87f82c6: Layer already exists 04:44:00 6f50fc12bc81: Layer already exists 04:44:00 5afb5c210633: Layer already exists 04:44:00 a425fa65753c: Layer already exists 04:44:00 487f2a7f0c17: Layer already exists 04:44:00 4a5588db9c74: Layer already exists 04:44:00 02ac50e03385: Layer already exists 04:44:00 994456c4fd7b: Layer already exists 04:44:00 3b44bf353cf8: Layer already exists 04:44:00 latest: digest: sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 04:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:44:00 6f50fc12bc81: Preparing 04:44:00 50afa87f82c6: Preparing 04:44:00 487f2a7f0c17: Preparing 04:44:00 5afb5c210633: Preparing 04:44:00 a425fa65753c: Preparing 04:44:00 4a5588db9c74: Preparing 04:44:00 3b44bf353cf8: Preparing 04:44:00 02ac50e03385: Preparing 04:44:00 994456c4fd7b: Preparing 04:44:00 3b44bf353cf8: Waiting 04:44:00 994456c4fd7b: Waiting 04:44:00 50afa87f82c6: Layer already exists 04:44:00 487f2a7f0c17: Layer already exists 04:44:00 6f50fc12bc81: Layer already exists 04:44:00 5afb5c210633: Layer already exists 04:44:00 a425fa65753c: Layer already exists 04:44:00 4a5588db9c74: Layer already exists 04:44:00 3b44bf353cf8: Layer already exists 04:44:00 02ac50e03385: Layer already exists 04:44:00 994456c4fd7b: Layer already exists 04:44:00 4.1.0-dev.25: digest: sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:44:01 6f50fc12bc81: Preparing 04:44:01 50afa87f82c6: Preparing 04:44:01 487f2a7f0c17: Preparing 04:44:01 5afb5c210633: Preparing 04:44:01 a425fa65753c: Preparing 04:44:01 4a5588db9c74: Preparing 04:44:01 3b44bf353cf8: Preparing 04:44:01 02ac50e03385: Preparing 04:44:01 994456c4fd7b: Preparing 04:44:01 02ac50e03385: Waiting 04:44:01 4a5588db9c74: Waiting 04:44:01 3b44bf353cf8: Waiting 04:44:01 994456c4fd7b: Waiting 04:44:01 a425fa65753c: Layer already exists 04:44:01 5afb5c210633: Layer already exists 04:44:01 6f50fc12bc81: Layer already exists 04:44:01 50afa87f82c6: Layer already exists 04:44:01 487f2a7f0c17: Layer already exists 04:44:01 4a5588db9c74: Layer already exists 04:44:01 02ac50e03385: Layer already exists 04:44:01 3b44bf353cf8: Layer already exists 04:44:01 994456c4fd7b: Layer already exists 04:44:01 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:44:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:44:01 6f50fc12bc81: Preparing 04:44:01 50afa87f82c6: Preparing 04:44:01 487f2a7f0c17: Preparing 04:44:01 5afb5c210633: Preparing 04:44:01 a425fa65753c: Preparing 04:44:01 4a5588db9c74: Preparing 04:44:01 3b44bf353cf8: Preparing 04:44:01 02ac50e03385: Preparing 04:44:01 994456c4fd7b: Preparing 04:44:01 4a5588db9c74: Waiting 04:44:01 02ac50e03385: Waiting 04:44:01 3b44bf353cf8: Waiting 04:44:01 994456c4fd7b: Waiting 04:44:01 487f2a7f0c17: Layer already exists 04:44:01 a425fa65753c: Layer already exists 04:44:01 50afa87f82c6: Layer already exists 04:44:01 5afb5c210633: Layer already exists 04:44:01 6f50fc12bc81: Layer already exists 04:44:01 4a5588db9c74: Layer already exists 04:44:01 02ac50e03385: Layer already exists 04:44:01 994456c4fd7b: Layer already exists 04:44:01 3b44bf353cf8: Layer already exists 04:44:01 main: digest: sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:02 ===================================================== [Pipeline] echo 04:44:02 taggedImages: 04:44:02 - nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:02 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:44:02 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 04:44:02 - nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:02 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 04:44:02 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 04:44:02 82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:02 latest 04:44:02 4.1.0-dev.25 04:44:02 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:02 main 04:44:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:44:02 cee0e947893d: Preparing 04:44:02 ad8622fff562: Preparing 04:44:02 4f4594d21836: Preparing 04:44:02 9e4bead90199: Preparing 04:44:02 fd750b27217b: Preparing 04:44:02 a425fa65753c: Preparing 04:44:02 4a5588db9c74: Preparing 04:44:02 3b1567283fbe: Preparing 04:44:02 353d504e60ee: Preparing 04:44:02 24e07eb4a536: Preparing 04:44:02 994456c4fd7b: Preparing 04:44:02 24e07eb4a536: Waiting 04:44:02 3b1567283fbe: Waiting 04:44:02 353d504e60ee: Waiting 04:44:02 994456c4fd7b: Waiting 04:44:02 a425fa65753c: Waiting 04:44:02 4a5588db9c74: Waiting 04:44:02 ad8622fff562: Pushed 04:44:02 a425fa65753c: Layer already exists 04:44:02 cee0e947893d: Pushed 04:44:02 9e4bead90199: Pushed 04:44:02 fd750b27217b: Pushed 04:44:02 4a5588db9c74: Layer already exists 04:44:02 994456c4fd7b: Layer already exists 04:44:02 3b1567283fbe: Pushed 04:44:02 353d504e60ee: Pushed 04:44:03 24e07eb4a536: Pushed 04:44:04 4f4594d21836: Pushed 04:44:04 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:44:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:44:05 cee0e947893d: Preparing 04:44:05 ad8622fff562: Preparing 04:44:05 4f4594d21836: Preparing 04:44:05 9e4bead90199: Preparing 04:44:05 fd750b27217b: Preparing 04:44:05 a425fa65753c: Preparing 04:44:05 4a5588db9c74: Preparing 04:44:05 3b1567283fbe: Preparing 04:44:05 353d504e60ee: Preparing 04:44:05 4a5588db9c74: Waiting 04:44:05 3b1567283fbe: Waiting 04:44:05 353d504e60ee: Waiting 04:44:05 a425fa65753c: Waiting 04:44:05 24e07eb4a536: Preparing 04:44:05 994456c4fd7b: Preparing 04:44:05 994456c4fd7b: Waiting 04:44:05 24e07eb4a536: Waiting 04:44:05 9e4bead90199: Layer already exists 04:44:05 cee0e947893d: Layer already exists 04:44:05 fd750b27217b: Layer already exists 04:44:05 4f4594d21836: Layer already exists 04:44:05 ad8622fff562: Layer already exists 04:44:05 a425fa65753c: Layer already exists 04:44:05 24e07eb4a536: Layer already exists 04:44:05 4a5588db9c74: Layer already exists 04:44:05 3b1567283fbe: Layer already exists 04:44:05 353d504e60ee: Layer already exists 04:44:05 994456c4fd7b: Layer already exists 04:44:05 latest: digest: sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 04:44:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:44:06 cee0e947893d: Preparing 04:44:06 ad8622fff562: Preparing 04:44:06 4f4594d21836: Preparing 04:44:06 9e4bead90199: Preparing 04:44:06 fd750b27217b: Preparing 04:44:06 a425fa65753c: Preparing 04:44:06 4a5588db9c74: Preparing 04:44:06 3b1567283fbe: Preparing 04:44:06 353d504e60ee: Preparing 04:44:06 24e07eb4a536: Preparing 04:44:06 994456c4fd7b: Preparing 04:44:06 3b1567283fbe: Waiting 04:44:06 353d504e60ee: Waiting 04:44:06 a425fa65753c: Waiting 04:44:06 24e07eb4a536: Waiting 04:44:06 994456c4fd7b: Waiting 04:44:06 ad8622fff562: Layer already exists 04:44:06 4f4594d21836: Layer already exists 04:44:06 fd750b27217b: Layer already exists 04:44:06 cee0e947893d: Layer already exists 04:44:06 9e4bead90199: Layer already exists 04:44:06 4a5588db9c74: Layer already exists 04:44:06 353d504e60ee: Layer already exists 04:44:06 a425fa65753c: Layer already exists 04:44:06 3b1567283fbe: Layer already exists 04:44:06 24e07eb4a536: Layer already exists 04:44:06 994456c4fd7b: Layer already exists 04:44:06 4.1.0-dev.25: digest: sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:44:06 cee0e947893d: Preparing 04:44:06 ad8622fff562: Preparing 04:44:06 4f4594d21836: Preparing 04:44:06 9e4bead90199: Preparing 04:44:06 fd750b27217b: Preparing 04:44:06 a425fa65753c: Preparing 04:44:06 4a5588db9c74: Preparing 04:44:06 3b1567283fbe: Preparing 04:44:06 353d504e60ee: Preparing 04:44:06 a425fa65753c: Waiting 04:44:06 4a5588db9c74: Waiting 04:44:06 3b1567283fbe: Waiting 04:44:06 353d504e60ee: Waiting 04:44:06 24e07eb4a536: Preparing 04:44:06 994456c4fd7b: Preparing 04:44:06 cee0e947893d: Layer already exists 04:44:06 4f4594d21836: Layer already exists 04:44:06 9e4bead90199: Layer already exists 04:44:06 fd750b27217b: Layer already exists 04:44:06 ad8622fff562: Layer already exists 04:44:06 a425fa65753c: Layer already exists 04:44:06 353d504e60ee: Layer already exists 04:44:06 4a5588db9c74: Layer already exists 04:44:06 3b1567283fbe: Layer already exists 04:44:06 24e07eb4a536: Layer already exists 04:44:06 994456c4fd7b: Layer already exists 04:44:06 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:44:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:44:07 cee0e947893d: Preparing 04:44:07 ad8622fff562: Preparing 04:44:07 4f4594d21836: Preparing 04:44:07 9e4bead90199: Preparing 04:44:07 fd750b27217b: Preparing 04:44:07 a425fa65753c: Preparing 04:44:07 4a5588db9c74: Preparing 04:44:07 3b1567283fbe: Preparing 04:44:07 353d504e60ee: Preparing 04:44:07 24e07eb4a536: Preparing 04:44:07 994456c4fd7b: Preparing 04:44:07 a425fa65753c: Waiting 04:44:07 4a5588db9c74: Waiting 04:44:07 3b1567283fbe: Waiting 04:44:07 353d504e60ee: Waiting 04:44:07 24e07eb4a536: Waiting 04:44:07 994456c4fd7b: Waiting 04:44:07 fd750b27217b: Layer already exists 04:44:07 ad8622fff562: Layer already exists 04:44:07 cee0e947893d: Layer already exists 04:44:07 4f4594d21836: Layer already exists 04:44:07 9e4bead90199: Layer already exists 04:44:07 4a5588db9c74: Layer already exists 04:44:07 3b1567283fbe: Layer already exists 04:44:07 a425fa65753c: Layer already exists 04:44:07 24e07eb4a536: Layer already exists 04:44:07 353d504e60ee: Layer already exists 04:44:07 994456c4fd7b: Layer already exists 04:44:07 main: digest: sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:07 ===================================================== [Pipeline] echo 04:44:07 taggedImages: 04:44:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:44:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 04:44:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 04:44:07 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 04:44:07 82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:07 latest 04:44:07 4.1.0-dev.25 04:44:07 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:07 main 04:44:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:44:08 806dea096cfc: Preparing 04:44:08 e34ef9e31ece: Preparing 04:44:08 9e9ea4d4762f: Preparing 04:44:08 ad074b0b8f0d: Preparing 04:44:08 67e2b9bd575e: Preparing 04:44:08 2922cefa3e81: Preparing 04:44:08 1d0c0363c67c: Preparing 04:44:08 a425fa65753c: Preparing 04:44:08 4a5588db9c74: Preparing 04:44:08 5470b7529d37: Preparing 04:44:08 9a84e5cc8dc5: Preparing 04:44:08 994456c4fd7b: Preparing 04:44:08 1d0c0363c67c: Waiting 04:44:08 a425fa65753c: Waiting 04:44:08 4a5588db9c74: Waiting 04:44:08 5470b7529d37: Waiting 04:44:08 9a84e5cc8dc5: Waiting 04:44:08 994456c4fd7b: Waiting 04:44:08 2922cefa3e81: Waiting 04:44:08 806dea096cfc: Pushed 04:44:08 67e2b9bd575e: Pushed 04:44:08 e34ef9e31ece: Pushed 04:44:08 a425fa65753c: Layer already exists 04:44:08 4a5588db9c74: Layer already exists 04:44:08 2922cefa3e81: Pushed 04:44:08 1d0c0363c67c: Pushed 04:44:08 994456c4fd7b: Layer already exists 04:44:08 5470b7529d37: Pushed 04:44:09 9a84e5cc8dc5: Pushed 04:44:10 ad074b0b8f0d: Pushed 04:44:11 9e9ea4d4762f: Pushed 04:44:11 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:44:11 806dea096cfc: Preparing 04:44:11 e34ef9e31ece: Preparing 04:44:11 9e9ea4d4762f: Preparing 04:44:11 ad074b0b8f0d: Preparing 04:44:11 67e2b9bd575e: Preparing 04:44:11 2922cefa3e81: Preparing 04:44:11 1d0c0363c67c: Preparing 04:44:11 a425fa65753c: Preparing 04:44:11 4a5588db9c74: Preparing 04:44:11 5470b7529d37: Preparing 04:44:11 9a84e5cc8dc5: Preparing 04:44:11 994456c4fd7b: Preparing 04:44:11 2922cefa3e81: Waiting 04:44:11 a425fa65753c: Waiting 04:44:11 1d0c0363c67c: Waiting 04:44:11 9a84e5cc8dc5: Waiting 04:44:11 4a5588db9c74: Waiting 04:44:11 5470b7529d37: Waiting 04:44:11 994456c4fd7b: Waiting 04:44:11 67e2b9bd575e: Layer already exists 04:44:11 806dea096cfc: Layer already exists 04:44:11 e34ef9e31ece: Layer already exists 04:44:11 ad074b0b8f0d: Layer already exists 04:44:11 9e9ea4d4762f: Layer already exists 04:44:11 2922cefa3e81: Layer already exists 04:44:11 1d0c0363c67c: Layer already exists 04:44:11 5470b7529d37: Layer already exists 04:44:11 a425fa65753c: Layer already exists 04:44:11 4a5588db9c74: Layer already exists 04:44:11 9a84e5cc8dc5: Layer already exists 04:44:11 994456c4fd7b: Layer already exists 04:44:11 latest: digest: sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 04:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:44:12 806dea096cfc: Preparing 04:44:12 e34ef9e31ece: Preparing 04:44:12 9e9ea4d4762f: Preparing 04:44:12 ad074b0b8f0d: Preparing 04:44:12 67e2b9bd575e: Preparing 04:44:12 2922cefa3e81: Preparing 04:44:12 1d0c0363c67c: Preparing 04:44:12 a425fa65753c: Preparing 04:44:12 4a5588db9c74: Preparing 04:44:12 5470b7529d37: Preparing 04:44:12 9a84e5cc8dc5: Preparing 04:44:12 994456c4fd7b: Preparing 04:44:12 a425fa65753c: Waiting 04:44:12 4a5588db9c74: Waiting 04:44:12 5470b7529d37: Waiting 04:44:12 9a84e5cc8dc5: Waiting 04:44:12 994456c4fd7b: Waiting 04:44:12 2922cefa3e81: Waiting 04:44:12 1d0c0363c67c: Waiting 04:44:12 9e9ea4d4762f: Layer already exists 04:44:12 ad074b0b8f0d: Layer already exists 04:44:12 67e2b9bd575e: Layer already exists 04:44:12 e34ef9e31ece: Layer already exists 04:44:12 806dea096cfc: Layer already exists 04:44:12 1d0c0363c67c: Layer already exists 04:44:12 2922cefa3e81: Layer already exists 04:44:12 4a5588db9c74: Layer already exists 04:44:12 a425fa65753c: Layer already exists 04:44:12 5470b7529d37: Layer already exists 04:44:12 9a84e5cc8dc5: Layer already exists 04:44:12 994456c4fd7b: Layer already exists 04:44:12 4.1.0-dev.25: digest: sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:44:12 806dea096cfc: Preparing 04:44:12 e34ef9e31ece: Preparing 04:44:12 9e9ea4d4762f: Preparing 04:44:12 ad074b0b8f0d: Preparing 04:44:12 67e2b9bd575e: Preparing 04:44:12 2922cefa3e81: Preparing 04:44:12 1d0c0363c67c: Preparing 04:44:12 a425fa65753c: Preparing 04:44:12 4a5588db9c74: Preparing 04:44:12 1d0c0363c67c: Waiting 04:44:12 2922cefa3e81: Waiting 04:44:12 a425fa65753c: Waiting 04:44:12 4a5588db9c74: Waiting 04:44:12 5470b7529d37: Preparing 04:44:12 9a84e5cc8dc5: Preparing 04:44:12 994456c4fd7b: Preparing 04:44:12 5470b7529d37: Waiting 04:44:12 9a84e5cc8dc5: Waiting 04:44:12 67e2b9bd575e: Layer already exists 04:44:12 806dea096cfc: Layer already exists 04:44:12 e34ef9e31ece: Layer already exists 04:44:12 9e9ea4d4762f: Layer already exists 04:44:12 ad074b0b8f0d: Layer already exists 04:44:12 a425fa65753c: Layer already exists 04:44:12 2922cefa3e81: Layer already exists 04:44:12 1d0c0363c67c: Layer already exists 04:44:12 4a5588db9c74: Layer already exists 04:44:12 5470b7529d37: Layer already exists 04:44:12 9a84e5cc8dc5: Layer already exists 04:44:12 994456c4fd7b: Layer already exists 04:44:12 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:44:13 806dea096cfc: Preparing 04:44:13 e34ef9e31ece: Preparing 04:44:13 9e9ea4d4762f: Preparing 04:44:13 ad074b0b8f0d: Preparing 04:44:13 67e2b9bd575e: Preparing 04:44:13 2922cefa3e81: Preparing 04:44:13 1d0c0363c67c: Preparing 04:44:13 a425fa65753c: Preparing 04:44:13 4a5588db9c74: Preparing 04:44:13 5470b7529d37: Preparing 04:44:13 9a84e5cc8dc5: Preparing 04:44:13 994456c4fd7b: Preparing 04:44:13 4a5588db9c74: Waiting 04:44:13 5470b7529d37: Waiting 04:44:13 9a84e5cc8dc5: Waiting 04:44:13 994456c4fd7b: Waiting 04:44:13 2922cefa3e81: Waiting 04:44:13 1d0c0363c67c: Waiting 04:44:13 a425fa65753c: Waiting 04:44:13 67e2b9bd575e: Layer already exists 04:44:13 e34ef9e31ece: Layer already exists 04:44:13 ad074b0b8f0d: Layer already exists 04:44:13 9e9ea4d4762f: Layer already exists 04:44:13 806dea096cfc: Layer already exists 04:44:13 1d0c0363c67c: Layer already exists 04:44:13 4a5588db9c74: Layer already exists 04:44:13 5470b7529d37: Layer already exists 04:44:13 2922cefa3e81: Layer already exists 04:44:13 a425fa65753c: Layer already exists 04:44:13 9a84e5cc8dc5: Layer already exists 04:44:13 994456c4fd7b: Layer already exists 04:44:13 main: digest: sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:13 ===================================================== [Pipeline] echo 04:44:13 taggedImages: 04:44:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:44:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 04:44:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 04:44:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 04:44:13 82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:13 latest 04:44:13 4.1.0-dev.25 04:44:13 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:13 main 04:44:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:14 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:44:14 883458db9dbb: Preparing 04:44:14 e0d772b2956f: Preparing 04:44:14 a425fa65753c: Preparing 04:44:14 4a5588db9c74: Preparing 04:44:14 fc784b510619: Preparing 04:44:14 710054f32263: Preparing 04:44:14 994456c4fd7b: Preparing 04:44:14 710054f32263: Waiting 04:44:14 994456c4fd7b: Waiting 04:44:14 4a5588db9c74: Layer already exists 04:44:14 a425fa65753c: Layer already exists 04:44:14 994456c4fd7b: Layer already exists 04:44:14 883458db9dbb: Pushed 04:44:14 fc784b510619: Pushed 04:44:15 710054f32263: Pushed 04:44:17 e0d772b2956f: Pushed 04:44:17 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:44:18 883458db9dbb: Preparing 04:44:18 e0d772b2956f: Preparing 04:44:18 a425fa65753c: Preparing 04:44:18 4a5588db9c74: Preparing 04:44:18 fc784b510619: Preparing 04:44:18 710054f32263: Preparing 04:44:18 994456c4fd7b: Preparing 04:44:18 710054f32263: Waiting 04:44:18 994456c4fd7b: Waiting 04:44:18 e0d772b2956f: Layer already exists 04:44:18 4a5588db9c74: Layer already exists 04:44:18 883458db9dbb: Layer already exists 04:44:18 a425fa65753c: Layer already exists 04:44:18 fc784b510619: Layer already exists 04:44:18 710054f32263: Layer already exists 04:44:18 994456c4fd7b: Layer already exists 04:44:18 latest: digest: sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 04:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:44:18 883458db9dbb: Preparing 04:44:18 e0d772b2956f: Preparing 04:44:18 a425fa65753c: Preparing 04:44:18 4a5588db9c74: Preparing 04:44:18 fc784b510619: Preparing 04:44:18 710054f32263: Preparing 04:44:18 994456c4fd7b: Preparing 04:44:18 710054f32263: Waiting 04:44:18 994456c4fd7b: Waiting 04:44:18 883458db9dbb: Layer already exists 04:44:18 fc784b510619: Layer already exists 04:44:18 e0d772b2956f: Layer already exists 04:44:18 4a5588db9c74: Layer already exists 04:44:18 a425fa65753c: Layer already exists 04:44:18 710054f32263: Layer already exists 04:44:18 994456c4fd7b: Layer already exists 04:44:18 4.1.0-dev.25: digest: sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:44:19 883458db9dbb: Preparing 04:44:19 e0d772b2956f: Preparing 04:44:19 a425fa65753c: Preparing 04:44:19 4a5588db9c74: Preparing 04:44:19 fc784b510619: Preparing 04:44:19 710054f32263: Preparing 04:44:19 994456c4fd7b: Preparing 04:44:19 710054f32263: Waiting 04:44:19 994456c4fd7b: Waiting 04:44:19 e0d772b2956f: Layer already exists 04:44:19 fc784b510619: Layer already exists 04:44:19 a425fa65753c: Layer already exists 04:44:19 883458db9dbb: Layer already exists 04:44:19 4a5588db9c74: Layer already exists 04:44:19 710054f32263: Layer already exists 04:44:19 994456c4fd7b: Layer already exists 04:44:19 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:44:20 883458db9dbb: Preparing 04:44:20 e0d772b2956f: Preparing 04:44:20 a425fa65753c: Preparing 04:44:20 4a5588db9c74: Preparing 04:44:20 fc784b510619: Preparing 04:44:20 710054f32263: Preparing 04:44:20 994456c4fd7b: Preparing 04:44:20 710054f32263: Waiting 04:44:20 994456c4fd7b: Waiting 04:44:20 a425fa65753c: Layer already exists 04:44:20 fc784b510619: Layer already exists 04:44:20 883458db9dbb: Layer already exists 04:44:20 e0d772b2956f: Layer already exists 04:44:20 4a5588db9c74: Layer already exists 04:44:20 710054f32263: Layer already exists 04:44:20 994456c4fd7b: Layer already exists 04:44:20 main: digest: sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:20 ===================================================== [Pipeline] echo 04:44:20 taggedImages: 04:44:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:44:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 04:44:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 04:44:20 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 04:44:20 82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:20 latest 04:44:20 4.1.0-dev.25 04:44:20 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:20 main 04:44:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:44:20 0c62be6af659: Preparing 04:44:20 adaef897ed7e: Preparing 04:44:20 a0d045734bc5: Preparing 04:44:20 a425fa65753c: Preparing 04:44:20 4a5588db9c74: Preparing 04:44:20 4cff6082017b: Preparing 04:44:20 ad372f0da490: Preparing 04:44:20 770369fee364: Preparing 04:44:20 8eb7cc29d415: Preparing 04:44:20 994456c4fd7b: Preparing 04:44:20 ad372f0da490: Waiting 04:44:20 8eb7cc29d415: Waiting 04:44:20 770369fee364: Waiting 04:44:20 994456c4fd7b: Waiting 04:44:20 4cff6082017b: Waiting 04:44:20 a425fa65753c: Layer already exists 04:44:20 4a5588db9c74: Layer already exists 04:44:20 a0d045734bc5: Pushed 04:44:20 0c62be6af659: Pushed 04:44:20 adaef897ed7e: Pushed 04:44:20 994456c4fd7b: Layer already exists 04:44:20 770369fee364: Pushed 04:44:21 8eb7cc29d415: Pushed 04:44:25 ad372f0da490: Pushed 04:44:32 4cff6082017b: Pushed 04:44:32 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:44:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:44:32 0c62be6af659: Preparing 04:44:32 adaef897ed7e: Preparing 04:44:32 a0d045734bc5: Preparing 04:44:32 a425fa65753c: Preparing 04:44:32 4a5588db9c74: Preparing 04:44:32 4cff6082017b: Preparing 04:44:32 ad372f0da490: Preparing 04:44:32 770369fee364: Preparing 04:44:32 8eb7cc29d415: Preparing 04:44:32 994456c4fd7b: Preparing 04:44:32 4cff6082017b: Waiting 04:44:32 ad372f0da490: Waiting 04:44:32 770369fee364: Waiting 04:44:32 8eb7cc29d415: Waiting 04:44:32 994456c4fd7b: Waiting 04:44:32 0c62be6af659: Layer already exists 04:44:32 4a5588db9c74: Layer already exists 04:44:32 a425fa65753c: Layer already exists 04:44:32 adaef897ed7e: Layer already exists 04:44:32 a0d045734bc5: Layer already exists 04:44:32 4cff6082017b: Layer already exists 04:44:32 ad372f0da490: Layer already exists 04:44:32 8eb7cc29d415: Layer already exists 04:44:32 994456c4fd7b: Layer already exists 04:44:32 770369fee364: Layer already exists 04:44:32 latest: digest: sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 04:44:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:44:33 0c62be6af659: Preparing 04:44:33 adaef897ed7e: Preparing 04:44:33 a0d045734bc5: Preparing 04:44:33 a425fa65753c: Preparing 04:44:33 4a5588db9c74: Preparing 04:44:33 4cff6082017b: Preparing 04:44:33 ad372f0da490: Preparing 04:44:33 770369fee364: Preparing 04:44:33 8eb7cc29d415: Preparing 04:44:33 994456c4fd7b: Preparing 04:44:33 770369fee364: Waiting 04:44:33 8eb7cc29d415: Waiting 04:44:33 4cff6082017b: Waiting 04:44:33 ad372f0da490: Waiting 04:44:33 994456c4fd7b: Waiting 04:44:33 a425fa65753c: Layer already exists 04:44:33 adaef897ed7e: Layer already exists 04:44:33 a0d045734bc5: Layer already exists 04:44:33 4a5588db9c74: Layer already exists 04:44:33 0c62be6af659: Layer already exists 04:44:33 4cff6082017b: Layer already exists 04:44:33 ad372f0da490: Layer already exists 04:44:33 770369fee364: Layer already exists 04:44:33 8eb7cc29d415: Layer already exists 04:44:33 994456c4fd7b: Layer already exists 04:44:33 4.1.0-dev.25: digest: sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:44:34 0c62be6af659: Preparing 04:44:34 adaef897ed7e: Preparing 04:44:34 a0d045734bc5: Preparing 04:44:34 a425fa65753c: Preparing 04:44:34 4a5588db9c74: Preparing 04:44:34 4cff6082017b: Preparing 04:44:34 ad372f0da490: Preparing 04:44:34 770369fee364: Preparing 04:44:34 8eb7cc29d415: Preparing 04:44:34 994456c4fd7b: Preparing 04:44:34 4cff6082017b: Waiting 04:44:34 ad372f0da490: Waiting 04:44:34 770369fee364: Waiting 04:44:34 8eb7cc29d415: Waiting 04:44:34 994456c4fd7b: Waiting 04:44:34 0c62be6af659: Layer already exists 04:44:34 a0d045734bc5: Layer already exists 04:44:34 4a5588db9c74: Layer already exists 04:44:34 adaef897ed7e: Layer already exists 04:44:34 a425fa65753c: Layer already exists 04:44:34 4cff6082017b: Layer already exists 04:44:34 ad372f0da490: Layer already exists 04:44:34 770369fee364: Layer already exists 04:44:34 8eb7cc29d415: Layer already exists 04:44:34 994456c4fd7b: Layer already exists 04:44:34 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:44:34 0c62be6af659: Preparing 04:44:34 adaef897ed7e: Preparing 04:44:34 a0d045734bc5: Preparing 04:44:34 a425fa65753c: Preparing 04:44:34 4a5588db9c74: Preparing 04:44:34 4cff6082017b: Preparing 04:44:34 ad372f0da490: Preparing 04:44:34 770369fee364: Preparing 04:44:34 8eb7cc29d415: Preparing 04:44:34 994456c4fd7b: Preparing 04:44:34 8eb7cc29d415: Waiting 04:44:34 4cff6082017b: Waiting 04:44:34 770369fee364: Waiting 04:44:34 0c62be6af659: Layer already exists 04:44:34 a0d045734bc5: Layer already exists 04:44:34 4a5588db9c74: Layer already exists 04:44:34 adaef897ed7e: Layer already exists 04:44:34 a425fa65753c: Layer already exists 04:44:34 4cff6082017b: Layer already exists 04:44:34 ad372f0da490: Layer already exists 04:44:34 8eb7cc29d415: Layer already exists 04:44:34 770369fee364: Layer already exists 04:44:34 994456c4fd7b: Layer already exists 04:44:34 main: digest: sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:34 ===================================================== [Pipeline] echo 04:44:34 taggedImages: 04:44:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:44:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 04:44:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 04:44:35 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 04:44:35 82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:35 latest 04:44:35 4.1.0-dev.25 04:44:35 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:35 main 04:44:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:44:35 30c739b304c8: Preparing 04:44:35 baa4b6359381: Preparing 04:44:35 8bb4f0577284: Preparing 04:44:35 a425fa65753c: Preparing 04:44:35 4a5588db9c74: Preparing 04:44:35 5a4a9018a665: Preparing 04:44:35 f3ce47953b58: Preparing 04:44:35 e9f29a08b1e9: Preparing 04:44:35 994456c4fd7b: Preparing 04:44:35 5a4a9018a665: Waiting 04:44:35 f3ce47953b58: Waiting 04:44:35 e9f29a08b1e9: Waiting 04:44:35 994456c4fd7b: Waiting 04:44:35 a425fa65753c: Layer already exists 04:44:35 4a5588db9c74: Layer already exists 04:44:35 baa4b6359381: Pushed 04:44:35 f3ce47953b58: Pushed 04:44:35 30c739b304c8: Pushed 04:44:35 8bb4f0577284: Pushed 04:44:35 994456c4fd7b: Layer already exists 04:44:35 e9f29a08b1e9: Pushed 04:44:48 5a4a9018a665: Pushed 04:44:48 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:44:48 30c739b304c8: Preparing 04:44:48 baa4b6359381: Preparing 04:44:48 8bb4f0577284: Preparing 04:44:48 a425fa65753c: Preparing 04:44:48 4a5588db9c74: Preparing 04:44:48 5a4a9018a665: Preparing 04:44:48 f3ce47953b58: Preparing 04:44:48 e9f29a08b1e9: Preparing 04:44:48 994456c4fd7b: Preparing 04:44:48 5a4a9018a665: Waiting 04:44:48 f3ce47953b58: Waiting 04:44:48 994456c4fd7b: Waiting 04:44:48 e9f29a08b1e9: Waiting 04:44:48 4a5588db9c74: Layer already exists 04:44:48 baa4b6359381: Layer already exists 04:44:48 30c739b304c8: Layer already exists 04:44:48 8bb4f0577284: Layer already exists 04:44:48 a425fa65753c: Layer already exists 04:44:48 5a4a9018a665: Layer already exists 04:44:48 f3ce47953b58: Layer already exists 04:44:48 994456c4fd7b: Layer already exists 04:44:48 e9f29a08b1e9: Layer already exists 04:44:48 latest: digest: sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 04:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:44:49 30c739b304c8: Preparing 04:44:49 baa4b6359381: Preparing 04:44:49 8bb4f0577284: Preparing 04:44:49 a425fa65753c: Preparing 04:44:49 4a5588db9c74: Preparing 04:44:49 5a4a9018a665: Preparing 04:44:49 f3ce47953b58: Preparing 04:44:49 e9f29a08b1e9: Preparing 04:44:49 994456c4fd7b: Preparing 04:44:49 f3ce47953b58: Waiting 04:44:49 e9f29a08b1e9: Waiting 04:44:49 5a4a9018a665: Waiting 04:44:49 994456c4fd7b: Waiting 04:44:49 8bb4f0577284: Layer already exists 04:44:49 a425fa65753c: Layer already exists 04:44:49 baa4b6359381: Layer already exists 04:44:49 4a5588db9c74: Layer already exists 04:44:49 30c739b304c8: Layer already exists 04:44:49 5a4a9018a665: Layer already exists 04:44:49 e9f29a08b1e9: Layer already exists 04:44:49 994456c4fd7b: Layer already exists 04:44:49 f3ce47953b58: Layer already exists 04:44:49 4.1.0-dev.25: digest: sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:44:50 30c739b304c8: Preparing 04:44:50 baa4b6359381: Preparing 04:44:50 8bb4f0577284: Preparing 04:44:50 a425fa65753c: Preparing 04:44:50 4a5588db9c74: Preparing 04:44:50 5a4a9018a665: Preparing 04:44:50 f3ce47953b58: Preparing 04:44:50 e9f29a08b1e9: Preparing 04:44:50 994456c4fd7b: Preparing 04:44:50 f3ce47953b58: Waiting 04:44:50 5a4a9018a665: Waiting 04:44:50 994456c4fd7b: Waiting 04:44:50 4a5588db9c74: Layer already exists 04:44:50 baa4b6359381: Layer already exists 04:44:50 a425fa65753c: Layer already exists 04:44:50 8bb4f0577284: Layer already exists 04:44:50 30c739b304c8: Layer already exists 04:44:50 f3ce47953b58: Layer already exists 04:44:50 e9f29a08b1e9: Layer already exists 04:44:50 5a4a9018a665: Layer already exists 04:44:50 994456c4fd7b: Layer already exists 04:44:50 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 04:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:44:50 30c739b304c8: Preparing 04:44:50 baa4b6359381: Preparing 04:44:50 8bb4f0577284: Preparing 04:44:50 a425fa65753c: Preparing 04:44:50 4a5588db9c74: Preparing 04:44:50 5a4a9018a665: Preparing 04:44:50 f3ce47953b58: Preparing 04:44:50 e9f29a08b1e9: Preparing 04:44:50 994456c4fd7b: Preparing 04:44:50 f3ce47953b58: Waiting 04:44:50 5a4a9018a665: Waiting 04:44:50 e9f29a08b1e9: Waiting 04:44:50 994456c4fd7b: Waiting 04:44:50 a425fa65753c: Layer already exists 04:44:50 baa4b6359381: Layer already exists 04:44:50 4a5588db9c74: Layer already exists 04:44:50 30c739b304c8: Layer already exists 04:44:50 8bb4f0577284: Layer already exists 04:44:50 5a4a9018a665: Layer already exists 04:44:50 994456c4fd7b: Layer already exists 04:44:50 f3ce47953b58: Layer already exists 04:44:50 e9f29a08b1e9: Layer already exists 04:44:50 main: digest: sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:44:50 ===================================================== [Pipeline] echo 04:44:50 taggedImages: 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:50 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 04:44:50 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 04:44:50 82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:50 latest 04:44:50 4.1.0-dev.25 04:44:50 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:44:50 main 04:44:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 04:44:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:44:51 cce1efa22ca8: Preparing 04:44:51 4707ecd2315c: Preparing 04:44:51 327dbc9b1236: Preparing 04:44:51 a425fa65753c: Preparing 04:44:51 4a5588db9c74: Preparing 04:44:51 90a10e11323b: Preparing 04:44:51 770369fee364: Preparing 04:44:51 8eb7cc29d415: Preparing 04:44:51 994456c4fd7b: Preparing 04:44:51 770369fee364: Waiting 04:44:51 8eb7cc29d415: Waiting 04:44:51 994456c4fd7b: Waiting 04:44:51 90a10e11323b: Waiting 04:44:51 4a5588db9c74: Layer already exists 04:44:51 a425fa65753c: Layer already exists 04:44:51 770369fee364: Layer already exists 04:44:51 8eb7cc29d415: Layer already exists 04:44:51 994456c4fd7b: Layer already exists 04:44:51 4707ecd2315c: Pushed 04:44:51 cce1efa22ca8: Pushed 04:44:51 327dbc9b1236: Pushed 04:45:03 90a10e11323b: Pushed 04:45:03 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:45:04 cce1efa22ca8: Preparing 04:45:04 4707ecd2315c: Preparing 04:45:04 327dbc9b1236: Preparing 04:45:04 a425fa65753c: Preparing 04:45:04 4a5588db9c74: Preparing 04:45:04 90a10e11323b: Preparing 04:45:04 770369fee364: Preparing 04:45:04 8eb7cc29d415: Preparing 04:45:04 994456c4fd7b: Preparing 04:45:04 770369fee364: Waiting 04:45:04 8eb7cc29d415: Waiting 04:45:04 994456c4fd7b: Waiting 04:45:04 90a10e11323b: Waiting 04:45:04 a425fa65753c: Layer already exists 04:45:04 cce1efa22ca8: Layer already exists 04:45:04 4707ecd2315c: Layer already exists 04:45:04 327dbc9b1236: Layer already exists 04:45:04 4a5588db9c74: Layer already exists 04:45:04 90a10e11323b: Layer already exists 04:45:04 8eb7cc29d415: Layer already exists 04:45:04 770369fee364: Layer already exists 04:45:04 994456c4fd7b: Layer already exists 04:45:04 latest: digest: sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 04:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:45:05 cce1efa22ca8: Preparing 04:45:05 4707ecd2315c: Preparing 04:45:05 327dbc9b1236: Preparing 04:45:05 a425fa65753c: Preparing 04:45:05 4a5588db9c74: Preparing 04:45:05 90a10e11323b: Preparing 04:45:05 770369fee364: Preparing 04:45:05 8eb7cc29d415: Preparing 04:45:05 994456c4fd7b: Preparing 04:45:05 770369fee364: Waiting 04:45:05 8eb7cc29d415: Waiting 04:45:05 994456c4fd7b: Waiting 04:45:05 90a10e11323b: Waiting 04:45:05 4a5588db9c74: Layer already exists 04:45:05 327dbc9b1236: Layer already exists 04:45:05 cce1efa22ca8: Layer already exists 04:45:05 a425fa65753c: Layer already exists 04:45:05 4707ecd2315c: Layer already exists 04:45:05 90a10e11323b: Layer already exists 04:45:05 8eb7cc29d415: Layer already exists 04:45:05 770369fee364: Layer already exists 04:45:05 994456c4fd7b: Layer already exists 04:45:05 4.1.0-dev.25: digest: sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:45:05 cce1efa22ca8: Preparing 04:45:05 4707ecd2315c: Preparing 04:45:05 327dbc9b1236: Preparing 04:45:05 a425fa65753c: Preparing 04:45:05 4a5588db9c74: Preparing 04:45:05 90a10e11323b: Preparing 04:45:05 770369fee364: Preparing 04:45:05 8eb7cc29d415: Preparing 04:45:05 994456c4fd7b: Preparing 04:45:05 8eb7cc29d415: Waiting 04:45:05 90a10e11323b: Waiting 04:45:05 770369fee364: Waiting 04:45:05 4a5588db9c74: Layer already exists 04:45:05 327dbc9b1236: Layer already exists 04:45:05 a425fa65753c: Layer already exists 04:45:05 cce1efa22ca8: Layer already exists 04:45:05 4707ecd2315c: Layer already exists 04:45:05 90a10e11323b: Layer already exists 04:45:05 770369fee364: Layer already exists 04:45:05 994456c4fd7b: Layer already exists 04:45:05 8eb7cc29d415: Layer already exists 04:45:05 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 04:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:45:06 cce1efa22ca8: Preparing 04:45:06 4707ecd2315c: Preparing 04:45:06 327dbc9b1236: Preparing 04:45:06 a425fa65753c: Preparing 04:45:06 4a5588db9c74: Preparing 04:45:06 90a10e11323b: Preparing 04:45:06 770369fee364: Preparing 04:45:06 8eb7cc29d415: Preparing 04:45:06 994456c4fd7b: Preparing 04:45:06 90a10e11323b: Waiting 04:45:06 8eb7cc29d415: Waiting 04:45:06 770369fee364: Waiting 04:45:06 994456c4fd7b: Waiting 04:45:06 327dbc9b1236: Layer already exists 04:45:06 a425fa65753c: Layer already exists 04:45:06 4a5588db9c74: Layer already exists 04:45:06 4707ecd2315c: Layer already exists 04:45:06 cce1efa22ca8: Layer already exists 04:45:06 90a10e11323b: Layer already exists 04:45:06 770369fee364: Layer already exists 04:45:06 994456c4fd7b: Layer already exists 04:45:06 8eb7cc29d415: Layer already exists 04:45:06 main: digest: sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:45:06 ===================================================== [Pipeline] echo 04:45:06 taggedImages: 04:45:06 - nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:06 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:45:06 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 04:45:06 - nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:06 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 04:45:06 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 04:45:06 82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:06 latest 04:45:06 4.1.0-dev.25 04:45:06 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:06 main 04:45:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:45:07 29f2af17645a: Preparing 04:45:07 8ae8753ee6b8: Preparing 04:45:07 a425fa65753c: Preparing 04:45:07 4a5588db9c74: Preparing 04:45:07 5e10feecbdc0: Preparing 04:45:07 c858b64cd59a: Preparing 04:45:07 994456c4fd7b: Preparing 04:45:07 c858b64cd59a: Waiting 04:45:07 994456c4fd7b: Waiting 04:45:07 4a5588db9c74: Layer already exists 04:45:07 a425fa65753c: Layer already exists 04:45:07 994456c4fd7b: Layer already exists 04:45:07 29f2af17645a: Pushed 04:45:07 5e10feecbdc0: Pushed 04:45:07 c858b64cd59a: Pushed 04:45:11 8ae8753ee6b8: Pushed 04:45:11 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 04:45:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:45:11 29f2af17645a: Preparing 04:45:11 8ae8753ee6b8: Preparing 04:45:11 a425fa65753c: Preparing 04:45:11 4a5588db9c74: Preparing 04:45:11 5e10feecbdc0: Preparing 04:45:11 c858b64cd59a: Preparing 04:45:11 994456c4fd7b: Preparing 04:45:11 c858b64cd59a: Waiting 04:45:11 994456c4fd7b: Waiting 04:45:11 4a5588db9c74: Layer already exists 04:45:11 8ae8753ee6b8: Layer already exists 04:45:11 a425fa65753c: Layer already exists 04:45:11 5e10feecbdc0: Layer already exists 04:45:11 29f2af17645a: Layer already exists 04:45:11 c858b64cd59a: Layer already exists 04:45:11 994456c4fd7b: Layer already exists 04:45:11 latest: digest: sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 04:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:45:12 29f2af17645a: Preparing 04:45:12 8ae8753ee6b8: Preparing 04:45:12 a425fa65753c: Preparing 04:45:12 4a5588db9c74: Preparing 04:45:12 5e10feecbdc0: Preparing 04:45:12 c858b64cd59a: Preparing 04:45:12 994456c4fd7b: Preparing 04:45:12 c858b64cd59a: Waiting 04:45:12 994456c4fd7b: Waiting 04:45:12 5e10feecbdc0: Layer already exists 04:45:12 4a5588db9c74: Layer already exists 04:45:12 a425fa65753c: Layer already exists 04:45:12 29f2af17645a: Layer already exists 04:45:12 8ae8753ee6b8: Layer already exists 04:45:12 c858b64cd59a: Layer already exists 04:45:12 994456c4fd7b: Layer already exists 04:45:12 4.1.0-dev.25: digest: sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:45:12 29f2af17645a: Preparing 04:45:12 8ae8753ee6b8: Preparing 04:45:12 a425fa65753c: Preparing 04:45:12 4a5588db9c74: Preparing 04:45:12 5e10feecbdc0: Preparing 04:45:12 c858b64cd59a: Preparing 04:45:12 994456c4fd7b: Preparing 04:45:12 c858b64cd59a: Waiting 04:45:12 994456c4fd7b: Waiting 04:45:12 8ae8753ee6b8: Layer already exists 04:45:12 5e10feecbdc0: Layer already exists 04:45:12 29f2af17645a: Layer already exists 04:45:12 4a5588db9c74: Layer already exists 04:45:12 a425fa65753c: Layer already exists 04:45:12 994456c4fd7b: Layer already exists 04:45:12 c858b64cd59a: Layer already exists 04:45:12 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 04:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:45:13 29f2af17645a: Preparing 04:45:13 8ae8753ee6b8: Preparing 04:45:13 a425fa65753c: Preparing 04:45:13 4a5588db9c74: Preparing 04:45:13 5e10feecbdc0: Preparing 04:45:13 c858b64cd59a: Preparing 04:45:13 994456c4fd7b: Preparing 04:45:13 c858b64cd59a: Waiting 04:45:13 994456c4fd7b: Waiting 04:45:13 8ae8753ee6b8: Layer already exists 04:45:13 29f2af17645a: Layer already exists 04:45:13 a425fa65753c: Layer already exists 04:45:13 4a5588db9c74: Layer already exists 04:45:13 5e10feecbdc0: Layer already exists 04:45:13 c858b64cd59a: Layer already exists 04:45:13 994456c4fd7b: Layer already exists 04:45:13 main: digest: sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:45:13 ===================================================== [Pipeline] echo 04:45:13 taggedImages: 04:45:13 - nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:13 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:45:13 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 04:45:13 - nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:13 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 04:45:13 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 04:45:13 82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:13 latest 04:45:13 4.1.0-dev.25 04:45:13 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:13 main 04:45:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:45:14 aa54aa24d064: Preparing 04:45:14 0ff6e200b7cb: Preparing 04:45:14 a425fa65753c: Preparing 04:45:14 4a5588db9c74: Preparing 04:45:14 6c1719c4f958: Preparing 04:45:14 d690e42774af: Preparing 04:45:14 994456c4fd7b: Preparing 04:45:14 d690e42774af: Waiting 04:45:14 994456c4fd7b: Waiting 04:45:14 4a5588db9c74: Layer already exists 04:45:14 aa54aa24d064: Pushed 04:45:14 a425fa65753c: Layer already exists 04:45:14 994456c4fd7b: Layer already exists 04:45:14 6c1719c4f958: Pushed 04:45:14 d690e42774af: Pushed 04:45:18 0ff6e200b7cb: Pushed 04:45:18 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:45:19 aa54aa24d064: Preparing 04:45:19 0ff6e200b7cb: Preparing 04:45:19 a425fa65753c: Preparing 04:45:19 4a5588db9c74: Preparing 04:45:19 6c1719c4f958: Preparing 04:45:19 d690e42774af: Preparing 04:45:19 994456c4fd7b: Preparing 04:45:19 d690e42774af: Waiting 04:45:19 994456c4fd7b: Waiting 04:45:19 a425fa65753c: Layer already exists 04:45:19 0ff6e200b7cb: Layer already exists 04:45:19 6c1719c4f958: Layer already exists 04:45:19 4a5588db9c74: Layer already exists 04:45:19 aa54aa24d064: Layer already exists 04:45:19 d690e42774af: Layer already exists 04:45:19 994456c4fd7b: Layer already exists 04:45:19 latest: digest: sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 04:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:45:20 aa54aa24d064: Preparing 04:45:20 0ff6e200b7cb: Preparing 04:45:20 a425fa65753c: Preparing 04:45:20 4a5588db9c74: Preparing 04:45:20 6c1719c4f958: Preparing 04:45:20 d690e42774af: Preparing 04:45:20 994456c4fd7b: Preparing 04:45:20 d690e42774af: Waiting 04:45:20 994456c4fd7b: Waiting 04:45:20 0ff6e200b7cb: Layer already exists 04:45:20 aa54aa24d064: Layer already exists 04:45:20 6c1719c4f958: Layer already exists 04:45:20 a425fa65753c: Layer already exists 04:45:20 4a5588db9c74: Layer already exists 04:45:20 994456c4fd7b: Layer already exists 04:45:20 d690e42774af: Layer already exists 04:45:20 4.1.0-dev.25: digest: sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:45:20 aa54aa24d064: Preparing 04:45:20 0ff6e200b7cb: Preparing 04:45:20 a425fa65753c: Preparing 04:45:20 4a5588db9c74: Preparing 04:45:20 6c1719c4f958: Preparing 04:45:20 d690e42774af: Preparing 04:45:20 994456c4fd7b: Preparing 04:45:20 d690e42774af: Waiting 04:45:20 994456c4fd7b: Waiting 04:45:20 aa54aa24d064: Layer already exists 04:45:20 4a5588db9c74: Layer already exists 04:45:20 6c1719c4f958: Layer already exists 04:45:20 a425fa65753c: Layer already exists 04:45:20 0ff6e200b7cb: Layer already exists 04:45:20 994456c4fd7b: Layer already exists 04:45:20 d690e42774af: Layer already exists 04:45:20 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:45:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 04:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:45:21 aa54aa24d064: Preparing 04:45:21 0ff6e200b7cb: Preparing 04:45:21 a425fa65753c: Preparing 04:45:21 4a5588db9c74: Preparing 04:45:21 6c1719c4f958: Preparing 04:45:21 d690e42774af: Preparing 04:45:21 994456c4fd7b: Preparing 04:45:21 994456c4fd7b: Waiting 04:45:21 d690e42774af: Waiting 04:45:21 a425fa65753c: Layer already exists 04:45:21 0ff6e200b7cb: Layer already exists 04:45:21 6c1719c4f958: Layer already exists 04:45:21 aa54aa24d064: Layer already exists 04:45:21 4a5588db9c74: Layer already exists 04:45:21 d690e42774af: Layer already exists 04:45:21 994456c4fd7b: Layer already exists 04:45:21 main: digest: sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:45:21 ===================================================== [Pipeline] echo 04:45:21 taggedImages: 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 04:45:21 ========================================================= 04:45:21 [edgeXBuildMultiArch] RAW Config: 04:45:21 images: 04:45:21 - nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/core-command:latest 04:45:21 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-command:main 04:45:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:45:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:45:21 - nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/core-data:latest 04:45:21 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-data:main 04:45:21 - nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:45:21 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-keeper:main 04:45:21 - nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:45:21 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/core-metadata:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-config:main 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/security-spire-server:main 04:45:21 - nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:45:21 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/support-notifications:main 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:45:21 - nexus3.edgexfoundry.org:10004/support-scheduler:main 04:45:21 settingsFile: 04:45:21 edgex-go-settings 04:45:21 ========================================================= [Pipeline] node 04:45:36 Still waiting to schedule task 04:45:36 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3481’ 04:48:16 Running on prd-centos7-docker-4c-2g-3496 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:48:16 provisioning config files... 04:48:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4512224180218765705tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:48:18 ---> ****-login.sh 04:48:18 nexus3.edgexfoundry.org:10001 04:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:18 Configure a credential helper to remove this warning. See 04:48:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:18 04:48:18 Login Succeeded 04:48:18 nexus3.edgexfoundry.org:10002 04:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:18 Configure a credential helper to remove this warning. See 04:48:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:18 04:48:18 Login Succeeded 04:48:18 nexus3.edgexfoundry.org:10003 04:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:18 Configure a credential helper to remove this warning. See 04:48:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:18 04:48:18 Login Succeeded 04:48:18 nexus3.edgexfoundry.org:10004 04:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:18 Configure a credential helper to remove this warning. See 04:48:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:18 04:48:18 Login Succeeded 04:48:18 ****.io 04:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:48:19 Configure a credential helper to remove this warning. See 04:48:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:48:19 04:48:19 Login Succeeded 04:48:19 ---> ****-login.sh ends [Pipeline] } 04:48:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:48:19 + docker buildx ls 04:48:19 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:48:19 default * docker 04:48:19 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:48:19 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 04:48:19 edgex-builder [Pipeline] sh 04:48:20 + docker buildx inspect --bootstrap 04:48:20 #1 [internal] booting buildkit 04:48:20 #1 pulling image moby/buildkit:buildx-stable-1 04:48:23 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 04:48:23 #1 creating container buildx_buildkit_edgex-builder0 04:48:24 #1 creating container buildx_buildkit_edgex-builder0 1.0s done 04:48:24 #1 DONE 3.8s 04:48:24 Name: edgex-builder 04:48:24 Driver: docker-container 04:48:24 04:48:24 Nodes: 04:48:24 Name: edgex-builder0 04:48:24 Endpoint: unix:///var/run/docker.sock 04:48:24 Status: running 04:48:24 Buildkit: v0.22.0 04:48:24 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 04:48:24 + docker buildx ls 04:48:24 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:48:24 edgex-builder * docker-container 04:48:24 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 04:48:24 default docker 04:48:24 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:48:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:24 #1 [internal] load build definition from Dockerfile 04:48:24 #1 transferring dockerfile: 197B done 04:48:24 #1 DONE 0.0s 04:48:24 04:48:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:24 #2 DONE 0.1s 04:48:24 04:48:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:25 #3 DONE 0.1s 04:48:25 04:48:25 #4 [internal] load .dockerignore 04:48:25 #4 transferring context: 2B done 04:48:25 #4 DONE 0.0s 04:48:25 04:48:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:25 #5 resolve nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:25 #5 DONE 0.0s 04:48:25 04:48:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:25 #6 resolve nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:25 #6 DONE 0.1s 04:48:25 04:48:25 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:48:25 #7 DONE 0.0s 04:48:25 04:48:25 #8 exporting to image 04:48:25 #8 exporting layers done 04:48:25 #8 exporting manifest sha256:20f45d0fccd5e02751f47485b4f3578a972821ba3e521fa0cfa018b09fd8e284 done 04:48:25 #8 exporting config sha256:87537da3f0dd9d38e6a1757a04660ab6bc669f24a629b051e4801aef5f7015d9 done 04:48:25 #8 exporting manifest sha256:53ba92448356e5349f9069540efb7f09e65c7d1145d7420a23476dda404c4aad done 04:48:25 #8 exporting config sha256:6331ddcb8e645ab9c24031c903026ca42c7e0fa03941ae7952a96a9aa9a4a31e done 04:48:25 #8 exporting manifest list sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 done 04:48:25 #8 pushing layers 0.1s done 04:48:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 04:48:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 0.1s done 04:48:25 #8 DONE 0.2s 04:48:25 04:48:25 1 warning found (use --debug to expand): 04:48:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 04:48:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 04:48:25 #1 [internal] load build definition from Dockerfile 04:48:25 #1 transferring dockerfile: 163B done 04:48:25 #1 DONE 0.0s 04:48:25 04:48:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:48:25 #2 DONE 0.0s 04:48:25 04:48:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:48:25 #3 DONE 0.0s 04:48:25 04:48:25 #4 [internal] load .dockerignore 04:48:25 #4 transferring context: 2B done 04:48:25 #4 DONE 0.0s 04:48:25 04:48:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:25 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 done 04:48:25 #5 DONE 0.0s 04:48:25 04:48:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:25 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:25 #6 CACHED 04:48:25 04:48:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:25 #5 CACHED 04:48:25 04:48:25 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:48:25 #7 DONE 0.0s 04:48:25 04:48:25 #8 exporting to image 04:48:25 #8 exporting layers done 04:48:25 #8 exporting manifest sha256:20f45d0fccd5e02751f47485b4f3578a972821ba3e521fa0cfa018b09fd8e284 done 04:48:25 #8 exporting config sha256:87537da3f0dd9d38e6a1757a04660ab6bc669f24a629b051e4801aef5f7015d9 done 04:48:25 #8 exporting manifest sha256:53ba92448356e5349f9069540efb7f09e65c7d1145d7420a23476dda404c4aad done 04:48:25 #8 exporting config sha256:6331ddcb8e645ab9c24031c903026ca42c7e0fa03941ae7952a96a9aa9a4a31e done 04:48:25 #8 exporting manifest list sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 done 04:48:25 #8 pushing layers 0.0s done 04:48:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 0.1s done 04:48:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:25 #8 DONE 0.1s 04:48:25 04:48:25 1 warning found (use --debug to expand): 04:48:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 --push - 04:48:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25' 04:48:26 #1 [internal] load build definition from Dockerfile 04:48:26 #1 transferring dockerfile: 169B done 04:48:26 #1 DONE 0.0s 04:48:26 04:48:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 04:48:26 #2 DONE 0.0s 04:48:26 04:48:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25 04:48:26 #3 DONE 0.0s 04:48:26 04:48:26 #4 [internal] load .dockerignore 04:48:26 #4 transferring context: 2B done 04:48:26 #4 DONE 0.0s 04:48:26 04:48:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:26 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:26 #5 CACHED 04:48:26 04:48:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:26 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 done 04:48:26 #6 CACHED 04:48:26 04:48:26 #7 exporting to image 04:48:26 #7 exporting layers done 04:48:26 #7 exporting manifest sha256:20f45d0fccd5e02751f47485b4f3578a972821ba3e521fa0cfa018b09fd8e284 done 04:48:26 #7 exporting config sha256:87537da3f0dd9d38e6a1757a04660ab6bc669f24a629b051e4801aef5f7015d9 done 04:48:26 #7 exporting manifest sha256:53ba92448356e5349f9069540efb7f09e65c7d1145d7420a23476dda404c4aad done 04:48:26 #7 exporting config sha256:6331ddcb8e645ab9c24031c903026ca42c7e0fa03941ae7952a96a9aa9a4a31e done 04:48:26 #7 exporting manifest list sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 done 04:48:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:26 #7 pushing layers 0.0s done 04:48:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.25@sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 0.1s done 04:48:26 #7 DONE 0.1s 04:48:26 04:48:26 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:48:26 #8 DONE 0.0s 04:48:26 04:48:26 1 warning found (use --debug to expand): 04:48:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:27 #1 [internal] load build definition from Dockerfile 04:48:27 #1 transferring dockerfile: 210B done 04:48:27 #1 DONE 0.0s 04:48:27 04:48:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:27 #2 DONE 0.0s 04:48:27 04:48:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:27 #3 DONE 0.0s 04:48:27 04:48:27 #4 [internal] load .dockerignore 04:48:27 #4 transferring context: 2B done 04:48:27 #4 DONE 0.0s 04:48:27 04:48:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:27 #5 resolve nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:27 #5 CACHED 04:48:27 04:48:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:27 #6 resolve nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:27 #6 CACHED 04:48:27 04:48:27 #7 exporting to image 04:48:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:27 #7 exporting layers done 04:48:27 #7 exporting manifest sha256:20f45d0fccd5e02751f47485b4f3578a972821ba3e521fa0cfa018b09fd8e284 done 04:48:27 #7 exporting config sha256:87537da3f0dd9d38e6a1757a04660ab6bc669f24a629b051e4801aef5f7015d9 done 04:48:27 #7 exporting manifest sha256:53ba92448356e5349f9069540efb7f09e65c7d1145d7420a23476dda404c4aad done 04:48:27 #7 exporting config sha256:6331ddcb8e645ab9c24031c903026ca42c7e0fa03941ae7952a96a9aa9a4a31e done 04:48:27 #7 exporting manifest list sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 done 04:48:27 #7 pushing layers 0.0s done 04:48:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 0.1s done 04:48:27 #7 DONE 0.1s 04:48:27 04:48:27 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:48:27 #8 DONE 0.0s 04:48:27 04:48:27 1 warning found (use --debug to expand): 04:48:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 04:48:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 04:48:27 #1 [internal] load build definition from Dockerfile 04:48:27 #1 transferring dockerfile: 161B done 04:48:27 #1 DONE 0.0s 04:48:27 04:48:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:48:27 #2 DONE 0.0s 04:48:27 04:48:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:48:27 #3 DONE 0.0s 04:48:27 04:48:27 #4 [internal] load .dockerignore 04:48:27 #4 transferring context: 2B done 04:48:27 #4 DONE 0.0s 04:48:27 04:48:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:27 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:27 #5 CACHED 04:48:27 04:48:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 04:48:27 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:9ceb0f4092752f182697ce73af846958b0bfab5bfd0cd90c8e13beb8bdb88430 0.0s done 04:48:27 #6 CACHED 04:48:27 04:48:27 #7 exporting to image 04:48:27 #7 exporting layers done 04:48:27 #7 exporting manifest sha256:20f45d0fccd5e02751f47485b4f3578a972821ba3e521fa0cfa018b09fd8e284 done 04:48:27 #7 exporting config sha256:87537da3f0dd9d38e6a1757a04660ab6bc669f24a629b051e4801aef5f7015d9 done 04:48:27 #7 exporting manifest sha256:53ba92448356e5349f9069540efb7f09e65c7d1145d7420a23476dda404c4aad done 04:48:27 #7 exporting config sha256:6331ddcb8e645ab9c24031c903026ca42c7e0fa03941ae7952a96a9aa9a4a31e 04:48:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:27 #7 exporting config sha256:6331ddcb8e645ab9c24031c903026ca42c7e0fa03941ae7952a96a9aa9a4a31e done 04:48:27 #7 exporting manifest list sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 done 04:48:27 #7 pushing layers 0.0s done 04:48:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e0c95ec77a24a90c2d4e681ee6c1ca32a4f97e38a053b336a43d68a0fd8acf97 0.1s done 04:48:27 #7 DONE 0.1s 04:48:27 04:48:27 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:48:27 #8 DONE 0.0s 04:48:27 04:48:27 1 warning found (use --debug to expand): 04:48:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:27 #1 [internal] load build definition from Dockerfile 04:48:27 #1 transferring dockerfile: 216B done 04:48:27 #1 DONE 0.0s 04:48:27 04:48:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:27 #2 DONE 0.0s 04:48:27 04:48:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:27 #3 DONE 0.1s 04:48:27 04:48:27 #4 [internal] load .dockerignore 04:48:27 #4 transferring context: 2B done 04:48:27 #4 DONE 0.0s 04:48:28 04:48:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:28 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:28 #5 ... 04:48:28 04:48:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:28 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 done 04:48:28 #6 DONE 0.1s 04:48:28 04:48:28 #7 exporting to image 04:48:28 #7 exporting layers done 04:48:28 #7 exporting manifest sha256:15e0b2ed664f6bfa0fb8494edd23a58283ab2ac717af5b4b7538a0132f70af87 0.0s done 04:48:28 #7 exporting config sha256:6ef451ef3bb48c2c710f933daeb6aa78a70ecb4997ba9525d0365f6d0e976f66 done 04:48:28 #7 exporting manifest sha256:c0c92b4d7ff2a7381e3d97d15cc438311d271354be0aed285ba7be0cba43e9b3 done 04:48:28 #7 exporting config sha256:be7c8c8f6fe4efe4379cbef6f8590c162c22f40a20e043d00837edcf3dd9b291 done 04:48:28 #7 exporting manifest list sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 done 04:48:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:28 #7 ... 04:48:28 04:48:28 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:28 #8 DONE 0.0s 04:48:28 04:48:28 #7 exporting to image 04:48:28 #7 pushing layers 0.1s done 04:48:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 04:48:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 0.1s done 04:48:28 #7 DONE 0.2s 04:48:28 04:48:28 1 warning found (use --debug to expand): 04:48:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 04:48:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 04:48:28 #1 [internal] load build definition from Dockerfile 04:48:28 #1 transferring dockerfile: 182B done 04:48:28 #1 DONE 0.0s 04:48:28 04:48:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:48:28 #2 DONE 0.0s 04:48:28 04:48:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:48:28 #3 DONE 0.0s 04:48:28 04:48:28 #4 [internal] load .dockerignore 04:48:28 #4 transferring context: 2B done 04:48:28 #4 DONE 0.0s 04:48:28 04:48:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:28 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 done 04:48:28 #5 CACHED 04:48:28 04:48:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:28 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 done 04:48:28 #6 CACHED 04:48:28 04:48:28 #7 exporting to image 04:48:28 #7 exporting layers done 04:48:28 #7 exporting manifest sha256:15e0b2ed664f6bfa0fb8494edd23a58283ab2ac717af5b4b7538a0132f70af87 done 04:48:28 #7 exporting config sha256:6ef451ef3bb48c2c710f933daeb6aa78a70ecb4997ba9525d0365f6d0e976f66 04:48:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:28 #7 exporting config sha256:6ef451ef3bb48c2c710f933daeb6aa78a70ecb4997ba9525d0365f6d0e976f66 done 04:48:28 #7 exporting manifest sha256:c0c92b4d7ff2a7381e3d97d15cc438311d271354be0aed285ba7be0cba43e9b3 done 04:48:28 #7 exporting config sha256:be7c8c8f6fe4efe4379cbef6f8590c162c22f40a20e043d00837edcf3dd9b291 done 04:48:28 #7 exporting manifest list sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 done 04:48:28 #7 pushing layers 0.0s done 04:48:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 0.1s done 04:48:28 #7 DONE 0.1s 04:48:28 04:48:28 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:28 #8 DONE 0.0s 04:48:28 04:48:28 1 warning found (use --debug to expand): 04:48:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25' 04:48:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 --push - 04:48:29 #1 [internal] load build definition from Dockerfile 04:48:29 #1 transferring dockerfile: 188B done 04:48:29 #1 DONE 0.0s 04:48:29 04:48:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 04:48:29 #2 DONE 0.0s 04:48:29 04:48:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25 04:48:29 #3 DONE 0.0s 04:48:29 04:48:29 #4 [internal] load .dockerignore 04:48:29 #4 transferring context: 2B done 04:48:29 #4 DONE 0.0s 04:48:29 04:48:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:29 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 done 04:48:29 #5 CACHED 04:48:29 04:48:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:29 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 done 04:48:29 #6 CACHED 04:48:29 04:48:29 #7 exporting to image 04:48:29 #7 exporting layers done 04:48:29 #7 exporting manifest sha256:15e0b2ed664f6bfa0fb8494edd23a58283ab2ac717af5b4b7538a0132f70af87 done 04:48:29 #7 exporting config sha256:6ef451ef3bb48c2c710f933daeb6aa78a70ecb4997ba9525d0365f6d0e976f66 done 04:48:29 #7 exporting manifest sha256:c0c92b4d7ff2a7381e3d97d15cc438311d271354be0aed285ba7be0cba43e9b3 done 04:48:29 #7 exporting config sha256:be7c8c8f6fe4efe4379cbef6f8590c162c22f40a20e043d00837edcf3dd9b291 done 04:48:29 #7 exporting manifest list sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 done 04:48:29 #7 pushing layers 0.0s done 04:48:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 04:48:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.25@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 0.1s done 04:48:29 #7 DONE 0.1s 04:48:29 04:48:29 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:29 #8 DONE 0.0s 04:48:29 04:48:29 1 warning found (use --debug to expand): 04:48:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:29 #1 [internal] load build definition from Dockerfile 04:48:29 #1 transferring dockerfile: 229B done 04:48:29 #1 DONE 0.0s 04:48:29 04:48:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:29 #2 DONE 0.0s 04:48:29 04:48:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:29 #3 DONE 0.0s 04:48:29 04:48:29 #4 [internal] load .dockerignore 04:48:29 #4 transferring context: 2B done 04:48:29 #4 DONE 0.0s 04:48:29 04:48:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:29 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 0.0s done 04:48:29 #5 CACHED 04:48:29 04:48:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:29 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 0.0s done 04:48:29 #6 CACHED 04:48:29 04:48:29 #7 exporting to image 04:48:29 #7 exporting layers done 04:48:29 #7 exporting manifest sha256:15e0b2ed664f6bfa0fb8494edd23a58283ab2ac717af5b4b7538a0132f70af87 done 04:48:29 #7 exporting config sha256:6ef451ef3bb48c2c710f933daeb6aa78a70ecb4997ba9525d0365f6d0e976f66 done 04:48:29 #7 exporting manifest sha256:c0c92b4d7ff2a7381e3d97d15cc438311d271354be0aed285ba7be0cba43e9b3 done 04:48:29 #7 exporting config sha256:be7c8c8f6fe4efe4379cbef6f8590c162c22f40a20e043d00837edcf3dd9b291 done 04:48:29 #7 exporting manifest list sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 done 04:48:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:30 #7 pushing layers 0.0s done 04:48:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 0.1s done 04:48:30 #7 DONE 0.1s 04:48:30 04:48:30 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:30 #8 DONE 0.0s 04:48:30 04:48:30 1 warning found (use --debug to expand): 04:48:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 04:48:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 04:48:30 #1 [internal] load build definition from Dockerfile 04:48:30 #1 transferring dockerfile: 180B done 04:48:30 #1 DONE 0.0s 04:48:30 04:48:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:48:30 #2 DONE 0.0s 04:48:30 04:48:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:48:30 #3 DONE 0.0s 04:48:30 04:48:30 #4 [internal] load .dockerignore 04:48:30 #4 transferring context: 2B done 04:48:30 #4 DONE 0.0s 04:48:30 04:48:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:30 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 0.0s done 04:48:30 #5 CACHED 04:48:30 04:48:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:30 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 0.0s done 04:48:30 #6 DONE 0.0s 04:48:30 04:48:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:81a424be8bcdcd257b70098b9a1512bb258a1d78a296afd14fcd4e10e611fbe2 04:48:30 #6 CACHED 04:48:30 04:48:30 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:30 #7 DONE 0.0s 04:48:30 04:48:30 #8 exporting to image 04:48:30 #8 exporting layers done 04:48:30 #8 exporting manifest sha256:15e0b2ed664f6bfa0fb8494edd23a58283ab2ac717af5b4b7538a0132f70af87 done 04:48:30 #8 exporting config sha256:6ef451ef3bb48c2c710f933daeb6aa78a70ecb4997ba9525d0365f6d0e976f66 done 04:48:30 #8 exporting manifest sha256:c0c92b4d7ff2a7381e3d97d15cc438311d271354be0aed285ba7be0cba43e9b3 done 04:48:30 #8 exporting config sha256:be7c8c8f6fe4efe4379cbef6f8590c162c22f40a20e043d00837edcf3dd9b291 done 04:48:30 #8 exporting manifest list sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 done 04:48:30 #8 pushing layers 0.0s done 04:48:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:31103daa1519e771a3d45d9c5a82e14ef3b58a75af8b0c466ccbbc135f8bf138 0.1s done 04:48:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:30 #8 DONE 0.1s 04:48:30 04:48:30 1 warning found (use --debug to expand): 04:48:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:30 #1 [internal] load build definition from Dockerfile 04:48:30 #1 transferring dockerfile: 194B done 04:48:30 #1 DONE 0.0s 04:48:30 04:48:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:30 #2 DONE 0.0s 04:48:30 04:48:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:30 #3 DONE 0.0s 04:48:30 04:48:30 #4 [internal] load .dockerignore 04:48:30 #4 transferring context: 2B done 04:48:30 #4 DONE 0.0s 04:48:31 04:48:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:31 #5 resolve nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 0.0s done 04:48:31 #5 DONE 0.0s 04:48:31 04:48:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:31 #6 resolve nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c done 04:48:31 #6 DONE 0.1s 04:48:31 04:48:31 #7 exporting to image 04:48:31 #7 exporting layers done 04:48:31 #7 exporting manifest sha256:7e61fc6b589919259c776ecf2733cbe9821c204a874fc795f3d0a371e14758a0 0.0s done 04:48:31 #7 exporting config sha256:4e0798d6a6992dac99804017384cd5bb6a1725a9b4b67a5c71b1a4c143dacad6 done 04:48:31 #7 exporting manifest sha256:2421c2cafa0ceb896b2af22729ace84dd3200af87f06102a4ed30b8af9293de0 done 04:48:31 #7 exporting config sha256:2fca68f2bc2dcb3d8b64fe97b45a355e447348fb28e62bb6f644822bf83a254f 04:48:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:31 #7 ... 04:48:31 04:48:31 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:48:31 #8 DONE 0.0s 04:48:31 04:48:31 #7 exporting to image 04:48:31 #7 exporting config sha256:2fca68f2bc2dcb3d8b64fe97b45a355e447348fb28e62bb6f644822bf83a254f done 04:48:31 #7 exporting manifest list sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 0.0s done 04:48:31 #7 pushing layers 0.1s done 04:48:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 04:48:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 0.1s done 04:48:31 #7 DONE 0.3s 04:48:31 04:48:31 1 warning found (use --debug to expand): 04:48:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 04:48:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 04:48:31 #1 [internal] load build definition from Dockerfile 04:48:31 #1 transferring dockerfile: 160B done 04:48:31 #1 DONE 0.0s 04:48:31 04:48:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:48:31 #2 DONE 0.0s 04:48:31 04:48:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:48:31 #3 DONE 0.0s 04:48:31 04:48:31 #4 [internal] load .dockerignore 04:48:31 #4 transferring context: 2B done 04:48:31 #4 DONE 0.0s 04:48:31 04:48:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:31 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c done 04:48:31 #5 CACHED 04:48:31 04:48:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:31 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 0.0s done 04:48:31 #6 DONE 0.0s 04:48:31 04:48:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:31 #6 CACHED 04:48:31 04:48:31 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:48:31 #7 DONE 0.0s 04:48:31 04:48:31 #8 exporting to image 04:48:31 #8 exporting layers done 04:48:31 #8 exporting manifest sha256:7e61fc6b589919259c776ecf2733cbe9821c204a874fc795f3d0a371e14758a0 done 04:48:31 #8 exporting config sha256:4e0798d6a6992dac99804017384cd5bb6a1725a9b4b67a5c71b1a4c143dacad6 done 04:48:31 #8 exporting manifest sha256:2421c2cafa0ceb896b2af22729ace84dd3200af87f06102a4ed30b8af9293de0 done 04:48:31 #8 exporting config sha256:2fca68f2bc2dcb3d8b64fe97b45a355e447348fb28e62bb6f644822bf83a254f done 04:48:31 #8 exporting manifest list sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 done 04:48:31 #8 pushing layers 0.0s done 04:48:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 0.1s done 04:48:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:31 #8 DONE 0.1s 04:48:31 04:48:31 1 warning found (use --debug to expand): 04:48:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 --push - 04:48:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25' 04:48:32 #1 [internal] load build definition from Dockerfile 04:48:32 #1 transferring dockerfile: 166B done 04:48:32 #1 DONE 0.0s 04:48:32 04:48:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 04:48:32 #2 DONE 0.0s 04:48:32 04:48:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25 04:48:32 #3 DONE 0.0s 04:48:32 04:48:32 #4 [internal] load .dockerignore 04:48:32 #4 transferring context: 2B done 04:48:32 #4 DONE 0.0s 04:48:32 04:48:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:32 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 0.0s done 04:48:32 #5 CACHED 04:48:32 04:48:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:32 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c done 04:48:32 #6 CACHED 04:48:32 04:48:32 #7 exporting to image 04:48:32 #7 exporting layers 04:48:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:32 #7 exporting layers done 04:48:32 #7 exporting manifest sha256:7e61fc6b589919259c776ecf2733cbe9821c204a874fc795f3d0a371e14758a0 done 04:48:32 #7 exporting config sha256:4e0798d6a6992dac99804017384cd5bb6a1725a9b4b67a5c71b1a4c143dacad6 done 04:48:32 #7 exporting manifest sha256:2421c2cafa0ceb896b2af22729ace84dd3200af87f06102a4ed30b8af9293de0 done 04:48:32 #7 exporting config sha256:2fca68f2bc2dcb3d8b64fe97b45a355e447348fb28e62bb6f644822bf83a254f done 04:48:32 #7 exporting manifest list sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 done 04:48:32 #7 pushing layers 0.0s done 04:48:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.25@sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 0.1s done 04:48:32 #7 DONE 0.1s 04:48:32 04:48:32 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:48:32 #8 DONE 0.0s 04:48:32 04:48:32 1 warning found (use --debug to expand): 04:48:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:32 #1 [internal] load build definition from Dockerfile 04:48:32 #1 transferring dockerfile: 207B done 04:48:32 #1 DONE 0.0s 04:48:32 04:48:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:32 #2 DONE 0.0s 04:48:32 04:48:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:32 #3 DONE 0.0s 04:48:32 04:48:32 #4 [internal] load .dockerignore 04:48:32 #4 transferring context: 2B done 04:48:32 #4 DONE 0.0s 04:48:32 04:48:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:32 #5 resolve nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c done 04:48:32 #5 CACHED 04:48:32 04:48:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:32 #6 resolve nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c done 04:48:32 #6 CACHED 04:48:32 04:48:32 #7 exporting to image 04:48:32 #7 exporting layers 04:48:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:33 #7 exporting layers done 04:48:33 #7 exporting manifest sha256:7e61fc6b589919259c776ecf2733cbe9821c204a874fc795f3d0a371e14758a0 done 04:48:33 #7 exporting config sha256:4e0798d6a6992dac99804017384cd5bb6a1725a9b4b67a5c71b1a4c143dacad6 done 04:48:33 #7 exporting manifest sha256:2421c2cafa0ceb896b2af22729ace84dd3200af87f06102a4ed30b8af9293de0 done 04:48:33 #7 exporting config sha256:2fca68f2bc2dcb3d8b64fe97b45a355e447348fb28e62bb6f644822bf83a254f done 04:48:33 #7 exporting manifest list sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 done 04:48:33 #7 pushing layers 0.0s done 04:48:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 0.1s done 04:48:33 #7 DONE 0.1s 04:48:33 04:48:33 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:48:33 #8 DONE 0.0s 04:48:33 04:48:33 1 warning found (use --debug to expand): 04:48:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 04:48:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 04:48:33 #1 [internal] load build definition from Dockerfile 04:48:33 #1 transferring dockerfile: 158B done 04:48:33 #1 DONE 0.0s 04:48:33 04:48:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:48:33 #2 DONE 0.0s 04:48:33 04:48:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:48:33 #3 DONE 0.0s 04:48:33 04:48:33 #4 [internal] load .dockerignore 04:48:33 #4 transferring context: 2B done 04:48:33 #4 DONE 0.0s 04:48:33 04:48:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:33 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 0.0s done 04:48:33 #5 CACHED 04:48:33 04:48:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c 04:48:33 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:2d3ba9385fea3865722d57be129986d5dc8b85e3fd5233a70c1f3d5aac21cf4c done 04:48:33 #6 CACHED 04:48:33 04:48:33 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:48:33 #7 DONE 0.0s 04:48:33 04:48:33 #8 exporting to image 04:48:33 #8 exporting layers done 04:48:33 #8 exporting manifest sha256:7e61fc6b589919259c776ecf2733cbe9821c204a874fc795f3d0a371e14758a0 done 04:48:33 #8 exporting config sha256:4e0798d6a6992dac99804017384cd5bb6a1725a9b4b67a5c71b1a4c143dacad6 done 04:48:33 #8 exporting manifest sha256:2421c2cafa0ceb896b2af22729ace84dd3200af87f06102a4ed30b8af9293de0 done 04:48:33 #8 exporting config sha256:2fca68f2bc2dcb3d8b64fe97b45a355e447348fb28e62bb6f644822bf83a254f done 04:48:33 #8 exporting manifest list sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 done 04:48:33 #8 pushing layers 0.0s done 04:48:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:c70bb86e53117104c904ccea401933a92c3ae3cba38e8cba71fc617ac12efcb2 0.1s done 04:48:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:33 #8 DONE 0.1s 04:48:33 04:48:33 1 warning found (use --debug to expand): 04:48:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:33 #1 [internal] load build definition from Dockerfile 04:48:33 #1 transferring dockerfile: 196B done 04:48:33 #1 DONE 0.0s 04:48:33 04:48:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:33 #2 DONE 0.0s 04:48:33 04:48:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:33 #3 DONE 0.0s 04:48:33 04:48:33 #4 [internal] load .dockerignore 04:48:33 #4 transferring context: 2B done 04:48:33 #4 DONE 0.0s 04:48:33 04:48:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:33 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:34 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:34 #5 DONE 0.0s 04:48:34 04:48:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:34 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:34 #6 DONE 0.1s 04:48:34 04:48:34 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:34 #7 DONE 0.0s 04:48:34 04:48:34 #8 exporting to image 04:48:34 #8 exporting layers done 04:48:34 #8 exporting manifest sha256:2a6ae850fdcd709dcee7729aff8667c2a094877836ebe59ccda87d61cf1ebd10 done 04:48:34 #8 exporting config sha256:3f83e4938ae8dcd4ad36b7e4581940d757c6d4e94c93f9828502e6e196757522 done 04:48:34 #8 exporting manifest sha256:be02cd4550eb283e3c1b951950192cc2ccc9e4618530a37f8e825f5b251d53b0 done 04:48:34 #8 exporting config sha256:1d0e9f924feecc2c2453a431c60a6edfc4edd9c8eeeb7f778d8a4c880aae4750 done 04:48:34 #8 exporting manifest list sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a done 04:48:34 #8 pushing layers 0.1s done 04:48:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 04:48:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 0.1s done 04:48:34 #8 DONE 0.2s 04:48:34 04:48:34 1 warning found (use --debug to expand): 04:48:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 04:48:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 04:48:34 #1 [internal] load build definition from Dockerfile 04:48:34 #1 transferring dockerfile: 162B done 04:48:34 #1 DONE 0.0s 04:48:34 04:48:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:48:34 #2 DONE 0.0s 04:48:34 04:48:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:48:34 #3 DONE 0.0s 04:48:34 04:48:34 #4 [internal] load .dockerignore 04:48:34 #4 transferring context: 2B done 04:48:34 #4 DONE 0.0s 04:48:34 04:48:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:34 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:34 #5 CACHED 04:48:34 04:48:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:34 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 0.0s done 04:48:34 #6 CACHED 04:48:34 04:48:34 #7 exporting to image 04:48:34 #7 exporting layers done 04:48:34 #7 exporting manifest sha256:2a6ae850fdcd709dcee7729aff8667c2a094877836ebe59ccda87d61cf1ebd10 done 04:48:34 #7 exporting config sha256:3f83e4938ae8dcd4ad36b7e4581940d757c6d4e94c93f9828502e6e196757522 done 04:48:34 #7 exporting manifest sha256:be02cd4550eb283e3c1b951950192cc2ccc9e4618530a37f8e825f5b251d53b0 done 04:48:34 #7 exporting config sha256:1d0e9f924feecc2c2453a431c60a6edfc4edd9c8eeeb7f778d8a4c880aae4750 04:48:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:34 #7 exporting config sha256:1d0e9f924feecc2c2453a431c60a6edfc4edd9c8eeeb7f778d8a4c880aae4750 done 04:48:34 #7 exporting manifest list sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a done 04:48:34 #7 pushing layers 0.0s done 04:48:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 0.1s done 04:48:34 #7 DONE 0.1s 04:48:34 04:48:34 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:34 #8 DONE 0.0s 04:48:34 04:48:34 1 warning found (use --debug to expand): 04:48:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25' 04:48:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 --push - 04:48:35 #1 [internal] load build definition from Dockerfile 04:48:35 #1 transferring dockerfile: 168B done 04:48:35 #1 DONE 0.0s 04:48:35 04:48:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 04:48:35 #2 DONE 0.0s 04:48:35 04:48:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25 04:48:35 #3 DONE 0.0s 04:48:35 04:48:35 #4 [internal] load .dockerignore 04:48:35 #4 transferring context: 2B done 04:48:35 #4 DONE 0.0s 04:48:35 04:48:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:35 #5 CACHED 04:48:35 04:48:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:35 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:35 #6 CACHED 04:48:35 04:48:35 #7 exporting to image 04:48:35 #7 exporting layers done 04:48:35 #7 exporting manifest sha256:2a6ae850fdcd709dcee7729aff8667c2a094877836ebe59ccda87d61cf1ebd10 done 04:48:35 #7 exporting config sha256:3f83e4938ae8dcd4ad36b7e4581940d757c6d4e94c93f9828502e6e196757522 done 04:48:35 #7 exporting manifest sha256:be02cd4550eb283e3c1b951950192cc2ccc9e4618530a37f8e825f5b251d53b0 done 04:48:35 #7 exporting config sha256:1d0e9f924feecc2c2453a431c60a6edfc4edd9c8eeeb7f778d8a4c880aae4750 done 04:48:35 #7 exporting manifest list sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a done 04:48:35 #7 pushing layers 0.0s done 04:48:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 04:48:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.25@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 0.1s done 04:48:35 #7 DONE 0.1s 04:48:35 04:48:35 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:35 #8 DONE 0.0s 04:48:35 04:48:35 1 warning found (use --debug to expand): 04:48:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:35 #1 [internal] load build definition from Dockerfile 04:48:35 #1 transferring dockerfile: 209B done 04:48:35 #1 DONE 0.0s 04:48:35 04:48:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:35 #2 DONE 0.0s 04:48:35 04:48:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:35 #3 DONE 0.0s 04:48:35 04:48:35 #4 [internal] load .dockerignore 04:48:35 #4 transferring context: 2B done 04:48:35 #4 DONE 0.0s 04:48:35 04:48:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:35 #5 DONE 0.0s 04:48:35 04:48:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:36 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:36 #6 CACHED 04:48:36 04:48:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:36 #5 CACHED 04:48:36 04:48:36 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:36 #7 DONE 0.0s 04:48:36 04:48:36 #8 exporting to image 04:48:36 #8 exporting layers done 04:48:36 #8 exporting manifest sha256:2a6ae850fdcd709dcee7729aff8667c2a094877836ebe59ccda87d61cf1ebd10 done 04:48:36 #8 exporting config sha256:3f83e4938ae8dcd4ad36b7e4581940d757c6d4e94c93f9828502e6e196757522 done 04:48:36 #8 exporting manifest sha256:be02cd4550eb283e3c1b951950192cc2ccc9e4618530a37f8e825f5b251d53b0 done 04:48:36 #8 exporting config sha256:1d0e9f924feecc2c2453a431c60a6edfc4edd9c8eeeb7f778d8a4c880aae4750 done 04:48:36 #8 exporting manifest list sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a done 04:48:36 #8 pushing layers 0.0s done 04:48:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 0.1s done 04:48:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:36 #8 DONE 0.1s 04:48:36 04:48:36 1 warning found (use --debug to expand): 04:48:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 04:48:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 04:48:36 #1 [internal] load build definition from Dockerfile 04:48:36 #1 transferring dockerfile: 160B done 04:48:36 #1 DONE 0.0s 04:48:36 04:48:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:48:36 #2 DONE 0.0s 04:48:36 04:48:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:48:36 #3 DONE 0.0s 04:48:36 04:48:36 #4 [internal] load .dockerignore 04:48:36 #4 transferring context: 2B done 04:48:36 #4 DONE 0.0s 04:48:36 04:48:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:36 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 done 04:48:36 #5 CACHED 04:48:36 04:48:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 04:48:36 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:b9084f3ae3c49fb96808ed1758e4eff48926b355c37859c460bf4259948e2049 0.0s done 04:48:36 #6 CACHED 04:48:36 04:48:36 #7 exporting to image 04:48:36 #7 exporting layers done 04:48:36 #7 exporting manifest sha256:2a6ae850fdcd709dcee7729aff8667c2a094877836ebe59ccda87d61cf1ebd10 done 04:48:36 #7 exporting config sha256:3f83e4938ae8dcd4ad36b7e4581940d757c6d4e94c93f9828502e6e196757522 done 04:48:36 #7 exporting manifest sha256:be02cd4550eb283e3c1b951950192cc2ccc9e4618530a37f8e825f5b251d53b0 done 04:48:36 #7 exporting config sha256:1d0e9f924feecc2c2453a431c60a6edfc4edd9c8eeeb7f778d8a4c880aae4750 done 04:48:36 #7 exporting manifest list sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 04:48:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:36 #7 exporting manifest list sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a done 04:48:36 #7 pushing layers 0.0s done 04:48:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:70a715900087ef5c5e8dec6d89f2c27d2e50f3d7c40cff7fdf66001cd4134c2a 0.1s done 04:48:36 #7 DONE 0.1s 04:48:36 04:48:36 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:36 #8 DONE 0.0s 04:48:36 04:48:36 1 warning found (use --debug to expand): 04:48:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:37 #1 [internal] load build definition from Dockerfile 04:48:37 #1 transferring dockerfile: 198B done 04:48:37 #1 DONE 0.0s 04:48:37 04:48:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:37 #2 DONE 0.0s 04:48:37 04:48:37 #3 [internal] load .dockerignore 04:48:37 #3 transferring context: 2B done 04:48:37 #3 DONE 0.0s 04:48:37 04:48:37 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:37 #4 DONE 0.1s 04:48:37 04:48:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:37 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:37 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:37 #5 DONE 0.1s 04:48:37 04:48:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:37 #6 DONE 0.0s 04:48:37 04:48:37 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:48:37 #7 DONE 0.0s 04:48:37 04:48:37 #8 exporting to image 04:48:37 #8 exporting layers done 04:48:37 #8 exporting manifest sha256:1606a862c76be393d6d4e410ea1493698be24cdd5ce3c652b28a0ee850d8af1d done 04:48:37 #8 exporting config sha256:fd5f2c988c09f94928fc007aa1676936202f04422ebcbe2d0e9722d766e7a1ab done 04:48:37 #8 exporting manifest sha256:5c566b5fee4ed810dd9d75d30be6b188b4af2c82fcf8dc07c10b8924c685b923 done 04:48:37 #8 exporting config sha256:5da04590f91744aa0a1c829e02ab7408825ea586fdcec8b7cab4112d615b5e57 done 04:48:37 #8 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c done 04:48:37 #8 pushing layers 0.1s done 04:48:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 04:48:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 0.1s done 04:48:37 #8 DONE 0.2s 04:48:37 04:48:37 1 warning found (use --debug to expand): 04:48:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 04:48:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 04:48:37 #1 [internal] load build definition from Dockerfile 04:48:37 #1 transferring dockerfile: 164B done 04:48:37 #1 DONE 0.0s 04:48:37 04:48:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:48:37 #2 DONE 0.0s 04:48:37 04:48:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:48:37 #3 DONE 0.0s 04:48:37 04:48:37 #4 [internal] load .dockerignore 04:48:37 #4 transferring context: 2B done 04:48:37 #4 DONE 0.0s 04:48:37 04:48:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:37 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:37 #5 CACHED 04:48:37 04:48:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:37 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:37 #6 CACHED 04:48:37 04:48:37 #7 exporting to image 04:48:37 #7 exporting layers 04:48:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:38 #7 exporting layers done 04:48:38 #7 exporting manifest sha256:1606a862c76be393d6d4e410ea1493698be24cdd5ce3c652b28a0ee850d8af1d done 04:48:38 #7 exporting config sha256:fd5f2c988c09f94928fc007aa1676936202f04422ebcbe2d0e9722d766e7a1ab done 04:48:38 #7 exporting manifest sha256:5c566b5fee4ed810dd9d75d30be6b188b4af2c82fcf8dc07c10b8924c685b923 done 04:48:38 #7 exporting config sha256:5da04590f91744aa0a1c829e02ab7408825ea586fdcec8b7cab4112d615b5e57 done 04:48:38 #7 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c done 04:48:38 #7 pushing layers 0.0s done 04:48:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 0.1s done 04:48:38 #7 DONE 0.1s 04:48:38 04:48:38 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:48:38 #8 DONE 0.0s 04:48:38 04:48:38 1 warning found (use --debug to expand): 04:48:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 --push - 04:48:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25' 04:48:38 #1 [internal] load build definition from Dockerfile 04:48:38 #1 transferring dockerfile: 170B done 04:48:38 #1 DONE 0.0s 04:48:38 04:48:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 04:48:38 #2 DONE 0.0s 04:48:38 04:48:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25 04:48:38 #3 DONE 0.0s 04:48:38 04:48:38 #4 [internal] load .dockerignore 04:48:38 #4 transferring context: 2B done 04:48:38 #4 DONE 0.0s 04:48:38 04:48:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:38 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed done 04:48:38 #5 CACHED 04:48:38 04:48:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:38 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:38 #6 CACHED 04:48:38 04:48:38 #7 exporting to image 04:48:38 #7 exporting layers done 04:48:38 #7 exporting manifest sha256:1606a862c76be393d6d4e410ea1493698be24cdd5ce3c652b28a0ee850d8af1d done 04:48:38 #7 exporting config sha256:fd5f2c988c09f94928fc007aa1676936202f04422ebcbe2d0e9722d766e7a1ab done 04:48:38 #7 exporting manifest sha256:5c566b5fee4ed810dd9d75d30be6b188b4af2c82fcf8dc07c10b8924c685b923 done 04:48:38 #7 exporting config sha256:5da04590f91744aa0a1c829e02ab7408825ea586fdcec8b7cab4112d615b5e57 done 04:48:38 #7 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c done 04:48:38 #7 pushing layers 04:48:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:38 #7 pushing layers 0.0s done 04:48:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.25@sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 0.1s done 04:48:38 #7 DONE 0.1s 04:48:38 04:48:38 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:48:38 #8 DONE 0.0s 04:48:38 04:48:38 1 warning found (use --debug to expand): 04:48:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:38 #1 [internal] load build definition from Dockerfile 04:48:38 #1 transferring dockerfile: 211B done 04:48:38 #1 DONE 0.0s 04:48:38 04:48:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:38 #2 DONE 0.0s 04:48:38 04:48:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:38 #3 DONE 0.0s 04:48:38 04:48:38 #4 [internal] load .dockerignore 04:48:38 #4 transferring context: 2B done 04:48:38 #4 DONE 0.0s 04:48:38 04:48:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:38 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed done 04:48:38 #5 CACHED 04:48:38 04:48:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:38 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:38 #6 CACHED 04:48:38 04:48:38 #7 exporting to image 04:48:38 #7 exporting layers done 04:48:38 #7 exporting manifest sha256:1606a862c76be393d6d4e410ea1493698be24cdd5ce3c652b28a0ee850d8af1d done 04:48:38 #7 exporting config sha256:fd5f2c988c09f94928fc007aa1676936202f04422ebcbe2d0e9722d766e7a1ab done 04:48:38 #7 exporting manifest sha256:5c566b5fee4ed810dd9d75d30be6b188b4af2c82fcf8dc07c10b8924c685b923 done 04:48:38 #7 exporting config sha256:5da04590f91744aa0a1c829e02ab7408825ea586fdcec8b7cab4112d615b5e57 done 04:48:38 #7 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 04:48:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:39 #7 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c done 04:48:39 #7 pushing layers 0.0s done 04:48:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 0.1s done 04:48:39 #7 DONE 0.1s 04:48:39 04:48:39 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:48:39 #8 DONE 0.0s 04:48:39 04:48:39 1 warning found (use --debug to expand): 04:48:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 04:48:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 04:48:39 #1 [internal] load build definition from Dockerfile 04:48:39 #1 transferring dockerfile: 162B done 04:48:39 #1 DONE 0.0s 04:48:39 04:48:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:48:39 #2 DONE 0.0s 04:48:39 04:48:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:48:39 #3 DONE 0.0s 04:48:39 04:48:39 #4 [internal] load .dockerignore 04:48:39 #4 transferring context: 2B done 04:48:39 #4 DONE 0.0s 04:48:39 04:48:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:39 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:39 #5 CACHED 04:48:39 04:48:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 04:48:39 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fdba4b5d131b11098e276ce66cac2c9a0b0fe71186f6c375aecf4c9b7b1f21ed 0.0s done 04:48:39 #6 CACHED 04:48:39 04:48:39 #7 exporting to image 04:48:39 #7 exporting layers done 04:48:39 #7 exporting manifest sha256:1606a862c76be393d6d4e410ea1493698be24cdd5ce3c652b28a0ee850d8af1d done 04:48:39 #7 exporting config sha256:fd5f2c988c09f94928fc007aa1676936202f04422ebcbe2d0e9722d766e7a1ab done 04:48:39 #7 exporting manifest sha256:5c566b5fee4ed810dd9d75d30be6b188b4af2c82fcf8dc07c10b8924c685b923 done 04:48:39 #7 exporting config sha256:5da04590f91744aa0a1c829e02ab7408825ea586fdcec8b7cab4112d615b5e57 done 04:48:39 #7 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 04:48:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:39 #7 exporting manifest list sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c done 04:48:39 #7 pushing layers 0.0s done 04:48:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:8e190c224b64dfdeef237788e8727713a6990adcd78b81af46327b1ad564702c 0.1s done 04:48:39 #7 DONE 0.1s 04:48:39 04:48:39 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:48:39 #8 DONE 0.0s 04:48:39 04:48:39 1 warning found (use --debug to expand): 04:48:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:39 #1 [internal] load build definition from Dockerfile 04:48:39 #1 transferring dockerfile: 206B done 04:48:39 #1 DONE 0.0s 04:48:39 04:48:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:39 #2 DONE 0.0s 04:48:39 04:48:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:39 #3 DONE 0.0s 04:48:39 04:48:39 #4 [internal] load .dockerignore 04:48:39 #4 transferring context: 2B done 04:48:39 #4 DONE 0.0s 04:48:39 04:48:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:39 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:40 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:40 #5 DONE 0.1s 04:48:40 04:48:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:40 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:40 #6 DONE 0.0s 04:48:40 04:48:40 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:40 #7 DONE 0.0s 04:48:40 04:48:40 #8 exporting to image 04:48:40 #8 exporting layers done 04:48:40 #8 exporting manifest sha256:7b466c3538e30afa12ff7ee29af4a949c6aeb4c7380a9fb87df33cc870ab7394 0.0s done 04:48:40 #8 exporting config sha256:01a3727408320e618ff72f1759e7cc58e43abb413fb47e4e12f03ec992a545ff done 04:48:40 #8 exporting manifest sha256:b2d1af27b7037e82560fcf75f3698be228719dd8af64d35610feece86dbb8dde done 04:48:40 #8 exporting config sha256:e9bb3ff58e36ee425c57fdae45dbd1f3668918e00a067655470a9c2feecc4bef done 04:48:40 #8 exporting manifest list sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa done 04:48:40 #8 pushing layers 0.1s done 04:48:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 04:48:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 0.1s done 04:48:40 #8 DONE 0.2s 04:48:40 04:48:40 1 warning found (use --debug to expand): 04:48:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 04:48:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 04:48:40 #1 [internal] load build definition from Dockerfile 04:48:40 #1 transferring dockerfile: 172B done 04:48:40 #1 DONE 0.0s 04:48:40 04:48:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:48:40 #2 DONE 0.0s 04:48:40 04:48:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:48:40 #3 DONE 0.0s 04:48:40 04:48:40 #4 [internal] load .dockerignore 04:48:40 #4 transferring context: 2B done 04:48:40 #4 DONE 0.0s 04:48:40 04:48:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:40 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 done 04:48:40 #5 CACHED 04:48:40 04:48:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:40 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 done 04:48:40 #6 CACHED 04:48:40 04:48:40 #7 exporting to image 04:48:40 #7 exporting layers done 04:48:40 #7 exporting manifest sha256:7b466c3538e30afa12ff7ee29af4a949c6aeb4c7380a9fb87df33cc870ab7394 done 04:48:40 #7 exporting config sha256:01a3727408320e618ff72f1759e7cc58e43abb413fb47e4e12f03ec992a545ff done 04:48:40 #7 exporting manifest sha256:b2d1af27b7037e82560fcf75f3698be228719dd8af64d35610feece86dbb8dde done 04:48:40 #7 exporting config sha256:e9bb3ff58e36ee425c57fdae45dbd1f3668918e00a067655470a9c2feecc4bef done 04:48:40 #7 exporting manifest list sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa done 04:48:40 #7 pushing layers 0.0s done 04:48:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 04:48:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 0.1s done 04:48:41 #7 DONE 0.1s 04:48:41 04:48:41 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:41 #8 DONE 0.0s 04:48:41 04:48:41 1 warning found (use --debug to expand): 04:48:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25' 04:48:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 --push - 04:48:41 #1 [internal] load build definition from Dockerfile 04:48:41 #1 transferring dockerfile: 178B done 04:48:41 #1 DONE 0.0s 04:48:41 04:48:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 04:48:41 #2 DONE 0.0s 04:48:41 04:48:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25 04:48:41 #3 DONE 0.0s 04:48:41 04:48:41 #4 [internal] load .dockerignore 04:48:41 #4 transferring context: 2B done 04:48:41 #4 DONE 0.0s 04:48:41 04:48:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:41 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:41 #5 CACHED 04:48:41 04:48:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:41 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:41 #6 DONE 0.0s 04:48:41 04:48:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:41 #6 CACHED 04:48:41 04:48:41 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:41 #7 DONE 0.0s 04:48:41 04:48:41 #8 exporting to image 04:48:41 #8 exporting layers done 04:48:41 #8 exporting manifest sha256:7b466c3538e30afa12ff7ee29af4a949c6aeb4c7380a9fb87df33cc870ab7394 done 04:48:41 #8 exporting config sha256:01a3727408320e618ff72f1759e7cc58e43abb413fb47e4e12f03ec992a545ff done 04:48:41 #8 exporting manifest sha256:b2d1af27b7037e82560fcf75f3698be228719dd8af64d35610feece86dbb8dde done 04:48:41 #8 exporting config sha256:e9bb3ff58e36ee425c57fdae45dbd1f3668918e00a067655470a9c2feecc4bef done 04:48:41 #8 exporting manifest list sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa done 04:48:41 #8 pushing layers 0.0s done 04:48:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.25@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 0.1s done 04:48:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:41 #8 DONE 0.1s 04:48:41 04:48:41 1 warning found (use --debug to expand): 04:48:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:41 #1 [internal] load build definition from Dockerfile 04:48:41 #1 transferring dockerfile: 219B done 04:48:41 #1 DONE 0.0s 04:48:41 04:48:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:41 #2 DONE 0.0s 04:48:41 04:48:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:41 #3 DONE 0.0s 04:48:41 04:48:41 #4 [internal] load .dockerignore 04:48:41 #4 transferring context: 2B done 04:48:41 #4 DONE 0.0s 04:48:41 04:48:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:41 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:41 #5 CACHED 04:48:41 04:48:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:41 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:41 #6 CACHED 04:48:41 04:48:41 #7 exporting to image 04:48:41 #7 exporting layers done 04:48:41 #7 exporting manifest sha256:7b466c3538e30afa12ff7ee29af4a949c6aeb4c7380a9fb87df33cc870ab7394 done 04:48:41 #7 exporting config sha256:01a3727408320e618ff72f1759e7cc58e43abb413fb47e4e12f03ec992a545ff done 04:48:41 #7 exporting manifest sha256:b2d1af27b7037e82560fcf75f3698be228719dd8af64d35610feece86dbb8dde done 04:48:41 #7 exporting config sha256:e9bb3ff58e36ee425c57fdae45dbd1f3668918e00a067655470a9c2feecc4bef done 04:48:41 #7 exporting manifest list sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa done 04:48:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:42 #7 pushing layers 0.1s done 04:48:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 0.1s done 04:48:42 #7 DONE 0.2s 04:48:42 04:48:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:42 #8 DONE 0.0s 04:48:42 04:48:42 1 warning found (use --debug to expand): 04:48:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 04:48:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 04:48:42 #1 [internal] load build definition from Dockerfile 04:48:42 #1 transferring dockerfile: 170B done 04:48:42 #1 DONE 0.0s 04:48:42 04:48:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:48:42 #2 DONE 0.0s 04:48:42 04:48:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:48:42 #3 DONE 0.0s 04:48:42 04:48:42 #4 [internal] load .dockerignore 04:48:42 #4 transferring context: 2B done 04:48:42 #4 DONE 0.0s 04:48:42 04:48:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:42 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:42 #5 CACHED 04:48:42 04:48:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 04:48:42 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3bc050ea95d41eb105f37ba04b39724874e54b462502af0a8fa8515cd90335c5 0.0s done 04:48:42 #6 CACHED 04:48:42 04:48:42 #7 exporting to image 04:48:42 #7 exporting layers done 04:48:42 #7 exporting manifest sha256:7b466c3538e30afa12ff7ee29af4a949c6aeb4c7380a9fb87df33cc870ab7394 done 04:48:42 #7 exporting config sha256:01a3727408320e618ff72f1759e7cc58e43abb413fb47e4e12f03ec992a545ff 04:48:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:42 #7 exporting config sha256:01a3727408320e618ff72f1759e7cc58e43abb413fb47e4e12f03ec992a545ff done 04:48:42 #7 exporting manifest sha256:b2d1af27b7037e82560fcf75f3698be228719dd8af64d35610feece86dbb8dde done 04:48:42 #7 exporting config sha256:e9bb3ff58e36ee425c57fdae45dbd1f3668918e00a067655470a9c2feecc4bef done 04:48:42 #7 exporting manifest list sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa done 04:48:42 #7 pushing layers 0.0s done 04:48:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9dca4c79f45a2af3cb11b26d204fc21d5f3e7473e0269e8030ddd4d90e075eaa 0.1s done 04:48:42 #7 DONE 0.1s 04:48:42 04:48:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:48:42 #8 DONE 0.0s 04:48:42 04:48:42 1 warning found (use --debug to expand): 04:48:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:42 #1 [internal] load build definition from Dockerfile 04:48:42 #1 transferring dockerfile: 204B done 04:48:42 #1 DONE 0.0s 04:48:42 04:48:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:42 #2 DONE 0.0s 04:48:42 04:48:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:42 #3 DONE 0.0s 04:48:42 04:48:42 #4 [internal] load .dockerignore 04:48:42 #4 transferring context: 2B done 04:48:42 #4 DONE 0.0s 04:48:42 04:48:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:43 #5 DONE 0.0s 04:48:43 04:48:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 0.0s done 04:48:43 #6 DONE 0.1s 04:48:43 04:48:43 #7 exporting to image 04:48:43 #7 exporting layers done 04:48:43 #7 exporting manifest sha256:2b9ebb620ea6276e70156f83d7c32e050ae5c8fdf2531bae43dd8de6cf118e9d done 04:48:43 #7 exporting config sha256:8abd9f63bf38ea66f49c2569e59e81b3cdcc4f9914f5111271775f8c74f5f9a2 done 04:48:43 #7 exporting manifest sha256:172845e15cebd7a5375d13da6d23ac6019e953aea34e5c43d7f837f8f84294e2 done 04:48:43 #7 exporting config sha256:f7af4e2b66e13887fc8212c2a56da62967af4e5239510748e7dcb25a0e37ffba done 04:48:43 #7 exporting manifest list sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 done 04:48:43 #7 pushing layers 04:48:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:43 #7 ... 04:48:43 04:48:43 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:48:43 #8 DONE 0.0s 04:48:43 04:48:43 #7 exporting to image 04:48:43 #7 pushing layers 0.1s done 04:48:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 04:48:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 0.1s done 04:48:43 #7 DONE 0.2s 04:48:43 04:48:43 1 warning found (use --debug to expand): 04:48:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 04:48:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 04:48:44 #1 [internal] load build definition from Dockerfile 04:48:44 #1 transferring dockerfile: 170B done 04:48:44 #1 DONE 0.0s 04:48:44 04:48:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:48:44 #2 DONE 0.0s 04:48:44 04:48:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:48:44 #3 DONE 0.0s 04:48:44 04:48:44 #4 [internal] load .dockerignore 04:48:44 #4 transferring context: 2B done 04:48:44 #4 DONE 0.0s 04:48:44 04:48:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 0.0s done 04:48:44 #5 CACHED 04:48:44 04:48:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 0.0s done 04:48:44 #6 CACHED 04:48:44 04:48:44 #7 exporting to image 04:48:44 #7 exporting layers 04:48:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:44 #7 exporting layers done 04:48:44 #7 exporting manifest sha256:2b9ebb620ea6276e70156f83d7c32e050ae5c8fdf2531bae43dd8de6cf118e9d done 04:48:44 #7 exporting config sha256:8abd9f63bf38ea66f49c2569e59e81b3cdcc4f9914f5111271775f8c74f5f9a2 done 04:48:44 #7 exporting manifest sha256:172845e15cebd7a5375d13da6d23ac6019e953aea34e5c43d7f837f8f84294e2 done 04:48:44 #7 exporting config sha256:f7af4e2b66e13887fc8212c2a56da62967af4e5239510748e7dcb25a0e37ffba done 04:48:44 #7 exporting manifest list sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 done 04:48:44 #7 pushing layers 0.0s done 04:48:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 0.1s done 04:48:44 #7 DONE 0.1s 04:48:44 04:48:44 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:48:44 #8 DONE 0.0s 04:48:44 04:48:44 1 warning found (use --debug to expand): 04:48:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25' 04:48:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 --push - 04:48:44 #1 [internal] load build definition from Dockerfile 04:48:44 #1 transferring dockerfile: 176B done 04:48:44 #1 DONE 0.0s 04:48:44 04:48:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 04:48:44 #2 DONE 0.0s 04:48:44 04:48:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25 04:48:44 #3 DONE 0.0s 04:48:44 04:48:44 #4 [internal] load .dockerignore 04:48:44 #4 transferring context: 2B done 04:48:44 #4 DONE 0.0s 04:48:44 04:48:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 0.0s done 04:48:44 #5 CACHED 04:48:44 04:48:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 0.0s done 04:48:44 #6 CACHED 04:48:44 04:48:44 #7 exporting to image 04:48:44 #7 exporting layers done 04:48:44 #7 exporting manifest sha256:2b9ebb620ea6276e70156f83d7c32e050ae5c8fdf2531bae43dd8de6cf118e9d done 04:48:44 #7 exporting config sha256:8abd9f63bf38ea66f49c2569e59e81b3cdcc4f9914f5111271775f8c74f5f9a2 done 04:48:44 #7 exporting manifest sha256:172845e15cebd7a5375d13da6d23ac6019e953aea34e5c43d7f837f8f84294e2 done 04:48:44 #7 exporting config sha256:f7af4e2b66e13887fc8212c2a56da62967af4e5239510748e7dcb25a0e37ffba 04:48:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:44 #7 exporting config sha256:f7af4e2b66e13887fc8212c2a56da62967af4e5239510748e7dcb25a0e37ffba done 04:48:44 #7 exporting manifest list sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 done 04:48:44 #7 pushing layers 0.0s done 04:48:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.25@sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 0.1s done 04:48:44 #7 DONE 0.1s 04:48:44 04:48:44 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:48:44 #8 DONE 0.0s 04:48:44 04:48:44 1 warning found (use --debug to expand): 04:48:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:44 #1 [internal] load build definition from Dockerfile 04:48:44 #1 transferring dockerfile: 217B done 04:48:44 #1 DONE 0.0s 04:48:44 04:48:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:44 #2 DONE 0.0s 04:48:44 04:48:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:44 #3 DONE 0.0s 04:48:44 04:48:44 #4 [internal] load .dockerignore 04:48:44 #4 transferring context: 2B done 04:48:44 #4 DONE 0.0s 04:48:44 04:48:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 done 04:48:44 #5 CACHED 04:48:44 04:48:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 done 04:48:44 #6 CACHED 04:48:44 04:48:44 #7 exporting to image 04:48:44 #7 exporting layers done 04:48:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:45 #7 exporting manifest sha256:2b9ebb620ea6276e70156f83d7c32e050ae5c8fdf2531bae43dd8de6cf118e9d done 04:48:45 #7 exporting config sha256:8abd9f63bf38ea66f49c2569e59e81b3cdcc4f9914f5111271775f8c74f5f9a2 done 04:48:45 #7 exporting manifest sha256:172845e15cebd7a5375d13da6d23ac6019e953aea34e5c43d7f837f8f84294e2 done 04:48:45 #7 exporting config sha256:f7af4e2b66e13887fc8212c2a56da62967af4e5239510748e7dcb25a0e37ffba done 04:48:45 #7 exporting manifest list sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 done 04:48:45 #7 pushing layers 0.0s done 04:48:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 0.1s done 04:48:45 #7 DONE 0.1s 04:48:45 04:48:45 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:48:45 #8 DONE 0.0s 04:48:45 04:48:45 1 warning found (use --debug to expand): 04:48:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 04:48:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 04:48:45 #1 [internal] load build definition from Dockerfile 04:48:45 #1 transferring dockerfile: 168B done 04:48:45 #1 DONE 0.0s 04:48:45 04:48:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:48:45 #2 DONE 0.0s 04:48:45 04:48:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:48:45 #3 DONE 0.0s 04:48:45 04:48:45 #4 [internal] load .dockerignore 04:48:45 #4 transferring context: 2B done 04:48:45 #4 DONE 0.0s 04:48:45 04:48:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:45 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 done 04:48:45 #5 CACHED 04:48:45 04:48:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 04:48:45 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5350c98fe59263e0d8d9d4891ce4851f4af2ae271fdeef72a4b2488e8e5bce39 0.0s done 04:48:45 #6 CACHED 04:48:45 04:48:45 #7 exporting to image 04:48:45 #7 exporting layers done 04:48:45 #7 exporting manifest sha256:2b9ebb620ea6276e70156f83d7c32e050ae5c8fdf2531bae43dd8de6cf118e9d done 04:48:45 #7 exporting config sha256:8abd9f63bf38ea66f49c2569e59e81b3cdcc4f9914f5111271775f8c74f5f9a2 done 04:48:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:45 #7 exporting manifest sha256:172845e15cebd7a5375d13da6d23ac6019e953aea34e5c43d7f837f8f84294e2 done 04:48:45 #7 exporting config sha256:f7af4e2b66e13887fc8212c2a56da62967af4e5239510748e7dcb25a0e37ffba done 04:48:45 #7 exporting manifest list sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 done 04:48:45 #7 pushing layers 0.0s done 04:48:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:def3628ea14c468e2bd52fff8f89be029c1c6d51f6e1f375163686255767bb65 0.1s done 04:48:45 #7 DONE 0.1s 04:48:45 04:48:45 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:48:45 #8 DONE 0.0s 04:48:45 04:48:45 1 warning found (use --debug to expand): 04:48:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:45 #1 [internal] load build definition from Dockerfile 04:48:45 #1 transferring dockerfile: 205B done 04:48:45 #1 DONE 0.0s 04:48:45 04:48:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:45 #2 DONE 0.0s 04:48:45 04:48:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:45 #3 DONE 0.0s 04:48:45 04:48:45 #4 [internal] load .dockerignore 04:48:45 #4 transferring context: 2B done 04:48:45 #4 DONE 0.0s 04:48:45 04:48:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:45 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:45 #5 DONE 0.0s 04:48:45 04:48:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:46 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:46 #6 DONE 0.0s 04:48:46 04:48:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:46 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:46 #5 DONE 0.1s 04:48:46 04:48:46 #7 exporting to image 04:48:46 #7 exporting layers done 04:48:46 #7 exporting manifest sha256:4d5568db5a01455eaf59fb63723aa8bafd2fc169c6a619430c1dd597ab4bd391 done 04:48:46 #7 exporting config sha256:248d3c7d5f761557eda53f0dea0e41db71abd615e91407a3f5e5efc80c2e0a1b 04:48:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:46 #7 ... 04:48:46 04:48:46 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:46 #8 DONE 0.0s 04:48:46 04:48:46 #7 exporting to image 04:48:46 #7 exporting config sha256:248d3c7d5f761557eda53f0dea0e41db71abd615e91407a3f5e5efc80c2e0a1b done 04:48:46 #7 exporting manifest sha256:98698ed4e803d37d7c427cc55c410ab276c2bdc4c7d1099093cafb307f937990 done 04:48:46 #7 exporting config sha256:876aa2a5b85f2d1668a5557180112013f41a0dbca4d7440cd060a8b8af15bac7 done 04:48:46 #7 exporting manifest list sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe done 04:48:46 #7 pushing layers 0.1s done 04:48:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 04:48:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 0.1s done 04:48:46 #7 DONE 0.2s 04:48:46 04:48:46 1 warning found (use --debug to expand): 04:48:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 04:48:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 04:48:46 #1 [internal] load build definition from Dockerfile 04:48:46 #1 transferring dockerfile: 171B done 04:48:46 #1 DONE 0.0s 04:48:46 04:48:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:48:46 #2 DONE 0.0s 04:48:46 04:48:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:48:46 #3 DONE 0.0s 04:48:46 04:48:46 #4 [internal] load .dockerignore 04:48:46 #4 transferring context: 2B done 04:48:46 #4 DONE 0.0s 04:48:46 04:48:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:46 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 done 04:48:46 #5 CACHED 04:48:46 04:48:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:46 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 done 04:48:46 #6 CACHED 04:48:46 04:48:46 #7 exporting to image 04:48:46 #7 exporting layers done 04:48:46 #7 exporting manifest sha256:4d5568db5a01455eaf59fb63723aa8bafd2fc169c6a619430c1dd597ab4bd391 done 04:48:46 #7 exporting config sha256:248d3c7d5f761557eda53f0dea0e41db71abd615e91407a3f5e5efc80c2e0a1b done 04:48:46 #7 exporting manifest sha256:98698ed4e803d37d7c427cc55c410ab276c2bdc4c7d1099093cafb307f937990 done 04:48:46 #7 exporting config sha256:876aa2a5b85f2d1668a5557180112013f41a0dbca4d7440cd060a8b8af15bac7 done 04:48:46 #7 exporting manifest list sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe done 04:48:46 #7 pushing layers 0.0s done 04:48:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 04:48:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 0.1s done 04:48:47 #7 DONE 0.1s 04:48:47 04:48:47 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:47 #8 DONE 0.0s 04:48:47 04:48:47 1 warning found (use --debug to expand): 04:48:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25' 04:48:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 --push - 04:48:47 #1 [internal] load build definition from Dockerfile 04:48:47 #1 transferring dockerfile: 177B done 04:48:47 #1 DONE 0.0s 04:48:47 04:48:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 04:48:47 #2 DONE 0.0s 04:48:47 04:48:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25 04:48:47 #3 DONE 0.0s 04:48:47 04:48:47 #4 [internal] load .dockerignore 04:48:47 #4 transferring context: 2B done 04:48:47 #4 DONE 0.0s 04:48:47 04:48:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:47 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:47 #5 CACHED 04:48:47 04:48:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:47 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:47 #6 CACHED 04:48:47 04:48:47 #7 exporting to image 04:48:47 #7 exporting layers done 04:48:47 #7 exporting manifest sha256:4d5568db5a01455eaf59fb63723aa8bafd2fc169c6a619430c1dd597ab4bd391 done 04:48:47 #7 exporting config sha256:248d3c7d5f761557eda53f0dea0e41db71abd615e91407a3f5e5efc80c2e0a1b done 04:48:47 #7 exporting manifest sha256:98698ed4e803d37d7c427cc55c410ab276c2bdc4c7d1099093cafb307f937990 done 04:48:47 #7 exporting config sha256:876aa2a5b85f2d1668a5557180112013f41a0dbca4d7440cd060a8b8af15bac7 done 04:48:47 #7 exporting manifest list sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 04:48:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:47 #7 exporting manifest list sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe done 04:48:47 #7 pushing layers 0.0s done 04:48:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.25@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 0.1s done 04:48:47 #7 DONE 0.1s 04:48:47 04:48:47 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:47 #8 DONE 0.0s 04:48:47 04:48:47 1 warning found (use --debug to expand): 04:48:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:48 #1 [internal] load build definition from Dockerfile 04:48:48 #1 transferring dockerfile: 218B done 04:48:48 #1 DONE 0.0s 04:48:48 04:48:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:48 #2 DONE 0.0s 04:48:48 04:48:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:48 #3 DONE 0.0s 04:48:48 04:48:48 #4 [internal] load .dockerignore 04:48:48 #4 transferring context: 2B done 04:48:48 #4 DONE 0.0s 04:48:48 04:48:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:48 #5 CACHED 04:48:48 04:48:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:48 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:48 #6 CACHED 04:48:48 04:48:48 #7 exporting to image 04:48:48 #7 exporting layers done 04:48:48 #7 exporting manifest sha256:4d5568db5a01455eaf59fb63723aa8bafd2fc169c6a619430c1dd597ab4bd391 done 04:48:48 #7 exporting config sha256:248d3c7d5f761557eda53f0dea0e41db71abd615e91407a3f5e5efc80c2e0a1b done 04:48:48 #7 exporting manifest sha256:98698ed4e803d37d7c427cc55c410ab276c2bdc4c7d1099093cafb307f937990 done 04:48:48 #7 exporting config sha256:876aa2a5b85f2d1668a5557180112013f41a0dbca4d7440cd060a8b8af15bac7 done 04:48:48 #7 exporting manifest list sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe done 04:48:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:48 #7 pushing layers 0.0s done 04:48:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 0.1s done 04:48:48 #7 DONE 0.1s 04:48:48 04:48:48 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:48 #8 DONE 0.0s 04:48:48 04:48:48 1 warning found (use --debug to expand): 04:48:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 04:48:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 04:48:48 #1 [internal] load build definition from Dockerfile 04:48:48 #1 transferring dockerfile: 169B done 04:48:48 #1 DONE 0.0s 04:48:48 04:48:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:48:48 #2 DONE 0.0s 04:48:48 04:48:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:48:48 #3 DONE 0.0s 04:48:48 04:48:48 #4 [internal] load .dockerignore 04:48:48 #4 transferring context: 2B done 04:48:48 #4 DONE 0.0s 04:48:48 04:48:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:48 #5 CACHED 04:48:48 04:48:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 04:48:48 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c316c58425a88fa90f1319909fc45bd7abdbfdfbf7eff5075879d2eaa249b552 0.0s done 04:48:48 #6 CACHED 04:48:48 04:48:48 #7 exporting to image 04:48:48 #7 exporting layers done 04:48:48 #7 exporting manifest sha256:4d5568db5a01455eaf59fb63723aa8bafd2fc169c6a619430c1dd597ab4bd391 done 04:48:48 #7 exporting config sha256:248d3c7d5f761557eda53f0dea0e41db71abd615e91407a3f5e5efc80c2e0a1b done 04:48:48 #7 exporting manifest sha256:98698ed4e803d37d7c427cc55c410ab276c2bdc4c7d1099093cafb307f937990 done 04:48:48 #7 exporting config sha256:876aa2a5b85f2d1668a5557180112013f41a0dbca4d7440cd060a8b8af15bac7 done 04:48:48 #7 exporting manifest list sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe done 04:48:48 #7 pushing layers 0.0s done 04:48:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 04:48:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:00689bca7468545f290c2ee59aba036a89bc34decc948e5cde77dd60384a4abe 0.1s done 04:48:48 #7 DONE 0.1s 04:48:48 04:48:48 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:48 #8 DONE 0.0s 04:48:48 04:48:48 1 warning found (use --debug to expand): 04:48:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:49 #1 [internal] load build definition from Dockerfile 04:48:49 #1 transferring dockerfile: 211B done 04:48:49 #1 DONE 0.0s 04:48:49 04:48:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:49 #2 DONE 0.0s 04:48:49 04:48:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:49 #3 DONE 0.0s 04:48:49 04:48:49 #4 [internal] load .dockerignore 04:48:49 #4 transferring context: 2B done 04:48:49 #4 DONE 0.0s 04:48:49 04:48:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:49 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:49 #5 DONE 0.0s 04:48:49 04:48:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:49 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:49 #6 DONE 0.0s 04:48:49 04:48:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:49 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:49 #5 DONE 0.1s 04:48:49 04:48:49 #7 exporting to image 04:48:49 #7 exporting layers done 04:48:49 #7 exporting manifest sha256:42479c02033e159f5f50604ebc7953cd0f92c96016109842dc6aa3d0639ef9ba done 04:48:49 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c 04:48:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:49 #7 ... 04:48:49 04:48:49 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:49 #8 DONE 0.0s 04:48:49 04:48:49 #7 exporting to image 04:48:49 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c done 04:48:49 #7 exporting manifest sha256:f1ef433e28b3f0c34c85be35cfee2fe660f74b888e251b050ab48eeccfcf6962 done 04:48:49 #7 exporting config sha256:83172cf29ed2a3d9b756842a2942f2a673b0792505785451a86ffed4ecb13dfd done 04:48:49 #7 exporting manifest list sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 done 04:48:49 #7 pushing layers 0.1s done 04:48:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 04:48:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 0.1s done 04:48:49 #7 DONE 0.2s 04:48:49 04:48:49 1 warning found (use --debug to expand): 04:48:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 04:48:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 04:48:49 #1 [internal] load build definition from Dockerfile 04:48:49 #1 transferring dockerfile: 177B done 04:48:49 #1 DONE 0.0s 04:48:49 04:48:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:48:49 #2 DONE 0.0s 04:48:49 04:48:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:48:49 #3 DONE 0.0s 04:48:49 04:48:49 #4 [internal] load .dockerignore 04:48:49 #4 transferring context: 2B done 04:48:49 #4 DONE 0.0s 04:48:49 04:48:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:49 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a done 04:48:49 #5 CACHED 04:48:49 04:48:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:49 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:49 #6 CACHED 04:48:49 04:48:49 #7 exporting to image 04:48:49 #7 exporting layers done 04:48:49 #7 exporting manifest sha256:42479c02033e159f5f50604ebc7953cd0f92c96016109842dc6aa3d0639ef9ba done 04:48:49 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c done 04:48:49 #7 exporting manifest sha256:f1ef433e28b3f0c34c85be35cfee2fe660f74b888e251b050ab48eeccfcf6962 done 04:48:49 #7 exporting config sha256:83172cf29ed2a3d9b756842a2942f2a673b0792505785451a86ffed4ecb13dfd done 04:48:49 #7 exporting manifest list sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 04:48:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:50 #7 exporting manifest list sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 done 04:48:50 #7 pushing layers 0.0s done 04:48:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 0.1s done 04:48:50 #7 DONE 0.1s 04:48:50 04:48:50 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:50 #8 DONE 0.0s 04:48:50 04:48:50 1 warning found (use --debug to expand): 04:48:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 --push - 04:48:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25' 04:48:50 #1 [internal] load build definition from Dockerfile 04:48:50 #1 transferring dockerfile: 183B done 04:48:50 #1 DONE 0.0s 04:48:50 04:48:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 04:48:50 #2 DONE 0.0s 04:48:50 04:48:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25 04:48:50 #3 DONE 0.0s 04:48:50 04:48:50 #4 [internal] load .dockerignore 04:48:50 #4 transferring context: 2B done 04:48:50 #4 DONE 0.0s 04:48:50 04:48:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:50 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:50 #5 CACHED 04:48:50 04:48:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:50 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:50 #6 CACHED 04:48:50 04:48:50 #7 exporting to image 04:48:50 #7 exporting layers done 04:48:50 #7 exporting manifest sha256:42479c02033e159f5f50604ebc7953cd0f92c96016109842dc6aa3d0639ef9ba done 04:48:50 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c done 04:48:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:50 #7 exporting manifest sha256:f1ef433e28b3f0c34c85be35cfee2fe660f74b888e251b050ab48eeccfcf6962 done 04:48:50 #7 exporting config sha256:83172cf29ed2a3d9b756842a2942f2a673b0792505785451a86ffed4ecb13dfd done 04:48:50 #7 exporting manifest list sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 done 04:48:50 #7 pushing layers 0.0s done 04:48:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.25@sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 0.1s done 04:48:50 #7 DONE 0.1s 04:48:50 04:48:50 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:50 #8 DONE 0.0s 04:48:50 04:48:50 1 warning found (use --debug to expand): 04:48:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:50 #1 [internal] load build definition from Dockerfile 04:48:50 #1 transferring dockerfile: 224B done 04:48:50 #1 DONE 0.0s 04:48:50 04:48:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:50 #2 DONE 0.0s 04:48:50 04:48:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:50 #3 DONE 0.0s 04:48:50 04:48:50 #4 [internal] load .dockerignore 04:48:50 #4 transferring context: 2B done 04:48:50 #4 DONE 0.0s 04:48:50 04:48:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:50 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a done 04:48:50 #5 CACHED 04:48:50 04:48:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:50 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a done 04:48:50 #6 CACHED 04:48:50 04:48:50 #7 exporting to image 04:48:50 #7 exporting layers done 04:48:50 #7 exporting manifest sha256:42479c02033e159f5f50604ebc7953cd0f92c96016109842dc6aa3d0639ef9ba done 04:48:50 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c done 04:48:50 #7 exporting manifest sha256:f1ef433e28b3f0c34c85be35cfee2fe660f74b888e251b050ab48eeccfcf6962 done 04:48:50 #7 exporting config sha256:83172cf29ed2a3d9b756842a2942f2a673b0792505785451a86ffed4ecb13dfd 04:48:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:51 #7 exporting config sha256:83172cf29ed2a3d9b756842a2942f2a673b0792505785451a86ffed4ecb13dfd done 04:48:51 #7 exporting manifest list sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 done 04:48:51 #7 pushing layers 0.0s done 04:48:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 0.1s done 04:48:51 #7 DONE 0.1s 04:48:51 04:48:51 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:51 #8 DONE 0.0s 04:48:51 04:48:51 1 warning found (use --debug to expand): 04:48:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 04:48:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 04:48:51 #1 [internal] load build definition from Dockerfile 04:48:51 #1 transferring dockerfile: 175B done 04:48:51 #1 DONE 0.0s 04:48:51 04:48:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:48:51 #2 DONE 0.0s 04:48:51 04:48:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:48:51 #3 DONE 0.0s 04:48:51 04:48:51 #4 [internal] load .dockerignore 04:48:51 #4 transferring context: 2B done 04:48:51 #4 DONE 0.0s 04:48:51 04:48:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:51 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:51 #5 CACHED 04:48:51 04:48:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 04:48:51 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b07cdde7b7b74b11facd24281127209a3828c15faa0f3a2f3f8c7affaaff3d3a 0.0s done 04:48:51 #6 CACHED 04:48:51 04:48:51 #7 exporting to image 04:48:51 #7 exporting layers done 04:48:51 #7 exporting manifest sha256:42479c02033e159f5f50604ebc7953cd0f92c96016109842dc6aa3d0639ef9ba done 04:48:51 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c 04:48:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:51 #7 exporting config sha256:5e0e0ac994213b613720c6577917147984c82fd47e7d17d00be8671dd540ee0c done 04:48:51 #7 exporting manifest sha256:f1ef433e28b3f0c34c85be35cfee2fe660f74b888e251b050ab48eeccfcf6962 done 04:48:51 #7 exporting config sha256:83172cf29ed2a3d9b756842a2942f2a673b0792505785451a86ffed4ecb13dfd done 04:48:51 #7 exporting manifest list sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 done 04:48:51 #7 pushing layers 0.0s done 04:48:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:2ca024662be297c58ca11c7ec2f55e9888662ac75e880a6a0aa09b6a9190d940 0.1s done 04:48:51 #7 DONE 0.1s 04:48:51 04:48:51 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:48:51 #8 DONE 0.0s 04:48:51 04:48:51 1 warning found (use --debug to expand): 04:48:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:52 #1 [internal] load build definition from Dockerfile 04:48:52 #1 transferring dockerfile: 215B done 04:48:52 #1 DONE 0.0s 04:48:52 04:48:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:52 #2 DONE 0.0s 04:48:52 04:48:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:52 #3 DONE 0.0s 04:48:52 04:48:52 #4 [internal] load .dockerignore 04:48:52 #4 transferring context: 2B done 04:48:52 #4 DONE 0.0s 04:48:52 04:48:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 done 04:48:52 #5 DONE 0.1s 04:48:52 04:48:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 done 04:48:52 #6 DONE 0.0s 04:48:52 04:48:52 #7 exporting to image 04:48:52 #7 exporting layers done 04:48:52 #7 exporting manifest sha256:f8ec225c24fa2dd56db66d8417cfde52f3c691ac5842963cacee76a6ec6eae8d done 04:48:52 #7 exporting config sha256:34ad83bb409944edaa021258f3d3e9fb97bc583d9a399f2e15fbffc39835f71a done 04:48:52 #7 exporting manifest sha256:1f831ca347e6448e0f38ccc7dbf510dd7024a78949950b7c30b780497df76dda done 04:48:52 #7 exporting config sha256:bf9f90970d6f6c66c05f46a02fde61632cf23474795771859e5d455affc657c9 done 04:48:52 #7 exporting manifest list sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b done 04:48:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:52 #7 ... 04:48:52 04:48:52 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:48:52 #8 DONE 0.0s 04:48:52 04:48:52 #7 exporting to image 04:48:52 #7 pushing layers 0.1s done 04:48:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 04:48:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 0.1s done 04:48:52 #7 DONE 0.2s 04:48:52 04:48:52 1 warning found (use --debug to expand): 04:48:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 04:48:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 04:48:53 #1 [internal] load build definition from Dockerfile 04:48:53 #1 transferring dockerfile: 181B done 04:48:53 #1 DONE 0.0s 04:48:53 04:48:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:48:53 #2 DONE 0.0s 04:48:53 04:48:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:48:53 #3 DONE 0.0s 04:48:53 04:48:53 #4 [internal] load .dockerignore 04:48:53 #4 transferring context: 2B done 04:48:53 #4 DONE 0.0s 04:48:53 04:48:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 0.0s done 04:48:53 #5 CACHED 04:48:53 04:48:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 0.0s done 04:48:53 #6 CACHED 04:48:53 04:48:53 #7 exporting to image 04:48:53 #7 exporting layers done 04:48:53 #7 exporting manifest sha256:f8ec225c24fa2dd56db66d8417cfde52f3c691ac5842963cacee76a6ec6eae8d done 04:48:53 #7 exporting config sha256:34ad83bb409944edaa021258f3d3e9fb97bc583d9a399f2e15fbffc39835f71a 04:48:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:53 #7 exporting config sha256:34ad83bb409944edaa021258f3d3e9fb97bc583d9a399f2e15fbffc39835f71a done 04:48:53 #7 exporting manifest sha256:1f831ca347e6448e0f38ccc7dbf510dd7024a78949950b7c30b780497df76dda done 04:48:53 #7 exporting config sha256:bf9f90970d6f6c66c05f46a02fde61632cf23474795771859e5d455affc657c9 done 04:48:53 #7 exporting manifest list sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b done 04:48:53 #7 pushing layers 0.0s done 04:48:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 0.1s done 04:48:53 #7 DONE 0.1s 04:48:53 04:48:53 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:48:53 #8 DONE 0.0s 04:48:53 04:48:53 1 warning found (use --debug to expand): 04:48:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25' 04:48:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 --push - 04:48:53 #1 [internal] load build definition from Dockerfile 04:48:53 #1 transferring dockerfile: 187B done 04:48:53 #1 DONE 0.0s 04:48:53 04:48:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 04:48:53 #2 DONE 0.0s 04:48:53 04:48:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25 04:48:53 #3 DONE 0.0s 04:48:53 04:48:53 #4 [internal] load .dockerignore 04:48:53 #4 transferring context: 2B done 04:48:53 #4 DONE 0.0s 04:48:53 04:48:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 done 04:48:53 #5 CACHED 04:48:53 04:48:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 done 04:48:53 #6 CACHED 04:48:53 04:48:53 #7 exporting to image 04:48:53 #7 exporting layers done 04:48:53 #7 exporting manifest sha256:f8ec225c24fa2dd56db66d8417cfde52f3c691ac5842963cacee76a6ec6eae8d done 04:48:53 #7 exporting config sha256:34ad83bb409944edaa021258f3d3e9fb97bc583d9a399f2e15fbffc39835f71a done 04:48:53 #7 exporting manifest sha256:1f831ca347e6448e0f38ccc7dbf510dd7024a78949950b7c30b780497df76dda done 04:48:53 #7 exporting config sha256:bf9f90970d6f6c66c05f46a02fde61632cf23474795771859e5d455affc657c9 done 04:48:53 #7 exporting manifest list sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b done 04:48:53 #7 pushing layers 0.0s done 04:48:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 04:48:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.25@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 0.1s done 04:48:53 #7 DONE 0.1s 04:48:53 04:48:53 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:48:53 #8 DONE 0.0s 04:48:53 04:48:53 1 warning found (use --debug to expand): 04:48:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:53 #1 [internal] load build definition from Dockerfile 04:48:53 #1 transferring dockerfile: 228B done 04:48:53 #1 DONE 0.0s 04:48:53 04:48:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:53 #2 DONE 0.0s 04:48:53 04:48:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:53 #3 DONE 0.0s 04:48:53 04:48:53 #4 [internal] load .dockerignore 04:48:53 #4 transferring context: 2B done 04:48:53 #4 DONE 0.0s 04:48:53 04:48:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 done 04:48:53 #5 CACHED 04:48:53 04:48:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 done 04:48:53 #6 CACHED 04:48:53 04:48:53 #7 exporting to image 04:48:53 #7 exporting layers done 04:48:53 #7 exporting manifest sha256:f8ec225c24fa2dd56db66d8417cfde52f3c691ac5842963cacee76a6ec6eae8d done 04:48:53 #7 exporting config sha256:34ad83bb409944edaa021258f3d3e9fb97bc583d9a399f2e15fbffc39835f71a done 04:48:53 #7 exporting manifest sha256:1f831ca347e6448e0f38ccc7dbf510dd7024a78949950b7c30b780497df76dda done 04:48:53 #7 exporting config sha256:bf9f90970d6f6c66c05f46a02fde61632cf23474795771859e5d455affc657c9 done 04:48:53 #7 exporting manifest list sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b done 04:48:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:54 #7 pushing layers 0.0s done 04:48:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 0.1s done 04:48:54 #7 DONE 0.1s 04:48:54 04:48:54 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:48:54 #8 DONE 0.0s 04:48:54 04:48:54 1 warning found (use --debug to expand): 04:48:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 04:48:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 04:48:54 #1 [internal] load build definition from Dockerfile 04:48:54 #1 transferring dockerfile: 179B done 04:48:54 #1 DONE 0.0s 04:48:54 04:48:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:48:54 #2 DONE 0.0s 04:48:54 04:48:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:48:54 #3 DONE 0.0s 04:48:54 04:48:54 #4 [internal] load .dockerignore 04:48:54 #4 transferring context: 2B done 04:48:54 #4 DONE 0.0s 04:48:54 04:48:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 0.0s done 04:48:54 #5 DONE 0.0s 04:48:54 04:48:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 0.0s done 04:48:54 #6 CACHED 04:48:54 04:48:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:add223992e686eb63a399a05df885e4ee8f4cdca73a7d373c433d85e001b40f8 04:48:54 #5 CACHED 04:48:54 04:48:54 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:48:54 #7 DONE 0.0s 04:48:54 04:48:54 #8 exporting to image 04:48:54 #8 exporting layers done 04:48:54 #8 exporting manifest sha256:f8ec225c24fa2dd56db66d8417cfde52f3c691ac5842963cacee76a6ec6eae8d done 04:48:54 #8 exporting config sha256:34ad83bb409944edaa021258f3d3e9fb97bc583d9a399f2e15fbffc39835f71a done 04:48:54 #8 exporting manifest sha256:1f831ca347e6448e0f38ccc7dbf510dd7024a78949950b7c30b780497df76dda done 04:48:54 #8 exporting config sha256:bf9f90970d6f6c66c05f46a02fde61632cf23474795771859e5d455affc657c9 done 04:48:54 #8 exporting manifest list sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b done 04:48:54 #8 pushing layers 0.0s done 04:48:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b3b0d59827dcb95843bb17dcc8b6d535974cb0a2778327eb426b33c80e16cc3b 0.1s done 04:48:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:54 #8 DONE 0.1s 04:48:54 04:48:54 1 warning found (use --debug to expand): 04:48:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:54 #1 [internal] load build definition from Dockerfile 04:48:54 #1 transferring dockerfile: 205B done 04:48:54 #1 DONE 0.0s 04:48:54 04:48:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:54 #2 DONE 0.0s 04:48:54 04:48:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:54 #3 DONE 0.0s 04:48:54 04:48:54 #4 [internal] load .dockerignore 04:48:54 #4 transferring context: 2B done 04:48:54 #4 DONE 0.0s 04:48:54 04:48:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:54 #5 DONE 0.0s 04:48:54 04:48:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:55 #6 DONE 0.0s 04:48:55 04:48:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:55 #5 DONE 0.1s 04:48:55 04:48:55 #7 exporting to image 04:48:55 #7 exporting layers done 04:48:55 #7 exporting manifest sha256:f8744d96051837b82bccebf9edf90577d3c90aa6991086572195ace9fedb82c4 done 04:48:55 #7 exporting config sha256:cf4f528e18b24a04f700c6d797ba715a2e58c75becdc95b94f14442d6351cc68 done 04:48:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:55 #7 ... 04:48:55 04:48:55 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:48:55 #8 DONE 0.0s 04:48:55 04:48:55 #7 exporting to image 04:48:55 #7 exporting manifest sha256:3d56d4828d4cd4b6f559046019e5d1a5260e1a8a01aa89ed3620382a72257796 done 04:48:55 #7 exporting config sha256:89253b88ea44790c0a917a9a69626a837dbc8875e5fbfd6144f8fd4a12a233b8 done 04:48:55 #7 exporting manifest list sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a done 04:48:55 #7 pushing layers 0.1s done 04:48:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 04:48:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 0.1s done 04:48:55 #7 DONE 0.2s 04:48:55 04:48:55 1 warning found (use --debug to expand): 04:48:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 04:48:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 04:48:55 #1 [internal] load build definition from Dockerfile 04:48:55 #1 transferring dockerfile: 171B done 04:48:55 #1 DONE 0.0s 04:48:55 04:48:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:48:55 #2 DONE 0.0s 04:48:55 04:48:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:48:55 #3 DONE 0.0s 04:48:55 04:48:55 #4 [internal] load .dockerignore 04:48:55 #4 transferring context: 2B done 04:48:55 #4 DONE 0.0s 04:48:55 04:48:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:55 #5 CACHED 04:48:55 04:48:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:55 #6 DONE 0.0s 04:48:56 04:48:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:56 #6 CACHED 04:48:56 04:48:56 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:48:56 #7 DONE 0.0s 04:48:56 04:48:56 #8 exporting to image 04:48:56 #8 exporting layers done 04:48:56 #8 exporting manifest sha256:f8744d96051837b82bccebf9edf90577d3c90aa6991086572195ace9fedb82c4 done 04:48:56 #8 exporting config sha256:cf4f528e18b24a04f700c6d797ba715a2e58c75becdc95b94f14442d6351cc68 done 04:48:56 #8 exporting manifest sha256:3d56d4828d4cd4b6f559046019e5d1a5260e1a8a01aa89ed3620382a72257796 done 04:48:56 #8 exporting config sha256:89253b88ea44790c0a917a9a69626a837dbc8875e5fbfd6144f8fd4a12a233b8 done 04:48:56 #8 exporting manifest list sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a done 04:48:56 #8 pushing layers 0.0s done 04:48:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 0.1s done 04:48:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:56 #8 DONE 0.1s 04:48:56 04:48:56 1 warning found (use --debug to expand): 04:48:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25' 04:48:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 --push - 04:48:56 #1 [internal] load build definition from Dockerfile 04:48:56 #1 transferring dockerfile: 177B done 04:48:56 #1 DONE 0.0s 04:48:56 04:48:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 04:48:56 #2 DONE 0.0s 04:48:56 04:48:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25 04:48:56 #3 DONE 0.0s 04:48:56 04:48:56 #4 [internal] load .dockerignore 04:48:56 #4 transferring context: 2B done 04:48:56 #4 DONE 0.0s 04:48:56 04:48:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:56 #5 CACHED 04:48:56 04:48:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:56 #6 CACHED 04:48:56 04:48:56 #7 exporting to image 04:48:56 #7 exporting layers done 04:48:56 #7 exporting manifest sha256:f8744d96051837b82bccebf9edf90577d3c90aa6991086572195ace9fedb82c4 done 04:48:56 #7 exporting config sha256:cf4f528e18b24a04f700c6d797ba715a2e58c75becdc95b94f14442d6351cc68 done 04:48:56 #7 exporting manifest sha256:3d56d4828d4cd4b6f559046019e5d1a5260e1a8a01aa89ed3620382a72257796 done 04:48:56 #7 exporting config sha256:89253b88ea44790c0a917a9a69626a837dbc8875e5fbfd6144f8fd4a12a233b8 done 04:48:56 #7 exporting manifest list sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a done 04:48:56 #7 pushing layers 0.0s done 04:48:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 04:48:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.25@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 0.1s done 04:48:56 #7 DONE 0.1s 04:48:56 04:48:56 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:48:56 #8 DONE 0.0s 04:48:56 04:48:56 1 warning found (use --debug to expand): 04:48:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:56 #1 [internal] load build definition from Dockerfile 04:48:56 #1 transferring dockerfile: 218B done 04:48:56 #1 DONE 0.0s 04:48:56 04:48:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:56 #2 DONE 0.0s 04:48:56 04:48:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:56 #3 DONE 0.0s 04:48:56 04:48:56 #4 [internal] load .dockerignore 04:48:56 #4 transferring context: 2B done 04:48:56 #4 DONE 0.0s 04:48:56 04:48:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 0.0s done 04:48:56 #5 CACHED 04:48:56 04:48:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:56 #6 CACHED 04:48:56 04:48:56 #7 exporting to image 04:48:56 #7 exporting layers done 04:48:56 #7 exporting manifest sha256:f8744d96051837b82bccebf9edf90577d3c90aa6991086572195ace9fedb82c4 done 04:48:56 #7 exporting config sha256:cf4f528e18b24a04f700c6d797ba715a2e58c75becdc95b94f14442d6351cc68 done 04:48:56 #7 exporting manifest sha256:3d56d4828d4cd4b6f559046019e5d1a5260e1a8a01aa89ed3620382a72257796 done 04:48:56 #7 exporting config sha256:89253b88ea44790c0a917a9a69626a837dbc8875e5fbfd6144f8fd4a12a233b8 04:48:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:57 #7 exporting config sha256:89253b88ea44790c0a917a9a69626a837dbc8875e5fbfd6144f8fd4a12a233b8 done 04:48:57 #7 exporting manifest list sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a done 04:48:57 #7 pushing layers 0.0s done 04:48:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 0.1s done 04:48:57 #7 DONE 0.1s 04:48:57 04:48:57 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:48:57 #8 DONE 0.0s 04:48:57 04:48:57 1 warning found (use --debug to expand): 04:48:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 04:48:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 04:48:57 #1 [internal] load build definition from Dockerfile 04:48:57 #1 transferring dockerfile: 169B done 04:48:57 #1 DONE 0.0s 04:48:57 04:48:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:48:57 #2 DONE 0.0s 04:48:57 04:48:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:48:57 #3 DONE 0.0s 04:48:57 04:48:57 #4 [internal] load .dockerignore 04:48:57 #4 transferring context: 2B done 04:48:57 #4 DONE 0.0s 04:48:57 04:48:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:57 #5 CACHED 04:48:57 04:48:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c 04:48:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:39694e9a1413ce206e5a663ed49c5aae7e2b63c94ab5bab2e9e9b15efcde212c done 04:48:57 #6 CACHED 04:48:57 04:48:57 #7 exporting to image 04:48:57 #7 exporting layers done 04:48:57 #7 exporting manifest sha256:f8744d96051837b82bccebf9edf90577d3c90aa6991086572195ace9fedb82c4 done 04:48:57 #7 exporting config sha256:cf4f528e18b24a04f700c6d797ba715a2e58c75becdc95b94f14442d6351cc68 done 04:48:57 #7 exporting manifest sha256:3d56d4828d4cd4b6f559046019e5d1a5260e1a8a01aa89ed3620382a72257796 done 04:48:57 #7 exporting config sha256:89253b88ea44790c0a917a9a69626a837dbc8875e5fbfd6144f8fd4a12a233b8 done 04:48:57 #7 exporting manifest list sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a done 04:48:57 #7 pushing layers 04:48:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:57 #7 pushing layers 0.0s done 04:48:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:99da7f911136ceb9b58de6395a5221e94fa591a7d57d3d3a1db0b0f7c97fd21a 0.1s done 04:48:57 #7 DONE 0.1s 04:48:57 04:48:57 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:48:57 #8 DONE 0.0s 04:48:57 04:48:57 1 warning found (use --debug to expand): 04:48:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:48:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:48:57 #1 [internal] load build definition from Dockerfile 04:48:57 #1 transferring dockerfile: 206B done 04:48:57 #1 DONE 0.0s 04:48:57 04:48:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:57 #2 DONE 0.0s 04:48:57 04:48:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9 04:48:57 #3 DONE 0.0s 04:48:57 04:48:57 #4 [internal] load .dockerignore 04:48:57 #4 transferring context: 2B done 04:48:57 #4 DONE 0.0s 04:48:57 04:48:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:48:57 #5 DONE 0.0s 04:48:57 04:48:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:58 #6 DONE 0.0s 04:48:58 04:48:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:48:58 #5 DONE 0.1s 04:48:58 04:48:58 #7 exporting to image 04:48:58 #7 exporting layers done 04:48:58 #7 exporting manifest sha256:6070e0f7e069bfce68b4cb3aec52ca4d1e21f108655c1d86184f5a7756354f47 done 04:48:58 #7 exporting config sha256:e5f4a9760165f79d7ce7de635e846f308a5e41b9588212c5a671a30fc9ed3318 done 04:48:58 #7 exporting manifest sha256:a169f1012785ec2d5a2124501b4d4ae381984e20ae075c6313d1394253d8e57f done 04:48:58 #7 exporting config sha256:b87f08d986f45784fab3bd0dd6a307ca9f5ca751dd68db9b2d65eec6a4639c2b done 04:48:58 #7 exporting manifest list sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 done 04:48:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:58 #7 ... 04:48:58 04:48:58 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:48:58 #8 DONE 0.0s 04:48:58 04:48:58 #7 exporting to image 04:48:58 #7 pushing layers 0.1s done 04:48:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 04:48:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 0.1s done 04:48:58 #7 DONE 0.2s 04:48:58 04:48:58 1 warning found (use --debug to expand): 04:48:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 04:48:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 04:48:58 #1 [internal] load build definition from Dockerfile 04:48:58 #1 transferring dockerfile: 172B done 04:48:58 #1 DONE 0.0s 04:48:58 04:48:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:48:58 #2 DONE 0.0s 04:48:58 04:48:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:48:58 #3 DONE 0.1s 04:48:58 04:48:58 #4 [internal] load .dockerignore 04:48:58 #4 transferring context: 2B done 04:48:58 #4 DONE 0.0s 04:48:59 04:48:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:48:59 #5 CACHED 04:48:59 04:48:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 0.0s done 04:48:59 #6 CACHED 04:48:59 04:48:59 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:48:59 #7 DONE 0.0s 04:48:59 04:48:59 #8 exporting to image 04:48:59 #8 exporting layers done 04:48:59 #8 exporting manifest sha256:6070e0f7e069bfce68b4cb3aec52ca4d1e21f108655c1d86184f5a7756354f47 done 04:48:59 #8 exporting config sha256:e5f4a9760165f79d7ce7de635e846f308a5e41b9588212c5a671a30fc9ed3318 done 04:48:59 #8 exporting manifest sha256:a169f1012785ec2d5a2124501b4d4ae381984e20ae075c6313d1394253d8e57f done 04:48:59 #8 exporting config sha256:b87f08d986f45784fab3bd0dd6a307ca9f5ca751dd68db9b2d65eec6a4639c2b done 04:48:59 #8 exporting manifest list sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 done 04:48:59 #8 pushing layers 0.0s done 04:48:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 0.1s done 04:48:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:59 #8 DONE 0.1s 04:48:59 04:48:59 1 warning found (use --debug to expand): 04:48:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 --push - 04:48:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25' 04:48:59 #1 [internal] load build definition from Dockerfile 04:48:59 #1 transferring dockerfile: 178B done 04:48:59 #1 DONE 0.0s 04:48:59 04:48:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 04:48:59 #2 DONE 0.0s 04:48:59 04:48:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25 04:48:59 #3 DONE 0.0s 04:48:59 04:48:59 #4 [internal] load .dockerignore 04:48:59 #4 transferring context: 2B done 04:48:59 #4 DONE 0.0s 04:48:59 04:48:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:48:59 #5 CACHED 04:48:59 04:48:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:48:59 #6 CACHED 04:48:59 04:48:59 #7 exporting to image 04:48:59 #7 exporting layers done 04:48:59 #7 exporting manifest sha256:6070e0f7e069bfce68b4cb3aec52ca4d1e21f108655c1d86184f5a7756354f47 done 04:48:59 #7 exporting config sha256:e5f4a9760165f79d7ce7de635e846f308a5e41b9588212c5a671a30fc9ed3318 done 04:48:59 #7 exporting manifest sha256:a169f1012785ec2d5a2124501b4d4ae381984e20ae075c6313d1394253d8e57f done 04:48:59 #7 exporting config sha256:b87f08d986f45784fab3bd0dd6a307ca9f5ca751dd68db9b2d65eec6a4639c2b done 04:48:59 #7 exporting manifest list sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 done 04:48:59 #7 pushing layers 0.0s done 04:48:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 04:48:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:48:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.25@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 0.1s done 04:48:59 #7 DONE 0.1s 04:48:59 04:48:59 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:48:59 #8 DONE 0.0s 04:48:59 04:48:59 1 warning found (use --debug to expand): 04:48:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:48:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:48:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:48:59 #1 [internal] load build definition from Dockerfile 04:48:59 #1 transferring dockerfile: 219B done 04:48:59 #1 DONE 0.0s 04:48:59 04:48:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:59 #2 DONE 0.0s 04:48:59 04:48:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:48:59 #3 DONE 0.0s 04:48:59 04:48:59 #4 [internal] load .dockerignore 04:48:59 #4 transferring context: 2B done 04:48:59 #4 DONE 0.0s 04:48:59 04:48:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:48:59 #5 CACHED 04:48:59 04:48:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:48:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 0.0s done 04:48:59 #6 CACHED 04:48:59 04:48:59 #7 exporting to image 04:48:59 #7 exporting layers done 04:48:59 #7 exporting manifest sha256:6070e0f7e069bfce68b4cb3aec52ca4d1e21f108655c1d86184f5a7756354f47 done 04:48:59 #7 exporting config sha256:e5f4a9760165f79d7ce7de635e846f308a5e41b9588212c5a671a30fc9ed3318 done 04:48:59 #7 exporting manifest sha256:a169f1012785ec2d5a2124501b4d4ae381984e20ae075c6313d1394253d8e57f done 04:48:59 #7 exporting config sha256:b87f08d986f45784fab3bd0dd6a307ca9f5ca751dd68db9b2d65eec6a4639c2b done 04:48:59 #7 exporting manifest list sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 done 04:48:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:00 #7 pushing layers 0.0s done 04:49:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 0.1s done 04:49:00 #7 DONE 0.1s 04:49:00 04:49:00 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:49:00 #8 DONE 0.0s 04:49:00 04:49:00 1 warning found (use --debug to expand): 04:49:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 04:49:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 04:49:00 #1 [internal] load build definition from Dockerfile 04:49:00 #1 transferring dockerfile: 170B done 04:49:00 #1 DONE 0.0s 04:49:00 04:49:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:49:00 #2 DONE 0.0s 04:49:00 04:49:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:49:00 #3 DONE 0.0s 04:49:00 04:49:00 #4 [internal] load .dockerignore 04:49:00 #4 transferring context: 2B done 04:49:00 #4 DONE 0.0s 04:49:00 04:49:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:49:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d done 04:49:00 #5 CACHED 04:49:00 04:49:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 04:49:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:623a46e92738623288b0154b71ffcbb74f1d5c9bdc4caa818afe07edcc11b95d 0.0s done 04:49:00 #6 CACHED 04:49:00 04:49:00 #7 exporting to image 04:49:00 #7 exporting layers done 04:49:00 #7 exporting manifest sha256:6070e0f7e069bfce68b4cb3aec52ca4d1e21f108655c1d86184f5a7756354f47 done 04:49:00 #7 exporting config sha256:e5f4a9760165f79d7ce7de635e846f308a5e41b9588212c5a671a30fc9ed3318 done 04:49:00 #7 exporting manifest sha256:a169f1012785ec2d5a2124501b4d4ae381984e20ae075c6313d1394253d8e57f done 04:49:00 #7 exporting config sha256:b87f08d986f45784fab3bd0dd6a307ca9f5ca751dd68db9b2d65eec6a4639c2b done 04:49:00 #7 exporting manifest list sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 done 04:49:00 #7 pushing layers 0.0s done 04:49:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 04:49:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:132c3190681d7300fa4a2badfcea484290cbf1e16008ff04164f8a9aebaff0d6 0.1s done 04:49:00 #7 DONE 0.1s 04:49:00 04:49:00 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:49:00 #8 DONE 0.0s 04:49:00 04:49:00 1 warning found (use --debug to expand): 04:49:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:49:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:49:00 #1 [internal] load build definition from Dockerfile 04:49:00 #1 transferring dockerfile: 206B 0.0s done 04:49:00 #1 DONE 0.0s 04:49:00 04:49:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 04:49:00 #2 DONE 0.0s 04:49:00 04:49:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9 04:49:00 #3 DONE 0.0s 04:49:00 04:49:00 #4 [internal] load .dockerignore 04:49:00 #4 transferring context: 2B done 04:49:00 #4 DONE 0.0s 04:49:01 04:49:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:01 #5 ... 04:49:01 04:49:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 done 04:49:01 #6 DONE 0.1s 04:49:01 04:49:01 #7 exporting to image 04:49:01 #7 exporting layers done 04:49:01 #7 exporting manifest sha256:f83980a26ab48f892d57ce716c19100b002b8825aee1366e72ec4bfdf08f60af done 04:49:01 #7 exporting config sha256:22ea7ca21105a6e2ebec6025077822db90b1b7b0afb6fb819b51871e9f9a0748 done 04:49:01 #7 exporting manifest sha256:1a2bf79008313e0177583bea207b352f40add1e40480a00b7c2f8a79d862b0dc done 04:49:01 #7 exporting config sha256:09da6351f5001443d828b2fbe991413acd2cbf0025f37b53d305ea9b793fb587 done 04:49:01 #7 exporting manifest list sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 04:49:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:01 #7 ... 04:49:01 04:49:01 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:49:01 #8 DONE 0.0s 04:49:01 04:49:01 #7 exporting to image 04:49:01 #7 exporting manifest list sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 0.0s done 04:49:01 #7 pushing layers 0.1s done 04:49:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 04:49:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 0.1s done 04:49:01 #7 DONE 0.2s 04:49:01 04:49:01 1 warning found (use --debug to expand): 04:49:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 04:49:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 04:49:01 #1 [internal] load build definition from Dockerfile 04:49:01 #1 transferring dockerfile: 172B done 04:49:01 #1 DONE 0.0s 04:49:01 04:49:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:49:01 #2 DONE 0.0s 04:49:01 04:49:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:49:01 #3 DONE 0.0s 04:49:01 04:49:01 #4 [internal] load .dockerignore 04:49:01 #4 transferring context: 2B done 04:49:01 #4 DONE 0.0s 04:49:01 04:49:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 done 04:49:01 #5 CACHED 04:49:01 04:49:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 done 04:49:01 #6 CACHED 04:49:01 04:49:01 #7 exporting to image 04:49:01 #7 exporting layers done 04:49:01 #7 exporting manifest sha256:f83980a26ab48f892d57ce716c19100b002b8825aee1366e72ec4bfdf08f60af done 04:49:01 #7 exporting config sha256:22ea7ca21105a6e2ebec6025077822db90b1b7b0afb6fb819b51871e9f9a0748 done 04:49:01 #7 exporting manifest sha256:1a2bf79008313e0177583bea207b352f40add1e40480a00b7c2f8a79d862b0dc done 04:49:01 #7 exporting config sha256:09da6351f5001443d828b2fbe991413acd2cbf0025f37b53d305ea9b793fb587 done 04:49:01 #7 exporting manifest list sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 done 04:49:01 #7 pushing layers 0.0s done 04:49:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 04:49:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 0.1s done 04:49:02 #7 DONE 0.1s 04:49:02 04:49:02 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:49:02 #8 DONE 0.0s 04:49:02 04:49:02 1 warning found (use --debug to expand): 04:49:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25' 04:49:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 --push - 04:49:02 #1 [internal] load build definition from Dockerfile 04:49:02 #1 transferring dockerfile: 178B done 04:49:02 #1 DONE 0.0s 04:49:02 04:49:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 04:49:02 #2 DONE 0.0s 04:49:02 04:49:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25 04:49:02 #3 DONE 0.0s 04:49:02 04:49:02 #4 [internal] load .dockerignore 04:49:02 #4 transferring context: 2B done 04:49:02 #4 DONE 0.0s 04:49:02 04:49:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 0.0s done 04:49:02 #5 CACHED 04:49:02 04:49:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 0.0s done 04:49:02 #6 CACHED 04:49:02 04:49:02 #7 exporting to image 04:49:02 #7 exporting layers done 04:49:02 #7 exporting manifest sha256:f83980a26ab48f892d57ce716c19100b002b8825aee1366e72ec4bfdf08f60af done 04:49:02 #7 exporting config sha256:22ea7ca21105a6e2ebec6025077822db90b1b7b0afb6fb819b51871e9f9a0748 done 04:49:02 #7 exporting manifest sha256:1a2bf79008313e0177583bea207b352f40add1e40480a00b7c2f8a79d862b0dc done 04:49:02 #7 exporting config sha256:09da6351f5001443d828b2fbe991413acd2cbf0025f37b53d305ea9b793fb587 done 04:49:02 #7 exporting manifest list sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 done 04:49:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:02 #7 pushing layers 0.0s done 04:49:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.25@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 0.1s done 04:49:02 #7 DONE 0.1s 04:49:02 04:49:02 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:49:02 #8 DONE 0.0s 04:49:02 04:49:02 1 warning found (use --debug to expand): 04:49:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:49:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:49:02 #1 [internal] load build definition from Dockerfile 04:49:02 #1 transferring dockerfile: 219B done 04:49:02 #1 DONE 0.0s 04:49:02 04:49:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:49:02 #2 DONE 0.0s 04:49:02 04:49:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:49:02 #3 DONE 0.0s 04:49:02 04:49:02 #4 [internal] load .dockerignore 04:49:02 #4 transferring context: 2B done 04:49:02 #4 DONE 0.0s 04:49:02 04:49:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 done 04:49:02 #5 CACHED 04:49:02 04:49:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 done 04:49:02 #6 CACHED 04:49:02 04:49:02 #7 exporting to image 04:49:02 #7 exporting layers done 04:49:02 #7 exporting manifest sha256:f83980a26ab48f892d57ce716c19100b002b8825aee1366e72ec4bfdf08f60af done 04:49:02 #7 exporting config sha256:22ea7ca21105a6e2ebec6025077822db90b1b7b0afb6fb819b51871e9f9a0748 done 04:49:02 #7 exporting manifest sha256:1a2bf79008313e0177583bea207b352f40add1e40480a00b7c2f8a79d862b0dc done 04:49:02 #7 exporting config sha256:09da6351f5001443d828b2fbe991413acd2cbf0025f37b53d305ea9b793fb587 done 04:49:02 #7 exporting manifest list sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 done 04:49:02 #7 pushing layers 0.0s done 04:49:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 04:49:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 0.1s done 04:49:03 #7 DONE 0.1s 04:49:03 04:49:03 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:49:03 #8 DONE 0.0s 04:49:03 04:49:03 1 warning found (use --debug to expand): 04:49:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 04:49:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 04:49:03 #1 [internal] load build definition from Dockerfile 04:49:03 #1 transferring dockerfile: 170B done 04:49:03 #1 DONE 0.0s 04:49:03 04:49:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:49:03 #2 DONE 0.0s 04:49:03 04:49:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:49:03 #3 DONE 0.0s 04:49:03 04:49:03 #4 [internal] load .dockerignore 04:49:03 #4 transferring context: 2B done 04:49:03 #4 DONE 0.0s 04:49:03 04:49:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 done 04:49:03 #5 CACHED 04:49:03 04:49:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 04:49:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f9a175896e9034048099e9954857cb3b2a39970abe9ccc83dbd4f082338279a7 0.0s done 04:49:03 #6 CACHED 04:49:03 04:49:03 #7 exporting to image 04:49:03 #7 exporting layers done 04:49:03 #7 exporting manifest sha256:f83980a26ab48f892d57ce716c19100b002b8825aee1366e72ec4bfdf08f60af done 04:49:03 #7 exporting config sha256:22ea7ca21105a6e2ebec6025077822db90b1b7b0afb6fb819b51871e9f9a0748 done 04:49:03 #7 exporting manifest sha256:1a2bf79008313e0177583bea207b352f40add1e40480a00b7c2f8a79d862b0dc done 04:49:03 #7 exporting config sha256:09da6351f5001443d828b2fbe991413acd2cbf0025f37b53d305ea9b793fb587 done 04:49:03 #7 exporting manifest list sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 done 04:49:03 #7 pushing layers 0.0s done 04:49:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 04:49:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:197f04ec98023cd63c6651a88fce5e30d01caed2b623cbddc4b33582ac9a5fa7 0.1s done 04:49:03 #7 DONE 0.1s 04:49:03 04:49:03 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:49:03 #8 DONE 0.0s 04:49:03 04:49:03 1 warning found (use --debug to expand): 04:49:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:49:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:49:04 #1 [internal] load build definition from Dockerfile 04:49:04 #1 transferring dockerfile: 206B done 04:49:04 #1 DONE 0.0s 04:49:04 04:49:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 04:49:04 #2 DONE 0.0s 04:49:04 04:49:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9 04:49:04 #3 DONE 0.0s 04:49:04 04:49:04 #4 [internal] load .dockerignore 04:49:04 #4 transferring context: 2B done 04:49:04 #4 DONE 0.0s 04:49:04 04:49:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:04 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:04 #5 DONE 0.0s 04:49:04 04:49:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:04 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 0.0s done 04:49:04 #6 DONE 0.0s 04:49:04 04:49:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:04 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:04 #5 DONE 0.1s 04:49:04 04:49:04 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:49:04 #7 DONE 0.0s 04:49:04 04:49:04 #8 exporting to image 04:49:04 #8 exporting layers done 04:49:04 #8 exporting manifest sha256:0deeeb477921d396a50774b85c7397698bb695ed9a01b8fbd38d29df39f4e876 done 04:49:04 #8 exporting config sha256:c97ab72e360cfb99d0e5d6f9bd8cea5228d6b547b86233a1d5e02a11b04259c4 done 04:49:04 #8 exporting manifest sha256:69bc8ec83915165b6c7e8b75a2fe0ddded1c95dadee4e27d49c35110ed749e29 done 04:49:04 #8 exporting config sha256:09f4c2e8efcde25a95edac1104e94cf204c7397f864009da33649beb06c6869b done 04:49:04 #8 exporting manifest list sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 done 04:49:04 #8 pushing layers 0.1s done 04:49:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 04:49:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 0.1s done 04:49:04 #8 DONE 0.2s 04:49:04 04:49:04 1 warning found (use --debug to expand): 04:49:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 04:49:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 04:49:04 #1 [internal] load build definition from Dockerfile 04:49:04 #1 transferring dockerfile: 172B done 04:49:04 #1 DONE 0.0s 04:49:04 04:49:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:49:04 #2 DONE 0.0s 04:49:04 04:49:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:49:04 #3 DONE 0.0s 04:49:04 04:49:04 #4 [internal] load .dockerignore 04:49:04 #4 transferring context: 2B done 04:49:04 #4 DONE 0.0s 04:49:04 04:49:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:04 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:04 #5 CACHED 04:49:04 04:49:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:04 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:04 #6 CACHED 04:49:04 04:49:04 #7 exporting to image 04:49:04 #7 exporting layers 04:49:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:05 #7 exporting layers done 04:49:05 #7 exporting manifest sha256:0deeeb477921d396a50774b85c7397698bb695ed9a01b8fbd38d29df39f4e876 done 04:49:05 #7 exporting config sha256:c97ab72e360cfb99d0e5d6f9bd8cea5228d6b547b86233a1d5e02a11b04259c4 done 04:49:05 #7 exporting manifest sha256:69bc8ec83915165b6c7e8b75a2fe0ddded1c95dadee4e27d49c35110ed749e29 done 04:49:05 #7 exporting config sha256:09f4c2e8efcde25a95edac1104e94cf204c7397f864009da33649beb06c6869b done 04:49:05 #7 exporting manifest list sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 done 04:49:05 #7 pushing layers 0.0s done 04:49:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 0.1s done 04:49:05 #7 DONE 0.1s 04:49:05 04:49:05 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:49:05 #8 DONE 0.0s 04:49:05 04:49:05 1 warning found (use --debug to expand): 04:49:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25' 04:49:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 --push - 04:49:05 #1 [internal] load build definition from Dockerfile 04:49:05 #1 transferring dockerfile: 178B done 04:49:05 #1 DONE 0.0s 04:49:05 04:49:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 04:49:05 #2 DONE 0.0s 04:49:05 04:49:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25 04:49:05 #3 DONE 0.0s 04:49:05 04:49:05 #4 [internal] load .dockerignore 04:49:05 #4 transferring context: 2B done 04:49:05 #4 DONE 0.0s 04:49:05 04:49:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:05 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 0.0s done 04:49:05 #5 CACHED 04:49:05 04:49:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:05 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 0.0s done 04:49:05 #6 CACHED 04:49:05 04:49:05 #7 exporting to image 04:49:05 #7 exporting layers done 04:49:05 #7 exporting manifest sha256:0deeeb477921d396a50774b85c7397698bb695ed9a01b8fbd38d29df39f4e876 done 04:49:05 #7 exporting config sha256:c97ab72e360cfb99d0e5d6f9bd8cea5228d6b547b86233a1d5e02a11b04259c4 done 04:49:05 #7 exporting manifest sha256:69bc8ec83915165b6c7e8b75a2fe0ddded1c95dadee4e27d49c35110ed749e29 done 04:49:05 #7 exporting config sha256:09f4c2e8efcde25a95edac1104e94cf204c7397f864009da33649beb06c6869b done 04:49:05 #7 exporting manifest list sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 done 04:49:05 #7 pushing layers 0.0s done 04:49:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 04:49:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.25@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 0.1s done 04:49:05 #7 DONE 0.1s 04:49:05 04:49:05 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:49:05 #8 DONE 0.0s 04:49:05 04:49:05 1 warning found (use --debug to expand): 04:49:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:49:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:49:05 #1 [internal] load build definition from Dockerfile 04:49:05 #1 transferring dockerfile: 219B done 04:49:05 #1 DONE 0.0s 04:49:05 04:49:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:49:05 #2 DONE 0.0s 04:49:05 04:49:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:49:05 #3 DONE 0.0s 04:49:05 04:49:05 #4 [internal] load .dockerignore 04:49:05 #4 transferring context: 2B done 04:49:05 #4 DONE 0.0s 04:49:05 04:49:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:05 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:05 #5 CACHED 04:49:05 04:49:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:05 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:05 #6 CACHED 04:49:05 04:49:05 #7 exporting to image 04:49:05 #7 exporting layers done 04:49:05 #7 exporting manifest sha256:0deeeb477921d396a50774b85c7397698bb695ed9a01b8fbd38d29df39f4e876 done 04:49:05 #7 exporting config sha256:c97ab72e360cfb99d0e5d6f9bd8cea5228d6b547b86233a1d5e02a11b04259c4 done 04:49:05 #7 exporting manifest sha256:69bc8ec83915165b6c7e8b75a2fe0ddded1c95dadee4e27d49c35110ed749e29 done 04:49:05 #7 exporting config sha256:09f4c2e8efcde25a95edac1104e94cf204c7397f864009da33649beb06c6869b done 04:49:05 #7 exporting manifest list sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 done 04:49:05 #7 pushing layers 0.0s done 04:49:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 04:49:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 0.1s done 04:49:06 #7 DONE 0.1s 04:49:06 04:49:06 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:49:06 #8 DONE 0.0s 04:49:06 04:49:06 1 warning found (use --debug to expand): 04:49:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 04:49:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 04:49:06 #1 [internal] load build definition from Dockerfile 04:49:06 #1 transferring dockerfile: 170B done 04:49:06 #1 DONE 0.0s 04:49:06 04:49:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:49:06 #2 DONE 0.0s 04:49:06 04:49:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:49:06 #3 DONE 0.0s 04:49:06 04:49:06 #4 [internal] load .dockerignore 04:49:06 #4 transferring context: 2B done 04:49:06 #4 DONE 0.0s 04:49:06 04:49:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:06 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c done 04:49:06 #5 CACHED 04:49:06 04:49:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 04:49:06 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:10104e1ce94ceb3a9fc7c22d89669a66db07ba6d44f2ac7b47c17dd1ef09375c 0.0s done 04:49:06 #6 CACHED 04:49:06 04:49:06 #7 exporting to image 04:49:06 #7 exporting layers done 04:49:06 #7 exporting manifest sha256:0deeeb477921d396a50774b85c7397698bb695ed9a01b8fbd38d29df39f4e876 done 04:49:06 #7 exporting config sha256:c97ab72e360cfb99d0e5d6f9bd8cea5228d6b547b86233a1d5e02a11b04259c4 done 04:49:06 #7 exporting manifest sha256:69bc8ec83915165b6c7e8b75a2fe0ddded1c95dadee4e27d49c35110ed749e29 done 04:49:06 #7 exporting config sha256:09f4c2e8efcde25a95edac1104e94cf204c7397f864009da33649beb06c6869b done 04:49:06 #7 exporting manifest list sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 done 04:49:06 #7 pushing layers 0.0s done 04:49:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 04:49:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5b1c788e9d90a4dcaf90e81ec55ba084fccec177ffa2f9ae067dcc98dba771d0 0.1s done 04:49:06 #7 DONE 0.1s 04:49:06 04:49:06 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:49:06 #8 DONE 0.0s 04:49:06 04:49:06 1 warning found (use --debug to expand): 04:49:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9' 04:49:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 --push - 04:49:07 #1 [internal] load build definition from Dockerfile 04:49:07 #1 transferring dockerfile: 202B done 04:49:07 #1 DONE 0.0s 04:49:07 04:49:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 04:49:07 #2 DONE 0.0s 04:49:07 04:49:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9 04:49:07 #3 DONE 0.0s 04:49:07 04:49:07 #4 [internal] load .dockerignore 04:49:07 #4 transferring context: 2B done 04:49:07 #4 DONE 0.0s 04:49:07 04:49:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:07 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 done 04:49:07 #5 DONE 0.0s 04:49:07 04:49:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:07 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 0.0s done 04:49:07 #6 DONE 0.0s 04:49:07 04:49:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:07 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 done 04:49:07 #5 DONE 0.1s 04:49:07 04:49:07 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:49:07 #7 DONE 0.0s 04:49:07 04:49:07 #8 exporting to image 04:49:07 #8 exporting layers done 04:49:07 #8 exporting manifest sha256:1a24402c5db033c318e04dd2fab53aa5cd400867a8fc8c94eb26799ad0dcf08d done 04:49:07 #8 exporting config sha256:f3bb49e089c67258fabb546b2b340459b319db96e759d3fe8eeb407d46202ca4 done 04:49:07 #8 exporting manifest sha256:8cdbba5c3b99a80e66172d1d2c823a6e1f9db1e27a025652b5f0fb94907a670f done 04:49:07 #8 exporting config sha256:baaaaccfefe3f149cb82ba745bee38dc8577ce5c763a4bf6434b598ae6478988 done 04:49:07 #8 exporting manifest list sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca done 04:49:07 #8 pushing layers 0.1s done 04:49:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9@sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca 0.1s done 04:49:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:07 #8 DONE 0.2s 04:49:07 04:49:07 1 warning found (use --debug to expand): 04:49:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 04:49:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 04:49:07 #1 [internal] load build definition from Dockerfile 04:49:07 #1 transferring dockerfile: 168B done 04:49:07 #1 DONE 0.0s 04:49:07 04:49:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:49:07 #2 DONE 0.0s 04:49:07 04:49:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:49:07 #3 DONE 0.0s 04:49:07 04:49:07 #4 [internal] load .dockerignore 04:49:07 #4 transferring context: 2B done 04:49:07 #4 DONE 0.0s 04:49:07 04:49:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:07 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 done 04:49:07 #5 DONE 0.0s 04:49:07 04:49:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:08 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 done 04:49:08 #6 CACHED 04:49:08 04:49:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:08 #5 CACHED 04:49:08 04:49:08 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:49:08 #7 DONE 0.0s 04:49:08 04:49:08 #8 exporting to image 04:49:08 #8 exporting layers done 04:49:08 #8 exporting manifest sha256:1a24402c5db033c318e04dd2fab53aa5cd400867a8fc8c94eb26799ad0dcf08d done 04:49:08 #8 exporting config sha256:f3bb49e089c67258fabb546b2b340459b319db96e759d3fe8eeb407d46202ca4 done 04:49:08 #8 exporting manifest sha256:8cdbba5c3b99a80e66172d1d2c823a6e1f9db1e27a025652b5f0fb94907a670f done 04:49:08 #8 exporting config sha256:baaaaccfefe3f149cb82ba745bee38dc8577ce5c763a4bf6434b598ae6478988 done 04:49:08 #8 exporting manifest list sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca done 04:49:08 #8 pushing layers 0.0s done 04:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca 0.1s done 04:49:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:08 #8 DONE 0.1s 04:49:08 04:49:08 1 warning found (use --debug to expand): 04:49:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25' 04:49:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 --push - 04:49:08 #1 [internal] load build definition from Dockerfile 04:49:08 #1 transferring dockerfile: 174B done 04:49:08 #1 DONE 0.0s 04:49:08 04:49:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 04:49:08 #2 DONE 0.0s 04:49:08 04:49:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25 04:49:08 #3 DONE 0.0s 04:49:08 04:49:08 #4 [internal] load .dockerignore 04:49:08 #4 transferring context: 2B done 04:49:08 #4 DONE 0.0s 04:49:08 04:49:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:08 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 0.0s done 04:49:08 #5 CACHED 04:49:08 04:49:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:08 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 0.0s done 04:49:08 #6 CACHED 04:49:08 04:49:08 #7 exporting to image 04:49:08 #7 exporting layers done 04:49:08 #7 exporting manifest sha256:1a24402c5db033c318e04dd2fab53aa5cd400867a8fc8c94eb26799ad0dcf08d done 04:49:08 #7 exporting config sha256:f3bb49e089c67258fabb546b2b340459b319db96e759d3fe8eeb407d46202ca4 done 04:49:08 #7 exporting manifest sha256:8cdbba5c3b99a80e66172d1d2c823a6e1f9db1e27a025652b5f0fb94907a670f done 04:49:08 #7 exporting config sha256:baaaaccfefe3f149cb82ba745bee38dc8577ce5c763a4bf6434b598ae6478988 done 04:49:08 #7 exporting manifest list sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca done 04:49:08 #7 pushing layers 0.0s done 04:49:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25@sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca 04:49:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.25@sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca 0.1s done 04:49:08 #7 DONE 0.1s 04:49:08 04:49:08 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:49:08 #8 DONE 0.0s 04:49:08 04:49:08 1 warning found (use --debug to expand): 04:49:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25' 04:49:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 --push - 04:49:08 #1 [internal] load build definition from Dockerfile 04:49:08 #1 transferring dockerfile: 215B done 04:49:08 #1 DONE 0.0s 04:49:08 04:49:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:49:08 #2 DONE 0.0s 04:49:08 04:49:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 04:49:08 #3 DONE 0.0s 04:49:08 04:49:08 #4 [internal] load .dockerignore 04:49:08 #4 transferring context: 2B done 04:49:08 #4 DONE 0.0s 04:49:08 04:49:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:08 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 done 04:49:08 #5 CACHED 04:49:08 04:49:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:08 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 0.0s done 04:49:08 #6 CACHED 04:49:08 04:49:08 #7 exporting to image 04:49:08 #7 exporting layers done 04:49:08 #7 exporting manifest sha256:1a24402c5db033c318e04dd2fab53aa5cd400867a8fc8c94eb26799ad0dcf08d done 04:49:08 #7 exporting config sha256:f3bb49e089c67258fabb546b2b340459b319db96e759d3fe8eeb407d46202ca4 done 04:49:08 #7 exporting manifest sha256:8cdbba5c3b99a80e66172d1d2c823a6e1f9db1e27a025652b5f0fb94907a670f done 04:49:08 #7 exporting config sha256:baaaaccfefe3f149cb82ba745bee38dc8577ce5c763a4bf6434b598ae6478988 done 04:49:08 #7 exporting manifest list sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca done 04:49:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:09 #7 pushing layers 0.0s done 04:49:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25@sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca 0.1s done 04:49:09 #7 DONE 0.1s 04:49:09 04:49:09 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:49:09 #8 DONE 0.0s 04:49:09 04:49:09 1 warning found (use --debug to expand): 04:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 04:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 04:49:09 #1 [internal] load build definition from Dockerfile 04:49:09 #1 transferring dockerfile: 166B done 04:49:09 #1 DONE 0.0s 04:49:09 04:49:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:49:09 #2 DONE 0.0s 04:49:09 04:49:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:49:09 #3 DONE 0.0s 04:49:09 04:49:09 #4 [internal] load .dockerignore 04:49:09 #4 transferring context: 2B done 04:49:09 #4 DONE 0.0s 04:49:09 04:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:09 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 0.0s done 04:49:09 #5 CACHED 04:49:09 04:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 04:49:09 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:c9ead47918bfcb06e68ee6457008371d7a857b161f1a1e43abcce696bd7f2e66 0.0s done 04:49:09 #6 CACHED 04:49:09 04:49:09 #7 exporting to image 04:49:09 #7 exporting layers done 04:49:09 #7 exporting manifest sha256:1a24402c5db033c318e04dd2fab53aa5cd400867a8fc8c94eb26799ad0dcf08d 04:49:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:49:09 #7 exporting manifest sha256:1a24402c5db033c318e04dd2fab53aa5cd400867a8fc8c94eb26799ad0dcf08d done 04:49:09 #7 exporting config sha256:f3bb49e089c67258fabb546b2b340459b319db96e759d3fe8eeb407d46202ca4 done 04:49:09 #7 exporting manifest sha256:8cdbba5c3b99a80e66172d1d2c823a6e1f9db1e27a025652b5f0fb94907a670f done 04:49:09 #7 exporting config sha256:baaaaccfefe3f149cb82ba745bee38dc8577ce5c763a4bf6434b598ae6478988 done 04:49:09 #7 exporting manifest list sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca done 04:49:09 #7 pushing layers 0.0s done 04:49:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:216bb3e100f9ba0cd0e0b5f3c16142757de99b2ad4179be9c68acc48b362c4ca 0.1s done 04:49:09 #7 DONE 0.1s 04:49:09 04:49:09 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:49:09 #8 DONE 0.0s 04:49:09 04:49:09 1 warning found (use --debug to expand): 04:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:49:10 + '[' -d /w/workspace/edgex-go/856/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:49:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:10 ---> package-listing.sh 04:49:10 ++ facter osfamily 04:49:10 ++ tr '[:upper:]' '[:lower:]' 04:49:11 + OS_FAMILY=redhat 04:49:11 + workspace=/w/workspace/edgex-go/856 04:49:11 + START_PACKAGES=/tmp/packages_start.txt 04:49:11 + END_PACKAGES=/tmp/packages_end.txt 04:49:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:11 + PACKAGES=/tmp/packages_start.txt 04:49:11 + '[' /w/workspace/edgex-go/856 ']' 04:49:11 + PACKAGES=/tmp/packages_end.txt 04:49:11 + case "${OS_FAMILY}" in 04:49:11 + rpm -qa 04:49:11 + sort 04:49:11 + '[' -f /tmp/packages_start.txt ']' 04:49:11 + '[' -f /tmp/packages_end.txt ']' 04:49:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:11 + '[' /w/workspace/edgex-go/856 ']' 04:49:11 + mkdir -p /w/workspace/edgex-go/856/archives/ 04:49:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/856/archives/ [Pipeline] echo 04:49:11 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/856/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:49:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:49:12 04:49:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:49:12 latest: Pulling from edgex-lftools-log-publisher 04:49:12 5eb5b503b376: Pulling fs layer 04:49:12 5c69ac0246d0: Pulling fs layer 04:49:12 ec43610c2a17: Pulling fs layer 04:49:12 3a2ae6a8a46f: Pulling fs layer 04:49:12 33b1e0a273af: Pulling fs layer 04:49:12 5d3b04190fa2: Pulling fs layer 04:49:12 2f39f015ded8: Pulling fs layer 04:49:12 33b1e0a273af: Waiting 04:49:12 5d3b04190fa2: Waiting 04:49:12 2f39f015ded8: Waiting 04:49:12 3a2ae6a8a46f: Waiting 04:49:12 5c69ac0246d0: Verifying Checksum 04:49:12 5c69ac0246d0: Download complete 04:49:12 3a2ae6a8a46f: Verifying Checksum 04:49:12 3a2ae6a8a46f: Download complete 04:49:12 33b1e0a273af: Verifying Checksum 04:49:12 33b1e0a273af: Download complete 04:49:12 ec43610c2a17: Verifying Checksum 04:49:12 ec43610c2a17: Download complete 04:49:12 5d3b04190fa2: Verifying Checksum 04:49:12 5d3b04190fa2: Download complete 04:49:13 5eb5b503b376: Verifying Checksum 04:49:13 5eb5b503b376: Download complete 04:49:13 2f39f015ded8: Verifying Checksum 04:49:13 2f39f015ded8: Download complete 04:49:14 5eb5b503b376: Pull complete 04:49:14 5c69ac0246d0: Pull complete 04:49:15 ec43610c2a17: Pull complete 04:49:15 3a2ae6a8a46f: Pull complete 04:49:15 33b1e0a273af: Pull complete 04:49:15 5d3b04190fa2: Pull complete 04:49:19 2f39f015ded8: Pull complete 04:49:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:49:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:49:19 prd-centos7-docker-4c-2g-3496 does not seem to be running inside a container 04:49:19 $ 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/856/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 04:49:22 $ docker top 6048a13230f7cdfd15ea9733c5a1ff503f6649f8f9ddc3d82357714792ff5ae0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:23 + touch /tmp/pre-build-complete [Pipeline] sh 04:49:23 + mkdir -p /var/log/sysstat [Pipeline] sh 04:49:23 + ls /var/log/sa-host 04:49:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:49:23 provisioning config files... 04:49:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1256569642680916802tmp [Pipeline] { [Pipeline] echo 04:49:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:49:24 ---> create-netrc.sh [Pipeline] } 04:49:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:49:24 ---> python-tools-install.sh [Pipeline] echo 04:49:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:49:24 ---> sudo-logs.sh 04:49:24 Archiving 'sudo' log.. 04:49:24 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:49:24 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 04:49:24 $ docker stop --time=1 6048a13230f7cdfd15ea9733c5a1ff503f6649f8f9ddc3d82357714792ff5ae0 04:49:25 $ docker rm -f --volumes 6048a13230f7cdfd15ea9733c5a1ff503f6649f8f9ddc3d82357714792ff5ae0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 04:49:26 [WS-CLEANUP] Deleting project workspace... 04:49:26 [WS-CLEANUP] Deferred wipeout is used... 04:49:26 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:01:35 #136 ... 05:01:35 05:01:35 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:01:35 #147 DONE 1060.1s 05:01:35 05:01:35 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:01:35 #153 ... 05:01:35 05:01:35 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:01:35 #155 DONE 0.2s 05:01:35 05:01:35 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:01:35 #156 DONE 0.1s 05:01:35 05:01:35 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:01:35 #157 DONE 0.3s 05:01:35 05:01:35 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:01:35 #158 DONE 0.1s 05:01:35 05:01:35 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:01:35 #159 DONE 0.2s 05:01:35 05:01:35 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:01:35 #160 DONE 2.5s 05:01:35 05:01:35 #112 [core-common-config-bootstrapper] exporting to image 05:01:35 #112 exporting layers 05:01:35 #112 exporting layers 0.7s done 05:01:35 #112 writing image sha256:71de5def9dd67748b74576d0cb61ae4f3a3dfb0f142eacd46f74b8c9bb371d34 done 05:01:35 #112 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:01:35 #112 DONE 4.8s 05:01:35 05:01:35 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:01:37 #62 ... 05:01:37 05:01:37 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:01:37 #148 DONE 1072.0s 05:01:37 05:01:37 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:01:38 #161 DONE 0.4s 05:01:38 05:01:38 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:01:40 #162 DONE 2.5s 05:01:40 05:01:40 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:01:40 #146 ... 05:01:40 05:01:40 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:01:41 #163 DONE 0.3s 05:01:41 05:01:41 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:01:41 #153 ... 05:01:41 05:01:41 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:01:41 #164 DONE 0.2s 05:01:41 05:01:41 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:01:41 #165 DONE 0.3s 05:01:41 05:01:41 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:01:41 #166 DONE 0.1s 05:01:41 05:01: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/ 05:01:41 #167 DONE 0.1s 05:01:41 05:01: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/ 05:01:41 #168 DONE 0.1s 05:01:41 05:01:41 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:01:42 #146 ... 05:01:42 05:01:42 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:01:42 #169 DONE 0.1s 05:01:42 05:01:42 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:01:42 #170 DONE 0.1s 05:01:42 05:01:42 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:01:42 #152 ... 05:01:42 05:01:42 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:01:44 #171 DONE 2.1s 05:01:44 05:01:44 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:01:44 #145 ... 05:01:44 05:01:44 #112 [security-bootstrapper] exporting to image 05:01:44 #112 exporting layers 05:01:45 #112 exporting layers 0.9s done 05:01:45 #112 writing image sha256:665a7eddebc043871540a0d9f4d3bc83c58e6a3054187044da4e047fb8316ab1 done 05:01:45 #112 naming to docker.io/library/security-bootstrapper-arm64 done 05:01:45 #112 DONE 5.7s 05:01:45 05:01:45 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:16:07 #136 ... 05:16:07 05:16:07 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:16:07 #152 DONE 1934.5s 05:16:07 05:16:07 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:16:07 #144 ... 05:16:07 05:16:07 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:16:07 #172 DONE 0.1s 05:16:07 05:16:07 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:16:07 #151 ... 05:16:07 05:16:07 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:16:07 #173 DONE 0.3s 05:16:07 05:16:07 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:16:07 #146 ... 05:16:07 05:16:07 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:16:07 #174 DONE 0.4s 05:16:07 05:16:07 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:16:07 #33 ... 05:16:07 05:16:07 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:16:07 #175 DONE 0.2s 05:16:07 05:16:07 #112 [core-command] exporting to image 05:16:07 #112 exporting layers 05:16:07 #112 exporting layers 0.4s done 05:16:07 #112 writing image sha256:5166a62e1c5c48d55d294bf05f67a1a858643b0bef355d227c35c4461bf64d55 done 05:16:07 #112 naming to docker.io/library/core-command-arm64 0.0s done 05:16:07 #112 DONE 6.1s 05:16:07 05:16:07 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:16:34 #150 1964.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.25 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:16:34 #150 ... 05:16:34 05:16:34 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:16:34 #144 DONE 1965.2s 05:16:34 05:16:34 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:16:34 #136 ... 05:16:34 05:16:34 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:16:34 #176 DONE 0.4s 05:16:34 05:16:34 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:16:34 #177 DONE 0.3s 05:16:34 05:16:34 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:16:34 #178 DONE 0.1s 05:16:34 05:16:34 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:16:34 #47 ... 05:16:34 05:16:34 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:16:34 #179 DONE 0.1s 05:16:34 05:16:34 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:16:34 #180 DONE 0.3s 05:16:34 05:16:34 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:16:34 #181 DONE 0.1s 05:16:34 05:16:34 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:16:34 #47 ... 05:16:34 05:16:34 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:16:34 #182 DONE 1.9s 05:16:34 05:16:34 #112 [security-proxy-setup] exporting to image 05:16:34 #112 exporting layers 05:16:35 #112 exporting layers 0.8s done 05:16:35 #112 writing image sha256:43f5762e5d0e706aad6063762c5309d0f753ffb4ce2e34f6d5a0bd2dd86a2da4 done 05:16:35 #112 naming to docker.io/library/security-proxy-setup-arm64 done 05:16:35 #112 DONE 7.0s 05:16:35 05:16:35 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:17:02 #146 ... 05:17:02 05:17:02 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:17:02 #150 DONE 1995.5s 05:17:02 05:17:02 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:17:02 #33 ... 05:17:02 05:17:02 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:17:02 #183 DONE 0.2s 05:17:02 05:17:02 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:17:02 #184 DONE 0.4s 05:17:02 05:17:02 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:17:02 #146 ... 05:17:02 05:17:02 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:17:02 #185 DONE 0.2s 05:17:02 05:17:02 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 05:17:02 #186 DONE 0.1s 05:17:02 05:17:02 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:17:03 #187 DONE 0.1s 05:17:03 05:17:03 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:17:03 #188 DONE 0.3s 05:17:03 05:17:03 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:17:04 #189 DONE 0.4s 05:17:04 05:17:04 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:17:04 #190 DONE 0.1s 05:17:04 05:17:04 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:17:06 #191 DONE 2.0s 05:17:06 05:17:06 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:17:06 #33 ... 05:17:06 05:17:06 #112 [security-secretstore-setup] exporting to image 05:17:06 #112 exporting layers 05:17:07 #112 exporting layers 1.5s done 05:17:07 #112 writing image sha256:59f3609bdf84b95d10e036477e4b10af0b04d5e28dd09cff01c4528ed508c28d 0.0s done 05:17:07 #112 naming to docker.io/library/security-secretstore-setup-arm64 done 05:17:07 #112 DONE 8.5s 05:17:07 05:17:07 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:18:15 #62 ... 05:18:15 05:18:15 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:18:15 #151 DONE 2065.6s 05:18:15 05:18:15 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:18:15 #47 ... 05:18:15 05:18:15 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:18:15 #192 DONE 0.2s 05:18:15 05:18:15 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:18:15 #62 ... 05:18:15 05:18:15 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:18:15 #193 DONE 0.1s 05:18:15 05:18:15 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:18:15 #194 DONE 0.3s 05:18:15 05:18:15 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:18:15 #195 DONE 0.1s 05:18:15 05:18:15 #112 [security-spiffe-token-provider] exporting to image 05:18:15 #112 exporting layers 05:18:15 #112 exporting layers 1.0s done 05:18:15 #112 writing image sha256:e369775162371448c88213ec2177ae1c858f8ef47b90820d0727f762b6efbc71 0.0s done 05:18:15 #112 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:18:15 #112 DONE 9.5s 05:18:15 05:18:15 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:18:42 #154 ... 05:18:42 05:18:42 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:18:42 #149 DONE 2093.3s 05:18:42 05:18:42 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:18:42 #33 ... 05:18:42 05:18:42 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:18:42 #196 DONE 0.1s 05:18:42 05:18:42 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:18:42 #197 DONE 0.1s 05:18:42 05:18:42 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:18:42 #136 ... 05:18:42 05:18:42 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:18:42 #198 DONE 0.5s 05:18:42 05:18:42 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:18:42 #47 ... 05:18:42 05:18:42 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:18:42 #199 DONE 0.2s 05:18:42 05:18:42 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:18:42 #200 DONE 0.2s 05:18:42 05:18:42 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:18:42 #201 ... 05:18:42 05:18:42 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:18:42 #153 DONE 2096.7s 05:18:42 05:18:42 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:18:43 #154 ... 05:18:43 05:18:43 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:18:43 #201 DONE 2.1s 05:18:43 05:18:43 #112 [security-proxy-auth] exporting to image 05:18:43 #112 exporting layers 05:18:44 #112 ... 05:18:44 05:18:44 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:18:44 #202 DONE 0.2s 05:18:44 05:18:44 #112 [security-proxy-auth] exporting to image 05:18:44 #112 exporting layers 0.9s done 05:18:44 #112 writing image sha256:eff692b94b807d01c1e2dfa9642d24ea95c829abbfab8ffc8e729dbd8bb6bccf 0.0s done 05:18:44 #112 naming to docker.io/library/security-proxy-auth-arm64 done 05:18:44 #112 DONE 10.5s 05:18:44 05:18:44 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:18:44 #203 DONE 0.5s 05:18:44 05:18:44 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:18:44 #204 DONE 0.1s 05:18:44 05:18:44 #112 [core-keeper] exporting to image 05:18:45 #112 exporting layers 0.5s done 05:18:45 #112 writing image sha256:67f0393b3d6e29033a8649029e29308c1711897e72ffcab48ddd67caca64cc95 done 05:18:45 #112 naming to docker.io/library/core-keeper-arm64 done 05:18:45 #112 DONE 11.0s 05:18:45 05:18:45 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:18:45 #33 ... 05:18:45 05:18:45 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:18:45 #154 DONE 2099.6s 05:18:45 05:18:45 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:18:46 #205 DONE 0.2s 05:18:46 05:18:46 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:18:46 #136 ... 05:18:46 05:18:46 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:18:46 #206 DONE 0.2s 05:18:46 05:18:46 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:18:46 #207 DONE 0.4s 05:18:46 05:18:46 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:18:46 #33 ... 05:18:46 05:18:46 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:18:46 #208 DONE 0.1s 05:18:46 05:18:46 #112 [core-data] exporting to image 05:18:47 #112 exporting layers 0.5s done 05:18:47 #112 writing image sha256:8bb546a0c6e21763c5fa7cd4306d97b680f5d2b3abaa073dee02bd9739169c5a done 05:18:47 #112 naming to docker.io/library/core-data-arm64 done 05:18:47 #112 DONE 11.5s 05:18:47 05:18:47 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:18:49 #136 ... 05:18:49 05:18:49 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:18:49 #145 DONE 2103.7s 05:18:49 05:18:49 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:18:49 #33 ... 05:18:49 05:18:49 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:18:50 #209 DONE 0.1s 05:18:50 05:18:50 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:18:50 #136 ... 05:18:50 05:18:50 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:18:50 #210 DONE 0.1s 05:18:50 05:18:50 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:18:50 #47 ... 05:18:50 05:18:50 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:18:51 #211 DONE 0.3s 05:18:51 05:18:51 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:18:51 #212 DONE 0.1s 05:18:51 05:18:51 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:18:51 #213 DONE 0.1s 05:18:51 05:18:51 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:18:51 #146 ... 05:18:51 05:18:51 #112 [core-metadata] exporting to image 05:18:51 #112 exporting layers 0.5s done 05:18:51 #112 writing image sha256:4655d0b4c193567cf1f9b43df6db34f7bb2d35372561fd145eaba248021b661b done 05:18:51 #112 naming to docker.io/library/core-metadata-arm64 05:18:51 #112 naming to docker.io/library/core-metadata-arm64 done 05:18:51 #112 DONE 12.0s 05:18:51 05:18:51 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:19:18 #62 ... 05:19:18 05:19:18 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:19:18 #136 DONE 2131.7s 05:19:18 05:19:18 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:19:18 #214 DONE 0.2s 05:19:18 05:19:18 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:19:18 #62 ... 05:19:18 05:19:18 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:19:18 #215 DONE 0.1s 05:19:18 05:19:18 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:19:18 #216 DONE 0.4s 05:19:18 05:19:18 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:19:18 #217 DONE 0.1s 05:19:18 05:19:18 #112 [support-scheduler] exporting to image 05:19:18 #112 exporting layers 05:19:20 #112 exporting layers 1.2s done 05:19:20 #112 writing image sha256:d145b7e5cf6aee68675b72cecdbef86299f356e0be7fe2aac5bc511028b9eacc done 05:19:20 #112 naming to docker.io/library/support-scheduler-arm64 done 05:19:20 #112 DONE 13.3s 05:19:20 05:19:20 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:19:26 #33 ... 05:19:26 05:19:26 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:19:26 #146 DONE 2140.5s 05:19:26 05:19:26 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:19:26 #33 ... 05:19:26 05:19:26 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:19:26 #218 DONE 0.1s 05:19:26 05:19:26 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:19:26 #47 ... 05:19:26 05:19:26 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:19:27 #219 DONE 0.1s 05:19:27 05:19:27 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:19:27 #220 DONE 0.5s 05:19:27 05:19:27 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:19:27 #221 DONE 0.1s 05:19:27 05:19:27 #112 [support-notifications] exporting to image 05:19:27 #112 exporting layers 05:19:27 #112 exporting layers 0.6s done 05:19:28 #112 writing image sha256:baa7f41a333f06280fa7eefcc4aae35b7b9a42c1f04167657afde29ed42aa4b4 done 05:19:28 #112 naming to docker.io/library/support-notifications-arm64 done 05:19:28 #112 DONE 13.9s 05:19:28 05:19:28 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:19:28 time="2025-06-18T04:41:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:19:28 time="2025-06-18T04:41:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:19:28 $ docker stop --time=1 18a3d98cc7379c547e09110dbeea27fba00f3836665bfb8bbcab17814aaa9026 05:19:29 $ docker rm -f --volumes 18a3d98cc7379c547e09110dbeea27fba00f3836665bfb8bbcab17814aaa9026 [Pipeline] // withDockerContainer [Pipeline] sh 05:19:30 + docker images 05:19:30 REPOSITORY TAG IMAGE ID CREATED SIZE 05:19:30 support-notifications-arm64 latest baa7f41a333f 3 seconds ago 52.8MB 05:19:30 support-scheduler-arm64 latest d145b7e5cf6a 12 seconds ago 48.9MB 05:19:30 core-metadata-arm64 latest 4655d0b4c193 40 seconds ago 33.5MB 05:19:30 core-data-arm64 latest 8bb546a0c6e2 44 seconds ago 33.3MB 05:19:30 core-keeper-arm64 latest 67f0393b3d6e 46 seconds ago 33MB 05:19:30 security-proxy-auth-arm64 latest eff692b94b80 48 seconds ago 32.2MB 05:19:30 security-spiffe-token-provider-arm64 latest e36977516237 About a minute ago 48.6MB 05:19:30 security-secretstore-setup-arm64 latest 59f3609bdf84 2 minutes ago 68.2MB 05:19:30 security-proxy-setup-arm64 latest 43f5762e5d0e 2 minutes ago 38.9MB 05:19:30 core-command-arm64 latest 5166a62e1c5c 3 minutes ago 28.9MB 05:19:30 security-bootstrapper-arm64 latest 665a7eddebc0 17 minutes ago 21.1MB 05:19:30 core-common-config-bootstrapper-arm64 latest 71de5def9dd6 18 minutes ago 18MB 05:19:30 security-spire-server-arm64 latest 22dbd072dd5e 37 minutes ago 144MB 05:19:30 security-spire-agent-arm64 latest 6bb81ead7ecc 37 minutes ago 187MB 05:19:30 security-spire-config-arm64 latest e9626f70ba8d 37 minutes ago 143MB 05:19:30 ci-base-image-arm64 latest 73d13b2fc304 39 minutes ago 910MB 05:19:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 hours ago 560MB 05:19:30 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 05:19:30 provisioning config files... 05:19:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/856@tmp/config18120858979688808761tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:19:30 ---> ****-login.sh 05:19:30 nexus3.edgexfoundry.org:10001 05:19:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:19:31 Configure a credential helper to remove this warning. See 05:19:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:19:31 05:19:31 Login Succeeded 05:19:31 nexus3.edgexfoundry.org:10002 05:19:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:19:31 Configure a credential helper to remove this warning. See 05:19:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:19:31 05:19:31 Login Succeeded 05:19:31 nexus3.edgexfoundry.org:10003 05:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:19:32 Configure a credential helper to remove this warning. See 05:19:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:19:32 05:19:32 Login Succeeded 05:19:32 nexus3.edgexfoundry.org:10004 05:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:19:32 Configure a credential helper to remove this warning. See 05:19:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:19:32 05:19:32 Login Succeeded 05:19:32 ****.io 05:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:19:33 Configure a credential helper to remove this warning. See 05:19:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:19:33 05:19:33 Login Succeeded 05:19:33 ---> ****-login.sh ends [Pipeline] } 05:19:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:19:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:19:33 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:19:33 82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:33 latest 05:19:33 4.1.0-dev.25 05:19:33 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:33 main 05:19:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:19:33 2d0836eec459: Preparing 05:19:33 188b2f2ca107: Preparing 05:19:33 a69c8480da63: Preparing 05:19:33 8bba399bcafa: Preparing 05:19:33 dc6723ec3041: Preparing 05:19:33 081be18b2fd9: Preparing 05:19:33 dd9c8f8612c8: Preparing 05:19:33 dd9c8f8612c8: Waiting 05:19:33 081be18b2fd9: Waiting 05:19:34 2d0836eec459: Pushed 05:19:34 8bba399bcafa: Pushed 05:19:34 dc6723ec3041: Pushed 05:19:34 a69c8480da63: Pushed 05:19:34 dd9c8f8612c8: Layer already exists 05:19:34 081be18b2fd9: Pushed 05:19:39 188b2f2ca107: Pushed 05:19:39 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:d5d55fa52c3e9e6f82c65b3e0fdde6fc44757ab8764bb5f74d930880e328c10a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:19:40 2d0836eec459: Preparing 05:19:40 188b2f2ca107: Preparing 05:19:40 a69c8480da63: Preparing 05:19:40 8bba399bcafa: Preparing 05:19:40 dc6723ec3041: Preparing 05:19:40 081be18b2fd9: Preparing 05:19:40 dd9c8f8612c8: Preparing 05:19:40 dd9c8f8612c8: Waiting 05:19:40 081be18b2fd9: Waiting 05:19:40 2d0836eec459: Layer already exists 05:19:40 a69c8480da63: Layer already exists 05:19:40 8bba399bcafa: Layer already exists 05:19:40 188b2f2ca107: Layer already exists 05:19:40 dc6723ec3041: Layer already exists 05:19:40 081be18b2fd9: Layer already exists 05:19:40 dd9c8f8612c8: Layer already exists 05:19:40 latest: digest: sha256:d5d55fa52c3e9e6f82c65b3e0fdde6fc44757ab8764bb5f74d930880e328c10a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.25 05:19:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:19:41 2d0836eec459: Preparing 05:19:41 188b2f2ca107: Preparing 05:19:41 a69c8480da63: Preparing 05:19:41 8bba399bcafa: Preparing 05:19:41 dc6723ec3041: Preparing 05:19:41 081be18b2fd9: Preparing 05:19:41 dd9c8f8612c8: Preparing 05:19:41 081be18b2fd9: Waiting 05:19:41 dd9c8f8612c8: Waiting 05:19:41 dc6723ec3041: Layer already exists 05:19:41 a69c8480da63: Layer already exists 05:19:41 2d0836eec459: Layer already exists 05:19:41 8bba399bcafa: Layer already exists 05:19:41 188b2f2ca107: Layer already exists 05:19:41 dd9c8f8612c8: Layer already exists 05:19:41 081be18b2fd9: Layer already exists 05:19:41 4.1.0-dev.25: digest: sha256:d5d55fa52c3e9e6f82c65b3e0fdde6fc44757ab8764bb5f74d930880e328c10a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:19:42 2d0836eec459: Preparing 05:19:42 188b2f2ca107: Preparing 05:19:42 a69c8480da63: Preparing 05:19:42 8bba399bcafa: Preparing 05:19:42 dc6723ec3041: Preparing 05:19:42 081be18b2fd9: Preparing 05:19:42 dd9c8f8612c8: Preparing 05:19:42 081be18b2fd9: Waiting 05:19:42 dd9c8f8612c8: Waiting 05:19:42 dc6723ec3041: Layer already exists 05:19:42 8bba399bcafa: Layer already exists 05:19:42 2d0836eec459: Layer already exists 05:19:42 a69c8480da63: Layer already exists 05:19:42 188b2f2ca107: Layer already exists 05:19:42 081be18b2fd9: Layer already exists 05:19:42 dd9c8f8612c8: Layer already exists 05:19:42 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:d5d55fa52c3e9e6f82c65b3e0fdde6fc44757ab8764bb5f74d930880e328c10a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:19:42 2d0836eec459: Preparing 05:19:42 188b2f2ca107: Preparing 05:19:42 a69c8480da63: Preparing 05:19:42 8bba399bcafa: Preparing 05:19:42 dc6723ec3041: Preparing 05:19:42 081be18b2fd9: Preparing 05:19:42 dd9c8f8612c8: Preparing 05:19:42 081be18b2fd9: Waiting 05:19:42 dd9c8f8612c8: Waiting 05:19:42 188b2f2ca107: Layer already exists 05:19:42 2d0836eec459: Layer already exists 05:19:42 8bba399bcafa: Layer already exists 05:19:42 a69c8480da63: Layer already exists 05:19:42 dc6723ec3041: Layer already exists 05:19:42 dd9c8f8612c8: Layer already exists 05:19:42 081be18b2fd9: Layer already exists 05:19:43 main: digest: sha256:d5d55fa52c3e9e6f82c65b3e0fdde6fc44757ab8764bb5f74d930880e328c10a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:19:43 ===================================================== [Pipeline] echo 05:19:43 taggedImages: 05:19:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:19:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.25 05:19:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:19:43 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:19:43 82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:43 latest 05:19:43 4.1.0-dev.25 05:19:43 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:43 main 05:19:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:43 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:19:43 f6694e8a215a: Preparing 05:19:43 b56a0d4b2803: Preparing 05:19:43 eea8787b5f3d: Preparing 05:19:43 9e307592d6c5: Preparing 05:19:43 a69c8480da63: Preparing 05:19:43 8bba399bcafa: Preparing 05:19:43 dc6723ec3041: Preparing 05:19:43 081be18b2fd9: Preparing 05:19:43 dd9c8f8612c8: Preparing 05:19:43 8bba399bcafa: Waiting 05:19:43 dc6723ec3041: Waiting 05:19:43 081be18b2fd9: Waiting 05:19:43 dd9c8f8612c8: Waiting 05:19:43 a69c8480da63: Layer already exists 05:19:43 8bba399bcafa: Layer already exists 05:19:44 eea8787b5f3d: Pushed 05:19:44 b56a0d4b2803: Pushed 05:19:44 dc6723ec3041: Layer already exists 05:19:44 081be18b2fd9: Layer already exists 05:19:44 dd9c8f8612c8: Layer already exists 05:19:44 f6694e8a215a: Pushed 05:19:46 9e307592d6c5: Pushed 05:19:46 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:780c9c1d8712b460362cfe401f7fa661695cad145f02400de9dbade8552884d4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:46 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:19:47 f6694e8a215a: Preparing 05:19:47 b56a0d4b2803: Preparing 05:19:47 eea8787b5f3d: Preparing 05:19:47 9e307592d6c5: Preparing 05:19:47 a69c8480da63: Preparing 05:19:47 8bba399bcafa: Preparing 05:19:47 dc6723ec3041: Preparing 05:19:47 081be18b2fd9: Preparing 05:19:47 dd9c8f8612c8: Preparing 05:19:47 dc6723ec3041: Waiting 05:19:47 081be18b2fd9: Waiting 05:19:47 8bba399bcafa: Waiting 05:19:47 dd9c8f8612c8: Waiting 05:19:47 f6694e8a215a: Layer already exists 05:19:47 eea8787b5f3d: Layer already exists 05:19:47 b56a0d4b2803: Layer already exists 05:19:47 9e307592d6c5: Layer already exists 05:19:47 a69c8480da63: Layer already exists 05:19:47 dd9c8f8612c8: Layer already exists 05:19:47 8bba399bcafa: Layer already exists 05:19:47 dc6723ec3041: Layer already exists 05:19:47 081be18b2fd9: Layer already exists 05:19:47 latest: digest: sha256:780c9c1d8712b460362cfe401f7fa661695cad145f02400de9dbade8552884d4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:47 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.25 05:19:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:19:48 f6694e8a215a: Preparing 05:19:48 b56a0d4b2803: Preparing 05:19:48 eea8787b5f3d: Preparing 05:19:48 9e307592d6c5: Preparing 05:19:48 a69c8480da63: Preparing 05:19:48 8bba399bcafa: Preparing 05:19:48 dc6723ec3041: Preparing 05:19:48 081be18b2fd9: Preparing 05:19:48 dd9c8f8612c8: Preparing 05:19:48 8bba399bcafa: Waiting 05:19:48 dc6723ec3041: Waiting 05:19:48 081be18b2fd9: Waiting 05:19:48 dd9c8f8612c8: Waiting 05:19:48 a69c8480da63: Layer already exists 05:19:48 b56a0d4b2803: Layer already exists 05:19:48 9e307592d6c5: Layer already exists 05:19:48 f6694e8a215a: Layer already exists 05:19:48 eea8787b5f3d: Layer already exists 05:19:48 081be18b2fd9: Layer already exists 05:19:48 8bba399bcafa: Layer already exists 05:19:48 dc6723ec3041: Layer already exists 05:19:48 dd9c8f8612c8: Layer already exists 05:19:48 4.1.0-dev.25: digest: sha256:780c9c1d8712b460362cfe401f7fa661695cad145f02400de9dbade8552884d4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:48 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:19:49 f6694e8a215a: Preparing 05:19:49 b56a0d4b2803: Preparing 05:19:49 eea8787b5f3d: Preparing 05:19:49 9e307592d6c5: Preparing 05:19:49 a69c8480da63: Preparing 05:19:49 8bba399bcafa: Preparing 05:19:49 dc6723ec3041: Preparing 05:19:49 081be18b2fd9: Preparing 05:19:49 dd9c8f8612c8: Preparing 05:19:49 8bba399bcafa: Waiting 05:19:49 dc6723ec3041: Waiting 05:19:49 081be18b2fd9: Waiting 05:19:49 dd9c8f8612c8: Waiting 05:19:49 f6694e8a215a: Layer already exists 05:19:49 9e307592d6c5: Layer already exists 05:19:49 b56a0d4b2803: Layer already exists 05:19:49 a69c8480da63: Layer already exists 05:19:49 eea8787b5f3d: Layer already exists 05:19:49 dd9c8f8612c8: Layer already exists 05:19:49 dc6723ec3041: Layer already exists 05:19:49 081be18b2fd9: Layer already exists 05:19:49 8bba399bcafa: Layer already exists 05:19:49 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:780c9c1d8712b460362cfe401f7fa661695cad145f02400de9dbade8552884d4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:49 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:19:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:19:50 f6694e8a215a: Preparing 05:19:50 b56a0d4b2803: Preparing 05:19:50 eea8787b5f3d: Preparing 05:19:50 9e307592d6c5: Preparing 05:19:50 a69c8480da63: Preparing 05:19:50 8bba399bcafa: Preparing 05:19:50 dc6723ec3041: Preparing 05:19:50 081be18b2fd9: Preparing 05:19:50 dd9c8f8612c8: Preparing 05:19:50 dc6723ec3041: Waiting 05:19:50 dd9c8f8612c8: Waiting 05:19:50 081be18b2fd9: Waiting 05:19:50 8bba399bcafa: Waiting 05:19:50 9e307592d6c5: Layer already exists 05:19:50 f6694e8a215a: Layer already exists 05:19:50 a69c8480da63: Layer already exists 05:19:50 eea8787b5f3d: Layer already exists 05:19:50 b56a0d4b2803: Layer already exists 05:19:50 dc6723ec3041: Layer already exists 05:19:50 8bba399bcafa: Layer already exists 05:19:50 dd9c8f8612c8: Layer already exists 05:19:50 081be18b2fd9: Layer already exists 05:19:50 main: digest: sha256:780c9c1d8712b460362cfe401f7fa661695cad145f02400de9dbade8552884d4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:19:50 ===================================================== [Pipeline] echo 05:19:50 taggedImages: 05:19:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:19:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.25 05:19:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:19:50 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:19:50 82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:50 latest 05:19:50 4.1.0-dev.25 05:19:50 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:19:50 main 05:19:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:19:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:19:51 a477720e938c: Preparing 05:19:51 ccc99c213b0b: Preparing 05:19:51 a69c8480da63: Preparing 05:19:51 8bba399bcafa: Preparing 05:19:51 ab90163033ca: Preparing 05:19:51 29999e2c981c: Preparing 05:19:51 dd9c8f8612c8: Preparing 05:19:51 29999e2c981c: Waiting 05:19:51 dd9c8f8612c8: Waiting 05:19:51 a69c8480da63: Layer already exists 05:19:51 8bba399bcafa: Layer already exists 05:19:51 dd9c8f8612c8: Layer already exists 05:19:51 ab90163033ca: Pushed 05:19:51 a477720e938c: Pushed 05:19:51 29999e2c981c: Pushed 05:19:56 ccc99c213b0b: Pushed 05:19:56 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:2506f41506ae63f8f3fedc3619e9b427e02f87b893033192f12955b5c027fde3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:19:58 a477720e938c: Preparing 05:19:58 ccc99c213b0b: Preparing 05:19:58 a69c8480da63: Preparing 05:19:58 8bba399bcafa: Preparing 05:19:58 ab90163033ca: Preparing 05:19:58 29999e2c981c: Preparing 05:19:58 dd9c8f8612c8: Preparing 05:19:58 29999e2c981c: Waiting 05:19:58 dd9c8f8612c8: Waiting 05:19:58 a69c8480da63: Layer already exists 05:19:58 a477720e938c: Layer already exists 05:19:58 8bba399bcafa: Layer already exists 05:19:58 ccc99c213b0b: Layer already exists 05:19:58 ab90163033ca: Layer already exists 05:19:58 29999e2c981c: Layer already exists 05:19:58 dd9c8f8612c8: Layer already exists 05:19:58 latest: digest: sha256:2506f41506ae63f8f3fedc3619e9b427e02f87b893033192f12955b5c027fde3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.25 05:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:19:59 a477720e938c: Preparing 05:19:59 ccc99c213b0b: Preparing 05:19:59 a69c8480da63: Preparing 05:19:59 8bba399bcafa: Preparing 05:19:59 ab90163033ca: Preparing 05:19:59 29999e2c981c: Preparing 05:19:59 dd9c8f8612c8: Preparing 05:19:59 29999e2c981c: Waiting 05:19:59 dd9c8f8612c8: Waiting 05:19:59 8bba399bcafa: Layer already exists 05:19:59 ccc99c213b0b: Layer already exists 05:19:59 a69c8480da63: Layer already exists 05:19:59 ab90163033ca: Layer already exists 05:19:59 a477720e938c: Layer already exists 05:19:59 29999e2c981c: Layer already exists 05:19:59 dd9c8f8612c8: Layer already exists 05:19:59 4.1.0-dev.25: digest: sha256:2506f41506ae63f8f3fedc3619e9b427e02f87b893033192f12955b5c027fde3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:00 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:20:00 a477720e938c: Preparing 05:20:00 ccc99c213b0b: Preparing 05:20:00 a69c8480da63: Preparing 05:20:00 8bba399bcafa: Preparing 05:20:00 ab90163033ca: Preparing 05:20:00 29999e2c981c: Preparing 05:20:00 dd9c8f8612c8: Preparing 05:20:00 29999e2c981c: Waiting 05:20:00 dd9c8f8612c8: Waiting 05:20:00 a69c8480da63: Layer already exists 05:20:00 a477720e938c: Layer already exists 05:20:00 8bba399bcafa: Layer already exists 05:20:00 ab90163033ca: Layer already exists 05:20:00 ccc99c213b0b: Layer already exists 05:20:00 dd9c8f8612c8: Layer already exists 05:20:00 29999e2c981c: Layer already exists 05:20:00 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:2506f41506ae63f8f3fedc3619e9b427e02f87b893033192f12955b5c027fde3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:20:01 a477720e938c: Preparing 05:20:01 ccc99c213b0b: Preparing 05:20:01 a69c8480da63: Preparing 05:20:01 8bba399bcafa: Preparing 05:20:01 ab90163033ca: Preparing 05:20:01 29999e2c981c: Preparing 05:20:01 dd9c8f8612c8: Preparing 05:20:01 29999e2c981c: Waiting 05:20:01 dd9c8f8612c8: Waiting 05:20:01 ab90163033ca: Layer already exists 05:20:01 a69c8480da63: Layer already exists 05:20:01 ccc99c213b0b: Layer already exists 05:20:01 8bba399bcafa: Layer already exists 05:20:01 a477720e938c: Layer already exists 05:20:01 dd9c8f8612c8: Layer already exists 05:20:01 29999e2c981c: Layer already exists 05:20:01 main: digest: sha256:2506f41506ae63f8f3fedc3619e9b427e02f87b893033192f12955b5c027fde3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:01 ===================================================== [Pipeline] echo 05:20:01 taggedImages: 05:20:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:20:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.25 05:20:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:20:01 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:20:01 82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:01 latest 05:20:01 4.1.0-dev.25 05:20:01 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:01 main 05:20:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:20:02 57bd74a63fa2: Preparing 05:20:02 f527e20e9f32: Preparing 05:20:02 8bba399bcafa: Preparing 05:20:02 623a954333fd: Preparing 05:20:02 ee16c95fd997: Preparing 05:20:02 dd9c8f8612c8: Preparing 05:20:02 dd9c8f8612c8: Waiting 05:20:02 8bba399bcafa: Layer already exists 05:20:02 dd9c8f8612c8: Layer already exists 05:20:02 57bd74a63fa2: Pushed 05:20:02 ee16c95fd997: Pushed 05:20:02 623a954333fd: Pushed 05:20:08 f527e20e9f32: Pushed 05:20:08 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:6da5f51d7abe61b27ca15f5bfc0324cb0ee37687a8c7ac233fc348f5d79328a7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:08 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:20:10 57bd74a63fa2: Preparing 05:20:10 f527e20e9f32: Preparing 05:20:10 8bba399bcafa: Preparing 05:20:10 623a954333fd: Preparing 05:20:10 ee16c95fd997: Preparing 05:20:10 dd9c8f8612c8: Preparing 05:20:10 dd9c8f8612c8: Waiting 05:20:10 8bba399bcafa: Layer already exists 05:20:10 623a954333fd: Layer already exists 05:20:10 f527e20e9f32: Layer already exists 05:20:10 57bd74a63fa2: Layer already exists 05:20:10 ee16c95fd997: Layer already exists 05:20:10 dd9c8f8612c8: Layer already exists 05:20:10 latest: digest: sha256:6da5f51d7abe61b27ca15f5bfc0324cb0ee37687a8c7ac233fc348f5d79328a7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:10 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.25 05:20:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:20:11 57bd74a63fa2: Preparing 05:20:11 f527e20e9f32: Preparing 05:20:11 8bba399bcafa: Preparing 05:20:11 623a954333fd: Preparing 05:20:11 ee16c95fd997: Preparing 05:20:11 dd9c8f8612c8: Preparing 05:20:11 dd9c8f8612c8: Waiting 05:20:11 f527e20e9f32: Layer already exists 05:20:11 623a954333fd: Layer already exists 05:20:11 8bba399bcafa: Layer already exists 05:20:11 57bd74a63fa2: Layer already exists 05:20:11 ee16c95fd997: Layer already exists 05:20:11 dd9c8f8612c8: Layer already exists 05:20:11 4.1.0-dev.25: digest: sha256:6da5f51d7abe61b27ca15f5bfc0324cb0ee37687a8c7ac233fc348f5d79328a7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:11 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:20:12 57bd74a63fa2: Preparing 05:20:12 f527e20e9f32: Preparing 05:20:12 8bba399bcafa: Preparing 05:20:12 623a954333fd: Preparing 05:20:12 ee16c95fd997: Preparing 05:20:12 dd9c8f8612c8: Preparing 05:20:12 dd9c8f8612c8: Waiting 05:20:12 57bd74a63fa2: Layer already exists 05:20:12 623a954333fd: Layer already exists 05:20:12 8bba399bcafa: Layer already exists 05:20:12 ee16c95fd997: Layer already exists 05:20:12 f527e20e9f32: Layer already exists 05:20:12 dd9c8f8612c8: Layer already exists 05:20:12 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:6da5f51d7abe61b27ca15f5bfc0324cb0ee37687a8c7ac233fc348f5d79328a7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:12 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:20:13 57bd74a63fa2: Preparing 05:20:13 f527e20e9f32: Preparing 05:20:13 8bba399bcafa: Preparing 05:20:13 623a954333fd: Preparing 05:20:13 ee16c95fd997: Preparing 05:20:13 dd9c8f8612c8: Preparing 05:20:13 dd9c8f8612c8: Waiting 05:20:13 8bba399bcafa: Layer already exists 05:20:13 ee16c95fd997: Layer already exists 05:20:13 623a954333fd: Layer already exists 05:20:13 f527e20e9f32: Layer already exists 05:20:13 57bd74a63fa2: Layer already exists 05:20:13 dd9c8f8612c8: Layer already exists 05:20:13 main: digest: sha256:6da5f51d7abe61b27ca15f5bfc0324cb0ee37687a8c7ac233fc348f5d79328a7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:13 ===================================================== [Pipeline] echo 05:20:13 taggedImages: 05:20:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:20:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.25 05:20:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:20:13 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:20:13 82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:13 latest 05:20:13 4.1.0-dev.25 05:20:13 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:13 main 05:20:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:20:14 9e5f45b46bc8: Preparing 05:20:14 343dd9ae6ded: Preparing 05:20:14 b41b7e39ff55: Preparing 05:20:14 a69c8480da63: Preparing 05:20:14 8bba399bcafa: Preparing 05:20:14 dc6723ec3041: Preparing 05:20:14 081be18b2fd9: Preparing 05:20:14 dc6723ec3041: Waiting 05:20:14 dd9c8f8612c8: Preparing 05:20:14 081be18b2fd9: Waiting 05:20:14 dd9c8f8612c8: Waiting 05:20:14 8bba399bcafa: Layer already exists 05:20:14 a69c8480da63: Layer already exists 05:20:14 dc6723ec3041: Layer already exists 05:20:14 081be18b2fd9: Layer already exists 05:20:14 dd9c8f8612c8: Layer already exists 05:20:14 343dd9ae6ded: Pushed 05:20:14 9e5f45b46bc8: Pushed 05:20:19 b41b7e39ff55: Pushed 05:20:19 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:35e338ef526dda761061fbce9824968549bb879a01ad23415f72ac32994db3e1 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:20:20 9e5f45b46bc8: Preparing 05:20:20 343dd9ae6ded: Preparing 05:20:20 b41b7e39ff55: Preparing 05:20:20 a69c8480da63: Preparing 05:20:20 8bba399bcafa: Preparing 05:20:20 dc6723ec3041: Preparing 05:20:20 081be18b2fd9: Preparing 05:20:20 dd9c8f8612c8: Preparing 05:20:20 081be18b2fd9: Waiting 05:20:20 dd9c8f8612c8: Waiting 05:20:20 dc6723ec3041: Waiting 05:20:20 9e5f45b46bc8: Layer already exists 05:20:20 a69c8480da63: Layer already exists 05:20:20 8bba399bcafa: Layer already exists 05:20:20 343dd9ae6ded: Layer already exists 05:20:20 b41b7e39ff55: Layer already exists 05:20:20 dc6723ec3041: Layer already exists 05:20:20 081be18b2fd9: Layer already exists 05:20:20 dd9c8f8612c8: Layer already exists 05:20:20 latest: digest: sha256:35e338ef526dda761061fbce9824968549bb879a01ad23415f72ac32994db3e1 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.25 05:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:20:21 9e5f45b46bc8: Preparing 05:20:21 343dd9ae6ded: Preparing 05:20:21 b41b7e39ff55: Preparing 05:20:21 a69c8480da63: Preparing 05:20:21 8bba399bcafa: Preparing 05:20:21 dc6723ec3041: Preparing 05:20:21 081be18b2fd9: Preparing 05:20:21 dd9c8f8612c8: Preparing 05:20:21 dc6723ec3041: Waiting 05:20:21 081be18b2fd9: Waiting 05:20:21 dd9c8f8612c8: Waiting 05:20:21 a69c8480da63: Layer already exists 05:20:21 343dd9ae6ded: Layer already exists 05:20:21 8bba399bcafa: Layer already exists 05:20:21 b41b7e39ff55: Layer already exists 05:20:21 9e5f45b46bc8: Layer already exists 05:20:21 dc6723ec3041: Layer already exists 05:20:21 081be18b2fd9: Layer already exists 05:20:21 dd9c8f8612c8: Layer already exists 05:20:21 4.1.0-dev.25: digest: sha256:35e338ef526dda761061fbce9824968549bb879a01ad23415f72ac32994db3e1 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:20:22 9e5f45b46bc8: Preparing 05:20:22 343dd9ae6ded: Preparing 05:20:22 b41b7e39ff55: Preparing 05:20:22 a69c8480da63: Preparing 05:20:22 8bba399bcafa: Preparing 05:20:22 dc6723ec3041: Preparing 05:20:22 081be18b2fd9: Preparing 05:20:22 dd9c8f8612c8: Preparing 05:20:22 dc6723ec3041: Waiting 05:20:22 081be18b2fd9: Waiting 05:20:22 dd9c8f8612c8: Waiting 05:20:22 9e5f45b46bc8: Layer already exists 05:20:22 343dd9ae6ded: Layer already exists 05:20:22 8bba399bcafa: Layer already exists 05:20:22 b41b7e39ff55: Layer already exists 05:20:22 a69c8480da63: Layer already exists 05:20:22 dc6723ec3041: Layer already exists 05:20:22 081be18b2fd9: Layer already exists 05:20:22 dd9c8f8612c8: Layer already exists 05:20:22 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:35e338ef526dda761061fbce9824968549bb879a01ad23415f72ac32994db3e1 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:20:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:20:23 9e5f45b46bc8: Preparing 05:20:23 343dd9ae6ded: Preparing 05:20:23 b41b7e39ff55: Preparing 05:20:23 a69c8480da63: Preparing 05:20:23 8bba399bcafa: Preparing 05:20:23 dc6723ec3041: Preparing 05:20:23 081be18b2fd9: Preparing 05:20:23 dd9c8f8612c8: Preparing 05:20:23 dc6723ec3041: Waiting 05:20:23 081be18b2fd9: Waiting 05:20:23 dd9c8f8612c8: Waiting 05:20:23 9e5f45b46bc8: Layer already exists 05:20:23 a69c8480da63: Layer already exists 05:20:23 8bba399bcafa: Layer already exists 05:20:23 b41b7e39ff55: Layer already exists 05:20:23 343dd9ae6ded: Layer already exists 05:20:23 dc6723ec3041: Layer already exists 05:20:23 081be18b2fd9: Layer already exists 05:20:23 dd9c8f8612c8: Layer already exists 05:20:23 main: digest: sha256:35e338ef526dda761061fbce9824968549bb879a01ad23415f72ac32994db3e1 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:23 ===================================================== [Pipeline] echo 05:20:23 taggedImages: 05:20:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:20:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.25 05:20:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:20:23 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:20:23 82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:23 latest 05:20:23 4.1.0-dev.25 05:20:23 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:23 main 05:20:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:20:24 a59a86a7f231: Preparing 05:20:24 9f047480d9ac: Preparing 05:20:24 1c1495366201: Preparing 05:20:24 87d80bbdc0ac: Preparing 05:20:24 b46d373b6ca2: Preparing 05:20:24 546257cefdae: Preparing 05:20:24 546257cefdae: Waiting 05:20:24 8dc866d578c2: Preparing 05:20:24 a69c8480da63: Preparing 05:20:24 8dc866d578c2: Waiting 05:20:24 8bba399bcafa: Preparing 05:20:24 a69c8480da63: Waiting 05:20:24 270c61708e13: Preparing 05:20:24 8bba399bcafa: Waiting 05:20:24 f645bacdebbf: Preparing 05:20:24 270c61708e13: Waiting 05:20:24 5f70bf18a086: Preparing 05:20:24 f645bacdebbf: Waiting 05:20:24 d81cdf5a2b7b: Preparing 05:20:24 5f70bf18a086: Waiting 05:20:24 80e7c1e803d1: Preparing 05:20:24 d153b6681281: Preparing 05:20:24 dd9c8f8612c8: Preparing 05:20:24 d81cdf5a2b7b: Waiting 05:20:24 80e7c1e803d1: Waiting 05:20:24 d153b6681281: Waiting 05:20:24 dd9c8f8612c8: Waiting 05:20:24 1c1495366201: Pushed 05:20:24 9f047480d9ac: Pushed 05:20:24 a59a86a7f231: Pushed 05:20:24 87d80bbdc0ac: Pushed 05:20:24 b46d373b6ca2: Pushed 05:20:24 a69c8480da63: Layer already exists 05:20:24 8bba399bcafa: Layer already exists 05:20:24 546257cefdae: Pushed 05:20:24 5f70bf18a086: Layer already exists 05:20:24 f645bacdebbf: Pushed 05:20:24 270c61708e13: Pushed 05:20:24 dd9c8f8612c8: Layer already exists 05:20:24 d81cdf5a2b7b: Pushed 05:20:24 80e7c1e803d1: Pushed 05:20:24 d153b6681281: Pushed 05:20:28 8dc866d578c2: Pushed 05:20:28 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:a0261b164374917531c5b0d3b0904f71e9f93be7675e02c6db4cb2cdb65196d3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:20:28 a59a86a7f231: Preparing 05:20:28 9f047480d9ac: Preparing 05:20:28 1c1495366201: Preparing 05:20:28 87d80bbdc0ac: Preparing 05:20:28 b46d373b6ca2: Preparing 05:20:28 546257cefdae: Preparing 05:20:28 8dc866d578c2: Preparing 05:20:28 a69c8480da63: Preparing 05:20:28 8bba399bcafa: Preparing 05:20:28 270c61708e13: Preparing 05:20:28 f645bacdebbf: Preparing 05:20:28 5f70bf18a086: Preparing 05:20:28 d81cdf5a2b7b: Preparing 05:20:28 80e7c1e803d1: Preparing 05:20:28 d153b6681281: Preparing 05:20:28 dd9c8f8612c8: Preparing 05:20:28 546257cefdae: Waiting 05:20:28 8dc866d578c2: Waiting 05:20:28 a69c8480da63: Waiting 05:20:28 8bba399bcafa: Waiting 05:20:28 270c61708e13: Waiting 05:20:28 f645bacdebbf: Waiting 05:20:28 5f70bf18a086: Waiting 05:20:28 80e7c1e803d1: Waiting 05:20:28 d153b6681281: Waiting 05:20:28 d81cdf5a2b7b: Waiting 05:20:28 dd9c8f8612c8: Waiting 05:20:28 1c1495366201: Layer already exists 05:20:28 87d80bbdc0ac: Layer already exists 05:20:28 9f047480d9ac: Layer already exists 05:20:28 b46d373b6ca2: Layer already exists 05:20:28 a59a86a7f231: Layer already exists 05:20:28 8bba399bcafa: Layer already exists 05:20:28 8dc866d578c2: Layer already exists 05:20:28 546257cefdae: Layer already exists 05:20:28 270c61708e13: Layer already exists 05:20:28 a69c8480da63: Layer already exists 05:20:28 f645bacdebbf: Layer already exists 05:20:28 d81cdf5a2b7b: Layer already exists 05:20:28 80e7c1e803d1: Layer already exists 05:20:28 5f70bf18a086: Layer already exists 05:20:28 d153b6681281: Layer already exists 05:20:28 dd9c8f8612c8: Layer already exists 05:20:29 latest: digest: sha256:a0261b164374917531c5b0d3b0904f71e9f93be7675e02c6db4cb2cdb65196d3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.25 05:20:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:20:29 a59a86a7f231: Preparing 05:20:29 9f047480d9ac: Preparing 05:20:29 1c1495366201: Preparing 05:20:29 87d80bbdc0ac: Preparing 05:20:29 b46d373b6ca2: Preparing 05:20:29 546257cefdae: Preparing 05:20:29 8dc866d578c2: Preparing 05:20:29 a69c8480da63: Preparing 05:20:29 8bba399bcafa: Preparing 05:20:29 270c61708e13: Preparing 05:20:29 f645bacdebbf: Preparing 05:20:29 5f70bf18a086: Preparing 05:20:29 d81cdf5a2b7b: Preparing 05:20:29 80e7c1e803d1: Preparing 05:20:29 d153b6681281: Preparing 05:20:29 546257cefdae: Waiting 05:20:29 8dc866d578c2: Waiting 05:20:29 dd9c8f8612c8: Preparing 05:20:29 a69c8480da63: Waiting 05:20:29 8bba399bcafa: Waiting 05:20:29 270c61708e13: Waiting 05:20:29 f645bacdebbf: Waiting 05:20:29 5f70bf18a086: Waiting 05:20:29 dd9c8f8612c8: Waiting 05:20:29 80e7c1e803d1: Waiting 05:20:29 d153b6681281: Waiting 05:20:29 d81cdf5a2b7b: Waiting 05:20:29 9f047480d9ac: Layer already exists 05:20:29 87d80bbdc0ac: Layer already exists 05:20:29 a59a86a7f231: Layer already exists 05:20:29 1c1495366201: Layer already exists 05:20:29 b46d373b6ca2: Layer already exists 05:20:29 546257cefdae: Layer already exists 05:20:29 8dc866d578c2: Layer already exists 05:20:29 8bba399bcafa: Layer already exists 05:20:29 a69c8480da63: Layer already exists 05:20:29 270c61708e13: Layer already exists 05:20:29 d153b6681281: Layer already exists 05:20:29 f645bacdebbf: Layer already exists 05:20:29 d81cdf5a2b7b: Layer already exists 05:20:29 80e7c1e803d1: Layer already exists 05:20:29 5f70bf18a086: Layer already exists 05:20:30 dd9c8f8612c8: Layer already exists 05:20:30 4.1.0-dev.25: digest: sha256:a0261b164374917531c5b0d3b0904f71e9f93be7675e02c6db4cb2cdb65196d3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:20:30 a59a86a7f231: Preparing 05:20:30 9f047480d9ac: Preparing 05:20:30 1c1495366201: Preparing 05:20:30 87d80bbdc0ac: Preparing 05:20:30 b46d373b6ca2: Preparing 05:20:30 546257cefdae: Preparing 05:20:30 8dc866d578c2: Preparing 05:20:30 a69c8480da63: Preparing 05:20:30 8bba399bcafa: Preparing 05:20:30 270c61708e13: Preparing 05:20:30 f645bacdebbf: Preparing 05:20:30 5f70bf18a086: Preparing 05:20:30 d81cdf5a2b7b: Preparing 05:20:30 80e7c1e803d1: Preparing 05:20:30 d153b6681281: Preparing 05:20:30 dd9c8f8612c8: Preparing 05:20:30 270c61708e13: Waiting 05:20:30 f645bacdebbf: Waiting 05:20:30 5f70bf18a086: Waiting 05:20:30 d81cdf5a2b7b: Waiting 05:20:30 80e7c1e803d1: Waiting 05:20:30 d153b6681281: Waiting 05:20:30 dd9c8f8612c8: Waiting 05:20:30 546257cefdae: Waiting 05:20:30 8dc866d578c2: Waiting 05:20:30 a69c8480da63: Waiting 05:20:30 8bba399bcafa: Waiting 05:20:30 1c1495366201: Layer already exists 05:20:30 b46d373b6ca2: Layer already exists 05:20:30 a59a86a7f231: Layer already exists 05:20:30 87d80bbdc0ac: Layer already exists 05:20:30 9f047480d9ac: Layer already exists 05:20:30 546257cefdae: Layer already exists 05:20:30 270c61708e13: Layer already exists 05:20:30 a69c8480da63: Layer already exists 05:20:30 8dc866d578c2: Layer already exists 05:20:30 8bba399bcafa: Layer already exists 05:20:30 d81cdf5a2b7b: Layer already exists 05:20:30 5f70bf18a086: Layer already exists 05:20:30 f645bacdebbf: Layer already exists 05:20:30 d153b6681281: Layer already exists 05:20:30 80e7c1e803d1: Layer already exists 05:20:30 dd9c8f8612c8: Layer already exists 05:20:30 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:a0261b164374917531c5b0d3b0904f71e9f93be7675e02c6db4cb2cdb65196d3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:20:31 a59a86a7f231: Preparing 05:20:31 9f047480d9ac: Preparing 05:20:31 1c1495366201: Preparing 05:20:31 87d80bbdc0ac: Preparing 05:20:31 b46d373b6ca2: Preparing 05:20:31 546257cefdae: Preparing 05:20:31 8dc866d578c2: Preparing 05:20:31 a69c8480da63: Preparing 05:20:31 8bba399bcafa: Preparing 05:20:31 270c61708e13: Preparing 05:20:31 f645bacdebbf: Preparing 05:20:31 5f70bf18a086: Preparing 05:20:31 d81cdf5a2b7b: Preparing 05:20:31 80e7c1e803d1: Preparing 05:20:31 d153b6681281: Preparing 05:20:31 dd9c8f8612c8: Preparing 05:20:31 546257cefdae: Waiting 05:20:31 8dc866d578c2: Waiting 05:20:31 5f70bf18a086: Waiting 05:20:31 d81cdf5a2b7b: Waiting 05:20:31 80e7c1e803d1: Waiting 05:20:31 d153b6681281: Waiting 05:20:31 dd9c8f8612c8: Waiting 05:20:31 a69c8480da63: Waiting 05:20:31 270c61708e13: Waiting 05:20:31 f645bacdebbf: Waiting 05:20:31 8bba399bcafa: Waiting 05:20:31 87d80bbdc0ac: Layer already exists 05:20:31 9f047480d9ac: Layer already exists 05:20:31 1c1495366201: Layer already exists 05:20:31 b46d373b6ca2: Layer already exists 05:20:31 a59a86a7f231: Layer already exists 05:20:31 a69c8480da63: Layer already exists 05:20:31 546257cefdae: Layer already exists 05:20:31 270c61708e13: Layer already exists 05:20:31 8dc866d578c2: Layer already exists 05:20:31 8bba399bcafa: Layer already exists 05:20:31 5f70bf18a086: Layer already exists 05:20:31 f645bacdebbf: Layer already exists 05:20:31 d81cdf5a2b7b: Layer already exists 05:20:31 d153b6681281: Layer already exists 05:20:31 80e7c1e803d1: Layer already exists 05:20:31 dd9c8f8612c8: Layer already exists 05:20:31 main: digest: sha256:a0261b164374917531c5b0d3b0904f71e9f93be7675e02c6db4cb2cdb65196d3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:32 ===================================================== [Pipeline] echo 05:20:32 taggedImages: 05:20:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:20:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.25 05:20:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:20:32 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:20:32 82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:32 latest 05:20:32 4.1.0-dev.25 05:20:32 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:32 main 05:20:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:32 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:20:33 03f00ce25696: Preparing 05:20:33 8262b3508912: Preparing 05:20:33 4ec5aeed26f0: Preparing 05:20:33 e22e8caae012: Preparing 05:20:33 a69c8480da63: Preparing 05:20:33 8bba399bcafa: Preparing 05:20:33 dc6723ec3041: Preparing 05:20:33 081be18b2fd9: Preparing 05:20:33 dd9c8f8612c8: Preparing 05:20:33 dc6723ec3041: Waiting 05:20:33 081be18b2fd9: Waiting 05:20:33 dd9c8f8612c8: Waiting 05:20:33 8bba399bcafa: Waiting 05:20:33 a69c8480da63: Layer already exists 05:20:33 8262b3508912: Pushed 05:20:33 8bba399bcafa: Layer already exists 05:20:33 4ec5aeed26f0: Pushed 05:20:33 03f00ce25696: Pushed 05:20:33 dc6723ec3041: Layer already exists 05:20:33 081be18b2fd9: Layer already exists 05:20:33 dd9c8f8612c8: Layer already exists 05:20:38 e22e8caae012: Pushed 05:20:38 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:2605042d5d5c50a115bad4194454f6a254f0429db455efc8b2f371ede02cc44a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:39 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:20:39 03f00ce25696: Preparing 05:20:39 8262b3508912: Preparing 05:20:39 4ec5aeed26f0: Preparing 05:20:39 e22e8caae012: Preparing 05:20:39 a69c8480da63: Preparing 05:20:39 8bba399bcafa: Preparing 05:20:39 dc6723ec3041: Preparing 05:20:39 081be18b2fd9: Preparing 05:20:39 dd9c8f8612c8: Preparing 05:20:39 dc6723ec3041: Waiting 05:20:39 081be18b2fd9: Waiting 05:20:39 dd9c8f8612c8: Waiting 05:20:39 8bba399bcafa: Waiting 05:20:39 a69c8480da63: Layer already exists 05:20:39 4ec5aeed26f0: Layer already exists 05:20:39 e22e8caae012: Layer already exists 05:20:39 8262b3508912: Layer already exists 05:20:39 03f00ce25696: Layer already exists 05:20:39 dc6723ec3041: Layer already exists 05:20:39 8bba399bcafa: Layer already exists 05:20:39 dd9c8f8612c8: Layer already exists 05:20:39 081be18b2fd9: Layer already exists 05:20:39 latest: digest: sha256:2605042d5d5c50a115bad4194454f6a254f0429db455efc8b2f371ede02cc44a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.25 05:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:20:40 03f00ce25696: Preparing 05:20:40 8262b3508912: Preparing 05:20:40 4ec5aeed26f0: Preparing 05:20:40 e22e8caae012: Preparing 05:20:40 a69c8480da63: Preparing 05:20:40 8bba399bcafa: Preparing 05:20:40 dc6723ec3041: Preparing 05:20:40 081be18b2fd9: Preparing 05:20:40 dd9c8f8612c8: Preparing 05:20:40 8bba399bcafa: Waiting 05:20:40 dc6723ec3041: Waiting 05:20:40 dd9c8f8612c8: Waiting 05:20:40 081be18b2fd9: Waiting 05:20:40 03f00ce25696: Layer already exists 05:20:40 e22e8caae012: Layer already exists 05:20:40 4ec5aeed26f0: Layer already exists 05:20:40 a69c8480da63: Layer already exists 05:20:40 8262b3508912: Layer already exists 05:20:40 dc6723ec3041: Layer already exists 05:20:40 8bba399bcafa: Layer already exists 05:20:40 081be18b2fd9: Layer already exists 05:20:40 dd9c8f8612c8: Layer already exists 05:20:40 4.1.0-dev.25: digest: sha256:2605042d5d5c50a115bad4194454f6a254f0429db455efc8b2f371ede02cc44a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:41 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:20:41 03f00ce25696: Preparing 05:20:41 8262b3508912: Preparing 05:20:41 4ec5aeed26f0: Preparing 05:20:41 e22e8caae012: Preparing 05:20:41 a69c8480da63: Preparing 05:20:41 8bba399bcafa: Preparing 05:20:41 dc6723ec3041: Preparing 05:20:41 8bba399bcafa: Waiting 05:20:41 081be18b2fd9: Preparing 05:20:41 dc6723ec3041: Waiting 05:20:41 dd9c8f8612c8: Preparing 05:20:41 081be18b2fd9: Waiting 05:20:41 dd9c8f8612c8: Waiting 05:20:41 8262b3508912: Layer already exists 05:20:41 03f00ce25696: Layer already exists 05:20:41 e22e8caae012: Layer already exists 05:20:41 a69c8480da63: Layer already exists 05:20:41 4ec5aeed26f0: Layer already exists 05:20:41 dc6723ec3041: Layer already exists 05:20:41 8bba399bcafa: Layer already exists 05:20:41 dd9c8f8612c8: Layer already exists 05:20:41 081be18b2fd9: Layer already exists 05:20:41 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:2605042d5d5c50a115bad4194454f6a254f0429db455efc8b2f371ede02cc44a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:42 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:20:42 03f00ce25696: Preparing 05:20:42 8262b3508912: Preparing 05:20:42 4ec5aeed26f0: Preparing 05:20:42 e22e8caae012: Preparing 05:20:42 a69c8480da63: Preparing 05:20:42 8bba399bcafa: Preparing 05:20:42 dc6723ec3041: Preparing 05:20:42 081be18b2fd9: Preparing 05:20:42 dd9c8f8612c8: Preparing 05:20:42 8bba399bcafa: Waiting 05:20:42 dc6723ec3041: Waiting 05:20:42 081be18b2fd9: Waiting 05:20:42 03f00ce25696: Layer already exists 05:20:42 8262b3508912: Layer already exists 05:20:42 a69c8480da63: Layer already exists 05:20:42 4ec5aeed26f0: Layer already exists 05:20:42 e22e8caae012: Layer already exists 05:20:42 081be18b2fd9: Layer already exists 05:20:42 dc6723ec3041: Layer already exists 05:20:42 8bba399bcafa: Layer already exists 05:20:42 dd9c8f8612c8: Layer already exists 05:20:42 main: digest: sha256:2605042d5d5c50a115bad4194454f6a254f0429db455efc8b2f371ede02cc44a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:42 ===================================================== [Pipeline] echo 05:20:42 taggedImages: 05:20:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:20:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.25 05:20:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:20:42 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:20:42 82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:42 latest 05:20:42 4.1.0-dev.25 05:20:42 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:42 main 05:20:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:43 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:20:43 be084b028b6c: Preparing 05:20:43 edb85e934c64: Preparing 05:20:43 775c0c4f00e6: Preparing 05:20:43 e2fcf7cd7210: Preparing 05:20:43 b6c9344af5e2: Preparing 05:20:43 a69c8480da63: Preparing 05:20:43 8bba399bcafa: Preparing 05:20:43 275f248cd24e: Preparing 05:20:43 7ddc474b09dc: Preparing 05:20:43 32f7964efdc4: Preparing 05:20:43 dd9c8f8612c8: Preparing 05:20:43 a69c8480da63: Waiting 05:20:43 7ddc474b09dc: Waiting 05:20:43 8bba399bcafa: Waiting 05:20:43 32f7964efdc4: Waiting 05:20:43 dd9c8f8612c8: Waiting 05:20:43 275f248cd24e: Waiting 05:20:43 edb85e934c64: Pushed 05:20:43 e2fcf7cd7210: Pushed 05:20:43 b6c9344af5e2: Pushed 05:20:43 a69c8480da63: Layer already exists 05:20:43 8bba399bcafa: Layer already exists 05:20:44 be084b028b6c: Pushed 05:20:44 dd9c8f8612c8: Layer already exists 05:20:44 275f248cd24e: Pushed 05:20:44 7ddc474b09dc: Pushed 05:20:46 32f7964efdc4: Pushed 05:20:47 775c0c4f00e6: Pushed 05:20:48 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:035c14ed905c0a2dd1a7cdd3c86bb94472b27b8a313369be994f598689e07e70 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:20:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:20:48 be084b028b6c: Preparing 05:20:48 edb85e934c64: Preparing 05:20:48 775c0c4f00e6: Preparing 05:20:48 e2fcf7cd7210: Preparing 05:20:48 b6c9344af5e2: Preparing 05:20:48 a69c8480da63: Preparing 05:20:48 8bba399bcafa: Preparing 05:20:48 275f248cd24e: Preparing 05:20:48 7ddc474b09dc: Preparing 05:20:48 32f7964efdc4: Preparing 05:20:48 dd9c8f8612c8: Preparing 05:20:48 8bba399bcafa: Waiting 05:20:48 275f248cd24e: Waiting 05:20:48 7ddc474b09dc: Waiting 05:20:48 32f7964efdc4: Waiting 05:20:48 edb85e934c64: Layer already exists 05:20:48 775c0c4f00e6: Layer already exists 05:20:48 be084b028b6c: Layer already exists 05:20:48 b6c9344af5e2: Layer already exists 05:20:48 e2fcf7cd7210: Layer already exists 05:20:48 8bba399bcafa: Layer already exists 05:20:48 a69c8480da63: Layer already exists 05:20:48 7ddc474b09dc: Layer already exists 05:20:48 275f248cd24e: Layer already exists 05:20:48 32f7964efdc4: Layer already exists 05:20:48 dd9c8f8612c8: Layer already exists 05:20:48 latest: digest: sha256:035c14ed905c0a2dd1a7cdd3c86bb94472b27b8a313369be994f598689e07e70 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.25 05:20:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:20:49 be084b028b6c: Preparing 05:20:49 edb85e934c64: Preparing 05:20:49 775c0c4f00e6: Preparing 05:20:49 e2fcf7cd7210: Preparing 05:20:49 b6c9344af5e2: Preparing 05:20:49 a69c8480da63: Preparing 05:20:49 8bba399bcafa: Preparing 05:20:49 275f248cd24e: Preparing 05:20:49 7ddc474b09dc: Preparing 05:20:49 32f7964efdc4: Preparing 05:20:49 dd9c8f8612c8: Preparing 05:20:49 8bba399bcafa: Waiting 05:20:49 275f248cd24e: Waiting 05:20:49 7ddc474b09dc: Waiting 05:20:49 32f7964efdc4: Waiting 05:20:49 dd9c8f8612c8: Waiting 05:20:49 a69c8480da63: Waiting 05:20:49 edb85e934c64: Layer already exists 05:20:49 e2fcf7cd7210: Layer already exists 05:20:49 be084b028b6c: Layer already exists 05:20:49 b6c9344af5e2: Layer already exists 05:20:49 775c0c4f00e6: Layer already exists 05:20:49 a69c8480da63: Layer already exists 05:20:49 8bba399bcafa: Layer already exists 05:20:49 275f248cd24e: Layer already exists 05:20:49 7ddc474b09dc: Layer already exists 05:20:49 32f7964efdc4: Layer already exists 05:20:49 dd9c8f8612c8: Layer already exists 05:20:49 4.1.0-dev.25: digest: sha256:035c14ed905c0a2dd1a7cdd3c86bb94472b27b8a313369be994f598689e07e70 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:20:50 be084b028b6c: Preparing 05:20:50 edb85e934c64: Preparing 05:20:50 775c0c4f00e6: Preparing 05:20:50 e2fcf7cd7210: Preparing 05:20:50 b6c9344af5e2: Preparing 05:20:50 a69c8480da63: Preparing 05:20:50 8bba399bcafa: Preparing 05:20:50 275f248cd24e: Preparing 05:20:50 7ddc474b09dc: Preparing 05:20:50 32f7964efdc4: Preparing 05:20:50 dd9c8f8612c8: Preparing 05:20:50 8bba399bcafa: Waiting 05:20:50 275f248cd24e: Waiting 05:20:50 7ddc474b09dc: Waiting 05:20:50 32f7964efdc4: Waiting 05:20:50 dd9c8f8612c8: Waiting 05:20:50 a69c8480da63: Waiting 05:20:50 b6c9344af5e2: Layer already exists 05:20:50 e2fcf7cd7210: Layer already exists 05:20:50 edb85e934c64: Layer already exists 05:20:50 be084b028b6c: Layer already exists 05:20:50 775c0c4f00e6: Layer already exists 05:20:50 a69c8480da63: Layer already exists 05:20:50 275f248cd24e: Layer already exists 05:20:50 7ddc474b09dc: Layer already exists 05:20:50 32f7964efdc4: Layer already exists 05:20:50 8bba399bcafa: Layer already exists 05:20:50 dd9c8f8612c8: Layer already exists 05:20:50 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:035c14ed905c0a2dd1a7cdd3c86bb94472b27b8a313369be994f598689e07e70 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:51 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:20:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:20:51 be084b028b6c: Preparing 05:20:51 edb85e934c64: Preparing 05:20:51 775c0c4f00e6: Preparing 05:20:51 e2fcf7cd7210: Preparing 05:20:51 b6c9344af5e2: Preparing 05:20:51 a69c8480da63: Preparing 05:20:51 8bba399bcafa: Preparing 05:20:51 275f248cd24e: Preparing 05:20:51 7ddc474b09dc: Preparing 05:20:51 32f7964efdc4: Preparing 05:20:51 dd9c8f8612c8: Preparing 05:20:51 275f248cd24e: Waiting 05:20:51 7ddc474b09dc: Waiting 05:20:51 32f7964efdc4: Waiting 05:20:51 dd9c8f8612c8: Waiting 05:20:51 a69c8480da63: Waiting 05:20:51 8bba399bcafa: Waiting 05:20:51 b6c9344af5e2: Layer already exists 05:20:51 edb85e934c64: Layer already exists 05:20:51 be084b028b6c: Layer already exists 05:20:51 775c0c4f00e6: Layer already exists 05:20:51 e2fcf7cd7210: Layer already exists 05:20:51 8bba399bcafa: Layer already exists 05:20:51 7ddc474b09dc: Layer already exists 05:20:51 275f248cd24e: Layer already exists 05:20:51 a69c8480da63: Layer already exists 05:20:51 32f7964efdc4: Layer already exists 05:20:51 dd9c8f8612c8: Layer already exists 05:20:51 main: digest: sha256:035c14ed905c0a2dd1a7cdd3c86bb94472b27b8a313369be994f598689e07e70 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:51 ===================================================== [Pipeline] echo 05:20:51 taggedImages: 05:20:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:20:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.25 05:20:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:20:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:20:51 82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:51 latest 05:20:51 4.1.0-dev.25 05:20:51 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:20:51 main 05:20:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:52 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:20:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:20:52 59c103fd58c3: Preparing 05:20:52 f0b8a0999df4: Preparing 05:20:52 8f6ddb251e12: Preparing 05:20:52 082311ca6ca2: Preparing 05:20:52 36d4802dff21: Preparing 05:20:52 2f98836a9ef5: Preparing 05:20:52 5bf0f25d0a63: Preparing 05:20:52 a69c8480da63: Preparing 05:20:52 8bba399bcafa: Preparing 05:20:52 14b4bd345fed: Preparing 05:20:52 fab1bf693280: Preparing 05:20:52 dd9c8f8612c8: Preparing 05:20:52 a69c8480da63: Waiting 05:20:52 8bba399bcafa: Waiting 05:20:52 14b4bd345fed: Waiting 05:20:52 fab1bf693280: Waiting 05:20:52 dd9c8f8612c8: Waiting 05:20:52 2f98836a9ef5: Waiting 05:20:52 5bf0f25d0a63: Waiting 05:20:52 36d4802dff21: Pushed 05:20:52 f0b8a0999df4: Pushed 05:20:52 59c103fd58c3: Pushed 05:20:52 a69c8480da63: Layer already exists 05:20:52 5bf0f25d0a63: Pushed 05:20:52 2f98836a9ef5: Pushed 05:20:52 8bba399bcafa: Layer already exists 05:20:52 dd9c8f8612c8: Layer already exists 05:20:53 14b4bd345fed: Pushed 05:20:55 fab1bf693280: Pushed 05:20:57 082311ca6ca2: Pushed 05:20:59 8f6ddb251e12: Pushed 05:20:59 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:a69bd1ecee2d16844123526a3573f77c5a79f67c108b6c1b47e86b6cd8b87523 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:59 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:00 59c103fd58c3: Preparing 05:21:00 f0b8a0999df4: Preparing 05:21:00 8f6ddb251e12: Preparing 05:21:00 082311ca6ca2: Preparing 05:21:00 36d4802dff21: Preparing 05:21:00 2f98836a9ef5: Preparing 05:21:00 5bf0f25d0a63: Preparing 05:21:00 a69c8480da63: Preparing 05:21:00 8bba399bcafa: Preparing 05:21:00 14b4bd345fed: Preparing 05:21:00 fab1bf693280: Preparing 05:21:00 dd9c8f8612c8: Preparing 05:21:00 2f98836a9ef5: Waiting 05:21:00 5bf0f25d0a63: Waiting 05:21:00 a69c8480da63: Waiting 05:21:00 8bba399bcafa: Waiting 05:21:00 14b4bd345fed: Waiting 05:21:00 fab1bf693280: Waiting 05:21:00 dd9c8f8612c8: Waiting 05:21:00 59c103fd58c3: Layer already exists 05:21:00 f0b8a0999df4: Layer already exists 05:21:00 36d4802dff21: Layer already exists 05:21:00 8f6ddb251e12: Layer already exists 05:21:00 082311ca6ca2: Layer already exists 05:21:00 8bba399bcafa: Layer already exists 05:21:00 a69c8480da63: Layer already exists 05:21:00 2f98836a9ef5: Layer already exists 05:21:00 5bf0f25d0a63: Layer already exists 05:21:00 14b4bd345fed: Layer already exists 05:21:00 fab1bf693280: Layer already exists 05:21:00 dd9c8f8612c8: Layer already exists 05:21:00 latest: digest: sha256:a69bd1ecee2d16844123526a3573f77c5a79f67c108b6c1b47e86b6cd8b87523 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:00 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.25 05:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:01 59c103fd58c3: Preparing 05:21:01 f0b8a0999df4: Preparing 05:21:01 8f6ddb251e12: Preparing 05:21:01 082311ca6ca2: Preparing 05:21:01 36d4802dff21: Preparing 05:21:01 2f98836a9ef5: Preparing 05:21:01 5bf0f25d0a63: Preparing 05:21:01 a69c8480da63: Preparing 05:21:01 8bba399bcafa: Preparing 05:21:01 14b4bd345fed: Preparing 05:21:01 fab1bf693280: Preparing 05:21:01 dd9c8f8612c8: Preparing 05:21:01 a69c8480da63: Waiting 05:21:01 8bba399bcafa: Waiting 05:21:01 14b4bd345fed: Waiting 05:21:01 dd9c8f8612c8: Waiting 05:21:01 fab1bf693280: Waiting 05:21:01 2f98836a9ef5: Waiting 05:21:01 5bf0f25d0a63: Waiting 05:21:01 59c103fd58c3: Layer already exists 05:21:01 8f6ddb251e12: Layer already exists 05:21:01 36d4802dff21: Layer already exists 05:21:01 082311ca6ca2: Layer already exists 05:21:01 f0b8a0999df4: Layer already exists 05:21:01 2f98836a9ef5: Layer already exists 05:21:01 a69c8480da63: Layer already exists 05:21:01 8bba399bcafa: Layer already exists 05:21:01 5bf0f25d0a63: Layer already exists 05:21:01 14b4bd345fed: Layer already exists 05:21:01 fab1bf693280: Layer already exists 05:21:01 dd9c8f8612c8: Layer already exists 05:21:01 4.1.0-dev.25: digest: sha256:a69bd1ecee2d16844123526a3573f77c5a79f67c108b6c1b47e86b6cd8b87523 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:01 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:02 59c103fd58c3: Preparing 05:21:02 f0b8a0999df4: Preparing 05:21:02 8f6ddb251e12: Preparing 05:21:02 082311ca6ca2: Preparing 05:21:02 36d4802dff21: Preparing 05:21:02 2f98836a9ef5: Preparing 05:21:02 5bf0f25d0a63: Preparing 05:21:02 a69c8480da63: Preparing 05:21:02 8bba399bcafa: Preparing 05:21:02 14b4bd345fed: Preparing 05:21:02 fab1bf693280: Preparing 05:21:02 dd9c8f8612c8: Preparing 05:21:02 8bba399bcafa: Waiting 05:21:02 14b4bd345fed: Waiting 05:21:02 fab1bf693280: Waiting 05:21:02 dd9c8f8612c8: Waiting 05:21:02 2f98836a9ef5: Waiting 05:21:02 5bf0f25d0a63: Waiting 05:21:02 a69c8480da63: Waiting 05:21:02 59c103fd58c3: Layer already exists 05:21:02 f0b8a0999df4: Layer already exists 05:21:02 36d4802dff21: Layer already exists 05:21:02 082311ca6ca2: Layer already exists 05:21:02 8f6ddb251e12: Layer already exists 05:21:02 5bf0f25d0a63: Layer already exists 05:21:02 2f98836a9ef5: Layer already exists 05:21:02 a69c8480da63: Layer already exists 05:21:02 14b4bd345fed: Layer already exists 05:21:02 8bba399bcafa: Layer already exists 05:21:02 dd9c8f8612c8: Layer already exists 05:21:02 fab1bf693280: Layer already exists 05:21:02 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:a69bd1ecee2d16844123526a3573f77c5a79f67c108b6c1b47e86b6cd8b87523 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:21:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:03 59c103fd58c3: Preparing 05:21:03 f0b8a0999df4: Preparing 05:21:03 8f6ddb251e12: Preparing 05:21:03 082311ca6ca2: Preparing 05:21:03 36d4802dff21: Preparing 05:21:03 2f98836a9ef5: Preparing 05:21:03 5bf0f25d0a63: Preparing 05:21:03 a69c8480da63: Preparing 05:21:03 2f98836a9ef5: Waiting 05:21:03 8bba399bcafa: Preparing 05:21:03 5bf0f25d0a63: Waiting 05:21:03 14b4bd345fed: Preparing 05:21:03 a69c8480da63: Waiting 05:21:03 fab1bf693280: Preparing 05:21:03 8bba399bcafa: Waiting 05:21:03 dd9c8f8612c8: Preparing 05:21:03 14b4bd345fed: Waiting 05:21:03 fab1bf693280: Waiting 05:21:03 dd9c8f8612c8: Waiting 05:21:03 36d4802dff21: Layer already exists 05:21:03 082311ca6ca2: Layer already exists 05:21:03 8f6ddb251e12: Layer already exists 05:21:03 59c103fd58c3: Layer already exists 05:21:03 f0b8a0999df4: Layer already exists 05:21:03 2f98836a9ef5: Layer already exists 05:21:03 8bba399bcafa: Layer already exists 05:21:03 5bf0f25d0a63: Layer already exists 05:21:03 a69c8480da63: Layer already exists 05:21:03 14b4bd345fed: Layer already exists 05:21:03 fab1bf693280: Layer already exists 05:21:03 dd9c8f8612c8: Layer already exists 05:21:03 main: digest: sha256:a69bd1ecee2d16844123526a3573f77c5a79f67c108b6c1b47e86b6cd8b87523 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:03 ===================================================== [Pipeline] echo 05:21:03 taggedImages: 05:21:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:21:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.25 05:21:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:21:03 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:21:03 82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:03 latest 05:21:03 4.1.0-dev.25 05:21:03 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:03 main 05:21:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:21:04 24274d893c31: Preparing 05:21:04 0a00ea245e40: Preparing 05:21:04 a69c8480da63: Preparing 05:21:04 8bba399bcafa: Preparing 05:21:04 203ccbe3b218: Preparing 05:21:04 d1c4b9e94b05: Preparing 05:21:04 dd9c8f8612c8: Preparing 05:21:04 d1c4b9e94b05: Waiting 05:21:04 dd9c8f8612c8: Waiting 05:21:04 8bba399bcafa: Layer already exists 05:21:04 a69c8480da63: Layer already exists 05:21:04 dd9c8f8612c8: Layer already exists 05:21:04 203ccbe3b218: Pushed 05:21:04 24274d893c31: Pushed 05:21:06 d1c4b9e94b05: Pushed 05:21:11 0a00ea245e40: Pushed 05:21:11 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:60019b4d09374b7fcbfca52cf4284ad43e75ded091232c9d9f5cbcee4a0800b1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:21:12 24274d893c31: Preparing 05:21:12 0a00ea245e40: Preparing 05:21:12 a69c8480da63: Preparing 05:21:12 8bba399bcafa: Preparing 05:21:12 203ccbe3b218: Preparing 05:21:12 d1c4b9e94b05: Preparing 05:21:12 dd9c8f8612c8: Preparing 05:21:12 d1c4b9e94b05: Waiting 05:21:12 0a00ea245e40: Layer already exists 05:21:12 24274d893c31: Layer already exists 05:21:12 8bba399bcafa: Layer already exists 05:21:12 a69c8480da63: Layer already exists 05:21:12 203ccbe3b218: Layer already exists 05:21:12 d1c4b9e94b05: Layer already exists 05:21:12 dd9c8f8612c8: Layer already exists 05:21:12 latest: digest: sha256:60019b4d09374b7fcbfca52cf4284ad43e75ded091232c9d9f5cbcee4a0800b1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.25 05:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:21:13 24274d893c31: Preparing 05:21:13 0a00ea245e40: Preparing 05:21:13 a69c8480da63: Preparing 05:21:13 8bba399bcafa: Preparing 05:21:13 203ccbe3b218: Preparing 05:21:13 d1c4b9e94b05: Preparing 05:21:13 dd9c8f8612c8: Preparing 05:21:13 d1c4b9e94b05: Waiting 05:21:13 dd9c8f8612c8: Waiting 05:21:13 0a00ea245e40: Layer already exists 05:21:13 24274d893c31: Layer already exists 05:21:13 8bba399bcafa: Layer already exists 05:21:13 a69c8480da63: Layer already exists 05:21:13 203ccbe3b218: Layer already exists 05:21:13 d1c4b9e94b05: Layer already exists 05:21:13 dd9c8f8612c8: Layer already exists 05:21:13 4.1.0-dev.25: digest: sha256:60019b4d09374b7fcbfca52cf4284ad43e75ded091232c9d9f5cbcee4a0800b1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:13 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:21:14 24274d893c31: Preparing 05:21:14 0a00ea245e40: Preparing 05:21:14 a69c8480da63: Preparing 05:21:14 8bba399bcafa: Preparing 05:21:14 203ccbe3b218: Preparing 05:21:14 d1c4b9e94b05: Preparing 05:21:14 dd9c8f8612c8: Preparing 05:21:14 dd9c8f8612c8: Waiting 05:21:14 d1c4b9e94b05: Waiting 05:21:14 0a00ea245e40: Layer already exists 05:21:14 24274d893c31: Layer already exists 05:21:14 a69c8480da63: Layer already exists 05:21:14 8bba399bcafa: Layer already exists 05:21:14 203ccbe3b218: Layer already exists 05:21:14 dd9c8f8612c8: Layer already exists 05:21:14 d1c4b9e94b05: Layer already exists 05:21:14 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:60019b4d09374b7fcbfca52cf4284ad43e75ded091232c9d9f5cbcee4a0800b1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:21:15 24274d893c31: Preparing 05:21:15 0a00ea245e40: Preparing 05:21:15 a69c8480da63: Preparing 05:21:15 8bba399bcafa: Preparing 05:21:15 203ccbe3b218: Preparing 05:21:15 d1c4b9e94b05: Preparing 05:21:15 dd9c8f8612c8: Preparing 05:21:15 d1c4b9e94b05: Waiting 05:21:15 dd9c8f8612c8: Waiting 05:21:15 203ccbe3b218: Layer already exists 05:21:15 a69c8480da63: Layer already exists 05:21:15 24274d893c31: Layer already exists 05:21:15 0a00ea245e40: Layer already exists 05:21:15 8bba399bcafa: Layer already exists 05:21:15 dd9c8f8612c8: Layer already exists 05:21:15 d1c4b9e94b05: Layer already exists 05:21:15 main: digest: sha256:60019b4d09374b7fcbfca52cf4284ad43e75ded091232c9d9f5cbcee4a0800b1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:15 ===================================================== [Pipeline] echo 05:21:15 taggedImages: 05:21:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:21:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.25 05:21:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:21:15 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:21:15 82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:15 latest 05:21:15 4.1.0-dev.25 05:21:15 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:15 main 05:21:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:15 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:21:16 8f29880a7878: Preparing 05:21:16 c672a0f9d9ad: Preparing 05:21:16 577a84cdf1f4: Preparing 05:21:16 a69c8480da63: Preparing 05:21:16 8bba399bcafa: Preparing 05:21:16 23544758ca9e: Preparing 05:21:16 ec4fddba87f0: Preparing 05:21:16 5c6e1a8f9a44: Preparing 05:21:16 65affd3bc0e6: Preparing 05:21:16 dd9c8f8612c8: Preparing 05:21:16 ec4fddba87f0: Waiting 05:21:16 5c6e1a8f9a44: Waiting 05:21:16 65affd3bc0e6: Waiting 05:21:16 dd9c8f8612c8: Waiting 05:21:16 23544758ca9e: Waiting 05:21:16 a69c8480da63: Layer already exists 05:21:16 8bba399bcafa: Layer already exists 05:21:16 577a84cdf1f4: Pushed 05:21:16 c672a0f9d9ad: Pushed 05:21:16 8f29880a7878: Pushed 05:21:16 dd9c8f8612c8: Layer already exists 05:21:16 5c6e1a8f9a44: Pushed 05:21:17 65affd3bc0e6: Pushed 05:21:27 ec4fddba87f0: Pushed 05:21:42 23544758ca9e: Pushed 05:21:42 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:2181b40e88322cdf49054563476c960519d83ed4f9185781fcd0d5446af040ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:21:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:21:43 8f29880a7878: Preparing 05:21:43 c672a0f9d9ad: Preparing 05:21:43 577a84cdf1f4: Preparing 05:21:43 a69c8480da63: Preparing 05:21:43 8bba399bcafa: Preparing 05:21:43 23544758ca9e: Preparing 05:21:43 ec4fddba87f0: Preparing 05:21:43 5c6e1a8f9a44: Preparing 05:21:43 65affd3bc0e6: Preparing 05:21:43 dd9c8f8612c8: Preparing 05:21:43 65affd3bc0e6: Waiting 05:21:43 dd9c8f8612c8: Waiting 05:21:43 ec4fddba87f0: Waiting 05:21:43 5c6e1a8f9a44: Waiting 05:21:43 23544758ca9e: Waiting 05:21:43 577a84cdf1f4: Layer already exists 05:21:43 a69c8480da63: Layer already exists 05:21:43 8f29880a7878: Layer already exists 05:21:43 8bba399bcafa: Layer already exists 05:21:43 c672a0f9d9ad: Layer already exists 05:21:43 23544758ca9e: Layer already exists 05:21:43 ec4fddba87f0: Layer already exists 05:21:43 5c6e1a8f9a44: Layer already exists 05:21:43 65affd3bc0e6: Layer already exists 05:21:43 dd9c8f8612c8: Layer already exists 05:21:43 latest: digest: sha256:2181b40e88322cdf49054563476c960519d83ed4f9185781fcd0d5446af040ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:44 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.25 05:21:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:21:44 8f29880a7878: Preparing 05:21:44 c672a0f9d9ad: Preparing 05:21:44 577a84cdf1f4: Preparing 05:21:44 a69c8480da63: Preparing 05:21:44 8bba399bcafa: Preparing 05:21:44 23544758ca9e: Preparing 05:21:44 ec4fddba87f0: Preparing 05:21:44 5c6e1a8f9a44: Preparing 05:21:44 ec4fddba87f0: Waiting 05:21:44 65affd3bc0e6: Preparing 05:21:44 23544758ca9e: Waiting 05:21:44 dd9c8f8612c8: Preparing 05:21:44 65affd3bc0e6: Waiting 05:21:44 dd9c8f8612c8: Waiting 05:21:44 5c6e1a8f9a44: Waiting 05:21:44 8f29880a7878: Layer already exists 05:21:44 8bba399bcafa: Layer already exists 05:21:44 a69c8480da63: Layer already exists 05:21:44 577a84cdf1f4: Layer already exists 05:21:44 c672a0f9d9ad: Layer already exists 05:21:44 5c6e1a8f9a44: Layer already exists 05:21:44 ec4fddba87f0: Layer already exists 05:21:44 23544758ca9e: Layer already exists 05:21:44 dd9c8f8612c8: Layer already exists 05:21:44 65affd3bc0e6: Layer already exists 05:21:44 4.1.0-dev.25: digest: sha256:2181b40e88322cdf49054563476c960519d83ed4f9185781fcd0d5446af040ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:44 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:21:45 8f29880a7878: Preparing 05:21:45 c672a0f9d9ad: Preparing 05:21:45 577a84cdf1f4: Preparing 05:21:45 a69c8480da63: Preparing 05:21:45 8bba399bcafa: Preparing 05:21:45 23544758ca9e: Preparing 05:21:45 ec4fddba87f0: Preparing 05:21:45 5c6e1a8f9a44: Preparing 05:21:45 65affd3bc0e6: Preparing 05:21:45 dd9c8f8612c8: Preparing 05:21:45 23544758ca9e: Waiting 05:21:45 65affd3bc0e6: Waiting 05:21:45 5c6e1a8f9a44: Waiting 05:21:45 dd9c8f8612c8: Waiting 05:21:45 ec4fddba87f0: Waiting 05:21:45 a69c8480da63: Layer already exists 05:21:45 8bba399bcafa: Layer already exists 05:21:45 8f29880a7878: Layer already exists 05:21:45 c672a0f9d9ad: Layer already exists 05:21:45 577a84cdf1f4: Layer already exists 05:21:45 65affd3bc0e6: Layer already exists 05:21:45 dd9c8f8612c8: Layer already exists 05:21:45 5c6e1a8f9a44: Layer already exists 05:21:45 ec4fddba87f0: Layer already exists 05:21:45 23544758ca9e: Layer already exists 05:21:45 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:2181b40e88322cdf49054563476c960519d83ed4f9185781fcd0d5446af040ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:21:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:21:46 8f29880a7878: Preparing 05:21:46 c672a0f9d9ad: Preparing 05:21:46 577a84cdf1f4: Preparing 05:21:46 a69c8480da63: Preparing 05:21:46 8bba399bcafa: Preparing 05:21:46 23544758ca9e: Preparing 05:21:46 ec4fddba87f0: Preparing 05:21:46 5c6e1a8f9a44: Preparing 05:21:46 65affd3bc0e6: Preparing 05:21:46 dd9c8f8612c8: Preparing 05:21:46 23544758ca9e: Waiting 05:21:46 5c6e1a8f9a44: Waiting 05:21:46 65affd3bc0e6: Waiting 05:21:46 ec4fddba87f0: Waiting 05:21:46 dd9c8f8612c8: Waiting 05:21:46 8f29880a7878: Layer already exists 05:21:46 c672a0f9d9ad: Layer already exists 05:21:46 a69c8480da63: Layer already exists 05:21:46 8bba399bcafa: Layer already exists 05:21:46 577a84cdf1f4: Layer already exists 05:21:46 5c6e1a8f9a44: Layer already exists 05:21:46 23544758ca9e: Layer already exists 05:21:46 65affd3bc0e6: Layer already exists 05:21:46 ec4fddba87f0: Layer already exists 05:21:46 dd9c8f8612c8: Layer already exists 05:21:46 main: digest: sha256:2181b40e88322cdf49054563476c960519d83ed4f9185781fcd0d5446af040ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:46 ===================================================== [Pipeline] echo 05:21:46 taggedImages: 05:21:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:21:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.25 05:21:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:21:46 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:21:46 82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:46 latest 05:21:46 4.1.0-dev.25 05:21:46 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:21:46 main 05:21:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:46 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:21:47 ff94f985570c: Preparing 05:21:47 eb82ec65dbc6: Preparing 05:21:47 09d805edf27d: Preparing 05:21:47 a69c8480da63: Preparing 05:21:47 8bba399bcafa: Preparing 05:21:47 5cf6c825bc99: Preparing 05:21:47 9034f3763641: Preparing 05:21:47 c2e49607f5d1: Preparing 05:21:47 dd9c8f8612c8: Preparing 05:21:47 9034f3763641: Waiting 05:21:47 c2e49607f5d1: Waiting 05:21:47 dd9c8f8612c8: Waiting 05:21:47 5cf6c825bc99: Waiting 05:21:47 a69c8480da63: Layer already exists 05:21:47 8bba399bcafa: Layer already exists 05:21:47 eb82ec65dbc6: Pushed 05:21:47 09d805edf27d: Pushed 05:21:47 ff94f985570c: Pushed 05:21:47 9034f3763641: Pushed 05:21:47 dd9c8f8612c8: Layer already exists 05:21:48 c2e49607f5d1: Pushed 05:22:14 5cf6c825bc99: Pushed 05:22:14 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:113aca6f0d9d0c71735c48c0451d25b3731a2e5a7c1d65f6418773a22a43d073 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:15 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:15 ff94f985570c: Preparing 05:22:15 eb82ec65dbc6: Preparing 05:22:15 09d805edf27d: Preparing 05:22:15 a69c8480da63: Preparing 05:22:15 8bba399bcafa: Preparing 05:22:15 5cf6c825bc99: Preparing 05:22:15 9034f3763641: Preparing 05:22:15 c2e49607f5d1: Preparing 05:22:15 dd9c8f8612c8: Preparing 05:22:15 5cf6c825bc99: Waiting 05:22:15 9034f3763641: Waiting 05:22:15 c2e49607f5d1: Waiting 05:22:15 dd9c8f8612c8: Waiting 05:22:15 ff94f985570c: Layer already exists 05:22:15 09d805edf27d: Layer already exists 05:22:15 a69c8480da63: Layer already exists 05:22:15 8bba399bcafa: Layer already exists 05:22:15 eb82ec65dbc6: Layer already exists 05:22:15 9034f3763641: Layer already exists 05:22:15 dd9c8f8612c8: Layer already exists 05:22:15 c2e49607f5d1: Layer already exists 05:22:15 5cf6c825bc99: Layer already exists 05:22:15 latest: digest: sha256:113aca6f0d9d0c71735c48c0451d25b3731a2e5a7c1d65f6418773a22a43d073 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:16 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.25 05:22:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:16 ff94f985570c: Preparing 05:22:16 eb82ec65dbc6: Preparing 05:22:16 09d805edf27d: Preparing 05:22:16 a69c8480da63: Preparing 05:22:16 8bba399bcafa: Preparing 05:22:16 5cf6c825bc99: Preparing 05:22:16 9034f3763641: Preparing 05:22:16 c2e49607f5d1: Preparing 05:22:16 dd9c8f8612c8: Preparing 05:22:16 5cf6c825bc99: Waiting 05:22:16 c2e49607f5d1: Waiting 05:22:16 9034f3763641: Waiting 05:22:16 dd9c8f8612c8: Waiting 05:22:16 09d805edf27d: Layer already exists 05:22:16 8bba399bcafa: Layer already exists 05:22:16 ff94f985570c: Layer already exists 05:22:16 a69c8480da63: Layer already exists 05:22:16 eb82ec65dbc6: Layer already exists 05:22:16 9034f3763641: Layer already exists 05:22:16 dd9c8f8612c8: Layer already exists 05:22:16 5cf6c825bc99: Layer already exists 05:22:16 c2e49607f5d1: Layer already exists 05:22:16 4.1.0-dev.25: digest: sha256:113aca6f0d9d0c71735c48c0451d25b3731a2e5a7c1d65f6418773a22a43d073 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:22:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:17 ff94f985570c: Preparing 05:22:17 eb82ec65dbc6: Preparing 05:22:17 09d805edf27d: Preparing 05:22:17 a69c8480da63: Preparing 05:22:17 8bba399bcafa: Preparing 05:22:17 5cf6c825bc99: Preparing 05:22:17 9034f3763641: Preparing 05:22:17 c2e49607f5d1: Preparing 05:22:17 dd9c8f8612c8: Preparing 05:22:17 5cf6c825bc99: Waiting 05:22:17 9034f3763641: Waiting 05:22:17 c2e49607f5d1: Waiting 05:22:17 dd9c8f8612c8: Waiting 05:22:17 8bba399bcafa: Layer already exists 05:22:17 a69c8480da63: Layer already exists 05:22:17 09d805edf27d: Layer already exists 05:22:17 eb82ec65dbc6: Layer already exists 05:22:17 ff94f985570c: Layer already exists 05:22:17 c2e49607f5d1: Layer already exists 05:22:17 5cf6c825bc99: Layer already exists 05:22:17 dd9c8f8612c8: Layer already exists 05:22:17 9034f3763641: Layer already exists 05:22:17 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:113aca6f0d9d0c71735c48c0451d25b3731a2e5a7c1d65f6418773a22a43d073 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:18 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:22:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:18 ff94f985570c: Preparing 05:22:18 eb82ec65dbc6: Preparing 05:22:18 09d805edf27d: Preparing 05:22:18 a69c8480da63: Preparing 05:22:18 8bba399bcafa: Preparing 05:22:18 5cf6c825bc99: Preparing 05:22:18 9034f3763641: Preparing 05:22:18 c2e49607f5d1: Preparing 05:22:18 dd9c8f8612c8: Preparing 05:22:18 9034f3763641: Waiting 05:22:18 c2e49607f5d1: Waiting 05:22:18 5cf6c825bc99: Waiting 05:22:18 dd9c8f8612c8: Waiting 05:22:18 ff94f985570c: Layer already exists 05:22:18 09d805edf27d: Layer already exists 05:22:18 8bba399bcafa: Layer already exists 05:22:18 eb82ec65dbc6: Layer already exists 05:22:18 a69c8480da63: Layer already exists 05:22:18 5cf6c825bc99: Layer already exists 05:22:18 9034f3763641: Layer already exists 05:22:18 c2e49607f5d1: Layer already exists 05:22:18 dd9c8f8612c8: Layer already exists 05:22:18 main: digest: sha256:113aca6f0d9d0c71735c48c0451d25b3731a2e5a7c1d65f6418773a22a43d073 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:22:18 ===================================================== [Pipeline] echo 05:22:18 taggedImages: 05:22:18 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:22:18 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:22:18 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.25 05:22:18 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:22:18 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:22:18 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:22:18 82c539f34f6a916b913fe300897188a5ee0c39b9 05:22:18 latest 05:22:18 4.1.0-dev.25 05:22:18 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:22:18 main 05:22:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:19 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:22:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:22:19 8f29880a7878: Preparing 05:22:19 5aff026ecc79: Preparing 05:22:19 8190d391fbb7: Preparing 05:22:19 a69c8480da63: Preparing 05:22:19 8bba399bcafa: Preparing 05:22:19 71d4bf256c53: Preparing 05:22:19 5c6e1a8f9a44: Preparing 05:22:19 65affd3bc0e6: Preparing 05:22:19 dd9c8f8612c8: Preparing 05:22:19 5c6e1a8f9a44: Waiting 05:22:19 65affd3bc0e6: Waiting 05:22:19 dd9c8f8612c8: Waiting 05:22:19 71d4bf256c53: Waiting 05:22:19 8bba399bcafa: Layer already exists 05:22:19 a69c8480da63: Layer already exists 05:22:19 8f29880a7878: Layer already exists 05:22:19 5c6e1a8f9a44: Layer already exists 05:22:19 65affd3bc0e6: Layer already exists 05:22:19 dd9c8f8612c8: Layer already exists 05:22:19 5aff026ecc79: Pushed 05:22:19 8190d391fbb7: Pushed 05:22:46 71d4bf256c53: Pushed 05:22:46 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:8c7ba6ec898f9bd2c5151e2d05635db8cf7218fe245879e4dc0473663ac9dfae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:46 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:22:47 8f29880a7878: Preparing 05:22:47 5aff026ecc79: Preparing 05:22:47 8190d391fbb7: Preparing 05:22:47 a69c8480da63: Preparing 05:22:47 8bba399bcafa: Preparing 05:22:47 71d4bf256c53: Preparing 05:22:47 5c6e1a8f9a44: Preparing 05:22:47 65affd3bc0e6: Preparing 05:22:47 dd9c8f8612c8: Preparing 05:22:47 71d4bf256c53: Waiting 05:22:47 5c6e1a8f9a44: Waiting 05:22:47 dd9c8f8612c8: Waiting 05:22:47 8190d391fbb7: Layer already exists 05:22:47 8f29880a7878: Layer already exists 05:22:47 5aff026ecc79: Layer already exists 05:22:47 a69c8480da63: Layer already exists 05:22:47 8bba399bcafa: Layer already exists 05:22:47 71d4bf256c53: Layer already exists 05:22:47 65affd3bc0e6: Layer already exists 05:22:47 5c6e1a8f9a44: Layer already exists 05:22:47 dd9c8f8612c8: Layer already exists 05:22:47 latest: digest: sha256:8c7ba6ec898f9bd2c5151e2d05635db8cf7218fe245879e4dc0473663ac9dfae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:47 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.25 05:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:22:48 8f29880a7878: Preparing 05:22:48 5aff026ecc79: Preparing 05:22:48 8190d391fbb7: Preparing 05:22:48 a69c8480da63: Preparing 05:22:48 8bba399bcafa: Preparing 05:22:48 71d4bf256c53: Preparing 05:22:48 5c6e1a8f9a44: Preparing 05:22:48 65affd3bc0e6: Preparing 05:22:48 dd9c8f8612c8: Preparing 05:22:48 5c6e1a8f9a44: Waiting 05:22:48 65affd3bc0e6: Waiting 05:22:48 dd9c8f8612c8: Waiting 05:22:48 71d4bf256c53: Waiting 05:22:48 8bba399bcafa: Layer already exists 05:22:48 a69c8480da63: Layer already exists 05:22:48 8f29880a7878: Layer already exists 05:22:48 8190d391fbb7: Layer already exists 05:22:48 5aff026ecc79: Layer already exists 05:22:48 71d4bf256c53: Layer already exists 05:22:48 5c6e1a8f9a44: Layer already exists 05:22:48 65affd3bc0e6: Layer already exists 05:22:48 dd9c8f8612c8: Layer already exists 05:22:48 4.1.0-dev.25: digest: sha256:8c7ba6ec898f9bd2c5151e2d05635db8cf7218fe245879e4dc0473663ac9dfae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:22:48 8f29880a7878: Preparing 05:22:48 5aff026ecc79: Preparing 05:22:48 8190d391fbb7: Preparing 05:22:48 a69c8480da63: Preparing 05:22:48 8bba399bcafa: Preparing 05:22:48 71d4bf256c53: Preparing 05:22:48 5c6e1a8f9a44: Preparing 05:22:48 65affd3bc0e6: Preparing 05:22:48 dd9c8f8612c8: Preparing 05:22:48 5c6e1a8f9a44: Waiting 05:22:48 71d4bf256c53: Waiting 05:22:48 65affd3bc0e6: Waiting 05:22:48 dd9c8f8612c8: Waiting 05:22:48 5aff026ecc79: Layer already exists 05:22:48 8190d391fbb7: Layer already exists 05:22:48 8f29880a7878: Layer already exists 05:22:48 8bba399bcafa: Layer already exists 05:22:48 a69c8480da63: Layer already exists 05:22:48 71d4bf256c53: Layer already exists 05:22:48 5c6e1a8f9a44: Layer already exists 05:22:48 dd9c8f8612c8: Layer already exists 05:22:48 65affd3bc0e6: Layer already exists 05:22:48 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:8c7ba6ec898f9bd2c5151e2d05635db8cf7218fe245879e4dc0473663ac9dfae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:49 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:22:49 8f29880a7878: Preparing 05:22:49 5aff026ecc79: Preparing 05:22:49 8190d391fbb7: Preparing 05:22:49 a69c8480da63: Preparing 05:22:49 8bba399bcafa: Preparing 05:22:49 71d4bf256c53: Preparing 05:22:49 5c6e1a8f9a44: Preparing 05:22:49 65affd3bc0e6: Preparing 05:22:49 dd9c8f8612c8: Preparing 05:22:49 71d4bf256c53: Waiting 05:22:49 5c6e1a8f9a44: Waiting 05:22:49 65affd3bc0e6: Waiting 05:22:49 dd9c8f8612c8: Waiting 05:22:49 a69c8480da63: Layer already exists 05:22:49 8f29880a7878: Layer already exists 05:22:49 8190d391fbb7: Layer already exists 05:22:49 5aff026ecc79: Layer already exists 05:22:49 8bba399bcafa: Layer already exists 05:22:49 71d4bf256c53: Layer already exists 05:22:49 5c6e1a8f9a44: Layer already exists 05:22:49 dd9c8f8612c8: Layer already exists 05:22:49 65affd3bc0e6: Layer already exists 05:22:50 main: digest: sha256:8c7ba6ec898f9bd2c5151e2d05635db8cf7218fe245879e4dc0473663ac9dfae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:22:50 ===================================================== [Pipeline] echo 05:22:50 taggedImages: 05:22:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:22:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:22:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.25 05:22:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:22:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:22:50 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:22:50 82c539f34f6a916b913fe300897188a5ee0c39b9 05:22:50 latest 05:22:50 4.1.0-dev.25 05:22:50 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:22:50 main 05:22:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:22:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:22:51 61aae6fc6dfd: Preparing 05:22:51 0ef904bc5de8: Preparing 05:22:51 a69c8480da63: Preparing 05:22:51 8bba399bcafa: Preparing 05:22:51 14cbc5e1f828: Preparing 05:22:51 eccddcd57fdd: Preparing 05:22:51 dd9c8f8612c8: Preparing 05:22:51 eccddcd57fdd: Waiting 05:22:51 dd9c8f8612c8: Waiting 05:22:51 a69c8480da63: Layer already exists 05:22:51 8bba399bcafa: Layer already exists 05:22:51 dd9c8f8612c8: Layer already exists 05:22:51 61aae6fc6dfd: Pushed 05:22:51 14cbc5e1f828: Pushed 05:22:52 eccddcd57fdd: Pushed 05:23:00 0ef904bc5de8: Pushed 05:23:00 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:e758ad97371520478cda3774e22ba6f3e292ea9a61012ee01913df9f2fb04b97 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:23:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:01 61aae6fc6dfd: Preparing 05:23:01 0ef904bc5de8: Preparing 05:23:01 a69c8480da63: Preparing 05:23:01 8bba399bcafa: Preparing 05:23:01 14cbc5e1f828: Preparing 05:23:01 eccddcd57fdd: Preparing 05:23:01 dd9c8f8612c8: Preparing 05:23:01 eccddcd57fdd: Waiting 05:23:01 dd9c8f8612c8: Waiting 05:23:01 a69c8480da63: Layer already exists 05:23:01 8bba399bcafa: Layer already exists 05:23:01 14cbc5e1f828: Layer already exists 05:23:01 61aae6fc6dfd: Layer already exists 05:23:01 0ef904bc5de8: Layer already exists 05:23:01 dd9c8f8612c8: Layer already exists 05:23:01 eccddcd57fdd: Layer already exists 05:23:01 latest: digest: sha256:e758ad97371520478cda3774e22ba6f3e292ea9a61012ee01913df9f2fb04b97 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.25 05:23:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:02 61aae6fc6dfd: Preparing 05:23:02 0ef904bc5de8: Preparing 05:23:02 a69c8480da63: Preparing 05:23:02 8bba399bcafa: Preparing 05:23:02 14cbc5e1f828: Preparing 05:23:02 eccddcd57fdd: Preparing 05:23:02 dd9c8f8612c8: Preparing 05:23:02 eccddcd57fdd: Waiting 05:23:02 dd9c8f8612c8: Waiting 05:23:02 61aae6fc6dfd: Layer already exists 05:23:02 14cbc5e1f828: Layer already exists 05:23:02 a69c8480da63: Layer already exists 05:23:02 8bba399bcafa: Layer already exists 05:23:02 0ef904bc5de8: Layer already exists 05:23:02 dd9c8f8612c8: Layer already exists 05:23:02 eccddcd57fdd: Layer already exists 05:23:02 4.1.0-dev.25: digest: sha256:e758ad97371520478cda3774e22ba6f3e292ea9a61012ee01913df9f2fb04b97 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:03 61aae6fc6dfd: Preparing 05:23:03 0ef904bc5de8: Preparing 05:23:03 a69c8480da63: Preparing 05:23:03 8bba399bcafa: Preparing 05:23:03 14cbc5e1f828: Preparing 05:23:03 eccddcd57fdd: Preparing 05:23:03 dd9c8f8612c8: Preparing 05:23:03 eccddcd57fdd: Waiting 05:23:03 dd9c8f8612c8: Waiting 05:23:03 0ef904bc5de8: Layer already exists 05:23:03 61aae6fc6dfd: Layer already exists 05:23:03 8bba399bcafa: Layer already exists 05:23:03 14cbc5e1f828: Layer already exists 05:23:03 a69c8480da63: Layer already exists 05:23:03 dd9c8f8612c8: Layer already exists 05:23:03 eccddcd57fdd: Layer already exists 05:23:03 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:e758ad97371520478cda3774e22ba6f3e292ea9a61012ee01913df9f2fb04b97 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:04 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:04 61aae6fc6dfd: Preparing 05:23:04 0ef904bc5de8: Preparing 05:23:04 a69c8480da63: Preparing 05:23:04 8bba399bcafa: Preparing 05:23:04 14cbc5e1f828: Preparing 05:23:04 eccddcd57fdd: Preparing 05:23:04 dd9c8f8612c8: Preparing 05:23:04 eccddcd57fdd: Waiting 05:23:04 dd9c8f8612c8: Waiting 05:23:04 61aae6fc6dfd: Layer already exists 05:23:04 8bba399bcafa: Layer already exists 05:23:04 a69c8480da63: Layer already exists 05:23:04 0ef904bc5de8: Layer already exists 05:23:04 14cbc5e1f828: Layer already exists 05:23:04 eccddcd57fdd: Layer already exists 05:23:04 dd9c8f8612c8: Layer already exists 05:23:04 main: digest: sha256:e758ad97371520478cda3774e22ba6f3e292ea9a61012ee01913df9f2fb04b97 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:04 ===================================================== [Pipeline] echo 05:23:04 taggedImages: 05:23:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:23:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:23:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.25 05:23:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:23:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:23:04 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:23:04 82c539f34f6a916b913fe300897188a5ee0c39b9 05:23:04 latest 05:23:04 4.1.0-dev.25 05:23:04 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:23:04 main 05:23:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:05 13a0d7307c53: Preparing 05:23:05 fc97cea96655: Preparing 05:23:05 a69c8480da63: Preparing 05:23:05 8bba399bcafa: Preparing 05:23:05 b3c50f3d83c8: Preparing 05:23:05 c6966d869ca3: Preparing 05:23:05 dd9c8f8612c8: Preparing 05:23:05 c6966d869ca3: Waiting 05:23:05 dd9c8f8612c8: Waiting 05:23:05 8bba399bcafa: Layer already exists 05:23:05 a69c8480da63: Layer already exists 05:23:05 dd9c8f8612c8: Layer already exists 05:23:05 b3c50f3d83c8: Pushed 05:23:05 13a0d7307c53: Pushed 05:23:06 c6966d869ca3: Pushed 05:23:15 fc97cea96655: Pushed 05:23:15 82c539f34f6a916b913fe300897188a5ee0c39b9: digest: sha256:8452505b8d089a8b6523fbd2138c859109f87d1166a86cfea019d1ebbe76e410 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:23:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:15 13a0d7307c53: Preparing 05:23:15 fc97cea96655: Preparing 05:23:15 a69c8480da63: Preparing 05:23:15 8bba399bcafa: Preparing 05:23:15 b3c50f3d83c8: Preparing 05:23:15 c6966d869ca3: Preparing 05:23:15 dd9c8f8612c8: Preparing 05:23:15 c6966d869ca3: Waiting 05:23:15 dd9c8f8612c8: Waiting 05:23:15 fc97cea96655: Layer already exists 05:23:15 13a0d7307c53: Layer already exists 05:23:15 b3c50f3d83c8: Layer already exists 05:23:15 8bba399bcafa: Layer already exists 05:23:15 a69c8480da63: Layer already exists 05:23:15 c6966d869ca3: Layer already exists 05:23:15 dd9c8f8612c8: Layer already exists 05:23:16 latest: digest: sha256:8452505b8d089a8b6523fbd2138c859109f87d1166a86cfea019d1ebbe76e410 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.25 05:23:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:16 13a0d7307c53: Preparing 05:23:16 fc97cea96655: Preparing 05:23:16 a69c8480da63: Preparing 05:23:16 8bba399bcafa: Preparing 05:23:16 b3c50f3d83c8: Preparing 05:23:16 c6966d869ca3: Preparing 05:23:16 dd9c8f8612c8: Preparing 05:23:16 c6966d869ca3: Waiting 05:23:16 dd9c8f8612c8: Waiting 05:23:16 8bba399bcafa: Layer already exists 05:23:16 b3c50f3d83c8: Layer already exists 05:23:16 13a0d7307c53: Layer already exists 05:23:16 fc97cea96655: Layer already exists 05:23:16 a69c8480da63: Layer already exists 05:23:17 c6966d869ca3: Layer already exists 05:23:17 dd9c8f8612c8: Layer already exists 05:23:17 4.1.0-dev.25: digest: sha256:8452505b8d089a8b6523fbd2138c859109f87d1166a86cfea019d1ebbe76e410 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:17 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:17 13a0d7307c53: Preparing 05:23:17 fc97cea96655: Preparing 05:23:17 a69c8480da63: Preparing 05:23:17 8bba399bcafa: Preparing 05:23:17 b3c50f3d83c8: Preparing 05:23:17 c6966d869ca3: Preparing 05:23:17 dd9c8f8612c8: Preparing 05:23:17 c6966d869ca3: Waiting 05:23:17 dd9c8f8612c8: Waiting 05:23:17 b3c50f3d83c8: Layer already exists 05:23:17 fc97cea96655: Layer already exists 05:23:17 8bba399bcafa: Layer already exists 05:23:17 a69c8480da63: Layer already exists 05:23:17 13a0d7307c53: Layer already exists 05:23:17 dd9c8f8612c8: Layer already exists 05:23:17 c6966d869ca3: Layer already exists 05:23:17 82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25: digest: sha256:8452505b8d089a8b6523fbd2138c859109f87d1166a86cfea019d1ebbe76e410 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:18 13a0d7307c53: Preparing 05:23:18 fc97cea96655: Preparing 05:23:18 a69c8480da63: Preparing 05:23:18 8bba399bcafa: Preparing 05:23:18 b3c50f3d83c8: Preparing 05:23:18 c6966d869ca3: Preparing 05:23:18 dd9c8f8612c8: Preparing 05:23:18 c6966d869ca3: Waiting 05:23:18 dd9c8f8612c8: Waiting 05:23:18 8bba399bcafa: Layer already exists 05:23:18 a69c8480da63: Layer already exists 05:23:18 fc97cea96655: Layer already exists 05:23:18 13a0d7307c53: Layer already exists 05:23:18 b3c50f3d83c8: Layer already exists 05:23:18 dd9c8f8612c8: Layer already exists 05:23:18 c6966d869ca3: Layer already exists 05:23:18 main: digest: sha256:8452505b8d089a8b6523fbd2138c859109f87d1166a86cfea019d1ebbe76e410 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:18 ===================================================== [Pipeline] echo 05:23:18 taggedImages: 05:23:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 05:23:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:23:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.25 05:23:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 05:23:18 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 05:23:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:18 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.25 [Pipeline] echo 05:23:19 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82c539f34f6a916b913fe300897188a5ee0c39b9-4.1.0-dev.25 [Pipeline] echo 05:23: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 05:23:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:23:20 05:23:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:23:20 arm64: Pulling from edgex-lftools-log-publisher 05:23:20 8998bd30e6a1: Pulling fs layer 05:23:20 04944245beec: Pulling fs layer 05:23:20 699f458cf7ca: Pulling fs layer 05:23:20 765212b225bb: Pulling fs layer 05:23:20 f23df028b6ca: Pulling fs layer 05:23:20 d65c8cfc05b1: Pulling fs layer 05:23:20 2437ff75d9bd: Pulling fs layer 05:23:20 765212b225bb: Waiting 05:23:20 d65c8cfc05b1: Waiting 05:23:20 2437ff75d9bd: Waiting 05:23:20 04944245beec: Verifying Checksum 05:23:20 04944245beec: Download complete 05:23:20 765212b225bb: Download complete 05:23:20 f23df028b6ca: Verifying Checksum 05:23:20 f23df028b6ca: Download complete 05:23:20 d65c8cfc05b1: Verifying Checksum 05:23:20 d65c8cfc05b1: Download complete 05:23:20 699f458cf7ca: Verifying Checksum 05:23:21 8998bd30e6a1: Verifying Checksum 05:23:21 8998bd30e6a1: Download complete 05:23:24 2437ff75d9bd: Verifying Checksum 05:23:24 2437ff75d9bd: Download complete 05:23:25 8998bd30e6a1: Pull complete 05:23:26 04944245beec: Pull complete 05:23:27 699f458cf7ca: Pull complete 05:23:28 765212b225bb: Pull complete 05:23:29 f23df028b6ca: Pull complete 05:23:29 d65c8cfc05b1: Pull complete 05:23:47 2437ff75d9bd: Pull complete 05:23:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:23:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:23:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:23:47 prd-ubuntu20.04-docker-arm64-4c-16g-3495 does not seem to be running inside a container 05:23: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/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:23:49 $ docker top d1f3c3ec29fa335c2510013ac27b34151b59ba7ca4fcedc982c241c397bace37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:23:50 ---> job-cost.sh 05:23:50 lf-activate-venv: SKIPPING 05:23:50 INFO: No Stack... 05:23:50 INFO: Retrieving Pricing Info for: v3-standard-4 05:23:51 INFO: Archiving Costs [Pipeline] sh 05:23:52 + cat /w/workspace/edgex-go/856/archives/cost.csv 05:23:52 + cut -d, -f6 [Pipeline] lock 05:23:52 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-856-stack-cost] 05:23:52 Resource [jenkins-edgexfoundry-edgex-go-main-856-stack-cost] did not exist. Created. 05:23:52 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-856-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:23:53 + echo total: 0.10999999940395355 [Pipeline] stash 05:23:53 Stashed 1 file(s) [Pipeline] } 05:23:53 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-856-stack-cost] [Pipeline] // lock [Pipeline] } 05:23:53 $ docker stop --time=1 d1f3c3ec29fa335c2510013ac27b34151b59ba7ca4fcedc982c241c397bace37 05:23:55 $ docker rm -f --volumes d1f3c3ec29fa335c2510013ac27b34151b59ba7ca4fcedc982c241c397bace37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:23:56 provisioning config files... 05:23:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/856@tmp/config17107703297725760099tmp [Pipeline] { [Pipeline] sh 05:23:56 + set +x 05:23:56 + bash -s -- 05:23:56 + curl -s https://codecov.io/bash 05:23:56 05:23:56 _____ _ 05:23:56 / ____| | | 05:23:56 | | ___ __| | ___ ___ _____ __ 05:23:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:23:56 | |___| (_) | (_| | __/ (_| (_) \ V / 05:23:56 \_____\___/ \__,_|\___|\___\___/ \_/ 05:23:56 Bash-1.0.6 05:23:56 05:23:56 05:23:56 ==> git version 2.25.1 found 05:23:56 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 05:23:56 Release-Date: 2020-01-08 05:23:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:23:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:23:56 ==> Jenkins CI detected. 05:23:56 current dir:  /w/workspace/edgex-go/856 05:23:56 project root: . 05:23:56 --> token set from env 05:23:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:23:56 ==> Running gcov in . (disable via -X gcov) 05:23:56 ==> Python coveragepy not found 05:23:56 ==> Searching for coverage reports in: 05:23:56 + . 05:23:56 -> Found 1 reports 05:23:56 ==> Detecting git/mercurial file structure 05:23:56 ==> Reading reports 05:23:56 + ./coverage.out bytes=1662491 05:23:56 ==> Appending adjustments 05:23:56 https://docs.codecov.io/docs/fixing-reports 05:23:58 + Found adjustments 05:23:58 ==> Gzipping contents 05:23:58 140K /tmp/codecov.YyK32G.gz 05:23:58 ==> Uploading reports 05:23:58 url: https://codecov.io 05:23:58 query: branch=main&commit=82c539f34f6a916b913fe300897188a5ee0c39b9&build=856&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F856%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:23:58 -> Pinging Codecov 05:23:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=82c539f34f6a916b913fe300897188a5ee0c39b9&build=856&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F856%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:23:58 -> Uploading to 05:23:58 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/82c539f34f6a916b913fe300897188a5ee0c39b9/f8b91111-fbb7-4ee9-92f1-06e5b5d5a626.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250618%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250618T052358Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=5cbe6936b978c0695bfd0130f4cb05cac604c3ebf14bb5cc5e1ee6e56f313298 05:23:58 % Total % Received % Xferd Average Speed Time Time Time Current 05:23:58 Dload Upload Total Spent Left Speed 05:23:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 581k --:--:-- --:--:-- --:--:-- 581k 05:23:58 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/82c539f34f6a916b913fe300897188a5ee0c39b9 [Pipeline] } 05:23:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:23:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:23:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:23:59 05:23:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:23:59 latest: Pulling from edgex-devops/edgex-snyk-go 05:23:59 0a9a5dfd008f: Already exists 05:23:59 36466aa92d05: Already exists 05:23:59 e10405b45d13: Already exists 05:23:59 096b7ceb2af7: Already exists 05:23:59 4f4fb700ef54: Already exists 05:23:59 e50aa161e22a: Pulling fs layer 05:23:59 d3c8db5fb9df: Pulling fs layer 05:23:59 e50aa161e22a: Verifying Checksum 05:23:59 e50aa161e22a: Download complete 05:24:00 e50aa161e22a: Pull complete 05:24:00 d3c8db5fb9df: Verifying Checksum 05:24:00 d3c8db5fb9df: Download complete 05:24:03 d3c8db5fb9df: Pull complete 05:24:03 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 05:24:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:24:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:03 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 05:24: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/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:24:04 $ docker top ec5862c89b42ce63bfbf694fe7e1b712aa2cadaa33777ef2c78ec47f5b3d9866 -eo pid,comm [Pipeline] { [Pipeline] sh 05:24:05 + git config --global --add safe.directory /w/workspace/edgex-go/856 [Pipeline] echo 05:24:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:24:05 + set -o pipefail 05:24:05 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:24:17 05:24:17 Monitoring /w/workspace/edgex-go/856 (github.com/edgexfoundry/edgex-go)... 05:24:17 05:24:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/53f5adec-ad6d-44ff-b3fd-9a4f879e5842 05:24:17 05:24:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:24:17 05:24:18 05:24:18 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 05:24:18 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:24:18 $ docker stop --time=1 ec5862c89b42ce63bfbf694fe7e1b712aa2cadaa33777ef2c78ec47f5b3d9866 05:24:21 $ docker rm -f --volumes ec5862c89b42ce63bfbf694fe7e1b712aa2cadaa33777ef2c78ec47f5b3d9866 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:24:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:24:21 provisioning config files... 05:24:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/856@tmp/config64146037550424401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:24:21 --> edgex-publish-swagger.sh 05:24:21 === Publish openapi API === 05:24:21 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:24:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/856/openapi/core-command.yaml] 05:24:21 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:21 Dload Upload Total Spent Left Speed 05:24:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 286 141k --:--:-- --:--:-- --:--:-- 142k 05:24:21 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:21 05:24:21 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/856/openapi/core-data.yaml] 05:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:22 Dload Upload Total Spent Left Speed 05:24:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 300 314k --:--:-- --:--:-- --:--:-- 315k 05:24:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:22 05:24:22 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/856/openapi/core-keeper.yaml] 05:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:22 Dload Upload Total Spent Left Speed 05:24:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 468 209k --:--:-- --:--:-- --:--:-- 209k 05:24:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:22 05:24:22 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/856/openapi/core-metadata.yaml] 05:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:22 Dload Upload Total Spent Left Speed 05:24:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 400 950k --:--:-- --:--:-- --:--:-- 950k 05:24:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:22 05:24:22 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/856/openapi/security-proxy-auth.yaml] 05:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:22 Dload Upload Total Spent Left Speed 05:24:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24469 0 0 100 24469 0 117k --:--:-- --:--:-- --:--:-- 117k 100 24535 100 66 100 24469 297 107k --:--:-- --:--:-- --:--:-- 107k 05:24:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:22 05:24:22 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/856/openapi/security-secretstore-setup.yaml] 05:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:22 Dload Upload Total Spent Left Speed 05:24:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 589 34937 --:--:-- --:--:-- --:--:-- 35526 05:24:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:22 05:24:22 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/856/openapi/support-notifications.yaml] 05:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:22 Dload Upload Total Spent Left Speed 05:24:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 280 415k --:--:-- --:--:-- --:--:-- 415k 05:24:23 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:23 05:24:23 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/856/openapi/support-scheduler.yaml] 05:24:23 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:23 Dload Upload Total Spent Left Speed 05:24:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 390 292k --:--:-- --:--:-- --:--:-- 293k 05:24:23 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:23 [Pipeline] } 05:24:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:24:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:24:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:24:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:24 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 05:24:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:24:24 $ docker top d885be07d0726aeff09ff269e7facdd5a0c00df5ff819f880e855aef1f8ed913 -eo pid,comm 05:24:24 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:24:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:24:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:24:24 [ssh-agent] Looking for ssh-agent implementation... 05:24:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:24:24 $ docker exec d885be07d0726aeff09ff269e7facdd5a0c00df5ff819f880e855aef1f8ed913 ssh-agent 05:24:25 SSH_AUTH_SOCK=/tmp/ssh-dtclDwRPiaXs/agent.31 05:24:25 SSH_AGENT_PID=37 05:24:25 Running ssh-add (command line suppressed) 05:24:25 Identity added: /w/workspace/edgex-go/856@tmp/private_key_4246376350814699637.key (/w/workspace/edgex-go/856@tmp/private_key_4246376350814699637.key) 05:24:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:24:25 + git semver tag 05:24:25 2025-06-18 05:24:25,669 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:24:25 2025-06-18 05:24:25,674 [run_tag] DEBUG tag force:False 05:24:25 2025-06-18 05:24:25,674 [check_head_tag] DEBUG check head tag 05:24:25 2025-06-18 05:24:25,675 [execute] INFO git cat-file --batch-check 05:24:25 2025-06-18 05:24:25,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/856, stdin=, shell=False, universal_newlines=False) 05:24:25 2025-06-18 05:24:25,677 [execute] INFO git cat-file --batch 05:24:25 2025-06-18 05:24:25,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/856, stdin=, shell=False, universal_newlines=False) 05:24:25 2025-06-18 05:24:25,692 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 05:24:25 2025-06-18 05:24:25,692 [execute] INFO git tag -a v4.1.0-dev.25 -m v4.1.0-dev.25 05:24:25 2025-06-18 05:24:25,692 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.25', '-m', 'v4.1.0-dev.25'], cwd=/w/workspace/edgex-go/856, stdin=None, shell=False, universal_newlines=False) 05:24:25 2025-06-18 05:24:25,695 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 05:24:25 4.1.0-dev.25 [Pipeline] } 05:24:25 $ docker exec --env ******** --env ******** d885be07d0726aeff09ff269e7facdd5a0c00df5ff819f880e855aef1f8ed913 ssh-agent -k 05:24:25 unset SSH_AUTH_SOCK; 05:24:25 unset SSH_AGENT_PID; 05:24:25 echo Agent pid 37 killed; 05:24:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:24:26 + git semver [Pipeline] } 05:24:26 $ docker stop --time=1 d885be07d0726aeff09ff269e7facdd5a0c00df5ff819f880e855aef1f8ed913 05:24:27 $ docker rm -f --volumes d885be07d0726aeff09ff269e7facdd5a0c00df5ff819f880e855aef1f8ed913 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:24:28 05:24:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:24:28 0.23.1-centos7: Pulling from edgex-lftools 05:24:28 ab5ef0e58194: Pulling fs layer 05:24:28 9712f1f96733: Pulling fs layer 05:24:28 63f879dbbcfc: Pulling fs layer 05:24:28 0d9ebad4ef96: Pulling fs layer 05:24:28 e9a5061849ea: Pulling fs layer 05:24:28 d747dcd14b5f: Pulling fs layer 05:24:28 2de7ff778b66: Pulling fs layer 05:24:28 e9a5061849ea: Waiting 05:24:28 0d9ebad4ef96: Waiting 05:24:28 d747dcd14b5f: Waiting 05:24:28 2de7ff778b66: Waiting 05:24:28 9712f1f96733: Verifying Checksum 05:24:28 9712f1f96733: Download complete 05:24:28 63f879dbbcfc: Verifying Checksum 05:24:28 63f879dbbcfc: Download complete 05:24:28 e9a5061849ea: Verifying Checksum 05:24:28 e9a5061849ea: Download complete 05:24:28 0d9ebad4ef96: Verifying Checksum 05:24:28 0d9ebad4ef96: Download complete 05:24:28 d747dcd14b5f: Download complete 05:24:28 ab5ef0e58194: Download complete 05:24:28 2de7ff778b66: Verifying Checksum 05:24:28 2de7ff778b66: Download complete 05:24:31 ab5ef0e58194: Pull complete 05:24:31 9712f1f96733: Pull complete 05:24:31 63f879dbbcfc: Pull complete 05:24:35 0d9ebad4ef96: Pull complete 05:24:35 e9a5061849ea: Pull complete 05:24:35 d747dcd14b5f: Pull complete 05:24:36 2de7ff778b66: Pull complete 05:24:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:24:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:24:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:36 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 05:24:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:24:39 $ docker top 16342d47789738838d1c83687bae8db99155b75b1661c27d68c1be1ac523e190 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:24:39 provisioning config files... 05:24:39 copy managed file [sigul-config] to file:/w/workspace/edgex-go/856@tmp/config14523208869216524053tmp 05:24:39 copy managed file [sigul-password] to file:/w/workspace/edgex-go/856@tmp/config12773379038682802107tmp 05:24:39 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/856@tmp/config2114785842044329705tmp [Pipeline] { [Pipeline] echo 05:24:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:24:39 ---> sigul-configuration.sh 05:24:39 gpg: directory `/root/.gnupg' created 05:24:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:24:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:24:39 gpg: keyring `/root/.gnupg/secring.gpg' created 05:24:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:24:39 gpg: CAST5 encrypted data 05:24:39 gpg: encrypted with 1 passphrase 05:24:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:24:39 + mkdir /home/jenkins 05:24:39 + mkdir /home/jenkins/sigul [Pipeline] sh 05:24:40 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:24:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:24:40 ---> sigul-install.sh 05:24:40 Sigul already installed; skipping installation. [Pipeline] sh 05:24:40 + git tag --list 05:24:40 0.6.0 05:24:40 0.6.1 05:24:40 0.7.0 05:24:40 0.7.1 05:24:40 v1.0.0 05:24:40 v1.0.1 05:24:40 v1.1.0 05:24:40 v1.2.0 05:24:40 v1.2.1 05:24:40 v1.3.0 05:24:40 v1.3.1 05:24:40 v2.0.0 05:24:40 v2.1.0 05:24:40 v2.1.1 05:24:40 v2.2.0 05:24:40 v2.3.0 05:24:40 v3.0 05:24:40 v3.0.0 05:24:40 v3.1 05:24:40 v3.1.0 05:24:40 v3.1.1 05:24:40 v4.0 05:24:40 v4.0.0 05:24:40 v4.0.1 05:24:40 v4.0.1-dev.1 05:24:40 v4.1.0-dev.1 05:24:40 v4.1.0-dev.10 05:24:40 v4.1.0-dev.11 05:24:40 v4.1.0-dev.12 05:24:40 v4.1.0-dev.13 05:24:40 v4.1.0-dev.14 05:24:40 v4.1.0-dev.15 05:24:40 v4.1.0-dev.16 05:24:40 v4.1.0-dev.17 05:24:40 v4.1.0-dev.18 05:24:40 v4.1.0-dev.19 05:24:40 v4.1.0-dev.2 05:24:40 v4.1.0-dev.20 05:24:40 v4.1.0-dev.21 05:24:40 v4.1.0-dev.22 05:24:40 v4.1.0-dev.23 05:24:40 v4.1.0-dev.24 05:24:40 v4.1.0-dev.25 05:24:40 v4.1.0-dev.3 05:24:40 v4.1.0-dev.4 05:24:40 v4.1.0-dev.5 05:24:40 v4.1.0-dev.6 05:24:40 v4.1.0-dev.7 05:24:40 v4.1.0-dev.8 05:24:40 v4.1.0-dev.9 [Pipeline] sh 05:24:41 + lftools sign git-tag v4.1.0-dev.25 05:24:41 Signing Git tag with Sigul... 05:24:41 Signing v4.1.0-dev.25 [Pipeline] echo 05:24:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:24:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:24:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:24:42 $ docker stop --time=1 16342d47789738838d1c83687bae8db99155b75b1661c27d68c1be1ac523e190 05:24:43 $ docker rm -f --volumes 16342d47789738838d1c83687bae8db99155b75b1661c27d68c1be1ac523e190 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:24:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:24:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:24:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:44 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 05:24:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:24:44 $ docker top 93312a0a517c9287965dc6aa3cb18e0e1a24765d25ca03a33049e04cfac41a50 -eo pid,comm 05:24:44 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:24:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:24:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:24:44 [ssh-agent] Looking for ssh-agent implementation... 05:24:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:24:44 $ docker exec 93312a0a517c9287965dc6aa3cb18e0e1a24765d25ca03a33049e04cfac41a50 ssh-agent 05:24:45 SSH_AUTH_SOCK=/tmp/ssh-kpL00GSj6P6e/agent.32 05:24:45 SSH_AGENT_PID=38 05:24:45 Running ssh-add (command line suppressed) 05:24:45 Identity added: /w/workspace/edgex-go/856@tmp/private_key_5303048950672109019.key (/w/workspace/edgex-go/856@tmp/private_key_5303048950672109019.key) 05:24:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:24:45 + git semver bump pre 05:24:45 2025-06-18 05:24:45,682 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:24:45 2025-06-18 05:24:45,686 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 05:24:45 2025-06-18 05:24:45,686 [bump_version] DEBUG bumping version:4.1.0-dev.25 on axis:pre with prefix:dev 05:24:45 2025-06-18 05:24:45,686 [bump_version] DEBUG bumped version:4.1.0-dev.26 05:24:45 2025-06-18 05:24:45,686 [write_version] DEBUG write version:4.1.0-dev.26 to path:/w/workspace/edgex-go/856/.semver/main with force:True 05:24:45 2025-06-18 05:24:45,686 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 05:24:45 2025-06-18 05:24:45,686 [write_file] DEBUG write to file:/w/workspace/edgex-go/856/.semver/main 05:24:45 2025-06-18 05:24:45,687 [execute] INFO git cat-file --batch-check 05:24:45 2025-06-18 05:24:45,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/856/.semver, stdin=, shell=False, universal_newlines=False) 05:24:45 2025-06-18 05:24:45,691 [execute] INFO git cat-file --batch 05:24:45 2025-06-18 05:24:45,691 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/856/.semver, stdin=, shell=False, universal_newlines=False) 05:24:45 2025-06-18 05:24:45,694 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 05:24:45 4.1.0-dev.26 [Pipeline] } 05:24:45 $ docker exec --env ******** --env ******** 93312a0a517c9287965dc6aa3cb18e0e1a24765d25ca03a33049e04cfac41a50 ssh-agent -k 05:24:45 unset SSH_AUTH_SOCK; 05:24:45 unset SSH_AGENT_PID; 05:24:45 echo Agent pid 38 killed; 05:24:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:24:46 + git semver [Pipeline] } 05:24:46 $ docker stop --time=1 93312a0a517c9287965dc6aa3cb18e0e1a24765d25ca03a33049e04cfac41a50 05:24:47 $ docker rm -f --volumes 93312a0a517c9287965dc6aa3cb18e0e1a24765d25ca03a33049e04cfac41a50 [Pipeline] // withDockerContainer [Pipeline] sh 05:24:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:24:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:24:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:48 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 05:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:24:48 $ docker top 479383c2eb037c06b8111696aebaca4842a136491e21f8e4fb6388f903d90146 -eo pid,comm 05:24:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:24:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:24:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:24:48 [ssh-agent] Looking for ssh-agent implementation... 05:24:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:24:49 $ docker exec 479383c2eb037c06b8111696aebaca4842a136491e21f8e4fb6388f903d90146 ssh-agent 05:24:49 SSH_AUTH_SOCK=/tmp/ssh-0iAcGdEBUWmE/agent.32 05:24:49 SSH_AGENT_PID=38 05:24:49 Running ssh-add (command line suppressed) 05:24:49 Identity added: /w/workspace/edgex-go/856@tmp/private_key_17414571331169788283.key (/w/workspace/edgex-go/856@tmp/private_key_17414571331169788283.key) 05:24:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:24:49 + git semver push 05:24:50 2025-06-18 05:24:49,857 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:24:50 2025-06-18 05:24:49,868 [run_push] DEBUG push 05:24:50 2025-06-18 05:24:49,869 [execute] INFO git cat-file --batch-check 05:24:50 2025-06-18 05:24:49,869 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/856/.semver, stdin=, shell=False, universal_newlines=False) 05:24:50 2025-06-18 05:24:49,874 [execute] INFO git rev-list 4970022e8c237e91b0a2d7731db5e6895bc6649b -- 05:24:50 2025-06-18 05:24:49,874 [execute] DEBUG Popen(['git', 'rev-list', '4970022e8c237e91b0a2d7731db5e6895bc6649b', '--'], cwd=/w/workspace/edgex-go/856/.semver, stdin=None, shell=False, universal_newlines=False) 05:24:50 2025-06-18 05:24:49,892 [execute] INFO git fetch -v -- origin 05:24:50 2025-06-18 05:24:49,892 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/856/.semver, stdin=None, shell=False, universal_newlines=True) 05:24:50 2025-06-18 05:24:50,404 [run_push] DEBUG no remote changes detected 05:24:50 2025-06-18 05:24:50,404 [execute] INFO git push origin semver 05:24:50 2025-06-18 05:24:50,405 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/856/.semver, stdin=None, shell=False, universal_newlines=False) 05:24:51 2025-06-18 05:24:51,093 [run_push] DEBUG push all version tags 05:24:51 2025-06-18 05:24:51,093 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:24:51 2025-06-18 05:24:51,094 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/856, stdin=None, shell=False, universal_newlines=False) 05:24:51 2025-06-18 05:24:51,706 [read_version] DEBUG read version from /w/workspace/edgex-go/856/.semver/main 05:24:51 4.1.0-dev.26 [Pipeline] } 05:24:51 $ docker exec --env ******** --env ******** 479383c2eb037c06b8111696aebaca4842a136491e21f8e4fb6388f903d90146 ssh-agent -k 05:24:51 unset SSH_AUTH_SOCK; 05:24:51 unset SSH_AGENT_PID; 05:24:51 echo Agent pid 38 killed; 05:24:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:24:52 + git semver [Pipeline] } 05:24:52 $ docker stop --time=1 479383c2eb037c06b8111696aebaca4842a136491e21f8e4fb6388f903d90146 05:24:53 $ docker rm -f --volumes 479383c2eb037c06b8111696aebaca4842a136491e21f8e4fb6388f903d90146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:24:54 + [ -d /w/workspace/edgex-go/856/archives ] [Pipeline] libraryResource [Pipeline] sh 05:24:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:24:55 ---> package-listing.sh 05:24:55 ++ facter osfamily 05:24:55 ++ tr '[:upper:]' '[:lower:]' 05:24:55 + OS_FAMILY=debian 05:24:55 + workspace=/w/workspace/edgex-go/856 05:24:55 + START_PACKAGES=/tmp/packages_start.txt 05:24:55 + END_PACKAGES=/tmp/packages_end.txt 05:24:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:24:55 + PACKAGES=/tmp/packages_start.txt 05:24:55 + '[' /w/workspace/edgex-go/856 ']' 05:24:55 + PACKAGES=/tmp/packages_end.txt 05:24:55 + case "${OS_FAMILY}" in 05:24:55 + dpkg -l 05:24:55 + grep '^ii' 05:24:55 + '[' -f /tmp/packages_start.txt ']' 05:24:55 + '[' -f /tmp/packages_end.txt ']' 05:24:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:24:55 + '[' /w/workspace/edgex-go/856 ']' 05:24:55 + mkdir -p /w/workspace/edgex-go/856/archives/ 05:24:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/856/archives/ [Pipeline] echo 05:24:55 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/856/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:24:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:24:56 05:24:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:24:56 latest: Pulling from edgex-lftools-log-publisher 05:24:56 5eb5b503b376: Pulling fs layer 05:24:56 5c69ac0246d0: Pulling fs layer 05:24:56 ec43610c2a17: Pulling fs layer 05:24:56 3a2ae6a8a46f: Pulling fs layer 05:24:56 33b1e0a273af: Pulling fs layer 05:24:56 5d3b04190fa2: Pulling fs layer 05:24:56 2f39f015ded8: Pulling fs layer 05:24:56 3a2ae6a8a46f: Waiting 05:24:56 33b1e0a273af: Waiting 05:24:56 2f39f015ded8: Waiting 05:24:57 5c69ac0246d0: Download complete 05:24:57 3a2ae6a8a46f: Verifying Checksum 05:24:57 3a2ae6a8a46f: Download complete 05:24:57 33b1e0a273af: Verifying Checksum 05:24:57 33b1e0a273af: Download complete 05:24:57 ec43610c2a17: Verifying Checksum 05:24:57 ec43610c2a17: Download complete 05:24:57 5d3b04190fa2: Verifying Checksum 05:24:57 5d3b04190fa2: Download complete 05:24:57 5eb5b503b376: Verifying Checksum 05:24:57 5eb5b503b376: Download complete 05:24:57 2f39f015ded8: Download complete 05:24:58 5eb5b503b376: Pull complete 05:24:58 5c69ac0246d0: Pull complete 05:24:59 ec43610c2a17: Pull complete 05:24:59 3a2ae6a8a46f: Pull complete 05:24:59 33b1e0a273af: Pull complete 05:24:59 5d3b04190fa2: Pull complete 05:25:03 2f39f015ded8: Pull complete 05:25:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:25:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:25:03 prd-ubuntu20.04-docker-8c-8g-3493 does not seem to be running inside a container 05:25:03 $ 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/856/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/856 -v /w/workspace/edgex-go/856:/w/workspace/edgex-go/856:rw,z -v /w/workspace/edgex-go/856@tmp:/w/workspace/edgex-go/856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:25:06 $ docker top 6881474be50852f791d3fe628fbbbfae445b4c6feb32a434ed897df20da90b69 -eo pid,comm [Pipeline] { [Pipeline] sh 05:25:06 + touch /tmp/pre-build-complete [Pipeline] sh 05:25:06 + mkdir -p /var/log/sysstat [Pipeline] sh 05:25:07 + ls /var/log/sa-host 05:25:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:25:07 provisioning config files... 05:25:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/856@tmp/config15445580648368422364tmp [Pipeline] { [Pipeline] echo 05:25:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:25:07 ---> create-netrc.sh [Pipeline] } 05:25:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:25:07 ---> python-tools-install.sh [Pipeline] echo 05:25:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:25:08 ---> sudo-logs.sh 05:25:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:25:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:25:08 ---> job-cost.sh 05:25:08 lf-activate-venv: SKIPPING 05:25:08 DEBUG: total: 0.10999999940395355 05:25:08 INFO: Retrieving Stack Cost... 05:25:09 INFO: Retrieving Pricing Info for: v3-standard-8 05:25:09 INFO: Archiving Costs [Pipeline] echo 05:25:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:25:09 ---> logs-deploy.sh 05:25:09 lf-activate-venv: SKIPPING 05:25:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/856 05:25:09 INFO: archiving workspace using pattern(s): 05:25:10 Archives upload complete. 05:25:10 INFO: archiving logs to Nexus 05:25:11 ---> uname -a: 05:25:11 Linux prd-ubuntu20-04-docker-8c-8g-3493 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:25:11 05:25:11 05:25:11 ---> lscpu: 05:25:11 Architecture: x86_64 05:25:11 CPU op-mode(s): 32-bit, 64-bit 05:25:11 Byte Order: Little Endian 05:25:11 Address sizes: 40 bits physical, 48 bits virtual 05:25:11 CPU(s): 8 05:25:11 On-line CPU(s) list: 0-7 05:25:11 Thread(s) per core: 1 05:25:11 Core(s) per socket: 1 05:25:11 Socket(s): 8 05:25:11 NUMA node(s): 1 05:25:11 Vendor ID: AuthenticAMD 05:25:11 CPU family: 23 05:25:11 Model: 49 05:25:11 Model name: AMD EPYC-Rome Processor 05:25:11 Stepping: 0 05:25:11 CPU MHz: 2800.000 05:25:11 BogoMIPS: 5600.00 05:25:11 Virtualization: AMD-V 05:25:11 Hypervisor vendor: KVM 05:25:11 Virtualization type: full 05:25:11 L1d cache: 256 KiB 05:25:11 L1i cache: 256 KiB 05:25:11 L2 cache: 4 MiB 05:25:11 L3 cache: 128 MiB 05:25:11 NUMA node0 CPU(s): 0-7 05:25:11 Vulnerability Itlb multihit: Not affected 05:25:11 Vulnerability L1tf: Not affected 05:25:11 Vulnerability Mds: Not affected 05:25:11 Vulnerability Meltdown: Not affected 05:25:11 Vulnerability Mmio stale data: Not affected 05:25:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:25:11 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:25:11 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:25:11 Vulnerability Srbds: Not affected 05:25:11 Vulnerability Tsx async abort: Not affected 05:25:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:25:11 05:25:11 05:25:11 ---> nproc: 05:25:11 8 05:25:11 05:25:11 05:25:11 ---> df -h: 05:25:11 Filesystem Size Used Avail Use% Mounted on 05:25:11 overlay 155G 30G 125G 20% / 05:25:11 tmpfs 64M 0 64M 0% /dev 05:25:11 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:25:11 shm 64M 0 64M 0% /dev/shm 05:25:11 /dev/vda1 155G 30G 125G 20% /facter-os 05:25:11 05:25:11 05:25:11 ---> sar -b -r -n DEV: 05:25:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3493) 06/18/25 _x86_64_ (8 CPU) 05:25:11 05:25:11 04:34:41 LINUX RESTART (8 CPU) 05:25:11 05:25:11 04:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:25:11 04:36:01 337.58 38.59 298.98 0.00 4294.48 80498.18 0.00 05:25:11 04:37:01 168.76 0.83 167.92 0.00 22.26 51321.58 0.00 05:25:11 04:38:01 63.12 0.00 63.12 0.00 0.00 38570.79 0.00 05:25:11 04:39:01 46.26 0.35 45.91 0.00 4.00 22932.04 0.00 05:25:11 04:40:01 643.16 6.62 636.54 0.00 2691.28 272193.03 0.00 05:25:11 04:41:01 682.29 14.65 667.64 0.00 124.09 228531.96 0.00 05:25:11 04:42:01 173.70 0.05 173.65 0.00 0.40 79670.09 0.00 05:25:11 04:43:01 365.49 0.03 365.46 0.00 0.80 104797.07 0.00 05:25:11 04:44:01 535.83 0.10 535.73 0.00 19.73 100531.11 0.00 05:25:11 04:45:01 28.81 0.05 28.76 0.00 7.60 679.62 0.00 05:25:11 04:46:01 9.37 0.00 9.37 0.00 0.00 243.43 0.00 05:25:11 04:47:01 1.67 0.00 1.67 0.00 0.00 22.53 0.00 05:25:11 04:48:01 1.45 0.00 1.45 0.00 0.00 15.46 0.00 05:25:11 04:49:01 1.87 0.00 1.87 0.00 0.00 21.73 0.00 05:25:11 04:50:01 1.82 0.02 1.80 0.00 0.13 24.13 0.00 05:25:11 04:51:01 2.65 1.52 1.13 0.00 35.46 15.60 0.00 05:25:11 04:52:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 05:25:11 04:53:01 0.93 0.00 0.93 0.00 0.00 11.86 0.00 05:25:11 04:54:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 05:25:11 04:55:01 1.70 0.00 1.70 0.00 0.00 20.40 0.00 05:25:11 04:56:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 05:25:11 04:57:01 1.08 0.00 1.08 0.00 0.00 14.40 0.00 05:25:11 04:58:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 05:25:11 04:59:01 0.97 0.00 0.97 0.00 0.00 12.26 0.00 05:25:11 05:00:02 1.32 0.00 1.32 0.00 0.00 16.00 0.00 05:25:11 05:01:01 1.03 0.00 1.03 0.00 0.00 12.34 0.00 05:25:11 05:02:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 05:25:11 05:03:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 05:25:11 05:04:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 05:25:11 05:05:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 05:25:11 05:06:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 05:25:11 05:07:01 1.75 0.00 1.75 0.00 0.00 19.46 0.00 05:25:11 05:08:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 05:25:11 05:09:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 05:25:11 05:10:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 05:25:11 05:11:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 05:25:11 05:12:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 05:25:11 05:13:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 05:25:11 05:14:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 05:25:11 05:15:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 05:25:11 05:16:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 05:25:11 05:17:01 1.67 0.02 1.65 0.00 0.13 18.93 0.00 05:25:11 05:18:01 1.37 0.00 1.37 0.00 0.00 15.19 0.00 05:25:11 05:19:01 0.97 0.00 0.97 0.00 0.00 12.26 0.00 05:25:11 05:20:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 05:25:11 05:21:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 05:25:11 05:22:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 05:25:11 05:23:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 05:25:11 05:24:01 3.15 0.08 3.07 0.00 11.06 123.71 0.00 05:25:11 05:25:01 177.77 0.33 177.44 0.00 20.13 51483.69 0.00 05:25:11 Average: 65.69 1.27 64.42 0.00 144.68 20650.57 0.00 05:25:11 05:25:11 04:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:25:11 04:36:01 28356452 31532928 778604 2.37 76376 3355284 1817620 5.36 1091140 3023972 560468 05:25:11 04:37:01 26749896 31013568 1288332 3.92 128360 4265364 2524808 7.44 2101640 3484972 703688 05:25:11 04:38:01 26380644 31468744 830868 2.53 131604 5050164 1969928 5.81 1808924 4113132 899552 05:25:11 04:39:01 25851892 31367876 929800 2.83 137188 5431244 1996332 5.88 1913888 4494444 644988 05:25:11 04:40:01 19668852 31153120 1086184 3.30 189144 11180016 3661288 10.79 2509696 9837384 4400 05:25:11 04:41:01 8899128 28460032 3715900 11.30 406576 18293044 10366280 30.55 6247312 16031692 995668 05:25:11 04:42:01 5455444 27853264 4315176 13.12 421804 20982748 10192044 30.04 8182776 17402660 1436168 05:25:11 04:43:01 3957928 29472028 2704176 8.22 436272 23975812 7493004 22.08 7779616 19212176 1924136 05:25:11 04:44:01 8133816 31410612 833048 2.53 442172 22013628 2377024 7.01 3533480 19656480 564 05:25:11 04:45:01 8130428 31408680 834852 2.54 443116 22014188 2342888 6.90 4083548 19108268 8 05:25:11 04:46:01 8141296 31420036 823404 2.50 443484 22014260 2215436 6.53 4153468 19028336 8 05:25:11 04:47:01 8141216 31419988 823352 2.50 443508 22014264 2215436 6.53 4153052 19028340 48 05:25:11 04:48:01 8155760 31434584 809192 2.46 443556 22014264 2215436 6.53 4139112 19028340 8 05:25:11 04:49:01 8156124 31434976 808952 2.46 443600 22014268 2215436 6.53 4139392 19028344 16 05:25:11 04:50:01 8157608 31436560 807188 2.45 443644 22014244 2267020 6.68 4135744 19028328 68 05:25:11 04:51:01 8149428 31430448 813128 2.47 443676 22015312 2283712 6.73 4145720 19028632 216 05:25:11 04:52:01 8148964 31429992 813552 2.47 443704 22015316 2283712 6.73 4146120 19028580 24 05:25:11 04:53:01 8148956 31430008 813488 2.47 443716 22015316 2283712 6.73 4145792 19028580 188 05:25:11 04:54:01 8148656 31429724 813720 2.47 443720 22015320 2283712 6.73 4145428 19028584 8 05:25:11 04:55:01 8149048 31430124 813280 2.47 443752 22015312 2283712 6.73 4144856 19028588 44 05:25:11 04:56:01 8148724 31429800 813540 2.47 443760 22015324 2283712 6.73 4144916 19028588 8 05:25:11 04:57:01 8148676 31429796 813508 2.47 443776 22015328 2283712 6.73 4144952 19028592 176 05:25:11 04:58:01 8148324 31429444 814040 2.48 443780 22015328 2283712 6.73 4144936 19028592 8 05:25:11 04:59:01 8148576 31429700 813764 2.47 443796 22015336 2283712 6.73 4144644 19028596 180 05:25:11 05:00:02 8148552 31429832 813608 2.47 443820 22015456 2283712 6.73 4144984 19028716 8 05:25:11 05:01:01 8148568 31429864 813544 2.47 443836 22015472 2283712 6.73 4145080 19028732 176 05:25:11 05:02:01 8148308 31429608 813756 2.47 443848 22015476 2283712 6.73 4144712 19028736 12 05:25:11 05:03:01 8148260 31429616 813728 2.47 443864 22015476 2283712 6.73 4144804 19028740 180 05:25:11 05:04:01 8147984 31429376 813880 2.48 443880 22015480 2283712 6.73 4145392 19028744 28 05:25:11 05:05:01 8148168 31429576 813888 2.48 443896 22015480 2283712 6.73 4144836 19028744 152 05:25:11 05:06:01 8148160 31429572 813836 2.47 443928 22015480 2283712 6.73 4144880 19028748 24 05:25:11 05:07:01 8148056 31429508 813832 2.47 443948 22015488 2267632 6.68 4145144 19028752 16 05:25:11 05:08:01 8147772 31429268 814084 2.48 443976 22015492 2267632 6.68 4144908 19028756 24 05:25:11 05:09:01 8147512 31429020 814268 2.48 443988 22015496 2267632 6.68 4144924 19028760 8 05:25:11 05:10:01 8147724 31429244 813972 2.48 443996 22015496 2267632 6.68 4144928 19028760 16 05:25:11 05:11:01 8147700 31429236 813912 2.48 444028 22015500 2267632 6.68 4145036 19028764 176 05:25:11 05:12:01 8147360 31428940 814168 2.48 444044 22015504 2267632 6.68 4145016 19028768 28 05:25:11 05:13:01 8147308 31428900 814352 2.48 444060 22015504 2250996 6.63 4145032 19028768 176 05:25:11 05:14:01 8147284 31428896 814320 2.48 444076 22015508 2250996 6.63 4145044 19028772 8 05:25:11 05:15:01 8147268 31428896 814264 2.48 444088 22015508 2250996 6.63 4145060 19028772 184 05:25:11 05:16:01 8147472 31429124 813964 2.48 444116 22015508 2250996 6.63 4145148 19028776 12 05:25:11 05:17:01 8147164 31428848 814180 2.48 444132 22015516 2250996 6.63 4145684 19028780 44 05:25:11 05:18:01 8147052 31428808 814132 2.48 444152 22015524 2250996 6.63 4145148 19028780 12 05:25:11 05:19:01 8146928 31428712 814388 2.48 444164 22015528 2250996 6.63 4145536 19028792 284 05:25:11 05:20:01 8147244 31429028 814072 2.48 444172 22015528 2250996 6.63 4145188 19028792 8 05:25:11 05:21:01 8147400 31429216 813828 2.47 444204 22015532 2250996 6.63 4145660 19028796 252 05:25:11 05:22:01 8147424 31429244 813776 2.47 444228 22015536 2250996 6.63 4145236 19028800 8 05:25:11 05:23:01 8147312 31429192 814096 2.48 444248 22015536 2267048 6.68 4145276 19028800 188 05:25:11 05:24:01 7771320 31373100 869464 2.64 444436 22325296 2554320 7.53 4197976 19339484 309764 05:25:11 05:25:01 6438328 31340848 900120 2.74 471696 23473844 2552360 7.52 4276520 20460760 460636 05:25:11 Average: 9708589 31243430 1000330 3.04 411938 20378837 2717977 8.01 4104746 17585096 158861 05:25:11 05:25:11 04:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:25:11 04:36:01 docker0 611.38 544.79 42.61 2982.83 0.00 0.00 0.00 0.00 05:25:11 04:36:01 lo 4.93 4.93 0.48 0.48 0.00 0.00 0.00 0.00 05:25:11 04:36:01 ens3 1459.96 1279.02 13606.88 168.12 0.00 0.00 0.00 0.00 05:25:11 04:37:01 veth3220866 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:37:01 docker0 261.59 288.30 20.33 1655.22 0.00 0.00 0.00 0.00 05:25:11 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:37:01 ens3 327.63 280.97 1689.03 35.69 0.00 0.00 0.00 0.00 05:25:11 04:38:01 veth3220866 1.30 1.33 0.11 0.12 0.00 0.00 0.00 0.00 05:25:11 04:38:01 docker0 1.30 1.30 0.10 0.12 0.00 0.00 0.00 0.00 05:25:11 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:38:01 ens3 36.46 25.55 28.88 15.64 0.00 0.00 0.00 0.00 05:25:11 04:39:01 veth3220866 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:39:01 ens3 28.18 15.58 23.90 14.00 0.00 0.00 0.00 0.00 05:25:11 04:40:01 vethcf3de3f 20.61 26.88 1.96 13.50 0.00 0.00 0.00 0.00 05:25:11 04:40:01 vethc6e0899 11.96 14.95 1.15 7.45 0.00 0.00 0.00 0.00 05:25:11 04:40:01 veth3f5c63f 20.13 26.68 1.93 13.48 0.00 0.00 0.00 0.00 05:25:11 04:40:01 vethdbc5134 20.26 27.13 1.94 13.51 0.00 0.00 0.00 0.00 05:25:11 04:40:01 docker0 197.57 312.10 14.21 1492.40 0.00 0.00 0.00 0.00 05:25:11 04:40:01 veth9a860cb 20.03 26.43 1.93 13.46 0.00 0.00 0.00 0.00 05:25:11 04:40:01 vethe74a4b9 20.16 26.95 1.93 13.50 0.00 0.00 0.00 0.00 05:25:11 04:40:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 05:25:11 04:40:01 veth65025c1 0.58 1.67 0.05 0.29 0.00 0.00 0.00 0.00 05:25:11 04:40:01 ens3 687.40 452.22 6865.40 204.83 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth2d735ec 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth879e6b1 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth97cc210 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth4d7c4c3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth981fb69 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 vetha1feecf 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth3874301 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 vethea9581b 0.03 0.23 0.00 0.02 0.00 0.00 0.00 0.00 05:25:11 04:41:01 docker0 546.75 734.64 42.27 7311.28 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth9701f6d 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth2eef0bf 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth4ac6b7c 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 vethf592e65 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:41:01 veth65025c1 0.12 0.33 0.01 0.02 0.00 0.00 0.00 0.00 05:25:11 04:41:01 ens3 750.38 553.87 7322.21 55.61 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth2d735ec 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth879e6b1 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth97cc210 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth4d7c4c3 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth981fb69 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 vetha1feecf 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth3874301 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 vethea9581b 0.02 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:25:11 04:42:01 docker0 0.02 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth9701f6d 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth2eef0bf 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth4ac6b7c 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 vethf592e65 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 veth65025c1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:42:01 ens3 2.55 1.43 2.09 1.10 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth2d735ec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth97cc210 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth4d7c4c3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth981fb69 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 vetha1feecf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth3874301 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 vethea9581b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth9701f6d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth2eef0bf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth4ac6b7c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:43:01 veth65025c1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:43:01 ens3 5.55 3.65 4.55 2.58 0.00 0.00 0.00 0.00 05:25:11 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:44:01 lo 37.26 37.26 3.68 3.68 0.00 0.00 0.00 0.00 05:25:11 04:44:01 ens3 257.66 244.06 169.06 848.68 0.00 0.00 0.00 0.00 05:25:11 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:45:01 lo 30.73 30.73 3.02 3.02 0.00 0.00 0.00 0.00 05:25:11 04:45:01 ens3 437.79 466.76 152.11 3101.41 0.00 0.00 0.00 0.00 05:25:11 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:46:01 lo 13.00 13.00 1.28 1.28 0.00 0.00 0.00 0.00 05:25:11 04:46:01 ens3 111.13 102.60 62.23 464.15 0.00 0.00 0.00 0.00 05:25:11 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:47:01 ens3 0.65 0.37 1.85 0.03 0.00 0.00 0.00 0.00 05:25:11 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:48:01 ens3 0.38 0.05 0.04 0.00 0.00 0.00 0.00 0.00 05:25:11 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:49:01 ens3 0.53 0.50 0.27 0.23 0.00 0.00 0.00 0.00 05:25:11 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:51:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:25:11 04:51:01 ens3 6.98 5.72 4.63 5.21 0.00 0.00 0.00 0.00 05:25:11 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:52:01 ens3 2.67 1.97 1.59 1.67 0.00 0.00 0.00 0.00 05:25:11 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:55:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:56:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:25:11 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:57:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:58:01 ens3 0.20 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:25:11 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 04:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:00:02 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:01:01 ens3 0.31 0.22 0.09 0.08 0.00 0.00 0.00 0.00 05:25:11 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:02:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:25:11 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:04:01 ens3 0.75 0.27 0.30 0.21 0.00 0.00 0.00 0.00 05:25:11 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:05:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:06:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 05:25:11 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:07:01 ens3 0.28 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:25:11 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:09:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:11:01 ens3 0.32 0.23 0.09 0.08 0.00 0.00 0.00 0.00 05:25:11 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:12:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:25:11 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:13:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:14:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:15:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:16:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:25:11 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:20:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:25:11 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:21:01 ens3 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 05:25:11 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:23:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:11 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:11 05:24:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 05:25:11 05:24:01 ens3 106.00 80.80 2644.24 112.38 0.00 0.00 0.00 0.00 05:25:11 05:25:01 docker0 85.99 92.57 7.23 871.47 0.00 0.00 0.00 0.00 05:25:11 05:25:01 lo 2.53 2.53 0.26 0.26 0.00 0.00 0.00 0.00 05:25:11 05:25:01 ens3 377.75 257.72 6664.37 62.40 0.00 0.00 0.00 0.00 05:25:11 Average: docker0 34.10 39.49 2.54 286.38 0.00 0.00 0.00 0.00 05:25:11 Average: lo 1.91 1.91 0.19 0.19 0.00 0.00 0.00 0.00 05:25:11 Average: ens3 92.12 75.54 785.15 101.92 0.00 0.00 0.00 0.00 05:25:11 05:25:11 05:25:11 ---> sar -P ALL: 05:25:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3493) 06/18/25 _x86_64_ (8 CPU) 05:25:11 05:25:11 04:34:41 LINUX RESTART (8 CPU) 05:25:11 05:25:11 04:35:01 CPU %user %nice %system %iowait %steal %idle 05:25:11 04:36:01 all 11.56 0.00 3.82 2.35 0.05 82.22 05:25:11 04:36:01 0 8.01 0.00 5.23 0.13 0.03 86.59 05:25:11 04:36:01 1 13.82 0.00 3.24 1.62 0.05 81.26 05:25:11 04:36:01 2 9.98 0.00 4.24 4.36 0.05 81.36 05:25:11 04:36:01 3 11.56 0.00 3.99 0.24 0.05 84.17 05:25:11 04:36:01 4 10.20 0.00 3.30 6.56 0.05 79.89 05:25:11 04:36:01 5 12.94 0.00 4.09 4.06 0.05 78.86 05:25:11 04:36:01 6 13.84 0.00 3.38 1.53 0.07 81.18 05:25:11 04:36:01 7 12.14 0.00 3.08 0.32 0.05 84.41 05:25:11 04:37:01 all 26.40 0.00 4.92 1.33 0.07 67.27 05:25:11 04:37:01 0 24.70 0.00 4.91 0.47 0.07 69.85 05:25:11 04:37:01 1 26.30 0.00 5.57 0.42 0.07 67.64 05:25:11 04:37:01 2 27.59 0.00 4.93 0.19 0.08 67.21 05:25:11 04:37:01 3 26.94 0.00 4.51 0.03 0.07 68.44 05:25:11 04:37:01 4 25.76 0.00 5.55 9.22 0.07 59.40 05:25:11 04:37:01 5 27.05 0.00 4.40 0.07 0.07 68.42 05:25:11 04:37:01 6 26.91 0.00 4.92 0.03 0.08 68.05 05:25:11 04:37:01 7 25.93 0.00 4.60 0.27 0.07 69.14 05:25:11 04:38:01 all 41.71 0.00 6.37 0.98 0.09 50.85 05:25:11 04:38:01 0 39.39 0.00 6.21 0.02 0.08 54.30 05:25:11 04:38:01 1 42.53 0.00 6.49 0.57 0.10 50.31 05:25:11 04:38:01 2 44.15 0.00 5.88 0.17 0.08 49.72 05:25:11 04:38:01 3 40.68 0.00 6.63 0.08 0.08 52.52 05:25:11 04:38:01 4 42.56 0.00 6.54 6.74 0.10 44.06 05:25:11 04:38:01 5 40.69 0.00 6.42 0.08 0.10 52.70 05:25:11 04:38:01 6 41.77 0.00 6.40 0.03 0.08 51.71 05:25:11 04:38:01 7 41.89 0.00 6.38 0.15 0.10 51.47 05:25:11 04:39:01 all 49.53 0.00 6.45 0.31 0.09 43.62 05:25:11 04:39:01 0 48.66 0.00 6.04 0.05 0.08 45.17 05:25:11 04:39:01 1 49.09 0.00 6.41 0.24 0.08 44.18 05:25:11 04:39:01 2 49.38 0.00 6.46 0.19 0.10 43.87 05:25:11 04:39:01 3 50.08 0.00 6.59 0.18 0.08 43.06 05:25:11 04:39:01 4 51.38 0.00 6.27 0.02 0.10 42.23 05:25:11 04:39:01 5 49.18 0.00 6.52 0.20 0.10 44.00 05:25:11 04:39:01 6 49.50 0.00 6.91 0.82 0.10 42.67 05:25:11 04:39:01 7 48.94 0.00 6.38 0.77 0.08 43.82 05:25:11 04:40:01 all 21.06 0.00 8.48 12.43 0.08 57.95 05:25:11 04:40:01 0 20.67 0.00 8.47 19.91 0.08 50.86 05:25:11 04:40:01 1 21.62 0.00 7.84 14.23 0.07 56.24 05:25:11 04:40:01 2 21.24 0.00 8.53 7.87 0.08 62.28 05:25:11 04:40:01 3 21.03 0.00 8.38 15.10 0.09 55.40 05:25:11 04:40:01 4 21.76 0.00 8.83 11.41 0.08 57.91 05:25:11 04:40:01 5 20.09 0.00 9.88 5.56 0.08 64.38 05:25:11 04:40:01 6 20.95 0.00 8.65 16.73 0.10 53.57 05:25:11 04:40:01 7 21.09 0.00 7.22 8.62 0.08 62.98 05:25:11 04:41:01 all 42.17 0.00 9.96 8.76 0.08 39.04 05:25:11 04:41:01 0 40.66 0.00 10.40 8.49 0.07 40.39 05:25:11 04:41:01 1 42.53 0.00 8.53 6.21 0.08 42.65 05:25:11 04:41:01 2 41.94 0.00 10.37 7.04 0.08 40.57 05:25:11 04:41:01 3 42.60 0.00 9.79 6.52 0.10 40.99 05:25:11 04:41:01 4 43.12 0.00 10.76 21.42 0.08 24.61 05:25:11 04:41:01 5 41.86 0.00 9.15 7.67 0.07 41.25 05:25:11 04:41:01 6 43.20 0.00 10.14 8.24 0.07 38.35 05:25:11 04:41:01 7 41.44 0.00 10.51 4.52 0.08 43.44 05:25:11 04:42:01 all 89.65 0.00 10.22 0.00 0.13 0.00 05:25:11 04:42:01 0 89.52 0.00 10.35 0.00 0.13 0.00 05:25:11 04:42:01 1 90.41 0.00 9.45 0.00 0.13 0.00 05:25:11 04:42:01 2 89.66 0.00 10.22 0.00 0.12 0.00 05:25:11 04:42:01 3 88.66 0.00 11.19 0.00 0.15 0.00 05:25:11 04:42:01 4 90.48 0.00 9.40 0.00 0.12 0.00 05:25:11 04:42:01 5 90.23 0.00 9.62 0.00 0.15 0.00 05:25:11 04:42:01 6 90.53 0.00 9.33 0.00 0.13 0.00 05:25:11 04:42:01 7 87.68 0.00 12.18 0.00 0.13 0.00 05:25:11 04:43:01 all 90.13 0.00 9.73 0.00 0.13 0.00 05:25:11 04:43:01 0 89.56 0.00 10.29 0.00 0.15 0.00 05:25:11 04:43:01 1 91.16 0.00 8.71 0.00 0.12 0.02 05:25:11 04:43:01 2 89.91 0.00 9.92 0.00 0.15 0.02 05:25:11 04:43:01 3 90.72 0.00 9.16 0.00 0.12 0.00 05:25:11 04:43:01 4 90.67 0.00 9.22 0.00 0.12 0.00 05:25:11 04:43:01 5 89.78 0.00 10.09 0.00 0.13 0.00 05:25:11 04:43:01 6 90.44 0.00 9.43 0.00 0.13 0.00 05:25:11 04:43:01 7 88.81 0.00 11.04 0.00 0.15 0.00 05:25:11 04:44:01 all 21.34 0.00 4.04 2.28 0.07 72.26 05:25:11 04:44:01 0 21.32 0.00 4.08 0.93 0.07 73.60 05:25:11 04:44:01 1 19.95 0.00 3.97 2.61 0.07 73.40 05:25:11 04:44:01 2 20.91 0.00 3.79 1.73 0.07 73.51 05:25:11 04:44:01 3 19.98 0.00 3.57 1.02 0.07 75.36 05:25:11 04:44:01 4 22.43 0.00 4.08 6.14 0.08 67.26 05:25:11 04:44:01 5 20.58 0.00 4.76 3.28 0.08 71.30 05:25:11 04:44:01 6 22.96 0.00 3.98 1.98 0.08 71.00 05:25:11 04:44:01 7 22.59 0.00 4.09 0.62 0.07 72.63 05:25:11 04:45:01 all 11.20 0.00 0.73 0.09 0.06 87.92 05:25:11 04:45:01 0 5.46 0.00 0.62 0.02 0.03 93.88 05:25:11 04:45:01 1 17.84 0.00 1.02 0.10 0.08 80.95 05:25:11 04:45:01 2 18.26 0.00 0.87 0.03 0.07 80.77 05:25:11 04:45:01 3 2.37 0.00 0.47 0.03 0.03 97.10 05:25:11 04:45:01 4 9.88 0.00 0.55 0.03 0.07 89.47 05:25:11 04:45:01 5 12.40 0.00 0.75 0.22 0.07 86.56 05:25:11 04:45:01 6 16.30 0.00 0.88 0.28 0.07 82.47 05:25:11 04:45:01 7 7.09 0.00 0.67 0.02 0.07 92.15 05:25:11 04:46:01 all 2.02 0.00 0.29 0.04 0.02 97.63 05:25:11 04:46:01 0 1.89 0.00 0.37 0.00 0.02 97.72 05:25:11 04:46:01 1 1.99 0.00 0.32 0.20 0.03 97.46 05:25:11 04:46:01 2 3.34 0.00 0.37 0.02 0.03 96.24 05:25:11 04:46:01 3 1.73 0.00 0.33 0.00 0.03 97.90 05:25:11 04:46:01 4 1.80 0.00 0.22 0.00 0.02 97.97 05:25:11 04:46:01 5 3.47 0.00 0.23 0.02 0.02 96.26 05:25:11 04:46:01 6 1.55 0.00 0.22 0.05 0.02 98.16 05:25:11 04:46:01 7 0.42 0.00 0.23 0.00 0.02 99.33 05:25:11 05:25:11 04:46:01 CPU %user %nice %system %iowait %steal %idle 05:25:11 04:47:01 all 0.09 0.00 0.01 0.01 0.00 99.88 05:25:11 04:47:01 0 0.55 0.00 0.02 0.00 0.00 99.43 05:25:11 04:47:01 1 0.02 0.00 0.03 0.03 0.00 99.92 05:25:11 04:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:25:11 04:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 04:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 04:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 04:47:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 04:47:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:25:11 04:48:01 all 0.28 0.00 0.01 0.00 0.01 99.69 05:25:11 04:48:01 0 1.99 0.00 0.00 0.00 0.02 98.00 05:25:11 04:48:01 1 0.03 0.00 0.00 0.03 0.02 99.92 05:25:11 04:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 05:25:11 04:48:01 3 0.07 0.00 0.00 0.00 0.02 99.92 05:25:11 04:48:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 04:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 04:48:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 04:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 04:49:01 all 0.20 0.00 0.02 0.00 0.00 99.77 05:25:11 04:49:01 0 1.43 0.00 0.02 0.00 0.00 98.55 05:25:11 04:49:01 1 0.02 0.00 0.03 0.03 0.02 99.90 05:25:11 04:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 04:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:25:11 04:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 04:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 04:49:01 6 0.00 0.00 0.03 0.00 0.00 99.97 05:25:11 04:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 04:50:01 all 0.20 0.00 0.03 0.01 0.01 99.75 05:25:11 04:50:01 0 1.30 0.00 0.03 0.00 0.02 98.65 05:25:11 04:50:01 1 0.05 0.00 0.00 0.03 0.00 99.92 05:25:11 04:50:01 2 0.08 0.00 0.03 0.00 0.02 99.87 05:25:11 04:50:01 3 0.07 0.00 0.05 0.00 0.02 99.87 05:25:11 04:50:01 4 0.05 0.00 0.02 0.02 0.00 99.92 05:25:11 04:50:01 5 0.00 0.00 0.03 0.00 0.00 99.97 05:25:11 04:50:01 6 0.02 0.00 0.02 0.02 0.00 99.95 05:25:11 04:50:01 7 0.03 0.00 0.05 0.00 0.02 99.90 05:25:11 04:51:01 all 0.24 0.00 0.04 0.01 0.01 99.71 05:25:11 04:51:01 0 0.37 0.00 0.05 0.03 0.00 99.55 05:25:11 04:51:01 1 0.23 0.00 0.03 0.02 0.02 99.70 05:25:11 04:51:01 2 0.72 0.00 0.02 0.00 0.00 99.27 05:25:11 04:51:01 3 0.23 0.00 0.05 0.02 0.02 99.68 05:25:11 04:51:01 4 0.22 0.00 0.03 0.00 0.00 99.75 05:25:11 04:51:01 5 0.07 0.00 0.03 0.00 0.02 99.88 05:25:11 04:51:01 6 0.02 0.00 0.03 0.02 0.00 99.93 05:25:11 04:51:01 7 0.08 0.00 0.03 0.00 0.00 99.88 05:25:11 04:52:01 all 0.18 0.00 0.02 0.00 0.01 99.79 05:25:11 04:52:01 0 1.12 0.00 0.02 0.00 0.02 98.84 05:25:11 04:52:01 1 0.05 0.00 0.02 0.02 0.00 99.92 05:25:11 04:52:01 2 0.08 0.00 0.03 0.00 0.02 99.87 05:25:11 04:52:01 3 0.02 0.00 0.05 0.00 0.00 99.93 05:25:11 04:52:01 4 0.05 0.00 0.03 0.00 0.02 99.90 05:25:11 04:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 04:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 04:52:01 7 0.05 0.00 0.02 0.00 0.02 99.92 05:25:11 04:53:01 all 0.02 0.00 0.02 0.00 0.00 99.96 05:25:11 04:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 04:53:01 1 0.03 0.00 0.00 0.02 0.00 99.95 05:25:11 04:53:01 2 0.05 0.00 0.07 0.00 0.00 99.88 05:25:11 04:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 04:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 04:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 04:53:01 6 0.03 0.00 0.02 0.02 0.00 99.93 05:25:11 04:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:25:11 04:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:25:11 04:54:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:25:11 04:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 04:54:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:25:11 04:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 04:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 04:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 04:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 04:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 04:55:01 all 0.02 0.00 0.02 0.01 0.01 99.94 05:25:11 04:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 04:55:01 1 0.02 0.00 0.02 0.03 0.00 99.93 05:25:11 04:55:01 2 0.12 0.00 0.02 0.00 0.00 99.87 05:25:11 04:55:01 3 0.03 0.00 0.05 0.00 0.02 99.90 05:25:11 04:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 04:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 04:55:01 6 0.00 0.00 0.00 0.02 0.02 99.97 05:25:11 04:55:01 7 0.02 0.00 0.03 0.00 0.02 99.93 05:25:11 04:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 04:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 04:56:01 1 0.07 0.00 0.00 0.02 0.02 99.90 05:25:11 04:56:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:25:11 04:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 04:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 04:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 04:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 04:56:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 04:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 04:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 04:57:01 1 0.05 0.00 0.03 0.02 0.00 99.90 05:25:11 04:57:01 2 0.10 0.00 0.02 0.00 0.02 99.87 05:25:11 04:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 04:57:01 4 0.02 0.00 0.03 0.00 0.00 99.95 05:25:11 04:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 04:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 04:57:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:25:11 04:57:01 CPU %user %nice %system %iowait %steal %idle 05:25:11 04:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 04:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 04:58:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:25:11 04:58:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:25:11 04:58:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:25:11 04:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 04:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 04:58:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 04:58:01 7 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 04:59:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:25:11 04:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 04:59:01 1 0.05 0.00 0.02 0.02 0.00 99.92 05:25:11 04:59:01 2 0.12 0.00 0.02 0.00 0.00 99.87 05:25:11 04:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 04:59:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 04:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 04:59:01 6 0.00 0.00 0.00 0.02 0.02 99.97 05:25:11 04:59:01 7 0.05 0.00 0.00 0.00 0.02 99.93 05:25:11 05:00:02 all 0.10 0.00 0.02 0.00 0.00 99.87 05:25:11 05:00:02 0 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:00:02 1 0.07 0.00 0.02 0.02 0.02 99.88 05:25:11 05:00:02 2 0.07 0.00 0.02 0.00 0.00 99.92 05:25:11 05:00:02 3 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:00:02 4 0.02 0.00 0.03 0.00 0.00 99.95 05:25:11 05:00:02 5 0.02 0.00 0.03 0.00 0.00 99.95 05:25:11 05:00:02 6 0.61 0.00 0.03 0.00 0.00 99.35 05:25:11 05:00:02 7 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 05:01:01 all 0.20 0.00 0.01 0.00 0.01 99.78 05:25:11 05:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:01:01 1 0.07 0.00 0.03 0.02 0.00 99.88 05:25:11 05:01:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:25:11 05:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:25:11 05:01:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:01:01 6 1.33 0.00 0.02 0.02 0.00 98.64 05:25:11 05:01:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:02:01 all 0.13 0.00 0.03 0.00 0.00 99.83 05:25:11 05:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:02:01 1 0.02 0.00 0.02 0.02 0.00 99.95 05:25:11 05:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 05:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 05:25:11 05:02:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 05:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:02:01 6 0.86 0.00 0.10 0.00 0.02 99.02 05:25:11 05:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:03:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:25:11 05:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:03:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:25:11 05:03:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:25:11 05:03:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:25:11 05:03:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:25:11 05:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:03:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:25:11 05:04:01 0 0.05 0.00 0.03 0.00 0.02 99.90 05:25:11 05:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:04:01 2 0.07 0.00 0.03 0.00 0.00 99.90 05:25:11 05:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:04:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:25:11 05:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:04:01 6 0.13 0.00 0.00 0.00 0.02 99.85 05:25:11 05:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:05:01 all 0.02 0.00 0.02 0.00 0.01 99.96 05:25:11 05:05:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:25:11 05:05:01 1 0.02 0.00 0.03 0.02 0.00 99.93 05:25:11 05:05:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:25:11 05:05:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 05:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 05:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:06:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:25:11 05:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:06:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:25:11 05:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:07:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:25:11 05:07:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:25:11 05:07:01 1 0.03 0.00 0.02 0.03 0.00 99.92 05:25:11 05:07:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:25:11 05:07:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 05:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:07:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:07:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 05:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 05:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:25:11 05:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:08:01 6 0.02 0.00 0.00 0.02 0.02 99.95 05:25:11 05:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:25:11 05:08:01 CPU %user %nice %system %iowait %steal %idle 05:25:11 05:09:01 all 0.03 0.00 0.01 0.01 0.00 99.95 05:25:11 05:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:09:01 1 0.02 0.00 0.02 0.02 0.00 99.95 05:25:11 05:09:01 2 0.07 0.00 0.03 0.00 0.00 99.90 05:25:11 05:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 05:25:11 05:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:25:11 05:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:09:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 05:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:10:01 all 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:10:01 0 0.03 0.00 0.05 0.00 0.00 99.92 05:25:11 05:10:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:25:11 05:10:01 2 0.08 0.00 0.07 0.00 0.02 99.83 05:25:11 05:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 05:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:11:01 1 0.03 0.00 0.00 0.02 0.02 99.93 05:25:11 05:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 05:11:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:25:11 05:11:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:25:11 05:11:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 05:25:11 05:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:12:01 1 0.03 0.00 0.02 0.03 0.00 99.92 05:25:11 05:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:25:11 05:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:25:11 05:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:25:11 05:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 05:13:01 2 0.03 0.00 0.05 0.00 0.02 99.90 05:25:11 05:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:13:01 6 0.00 0.00 0.02 0.02 0.03 99.93 05:25:11 05:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:14:01 all 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:14:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:25:11 05:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 05:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:25:11 05:14:01 4 0.05 0.00 0.05 0.00 0.02 99.88 05:25:11 05:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:25:11 05:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:15:01 1 0.02 0.00 0.00 0.02 0.00 99.97 05:25:11 05:15:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:25:11 05:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:15:01 4 0.02 0.00 0.03 0.02 0.02 99.92 05:25:11 05:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:16:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:25:11 05:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:16:01 1 0.03 0.00 0.03 0.02 0.02 99.90 05:25:11 05:16:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:25:11 05:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:16:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:25:11 05:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:25:11 05:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:17:01 1 0.00 0.00 0.05 0.00 0.00 99.95 05:25:11 05:17:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 05:17:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:17:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:25:11 05:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:17:01 6 0.00 0.00 0.02 0.02 0.02 99.95 05:25:11 05:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 05:25:11 05:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:18:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:25:11 05:18:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 05:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:18:01 4 0.05 0.00 0.02 0.02 0.00 99.92 05:25:11 05:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:25:11 05:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:19:01 1 0.03 0.00 0.00 0.02 0.00 99.95 05:25:11 05:19:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:25:11 05:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:25:11 05:25:11 05:19:01 CPU %user %nice %system %iowait %steal %idle 05:25:11 05:20:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:25:11 05:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:20:01 1 0.03 0.00 0.00 0.02 0.00 99.95 05:25:11 05:20:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:25:11 05:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:20:01 4 0.05 0.00 0.00 0.00 0.02 99.93 05:25:11 05:20:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:25:11 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:25:11 05:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:21:01 1 0.02 0.00 0.00 0.02 0.02 99.95 05:25:11 05:21:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:25:11 05:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 05:25:11 05:21:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:25:11 05:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:11 05:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:25:11 05:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:25:11 05:22:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:25:11 05:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:25:11 05:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:25:11 05:22:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:25:11 05:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:25:11 05:23:01 all 0.07 0.00 0.01 0.00 0.00 99.91 05:25:11 05:23:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:11 05:23:01 1 0.02 0.00 0.02 0.02 0.00 99.95 05:25:11 05:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:25:11 05:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:25:11 05:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:25:11 05:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:11 05:23:01 6 0.43 0.00 0.02 0.02 0.00 99.53 05:25:11 05:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:25:11 05:24:01 all 1.03 0.00 0.47 0.01 0.01 98.47 05:25:11 05:24:01 0 1.13 0.00 0.43 0.00 0.00 98.43 05:25:11 05:24:01 1 1.28 0.00 0.65 0.00 0.02 98.05 05:25:11 05:24:01 2 1.17 0.00 0.52 0.02 0.02 98.28 05:25:11 05:24:01 3 0.97 0.00 0.53 0.00 0.00 98.50 05:25:11 05:24:01 4 1.00 0.00 0.37 0.00 0.00 98.63 05:25:11 05:24:01 5 1.22 0.00 0.37 0.02 0.00 98.40 05:25:11 05:24:01 6 0.60 0.00 0.44 0.07 0.02 98.88 05:25:11 05:24:01 7 0.89 0.00 0.48 0.02 0.02 98.60 05:25:11 05:25:01 all 9.43 0.00 3.87 1.10 0.06 85.53 05:25:11 05:25:01 0 10.13 0.00 3.40 0.03 0.05 86.38 05:25:11 05:25:01 1 10.28 0.00 4.24 0.37 0.07 85.04 05:25:11 05:25:01 2 9.25 0.00 4.38 0.07 0.05 86.25 05:25:11 05:25:01 3 8.90 0.00 3.46 0.39 0.07 87.19 05:25:11 05:25:01 4 9.08 0.00 3.23 0.30 0.07 87.32 05:25:11 05:25:01 5 8.94 0.00 4.72 3.36 0.07 82.91 05:25:11 05:25:01 6 8.95 0.00 4.18 4.03 0.07 82.78 05:25:11 05:25:01 7 9.92 0.00 3.37 0.30 0.07 86.33 05:25:11 Average: all 8.37 0.00 1.39 0.59 0.02 89.63 05:25:11 Average: 0 8.15 0.00 1.42 0.60 0.02 89.81 05:25:11 Average: 1 8.58 0.00 1.33 0.54 0.02 89.52 05:25:11 Average: 2 8.56 0.00 1.43 0.43 0.03 89.56 05:25:11 Average: 3 8.12 0.00 1.38 0.47 0.03 90.01 05:25:11 Average: 4 8.40 0.00 1.37 1.23 0.02 88.98 05:25:11 Average: 5 8.35 0.00 1.42 0.49 0.02 89.72 05:25:11 Average: 6 8.61 0.00 1.38 0.67 0.03 89.30 05:25:11 Average: 7 8.16 0.00 1.41 0.31 0.03 90.10 05:25:11 05:25:11 05:25:11