Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 558ac52a256ab934d6750f823eba2f9d905ec0e4 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-ssh9625317601394992170.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-ssh2808922093839734362.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-ssh15843494482399715014.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-ssh6913892667509492106.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-ssh14716423696093459766.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4259 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/864 [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/864 # 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 558ac52a256ab934d6750f823eba2f9d905ec0e4 (main) Commit message: "feat: SupportServices improve SQL statement (#5198)" > 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 558ac52a256ab934d6750f823eba2f9d905ec0e4 # timeout=10 > git rev-list --no-walk 965d791293024edc72babc9af6c9db7170a85624 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:08:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:08:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:08:35 ========================================================= 10:08:35 EdgeX Global Pipelines Version Info 10:08:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:08:35 ------------------- 10:08:35 stable info: 10:08:35 ------------------- 10:08:35 Commited By: Ginny Guan ginny@iotechsys.com 10:08:35 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 10:08:35 Message: update stable to v1.0.274 10:08:36 ------------------- 10:08:36 experimental info: 10:08:36 ------------------- 10:08:36 Commited By: **** collab-it+edgex@linuxfoundation.org 10:08:36 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 10:08:36 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 558ac52 [Pipeline] echo 10:08:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:37 provisioning config files... 10:08:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/864@tmp/config7143070075656092722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:38 ---> ****-login.sh 10:08:38 nexus3.edgexfoundry.org:10001 10:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:08:38 Configure a credential helper to remove this warning. See 10:08:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:08:38 10:08:38 Login Succeeded 10:08:38 nexus3.edgexfoundry.org:10002 10:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:08:38 Configure a credential helper to remove this warning. See 10:08:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:08:38 10:08:38 Login Succeeded 10:08:38 nexus3.edgexfoundry.org:10003 10:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:08:38 Configure a credential helper to remove this warning. See 10:08:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:08:38 10:08:38 Login Succeeded 10:08:38 nexus3.edgexfoundry.org:10004 10:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:08:38 Configure a credential helper to remove this warning. See 10:08:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:08:38 10:08:38 Login Succeeded 10:08:38 ****.io 10:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:08:38 Configure a credential helper to remove this warning. See 10:08:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:08:38 10:08:38 Login Succeeded 10:08:38 ---> ****-login.sh ends [Pipeline] } 10:08:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:08:39 + 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 10:08:39 + dirname cmd/core-command/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo core-command,cmd/core-command/Dockerfile 10:08:39 + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:08:39 + dirname cmd/core-data/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo core-data,cmd/core-data/Dockerfile 10:08:39 + + cut -d/ -f2 10:08:39 dirname cmd/core-keeper/Dockerfile 10:08:39 + echo core-keeper,cmd/core-keeper/Dockerfile 10:08:39 + dirname cmd/core-metadata/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo core-metadata,cmd/core-metadata/Dockerfile 10:08:39 + dirname cmd/security-bootstrapper/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:08:39 + dirname cmd/security-proxy-auth/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + dirname cmd/security-proxy-setup/Dockerfile 10:08:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:08:39 + dirname cmd/security-secretstore-setup/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:08:39 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:08:39 + dirname cmd/security-spire-agent/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:08:39 + dirname cmd/security-spire-config/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:08:39 + dirname cmd/security-spire-server/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:08:39 + dirname cmd/support-notifications/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo support-notifications,cmd/support-notifications/Dockerfile 10:08:39 + dirname cmd/support-scheduler/Dockerfile 10:08:39 + cut -d/ -f2 10:08:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:08:39 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 10:08:39 + git rev-list -1 --merges 558ac52a256ab934d6750f823eba2f9d905ec0e4~1..558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:08:39 -----------> git rev-list -1 --merges 558ac52a256ab934d6750f823eba2f9d905ec0e4~1..558ac52a256ab934d6750f823eba2f9d905ec0e4 558ac52a256ab934d6750f823eba2f9d905ec0e4 [false] [Pipeline] sh 10:08:39 + git log --format=format:%s -1 558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:08:39 ========================================================= 10:08:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:08:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:08:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:08:40 + grep -v github /etc/ssh/ssh_known_hosts 10:08:40 + [ -e /tmp/ssh_known_hosts ] 10:08:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:08:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:08:40 + sudo tee -a /etc/ssh/ssh_known_hosts 10:08:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:08:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:08:40 10:08:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:08:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:08:41 0.1.4: Pulling from edgex-devops/py-git-semver 10:08:41 3dae71ba6b94: Pulling fs layer 10:08:41 6bf1a483ea7c: Pulling fs layer 10:08:41 f5dfc541a4d3: Pulling fs layer 10:08:41 461d9e800cba: Pulling fs layer 10:08:41 80192f66455f: Pulling fs layer 10:08:41 2e8e34ca0e6c: Pulling fs layer 10:08:41 a29436f7fd5d: Pulling fs layer 10:08:41 923cac83aea3: Pulling fs layer 10:08:41 25ad8b0a4227: Pulling fs layer 10:08:41 db01528c6b51: Pulling fs layer 10:08:41 28988de357af: Pulling fs layer 10:08:41 25ad8b0a4227: Waiting 10:08:41 461d9e800cba: Waiting 10:08:41 db01528c6b51: Waiting 10:08:41 a29436f7fd5d: Waiting 10:08:41 80192f66455f: Waiting 10:08:41 28988de357af: Waiting 10:08:41 2e8e34ca0e6c: Waiting 10:08:41 923cac83aea3: Waiting 10:08:41 6bf1a483ea7c: Verifying Checksum 10:08:41 6bf1a483ea7c: Download complete 10:08:41 461d9e800cba: Download complete 10:08:41 80192f66455f: Verifying Checksum 10:08:41 80192f66455f: Download complete 10:08:41 f5dfc541a4d3: Verifying Checksum 10:08:41 f5dfc541a4d3: Download complete 10:08:41 3dae71ba6b94: Verifying Checksum 10:08:41 3dae71ba6b94: Download complete 10:08:41 923cac83aea3: Verifying Checksum 10:08:41 923cac83aea3: Download complete 10:08:41 25ad8b0a4227: Verifying Checksum 10:08:41 25ad8b0a4227: Download complete 10:08:41 db01528c6b51: Verifying Checksum 10:08:41 db01528c6b51: Download complete 10:08:41 28988de357af: Verifying Checksum 10:08:41 28988de357af: Download complete 10:08:41 a29436f7fd5d: Verifying Checksum 10:08:41 a29436f7fd5d: Download complete 10:08:42 2e8e34ca0e6c: Verifying Checksum 10:08:42 2e8e34ca0e6c: Download complete 10:08:42 3dae71ba6b94: Pull complete 10:08:42 6bf1a483ea7c: Pull complete 10:08:43 f5dfc541a4d3: Pull complete 10:08:43 461d9e800cba: Pull complete 10:08:43 80192f66455f: Pull complete 10:08:46 2e8e34ca0e6c: Pull complete 10:08:46 a29436f7fd5d: Pull complete 10:08:47 923cac83aea3: Pull complete 10:08:47 25ad8b0a4227: Pull complete 10:08:47 db01528c6b51: Pull complete 10:08:47 28988de357af: Pull complete 10:08:47 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:08:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:08:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:08:47 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:08:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:08:49 $ docker top 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e -eo pid,comm 10:08:49 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:08:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:08:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:49 [ssh-agent] Looking for ssh-agent implementation... 10:08:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:49 $ docker exec 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e ssh-agent 10:08:49 SSH_AUTH_SOCK=/tmp/ssh-0p6wHb3yFjYR/agent.32 10:08:49 SSH_AGENT_PID=38 10:08:49 Running ssh-add (command line suppressed) 10:08:49 Identity added: /w/workspace/edgex-go/864@tmp/private_key_6568843292804151396.key (/w/workspace/edgex-go/864@tmp/private_key_6568843292804151396.key) 10:08:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:50 + git tag --points-at HEAD [Pipeline] } 10:08:50 $ docker exec --env ******** --env ******** 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e ssh-agent -k 10:08:50 unset SSH_AUTH_SOCK; 10:08:50 unset SSH_AGENT_PID; 10:08:50 echo Agent pid 38 killed; 10:08:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:08:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:50 [ssh-agent] Looking for ssh-agent implementation... 10:08:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:50 $ docker exec 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e ssh-agent 10:08:50 SSH_AUTH_SOCK=/tmp/ssh-wkd0JWwQjWsq/agent.71 10:08:50 SSH_AGENT_PID=77 10:08:50 Running ssh-add (command line suppressed) 10:08:50 Identity added: /w/workspace/edgex-go/864@tmp/private_key_15962612657646709751.key (/w/workspace/edgex-go/864@tmp/private_key_15962612657646709751.key) 10:08:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:51 + git semver init 10:08:51 2025-06-30 10:08:51,238 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:08:51 2025-06-30 10:08:51,242 [run_init] DEBUG init version:0.0.0 force:False 10:08:51 2025-06-30 10:08:51,242 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/864/.semver 10:08:51 2025-06-30 10:08:51,243 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/864/.semver 10:08:51 2025-06-30 10:08:51,243 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/864/.semver'], cwd=/w/workspace/edgex-go/864, stdin=None, shell=False, universal_newlines=False) 10:08:56 2025-06-30 10:08:55,712 [append_file] DEBUG append to file:/w/workspace/edgex-go/864/.git/info/exclude 10:08:56 2025-06-30 10:08:55,712 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/864/.semver/main with force:False 10:08:56 2025-06-30 10:08:55,713 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:08:56 2025-06-30 10:08:55,713 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:08:56 4.1.0-dev.32 [Pipeline] } 10:08:56 $ docker exec --env ******** --env ******** 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e ssh-agent -k 10:08:56 unset SSH_AUTH_SOCK; 10:08:56 unset SSH_AGENT_PID; 10:08:56 echo Agent pid 77 killed; 10:08:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:08:57 + git semver [Pipeline] } 10:08:57 $ docker stop --time=1 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e 10:08:58 $ docker rm -f --volumes 5721bb94dbfa7aee496ce171559e6bb453287c6bddfa3dfca0b0934ac2b5e88e [Pipeline] // withDockerContainer [Pipeline] sh 10:08:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:08:59 Stashed 1 file(s) [Pipeline] echo 10:08:59 [edgeXSemver]: initialized semver on version 4.1.0-dev.32 [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 10:08:59 + git config --global --add safe.directory /w/workspace/edgex-go/864 [Pipeline] echo 10:08:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:08:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:08:59 ========================================================= 10:08:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:08:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:09:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:09:00 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 10:09:00 0a9a5dfd008f: Pulling fs layer 10:09:00 36466aa92d05: Pulling fs layer 10:09:00 e10405b45d13: Pulling fs layer 10:09:00 096b7ceb2af7: Pulling fs layer 10:09:00 4f4fb700ef54: Pulling fs layer 10:09:00 8213a616a21b: Pulling fs layer 10:09:00 985586143405: Pulling fs layer 10:09:00 0eae2285b678: Pulling fs layer 10:09:00 d3ac315be8c5: Pulling fs layer 10:09:00 4f4fb700ef54: Waiting 10:09:00 8213a616a21b: Waiting 10:09:00 985586143405: Waiting 10:09:00 0eae2285b678: Waiting 10:09:00 d3ac315be8c5: Waiting 10:09:00 096b7ceb2af7: Waiting 10:09:00 36466aa92d05: Verifying Checksum 10:09:00 36466aa92d05: Download complete 10:09:00 096b7ceb2af7: Verifying Checksum 10:09:00 096b7ceb2af7: Download complete 10:09:00 4f4fb700ef54: Verifying Checksum 10:09:00 4f4fb700ef54: Download complete 10:09:00 8213a616a21b: Download complete 10:09:00 0a9a5dfd008f: Download complete 10:09:00 985586143405: Verifying Checksum 10:09:00 985586143405: Download complete 10:09:00 0a9a5dfd008f: Pull complete 10:09:00 d3ac315be8c5: Verifying Checksum 10:09:00 d3ac315be8c5: Download complete 10:09:00 36466aa92d05: Pull complete 10:09:00 e10405b45d13: Download complete 10:09:01 0eae2285b678: Verifying Checksum 10:09:01 0eae2285b678: Download complete 10:09:04 e10405b45d13: Pull complete 10:09:04 096b7ceb2af7: Pull complete 10:09:04 4f4fb700ef54: Pull complete 10:09:04 8213a616a21b: Pull complete 10:09:04 985586143405: Pull complete 10:09:06 0eae2285b678: Pull complete 10:09:06 d3ac315be8c5: Pull complete 10:09:06 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:09:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:09:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:09:07 WORKDIR /edgex 10:09:07 COPY go.mod . 10:09:07 RUN go mod download 10:09:07 + docker build -t ci-base-image-x86_64 -f - . 10:09:07 Sending build context to Docker daemon 186MB 10:09:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:09:07 ---> ea6120ae94a0 10:09:07 Step 2/4 : WORKDIR /edgex 10:09:10 ---> Running in ca11707c592e 10:09:10 Removing intermediate container ca11707c592e 10:09:10 ---> dc27da7bd9f3 10:09:10 Step 3/4 : COPY go.mod . 10:09:10 ---> b23ebcfd6eb7 10:09:10 Step 4/4 : RUN go mod download 10:09:10 ---> Running in d0942976b141 10:09:14 Still waiting to schedule task 10:09:14 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:09:42 Removing intermediate container d0942976b141 10:09:42 ---> 04c851676560 10:09:42 Successfully built 04c851676560 10:09:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:09:42 + docker inspect -f . ci-base-image-x86_64 10:09:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:09:42 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:09:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:43 $ docker top 0158d761de95ee911abdea0eeb50db60c9e28717b56bce6d9e45a8edfaeb9c1f -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:43 + go version 10:09:43 go version go1.23.9 linux/amd64 [Pipeline] } 10:09:43 $ docker stop --time=1 0158d761de95ee911abdea0eeb50db60c9e28717b56bce6d9e45a8edfaeb9c1f 10:09:44 $ docker rm -f --volumes 0158d761de95ee911abdea0eeb50db60c9e28717b56bce6d9e45a8edfaeb9c1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:09:45 + docker inspect -f . ci-base-image-x86_64 10:09:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:09:45 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:09:45 $ 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/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:45 $ docker top 69fa2ec7491b2ba36ef5da075e2134eaece1fd0d4c9a774f6e89d4751235dadb -eo pid,comm [Pipeline] { [Pipeline] echo 10:09:45 ========================================================= 10:09:45 [edgeXBuildGoParallel] Running Tests and Build... 10:09:45 ========================================================= [Pipeline] sh 10:09:45 + git config --global --add safe.directory /w/workspace/edgex-go/864 [Pipeline] fileExists [Pipeline] sh 10:09:46 + make test 10:09:46 go test -race -coverprofile=coverage.out ./... 10:09:54 ? github.com/edgexfoundry/edgex-go [no test files] 10:10:16 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 10:10:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:10:16 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 10:10:16 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 10:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 10:10:17 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 10:10:17 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 10:10:17 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 10:10:17 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 10:10:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 10:10:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 10:10:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 10:10:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 10:10:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 10:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 10:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:10:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 10:10:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 10:10:19 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 10:10:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements 10:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 3.5% of statements 10:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 46.3% of statements 10:10:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 10:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.748s coverage: 93.4% of statements 10:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 92.3% of statements 10:10:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 10:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.060s coverage: 8.4% of statements 10:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 10:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:10:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 10:10:23 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 10:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.331s coverage: 95.8% of statements 10:10:24 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 10:10:24 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 10:10:24 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 10:10:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:10:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 10:10:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 10:10:24 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 10:10:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.038s coverage: 0.0% of statements [no tests to run] 10:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements 10:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 38.1% of statements 10:10:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 10:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements 10:10:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 10:10:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 10:10:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 10:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:10:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 10:10:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 10:10:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 10:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.017s coverage: 87.1% of statements 10:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 94.1% of statements 10:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.021s coverage: 96.3% of statements 10:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 10:10:28 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 10:10:29 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 10:10:31 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 10:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:10:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 10:10:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 10:10:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 10:10:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 10:10:36 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 10:10:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 10:10:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 10:10:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 10:10:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 10:10:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:10:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 10:10:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 10:10:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 10:10:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:10:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 10:10:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 10:10:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 10:10:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 10:10:40 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 10:10:40 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 10:10:40 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 10:10:40 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 10:10:40 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4260 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:10:40 Running in /w/workspace/edgex-go/864 [Pipeline] { [Pipeline] checkout 10:10:41 The recommended git tool is: git 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 10:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 10:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 10:10:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 10:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 10:10:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:10:44 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:10:46 using credential edgex-jenkins-ssh 10:10:46 Cloning the remote Git repository 10:10:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:10:46 > git init /w/workspace/edgex-go/864 # timeout=10 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.040s coverage: 92.9% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.015s coverage: 68.8% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.083s coverage: 81.8% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.073s coverage: 82.1% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 6.8% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.041s coverage: 33.3% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.178s coverage: 54.5% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.024s coverage: 88.6% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.033s coverage: 96.8% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.016s coverage: 100.0% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.159s coverage: 29.2% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 10:10:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:10:47 > git --version # timeout=10 10:10:47 > git --version # 'git version 2.25.1' 10:10:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 17.0% of statements 10:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.155s coverage: 94.9% of statements 10:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.027s coverage: 9.0% of statements 10:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.070s coverage: 97.7% of statements 10:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements 10:10:49 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 10:10:49 running golangci-lint 10:10:49 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 10:10:49 go version go1.23.9 linux/amd64 10:10:49 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 10:10:49 level=info msg="[config_reader] Used config file .golangci.yml" 10:10:49 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:11:05 Avoid second fetch 10:11:05 Checking out Revision 558ac52a256ab934d6750f823eba2f9d905ec0e4 (main) 10:11:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:11:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:05 > git config core.sparsecheckout # timeout=10 10:11:06 > git checkout -f 558ac52a256ab934d6750f823eba2f9d905ec0e4 # timeout=10 10:11:06 Commit message: "feat: SupportServices improve SQL statement (#5198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:11:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:11:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:11:11 Dload Upload Total Spent Left Speed 10:11:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 99717 0 --:--:-- --:--:-- --:--:-- 98k 10:11:11 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 21.491521174s" 10:11:11 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.342454ms" [Pipeline] sh 10:11:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:11:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:11:12 + sudo tee /etc/docker/daemon.new 10:11:12 { 10:11:12 "registry-mirrors": [ 10:11:12 "https://nexus3.edgexfoundry.org:10001" 10:11:12 ], 10:11:12 "bip": "10.250.0.254/24", 10:11:12 "hosts": [ 10:11:12 "tcp://0.0.0.0:5555", 10:11:12 "unix:///var/run/docker.sock" 10:11:12 ], 10:11:12 "mtu": 1458, 10:11:12 "selinux-enabled": true, 10:11:12 "seccomp-profile": "/etc/docker/seccomp.json" 10:11:12 } [Pipeline] sh 10:11:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:11:12 + sudo service docker restart 10:11:23 level=info msg="[linters_context/goanalysis] analyzers took 1m35.920095171s with top 10 stages: buildir: 51.697282083s, gosec: 4.052920624s, inspect: 2.675969159s, fact_deprecated: 2.66027172s, printf: 1.432620411s, fact_purity: 1.361152633s, ctrlflow: 1.286599437s, S1038: 1.20535242s, nilness: 1.155372154s, unused: 847.908637ms" 10:11:23 level=info msg="[runner] Issues before processing: 202, after processing: 0" 10:11:23 level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, identifier_marker: 202/202, nolint: 20/0, cgo: 202/202, filename_unadjuster: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, exclude: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20, skip_files: 202/202" 10:11:23 level=info msg="[runner] processing took 18.084412ms with stages: nolint: 8.755177ms, identifier_marker: 4.681023ms, exclude-rules: 1.634558ms, path_prettifier: 1.180099ms, autogenerated_exclude: 1.126304ms, skip_dirs: 632.914µs, invalid_issue: 30.673µs, cgo: 24.222µs, filename_unadjuster: 15.321µs, max_same_issues: 1.2µs, fixer: 461ns, exclude: 440ns, uniq_by_line: 380ns, skip_files: 320ns, diff: 260ns, sort_results: 250ns, max_from_linter: 160ns, path_prefixer: 160ns, source_code: 150ns, max_per_file_from_linter: 130ns, severity-rules: 110ns, path_shortener: 100ns" 10:11:23 level=info msg="[runner] linters took 10.870444315s with stages: goanalysis_metalinter: 10.852251974s" 10:11:23 level=info msg="File cache stats: 0 entries of total size 0B" 10:11:23 level=info msg="Memory: 323 samples, avg is 281.6MB, max is 1306.8MB" 10:11:23 level=info msg="Execution took 32.414521008s" 10:11:23 go vet ./... 10:11:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:11:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:11:28 ./bin/test-attribution-txt.sh 10:11:28 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:11:28 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 10:11:28 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 10:11:28 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 10:11:28 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 10:11:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 10:11:28 + ls -al . 10:11:28 total 1996 10:11:28 drwxrwxr-x 11 1001 1001 4096 Jun 30 10:09 . 10:11:28 drwxr-xr-x 4 root root 4096 Jun 30 10:09 .. 10:11:28 drwxrwxr-x 2 1001 1001 4096 Jun 30 10:08 .blubracket 10:11:28 -rw-rw-r-- 1 1001 1001 10 Jun 30 10:08 .dockerignore 10:11:28 drwxrwxr-x 8 1001 1001 4096 Jun 30 10:10 .git 10:11:28 drwxrwxr-x 3 1001 1001 4096 Jun 30 10:08 .github 10:11:28 -rw-rw-r-- 1 1001 1001 909 Jun 30 10:08 .gitignore 10:11:28 -rw-rw-r-- 1 1001 1001 218 Jun 30 10:08 .golangci.yml 10:11:28 -rw-rw-r-- 1 1001 1001 100 Jun 30 10:08 .hadolint.yml 10:11:28 drwxr-xr-x 3 1001 1001 4096 Jun 30 10:08 .semver 10:11:28 -rw-rw-r-- 1 1001 1001 155 Jun 30 10:08 .sonarcloud.properties 10:11:28 -rw-rw-r-- 1 1001 1001 1171 Jun 30 10:08 ADOPTERS.md 10:11:28 -rw-rw-r-- 1 1001 1001 17374 Jun 30 10:08 Attribution.txt 10:11:28 -rw-rw-r-- 1 1001 1001 108018 Jun 30 10:08 CHANGELOG.md 10:11:28 -rw-rw-r-- 1 1001 1001 3804 Jun 30 10:08 CONTRIBUTING.md 10:11:28 -rw-rw-r-- 1 1001 1001 677 Jun 30 10:08 GOVERNANCE.md 10:11:28 -rw-rw-r-- 1 1001 1001 858 Jun 30 10:08 Jenkinsfile 10:11:28 -rw-rw-r-- 1 1001 1001 10775 Jun 30 10:08 LICENSE 10:11:28 -rw-rw-r-- 1 1001 1001 16740 Jun 30 10:08 Makefile 10:11:28 -rw-rw-r-- 1 1001 1001 582 Jun 30 10:08 OWNERS.md 10:11:28 -rw-rw-r-- 1 1001 1001 9932 Jun 30 10:08 README.md 10:11:28 -rw-rw-r-- 1 1001 1001 789 Jun 30 10:08 SECURITY.md 10:11:28 -rw-rw-r-- 1 1001 1001 12 Jun 30 10:08 VERSION 10:11:28 drwxrwxr-x 2 1001 1001 4096 Jun 30 10:08 bin 10:11:28 drwxrwxr-x 19 1001 1001 4096 Jun 30 10:08 cmd 10:11:28 -rw-r--r-- 1 root root 1666034 Jun 30 10:10 coverage.out 10:11:28 drwxrwxr-x 2 1001 1001 4096 Jun 30 10:08 fuzz_test 10:11:28 -rw-rw-r-- 1 1001 1001 6474 Jun 30 10:08 go.mod 10:11:28 -rw-rw-r-- 1 1001 1001 88358 Jun 30 10:08 go.sum 10:11:28 drwxrwxr-x 7 1001 1001 4096 Jun 30 10:08 internal 10:11:28 drwxrwxr-x 2 1001 1001 4096 Jun 30 10:08 openapi 10:11:28 -rw-rw-r-- 1 1001 1001 584 Jun 30 10:08 security.txt 10:11:28 -rw-rw-r-- 1 1001 1001 204 Jun 30 10:08 version.go [Pipeline] sh 10:11:28 + '[' -e coverage.out ] 10:11:28 + chown 1001:1001 coverage.out [Pipeline] stash 10:11:29 Stashed 1 file(s) [Pipeline] sh 10:11:29 + make build 10:11:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:31 provisioning config files... 10:11:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/864@tmp/config5119016879928845608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:31 ---> ****-login.sh 10:11:31 nexus3.edgexfoundry.org:10001 10:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:32 Configure a credential helper to remove this warning. See 10:11:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:32 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10002 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:32 Configure a credential helper to remove this warning. See 10:11:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:32 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10003 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:32 Configure a credential helper to remove this warning. See 10:11:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:32 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10004 10:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:33 Configure a credential helper to remove this warning. See 10:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:33 10:11:33 Login Succeeded 10:11:33 ****.io 10:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:11:33 Configure a credential helper to remove this warning. See 10:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:11:33 10:11:33 Login Succeeded 10:11:33 ---> ****-login.sh ends [Pipeline] } 10:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:11:34 + git config --global --add safe.directory /w/workspace/edgex-go/864 [Pipeline] echo 10:11:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:11:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:11:34 ========================================================= 10:11:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:11:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:11:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:11:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:11:35 94e9d8af2201: Pulling fs layer 10:11:35 a6c56e8762df: Pulling fs layer 10:11:35 f0f3c8884826: Pulling fs layer 10:11:35 c7e7622c144d: Pulling fs layer 10:11:35 4f4fb700ef54: Pulling fs layer 10:11:35 e8859aadc426: Pulling fs layer 10:11:35 b4813487a9f6: Pulling fs layer 10:11:35 502a3d64fb4b: Pulling fs layer 10:11:35 c7e7622c144d: Waiting 10:11:35 b4813487a9f6: Waiting 10:11:35 502a3d64fb4b: Waiting 10:11:35 e8859aadc426: Waiting 10:11:35 4f4fb700ef54: Waiting 10:11:35 a6c56e8762df: Verifying Checksum 10:11:35 a6c56e8762df: Download complete 10:11:35 c7e7622c144d: Verifying Checksum 10:11:35 c7e7622c144d: Download complete 10:11:35 4f4fb700ef54: Verifying Checksum 10:11:35 4f4fb700ef54: Download complete 10:11:35 e8859aadc426: Verifying Checksum 10:11:35 e8859aadc426: Download complete 10:11:35 94e9d8af2201: Verifying Checksum 10:11:35 94e9d8af2201: Download complete 10:11:35 502a3d64fb4b: Download complete 10:11:36 94e9d8af2201: Pull complete 10:11:37 a6c56e8762df: Pull complete 10:11:37 f0f3c8884826: Download complete 10:11:38 b4813487a9f6: Verifying Checksum 10:11:38 b4813487a9f6: Download complete 10:11:50 f0f3c8884826: Pull complete 10:11:50 c7e7622c144d: Pull complete 10:11:51 4f4fb700ef54: Pull complete 10:11:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:11:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:11:51 e8859aadc426: Pull complete 10:11:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:11:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:11:53 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:11:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:11:59 b4813487a9f6: Pull complete 10:12:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:12:01 502a3d64fb4b: Pull complete 10:12:01 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 10:12:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:12:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:12:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:12:01 WORKDIR /edgex 10:12:01 COPY go.mod . 10:12:01 RUN go mod download 10:12:01 + docker build -t ci-base-image-arm64 -f - . 10:12:02 Sending build context to Docker daemon 3.709MB 10:12:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:12:02 ---> 3bb21d53e231 10:12:02 Step 2/4 : WORKDIR /edgex 10:12:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:12:04 ---> Running in 57f2616bf118 10:12:04 Removing intermediate container 57f2616bf118 10:12:04 ---> 9fea53fc65f2 10:12:04 Step 3/4 : COPY go.mod . 10:12:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:12:04 ---> ea7effaf6fc4 10:12:04 Step 4/4 : RUN go mod download 10:12:04 ---> Running in 7c1652aa9148 10:12:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:12:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:12:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:12:08 $ docker stop --time=1 69fa2ec7491b2ba36ef5da075e2134eaece1fd0d4c9a774f6e89d4751235dadb 10:12:11 $ docker rm -f --volumes 69fa2ec7491b2ba36ef5da075e2134eaece1fd0d4c9a774f6e89d4751235dadb [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 10:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:12:12 10:12:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:12:13 latest: Pulling from edgex-devops/edgex-compose 10:12:13 91d30c5bc195: Pulling fs layer 10:12:13 2e9b0aa3be6d: Pulling fs layer 10:12:13 9c61dcf015f6: Pulling fs layer 10:12:13 4698f68db338: Pulling fs layer 10:12:13 2a2f49069b9e: Pulling fs layer 10:12:13 e0025b399a48: Pulling fs layer 10:12:13 2a2f49069b9e: Waiting 10:12:13 e0025b399a48: Waiting 10:12:13 4698f68db338: Waiting 10:12:13 91d30c5bc195: Verifying Checksum 10:12:13 91d30c5bc195: Download complete 10:12:13 4698f68db338: Verifying Checksum 10:12:13 4698f68db338: Download complete 10:12:13 2e9b0aa3be6d: Verifying Checksum 10:12:13 2e9b0aa3be6d: Download complete 10:12:13 e0025b399a48: Verifying Checksum 10:12:13 e0025b399a48: Download complete 10:12:13 91d30c5bc195: Pull complete 10:12:13 2a2f49069b9e: Verifying Checksum 10:12:13 2a2f49069b9e: Download complete 10:12:13 2e9b0aa3be6d: Pull complete 10:12:13 9c61dcf015f6: Verifying Checksum 10:12:13 9c61dcf015f6: Download complete 10:12:16 9c61dcf015f6: Pull complete 10:12:16 4698f68db338: Pull complete 10:12:16 2a2f49069b9e: Pull complete 10:12:16 e0025b399a48: Pull complete 10:12:16 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:12:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:12:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:17 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:12:17 $ 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/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:12:18 $ docker top c74423dbcadb604f8aca7d02532d73a80a16f47bffc401ebe1a7047460f9d73e -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:18 + docker compose -f ./docker-compose-build.yml build --parallel 10:12:21 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:12:21 #1 transferring dockerfile: 10:12:21 #1 transferring dockerfile: 1.89kB done 10:12:21 #1 DONE 0.0s 10:12:21 10:12:21 #2 [security-spire-config internal] load build definition from Dockerfile 10:12:21 #2 transferring dockerfile: 1.69kB done 10:12:21 #2 DONE 0.0s 10:12:21 10:12:21 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:12:21 #3 transferring dockerfile: 2.23kB done 10:12:21 #3 DONE 0.0s 10:12:21 10:12:21 #4 [security-bootstrapper internal] load build definition from Dockerfile 10:12:21 #4 transferring dockerfile: 3.02kB done 10:12:21 #4 DONE 0.0s 10:12:21 10:12:21 #5 [core-keeper internal] load build definition from Dockerfile 10:12:21 #5 transferring dockerfile: 2.01kB done 10:12:21 #5 DONE 0.0s 10:12:21 10:12:21 #6 [security-proxy-setup internal] load build definition from Dockerfile 10:12:21 #6 transferring dockerfile: 2.50kB done 10:12:21 #6 DONE 0.0s 10:12:21 10:12:21 #7 [security-spire-server internal] load build definition from Dockerfile 10:12:21 #7 transferring dockerfile: 1.70kB done 10:12:21 #7 DONE 0.0s 10:12:21 10:12:21 #8 [core-metadata internal] load build definition from Dockerfile 10:12:21 #8 transferring dockerfile: 2.10kB done 10:12:21 #8 DONE 0.0s 10:12:21 10:12:21 #9 [core-data internal] load build definition from Dockerfile 10:12:21 #9 transferring dockerfile: 2.04kB done 10:12:21 #9 DONE 0.0s 10:12:21 10:12:21 #10 [security-spiffe-token-provider internal] load .dockerignore 10:12:21 #10 transferring context: 50B done 10:12:21 #10 DONE 0.0s 10:12:21 10:12:21 #11 [support-notifications internal] load build definition from Dockerfile 10:12:21 #11 transferring dockerfile: 2.00kB done 10:12:21 #11 DONE 0.0s 10:12:21 10:12:21 #12 [support-scheduler internal] load build definition from Dockerfile 10:12:21 #12 transferring dockerfile: 1.83kB done 10:12:21 #12 DONE 0.0s 10:12:21 10:12:21 #13 [security-proxy-auth internal] load build definition from Dockerfile 10:12:21 #13 transferring dockerfile: 2.14kB done 10:12:21 #13 DONE 0.0s 10:12:21 10:12:21 #14 [core-command internal] load build definition from Dockerfile 10:12:21 #14 transferring dockerfile: 1.94kB done 10:12:21 #14 DONE 0.0s 10:12:21 10:12:21 #15 [security-spire-agent internal] load build definition from Dockerfile 10:12:21 #15 transferring dockerfile: 1.81kB done 10:12:21 #15 DONE 0.0s 10:12:21 10:12:21 #16 [security-secretstore-setup internal] load build definition from Dockerfile 10:12:21 #16 transferring dockerfile: 2.49kB done 10:12:21 #16 DONE 0.0s 10:12:21 10:12:21 #17 [security-spire-config internal] load .dockerignore 10:12:21 #17 transferring context: 50B done 10:12:21 #17 DONE 0.0s 10:12:21 10:12:21 #18 [core-common-config-bootstrapper internal] load .dockerignore 10:12:21 #18 transferring context: 50B done 10:12:21 #18 DONE 0.0s 10:12:21 10:12:21 #19 [security-bootstrapper internal] load .dockerignore 10:12:21 #19 transferring context: 50B done 10:12:21 #19 DONE 0.0s 10:12:21 10:12:21 #20 [core-keeper internal] load .dockerignore 10:12:21 #20 transferring context: 50B done 10:12:21 #20 DONE 0.0s 10:12:21 10:12:21 #21 [security-proxy-setup internal] load .dockerignore 10:12:21 #21 transferring context: 50B done 10:12:21 #21 DONE 0.0s 10:12:21 10:12:21 #22 [security-spire-server internal] load .dockerignore 10:12:21 #22 transferring context: 50B done 10:12:21 #22 DONE 0.0s 10:12:21 10:12:21 #23 [core-metadata internal] load .dockerignore 10:12:21 #23 transferring context: 50B done 10:12:21 #23 DONE 0.0s 10:12:21 10:12:21 #24 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:12:21 #24 DONE 0.0s 10:12:21 10:12:21 #25 [core-data internal] load .dockerignore 10:12:21 #25 transferring context: 50B done 10:12:21 #25 DONE 0.0s 10:12:21 10:12:21 #26 [support-notifications internal] load .dockerignore 10:12:21 #26 transferring context: 50B done 10:12:21 #26 DONE 0.0s 10:12:21 10:12:21 #27 [support-scheduler internal] load .dockerignore 10:12:21 #27 transferring context: 50B done 10:12:21 #27 DONE 0.0s 10:12:21 10:12:21 #28 [core-command internal] load .dockerignore 10:12:21 #28 transferring context: 50B done 10:12:21 #28 DONE 0.1s 10:12:21 10:12:21 #29 [security-proxy-auth internal] load .dockerignore 10:12:21 #29 transferring context: 50B done 10:12:21 #29 DONE 0.1s 10:12:21 10:12:21 #30 [security-spire-agent internal] load .dockerignore 10:12:21 #30 transferring context: 50B done 10:12:21 #30 DONE 0.1s 10:12:21 10:12:21 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 10:12:21 #31 DONE 0.1s 10:12:21 10:12:21 #32 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:21 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:21 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:21 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:21 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:21 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:21 #32 DONE 0.0s 10:12:21 10:12:21 #33 [security-secretstore-setup internal] load .dockerignore 10:12:21 #33 transferring context: 50B done 10:12:21 #33 DONE 0.1s 10:12:21 10:12:21 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:12:21 #34 ... 10:12:21 10:12:21 #24 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:12:21 #24 DONE 0.0s 10:12:21 10:12:21 #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 10:12:21 #31 DONE 0.1s 10:12:21 10:12:21 #32 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:21 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:21 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:21 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:21 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:21 #32 DONE 0.1s 10:12:21 10:12:21 #32 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:21 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:21 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:21 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:21 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:21 #32 DONE 0.1s 10:12:21 10:12:21 #24 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:12:21 #24 DONE 0.0s 10:12:21 10:12:21 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:12:21 #35 DONE 0.5s 10:12:21 10:12:21 #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 10:12:21 #36 ... 10:12:21 10:12:21 #32 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:21 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:21 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:21 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:21 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:21 #32 DONE 0.1s 10:12:21 10:12:21 #24 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:12:21 #24 DONE 0.0s 10:12:21 10:12:21 #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:12:21 #35 DONE 0.5s 10:12:21 10:12:21 #36 [core-metadata builder 2/7] WORKDIR /edgex-go 10:12:22 #36 ... 10:12:22 10:12:22 #24 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:12:22 #24 DONE 0.0s 10:12:22 10:12:22 #31 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 10:12:22 #31 DONE 0.7s 10:12:22 10:12:22 #32 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:22 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:22 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:22 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:22 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:22 #32 DONE 0.1s 10:12:22 10:12:22 #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:12:22 #35 DONE 0.5s 10:12:22 10:12:22 #37 [security-secretstore-setup internal] load build context 10:12:22 #37 DONE 0.0s 10:12:22 10:12:22 #38 [core-command internal] load build context 10:12:22 #38 DONE 0.0s 10:12:22 10:12:22 #36 [core-command builder 2/7] WORKDIR /edgex-go 10:12:22 #36 DONE 0.7s 10:12:22 10:12:22 #39 [core-data internal] load build context 10:12:22 #39 ... 10:12:22 10:12:22 #32 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:22 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:22 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:22 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:22 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:22 #32 DONE 0.1s 10:12:22 10:12:22 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:12:22 #35 DONE 0.5s 10:12:22 10:12:22 #36 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 10:12:22 #36 DONE 0.7s 10:12:22 10:12:22 #39 [core-data internal] load build context 10:12:22 #39 ... 10:12:22 10:12:22 #32 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:22 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:22 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:22 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:22 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:22 #32 DONE 0.1s 10:12:22 10:12:22 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:12:22 #34 DONE 1.3s 10:12:22 10:12:22 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:12:22 #40 DONE 0.0s 10:12:22 10:12:22 #39 [core-data internal] load build context 10:12:22 #39 ... 10:12:22 10:12:22 #32 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:22 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:22 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:22 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:22 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:22 #32 DONE 0.1s 10:12:22 10:12:22 #41 [security-spire-config internal] load build context 10:12:22 #41 transferring context: 22.05kB 0.0s done 10:12:22 #41 DONE 0.1s 10:12:22 10:12:22 #39 [core-data internal] load build context 10:12:23 #39 ... 10:12:23 10:12:23 #42 [security-spire-server internal] load build context 10:12:23 #42 transferring context: 23.80kB 0.0s done 10:12:23 #42 DONE 0.3s 10:12:23 10:12:23 #39 [core-data internal] load build context 10:12:28 #39 transferring context: 115.07MB 5.7s 10:12:28 #39 ... 10:12:28 10:12:28 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:12:28 #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 10:12:28 #40 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 10:12:28 #40 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 10:12:28 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done 10:12:28 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:12:28 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.9s done 10:12:28 #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:12:28 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.7s done 10:12:28 #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:12:28 #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:12:28 #40 ... 10:12:28 10:12:28 #32 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:12:28 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:12:28 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:12:28 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:12:28 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:12:28 #32 DONE 0.1s 10:12:28 10:12:28 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:12:28 #43 DONE 6.8s 10:12:28 10:12:28 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:12:28 #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 10:12:28 #40 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 10:12:28 #40 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 10:12:28 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done 10:12:28 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:12:28 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.9s done 10:12:28 #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:12:28 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.7s done 10:12:28 #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:12:28 #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:12:28 #40 ... 10:12:28 10:12:28 #39 [core-data internal] load build context 10:12:32 #39 ... 10:12:32 10:12:32 #44 [security-spiffe-token-provider internal] load build context 10:12:32 #44 transferring context: 508.36MB 10.1s done 10:12:32 #44 ... 10:12:32 10:12:32 #45 [core-common-config-bootstrapper internal] load build context 10:12:32 #45 ... 10:12:32 10:12:32 #46 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:12:32 #0 1.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.884 (1/1) Installing dumb-init (1.2.5-r3) 10:12:32 #0 1.884 Executing busybox-1.36.1-r29.trigger 10:12:32 #0 1.893 OK: 8 MiB in 15 packages 10:12:32 #46 ... 10:12:32 10:12:32 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:12:32 #0 2.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 2.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 2.539 (1/4) Installing dumb-init (1.2.5-r3) 10:12:32 #0 2.545 (2/4) Installing openssl (3.3.3-r0) 10:12:32 #0 2.555 (3/4) Installing su-exec (0.2-r3) 10:12:32 #0 2.559 (4/4) Installing yq-go (4.44.1-r2) 10:12:32 #0 2.775 Executing busybox-1.36.1-r29.trigger 10:12:32 #0 2.798 OK: 19 MiB in 18 packages 10:12:32 #47 ... 10:12:32 10:12:32 #48 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:32 #48 ... 10:12:32 10:12:32 #49 [security-proxy-setup internal] load build context 10:12:32 #49 ... 10:12:32 10:12:32 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:12:32 #0 1.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.786 (1/2) Installing dumb-init (1.2.5-r3) 10:12:32 #0 1.787 (2/2) Installing su-exec (0.2-r3) 10:12:32 #0 1.796 Executing busybox-1.36.1-r29.trigger 10:12:32 #0 1.811 OK: 8 MiB in 16 packages 10:12:32 #50 ... 10:12:32 10:12:32 #51 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:32 #51 ... 10:12:32 10:12:32 #52 [core-metadata internal] load build context 10:12:32 #52 ... 10:12:32 10:12:32 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:12:32 #53 ... 10:12:32 10:12:32 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:12:32 #0 1.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.805 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:12:32 #0 1.805 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:12:32 #0 1.805 OK: 24171 distinct packages available 10:12:32 #0 1.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 2.249 OK: 248 MiB in 58 packages 10:12:32 #54 ... 10:12:32 10:12:32 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:12:32 #0 1.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 1.937 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:12:32 #0 1.937 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:12:32 #0 1.937 OK: 24171 distinct packages available 10:12:32 #0 2.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:32 #0 2.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:32 #0 2.428 (1/14) Installing ca-certificates (20241121-r1) 10:12:32 #0 2.449 (2/14) Installing brotli-libs (1.1.0-r2) 10:12:32 #0 2.460 (3/14) Installing c-ares (1.33.1-r0) 10:12:32 #0 2.472 (4/14) Installing libunistring (1.2-r0) 10:12:32 #0 2.494 (5/14) Installing libidn2 (2.3.7-r0) 10:12:32 #0 2.494 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:12:32 #0 2.494 (7/14) Installing libpsl (0.21.5-r1) 10:12:32 #0 2.497 (8/14) Installing zstd-libs (1.5.6-r0) 10:12:32 #0 2.508 (9/14) Installing libcurl (8.12.1-r0) 10:12:32 #0 2.517 (10/14) Installing curl (8.12.1-r0) 10:12:32 #0 2.522 (11/14) Installing dumb-init (1.2.5-r3) 10:12:32 #0 2.526 (12/14) Installing musl-obstack (1.2.3-r2) 10:12:32 #0 2.530 (13/14) Installing libucontext (1.2-r3) 10:12:32 #0 2.533 (14/14) Installing gcompat (1.1.0-r4) 10:12:32 #0 2.543 Executing busybox-1.36.1-r29.trigger 10:12:32 #0 2.552 Executing ca-certificates-20241121-r1.trigger 10:12:32 #0 2.621 OK: 13 MiB in 28 packages 10:12:32 #55 ... 10:12:32 10:12:32 #56 [security-bootstrapper internal] load build context 10:12:33 #56 ... 10:12:33 10:12:33 #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:12:33 #0 2.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:33 #0 2.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:33 #0 2.424 OK: 248 MiB in 58 packages 10:12:33 #57 ... 10:12:33 10:12:33 #58 [security-proxy-auth internal] load build context 10:12:33 #58 ... 10:12:33 10:12:33 #59 [support-scheduler internal] load build context 10:12:33 #59 ... 10:12:33 10:12:33 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:12:33 #60 ... 10:12:33 10:12:33 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:12:33 #61 ... 10:12:33 10:12:33 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:12:33 #62 ... 10:12:33 10:12:33 #63 [core-keeper internal] load build context 10:12:33 #63 transferring context: 508.36MB 11.2s done 10:12:33 #63 ... 10:12:33 10:12:33 #38 [core-command internal] load build context 10:12:33 #38 ... 10:12:33 10:12:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:12:33 #64 ... 10:12:33 10:12:33 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:12:33 #0 3.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:33 #0 3.419 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:33 #0 3.686 OK: 248 MiB in 58 packages 10:12:34 #65 ... 10:12:34 10:12:34 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:12:34 #0 2.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:34 #0 2.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:34 #0 2.679 OK: 248 MiB in 58 packages 10:12:34 #66 ... 10:12:34 10:12:34 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:12:34 #0 2.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:34 #0 2.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:34 #0 2.967 OK: 248 MiB in 58 packages 10:12:34 #67 ... 10:12:34 10:12:34 #37 [security-secretstore-setup internal] load build context 10:12:34 #37 ... 10:12:34 10:12:34 #68 [support-notifications internal] load build context 10:12:34 #68 ... 10:12:34 10:12:34 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:12:35 #69 ... 10:12:35 10:12:35 #39 [core-data internal] load build context 10:12:36 #39 ... 10:12:36 10:12:36 #70 [security-spire-agent internal] load build context 10:12:36 #70 transferring context: 23.33kB 0.0s done 10:12:36 #70 DONE 7.4s 10:12:36 10:12:36 #39 [core-data internal] load build context 10:12:36 #39 transferring context: 458.58MB 13.7s 10:12:36 #39 transferring context: 508.36MB 14.1s done 10:12:38 #39 ... 10:12:38 10:12:38 #38 [core-command internal] load build context 10:12:38 #38 transferring context: 508.36MB 11.6s done 10:12:38 #38 DONE 16.1s 10:12:38 10:12:38 #63 [core-keeper internal] load build context 10:12:38 #63 DONE 16.6s 10:12:38 10:12:38 #49 [security-proxy-setup internal] load build context 10:12:38 #49 transferring context: 508.36MB 12.0s done 10:12:38 #49 DONE 16.6s 10:12:38 10:12:38 #52 [core-metadata internal] load build context 10:12:38 #52 transferring context: 508.36MB 12.6s done 10:12:38 #52 DONE 16.5s 10:12:38 10:12:38 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:12:38 #50 DONE 16.7s 10:12:38 10:12:38 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:12:38 #65 DONE 16.1s 10:12:38 10:12:38 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:12:38 #66 DONE 16.1s 10:12:38 10:12:38 #44 [security-spiffe-token-provider internal] load build context 10:12:38 #44 DONE 16.9s 10:12:38 10:12:38 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:12:38 #67 DONE 16.1s 10:12:38 10:12:38 #46 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:12:38 #46 DONE 16.9s 10:12:38 10:12:38 #48 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:38 #48 DONE 16.7s 10:12:38 10:12:38 #51 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:12:38 #51 DONE 16.2s 10:12:38 10:12:38 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:12:38 #47 DONE 16.7s 10:12:38 10:12:38 #59 [support-scheduler internal] load build context 10:12:38 #59 transferring context: 508.36MB 12.6s done 10:12:38 #59 DONE 16.2s 10:12:38 10:12:38 #57 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 10:12:38 #57 DONE 16.2s 10:12:38 10:12:38 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:12:38 #54 DONE 16.1s 10:12:38 10:12:38 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:12:38 #55 DONE 16.9s 10:12:38 10:12:38 #71 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:12:38 #71 ... 10:12:38 10:12:38 #58 [security-proxy-auth internal] load build context 10:12:38 #58 transferring context: 508.36MB 13.3s done 10:12:38 #58 DONE 16.2s 10:12:38 10:12:38 #39 [core-data internal] load build context 10:12:38 #39 DONE 16.3s 10:12:38 10:12:38 #37 [security-secretstore-setup internal] load build context 10:12:38 #37 transferring context: 508.36MB 14.3s done 10:12:38 #37 DONE 16.3s 10:12:38 10:12:38 #56 [security-bootstrapper internal] load build context 10:12:38 #56 transferring context: 508.36MB 14.6s done 10:12:38 #56 DONE 16.9s 10:12:38 10:12:38 #68 [support-notifications internal] load build context 10:12:38 #68 transferring context: 508.36MB 14.7s done 10:12:38 #68 DONE 16.3s 10:12:38 10:12:38 #45 [core-common-config-bootstrapper internal] load build context 10:12:38 #45 transferring context: 508.36MB 15.3s done 10:12:38 #45 DONE 17.0s 10:12:38 10:12:38 #72 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:12:38 #72 DONE 0.3s 10:12:38 10:12:38 #73 [core-command stage-1 3/9] RUN apk --no-cache upgrade 10:12:38 #73 ... 10:12:38 10:12:38 #74 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:12:38 #74 DONE 0.3s 10:12:38 10:12:38 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:12:38 #75 DONE 0.2s 10:12:38 10:12:38 #71 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:12:38 #71 DONE 0.3s 10:12:38 10:12:38 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:12:38 #40 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 10:12:38 #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done 10:12:38 #40 DONE 16.0s 10:12:38 10:12:38 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:12:38 #76 DONE 0.3s 10:12:38 10:12:38 #77 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:12:38 #77 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 3.1s done 10:12:38 #77 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:12:38 #77 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 10:12:38 #77 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 10:12:38 #77 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 10:12:38 #77 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 10:12:38 #77 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 4.3s done 10:12:38 #77 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 4.9s done 10:12:38 #77 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:12:38 #77 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s 10:12:38 #77 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 10:12:38 #77 DONE 10.2s 10:12:38 10:12:38 #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:12:40 #78 ... 10:12:40 10:12:40 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:12:40 #61 16.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:40 #61 17.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:40 #61 17.46 (1/1) Installing dumb-init (1.2.5-r3) 10:12:40 #61 17.47 Executing busybox-1.36.1-r29.trigger 10:12:40 #61 17.47 OK: 8 MiB in 15 packages 10:12:40 #61 DONE 17.6s 10:12:40 10:12:40 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:12:40 #69 17.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:40 #69 17.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:40 #69 17.66 (1/7) Installing ca-certificates (20241121-r1) 10:12:40 #69 17.68 (2/7) Installing dumb-init (1.2.5-r3) 10:12:40 #69 17.68 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:12:40 #69 17.68 (4/7) Installing libsodium (1.0.19-r0) 10:12:40 #69 17.69 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:12:40 #69 17.71 (6/7) Installing libzmq (4.3.5-r2) 10:12:40 #69 17.72 (7/7) Installing zeromq (4.3.5-r2) 10:12:40 #69 17.72 Executing busybox-1.36.1-r29.trigger 10:12:40 #69 17.73 Executing ca-certificates-20241121-r1.trigger 10:12:40 #69 ... 10:12:40 10:12:40 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:12:40 #53 17.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:40 #53 17.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:40 #53 17.55 (1/3) Installing ca-certificates (20241121-r1) 10:12:40 #53 17.57 (2/3) Installing dumb-init (1.2.5-r3) 10:12:40 #53 17.57 (3/3) Installing tzdata (2025b-r0) 10:12:40 #53 17.60 Executing busybox-1.36.1-r29.trigger 10:12:40 #53 17.60 Executing ca-certificates-20241121-r1.trigger 10:12:40 #53 17.64 OK: 10 MiB in 17 packages 10:12:40 #53 DONE 17.8s 10:12:40 10:12:40 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:12:40 #69 17.78 OK: 12 MiB in 21 packages 10:12:40 #69 DONE 18.0s 10:12:40 10:12:40 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:12:40 #79 ... 10:12:40 10:12:40 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:12:40 #64 16.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:40 #64 16.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:40 #64 17.11 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:12:40 #64 17.11 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:12:40 #64 17.11 OK: 24171 distinct packages available 10:12:40 #64 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:40 #64 17.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:40 #64 17.59 (1/4) Installing dumb-init (1.2.5-r3) 10:12:40 #64 17.59 (2/4) Installing musl-obstack (1.2.3-r2) 10:12:40 #64 17.59 (3/4) Installing libucontext (1.2-r3) 10:12:40 #64 17.60 (4/4) Installing gcompat (1.1.0-r4) 10:12:40 #64 17.60 Executing busybox-1.36.1-r29.trigger 10:12:40 #64 17.61 OK: 8 MiB in 18 packages 10:12:40 #64 DONE 17.8s 10:12:40 10:12:40 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:12:40 #62 17.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:40 #62 17.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:40 #62 17.95 (1/4) Installing ca-certificates (20241121-r1) 10:12:40 #62 17.98 (2/4) Installing dumb-init (1.2.5-r3) 10:12:40 #62 17.98 (3/4) Installing su-exec (0.2-r3) 10:12:40 #62 17.98 (4/4) Installing yq-go (4.44.1-r2) 10:12:40 #62 18.08 Executing busybox-1.36.1-r29.trigger 10:12:40 #62 18.09 Executing ca-certificates-20241121-r1.trigger 10:12:40 #62 18.13 OK: 19 MiB in 18 packages 10:12:40 #62 DONE 18.3s 10:12:41 10:12:41 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:12:41 #0 1.999 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:41 #0 2.082 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:41 #0 2.348 OK: 8 MiB in 16 packages 10:12:41 #80 DONE 2.4s 10:12:41 10:12:41 #81 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:12:41 #81 ... 10:12:41 10:12:41 #73 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:12:41 #73 2.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:41 #73 2.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:41 #73 2.622 OK: 8 MiB in 15 packages 10:12:41 #73 DONE 2.7s 10:12:41 10:12:41 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:12:41 #82 ... 10:12:41 10:12:41 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:12:41 #0 2.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:41 #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:41 #0 3.033 OK: 13 MiB in 28 packages 10:12:41 #83 DONE 3.2s 10:12:41 10:12:41 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:12:41 #60 16.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:41 #60 18.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:41 #60 18.52 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:12:41 #60 18.52 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:12:41 #60 18.52 OK: 24171 distinct packages available 10:12:41 #60 18.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:41 #60 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:42 #60 ... 10:12:42 10:12:42 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:12:42 #0 2.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:42 #0 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:42 #0 3.269 OK: 19 MiB in 18 packages 10:12:42 #84 DONE 3.4s 10:12:42 10:12:42 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:12:42 #85 DONE 0.0s 10:12:42 10:12:42 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:12:42 #60 18.96 (1/5) Installing dumb-init (1.2.5-r3) 10:12:42 #60 18.97 (2/5) Installing musl-obstack (1.2.3-r2) 10:12:42 #60 18.97 (3/5) Installing libucontext (1.2-r3) 10:12:42 #60 18.97 (4/5) Installing gcompat (1.1.0-r4) 10:12:42 #60 18.98 (5/5) Installing openssl (3.3.3-r0) 10:12:42 #60 18.98 Executing busybox-1.36.1-r29.trigger 10:12:42 #60 18.99 OK: 9 MiB in 19 packages 10:12:42 #60 DONE 19.1s 10:12:42 10:12:42 #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:12:43 #86 ... 10:12:43 10:12:43 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:12:43 #0 2.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:43 #0 2.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:43 #0 2.898 OK: 8 MiB in 15 packages 10:12:43 #87 DONE 3.0s 10:12:43 10:12:43 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:12:43 #0 2.327 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:43 #0 2.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:43 #0 2.704 OK: 10 MiB in 17 packages 10:12:43 #88 DONE 2.8s 10:12:43 10:12:43 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:12:43 #82 2.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:43 #82 2.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:43 #82 2.635 OK: 19 MiB in 18 packages 10:12:43 #82 ... 10:12:43 10:12:43 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:12:43 #79 2.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:43 #79 2.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:43 #79 2.833 OK: 12 MiB in 21 packages 10:12:43 #79 DONE 2.9s 10:12:43 10:12:43 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:12:43 #0 2.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:43 #0 2.275 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:43 #0 2.576 OK: 8 MiB in 18 packages 10:12:43 #89 DONE 2.7s 10:12:43 10:12:43 #90 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:12:43 #90 DONE 0.4s 10:12:43 10:12:43 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:12:43 #82 DONE 3.1s 10:12:43 10:12:43 #81 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:12:43 #81 DONE 3.0s 10:12:43 10:12:43 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:12:43 #91 DONE 0.0s 10:12:43 10:12:43 #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:12:43 #86 1.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:43 #86 1.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:44 #86 ... 10:12:44 10:12:44 #92 [security-spire-config stage-2 6/10] COPY security.txt / 10:12:44 #92 DONE 0.0s 10:12:44 10:12:44 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:12:44 #93 DONE 0.0s 10:12:44 10:12:44 #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:12:44 #94 DONE 0.0s 10:12:44 10:12:44 #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:12:44 #95 DONE 0.0s 10:12:44 10:12:44 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:12:44 #96 DONE 0.0s 10:12:44 10:12:44 #86 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:12:44 #86 2.152 OK: 9 MiB in 19 packages 10:12:44 #86 DONE 2.3s 10:12:44 10:12:44 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:12:44 #97 DONE 0.5s 10:12:44 10:12:44 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:12:44 #98 DONE 0.5s 10:12:44 10:12:44 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:12:44 #99 DONE 0.0s 10:12:44 10:12:44 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:12:44 #100 ... 10:12:44 10:12:44 #101 [security-spire-config] exporting to image 10:12:44 #101 exporting layers 0.9s done 10:12:44 #101 writing image sha256:e57bb3dfc55a968ba917509c974282d2f10b7bd61fc515ce742718e144cecaa9 done 10:12:44 #101 naming to docker.io/library/security-spire-config done 10:12:44 #101 DONE 0.9s 10:12:45 10:12:45 #102 [security-spire-server stage-2 6/9] COPY security.txt / 10:12:45 #102 DONE 0.3s 10:12:45 10:12:45 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:12:45 #100 DONE 0.4s 10:12:45 10:12:45 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:12:45 #103 DONE 0.0s 10:12:45 10:12:45 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:12:45 #104 DONE 0.0s 10:12:45 10:12:45 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:12:45 #105 DONE 0.0s 10:12:45 10:12:45 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 10:12:45 #106 DONE 0.0s 10:12:45 10:12:45 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:12:45 #107 DONE 0.0s 10:12:45 10:12:45 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:12:45 #108 DONE 0.0s 10:12:45 10:12:45 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:12:45 #109 DONE 0.0s 10:12:45 10:12:45 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:12:45 #110 DONE 0.0s 10:12:45 10:12:45 #101 [security-spire-server] exporting to image 10:12:46 #101 exporting layers 0.7s done 10:12:46 #101 writing image sha256:051f24f1a4556815dee187bb432415873f39a1e43748c7b0af328b05314b71f4 done 10:12:46 #101 naming to docker.io/library/security-spire-server done 10:12:46 #101 writing image sha256:c0290aee01babb06c64cec7e1297c99a1fe1925f4cc1a0df67b4e79aa410e2c0 done 10:12:46 #101 naming to docker.io/library/security-spire-agent done 10:12:46 #101 DONE 1.6s 10:12:46 10:12:46 #111 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:12:46 #0 2.689 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:46 #0 5.476 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:47 #111 ... 10:12:47 10:12:47 #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:12:47 #0 2.057 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:12:47 #0 5.003 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:12:47 #0 8.724 (1/1) Installing dumb-init (1.2.5-r3) 10:12:47 #112 ... 10:12:47 10:12:47 #111 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:12:47 #111 9.066 OK: 248 MiB in 58 packages 10:12:47 #111 DONE 9.2s 10:12:47 10:12:47 #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:12:47 #113 ... 10:12:47 10:12:47 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:12:47 #114 DONE 0.0s 10:12:47 10:12:47 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:12:49 #115 ... 10:12:49 10:12:49 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:12:49 #116 ... 10:12:49 10:12:49 #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:12:49 #112 10.40 Executing busybox-1.36.1-r29.trigger 10:12:49 #112 10.41 OK: 8 MiB in 15 packages 10:12:49 #112 DONE 10.5s 10:12:49 10:12:49 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:12:49 #117 ... 10:12:49 10:12:49 #118 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #118 ... 10:13:21 10:13:21 #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #113 DONE 38.1s 10:13:21 10:13:21 #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #78 DONE 38.1s 10:13:21 10:13:21 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #115 DONE 29.3s 10:13:21 10:13:21 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #117 DONE 38.2s 10:13:21 10:13:21 #118 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #118 DONE 38.2s 10:13:21 10:13:21 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:21 #116 DONE 38.2s 10:13:21 10:13:21 #119 [core-metadata builder 6/7] COPY . . 10:13:24 #119 DONE 6.9s 10:13:24 10:13:24 #120 [support-scheduler builder 6/7] COPY . . 10:13:24 #120 DONE 6.9s 10:13:24 10:13:24 #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:24 #121 CACHED 10:13:24 10:13:24 #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:13:24 #122 CACHED 10:13:24 10:13:24 #123 [security-secretstore-setup builder 6/7] COPY . . 10:13:24 #123 CACHED 10:13:24 10:13:24 #124 [security-proxy-setup builder 6/7] COPY . . 10:13:24 #124 DONE 6.9s 10:13:24 10:13:24 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 10:13:24 #125 CACHED 10:13:24 10:13:24 #126 [core-command builder 6/7] COPY . . 10:13:24 #126 CACHED 10:13:24 10:13:24 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:24 #127 CACHED 10:13:24 10:13:24 #128 [security-proxy-auth builder 6/7] COPY . . 10:13:24 #128 CACHED 10:13:24 10:13:24 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:13:24 #129 CACHED 10:13:24 10:13:24 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:24 #130 CACHED 10:13:24 10:13:24 #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:24 #131 CACHED 10:13:24 10:13:24 #132 [core-data builder 4/7] COPY go.mod vendor* ./ 10:13:24 #132 CACHED 10:13:24 10:13:24 #133 [core-data builder 6/7] COPY . . 10:13:24 #133 CACHED 10:13:24 10:13:24 #134 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:24 #134 CACHED 10:13:24 10:13:24 #135 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:13:24 #135 CACHED 10:13:24 10:13:24 #136 [security-bootstrapper builder 6/7] COPY . . 10:13:24 #136 CACHED 10:13:24 10:13:24 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:13:24 #137 CACHED 10:13:24 10:13:24 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 10:13:24 #138 CACHED 10:13:24 10:13:24 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:13:24 #139 CACHED 10:13:24 10:13:24 #140 [core-keeper builder 7/8] COPY . . 10:13:24 #140 DONE 7.0s 10:13:24 10:13:24 #141 [support-notifications builder 6/7] COPY . . 10:13:24 #141 DONE 7.0s 10:13:24 10:13:24 #142 [security-spiffe-token-provider builder 6/7] COPY . . 10:13:24 #142 DONE 6.9s 10:13:24 10:13:24 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:13:25 #143 1.623 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:13:26 Removing intermediate container 7c1652aa9148 10:13:26 ---> 20f6cd44f0d9 10:13:26 Successfully built 20f6cd44f0d9 10:13:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:26 + docker inspect -f . ci-base-image-arm64 10:13:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:13:27 prd-ubuntu20.04-docker-arm64-4c-16g-4260 does not seem to be running inside a container 10:13:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@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 10:13:28 $ docker top 4164de464f572e6b4aa952929037ecc9187ab2c848cc7e344025d6815b240f8b -eo pid,comm [Pipeline] { [Pipeline] sh 10:13:29 + go version 10:13:29 go version go1.23.9 linux/arm64 [Pipeline] } 10:13:29 $ docker stop --time=1 4164de464f572e6b4aa952929037ecc9187ab2c848cc7e344025d6815b240f8b 10:13:30 $ docker rm -f --volumes 4164de464f572e6b4aa952929037ecc9187ab2c848cc7e344025d6815b240f8b [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 10:13:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:13:31 10:13:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:13:31 latest: Pulling from edgex-devops/edgex-compose-arm64 10:13:31 547446be3368: Pulling fs layer 10:13:31 d125d8839a47: Pulling fs layer 10:13:31 3e85d5ac6304: Pulling fs layer 10:13:31 c3105a71a48b: Pulling fs layer 10:13:31 0f093f025ec4: Pulling fs layer 10:13:31 c3106fc0e877: Pulling fs layer 10:13:31 c3105a71a48b: Waiting 10:13:31 0f093f025ec4: Waiting 10:13:31 c3106fc0e877: Waiting 10:13:32 547446be3368: Verifying Checksum 10:13:32 547446be3368: Download complete 10:13:32 c3105a71a48b: Verifying Checksum 10:13:32 c3105a71a48b: Download complete 10:13:32 d125d8839a47: Verifying Checksum 10:13:32 d125d8839a47: Download complete 10:13:32 c3106fc0e877: Verifying Checksum 10:13:32 c3106fc0e877: Download complete 10:13:32 0f093f025ec4: Verifying Checksum 10:13:32 0f093f025ec4: Download complete 10:13:32 547446be3368: Pull complete 10:13:34 d125d8839a47: Pull complete 10:13:34 3e85d5ac6304: Verifying Checksum 10:13:34 3e85d5ac6304: Download complete 10:13:35 #143 ... 10:13:35 10:13:35 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:13:35 #0 0.791 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:13:35 #144 ... 10:13:35 10:13:35 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:13:35 #0 1.693 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:13:35 #145 ... 10:13:35 10:13:35 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:13:35 #0 0.703 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:13:35 #146 ... 10:13:35 10:13:35 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:13:35 #0 0.747 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:13:35 #147 ... 10:13:35 10:13:35 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:13:35 #0 1.118 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:13:35 #148 ... 10:13:35 10:13:35 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:13:35 #0 0.956 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:13:35 #149 ... 10:13:35 10:13:35 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:13:35 #0 1.070 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:13:35 #150 ... 10:13:35 10:13:35 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:13:35 #0 1.202 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:13:35 #151 ... 10:13:35 10:13:35 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:13:35 #0 1.295 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:13:35 #152 ... 10:13:35 10:13:35 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:13:35 #0 0.967 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:13:35 #153 ... 10:13:35 10:13:35 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:13:35 #0 0.844 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:13:44 3e85d5ac6304: Pull complete 10:13:44 c3105a71a48b: Pull complete 10:13:45 0f093f025ec4: Pull complete 10:13:45 c3106fc0e877: Pull complete 10:13:45 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:13:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:13:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:13:45 prd-ubuntu20.04-docker-arm64-4c-16g-4260 does not seem to be running inside a container 10:13:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@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 10:13:47 $ docker top 5532139c09f862ff262b87bd5a7c44a6ee74be2e9b205be4ecb4811a92686a6b -eo pid,comm [Pipeline] { [Pipeline] sh 10:13:48 + docker compose -f ./docker-compose-build.yml build --parallel 10:13:58 #1 [core-data internal] load build definition from Dockerfile 10:13:58 #1 transferring dockerfile: 2.04kB done 10:13:58 #1 DONE 0.1s 10:13:58 10:13:58 #2 [security-spire-agent internal] load build definition from Dockerfile 10:13:58 #2 transferring dockerfile: 1.81kB done 10:13:58 #2 DONE 0.0s 10:13:58 10:13:58 #3 [core-metadata internal] load build definition from Dockerfile 10:13:58 #3 transferring dockerfile: 2.10kB done 10:13:58 #3 DONE 0.1s 10:13:58 10:13:58 #4 [security-secretstore-setup internal] load build definition from Dockerfile 10:13:58 #4 transferring dockerfile: 2.49kB 0.0s done 10:13:58 #4 DONE 0.1s 10:13:58 10:13:58 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:13:58 #5 transferring dockerfile: 1.89kB done 10:13:58 #5 DONE 0.1s 10:13:58 10:13:58 #6 [security-spire-config internal] load build definition from Dockerfile 10:13:58 #6 transferring dockerfile: 1.69kB done 10:13:58 #6 DONE 0.1s 10:13:58 10:13:58 #7 [security-proxy-setup internal] load build definition from Dockerfile 10:13:58 #7 transferring dockerfile: 2.50kB 0.0s done 10:13:58 #7 DONE 0.1s 10:13:58 10:13:58 #8 [support-scheduler internal] load build definition from Dockerfile 10:13:58 #8 transferring dockerfile: 1.83kB done 10:13:58 #8 DONE 0.1s 10:13:58 10:13:58 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:13:58 #9 transferring dockerfile: 2.23kB done 10:13:58 #9 DONE 0.0s 10:13:58 10:13:58 #10 [core-keeper internal] load build definition from Dockerfile 10:13:58 #10 transferring dockerfile: 2.01kB done 10:13:58 #10 DONE 0.1s 10:13:58 10:13:58 #11 [core-command internal] load build definition from Dockerfile 10:13:58 #11 transferring dockerfile: 1.94kB done 10:13:58 #11 DONE 0.1s 10:13:58 10:13:58 #12 [support-notifications internal] load build definition from Dockerfile 10:13:58 #12 transferring dockerfile: 2.00kB done 10:13:58 #12 DONE 0.1s 10:13:58 10:13:58 #13 [security-bootstrapper internal] load build definition from Dockerfile 10:13:58 #13 transferring dockerfile: 3.02kB done 10:13:58 #13 DONE 0.0s 10:13:58 10:13:58 #14 [security-proxy-auth internal] load build definition from Dockerfile 10:13:58 #14 transferring dockerfile: 2.14kB done 10:13:58 #14 DONE 0.1s 10:13:58 10:13:58 #15 [security-spire-server internal] load build definition from Dockerfile 10:13:58 #15 transferring dockerfile: 1.70kB 0.0s done 10:13:58 #15 DONE 0.1s 10:13:58 10:13:58 #16 [core-data internal] load .dockerignore 10:13:58 #16 transferring context: 50B 0.0s done 10:13:58 #16 DONE 0.1s 10:13:59 10:13:59 #17 [security-spire-agent internal] load .dockerignore 10:13:59 #17 transferring context: 50B done 10:13:59 #17 DONE 0.0s 10:13:59 10:13:59 #18 [core-metadata internal] load .dockerignore 10:13:59 #18 transferring context: 50B 0.0s done 10:13:59 #18 DONE 0.1s 10:13:59 10:13:59 #19 [security-secretstore-setup internal] load .dockerignore 10:13:59 #19 transferring context: 50B 0.0s done 10:13:59 #19 DONE 0.1s 10:13:59 10:13:59 #20 [security-spiffe-token-provider internal] load .dockerignore 10:13:59 #20 transferring context: 50B 0.0s done 10:13:59 #20 DONE 0.1s 10:13:59 10:13:59 #21 [security-spire-config internal] load .dockerignore 10:14:00 #21 transferring context: 50B 0.0s done 10:14:00 #21 DONE 0.1s 10:14:00 10:14:00 #22 [security-proxy-setup internal] load .dockerignore 10:14:00 #22 transferring context: 50B done 10:14:00 #22 DONE 0.1s 10:14:00 10:14:00 #23 [support-scheduler internal] load .dockerignore 10:14:00 #23 transferring context: 50B 0.0s done 10:14:00 #23 DONE 0.1s 10:14:00 10:14:00 #24 [core-common-config-bootstrapper internal] load .dockerignore 10:14:00 #24 transferring context: 50B 0.0s done 10:14:00 #24 DONE 0.1s 10:14:00 10:14:00 #25 [core-keeper internal] load .dockerignore 10:14:00 #25 transferring context: 50B done 10:14:00 #25 DONE 0.1s 10:14:00 10:14:00 #26 [core-command internal] load .dockerignore 10:14:00 #26 transferring context: 50B done 10:14:00 #26 DONE 0.0s 10:14:00 10:14:00 #27 [support-notifications internal] load .dockerignore 10:14:00 #27 transferring context: 50B 0.0s done 10:14:00 #27 DONE 0.1s 10:14:00 10:14:00 #28 [security-bootstrapper internal] load .dockerignore 10:14:00 #28 transferring context: 50B done 10:14:00 #28 DONE 0.0s 10:14:00 10:14:00 #29 [security-proxy-auth internal] load .dockerignore 10:14:00 #29 transferring context: 50B done 10:14:00 #29 DONE 0.1s 10:14:00 10:14:00 #30 [security-spire-server internal] load .dockerignore 10:14:00 #30 transferring context: 50B 0.0s done 10:14:00 #30 DONE 0.1s 10:14:00 10:14:00 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:00 #31 DONE 0.0s 10:14:00 10:14:00 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 10:14:00 #32 DONE 0.2s 10:14:00 10:14:00 #33 [core-data internal] load build context 10:14:00 #33 DONE 0.0s 10:14:00 10:14:00 #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:14:00 #34 DONE 0.0s 10:14:00 10:14:00 #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:00 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:00 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:00 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:00 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:00 #35 DONE 0.2s 10:14:00 10:14:00 #36 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:14:01 #36 ... 10:14:01 10:14:01 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:01 #31 DONE 0.0s 10:14:01 10:14:01 #33 [core-data internal] load build context 10:14:01 #33 transferring context: 3.23MB 0.6s done 10:14:01 #33 DONE 0.8s 10:14:01 10:14:01 #35 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:01 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:01 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:01 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:01 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:01 #35 DONE 0.3s 10:14:01 10:14:01 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:01 #31 DONE 0.0s 10:14:01 10:14:01 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 10:14:01 #32 DONE 0.3s 10:14:01 10:14:01 #37 [core-metadata internal] load build context 10:14:01 #37 ... 10:14:01 10:14:01 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:01 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:01 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:01 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:01 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:01 #35 DONE 0.3s 10:14:01 10:14:01 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:01 #31 DONE 0.0s 10:14:01 10:14:01 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 10:14:01 #32 DONE 0.4s 10:14:02 10:14:02 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:02 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:02 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:02 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:02 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:02 #35 DONE 0.3s 10:14:02 10:14:02 #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:14:02 #34 DONE 1.8s 10:14:02 10:14:02 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:02 #31 DONE 0.0s 10:14:02 10:14:02 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 10:14:02 #38 ... 10:14:02 10:14:02 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:02 #31 DONE 0.0s 10:14:02 10:14:02 #39 [security-secretstore-setup internal] load build context 10:14:02 #39 ... 10:14:02 10:14:02 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:02 #31 DONE 0.1s 10:14:02 10:14:02 #39 [security-secretstore-setup internal] load build context 10:14:02 #39 ... 10:14:02 10:14:02 #35 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:02 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:02 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:02 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:02 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:02 #35 DONE 0.4s 10:14:02 10:14:02 #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:14:02 #34 DONE 1.9s 10:14:02 10:14:02 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 10:14:02 #32 DONE 1.0s 10:14:02 10:14:02 #40 [security-proxy-setup internal] load build context 10:14:02 #40 DONE 0.0s 10:14:02 10:14:02 #39 [security-secretstore-setup internal] load build context 10:14:02 #39 ... 10:14:02 10:14:02 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:02 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:02 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:02 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:02 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:02 #35 DONE 0.4s 10:14:02 10:14:02 #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:14:02 #34 DONE 1.9s 10:14:02 10:14:02 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:02 #31 DONE 0.1s 10:14:02 10:14:02 #38 [support-scheduler builder 2/7] WORKDIR /edgex-go 10:14:02 #38 DONE 1.7s 10:14:02 10:14:02 #39 [security-secretstore-setup internal] load build context 10:14:03 #39 ... 10:14:03 10:14:03 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:03 #31 DONE 0.1s 10:14:03 10:14:03 #39 [security-secretstore-setup internal] load build context 10:14:03 #39 ... 10:14:03 10:14:03 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:14:03 #41 DONE 1.9s 10:14:03 10:14:03 #39 [security-secretstore-setup internal] load build context 10:14:03 #39 ... 10:14:03 10:14:03 #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:03 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:03 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:03 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:03 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:03 #35 DONE 0.4s 10:14:03 10:14:03 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:03 #31 DONE 0.1s 10:14:03 10:14:03 #39 [security-secretstore-setup internal] load build context 10:14:03 #39 transferring context: 3.23MB 1.7s done 10:14:03 #39 ... 10:14:03 10:14:03 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:03 #31 DONE 0.1s 10:14:03 10:14:03 #39 [security-secretstore-setup internal] load build context 10:14:03 #39 DONE 2.1s 10:14:03 10:14:03 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:14:03 #31 DONE 0.1s 10:14:03 10:14:03 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:03 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:03 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:03 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:03 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:03 #35 DONE 0.5s 10:14:03 10:14:03 #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:14:03 #34 DONE 1.9s 10:14:03 10:14:03 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 10:14:03 #38 DONE 1.7s 10:14:03 10:14:03 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:14:03 #42 DONE 2.4s 10:14:03 10:14:03 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:04 #43 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:04 #43 ... 10:14:04 10:14:04 #37 [core-metadata internal] load build context 10:14:04 #37 transferring context: 3.23MB 2.0s done 10:14:04 #37 DONE 2.5s 10:14:04 10:14:04 #41 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:14:05 #41 ... 10:14:05 10:14:05 #44 [security-spiffe-token-provider internal] load build context 10:14:05 #44 transferring context: 3.23MB 2.4s done 10:14:05 #44 DONE 3.1s 10:14:05 10:14:05 #45 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:06 #45 ... 10:14:06 10:14:06 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 10:14:06 #32 DONE 4.3s 10:14:06 10:14:06 #46 [security-spire-config internal] load build context 10:14:06 #46 transferring context: 22.05kB 0.1s done 10:14:06 #46 DONE 2.5s 10:14:06 10:14:06 #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:06 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:06 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:06 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:06 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:06 #35 DONE 0.5s 10:14:06 10:14:06 #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:14:06 #34 DONE 1.9s 10:14:06 10:14:06 #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 10:14:06 #38 DONE 1.7s 10:14:06 10:14:06 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:06 #43 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.0s done 10:14:06 #43 DONE 2.0s 10:14:06 10:14:06 #47 [support-scheduler internal] load build context 10:14:06 #47 transferring context: 3.23MB 2.7s done 10:14:06 #47 ... 10:14:06 10:14:06 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:14:06 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:14:06 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:14:06 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:14:06 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:14:06 #35 DONE 0.5s 10:14:06 10:14:06 #41 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:14:06 #41 DONE 3.7s 10:14:06 10:14:06 #48 [security-proxy-auth internal] load build context 10:14:06 #48 ... 10:14:06 10:14:06 #49 [core-common-config-bootstrapper internal] load build context 10:14:06 #49 transferring context: 3.23MB 2.4s done 10:14:06 #49 DONE 4.1s 10:14:06 10:14:06 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:06 #43 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:14:06 #43 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 10:14:06 #43 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 10:14:06 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 10:14:07 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s 10:14:07 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.4s 10:14:07 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 10:14:07 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s 10:14:07 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 10:14:07 #43 ... 10:14:07 10:14:07 #40 [security-proxy-setup internal] load build context 10:14:07 #40 transferring context: 3.23MB 2.7s done 10:14:07 #40 DONE 4.9s 10:14:07 10:14:07 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:07 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 10:14:07 #43 ... 10:14:07 10:14:07 #47 [support-scheduler internal] load build context 10:14:07 #47 DONE 5.1s 10:14:07 10:14:07 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:07 #43 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 1.1s 10:14:08 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 10:14:08 #43 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.9s 10:14:08 #43 ... 10:14:08 10:14:08 #50 [security-spire-agent internal] load build context 10:14:08 #50 transferring context: 23.33kB 0.4s done 10:14:08 #50 DONE 4.8s 10:14:08 10:14:08 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:09 #43 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.3s done 10:14:09 #43 ... 10:14:09 10:14:09 #36 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:14:09 #36 3.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:09 #36 4.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:09 #36 6.564 (1/1) Installing dumb-init (1.2.5-r3) 10:14:09 #36 6.564 Executing busybox-1.36.1-r29.trigger 10:14:09 #36 6.637 OK: 9 MiB in 15 packages 10:14:09 #36 DONE 8.1s 10:14:09 10:14:09 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:09 #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.0s done 10:14:09 #51 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:14:09 #51 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:14:09 #51 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:14:09 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 10:14:09 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s done 10:14:09 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done 10:14:09 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 10:14:09 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.8s 10:14:09 #51 ... 10:14:09 10:14:09 #52 [security-spire-server internal] load build context 10:14:09 #52 transferring context: 23.80kB 0.4s done 10:14:09 #52 DONE 3.5s 10:14:09 10:14:09 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:09 #51 ... 10:14:09 10:14:09 #48 [security-proxy-auth internal] load build context 10:14:11 #48 ... 10:14:11 10:14:11 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:14:11 #53 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:11 #53 ... 10:14:11 10:14:11 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:14:11 #54 ... 10:14:11 10:14:11 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:14:12 #55 ... 10:14:12 10:14:12 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:12 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 5.5s 10:14:12 #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.3s done 10:14:12 #51 ... 10:14:12 10:14:12 #56 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:14:12 #56 ... 10:14:12 10:14:12 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:14:13 #57 ... 10:14:13 10:14:13 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:14:13 #58 ... 10:14:13 10:14:13 #59 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:14:13 #59 ... 10:14:13 10:14:13 #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:14:13 #0 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:13 #60 ... 10:14:13 10:14:13 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:14:13 #61 ... 10:14:13 10:14:13 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:13 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.86MB / 33.17MB 6.9s 10:14:13 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 10:14:13 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 10:14:14 #51 ... 10:14:14 10:14:14 #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:14 #62 ... 10:14:14 10:14:14 #63 [support-notifications internal] load build context 10:14:14 #63 transferring context: 3.23MB 8.0s done 10:14:14 #63 ... 10:14:14 10:14:14 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:14:14 #64 ... 10:14:14 10:14:14 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:14:14 #65 ... 10:14:14 10:14:14 #66 [core-keeper internal] load build context 10:14:14 #66 ... 10:14:14 10:14:14 #63 [support-notifications internal] load build context 10:14:14 #63 DONE 10.3s 10:14:14 10:14:14 #66 [core-keeper internal] load build context 10:14:14 #66 ... 10:14:14 10:14:14 #67 [security-bootstrapper internal] load build context 10:14:14 #67 ... 10:14:14 10:14:14 #68 [core-command internal] load build context 10:14:14 #68 ... 10:14:14 10:14:14 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:14:14 #69 ... 10:14:14 10:14:14 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:14 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 8.5s 10:14:15 #51 ... 10:14:15 10:14:15 #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:14:15 #70 ... 10:14:15 10:14:15 #66 [core-keeper internal] load build context 10:14:15 #66 transferring context: 3.23MB 8.5s done 10:14:15 #66 DONE 11.4s 10:14:15 10:14:15 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:14:15 #71 ... 10:14:15 10:14:15 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:15 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 9.2s 10:14:16 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 9.8s 10:14:16 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 10.6s 10:14:17 #51 ... 10:14:17 10:14:17 #67 [security-bootstrapper internal] load build context 10:14:17 #67 transferring context: 3.23MB 10.0s done 10:14:17 #67 DONE 13.1s 10:14:17 10:14:17 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:17 #51 ... 10:14:17 10:14:17 #48 [security-proxy-auth internal] load build context 10:14:17 #48 transferring context: 3.23MB 7.8s done 10:14:17 #48 DONE 11.1s 10:14:17 10:14:17 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:17 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 11.1s 10:14:17 #51 ... 10:14:17 10:14:17 #68 [core-command internal] load build context 10:14:17 #68 transferring context: 3.23MB 10.8s done 10:14:17 #68 DONE 13.6s 10:14:17 10:14:17 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:18 #51 ... 10:14:18 10:14:18 #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:18 #62 DONE 14.0s 10:14:18 10:14:18 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:18 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 12.1s 10:14:19 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 12.7s 10:14:19 #51 ... 10:14:19 10:14:19 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:14:19 #72 ... 10:14:19 10:14:19 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:19 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.27MB / 33.17MB 13.2s 10:14:19 #51 ... 10:14:19 10:14:19 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:19 #43 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.8s done 10:14:19 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.3s done 10:14:19 #43 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:14:19 #43 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10:14:19 #43 ... 10:14:19 10:14:19 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:19 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.11MB / 33.17MB 13.5s 10:14:20 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.8s 10:14:20 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.8s done 10:14:20 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.8s done 10:14:20 #51 ... 10:14:20 10:14:20 #45 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:20 #45 DONE 15.7s 10:14:20 10:14:20 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:14:22 #73 ... 10:14:22 10:14:22 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:14:22 #53 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:22 #53 17.93 (1/1) Installing dumb-init (1.2.5-r3) 10:14:22 #53 18.00 Executing busybox-1.36.1-r29.trigger 10:14:22 #53 18.22 OK: 9 MiB in 15 packages 10:14:22 #53 ... 10:14:22 10:14:22 #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:14:22 #70 17.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:22 #70 ... 10:14:22 10:14:22 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:14:22 #54 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:22 #54 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:22 #54 20.51 (1/4) Installing ca-certificates (20241121-r1) 10:14:22 #54 ... 10:14:22 10:14:22 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:22 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.7s 10:14:22 #51 ... 10:14:22 10:14:22 #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:14:22 #53 DONE 21.2s 10:14:22 10:14:22 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:23 #51 ... 10:14:23 10:14:23 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:14:23 #55 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:23 #55 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:23 #55 ... 10:14:23 10:14:23 #59 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:14:23 #59 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:23 #59 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:24 #59 ... 10:14:24 10:14:24 #56 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:14:24 #56 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:24 #56 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:24 #56 ... 10:14:24 10:14:24 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:14:24 #58 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:24 #58 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:24 #58 ... 10:14:24 10:14:24 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:14:24 #61 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:24 #61 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:24 #61 ... 10:14:24 10:14:24 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:14:24 #57 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:24 #57 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:24 #57 ... 10:14:24 10:14:24 #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:14:24 #60 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:24 #60 ... 10:14:24 10:14:24 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:26 #51 ... 10:14:26 10:14:26 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:14:26 #43 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.5s done 10:14:26 #43 DONE 22.3s 10:14:26 10:14:26 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:27 #51 ... 10:14:27 10:14:27 #59 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:14:27 #59 23.44 OK: 239 MiB in 58 packages 10:14:27 #59 DONE 25.5s 10:14:27 10:14:27 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:27 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.5s 10:14:27 #51 ... 10:14:27 10:14:27 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:14:27 #65 13.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:27 #65 15.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:27 #65 ... 10:14:27 10:14:27 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:14:27 #58 23.18 (1/4) Installing dumb-init (1.2.5-r3) 10:14:27 #58 23.22 (2/4) Installing openssl (3.3.3-r0) 10:14:27 #58 23.36 (3/4) Installing su-exec (0.2-r3) 10:14:27 #58 23.39 (4/4) Installing yq-go (4.44.1-r2) 10:14:27 #58 ... 10:14:27 10:14:27 #74 [core-data builder 4/7] COPY go.mod vendor* ./ 10:14:27 #74 DONE 0.6s 10:14:27 10:14:27 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:14:27 #0 6.743 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:28 #75 ... 10:14:28 10:14:28 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:14:28 #57 23.30 OK: 239 MiB in 58 packages 10:14:28 #57 DONE 25.3s 10:14:28 10:14:28 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:14:29 #76 DONE 0.8s 10:14:29 10:14:29 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:29 #51 ... 10:14:29 10:14:29 #60 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:14:29 #60 23.93 OK: 239 MiB in 58 packages 10:14:29 #60 DONE 26.8s 10:14:29 10:14:29 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:14:29 #54 21.39 (2/4) Installing dumb-init (1.2.5-r3) 10:14:29 #54 21.47 (3/4) Installing su-exec (0.2-r3) 10:14:29 #54 21.55 (4/4) Installing yq-go (4.44.1-r2) 10:14:29 #54 23.38 Executing busybox-1.36.1-r29.trigger 10:14:29 #54 23.66 Executing ca-certificates-20241121-r1.trigger 10:14:29 #54 25.32 OK: 20 MiB in 18 packages 10:14:29 #54 DONE 27.7s 10:14:29 10:14:29 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:14:29 #71 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:29 #71 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:29 #71 ... 10:14:29 10:14:29 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:30 #51 ... 10:14:30 10:14:30 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:14:30 #64 16.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:30 #64 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:30 #64 ... 10:14:30 10:14:30 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:31 #51 ... 10:14:31 10:14:31 #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:14:31 #77 DONE 1.6s 10:14:31 10:14:31 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:31 #51 ... 10:14:31 10:14:31 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:14:31 #69 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:31 #69 18.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:31 #69 ... 10:14:31 10:14:31 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:31 #51 ... 10:14:31 10:14:31 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:14:31 #58 25.37 Executing busybox-1.36.1-r29.trigger 10:14:31 #58 25.72 OK: 20 MiB in 18 packages 10:14:31 #58 DONE 28.8s 10:14:31 10:14:31 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:32 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s 10:14:32 #51 ... 10:14:32 10:14:32 #78 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 10:14:32 #0 5.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:32 #0 7.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:32 #78 ... 10:14:32 10:14:32 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:33 #51 ... 10:14:33 10:14:33 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:14:33 #72 13.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:33 #72 15.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:33 #72 ... 10:14:33 10:14:33 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:33 #51 ... 10:14:33 10:14:33 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:14:33 #61 23.56 (1/3) Installing ca-certificates (20241121-r1) 10:14:33 #61 24.35 (2/3) Installing dumb-init (1.2.5-r3) 10:14:33 #61 24.49 (3/3) Installing tzdata (2025b-r0) 10:14:33 #61 26.70 Executing busybox-1.36.1-r29.trigger 10:14:33 #61 27.08 Executing ca-certificates-20241121-r1.trigger 10:14:33 #61 28.57 OK: 11 MiB in 17 packages 10:14:33 #61 DONE 30.6s 10:14:33 10:14:33 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:35 #51 ... 10:14:35 10:14:35 #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:14:35 #70 20.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:35 #70 30.19 (1/2) Installing dumb-init (1.2.5-r3) 10:14:35 #70 30.21 (2/2) Installing su-exec (0.2-r3) 10:14:35 #70 30.24 Executing busybox-1.36.1-r29.trigger 10:14:35 #70 ... 10:14:35 10:14:35 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:35 #51 ... 10:14:35 10:14:35 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:14:35 #65 28.34 OK: 239 MiB in 58 packages 10:14:35 #65 DONE 31.4s 10:14:35 10:14:35 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:36 #51 ... 10:14:36 10:14:36 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:14:36 #55 24.03 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:14:36 #55 24.03 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:14:36 #55 24.03 OK: 24049 distinct packages available 10:14:36 #55 25.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:36 #55 28.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:36 #55 ... 10:14:36 10:14:36 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:36 #51 ... 10:14:36 10:14:36 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:14:36 #79 DONE 0.8s 10:14:36 10:14:36 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:36 #51 ... 10:14:36 10:14:36 #56 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:14:36 #56 23.95 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:14:36 #56 23.95 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:14:36 #56 23.95 OK: 24049 distinct packages available 10:14:36 #56 26.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:36 #56 29.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:36 #56 ... 10:14:36 10:14:36 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:14:36 #73 6.068 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:36 #73 10.55 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:37 #73 ... 10:14:37 10:14:37 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:37 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.7s 10:14:37 #51 ... 10:14:37 10:14:37 #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:14:37 #80 ... 10:14:37 10:14:37 #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:14:37 #70 30.42 OK: 9 MiB in 16 packages 10:14:37 #70 DONE 32.9s 10:14:37 10:14:37 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:14:37 #72 27.23 OK: 9 MiB in 15 packages 10:14:37 #72 DONE 29.0s 10:14:37 10:14:37 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:38 #51 ... 10:14:38 10:14:38 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:14:38 #75 10.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:38 #75 ... 10:14:38 10:14:38 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:39 #51 ... 10:14:39 10:14:39 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:14:39 #81 ... 10:14:39 10:14:39 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:14:39 #69 31.38 (1/7) Installing ca-certificates (20241121-r1) 10:14:39 #69 31.95 (2/7) Installing dumb-init (1.2.5-r3) 10:14:39 #69 31.98 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:14:39 #69 32.02 (4/7) Installing libsodium (1.0.19-r0) 10:14:39 #69 32.06 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:14:39 #69 32.48 (6/7) Installing libzmq (4.3.5-r2) 10:14:39 #69 32.62 (7/7) Installing zeromq (4.3.5-r2) 10:14:39 #69 32.73 Executing busybox-1.36.1-r29.trigger 10:14:39 #69 33.04 Executing ca-certificates-20241121-r1.trigger 10:14:39 #69 34.45 OK: 14 MiB in 21 packages 10:14:39 #69 ... 10:14:39 10:14:39 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:14:39 #0 6.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:39 #0 8.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:39 #82 ... 10:14:39 10:14:39 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:41 #51 ... 10:14:41 10:14:41 #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:14:41 #83 ... 10:14:41 10:14:41 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:41 #51 ... 10:14:41 10:14:41 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:14:41 #69 DONE 36.8s 10:14:41 10:14:41 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:41 #51 ... 10:14:41 10:14:41 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:14:41 #0 6.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:41 #0 8.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:42 #84 ... 10:14:42 10:14:42 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:42 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.9s 10:14:43 #51 ... 10:14:43 10:14:43 #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade 10:14:43 #78 18.59 OK: 9 MiB in 15 packages 10:14:43 #78 DONE 20.5s 10:14:43 10:14:43 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:14:43 #55 40.30 (1/14) Installing ca-certificates (20241121-r1) 10:14:43 #55 40.96 (2/14) Installing brotli-libs (1.1.0-r2) 10:14:43 #55 41.10 (3/14) Installing c-ares (1.33.1-r0) 10:14:43 #55 41.13 (4/14) Installing libunistring (1.2-r0) 10:14:43 #55 41.28 (5/14) Installing libidn2 (2.3.7-r0) 10:14:43 #55 41.32 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:14:43 #55 41.33 (7/14) Installing libpsl (0.21.5-r1) 10:14:43 #55 41.38 (8/14) Installing zstd-libs (1.5.6-r0) 10:14:43 #55 41.52 (9/14) Installing libcurl (8.12.1-r0) 10:14:43 #55 41.61 (10/14) Installing curl (8.12.1-r0) 10:14:43 #55 ... 10:14:43 10:14:43 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:14:43 #71 28.68 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:14:43 #71 28.68 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:14:43 #71 28.69 OK: 24049 distinct packages available 10:14:43 #71 29.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:43 #71 31.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:43 #71 ... 10:14:43 10:14:43 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:14:43 #0 5.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:43 #0 7.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:43 #85 ... 10:14:43 10:14:43 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:14:43 #55 41.69 (11/14) Installing dumb-init (1.2.5-r3) 10:14:43 #55 41.72 (12/14) Installing musl-obstack (1.2.3-r2) 10:14:43 #55 41.73 (13/14) Installing libucontext (1.2-r3) 10:14:43 #55 41.76 (14/14) Installing gcompat (1.1.0-r4) 10:14:43 #55 41.83 Executing busybox-1.36.1-r29.trigger 10:14:44 #55 41.98 Executing ca-certificates-20241121-r1.trigger 10:14:44 #55 ... 10:14:44 10:14:44 #56 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:14:44 #56 39.58 OK: 239 MiB in 58 packages 10:14:44 #56 DONE 41.5s 10:14:44 10:14:44 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:14:44 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.4s done 10:14:44 #51 ... 10:14:44 10:14:44 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:14:44 #64 30.33 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:14:44 #64 30.33 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:14:44 #64 30.33 OK: 24049 distinct packages available 10:14:44 #64 32.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:44 #64 33.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:44 #64 ... 10:14:44 10:14:44 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:14:44 #86 DONE 0.6s 10:14:44 10:14:44 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:14:45 #87 ... 10:14:45 10:14:45 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:14:45 #75 25.72 OK: 239 MiB in 58 packages 10:14:45 #75 DONE 27.6s 10:14:45 10:14:45 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:14:46 #88 DONE 0.6s 10:14:46 10:14:46 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:14:46 #71 41.33 (1/5) Installing dumb-init (1.2.5-r3) 10:14:46 #71 41.35 (2/5) Installing musl-obstack (1.2.3-r2) 10:14:46 #71 41.35 (3/5) Installing libucontext (1.2-r3) 10:14:46 #71 41.36 (4/5) Installing gcompat (1.1.0-r4) 10:14:46 #71 41.41 (5/5) Installing openssl (3.3.3-r0) 10:14:46 #71 ... 10:14:46 10:14:46 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:14:46 #89 ... 10:14:46 10:14:46 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:14:46 #71 41.54 Executing busybox-1.36.1-r29.trigger 10:14:46 #71 41.68 OK: 10 MiB in 19 packages 10:14:48 #71 ... 10:14:48 10:14:48 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:14:48 #55 43.51 OK: 15 MiB in 28 packages 10:14:48 #55 DONE 46.0s 10:14:48 10:14:48 #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:14:48 #0 4.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:48 #0 5.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:48 #90 ... 10:14:48 10:14:48 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:14:48 #64 43.61 (1/4) Installing dumb-init (1.2.5-r3) 10:14:48 #64 43.65 (2/4) Installing musl-obstack (1.2.3-r2) 10:14:48 #64 43.68 (3/4) Installing libucontext (1.2-r3) 10:14:48 #64 43.69 (4/4) Installing gcompat (1.1.0-r4) 10:14:48 #64 43.72 Executing busybox-1.36.1-r29.trigger 10:14:48 #64 43.89 OK: 9 MiB in 18 packages 10:14:49 #64 ... 10:14:49 10:14:49 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:14:49 #71 DONE 43.9s 10:14:49 10:14:49 #91 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:14:50 #91 ... 10:14:50 10:14:50 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:14:50 #64 DONE 45.8s 10:14:50 10:14:50 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:14:51 #92 ... 10:14:51 10:14:51 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:14:51 #73 25.38 (1/1) Installing dumb-init (1.2.5-r3) 10:14:51 #73 27.77 Executing busybox-1.36.1-r29.trigger 10:14:51 #73 28.02 OK: 9 MiB in 15 packages 10:14:51 #73 DONE 30.3s 10:14:51 10:14:51 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:14:51 #84 19.30 OK: 20 MiB in 18 packages 10:14:51 #84 ... 10:14:51 10:14:51 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:14:51 #82 20.00 OK: 20 MiB in 18 packages 10:14:51 #82 DONE 21.8s 10:14:51 10:14:51 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:14:51 #85 17.86 OK: 11 MiB in 17 packages 10:14:51 #85 ... 10:14:51 10:14:51 #93 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:14:51 #0 4.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:51 #0 6.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:52 #93 ... 10:14:52 10:14:52 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:14:52 #84 DONE 20.7s 10:14:52 10:14:52 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:14:52 #94 DONE 0.1s 10:14:52 10:14:52 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:14:53 #95 ... 10:14:53 10:14:53 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:14:53 #85 DONE 19.4s 10:14:53 10:14:53 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:14:53 #95 5.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:53 #95 ... 10:14:53 10:14:53 #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:14:53 #90 15.05 OK: 9 MiB in 16 packages 10:14:54 #90 DONE 16.0s 10:14:54 10:14:54 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:14:56 #96 DONE 2.1s 10:14:56 10:14:56 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:14:56 #97 DONE 0.1s 10:14:56 10:14:56 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:14:56 #95 5.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:56 #95 ... 10:14:56 10:14:56 #93 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:14:56 #93 13.88 OK: 14 MiB in 21 packages 10:14:56 #93 DONE 14.7s 10:14:56 10:14:56 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:14:56 #98 ... 10:14:56 10:14:56 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:14:56 #92 3.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:56 #92 4.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:57 #154 ... 10:14:57 10:14:57 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:14:57 #148 DONE 90.8s 10:14:57 10:14:57 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:14:57 #151 DONE 90.8s 10:14:57 10:14:57 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:14:57 #155 DONE 0.3s 10:14:57 10:14:57 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:14:57 #156 DONE 0.3s 10:14:57 10:14:57 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:14:57 #157 DONE 0.1s 10:14:57 10:14:57 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:14:57 #158 DONE 0.2s 10:14:57 10:14:57 #159 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:14:57 #159 DONE 0.3s 10:14:57 10:14:57 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:14:57 #160 ... 10:14:57 10:14:57 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:14:57 #161 DONE 0.3s 10:14:57 10:14:57 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:14:57 #162 ... 10:14:57 10:14:57 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:14:57 #160 DONE 1.3s 10:14:57 10:14:57 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:14:57 #163 DONE 0.2s 10:14:57 10:14:57 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:14:57 #164 DONE 0.2s 10:14:57 10:14:57 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:14:57 #162 DONE 1.0s 10:14:57 10:14:57 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:14:57 #165 DONE 0.2s 10:14:57 10:14:57 #101 [core-common-config-bootstrapper] exporting to image 10:14:57 #101 exporting layers 10:14:57 #101 ... 10:14:57 10:14:57 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:14:57 #166 DONE 0.3s 10:14:57 10:14:57 #101 [core-common-config-bootstrapper] exporting to image 10:14:57 #101 exporting layers 0.5s done 10:14:57 #101 writing image sha256:50731461f58ae9beca53add718605346c3ef80aaa62fd02bf6b092c707cc3c8e 0.0s done 10:14:57 #101 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 10:14:57 #101 DONE 2.1s 10:14:57 10:14:57 #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/ 10:14:57 #167 DONE 0.1s 10:14:57 10:14:57 #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/ 10:14:57 #168 DONE 0.0s 10:14:57 10:14:57 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:14:57 #145 ... 10:14:57 10:14:57 #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/ 10:14:57 #169 DONE 0.1s 10:14:57 10:14:57 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:14:58 #92 ... 10:14:58 10:14:58 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:14:58 #95 9.467 OK: 15 MiB in 28 packages 10:14:58 #95 DONE 9.8s 10:14:58 10:14:58 #91 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:14:58 #91 5.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:14:58 #91 6.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:14:58 #170 DONE 0.1s 10:14:58 10:14:58 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:14:58 #91 9.674 OK: 10 MiB in 19 packages 10:14:58 #91 DONE 10.1s 10:14:58 10:14:58 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:14:58 #99 ... 10:14:58 10:14:58 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:14:58 #92 8.092 OK: 9 MiB in 18 packages 10:14:58 #92 DONE 8.7s 10:14:58 #171 DONE 1.2s 10:14:58 10:14:58 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:14:59 10:14:59 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:14:59 #146 ... 10:14:59 10:14:59 #101 [security-bootstrapper] exporting to image 10:14:59 #101 exporting layers 0.5s done 10:14:59 #101 writing image sha256:df10b4db20a734a91a632a6de440e20df6a40379b65efefdedd819ec03cc2eca done 10:14:59 #101 naming to docker.io/library/security-bootstrapper 0.0s done 10:14:59 #101 DONE 2.7s 10:14:59 10:14:59 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:15:00 #100 ... 10:15:00 10:15:00 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:15:00 #99 DONE 1.5s 10:15:00 10:15:00 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:15:00 #101 DONE 1.5s 10:15:00 10:15:00 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:15:00 #100 DONE 1.5s 10:15:00 10:15:00 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:15:00 #102 DONE 0.2s 10:15:00 10:15:00 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:15:00 #103 DONE 0.3s 10:15:00 10:15:00 #104 [security-spire-config stage-2 6/10] COPY security.txt / 10:15:00 #104 DONE 0.1s 10:15:00 10:15:00 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:15:01 #105 ... 10:15:01 10:15:01 #106 [security-spire-server stage-2 6/9] COPY security.txt / 10:15:01 #106 DONE 0.3s 10:15:01 10:15:01 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:15:01 #105 DONE 0.3s 10:15:01 10:15:01 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:15:01 #107 DONE 0.2s 10:15:01 10:15:01 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:15:01 #108 DONE 0.2s 10:15:01 10:15:01 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:15:01 #109 DONE 0.2s 10:15:01 10:15:01 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:15:01 #110 DONE 0.2s 10:15:01 10:15:01 #111 [security-spire-config] exporting to image 10:15:01 #111 exporting layers 10:15:01 #111 ... 10:15:01 10:15:01 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:15:01 #112 DONE 0.3s 10:15:01 10:15:01 #111 [security-spire-server] exporting to image 10:15:02 #111 ... 10:15:02 10:15:02 #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:15:02 #113 DONE 1.9s 10:15:02 10:15:02 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:15:02 #114 DONE 0.2s 10:15:02 10:15:02 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 10:15:02 #115 DONE 0.2s 10:15:02 10:15:02 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:15:03 #116 DONE 0.1s 10:15:03 10:15:03 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:15:03 #117 DONE 0.2s 10:15:03 10:15:03 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:15:03 #118 DONE 0.2s 10:15:03 10:15:03 #111 [security-spire-agent] exporting to image 10:15:04 #111 exporting layers 3.1s done 10:15:04 #111 writing image sha256:d3a6289bb0305a353f8a4d7a2d544ec4f9febcf8e77f0cf677f2a6561ee1331d done 10:15:04 #111 naming to docker.io/library/security-spire-config-arm64 done 10:15:04 #111 exporting layers 3.1s done 10:15:04 #111 writing image sha256:75f024c0adec68053199edc5f89a66321d4883b9a38de9c7400f0bee5d1e5b61 0.0s done 10:15:04 #111 naming to docker.io/library/security-spire-server-arm64 10:15:04 #111 naming to docker.io/library/security-spire-server-arm64 done 10:15:05 #111 exporting layers 2.5s done 10:15:05 #111 writing image sha256:ab1ccb1a6988593e01affb99ddc4e00dd36739466bf6dcdf09cee6c119afea45 done 10:15:05 #111 naming to docker.io/library/security-spire-agent-arm64 done 10:15:05 #111 DONE 4.4s 10:15:05 10:15:05 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:15:46 #146 139.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:15:54 #146 DONE 149.1s 10:15:54 10:15:54 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:15:54 #153 DONE 149.1s 10:15:54 10:15:54 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:15:54 #154 DONE 149.1s 10:15:54 10:15:54 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:15:54 #147 DONE 149.1s 10:15:54 10:15:54 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #172 ... 10:15:54 10:15:54 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #173 DONE 0.2s 10:15:54 10:15:54 #174 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #174 DONE 0.2s 10:15:54 10:15:54 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #172 DONE 0.4s 10:15:54 10:15:54 #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #175 DONE 0.3s 10:15:54 10:15:54 #176 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:15:54 #176 DONE 0.4s 10:15:54 10:15:54 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:15:54 #177 DONE 0.4s 10:15:54 10:15:54 #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:15:54 #178 DONE 0.4s 10:15:54 10:15:54 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:15:54 #179 DONE 0.5s 10:15:54 10:15:54 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:15:54 #152 DONE 150.0s 10:15:54 10:15:54 #180 [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 10:15:54 #180 ... 10:15:54 10:15:54 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:15:54 #150 DONE 150.3s 10:15:54 10:15:54 #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:15:54 #181 DONE 0.4s 10:15:54 10:15:54 #182 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:15:54 #182 DONE 0.4s 10:15:54 10:15:54 #180 [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 10:15:54 #180 DONE 0.4s 10:15:54 10:15:54 #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:15:54 #183 DONE 0.4s 10:15:54 10:15:54 #184 [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 10:15:54 #184 DONE 0.2s 10:15:54 10:15:54 #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #185 CACHED 10:15:54 10:15:54 #186 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:15:54 #186 CACHED 10:15:54 10:15:54 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:15:54 #187 DONE 0.2s 10:15:54 10:15:54 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:15:54 #188 ... 10:15:54 10:15:54 #189 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:15:54 #189 DONE 0.2s 10:15:54 10:15:54 #190 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:15:54 #190 DONE 0.2s 10:15:54 10:15:54 #191 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:15:54 #191 DONE 0.2s 10:15:54 10:15:54 #101 [security-spiffe-token-provider] exporting to image 10:15:54 #101 exporting layers 0.2s done 10:15:55 #101 ... 10:15:55 10:15:55 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:15:55 #188 DONE 0.4s 10:15:55 10:15:55 #101 [core-command] exporting to image 10:15:55 #101 exporting layers 0.4s done 10:15:55 #101 writing image sha256:2b92f85b5287658c0c0d3dfdd2e4238977b498230ce1fd084b671bedd5a8b197 done 10:15:55 #101 naming to docker.io/library/core-command done 10:15:55 #101 ... 10:15:55 10:15:55 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:15:55 #149 DONE 151.0s 10:15:55 10:15:55 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:15:55 #192 ... 10:15:55 10:15:55 #193 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:15:55 #193 DONE 0.8s 10:15:55 10:15:55 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:15:55 #145 DONE 151.4s 10:15:55 10:15:55 #194 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:15:55 #194 DONE 0.9s 10:15:55 10:15:55 #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:15:55 #195 DONE 0.9s 10:15:55 10:15:55 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:15:55 #192 DONE 0.6s 10:15:55 10:15:55 #101 [security-spiffe-token-provider] exporting to image 10:15:55 #101 writing image sha256:14de6fb77fcf0038f2d9df1eaaa4efb00bd5dea6f8a29572fd6ff52664ed56ee 0.0s done 10:15:55 #101 naming to docker.io/library/security-spiffe-token-provider done 10:15:55 #101 DONE 3.8s 10:15:55 10:15:55 #196 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:15:55 #196 ... 10:15:55 10:15:55 #197 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:15:55 #197 CACHED 10:15:55 10:15:55 #198 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:15:55 #198 CACHED 10:15:55 10:15:55 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:15:55 #144 DONE 151.7s 10:15:55 10:15:55 #199 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:15:55 #199 DONE 0.3s 10:15:55 10:15:55 #200 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:15:55 #200 DONE 0.3s 10:15:55 10:15:55 #201 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:15:55 #201 ... 10:15:55 10:15:55 #202 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:15:55 #202 DONE 0.3s 10:15:55 10:15:55 #196 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:15:55 #196 DONE 0.4s 10:15:55 10:15:55 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:15:55 #203 DONE 0.3s 10:15:55 10:15:55 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:15:55 #204 DONE 0.2s 10:15:55 10:15:55 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:15:55 #205 DONE 0.2s 10:15:55 10:15:55 #206 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:15:56 #206 ... 10:15:56 10:15:56 #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:15:56 #207 DONE 0.1s 10:15:56 10:15:56 #201 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:15:56 #201 DONE 0.3s 10:15:56 10:15:56 #101 [core-keeper] exporting to image 10:15:56 #101 exporting layers 0.2s done 10:15:56 #101 writing image sha256:0d48d536b26e10da9522088cb7a28e4a0b7289b57d9890aed901fa9af0d7426e done 10:15:56 #101 naming to docker.io/library/core-keeper 0.0s done 10:15:56 #101 DONE 4.0s 10:15:56 10:15:56 #206 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:15:56 #206 DONE 0.2s 10:15:56 10:15:56 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:15:56 #208 DONE 0.3s 10:15:56 10:15:56 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:15:56 #209 DONE 0.2s 10:15:56 10:15:56 #210 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:15:56 #210 DONE 0.2s 10:15:56 10:15:56 #211 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:15:56 #211 ... 10:15:56 10:15:56 #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:15:56 #212 DONE 0.1s 10:15:56 10:15:56 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:15:56 #213 DONE 0.1s 10:15:56 10:15:56 #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:15:56 #214 DONE 0.2s 10:15:56 10:15:56 #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:15:56 #215 DONE 0.0s 10:15:56 10:15:56 #216 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:15:56 #216 DONE 0.7s 10:15:56 10:15:56 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:15:56 #217 DONE 0.8s 10:15:56 10:15:56 #101 [security-proxy-setup] exporting to image 10:15:56 #101 writing image sha256:c3cef4098cceb06b983f599ef37805636196a0c797f5f08dd6615364d299567e 0.0s done 10:15:56 #101 naming to docker.io/library/core-data done 10:15:56 #101 writing image sha256:0abe9f411ed4f827e51468e3764568e9f8b50b4c15d136d9cc780a01b2efeb83 done 10:15:56 #101 naming to docker.io/library/core-metadata done 10:15:56 #101 exporting layers 0.3s done 10:15:56 #101 writing image sha256:55f374c3de54ae78bd83b006e0244b2cdec7d034edb7955ca45d422f936f3214 done 10:15:56 #101 naming to docker.io/library/security-proxy-setup done 10:15:56 #101 writing image sha256:296d3f4c92c5c436ad75153dec6bdf7d3c73a99b17d9caaffc9e9a31dee5dc6f done 10:15:56 #101 naming to docker.io/library/support-scheduler done 10:15:56 #101 ... 10:15:56 10:15:56 #211 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:15:56 #211 DONE 0.8s 10:15:57 10:15:57 #101 [security-secretstore-setup] exporting to image 10:15:57 #101 exporting layers 0.2s done 10:15:57 #101 writing image sha256:e9cb08f658c5116244b08a449722789dc133735fdebf30f5ee02c8192295793d done 10:15:57 #101 naming to docker.io/library/security-proxy-auth done 10:15:57 #101 writing image sha256:f25e47b46ca40818758e808a0065275a5483d97ce50c0e94f5d30c20a060f724 done 10:15:57 #101 naming to docker.io/library/security-secretstore-setup done 10:15:57 #101 DONE 5.0s 10:15:57 10:15:57 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:15:57 #143 DONE 153.6s 10:15:57 10:15:57 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:15:57 #218 DONE 0.0s 10:15:57 10:15:57 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:15:57 #219 DONE 0.0s 10:15:57 10:15:57 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:15:57 #220 DONE 0.2s 10:15:57 10:15:57 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:15:57 #221 DONE 0.0s 10:15:58 10:15:58 #101 [support-notifications] exporting to image 10:15:58 #101 exporting layers 0.2s done 10:15:58 #101 writing image sha256:feccc55e2b4b4afc0db60ef804477732488ef0d56440b879b8be5f5c7ca5e9e6 done 10:15:58 #101 naming to docker.io/library/support-notifications done 10:15:58 #101 DONE 5.2s 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:15:58 time="2025-06-30T10:12:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:15:58 $ docker stop --time=1 c74423dbcadb604f8aca7d02532d73a80a16f47bffc401ebe1a7047460f9d73e 10:15:59 $ docker rm -f --volumes c74423dbcadb604f8aca7d02532d73a80a16f47bffc401ebe1a7047460f9d73e [Pipeline] // withDockerContainer [Pipeline] sh 10:15:59 + docker images 10:15:59 REPOSITORY TAG IMAGE ID CREATED SIZE 10:15:59 support-notifications latest feccc55e2b4b 2 seconds ago 52.3MB 10:15:59 security-proxy-setup latest 55f374c3de54 3 seconds ago 38.6MB 10:15:59 security-proxy-auth latest e9cb08f658c5 3 seconds ago 31.9MB 10:15:59 core-metadata latest 0abe9f411ed4 3 seconds ago 33.2MB 10:15:59 core-data latest c3cef4098cce 3 seconds ago 33MB 10:15:59 security-secretstore-setup latest f25e47b46ca4 3 seconds ago 68.9MB 10:15:59 support-scheduler latest 296d3f4c92c5 3 seconds ago 48.7MB 10:15:59 core-keeper latest 0d48d536b26e 4 seconds ago 32.6MB 10:15:59 core-command latest 2b92f85b5287 5 seconds ago 28.5MB 10:15:59 security-spiffe-token-provider latest 14de6fb77fcf 5 seconds ago 47.5MB 10:15:59 security-bootstrapper latest df10b4db20a7 About a minute ago 20.4MB 10:15:59 core-common-config-bootstrapper latest 50731461f58a About a minute ago 17.1MB 10:15:59 security-spire-agent latest c0290aee01ba 3 minutes ago 195MB 10:15:59 security-spire-server latest 051f24f1a455 3 minutes ago 149MB 10:15:59 security-spire-config latest e57bb3dfc55a 3 minutes ago 149MB 10:15:59 ci-base-image-x86_64 latest 04c851676560 6 minutes ago 924MB 10:15:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 12 days ago 574MB 10:15:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 5 weeks ago 573MB 10:15:59 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 10:15:59 provisioning config files... 10:15:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/864@tmp/config15860039923525499325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:16:00 ---> ****-login.sh 10:16:00 nexus3.edgexfoundry.org:10001 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 nexus3.edgexfoundry.org:10002 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 nexus3.edgexfoundry.org:10003 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 nexus3.edgexfoundry.org:10004 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 ****.io 10:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:16:00 Configure a credential helper to remove this warning. See 10:16:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:16:00 10:16:00 Login Succeeded 10:16:00 ---> ****-login.sh ends [Pipeline] } 10:16:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:16:00 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:16:00 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:00 latest 10:16:00 4.1.0-dev.32 10:16:00 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:00 main 10:16:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:01 + docker push nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:16:01 c7c1b0b84cf9: Preparing 10:16:01 819bfc4096ab: Preparing 10:16:01 32a274ff481f: Preparing 10:16:01 41f71b502b09: Preparing 10:16:01 b9692bf59006: Preparing 10:16:01 b01dc4393daa: Preparing 10:16:01 994456c4fd7b: Preparing 10:16:01 994456c4fd7b: Waiting 10:16:01 b01dc4393daa: Waiting 10:16:01 c7c1b0b84cf9: Pushed 10:16:01 41f71b502b09: Pushed 10:16:01 32a274ff481f: Pushed 10:16:01 b9692bf59006: Pushed 10:16:01 994456c4fd7b: Layer already exists 10:16:01 b01dc4393daa: Pushed 10:16:03 819bfc4096ab: Pushed 10:16:03 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:04 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:16:04 c7c1b0b84cf9: Preparing 10:16:04 819bfc4096ab: Preparing 10:16:04 32a274ff481f: Preparing 10:16:04 41f71b502b09: Preparing 10:16:04 b9692bf59006: Preparing 10:16:04 b01dc4393daa: Preparing 10:16:04 994456c4fd7b: Preparing 10:16:04 b01dc4393daa: Waiting 10:16:04 32a274ff481f: Layer already exists 10:16:04 c7c1b0b84cf9: Layer already exists 10:16:04 41f71b502b09: Layer already exists 10:16:04 b9692bf59006: Layer already exists 10:16:04 819bfc4096ab: Layer already exists 10:16:04 b01dc4393daa: Layer already exists 10:16:04 994456c4fd7b: Layer already exists 10:16:04 latest: digest: sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:04 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 10:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:16:04 c7c1b0b84cf9: Preparing 10:16:04 819bfc4096ab: Preparing 10:16:04 32a274ff481f: Preparing 10:16:04 41f71b502b09: Preparing 10:16:04 b9692bf59006: Preparing 10:16:04 b01dc4393daa: Preparing 10:16:04 994456c4fd7b: Preparing 10:16:04 b01dc4393daa: Waiting 10:16:04 994456c4fd7b: Waiting 10:16:04 b9692bf59006: Layer already exists 10:16:04 819bfc4096ab: Layer already exists 10:16:04 c7c1b0b84cf9: Layer already exists 10:16:04 32a274ff481f: Layer already exists 10:16:04 41f71b502b09: Layer already exists 10:16:04 994456c4fd7b: Layer already exists 10:16:04 b01dc4393daa: Layer already exists 10:16:04 4.1.0-dev.32: digest: sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:05 + docker push nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:16:05 c7c1b0b84cf9: Preparing 10:16:05 819bfc4096ab: Preparing 10:16:05 32a274ff481f: Preparing 10:16:05 41f71b502b09: Preparing 10:16:05 b9692bf59006: Preparing 10:16:05 b01dc4393daa: Preparing 10:16:05 994456c4fd7b: Preparing 10:16:05 b01dc4393daa: Waiting 10:16:05 994456c4fd7b: Waiting 10:16:05 32a274ff481f: Layer already exists 10:16:05 41f71b502b09: Layer already exists 10:16:05 819bfc4096ab: Layer already exists 10:16:05 b9692bf59006: Layer already exists 10:16:05 c7c1b0b84cf9: Layer already exists 10:16:05 b01dc4393daa: Layer already exists 10:16:05 994456c4fd7b: Layer already exists 10:16:05 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:06 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:16:06 c7c1b0b84cf9: Preparing 10:16:06 819bfc4096ab: Preparing 10:16:06 32a274ff481f: Preparing 10:16:06 41f71b502b09: Preparing 10:16:06 b9692bf59006: Preparing 10:16:06 b01dc4393daa: Preparing 10:16:06 994456c4fd7b: Preparing 10:16:06 b01dc4393daa: Waiting 10:16:06 994456c4fd7b: Waiting 10:16:06 c7c1b0b84cf9: Layer already exists 10:16:06 b9692bf59006: Layer already exists 10:16:06 32a274ff481f: Layer already exists 10:16:06 819bfc4096ab: Layer already exists 10:16:06 41f71b502b09: Layer already exists 10:16:06 b01dc4393daa: Layer already exists 10:16:06 994456c4fd7b: Layer already exists 10:16:06 main: digest: sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:06 ===================================================== [Pipeline] echo 10:16:06 taggedImages: 10:16:06 - nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:06 - nexus3.edgexfoundry.org:10004/core-command:latest 10:16:06 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 10:16:06 - nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:06 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:16:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:16:06 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:06 latest 10:16:06 4.1.0-dev.32 10:16:06 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:06 main 10:16:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:16:07 f916a7f3bf42: Preparing 10:16:07 3110f3812663: Preparing 10:16:07 20ff63b155e8: Preparing 10:16:07 39dfea09cc13: Preparing 10:16:07 32a274ff481f: Preparing 10:16:07 41f71b502b09: Preparing 10:16:07 b9692bf59006: Preparing 10:16:07 b01dc4393daa: Preparing 10:16:07 994456c4fd7b: Preparing 10:16:07 b9692bf59006: Waiting 10:16:07 b01dc4393daa: Waiting 10:16:07 994456c4fd7b: Waiting 10:16:07 41f71b502b09: Waiting 10:16:07 32a274ff481f: Layer already exists 10:16:07 41f71b502b09: Layer already exists 10:16:07 b9692bf59006: Layer already exists 10:16:07 20ff63b155e8: Pushed 10:16:07 3110f3812663: Pushed 10:16:07 b01dc4393daa: Layer already exists 10:16:07 f916a7f3bf42: Pushed 10:16:07 994456c4fd7b: Layer already exists 10:16:08 39dfea09cc13: Pushed 10:16:08 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:08 + 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 10:16:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:16:08 f916a7f3bf42: Preparing 10:16:08 3110f3812663: Preparing 10:16:08 20ff63b155e8: Preparing 10:16:08 39dfea09cc13: Preparing 10:16:08 32a274ff481f: Preparing 10:16:08 41f71b502b09: Preparing 10:16:08 b9692bf59006: Preparing 10:16:08 b01dc4393daa: Preparing 10:16:08 994456c4fd7b: Preparing 10:16:08 b9692bf59006: Waiting 10:16:08 b01dc4393daa: Waiting 10:16:08 41f71b502b09: Waiting 10:16:08 994456c4fd7b: Waiting 10:16:08 f916a7f3bf42: Layer already exists 10:16:08 39dfea09cc13: Layer already exists 10:16:08 3110f3812663: Layer already exists 10:16:08 20ff63b155e8: Layer already exists 10:16:08 32a274ff481f: Layer already exists 10:16:08 b9692bf59006: Layer already exists 10:16:08 b01dc4393daa: Layer already exists 10:16:08 41f71b502b09: Layer already exists 10:16:08 994456c4fd7b: Layer already exists 10:16:08 latest: digest: sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 10:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:16:09 f916a7f3bf42: Preparing 10:16:09 3110f3812663: Preparing 10:16:09 20ff63b155e8: Preparing 10:16:09 39dfea09cc13: Preparing 10:16:09 32a274ff481f: Preparing 10:16:09 41f71b502b09: Preparing 10:16:09 b9692bf59006: Preparing 10:16:09 b01dc4393daa: Preparing 10:16:09 994456c4fd7b: Preparing 10:16:09 b9692bf59006: Waiting 10:16:09 b01dc4393daa: Waiting 10:16:09 41f71b502b09: Waiting 10:16:09 994456c4fd7b: Waiting 10:16:09 39dfea09cc13: Layer already exists 10:16:09 32a274ff481f: Layer already exists 10:16:09 3110f3812663: Layer already exists 10:16:09 20ff63b155e8: Layer already exists 10:16:09 f916a7f3bf42: Layer already exists 10:16:09 b9692bf59006: Layer already exists 10:16:09 b01dc4393daa: Layer already exists 10:16:09 994456c4fd7b: Layer already exists 10:16:09 41f71b502b09: Layer already exists 10:16:09 4.1.0-dev.32: digest: sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:16:10 f916a7f3bf42: Preparing 10:16:10 3110f3812663: Preparing 10:16:10 20ff63b155e8: Preparing 10:16:10 39dfea09cc13: Preparing 10:16:10 32a274ff481f: Preparing 10:16:10 41f71b502b09: Preparing 10:16:10 b9692bf59006: Preparing 10:16:10 b01dc4393daa: Preparing 10:16:10 994456c4fd7b: Preparing 10:16:10 41f71b502b09: Waiting 10:16:10 994456c4fd7b: Waiting 10:16:10 b9692bf59006: Waiting 10:16:10 b01dc4393daa: Waiting 10:16:10 20ff63b155e8: Layer already exists 10:16:10 32a274ff481f: Layer already exists 10:16:10 3110f3812663: Layer already exists 10:16:10 f916a7f3bf42: Layer already exists 10:16:10 39dfea09cc13: Layer already exists 10:16:10 b01dc4393daa: Layer already exists 10:16:10 b9692bf59006: Layer already exists 10:16:10 41f71b502b09: Layer already exists 10:16:10 994456c4fd7b: Layer already exists 10:16:10 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:10 + 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 10:16:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:16:10 f916a7f3bf42: Preparing 10:16:10 3110f3812663: Preparing 10:16:10 20ff63b155e8: Preparing 10:16:10 39dfea09cc13: Preparing 10:16:10 32a274ff481f: Preparing 10:16:10 41f71b502b09: Preparing 10:16:10 b9692bf59006: Preparing 10:16:10 b01dc4393daa: Preparing 10:16:10 994456c4fd7b: Preparing 10:16:10 41f71b502b09: Waiting 10:16:10 b9692bf59006: Waiting 10:16:10 f916a7f3bf42: Layer already exists 10:16:10 32a274ff481f: Layer already exists 10:16:10 20ff63b155e8: Layer already exists 10:16:10 39dfea09cc13: Layer already exists 10:16:10 3110f3812663: Layer already exists 10:16:10 994456c4fd7b: Layer already exists 10:16:10 b9692bf59006: Layer already exists 10:16:10 b01dc4393daa: Layer already exists 10:16:10 41f71b502b09: Layer already exists 10:16:10 main: digest: sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:11 ===================================================== [Pipeline] echo 10:16:11 taggedImages: 10:16:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:16:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 10:16:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:16:11 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:16:11 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:11 latest 10:16:11 4.1.0-dev.32 10:16:11 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:11 main 10:16:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:11 + docker push nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:16:11 bce20a6d9eb9: Preparing 10:16:11 1408731fed89: Preparing 10:16:11 32a274ff481f: Preparing 10:16:11 41f71b502b09: Preparing 10:16:11 9af048a9a0ba: Preparing 10:16:11 8b45c17754dc: Preparing 10:16:11 994456c4fd7b: Preparing 10:16:11 8b45c17754dc: Waiting 10:16:11 994456c4fd7b: Waiting 10:16:11 32a274ff481f: Layer already exists 10:16:11 41f71b502b09: Layer already exists 10:16:11 994456c4fd7b: Layer already exists 10:16:11 9af048a9a0ba: Pushed 10:16:11 bce20a6d9eb9: Pushed 10:16:11 8b45c17754dc: Pushed 10:16:14 1408731fed89: Pushed 10:16:14 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:14 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:16:14 bce20a6d9eb9: Preparing 10:16:14 1408731fed89: Preparing 10:16:14 32a274ff481f: Preparing 10:16:14 41f71b502b09: Preparing 10:16:14 9af048a9a0ba: Preparing 10:16:14 8b45c17754dc: Preparing 10:16:14 994456c4fd7b: Preparing 10:16:14 8b45c17754dc: Waiting 10:16:14 994456c4fd7b: Waiting 10:16:14 bce20a6d9eb9: Layer already exists 10:16:14 32a274ff481f: Layer already exists 10:16:14 9af048a9a0ba: Layer already exists 10:16:14 1408731fed89: Layer already exists 10:16:14 41f71b502b09: Layer already exists 10:16:14 8b45c17754dc: Layer already exists 10:16:14 994456c4fd7b: Layer already exists 10:16:14 latest: digest: sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:15 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 10:16:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:16:15 bce20a6d9eb9: Preparing 10:16:15 1408731fed89: Preparing 10:16:15 32a274ff481f: Preparing 10:16:15 41f71b502b09: Preparing 10:16:15 9af048a9a0ba: Preparing 10:16:15 8b45c17754dc: Preparing 10:16:15 994456c4fd7b: Preparing 10:16:15 8b45c17754dc: Waiting 10:16:15 994456c4fd7b: Waiting 10:16:15 32a274ff481f: Layer already exists 10:16:15 9af048a9a0ba: Layer already exists 10:16:15 bce20a6d9eb9: Layer already exists 10:16:15 1408731fed89: Layer already exists 10:16:15 41f71b502b09: Layer already exists 10:16:15 8b45c17754dc: Layer already exists 10:16:15 994456c4fd7b: Layer already exists 10:16:15 4.1.0-dev.32: digest: sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:16 + docker push nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:16:16 bce20a6d9eb9: Preparing 10:16:16 1408731fed89: Preparing 10:16:16 32a274ff481f: Preparing 10:16:16 41f71b502b09: Preparing 10:16:16 9af048a9a0ba: Preparing 10:16:16 8b45c17754dc: Preparing 10:16:16 994456c4fd7b: Preparing 10:16:16 8b45c17754dc: Waiting 10:16:16 994456c4fd7b: Waiting 10:16:16 1408731fed89: Layer already exists 10:16:16 9af048a9a0ba: Layer already exists 10:16:16 32a274ff481f: Layer already exists 10:16:16 41f71b502b09: Layer already exists 10:16:16 bce20a6d9eb9: Layer already exists 10:16:16 994456c4fd7b: Layer already exists 10:16:16 8b45c17754dc: Layer already exists 10:16:16 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:16 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:16:16 bce20a6d9eb9: Preparing 10:16:16 1408731fed89: Preparing 10:16:16 32a274ff481f: Preparing 10:16:16 41f71b502b09: Preparing 10:16:16 9af048a9a0ba: Preparing 10:16:16 8b45c17754dc: Preparing 10:16:16 994456c4fd7b: Preparing 10:16:16 8b45c17754dc: Waiting 10:16:16 994456c4fd7b: Waiting 10:16:16 1408731fed89: Layer already exists 10:16:16 9af048a9a0ba: Layer already exists 10:16:16 bce20a6d9eb9: Layer already exists 10:16:16 41f71b502b09: Layer already exists 10:16:16 32a274ff481f: Layer already exists 10:16:16 8b45c17754dc: Layer already exists 10:16:16 994456c4fd7b: Layer already exists 10:16:16 main: digest: sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:16 ===================================================== [Pipeline] echo 10:16:16 taggedImages: 10:16:16 - nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:16 - nexus3.edgexfoundry.org:10004/core-data:latest 10:16:16 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 10:16:16 - nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:16 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:16:16 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:16:16 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:16 latest 10:16:16 4.1.0-dev.32 10:16:16 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:16 main 10:16:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:16:17 d614cb7555e8: Preparing 10:16:17 176dc3af99d6: Preparing 10:16:17 41f71b502b09: Preparing 10:16:17 72968736ba14: Preparing 10:16:17 38ff2d844203: Preparing 10:16:17 994456c4fd7b: Preparing 10:16:17 994456c4fd7b: Waiting 10:16:17 41f71b502b09: Layer already exists 10:16:17 994456c4fd7b: Layer already exists 10:16:17 d614cb7555e8: Pushed 10:16:17 72968736ba14: Pushed 10:16:17 38ff2d844203: Pushed 10:16:20 176dc3af99d6: Pushed 10:16:20 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:16:20 d614cb7555e8: Preparing 10:16:20 176dc3af99d6: Preparing 10:16:20 41f71b502b09: Preparing 10:16:20 72968736ba14: Preparing 10:16:20 38ff2d844203: Preparing 10:16:20 994456c4fd7b: Preparing 10:16:20 994456c4fd7b: Waiting 10:16:20 176dc3af99d6: Layer already exists 10:16:20 41f71b502b09: Layer already exists 10:16:20 72968736ba14: Layer already exists 10:16:20 d614cb7555e8: Layer already exists 10:16:20 38ff2d844203: Layer already exists 10:16:20 994456c4fd7b: Layer already exists 10:16:20 latest: digest: sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 10:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:16:21 d614cb7555e8: Preparing 10:16:21 176dc3af99d6: Preparing 10:16:21 41f71b502b09: Preparing 10:16:21 72968736ba14: Preparing 10:16:21 38ff2d844203: Preparing 10:16:21 994456c4fd7b: Preparing 10:16:21 994456c4fd7b: Waiting 10:16:21 41f71b502b09: Layer already exists 10:16:21 d614cb7555e8: Layer already exists 10:16:21 38ff2d844203: Layer already exists 10:16:21 176dc3af99d6: Layer already exists 10:16:21 72968736ba14: Layer already exists 10:16:21 994456c4fd7b: Layer already exists 10:16:21 4.1.0-dev.32: digest: sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:16:22 d614cb7555e8: Preparing 10:16:22 176dc3af99d6: Preparing 10:16:22 41f71b502b09: Preparing 10:16:22 72968736ba14: Preparing 10:16:22 38ff2d844203: Preparing 10:16:22 994456c4fd7b: Preparing 10:16:22 994456c4fd7b: Waiting 10:16:22 176dc3af99d6: Layer already exists 10:16:22 38ff2d844203: Layer already exists 10:16:22 d614cb7555e8: Layer already exists 10:16:22 72968736ba14: Layer already exists 10:16:22 41f71b502b09: Layer already exists 10:16:22 994456c4fd7b: Layer already exists 10:16:22 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:16:22 d614cb7555e8: Preparing 10:16:22 176dc3af99d6: Preparing 10:16:22 41f71b502b09: Preparing 10:16:22 72968736ba14: Preparing 10:16:22 38ff2d844203: Preparing 10:16:22 994456c4fd7b: Preparing 10:16:22 994456c4fd7b: Waiting 10:16:22 176dc3af99d6: Layer already exists 10:16:22 d614cb7555e8: Layer already exists 10:16:22 72968736ba14: Layer already exists 10:16:22 41f71b502b09: Layer already exists 10:16:22 38ff2d844203: Layer already exists 10:16:22 994456c4fd7b: Layer already exists 10:16:22 main: digest: sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:22 ===================================================== [Pipeline] echo 10:16:22 taggedImages: 10:16:22 - nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:22 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:16:22 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 10:16:22 - nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:22 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:16:22 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:16:22 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:22 latest 10:16:22 4.1.0-dev.32 10:16:22 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:22 main 10:16:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:16:23 e13041cf4a29: Preparing 10:16:23 1670780a0c4c: Preparing 10:16:23 499fb2132e08: Preparing 10:16:23 32a274ff481f: Preparing 10:16:23 41f71b502b09: Preparing 10:16:23 b9692bf59006: Preparing 10:16:23 b01dc4393daa: Preparing 10:16:23 994456c4fd7b: Preparing 10:16:23 b01dc4393daa: Waiting 10:16:23 b9692bf59006: Waiting 10:16:23 41f71b502b09: Layer already exists 10:16:23 32a274ff481f: Layer already exists 10:16:23 b9692bf59006: Layer already exists 10:16:23 b01dc4393daa: Layer already exists 10:16:23 994456c4fd7b: Layer already exists 10:16:23 1670780a0c4c: Pushed 10:16:23 e13041cf4a29: Pushed 10:16:26 499fb2132e08: Pushed 10:16:26 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:16:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:16:26 e13041cf4a29: Preparing 10:16:26 1670780a0c4c: Preparing 10:16:26 499fb2132e08: Preparing 10:16:26 32a274ff481f: Preparing 10:16:26 41f71b502b09: Preparing 10:16:26 b9692bf59006: Preparing 10:16:26 b01dc4393daa: Preparing 10:16:26 994456c4fd7b: Preparing 10:16:26 b9692bf59006: Waiting 10:16:26 b01dc4393daa: Waiting 10:16:26 994456c4fd7b: Waiting 10:16:26 1670780a0c4c: Layer already exists 10:16:26 41f71b502b09: Layer already exists 10:16:26 32a274ff481f: Layer already exists 10:16:26 499fb2132e08: Layer already exists 10:16:26 e13041cf4a29: Layer already exists 10:16:26 b9692bf59006: Layer already exists 10:16:26 994456c4fd7b: Layer already exists 10:16:26 b01dc4393daa: Layer already exists 10:16:26 latest: digest: sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 10:16:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:16:27 e13041cf4a29: Preparing 10:16:27 1670780a0c4c: Preparing 10:16:27 499fb2132e08: Preparing 10:16:27 32a274ff481f: Preparing 10:16:27 41f71b502b09: Preparing 10:16:27 b9692bf59006: Preparing 10:16:27 b01dc4393daa: Preparing 10:16:27 994456c4fd7b: Preparing 10:16:27 b9692bf59006: Waiting 10:16:27 b01dc4393daa: Waiting 10:16:27 994456c4fd7b: Waiting 10:16:27 41f71b502b09: Layer already exists 10:16:27 32a274ff481f: Layer already exists 10:16:27 e13041cf4a29: Layer already exists 10:16:27 499fb2132e08: Layer already exists 10:16:27 1670780a0c4c: Layer already exists 10:16:27 b9692bf59006: Layer already exists 10:16:27 b01dc4393daa: Layer already exists 10:16:27 994456c4fd7b: Layer already exists 10:16:27 4.1.0-dev.32: digest: sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:16:28 e13041cf4a29: Preparing 10:16:28 1670780a0c4c: Preparing 10:16:28 499fb2132e08: Preparing 10:16:28 32a274ff481f: Preparing 10:16:28 41f71b502b09: Preparing 10:16:28 b9692bf59006: Preparing 10:16:28 b01dc4393daa: Preparing 10:16:28 994456c4fd7b: Preparing 10:16:28 b9692bf59006: Waiting 10:16:28 b01dc4393daa: Waiting 10:16:28 994456c4fd7b: Waiting 10:16:28 e13041cf4a29: Layer already exists 10:16:28 41f71b502b09: Layer already exists 10:16:28 499fb2132e08: Layer already exists 10:16:28 1670780a0c4c: Layer already exists 10:16:28 32a274ff481f: Layer already exists 10:16:28 b9692bf59006: Layer already exists 10:16:28 994456c4fd7b: Layer already exists 10:16:28 b01dc4393daa: Layer already exists 10:16:28 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:16:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:16:28 e13041cf4a29: Preparing 10:16:28 1670780a0c4c: Preparing 10:16:28 499fb2132e08: Preparing 10:16:28 32a274ff481f: Preparing 10:16:28 41f71b502b09: Preparing 10:16:28 b9692bf59006: Preparing 10:16:28 b01dc4393daa: Preparing 10:16:28 994456c4fd7b: Preparing 10:16:28 b9692bf59006: Waiting 10:16:28 b01dc4393daa: Waiting 10:16:28 994456c4fd7b: Waiting 10:16:28 499fb2132e08: Layer already exists 10:16:28 1670780a0c4c: Layer already exists 10:16:28 e13041cf4a29: Layer already exists 10:16:28 41f71b502b09: Layer already exists 10:16:28 32a274ff481f: Layer already exists 10:16:28 994456c4fd7b: Layer already exists 10:16:28 b9692bf59006: Layer already exists 10:16:28 b01dc4393daa: Layer already exists 10:16:28 main: digest: sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:28 ===================================================== [Pipeline] echo 10:16:28 taggedImages: 10:16:28 - nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:28 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:16:28 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 10:16:28 - nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:28 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:16:28 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:16:28 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:28 latest 10:16:28 4.1.0-dev.32 10:16:28 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:28 main 10:16:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:16:29 a5dbeeb25d3a: Preparing 10:16:29 0c361b079c08: Preparing 10:16:29 a9519cc1c35b: Preparing 10:16:29 700702b48ccc: Preparing 10:16:29 62c51878cb22: Preparing 10:16:29 65780523ab5f: Preparing 10:16:29 c1ba3c97ba10: Preparing 10:16:29 32a274ff481f: Preparing 10:16:29 41f71b502b09: Preparing 10:16:29 fc401eebf1df: Preparing 10:16:29 43698bec9db9: Preparing 10:16:29 5f70bf18a086: Preparing 10:16:29 057ee4939cfe: Preparing 10:16:29 6d68f0fcf885: Preparing 10:16:29 396fecc6342c: Preparing 10:16:29 994456c4fd7b: Preparing 10:16:29 5f70bf18a086: Waiting 10:16:29 057ee4939cfe: Waiting 10:16:29 6d68f0fcf885: Waiting 10:16:29 396fecc6342c: Waiting 10:16:29 994456c4fd7b: Waiting 10:16:29 32a274ff481f: Waiting 10:16:29 41f71b502b09: Waiting 10:16:29 fc401eebf1df: Waiting 10:16:29 43698bec9db9: Waiting 10:16:29 65780523ab5f: Waiting 10:16:29 c1ba3c97ba10: Waiting 10:16:29 a5dbeeb25d3a: Pushed 10:16:29 0c361b079c08: Pushed 10:16:29 a9519cc1c35b: Pushed 10:16:29 700702b48ccc: Pushed 10:16:29 62c51878cb22: Pushed 10:16:29 32a274ff481f: Layer already exists 10:16:29 41f71b502b09: Layer already exists 10:16:29 5f70bf18a086: Layer already exists 10:16:29 65780523ab5f: Pushed 10:16:29 fc401eebf1df: Pushed 10:16:29 43698bec9db9: Pushed 10:16:29 057ee4939cfe: Pushed 10:16:29 994456c4fd7b: Layer already exists 10:16:29 6d68f0fcf885: Pushed 10:16:29 396fecc6342c: Pushed 10:16:30 c1ba3c97ba10: Pushed 10:16:30 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:16:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:16:31 a5dbeeb25d3a: Preparing 10:16:31 0c361b079c08: Preparing 10:16:31 a9519cc1c35b: Preparing 10:16:31 700702b48ccc: Preparing 10:16:31 62c51878cb22: Preparing 10:16:31 65780523ab5f: Preparing 10:16:31 c1ba3c97ba10: Preparing 10:16:31 32a274ff481f: Preparing 10:16:31 41f71b502b09: Preparing 10:16:31 fc401eebf1df: Preparing 10:16:31 43698bec9db9: Preparing 10:16:31 5f70bf18a086: Preparing 10:16:31 057ee4939cfe: Preparing 10:16:31 6d68f0fcf885: Preparing 10:16:31 396fecc6342c: Preparing 10:16:31 994456c4fd7b: Preparing 10:16:31 c1ba3c97ba10: Waiting 10:16:31 32a274ff481f: Waiting 10:16:31 41f71b502b09: Waiting 10:16:31 fc401eebf1df: Waiting 10:16:31 43698bec9db9: Waiting 10:16:31 65780523ab5f: Waiting 10:16:31 5f70bf18a086: Waiting 10:16:31 057ee4939cfe: Waiting 10:16:31 6d68f0fcf885: Waiting 10:16:31 396fecc6342c: Waiting 10:16:31 994456c4fd7b: Waiting 10:16:31 a9519cc1c35b: Layer already exists 10:16:31 62c51878cb22: Layer already exists 10:16:31 700702b48ccc: Layer already exists 10:16:31 a5dbeeb25d3a: Layer already exists 10:16:31 0c361b079c08: Layer already exists 10:16:31 65780523ab5f: Layer already exists 10:16:31 32a274ff481f: Layer already exists 10:16:31 c1ba3c97ba10: Layer already exists 10:16:31 fc401eebf1df: Layer already exists 10:16:31 43698bec9db9: Layer already exists 10:16:31 41f71b502b09: Layer already exists 10:16:31 5f70bf18a086: Layer already exists 10:16:31 057ee4939cfe: Layer already exists 10:16:31 6d68f0fcf885: Layer already exists 10:16:31 994456c4fd7b: Layer already exists 10:16:31 396fecc6342c: Layer already exists 10:16:31 latest: digest: sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 10:16:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:16:32 a5dbeeb25d3a: Preparing 10:16:32 0c361b079c08: Preparing 10:16:32 a9519cc1c35b: Preparing 10:16:32 700702b48ccc: Preparing 10:16:32 62c51878cb22: Preparing 10:16:32 65780523ab5f: Preparing 10:16:32 c1ba3c97ba10: Preparing 10:16:32 32a274ff481f: Preparing 10:16:32 41f71b502b09: Preparing 10:16:32 fc401eebf1df: Preparing 10:16:32 43698bec9db9: Preparing 10:16:32 5f70bf18a086: Preparing 10:16:32 32a274ff481f: Waiting 10:16:32 057ee4939cfe: Preparing 10:16:32 6d68f0fcf885: Preparing 10:16:32 396fecc6342c: Preparing 10:16:32 994456c4fd7b: Preparing 10:16:32 c1ba3c97ba10: Waiting 10:16:32 41f71b502b09: Waiting 10:16:32 43698bec9db9: Waiting 10:16:32 6d68f0fcf885: Waiting 10:16:32 057ee4939cfe: Waiting 10:16:32 994456c4fd7b: Waiting 10:16:32 5f70bf18a086: Waiting 10:16:32 65780523ab5f: Waiting 10:16:32 a5dbeeb25d3a: Layer already exists 10:16:32 700702b48ccc: Layer already exists 10:16:32 62c51878cb22: Layer already exists 10:16:32 a9519cc1c35b: Layer already exists 10:16:32 0c361b079c08: Layer already exists 10:16:32 32a274ff481f: Layer already exists 10:16:32 65780523ab5f: Layer already exists 10:16:32 c1ba3c97ba10: Layer already exists 10:16:32 41f71b502b09: Layer already exists 10:16:32 fc401eebf1df: Layer already exists 10:16:32 43698bec9db9: Layer already exists 10:16:32 5f70bf18a086: Layer already exists 10:16:32 396fecc6342c: Layer already exists 10:16:32 057ee4939cfe: Layer already exists 10:16:32 6d68f0fcf885: Layer already exists 10:16:32 994456c4fd7b: Layer already exists 10:16:32 4.1.0-dev.32: digest: sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:16:32 a5dbeeb25d3a: Preparing 10:16:32 0c361b079c08: Preparing 10:16:32 a9519cc1c35b: Preparing 10:16:32 700702b48ccc: Preparing 10:16:32 62c51878cb22: Preparing 10:16:32 65780523ab5f: Preparing 10:16:32 c1ba3c97ba10: Preparing 10:16:32 32a274ff481f: Preparing 10:16:32 41f71b502b09: Preparing 10:16:32 fc401eebf1df: Preparing 10:16:32 43698bec9db9: Preparing 10:16:32 5f70bf18a086: Preparing 10:16:32 057ee4939cfe: Preparing 10:16:32 6d68f0fcf885: Preparing 10:16:32 396fecc6342c: Preparing 10:16:32 994456c4fd7b: Preparing 10:16:32 65780523ab5f: Waiting 10:16:32 c1ba3c97ba10: Waiting 10:16:32 32a274ff481f: Waiting 10:16:32 41f71b502b09: Waiting 10:16:32 fc401eebf1df: Waiting 10:16:32 396fecc6342c: Waiting 10:16:32 43698bec9db9: Waiting 10:16:32 5f70bf18a086: Waiting 10:16:32 6d68f0fcf885: Waiting 10:16:32 994456c4fd7b: Waiting 10:16:32 700702b48ccc: Layer already exists 10:16:32 a5dbeeb25d3a: Layer already exists 10:16:32 0c361b079c08: Layer already exists 10:16:32 62c51878cb22: Layer already exists 10:16:32 a9519cc1c35b: Layer already exists 10:16:32 65780523ab5f: Layer already exists 10:16:32 c1ba3c97ba10: Layer already exists 10:16:32 32a274ff481f: Layer already exists 10:16:32 fc401eebf1df: Layer already exists 10:16:32 41f71b502b09: Layer already exists 10:16:32 5f70bf18a086: Layer already exists 10:16:32 43698bec9db9: Layer already exists 10:16:32 057ee4939cfe: Layer already exists 10:16:32 6d68f0fcf885: Layer already exists 10:16:32 396fecc6342c: Layer already exists 10:16:32 994456c4fd7b: Layer already exists 10:16:32 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:16:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:16:33 a5dbeeb25d3a: Preparing 10:16:33 0c361b079c08: Preparing 10:16:33 a9519cc1c35b: Preparing 10:16:33 700702b48ccc: Preparing 10:16:33 62c51878cb22: Preparing 10:16:33 65780523ab5f: Preparing 10:16:33 c1ba3c97ba10: Preparing 10:16:33 32a274ff481f: Preparing 10:16:33 41f71b502b09: Preparing 10:16:33 65780523ab5f: Waiting 10:16:33 fc401eebf1df: Preparing 10:16:33 43698bec9db9: Preparing 10:16:33 5f70bf18a086: Preparing 10:16:33 057ee4939cfe: Preparing 10:16:33 6d68f0fcf885: Preparing 10:16:33 32a274ff481f: Waiting 10:16:33 396fecc6342c: Preparing 10:16:33 994456c4fd7b: Preparing 10:16:33 41f71b502b09: Waiting 10:16:33 c1ba3c97ba10: Waiting 10:16:33 fc401eebf1df: Waiting 10:16:33 43698bec9db9: Waiting 10:16:33 057ee4939cfe: Waiting 10:16:33 5f70bf18a086: Waiting 10:16:33 396fecc6342c: Waiting 10:16:33 6d68f0fcf885: Waiting 10:16:33 62c51878cb22: Layer already exists 10:16:33 a9519cc1c35b: Layer already exists 10:16:33 a5dbeeb25d3a: Layer already exists 10:16:33 0c361b079c08: Layer already exists 10:16:33 700702b48ccc: Layer already exists 10:16:33 65780523ab5f: Layer already exists 10:16:33 41f71b502b09: Layer already exists 10:16:33 c1ba3c97ba10: Layer already exists 10:16:33 fc401eebf1df: Layer already exists 10:16:33 32a274ff481f: Layer already exists 10:16:33 43698bec9db9: Layer already exists 10:16:33 5f70bf18a086: Layer already exists 10:16:33 057ee4939cfe: Layer already exists 10:16:33 6d68f0fcf885: Layer already exists 10:16:33 396fecc6342c: Layer already exists 10:16:33 994456c4fd7b: Layer already exists 10:16:33 main: digest: sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:33 ===================================================== [Pipeline] echo 10:16:33 taggedImages: 10:16:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:16:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 10:16:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:16:33 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:16:33 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:33 latest 10:16:33 4.1.0-dev.32 10:16:33 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:33 main 10:16:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:34 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:16:34 54983ba5ad3b: Preparing 10:16:34 3e661d92a795: Preparing 10:16:34 664c077da5ed: Preparing 10:16:34 963cf88dc4ee: Preparing 10:16:34 32a274ff481f: Preparing 10:16:34 41f71b502b09: Preparing 10:16:34 b9692bf59006: Preparing 10:16:34 b01dc4393daa: Preparing 10:16:34 994456c4fd7b: Preparing 10:16:34 41f71b502b09: Waiting 10:16:34 b9692bf59006: Waiting 10:16:34 b01dc4393daa: Waiting 10:16:34 994456c4fd7b: Waiting 10:16:34 32a274ff481f: Layer already exists 10:16:34 664c077da5ed: Pushed 10:16:34 3e661d92a795: Pushed 10:16:34 41f71b502b09: Layer already exists 10:16:34 b9692bf59006: Layer already exists 10:16:34 b01dc4393daa: Layer already exists 10:16:34 994456c4fd7b: Layer already exists 10:16:34 54983ba5ad3b: Pushed 10:16:36 963cf88dc4ee: Pushed 10:16:36 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:16:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:16:37 54983ba5ad3b: Preparing 10:16:37 3e661d92a795: Preparing 10:16:37 664c077da5ed: Preparing 10:16:37 963cf88dc4ee: Preparing 10:16:37 32a274ff481f: Preparing 10:16:37 41f71b502b09: Preparing 10:16:37 b9692bf59006: Preparing 10:16:37 b01dc4393daa: Preparing 10:16:37 994456c4fd7b: Preparing 10:16:37 41f71b502b09: Waiting 10:16:37 b9692bf59006: Waiting 10:16:37 b01dc4393daa: Waiting 10:16:37 994456c4fd7b: Waiting 10:16:37 963cf88dc4ee: Layer already exists 10:16:37 664c077da5ed: Layer already exists 10:16:37 54983ba5ad3b: Layer already exists 10:16:37 3e661d92a795: Layer already exists 10:16:37 32a274ff481f: Layer already exists 10:16:37 41f71b502b09: Layer already exists 10:16:37 b01dc4393daa: Layer already exists 10:16:37 b9692bf59006: Layer already exists 10:16:37 994456c4fd7b: Layer already exists 10:16:37 latest: digest: sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 10:16:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:16:38 54983ba5ad3b: Preparing 10:16:38 3e661d92a795: Preparing 10:16:38 664c077da5ed: Preparing 10:16:38 963cf88dc4ee: Preparing 10:16:38 32a274ff481f: Preparing 10:16:38 41f71b502b09: Preparing 10:16:38 b9692bf59006: Preparing 10:16:38 b01dc4393daa: Preparing 10:16:38 994456c4fd7b: Preparing 10:16:38 b01dc4393daa: Waiting 10:16:38 41f71b502b09: Waiting 10:16:38 994456c4fd7b: Waiting 10:16:38 b9692bf59006: Waiting 10:16:38 3e661d92a795: Layer already exists 10:16:38 32a274ff481f: Layer already exists 10:16:38 54983ba5ad3b: Layer already exists 10:16:38 963cf88dc4ee: Layer already exists 10:16:38 664c077da5ed: Layer already exists 10:16:38 41f71b502b09: Layer already exists 10:16:38 b9692bf59006: Layer already exists 10:16:38 b01dc4393daa: Layer already exists 10:16:38 994456c4fd7b: Layer already exists 10:16:38 4.1.0-dev.32: digest: sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:16:39 54983ba5ad3b: Preparing 10:16:39 3e661d92a795: Preparing 10:16:39 664c077da5ed: Preparing 10:16:39 963cf88dc4ee: Preparing 10:16:39 32a274ff481f: Preparing 10:16:39 41f71b502b09: Preparing 10:16:39 b9692bf59006: Preparing 10:16:39 b01dc4393daa: Preparing 10:16:39 994456c4fd7b: Preparing 10:16:39 b9692bf59006: Waiting 10:16:39 41f71b502b09: Waiting 10:16:39 994456c4fd7b: Waiting 10:16:39 b01dc4393daa: Waiting 10:16:39 3e661d92a795: Layer already exists 10:16:39 54983ba5ad3b: Layer already exists 10:16:39 664c077da5ed: Layer already exists 10:16:39 963cf88dc4ee: Layer already exists 10:16:39 32a274ff481f: Layer already exists 10:16:39 41f71b502b09: Layer already exists 10:16:39 b01dc4393daa: Layer already exists 10:16:39 b9692bf59006: Layer already exists 10:16:39 994456c4fd7b: Layer already exists 10:16:39 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:16:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:16:39 54983ba5ad3b: Preparing 10:16:39 3e661d92a795: Preparing 10:16:39 664c077da5ed: Preparing 10:16:39 963cf88dc4ee: Preparing 10:16:39 32a274ff481f: Preparing 10:16:39 41f71b502b09: Preparing 10:16:39 b9692bf59006: Preparing 10:16:39 b01dc4393daa: Preparing 10:16:39 994456c4fd7b: Preparing 10:16:39 b9692bf59006: Waiting 10:16:39 b01dc4393daa: Waiting 10:16:39 41f71b502b09: Waiting 10:16:39 994456c4fd7b: Waiting 10:16:39 664c077da5ed: Layer already exists 10:16:39 963cf88dc4ee: Layer already exists 10:16:39 54983ba5ad3b: Layer already exists 10:16:39 3e661d92a795: Layer already exists 10:16:39 32a274ff481f: Layer already exists 10:16:39 b9692bf59006: Layer already exists 10:16:39 41f71b502b09: Layer already exists 10:16:39 b01dc4393daa: Layer already exists 10:16:39 994456c4fd7b: Layer already exists 10:16:39 main: digest: sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:39 ===================================================== [Pipeline] echo 10:16:39 taggedImages: 10:16:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:16:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 10:16:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:16:39 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:16:39 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:39 latest 10:16:39 4.1.0-dev.32 10:16:39 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:39 main 10:16:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:16:40 aaa9ad2f7205: Preparing 10:16:40 95d7a5fd3beb: Preparing 10:16:40 8ea4cb899347: Preparing 10:16:40 dde41702d178: Preparing 10:16:40 3b212b418b4e: Preparing 10:16:40 32a274ff481f: Preparing 10:16:40 41f71b502b09: Preparing 10:16:40 c858b0b9dc83: Preparing 10:16:40 4f5639b89634: Preparing 10:16:40 a393ed1402e0: Preparing 10:16:40 994456c4fd7b: Preparing 10:16:40 32a274ff481f: Waiting 10:16:40 4f5639b89634: Waiting 10:16:40 a393ed1402e0: Waiting 10:16:40 41f71b502b09: Waiting 10:16:40 c858b0b9dc83: Waiting 10:16:40 994456c4fd7b: Waiting 10:16:40 dde41702d178: Pushed 10:16:40 aaa9ad2f7205: Pushed 10:16:40 3b212b418b4e: Pushed 10:16:40 95d7a5fd3beb: Pushed 10:16:40 32a274ff481f: Layer already exists 10:16:40 41f71b502b09: Layer already exists 10:16:40 994456c4fd7b: Layer already exists 10:16:40 c858b0b9dc83: Pushed 10:16:40 4f5639b89634: Pushed 10:16:42 a393ed1402e0: Pushed 10:16:42 8ea4cb899347: Pushed 10:16:42 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:16:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:16:43 aaa9ad2f7205: Preparing 10:16:43 95d7a5fd3beb: Preparing 10:16:43 8ea4cb899347: Preparing 10:16:43 dde41702d178: Preparing 10:16:43 3b212b418b4e: Preparing 10:16:43 32a274ff481f: Preparing 10:16:43 41f71b502b09: Preparing 10:16:43 c858b0b9dc83: Preparing 10:16:43 4f5639b89634: Preparing 10:16:43 a393ed1402e0: Preparing 10:16:43 994456c4fd7b: Preparing 10:16:43 c858b0b9dc83: Waiting 10:16:43 4f5639b89634: Waiting 10:16:43 a393ed1402e0: Waiting 10:16:43 994456c4fd7b: Waiting 10:16:43 32a274ff481f: Waiting 10:16:43 41f71b502b09: Waiting 10:16:43 3b212b418b4e: Layer already exists 10:16:43 aaa9ad2f7205: Layer already exists 10:16:43 8ea4cb899347: Layer already exists 10:16:43 dde41702d178: Layer already exists 10:16:43 95d7a5fd3beb: Layer already exists 10:16:43 32a274ff481f: Layer already exists 10:16:43 4f5639b89634: Layer already exists 10:16:43 c858b0b9dc83: Layer already exists 10:16:43 41f71b502b09: Layer already exists 10:16:43 a393ed1402e0: Layer already exists 10:16:43 994456c4fd7b: Layer already exists 10:16:43 latest: digest: sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 10:16:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:16:44 aaa9ad2f7205: Preparing 10:16:44 95d7a5fd3beb: Preparing 10:16:44 8ea4cb899347: Preparing 10:16:44 dde41702d178: Preparing 10:16:44 3b212b418b4e: Preparing 10:16:44 32a274ff481f: Preparing 10:16:44 41f71b502b09: Preparing 10:16:44 c858b0b9dc83: Preparing 10:16:44 4f5639b89634: Preparing 10:16:44 a393ed1402e0: Preparing 10:16:44 994456c4fd7b: Preparing 10:16:44 c858b0b9dc83: Waiting 10:16:44 4f5639b89634: Waiting 10:16:44 a393ed1402e0: Waiting 10:16:44 32a274ff481f: Waiting 10:16:44 994456c4fd7b: Waiting 10:16:44 dde41702d178: Layer already exists 10:16:44 95d7a5fd3beb: Layer already exists 10:16:44 aaa9ad2f7205: Layer already exists 10:16:44 8ea4cb899347: Layer already exists 10:16:44 3b212b418b4e: Layer already exists 10:16:44 41f71b502b09: Layer already exists 10:16:44 32a274ff481f: Layer already exists 10:16:44 c858b0b9dc83: Layer already exists 10:16:44 a393ed1402e0: Layer already exists 10:16:44 4f5639b89634: Layer already exists 10:16:44 994456c4fd7b: Layer already exists 10:16:44 4.1.0-dev.32: digest: sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:16:44 aaa9ad2f7205: Preparing 10:16:44 95d7a5fd3beb: Preparing 10:16:44 8ea4cb899347: Preparing 10:16:44 dde41702d178: Preparing 10:16:44 3b212b418b4e: Preparing 10:16:44 32a274ff481f: Preparing 10:16:44 41f71b502b09: Preparing 10:16:44 c858b0b9dc83: Preparing 10:16:44 4f5639b89634: Preparing 10:16:44 a393ed1402e0: Preparing 10:16:44 994456c4fd7b: Preparing 10:16:44 41f71b502b09: Waiting 10:16:44 c858b0b9dc83: Waiting 10:16:44 4f5639b89634: Waiting 10:16:44 a393ed1402e0: Waiting 10:16:44 994456c4fd7b: Waiting 10:16:44 32a274ff481f: Waiting 10:16:44 aaa9ad2f7205: Layer already exists 10:16:44 3b212b418b4e: Layer already exists 10:16:44 dde41702d178: Layer already exists 10:16:44 95d7a5fd3beb: Layer already exists 10:16:44 8ea4cb899347: Layer already exists 10:16:44 32a274ff481f: Layer already exists 10:16:44 4f5639b89634: Layer already exists 10:16:44 41f71b502b09: Layer already exists 10:16:44 c858b0b9dc83: Layer already exists 10:16:44 a393ed1402e0: Layer already exists 10:16:44 994456c4fd7b: Layer already exists 10:16:44 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:16:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:16:45 aaa9ad2f7205: Preparing 10:16:45 95d7a5fd3beb: Preparing 10:16:45 8ea4cb899347: Preparing 10:16:45 dde41702d178: Preparing 10:16:45 3b212b418b4e: Preparing 10:16:45 32a274ff481f: Preparing 10:16:45 41f71b502b09: Preparing 10:16:45 c858b0b9dc83: Preparing 10:16:45 4f5639b89634: Preparing 10:16:45 a393ed1402e0: Preparing 10:16:45 994456c4fd7b: Preparing 10:16:45 41f71b502b09: Waiting 10:16:45 c858b0b9dc83: Waiting 10:16:45 4f5639b89634: Waiting 10:16:45 a393ed1402e0: Waiting 10:16:45 32a274ff481f: Waiting 10:16:45 8ea4cb899347: Layer already exists 10:16:45 3b212b418b4e: Layer already exists 10:16:45 95d7a5fd3beb: Layer already exists 10:16:45 dde41702d178: Layer already exists 10:16:45 aaa9ad2f7205: Layer already exists 10:16:45 32a274ff481f: Layer already exists 10:16:45 c858b0b9dc83: Layer already exists 10:16:45 4f5639b89634: Layer already exists 10:16:45 41f71b502b09: Layer already exists 10:16:45 a393ed1402e0: Layer already exists 10:16:45 994456c4fd7b: Layer already exists 10:16:45 main: digest: sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:45 ===================================================== [Pipeline] echo 10:16:45 taggedImages: 10:16:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:16:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 10:16:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:16:45 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:16:45 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:45 latest 10:16:45 4.1.0-dev.32 10:16:45 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:45 main 10:16:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:16:46 7daa73df1dc5: Preparing 10:16:46 dfc1aea7bcfc: Preparing 10:16:46 6b614021c2b5: Preparing 10:16:46 827923354aae: Preparing 10:16:46 09e24c668f44: Preparing 10:16:46 ed382dbb431f: Preparing 10:16:46 eb4a009b4426: Preparing 10:16:46 32a274ff481f: Preparing 10:16:46 41f71b502b09: Preparing 10:16:46 53df5c2325c6: Preparing 10:16:46 aaeef0dcf309: Preparing 10:16:46 994456c4fd7b: Preparing 10:16:46 32a274ff481f: Waiting 10:16:46 41f71b502b09: Waiting 10:16:46 53df5c2325c6: Waiting 10:16:46 aaeef0dcf309: Waiting 10:16:46 994456c4fd7b: Waiting 10:16:46 ed382dbb431f: Waiting 10:16:46 eb4a009b4426: Waiting 10:16:46 dfc1aea7bcfc: Pushed 10:16:46 7daa73df1dc5: Pushed 10:16:46 09e24c668f44: Pushed 10:16:46 32a274ff481f: Layer already exists 10:16:46 41f71b502b09: Layer already exists 10:16:46 ed382dbb431f: Pushed 10:16:46 eb4a009b4426: Pushed 10:16:46 994456c4fd7b: Layer already exists 10:16:46 53df5c2325c6: Pushed 10:16:47 aaeef0dcf309: Pushed 10:16:47 827923354aae: Pushed 10:16:48 6b614021c2b5: Pushed 10:16:48 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:16:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:16:49 7daa73df1dc5: Preparing 10:16:49 dfc1aea7bcfc: Preparing 10:16:49 6b614021c2b5: Preparing 10:16:49 827923354aae: Preparing 10:16:49 09e24c668f44: Preparing 10:16:49 ed382dbb431f: Preparing 10:16:49 eb4a009b4426: Preparing 10:16:49 32a274ff481f: Preparing 10:16:49 41f71b502b09: Preparing 10:16:49 53df5c2325c6: Preparing 10:16:49 aaeef0dcf309: Preparing 10:16:49 994456c4fd7b: Preparing 10:16:49 32a274ff481f: Waiting 10:16:49 aaeef0dcf309: Waiting 10:16:49 41f71b502b09: Waiting 10:16:49 53df5c2325c6: Waiting 10:16:49 ed382dbb431f: Waiting 10:16:49 994456c4fd7b: Waiting 10:16:49 eb4a009b4426: Waiting 10:16:49 09e24c668f44: Layer already exists 10:16:49 7daa73df1dc5: Layer already exists 10:16:49 dfc1aea7bcfc: Layer already exists 10:16:49 827923354aae: Layer already exists 10:16:49 6b614021c2b5: Layer already exists 10:16:49 eb4a009b4426: Layer already exists 10:16:49 ed382dbb431f: Layer already exists 10:16:49 32a274ff481f: Layer already exists 10:16:49 41f71b502b09: Layer already exists 10:16:49 53df5c2325c6: Layer already exists 10:16:49 aaeef0dcf309: Layer already exists 10:16:49 994456c4fd7b: Layer already exists 10:16:49 latest: digest: sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 10:16:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:16:50 7daa73df1dc5: Preparing 10:16:50 dfc1aea7bcfc: Preparing 10:16:50 6b614021c2b5: Preparing 10:16:50 827923354aae: Preparing 10:16:50 09e24c668f44: Preparing 10:16:50 ed382dbb431f: Preparing 10:16:50 eb4a009b4426: Preparing 10:16:50 32a274ff481f: Preparing 10:16:50 41f71b502b09: Preparing 10:16:50 53df5c2325c6: Preparing 10:16:50 aaeef0dcf309: Preparing 10:16:50 994456c4fd7b: Preparing 10:16:50 32a274ff481f: Waiting 10:16:50 41f71b502b09: Waiting 10:16:50 53df5c2325c6: Waiting 10:16:50 aaeef0dcf309: Waiting 10:16:50 994456c4fd7b: Waiting 10:16:50 ed382dbb431f: Waiting 10:16:50 eb4a009b4426: Waiting 10:16:50 827923354aae: Layer already exists 10:16:50 09e24c668f44: Layer already exists 10:16:50 dfc1aea7bcfc: Layer already exists 10:16:50 7daa73df1dc5: Layer already exists 10:16:50 6b614021c2b5: Layer already exists 10:16:50 41f71b502b09: Layer already exists 10:16:50 eb4a009b4426: Layer already exists 10:16:50 53df5c2325c6: Layer already exists 10:16:50 ed382dbb431f: Layer already exists 10:16:50 32a274ff481f: Layer already exists 10:16:50 994456c4fd7b: Layer already exists 10:16:50 aaeef0dcf309: Layer already exists 10:16:50 4.1.0-dev.32: digest: sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:16:50 7daa73df1dc5: Preparing 10:16:50 dfc1aea7bcfc: Preparing 10:16:50 6b614021c2b5: Preparing 10:16:50 827923354aae: Preparing 10:16:50 09e24c668f44: Preparing 10:16:50 ed382dbb431f: Preparing 10:16:50 eb4a009b4426: Preparing 10:16:50 32a274ff481f: Preparing 10:16:50 41f71b502b09: Preparing 10:16:50 53df5c2325c6: Preparing 10:16:50 aaeef0dcf309: Preparing 10:16:50 994456c4fd7b: Preparing 10:16:50 ed382dbb431f: Waiting 10:16:50 eb4a009b4426: Waiting 10:16:50 32a274ff481f: Waiting 10:16:50 41f71b502b09: Waiting 10:16:50 aaeef0dcf309: Waiting 10:16:50 53df5c2325c6: Waiting 10:16:50 7daa73df1dc5: Layer already exists 10:16:50 dfc1aea7bcfc: Layer already exists 10:16:50 09e24c668f44: Layer already exists 10:16:50 827923354aae: Layer already exists 10:16:50 6b614021c2b5: Layer already exists 10:16:50 eb4a009b4426: Layer already exists 10:16:50 ed382dbb431f: Layer already exists 10:16:50 41f71b502b09: Layer already exists 10:16:50 53df5c2325c6: Layer already exists 10:16:50 32a274ff481f: Layer already exists 10:16:50 994456c4fd7b: Layer already exists 10:16:50 aaeef0dcf309: Layer already exists 10:16:50 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:16:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:16:51 7daa73df1dc5: Preparing 10:16:51 dfc1aea7bcfc: Preparing 10:16:51 6b614021c2b5: Preparing 10:16:51 827923354aae: Preparing 10:16:51 09e24c668f44: Preparing 10:16:51 ed382dbb431f: Preparing 10:16:51 eb4a009b4426: Preparing 10:16:51 32a274ff481f: Preparing 10:16:51 41f71b502b09: Preparing 10:16:51 53df5c2325c6: Preparing 10:16:51 aaeef0dcf309: Preparing 10:16:51 994456c4fd7b: Preparing 10:16:51 eb4a009b4426: Waiting 10:16:51 53df5c2325c6: Waiting 10:16:51 32a274ff481f: Waiting 10:16:51 aaeef0dcf309: Waiting 10:16:51 41f71b502b09: Waiting 10:16:51 994456c4fd7b: Waiting 10:16:51 ed382dbb431f: Waiting 10:16:51 827923354aae: Layer already exists 10:16:51 09e24c668f44: Layer already exists 10:16:51 7daa73df1dc5: Layer already exists 10:16:51 6b614021c2b5: Layer already exists 10:16:51 dfc1aea7bcfc: Layer already exists 10:16:51 ed382dbb431f: Layer already exists 10:16:51 eb4a009b4426: Layer already exists 10:16:51 41f71b502b09: Layer already exists 10:16:51 53df5c2325c6: Layer already exists 10:16:51 32a274ff481f: Layer already exists 10:16:51 aaeef0dcf309: Layer already exists 10:16:51 994456c4fd7b: Layer already exists 10:16:51 main: digest: sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:51 ===================================================== [Pipeline] echo 10:16:51 taggedImages: 10:16:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:16:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 10:16:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:16:51 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:16:51 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:51 latest 10:16:51 4.1.0-dev.32 10:16:51 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:51 main 10:16:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:16:52 21956f4b4654: Preparing 10:16:52 622da4d7ba85: Preparing 10:16:52 32a274ff481f: Preparing 10:16:52 41f71b502b09: Preparing 10:16:52 3a5d68b25bdb: Preparing 10:16:52 88613ea07a25: Preparing 10:16:52 994456c4fd7b: Preparing 10:16:52 994456c4fd7b: Waiting 10:16:52 88613ea07a25: Waiting 10:16:52 32a274ff481f: Layer already exists 10:16:52 41f71b502b09: Layer already exists 10:16:52 3a5d68b25bdb: Pushed 10:16:52 994456c4fd7b: Layer already exists 10:16:52 21956f4b4654: Pushed 10:16:53 88613ea07a25: Pushed 10:16:55 622da4d7ba85: Pushed 10:16:55 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:55 + 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 10:16:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:16:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:16:56 21956f4b4654: Preparing 10:16:56 622da4d7ba85: Preparing 10:16:56 32a274ff481f: Preparing 10:16:56 41f71b502b09: Preparing 10:16:56 3a5d68b25bdb: Preparing 10:16:56 88613ea07a25: Preparing 10:16:56 994456c4fd7b: Preparing 10:16:56 88613ea07a25: Waiting 10:16:56 994456c4fd7b: Waiting 10:16:56 622da4d7ba85: Layer already exists 10:16:56 3a5d68b25bdb: Layer already exists 10:16:56 21956f4b4654: Layer already exists 10:16:56 32a274ff481f: Layer already exists 10:16:56 41f71b502b09: Layer already exists 10:16:56 994456c4fd7b: Layer already exists 10:16:56 88613ea07a25: Layer already exists 10:16:56 latest: digest: sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:56 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 10:16:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:16:56 21956f4b4654: Preparing 10:16:56 622da4d7ba85: Preparing 10:16:56 32a274ff481f: Preparing 10:16:56 41f71b502b09: Preparing 10:16:56 3a5d68b25bdb: Preparing 10:16:56 88613ea07a25: Preparing 10:16:56 994456c4fd7b: Preparing 10:16:56 88613ea07a25: Waiting 10:16:56 994456c4fd7b: Waiting 10:16:56 622da4d7ba85: Layer already exists 10:16:56 32a274ff481f: Layer already exists 10:16:56 41f71b502b09: Layer already exists 10:16:56 21956f4b4654: Layer already exists 10:16:56 3a5d68b25bdb: Layer already exists 10:16:56 88613ea07a25: Layer already exists 10:16:56 994456c4fd7b: Layer already exists 10:16:56 4.1.0-dev.32: digest: sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:16:57 21956f4b4654: Preparing 10:16:57 622da4d7ba85: Preparing 10:16:57 32a274ff481f: Preparing 10:16:57 41f71b502b09: Preparing 10:16:57 3a5d68b25bdb: Preparing 10:16:57 88613ea07a25: Preparing 10:16:57 994456c4fd7b: Preparing 10:16:57 88613ea07a25: Waiting 10:16:57 994456c4fd7b: Waiting 10:16:57 32a274ff481f: Layer already exists 10:16:57 41f71b502b09: Layer already exists 10:16:57 3a5d68b25bdb: Layer already exists 10:16:57 622da4d7ba85: Layer already exists 10:16:57 21956f4b4654: Layer already exists 10:16:57 88613ea07a25: Layer already exists 10:16:57 994456c4fd7b: Layer already exists 10:16:57 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:57 #51 ... 10:16:57 10:16:57 #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #80 DONE 140.6s 10:16:57 10:16:57 #119 [core-data builder 6/7] COPY . . 10:16:57 #119 ... 10:16:57 10:16:57 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #89 DONE 132.2s 10:16:57 10:16:57 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #98 DONE 122.3s 10:16:57 10:16:57 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #81 DONE 139.6s 10:16:57 10:16:57 #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #83 DONE 137.6s 10:16:57 10:16:57 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #87 DONE 123.8s 10:16:57 10:16:57 #120 [security-spiffe-token-provider builder 6/7] COPY . . 10:16:57 #120 DONE 2.2s 10:16:57 10:16:57 #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #121 CACHED 10:16:57 10:16:57 #122 [security-proxy-auth builder 6/7] COPY . . 10:16:57 #122 CACHED 10:16:57 10:16:57 #123 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:16:57 #123 CACHED 10:16:57 10:16:57 #124 [core-keeper builder 7/8] COPY . . 10:16:57 #124 DONE 2.2s 10:16:57 10:16:57 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #125 CACHED 10:16:57 10:16:57 #126 [core-command builder 4/7] COPY go.mod vendor* ./ 10:16:57 #126 CACHED 10:16:57 10:16:57 #127 [core-command builder 6/7] COPY . . 10:16:57 #127 CACHED 10:16:57 10:16:57 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #128 CACHED 10:16:57 10:16:57 #129 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:16:57 #129 CACHED 10:16:57 10:16:57 #130 [security-bootstrapper builder 6/7] COPY . . 10:16:57 #130 CACHED 10:16:57 10:16:57 #131 [core-common-config-bootstrapper builder 6/7] COPY . . 10:16:57 #131 CACHED 10:16:57 10:16:57 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:16:57 #132 CACHED 10:16:57 10:16:57 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #133 CACHED 10:16:57 10:16:57 #134 [support-scheduler builder 6/7] COPY . . 10:16:57 #134 DONE 2.3s 10:16:57 10:16:57 #135 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:16:57 #135 CACHED 10:16:57 10:16:57 #136 [security-proxy-setup builder 6/7] COPY . . 10:16:57 #136 CACHED 10:16:57 10:16:57 #137 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #137 CACHED 10:16:57 10:16:57 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:16:57 #138 CACHED 10:16:57 10:16:57 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #139 CACHED 10:16:57 10:16:57 #140 [core-metadata builder 6/7] COPY . . 10:16:57 #140 CACHED 10:16:57 10:16:57 #141 [security-secretstore-setup builder 6/7] COPY . . 10:16:57 #141 DONE 2.2s 10:16:57 10:16:57 #119 [core-data builder 6/7] COPY . . 10:16:57 #119 DONE 2.3s 10:16:57 10:16:57 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:16:57 #142 ... 10:16:57 10:16:57 #143 [support-notifications builder 6/7] COPY . . 10:16:57 #143 DONE 2.4s 10:16:57 10:16:57 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:16:57 #144 ... 10:16:57 10:16:57 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:16:57 #142 5.099 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:16:57 + 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 10:16:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:16:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:16:58 21956f4b4654: Preparing 10:16:58 622da4d7ba85: Preparing 10:16:58 32a274ff481f: Preparing 10:16:58 41f71b502b09: Preparing 10:16:58 3a5d68b25bdb: Preparing 10:16:58 88613ea07a25: Preparing 10:16:58 994456c4fd7b: Preparing 10:16:58 88613ea07a25: Waiting 10:16:58 994456c4fd7b: Waiting 10:16:58 622da4d7ba85: Layer already exists 10:16:58 21956f4b4654: Layer already exists 10:16:58 3a5d68b25bdb: Layer already exists 10:16:58 32a274ff481f: Layer already exists 10:16:58 41f71b502b09: Layer already exists 10:16:58 88613ea07a25: Layer already exists 10:16:58 994456c4fd7b: Layer already exists 10:16:58 main: digest: sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:58 ===================================================== [Pipeline] echo 10:16:58 taggedImages: 10:16:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:16:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 10:16:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:16:58 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:16:58 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:58 latest 10:16:58 4.1.0-dev.32 10:16:58 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:16:58 main 10:16:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:16:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:16:58 4a643f13b260: Preparing 10:16:58 6cf9a7753661: Preparing 10:16:58 5b74ecc6a793: Preparing 10:16:58 32a274ff481f: Preparing 10:16:58 41f71b502b09: Preparing 10:16:58 8c2836aa9853: Preparing 10:16:58 5362622a8039: Preparing 10:16:58 f05bd9280e67: Preparing 10:16:58 c81a641850db: Preparing 10:16:58 994456c4fd7b: Preparing 10:16:58 8c2836aa9853: Waiting 10:16:58 5362622a8039: Waiting 10:16:58 f05bd9280e67: Waiting 10:16:58 c81a641850db: Waiting 10:16:58 994456c4fd7b: Waiting 10:16:58 32a274ff481f: Layer already exists 10:16:58 41f71b502b09: Layer already exists 10:16:58 4a643f13b260: Pushed 10:16:58 6cf9a7753661: Pushed 10:16:58 5b74ecc6a793: Pushed 10:16:58 994456c4fd7b: Layer already exists 10:16:58 f05bd9280e67: Pushed 10:16:59 c81a641850db: Pushed 10:17:00 #142 ... 10:17:00 10:17:00 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:17:00 #0 5.845 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:17:00 #145 ... 10:17:00 10:17:00 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:17:00 #0 5.045 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:17:01 #146 ... 10:17:01 10:17:01 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:17:01 #0 6.069 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:17:01 #147 ... 10:17:01 10:17:01 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:17:01 #0 5.925 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:17:01 #148 ... 10:17:01 10:17:01 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:17:01 #0 5.376 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:17:01 #149 ... 10:17:01 10:17:01 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:17:01 #0 4.742 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:17:01 #150 ... 10:17:01 10:17:01 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:17:01 #0 5.093 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:17:01 #151 ... 10:17:01 10:17:01 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:17:01 #0 4.204 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:17:02 #152 ... 10:17:02 10:17:02 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:17:02 #0 5.254 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:17:02 #153 ... 10:17:02 10:17:02 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:17:02 #0 5.813 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:17:02 #154 ... 10:17:02 10:17:02 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:17:02 #144 5.836 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:17:03 5362622a8039: Pushed 10:17:10 8c2836aa9853: Pushed 10:17:10 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:17:10 4a643f13b260: Preparing 10:17:10 6cf9a7753661: Preparing 10:17:10 5b74ecc6a793: Preparing 10:17:10 32a274ff481f: Preparing 10:17:10 41f71b502b09: Preparing 10:17:10 8c2836aa9853: Preparing 10:17:10 5362622a8039: Preparing 10:17:10 f05bd9280e67: Preparing 10:17:10 c81a641850db: Preparing 10:17:10 994456c4fd7b: Preparing 10:17:10 5362622a8039: Waiting 10:17:10 c81a641850db: Waiting 10:17:10 994456c4fd7b: Waiting 10:17:10 f05bd9280e67: Waiting 10:17:10 8c2836aa9853: Waiting 10:17:10 6cf9a7753661: Layer already exists 10:17:10 32a274ff481f: Layer already exists 10:17:10 4a643f13b260: Layer already exists 10:17:10 5b74ecc6a793: Layer already exists 10:17:10 41f71b502b09: Layer already exists 10:17:10 8c2836aa9853: Layer already exists 10:17:10 5362622a8039: Layer already exists 10:17:10 994456c4fd7b: Layer already exists 10:17:10 c81a641850db: Layer already exists 10:17:10 f05bd9280e67: Layer already exists 10:17:10 latest: digest: sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 10:17:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:17:11 4a643f13b260: Preparing 10:17:11 6cf9a7753661: Preparing 10:17:11 5b74ecc6a793: Preparing 10:17:11 32a274ff481f: Preparing 10:17:11 41f71b502b09: Preparing 10:17:11 8c2836aa9853: Preparing 10:17:11 5362622a8039: Preparing 10:17:11 f05bd9280e67: Preparing 10:17:11 c81a641850db: Preparing 10:17:11 994456c4fd7b: Preparing 10:17:11 c81a641850db: Waiting 10:17:11 8c2836aa9853: Waiting 10:17:11 5362622a8039: Waiting 10:17:11 f05bd9280e67: Waiting 10:17:11 994456c4fd7b: Waiting 10:17:11 6cf9a7753661: Layer already exists 10:17:11 32a274ff481f: Layer already exists 10:17:11 4a643f13b260: Layer already exists 10:17:11 41f71b502b09: Layer already exists 10:17:11 5b74ecc6a793: Layer already exists 10:17:11 5362622a8039: Layer already exists 10:17:11 8c2836aa9853: Layer already exists 10:17:11 f05bd9280e67: Layer already exists 10:17:11 994456c4fd7b: Layer already exists 10:17:11 c81a641850db: Layer already exists 10:17:11 4.1.0-dev.32: digest: sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:17:12 4a643f13b260: Preparing 10:17:12 6cf9a7753661: Preparing 10:17:12 5b74ecc6a793: Preparing 10:17:12 32a274ff481f: Preparing 10:17:12 41f71b502b09: Preparing 10:17:12 8c2836aa9853: Preparing 10:17:12 5362622a8039: Preparing 10:17:12 f05bd9280e67: Preparing 10:17:12 c81a641850db: Preparing 10:17:12 994456c4fd7b: Preparing 10:17:12 8c2836aa9853: Waiting 10:17:12 5362622a8039: Waiting 10:17:12 f05bd9280e67: Waiting 10:17:12 c81a641850db: Waiting 10:17:12 994456c4fd7b: Waiting 10:17:12 41f71b502b09: Layer already exists 10:17:12 6cf9a7753661: Layer already exists 10:17:12 4a643f13b260: Layer already exists 10:17:12 5b74ecc6a793: Layer already exists 10:17:12 32a274ff481f: Layer already exists 10:17:12 8c2836aa9853: Layer already exists 10:17:12 f05bd9280e67: Layer already exists 10:17:12 994456c4fd7b: Layer already exists 10:17:12 c81a641850db: Layer already exists 10:17:12 5362622a8039: Layer already exists 10:17:12 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:17:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:17:12 4a643f13b260: Preparing 10:17:12 6cf9a7753661: Preparing 10:17:12 5b74ecc6a793: Preparing 10:17:12 32a274ff481f: Preparing 10:17:12 41f71b502b09: Preparing 10:17:12 8c2836aa9853: Preparing 10:17:12 5362622a8039: Preparing 10:17:12 f05bd9280e67: Preparing 10:17:12 c81a641850db: Preparing 10:17:12 994456c4fd7b: Preparing 10:17:12 5362622a8039: Waiting 10:17:12 f05bd9280e67: Waiting 10:17:12 c81a641850db: Waiting 10:17:12 994456c4fd7b: Waiting 10:17:12 8c2836aa9853: Waiting 10:17:12 4a643f13b260: Layer already exists 10:17:12 41f71b502b09: Layer already exists 10:17:12 32a274ff481f: Layer already exists 10:17:12 5b74ecc6a793: Layer already exists 10:17:12 6cf9a7753661: Layer already exists 10:17:12 c81a641850db: Layer already exists 10:17:12 f05bd9280e67: Layer already exists 10:17:12 5362622a8039: Layer already exists 10:17:12 8c2836aa9853: Layer already exists 10:17:12 994456c4fd7b: Layer already exists 10:17:12 main: digest: sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:12 ===================================================== [Pipeline] echo 10:17:12 taggedImages: 10:17:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:17:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 10:17:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:17:12 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:17:12 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:12 latest 10:17:12 4.1.0-dev.32 10:17:12 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:12 main 10:17:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:17:13 8794545b0f9d: Preparing 10:17:13 d2b08a3f0419: Preparing 10:17:13 3f14db530fb4: Preparing 10:17:13 32a274ff481f: Preparing 10:17:13 41f71b502b09: Preparing 10:17:13 b87297d2d17a: Preparing 10:17:13 ce9a92fd8c26: Preparing 10:17:13 308f02cbf4db: Preparing 10:17:13 994456c4fd7b: Preparing 10:17:13 ce9a92fd8c26: Waiting 10:17:13 b87297d2d17a: Waiting 10:17:13 994456c4fd7b: Waiting 10:17:13 32a274ff481f: Layer already exists 10:17:13 41f71b502b09: Layer already exists 10:17:13 d2b08a3f0419: Pushed 10:17:13 8794545b0f9d: Pushed 10:17:13 3f14db530fb4: Pushed 10:17:13 ce9a92fd8c26: Pushed 10:17:13 994456c4fd7b: Layer already exists 10:17:13 308f02cbf4db: Pushed 10:17:26 b87297d2d17a: Pushed 10:17:26 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:17:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:17:26 8794545b0f9d: Preparing 10:17:26 d2b08a3f0419: Preparing 10:17:26 3f14db530fb4: Preparing 10:17:26 32a274ff481f: Preparing 10:17:26 41f71b502b09: Preparing 10:17:26 b87297d2d17a: Preparing 10:17:26 ce9a92fd8c26: Preparing 10:17:26 308f02cbf4db: Preparing 10:17:26 994456c4fd7b: Preparing 10:17:26 ce9a92fd8c26: Waiting 10:17:26 b87297d2d17a: Waiting 10:17:26 308f02cbf4db: Waiting 10:17:26 d2b08a3f0419: Layer already exists 10:17:26 32a274ff481f: Layer already exists 10:17:26 3f14db530fb4: Layer already exists 10:17:26 41f71b502b09: Layer already exists 10:17:26 8794545b0f9d: Layer already exists 10:17:26 b87297d2d17a: Layer already exists 10:17:26 308f02cbf4db: Layer already exists 10:17:26 ce9a92fd8c26: Layer already exists 10:17:26 994456c4fd7b: Layer already exists 10:17:26 latest: digest: sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 10:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:17:27 8794545b0f9d: Preparing 10:17:27 d2b08a3f0419: Preparing 10:17:27 3f14db530fb4: Preparing 10:17:27 32a274ff481f: Preparing 10:17:27 41f71b502b09: Preparing 10:17:27 b87297d2d17a: Preparing 10:17:27 ce9a92fd8c26: Preparing 10:17:27 308f02cbf4db: Preparing 10:17:27 994456c4fd7b: Preparing 10:17:27 b87297d2d17a: Waiting 10:17:27 994456c4fd7b: Waiting 10:17:27 d2b08a3f0419: Layer already exists 10:17:27 3f14db530fb4: Layer already exists 10:17:27 41f71b502b09: Layer already exists 10:17:27 8794545b0f9d: Layer already exists 10:17:27 32a274ff481f: Layer already exists 10:17:27 b87297d2d17a: Layer already exists 10:17:27 308f02cbf4db: Layer already exists 10:17:27 ce9a92fd8c26: Layer already exists 10:17:27 994456c4fd7b: Layer already exists 10:17:27 4.1.0-dev.32: digest: sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:17:28 8794545b0f9d: Preparing 10:17:28 d2b08a3f0419: Preparing 10:17:28 3f14db530fb4: Preparing 10:17:28 32a274ff481f: Preparing 10:17:28 41f71b502b09: Preparing 10:17:28 b87297d2d17a: Preparing 10:17:28 ce9a92fd8c26: Preparing 10:17:28 308f02cbf4db: Preparing 10:17:28 994456c4fd7b: Preparing 10:17:28 ce9a92fd8c26: Waiting 10:17:28 b87297d2d17a: Waiting 10:17:28 994456c4fd7b: Waiting 10:17:28 308f02cbf4db: Waiting 10:17:28 d2b08a3f0419: Layer already exists 10:17:28 41f71b502b09: Layer already exists 10:17:28 8794545b0f9d: Layer already exists 10:17:28 32a274ff481f: Layer already exists 10:17:28 3f14db530fb4: Layer already exists 10:17:28 b87297d2d17a: Layer already exists 10:17:28 ce9a92fd8c26: Layer already exists 10:17:28 308f02cbf4db: Layer already exists 10:17:28 994456c4fd7b: Layer already exists 10:17:28 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:17:28 8794545b0f9d: Preparing 10:17:28 d2b08a3f0419: Preparing 10:17:28 3f14db530fb4: Preparing 10:17:28 32a274ff481f: Preparing 10:17:28 41f71b502b09: Preparing 10:17:28 b87297d2d17a: Preparing 10:17:28 ce9a92fd8c26: Preparing 10:17:28 308f02cbf4db: Preparing 10:17:28 994456c4fd7b: Preparing 10:17:28 b87297d2d17a: Waiting 10:17:28 994456c4fd7b: Waiting 10:17:28 ce9a92fd8c26: Waiting 10:17:28 308f02cbf4db: Waiting 10:17:28 41f71b502b09: Layer already exists 10:17:28 32a274ff481f: Layer already exists 10:17:28 8794545b0f9d: Layer already exists 10:17:28 3f14db530fb4: Layer already exists 10:17:28 d2b08a3f0419: Layer already exists 10:17:28 b87297d2d17a: Layer already exists 10:17:28 ce9a92fd8c26: Layer already exists 10:17:28 308f02cbf4db: Layer already exists 10:17:28 994456c4fd7b: Layer already exists 10:17:28 main: digest: sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:28 ===================================================== [Pipeline] echo 10:17:28 taggedImages: 10:17:28 - nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:28 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:17:28 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 10:17:28 - nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:28 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:17:28 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:17:28 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:28 latest 10:17:28 4.1.0-dev.32 10:17:28 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:28 main 10:17:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:17:29 4a643f13b260: Preparing 10:17:29 8a906b0b5b2b: Preparing 10:17:29 74539b565d23: Preparing 10:17:29 32a274ff481f: Preparing 10:17:29 41f71b502b09: Preparing 10:17:29 8c2836aa9853: Preparing 10:17:29 f05bd9280e67: Preparing 10:17:29 c81a641850db: Preparing 10:17:29 994456c4fd7b: Preparing 10:17:29 8c2836aa9853: Waiting 10:17:29 f05bd9280e67: Waiting 10:17:29 c81a641850db: Waiting 10:17:29 41f71b502b09: Layer already exists 10:17:29 4a643f13b260: Layer already exists 10:17:29 32a274ff481f: Layer already exists 10:17:29 8c2836aa9853: Layer already exists 10:17:29 f05bd9280e67: Layer already exists 10:17:29 c81a641850db: Layer already exists 10:17:29 994456c4fd7b: Layer already exists 10:17:29 8a906b0b5b2b: Pushed 10:17:29 74539b565d23: Pushed 10:17:29 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:17:30 4a643f13b260: Preparing 10:17:30 8a906b0b5b2b: Preparing 10:17:30 74539b565d23: Preparing 10:17:30 32a274ff481f: Preparing 10:17:30 41f71b502b09: Preparing 10:17:30 8c2836aa9853: Preparing 10:17:30 f05bd9280e67: Preparing 10:17:30 c81a641850db: Preparing 10:17:30 994456c4fd7b: Preparing 10:17:30 f05bd9280e67: Waiting 10:17:30 c81a641850db: Waiting 10:17:30 8c2836aa9853: Waiting 10:17:30 32a274ff481f: Layer already exists 10:17:30 74539b565d23: Layer already exists 10:17:30 41f71b502b09: Layer already exists 10:17:30 4a643f13b260: Layer already exists 10:17:30 8a906b0b5b2b: Layer already exists 10:17:30 f05bd9280e67: Layer already exists 10:17:30 8c2836aa9853: Layer already exists 10:17:30 c81a641850db: Layer already exists 10:17:30 994456c4fd7b: Layer already exists 10:17:30 latest: digest: sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 10:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:17:31 4a643f13b260: Preparing 10:17:31 8a906b0b5b2b: Preparing 10:17:31 74539b565d23: Preparing 10:17:31 32a274ff481f: Preparing 10:17:31 41f71b502b09: Preparing 10:17:31 8c2836aa9853: Preparing 10:17:31 f05bd9280e67: Preparing 10:17:31 c81a641850db: Preparing 10:17:31 994456c4fd7b: Preparing 10:17:31 f05bd9280e67: Waiting 10:17:31 c81a641850db: Waiting 10:17:31 8c2836aa9853: Waiting 10:17:31 994456c4fd7b: Waiting 10:17:31 4a643f13b260: Layer already exists 10:17:31 8a906b0b5b2b: Layer already exists 10:17:31 74539b565d23: Layer already exists 10:17:31 41f71b502b09: Layer already exists 10:17:31 32a274ff481f: Layer already exists 10:17:31 8c2836aa9853: Layer already exists 10:17:31 c81a641850db: Layer already exists 10:17:31 994456c4fd7b: Layer already exists 10:17:31 f05bd9280e67: Layer already exists 10:17:31 4.1.0-dev.32: digest: sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:17:31 4a643f13b260: Preparing 10:17:31 8a906b0b5b2b: Preparing 10:17:31 74539b565d23: Preparing 10:17:31 32a274ff481f: Preparing 10:17:31 41f71b502b09: Preparing 10:17:31 8c2836aa9853: Preparing 10:17:31 f05bd9280e67: Preparing 10:17:31 c81a641850db: Preparing 10:17:31 994456c4fd7b: Preparing 10:17:31 8c2836aa9853: Waiting 10:17:31 f05bd9280e67: Waiting 10:17:31 c81a641850db: Waiting 10:17:31 994456c4fd7b: Waiting 10:17:31 32a274ff481f: Layer already exists 10:17:31 4a643f13b260: Layer already exists 10:17:31 41f71b502b09: Layer already exists 10:17:31 8a906b0b5b2b: Layer already exists 10:17:31 74539b565d23: Layer already exists 10:17:31 f05bd9280e67: Layer already exists 10:17:31 8c2836aa9853: Layer already exists 10:17:31 c81a641850db: Layer already exists 10:17:31 994456c4fd7b: Layer already exists 10:17:31 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:17:32 4a643f13b260: Preparing 10:17:32 8a906b0b5b2b: Preparing 10:17:32 74539b565d23: Preparing 10:17:32 32a274ff481f: Preparing 10:17:32 41f71b502b09: Preparing 10:17:32 8c2836aa9853: Preparing 10:17:32 f05bd9280e67: Preparing 10:17:32 c81a641850db: Preparing 10:17:32 994456c4fd7b: Preparing 10:17:32 8c2836aa9853: Waiting 10:17:32 f05bd9280e67: Waiting 10:17:32 c81a641850db: Waiting 10:17:32 994456c4fd7b: Waiting 10:17:32 74539b565d23: Layer already exists 10:17:32 41f71b502b09: Layer already exists 10:17:32 4a643f13b260: Layer already exists 10:17:32 32a274ff481f: Layer already exists 10:17:32 8a906b0b5b2b: Layer already exists 10:17:32 f05bd9280e67: Layer already exists 10:17:32 994456c4fd7b: Layer already exists 10:17:32 8c2836aa9853: Layer already exists 10:17:32 c81a641850db: Layer already exists 10:17:32 main: digest: sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:32 ===================================================== [Pipeline] echo 10:17:32 taggedImages: 10:17:32 - nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:32 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:17:32 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 10:17:32 - nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:32 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:17:32 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:17:32 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:32 latest 10:17:32 4.1.0-dev.32 10:17:32 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:32 main 10:17:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:17:33 9d7e51e74af4: Preparing 10:17:33 2ea376937ebc: Preparing 10:17:33 32a274ff481f: Preparing 10:17:33 41f71b502b09: Preparing 10:17:33 2a1c27919548: Preparing 10:17:33 8c1857f4bd49: Preparing 10:17:33 994456c4fd7b: Preparing 10:17:33 994456c4fd7b: Waiting 10:17:33 8c1857f4bd49: Waiting 10:17:33 32a274ff481f: Layer already exists 10:17:33 41f71b502b09: Layer already exists 10:17:33 2a1c27919548: Pushed 10:17:33 994456c4fd7b: Layer already exists 10:17:33 9d7e51e74af4: Pushed 10:17:33 8c1857f4bd49: Pushed 10:17:37 2ea376937ebc: Pushed 10:17:37 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:17:37 9d7e51e74af4: Preparing 10:17:37 2ea376937ebc: Preparing 10:17:37 32a274ff481f: Preparing 10:17:37 41f71b502b09: Preparing 10:17:37 2a1c27919548: Preparing 10:17:37 8c1857f4bd49: Preparing 10:17:37 994456c4fd7b: Preparing 10:17:37 8c1857f4bd49: Waiting 10:17:37 994456c4fd7b: Waiting 10:17:37 9d7e51e74af4: Layer already exists 10:17:37 2a1c27919548: Layer already exists 10:17:37 41f71b502b09: Layer already exists 10:17:37 2ea376937ebc: Layer already exists 10:17:37 32a274ff481f: Layer already exists 10:17:37 8c1857f4bd49: Layer already exists 10:17:37 994456c4fd7b: Layer already exists 10:17:37 latest: digest: sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 10:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:17:38 9d7e51e74af4: Preparing 10:17:38 2ea376937ebc: Preparing 10:17:38 32a274ff481f: Preparing 10:17:38 41f71b502b09: Preparing 10:17:38 2a1c27919548: Preparing 10:17:38 8c1857f4bd49: Preparing 10:17:38 994456c4fd7b: Preparing 10:17:38 994456c4fd7b: Waiting 10:17:38 8c1857f4bd49: Waiting 10:17:38 9d7e51e74af4: Layer already exists 10:17:38 41f71b502b09: Layer already exists 10:17:38 32a274ff481f: Layer already exists 10:17:38 2a1c27919548: Layer already exists 10:17:38 2ea376937ebc: Layer already exists 10:17:38 8c1857f4bd49: Layer already exists 10:17:38 994456c4fd7b: Layer already exists 10:17:38 4.1.0-dev.32: digest: sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:17:38 9d7e51e74af4: Preparing 10:17:38 2ea376937ebc: Preparing 10:17:38 32a274ff481f: Preparing 10:17:38 41f71b502b09: Preparing 10:17:38 2a1c27919548: Preparing 10:17:38 8c1857f4bd49: Preparing 10:17:38 994456c4fd7b: Preparing 10:17:38 994456c4fd7b: Waiting 10:17:38 32a274ff481f: Layer already exists 10:17:38 2a1c27919548: Layer already exists 10:17:38 41f71b502b09: Layer already exists 10:17:38 2ea376937ebc: Layer already exists 10:17:38 9d7e51e74af4: Layer already exists 10:17:38 8c1857f4bd49: Layer already exists 10:17:38 994456c4fd7b: Layer already exists 10:17:38 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:17:39 9d7e51e74af4: Preparing 10:17:39 2ea376937ebc: Preparing 10:17:39 32a274ff481f: Preparing 10:17:39 41f71b502b09: Preparing 10:17:39 2a1c27919548: Preparing 10:17:39 8c1857f4bd49: Preparing 10:17:39 994456c4fd7b: Preparing 10:17:39 8c1857f4bd49: Waiting 10:17:39 994456c4fd7b: Waiting 10:17:39 2ea376937ebc: Layer already exists 10:17:39 9d7e51e74af4: Layer already exists 10:17:39 32a274ff481f: Layer already exists 10:17:39 2a1c27919548: Layer already exists 10:17:39 41f71b502b09: Layer already exists 10:17:39 8c1857f4bd49: Layer already exists 10:17:39 994456c4fd7b: Layer already exists 10:17:39 main: digest: sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:39 ===================================================== [Pipeline] echo 10:17:39 taggedImages: 10:17:39 - nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:39 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:17:39 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 10:17:39 - nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:39 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:17:39 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:17:39 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:39 latest 10:17:39 4.1.0-dev.32 10:17:39 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:39 main 10:17:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:17:40 ce4a8b6dfb3f: Preparing 10:17:40 c577d014e53c: Preparing 10:17:40 32a274ff481f: Preparing 10:17:40 41f71b502b09: Preparing 10:17:40 2b0cbc41f339: Preparing 10:17:40 cb0a60974224: Preparing 10:17:40 994456c4fd7b: Preparing 10:17:40 cb0a60974224: Waiting 10:17:40 994456c4fd7b: Waiting 10:17:40 32a274ff481f: Layer already exists 10:17:40 41f71b502b09: Layer already exists 10:17:40 994456c4fd7b: Layer already exists 10:17:40 ce4a8b6dfb3f: Pushed 10:17:40 2b0cbc41f339: Pushed 10:17:40 cb0a60974224: Pushed 10:17:43 c577d014e53c: Pushed 10:17:43 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:17:44 ce4a8b6dfb3f: Preparing 10:17:44 c577d014e53c: Preparing 10:17:44 32a274ff481f: Preparing 10:17:44 41f71b502b09: Preparing 10:17:44 2b0cbc41f339: Preparing 10:17:44 cb0a60974224: Preparing 10:17:44 994456c4fd7b: Preparing 10:17:44 cb0a60974224: Waiting 10:17:44 994456c4fd7b: Waiting 10:17:44 2b0cbc41f339: Layer already exists 10:17:44 32a274ff481f: Layer already exists 10:17:44 c577d014e53c: Layer already exists 10:17:44 41f71b502b09: Layer already exists 10:17:44 ce4a8b6dfb3f: Layer already exists 10:17:44 cb0a60974224: Layer already exists 10:17:44 994456c4fd7b: Layer already exists 10:17:44 latest: digest: sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 10:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:17:45 ce4a8b6dfb3f: Preparing 10:17:45 c577d014e53c: Preparing 10:17:45 32a274ff481f: Preparing 10:17:45 41f71b502b09: Preparing 10:17:45 2b0cbc41f339: Preparing 10:17:45 cb0a60974224: Preparing 10:17:45 994456c4fd7b: Preparing 10:17:45 994456c4fd7b: Waiting 10:17:45 cb0a60974224: Waiting 10:17:45 32a274ff481f: Layer already exists 10:17:45 2b0cbc41f339: Layer already exists 10:17:45 c577d014e53c: Layer already exists 10:17:45 41f71b502b09: Layer already exists 10:17:45 ce4a8b6dfb3f: Layer already exists 10:17:45 cb0a60974224: Layer already exists 10:17:45 994456c4fd7b: Layer already exists 10:17:45 4.1.0-dev.32: digest: sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:17:45 ce4a8b6dfb3f: Preparing 10:17:45 c577d014e53c: Preparing 10:17:45 32a274ff481f: Preparing 10:17:45 41f71b502b09: Preparing 10:17:45 2b0cbc41f339: Preparing 10:17:45 cb0a60974224: Preparing 10:17:45 994456c4fd7b: Preparing 10:17:45 cb0a60974224: Waiting 10:17:45 994456c4fd7b: Waiting 10:17:45 41f71b502b09: Layer already exists 10:17:45 ce4a8b6dfb3f: Layer already exists 10:17:45 2b0cbc41f339: Layer already exists 10:17:45 c577d014e53c: Layer already exists 10:17:45 32a274ff481f: Layer already exists 10:17:45 cb0a60974224: Layer already exists 10:17:45 994456c4fd7b: Layer already exists 10:17:45 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:17:46 ce4a8b6dfb3f: Preparing 10:17:46 c577d014e53c: Preparing 10:17:46 32a274ff481f: Preparing 10:17:46 41f71b502b09: Preparing 10:17:46 2b0cbc41f339: Preparing 10:17:46 cb0a60974224: Preparing 10:17:46 cb0a60974224: Waiting 10:17:46 994456c4fd7b: Preparing 10:17:46 994456c4fd7b: Waiting 10:17:46 41f71b502b09: Layer already exists 10:17:46 ce4a8b6dfb3f: Layer already exists 10:17:46 c577d014e53c: Layer already exists 10:17:46 2b0cbc41f339: Layer already exists 10:17:46 32a274ff481f: Layer already exists 10:17:46 994456c4fd7b: Layer already exists 10:17:46 cb0a60974224: Layer already exists 10:17:46 main: digest: sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:46 ===================================================== [Pipeline] echo 10:17:46 taggedImages: 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:17:46 ========================================================= 10:17:46 [edgeXBuildMultiArch] RAW Config: 10:17:46 images: 10:17:46 - nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/core-command:latest 10:17:46 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-command:main 10:17:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:17:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:17:46 - nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/core-data:latest 10:17:46 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-data:main 10:17:46 - nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:17:46 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-keeper:main 10:17:46 - nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:17:46 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/core-metadata:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-config:main 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/security-spire-server:main 10:17:46 - nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:17:46 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/support-notifications:main 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:17:46 - nexus3.edgexfoundry.org:10004/support-scheduler:main 10:17:46 settingsFile: 10:17:46 edgex-go-settings 10:17:46 ========================================================= [Pipeline] node 10:18:01 Still waiting to schedule task 10:18:01 All nodes of label ‘centos7-docker-4c-2g’ are offline 10:18:51 Running on prd-centos7-docker-4c-2g-4261 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:18:51 provisioning config files... 10:18:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5033566345231842833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:53 ---> ****-login.sh 10:18:53 nexus3.edgexfoundry.org:10001 10:18:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:54 Configure a credential helper to remove this warning. See 10:18:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:54 10:18:54 Login Succeeded 10:18:54 nexus3.edgexfoundry.org:10002 10:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:54 Configure a credential helper to remove this warning. See 10:18:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:54 10:18:54 Login Succeeded 10:18:54 nexus3.edgexfoundry.org:10003 10:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:54 Configure a credential helper to remove this warning. See 10:18:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:54 10:18:54 Login Succeeded 10:18:54 nexus3.edgexfoundry.org:10004 10:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:54 Configure a credential helper to remove this warning. See 10:18:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:54 10:18:54 Login Succeeded 10:18:54 ****.io 10:18:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:55 Configure a credential helper to remove this warning. See 10:18:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:55 10:18:55 Login Succeeded 10:18:55 ---> ****-login.sh ends [Pipeline] } 10:18:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:18:55 + docker buildx ls 10:18:55 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:18:55 default * docker 10:18:55 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:18:55 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:18:55 edgex-builder [Pipeline] sh 10:18:55 + docker buildx inspect --bootstrap 10:18:55 #1 [internal] booting buildkit 10:18:55 #1 pulling image moby/buildkit:buildx-stable-1 10:18:59 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 10:18:59 #1 creating container buildx_buildkit_edgex-builder0 10:18:59 #1 creating container buildx_buildkit_edgex-builder0 1.0s done 10:18:59 #1 DONE 3.8s 10:18:59 Name: edgex-builder 10:18:59 Driver: docker-container 10:18:59 10:18:59 Nodes: 10:18:59 Name: edgex-builder0 10:18:59 Endpoint: unix:///var/run/docker.sock 10:18:59 Status: running 10:18:59 Buildkit: v0.22.0 10:18:59 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:19:00 + docker buildx ls 10:19:00 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:19:00 edgex-builder * docker-container 10:19:00 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:19:00 default docker 10:19:00 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:19:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:00 #1 [internal] load build definition from Dockerfile 10:19:00 #1 transferring dockerfile: 197B done 10:19:00 #1 DONE 0.0s 10:19:00 10:19:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:00 #2 DONE 0.1s 10:19:00 10:19:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:00 #3 DONE 0.1s 10:19:00 10:19:00 #4 [internal] load .dockerignore 10:19:00 #4 transferring context: 2B done 10:19:00 #4 DONE 0.0s 10:19:00 10:19:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:00 #5 resolve nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:00 #5 DONE 0.0s 10:19:00 10:19:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:00 #6 resolve nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:00 #6 DONE 0.1s 10:19:00 10:19:00 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:19:00 #7 DONE 0.0s 10:19:00 10:19:00 #8 exporting to image 10:19:00 #8 exporting layers done 10:19:00 #8 exporting manifest sha256:4c6defad303dbf90835c525998567a3b0411aa8f5acfaeb9d54486a2c90c5bd0 0.0s done 10:19:00 #8 exporting config sha256:ce8b46cff0a0a3cd33114dad50e58eec1727ce81146c043479d2c341b3106628 done 10:19:00 #8 exporting manifest sha256:1685c0d5bd4962488ccabfda2e613ad16c94de8a00c0542fa6ccca54c4e8fe23 done 10:19:00 #8 exporting config sha256:d090e684c148490c7ee45312458a034e24c581caa97403c5cd9bde04ce0afe10 done 10:19:00 #8 exporting manifest list sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b 0.0s done 10:19:00 #8 pushing layers 10:19:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:00 #8 pushing layers 0.1s done 10:19:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b 0.1s done 10:19:00 #8 DONE 0.2s 10:19:01 10:19:01 1 warning found (use --debug to expand): 10:19:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 10:19:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 10:19:01 #1 [internal] load build definition from Dockerfile 10:19:01 #1 transferring dockerfile: 163B done 10:19:01 #1 DONE 0.0s 10:19:01 10:19:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:19:01 #2 DONE 0.0s 10:19:01 10:19:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:19:01 #3 DONE 0.0s 10:19:01 10:19:01 #4 [internal] load .dockerignore 10:19:01 #4 transferring context: 2B done 10:19:01 #4 DONE 0.0s 10:19:01 10:19:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:01 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:01 #5 CACHED 10:19:01 10:19:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:01 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:01 #6 CACHED 10:19:01 10:19:01 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:19:01 #7 DONE 0.0s 10:19:01 10:19:01 #8 exporting to image 10:19:01 #8 exporting layers done 10:19:01 #8 exporting manifest sha256:4c6defad303dbf90835c525998567a3b0411aa8f5acfaeb9d54486a2c90c5bd0 done 10:19:01 #8 exporting config sha256:ce8b46cff0a0a3cd33114dad50e58eec1727ce81146c043479d2c341b3106628 done 10:19:01 #8 exporting manifest sha256:1685c0d5bd4962488ccabfda2e613ad16c94de8a00c0542fa6ccca54c4e8fe23 done 10:19:01 #8 exporting config sha256:d090e684c148490c7ee45312458a034e24c581caa97403c5cd9bde04ce0afe10 done 10:19:01 #8 exporting manifest list sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b done 10:19:01 #8 pushing layers 0.0s done 10:19:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b 0.1s done 10:19:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:01 #8 DONE 0.1s 10:19:01 10:19:01 1 warning found (use --debug to expand): 10:19:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 --push - 10:19:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32' 10:19:02 #1 [internal] load build definition from Dockerfile 10:19:02 #1 transferring dockerfile: 169B done 10:19:02 #1 DONE 0.0s 10:19:02 10:19:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 10:19:02 #2 DONE 0.0s 10:19:02 10:19:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32 10:19:02 #3 DONE 0.0s 10:19:02 10:19:02 #4 [internal] load .dockerignore 10:19:02 #4 transferring context: 2B done 10:19:02 #4 DONE 0.0s 10:19:02 10:19:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:02 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:02 #5 CACHED 10:19:02 10:19:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:02 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:02 #6 CACHED 10:19:02 10:19:02 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:19:02 #7 DONE 0.0s 10:19:02 10:19:02 #8 exporting to image 10:19:02 #8 exporting layers done 10:19:02 #8 exporting manifest sha256:4c6defad303dbf90835c525998567a3b0411aa8f5acfaeb9d54486a2c90c5bd0 done 10:19:02 #8 exporting config sha256:ce8b46cff0a0a3cd33114dad50e58eec1727ce81146c043479d2c341b3106628 done 10:19:02 #8 exporting manifest sha256:1685c0d5bd4962488ccabfda2e613ad16c94de8a00c0542fa6ccca54c4e8fe23 done 10:19:02 #8 exporting config sha256:d090e684c148490c7ee45312458a034e24c581caa97403c5cd9bde04ce0afe10 done 10:19:02 #8 exporting manifest list sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b done 10:19:02 #8 pushing layers 0.0s done 10:19:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.32@sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b 0.1s done 10:19:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:02 #8 DONE 0.1s 10:19:02 10:19:02 1 warning found (use --debug to expand): 10:19:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:02 #1 [internal] load build definition from Dockerfile 10:19:02 #1 transferring dockerfile: 210B done 10:19:02 #1 DONE 0.0s 10:19:02 10:19:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:02 #2 DONE 0.0s 10:19:02 10:19:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:02 #3 DONE 0.0s 10:19:02 10:19:02 #4 [internal] load .dockerignore 10:19:02 #4 transferring context: 2B done 10:19:02 #4 DONE 0.0s 10:19:02 10:19:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:02 #5 resolve nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:02 #5 CACHED 10:19:02 10:19:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:02 #6 resolve nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:02 #6 DONE 0.0s 10:19:02 10:19:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:02 #6 CACHED 10:19:02 10:19:02 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:19:02 #7 DONE 0.0s 10:19:02 10:19:02 #8 exporting to image 10:19:02 #8 exporting layers done 10:19:02 #8 exporting manifest sha256:4c6defad303dbf90835c525998567a3b0411aa8f5acfaeb9d54486a2c90c5bd0 done 10:19:02 #8 exporting config sha256:ce8b46cff0a0a3cd33114dad50e58eec1727ce81146c043479d2c341b3106628 done 10:19:02 #8 exporting manifest sha256:1685c0d5bd4962488ccabfda2e613ad16c94de8a00c0542fa6ccca54c4e8fe23 done 10:19:02 #8 exporting config sha256:d090e684c148490c7ee45312458a034e24c581caa97403c5cd9bde04ce0afe10 done 10:19:02 #8 exporting manifest list sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b done 10:19:02 #8 pushing layers 0.0s done 10:19:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b 0.1s done 10:19:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:02 #8 DONE 0.1s 10:19:02 10:19:02 1 warning found (use --debug to expand): 10:19:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 10:19:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 10:19:03 #1 [internal] load build definition from Dockerfile 10:19:03 #1 transferring dockerfile: 161B done 10:19:03 #1 DONE 0.0s 10:19:03 10:19:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:19:03 #2 DONE 0.0s 10:19:03 10:19:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:19:03 #3 DONE 0.0s 10:19:03 10:19:03 #4 [internal] load .dockerignore 10:19:03 #4 transferring context: 2B done 10:19:03 #4 DONE 0.0s 10:19:03 10:19:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:03 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:03 #5 DONE 0.0s 10:19:03 10:19:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:03 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 0.0s done 10:19:03 #6 CACHED 10:19:03 10:19:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:d5688875680a33c154a8679cbfe62b145b92f79b2537278f08e509f4ade3f925 10:19:03 #5 CACHED 10:19:03 10:19:03 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:19:03 #7 DONE 0.0s 10:19:03 10:19:03 #8 exporting to image 10:19:03 #8 exporting layers done 10:19:03 #8 exporting manifest sha256:4c6defad303dbf90835c525998567a3b0411aa8f5acfaeb9d54486a2c90c5bd0 done 10:19:03 #8 exporting config sha256:ce8b46cff0a0a3cd33114dad50e58eec1727ce81146c043479d2c341b3106628 done 10:19:03 #8 exporting manifest sha256:1685c0d5bd4962488ccabfda2e613ad16c94de8a00c0542fa6ccca54c4e8fe23 done 10:19:03 #8 exporting config sha256:d090e684c148490c7ee45312458a034e24c581caa97403c5cd9bde04ce0afe10 done 10:19:03 #8 exporting manifest list sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b done 10:19:03 #8 pushing layers 0.0s done 10:19:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:4991af7bf40e4284c3b9e0dd05cb2e14385b23db27f31530e8bc8df9db651a2b 0.1s done 10:19:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:03 #8 DONE 0.1s 10:19:03 10:19:03 1 warning found (use --debug to expand): 10:19:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:03 #1 [internal] load build definition from Dockerfile 10:19:03 #1 transferring dockerfile: 216B done 10:19:03 #1 DONE 0.0s 10:19:03 10:19:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:03 #2 DONE 0.0s 10:19:03 10:19:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:03 #3 DONE 0.0s 10:19:03 10:19:03 #4 [internal] load .dockerignore 10:19:03 #4 transferring context: 2B done 10:19:03 #4 DONE 0.0s 10:19:03 10:19:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:03 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:04 #5 DONE 0.0s 10:19:04 10:19:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:04 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:04 #6 DONE 0.1s 10:19:04 10:19:04 #7 exporting to image 10:19:04 #7 exporting layers done 10:19:04 #7 exporting manifest sha256:833451c901cd84e4cc41d94693da19d655a7287d32a9c2be76f9e37b96c4ffcf done 10:19:04 #7 exporting config sha256:cbf4aca142138a1b291b79c42557420657bf6e769da5e0f10a28050c1c28adf1 done 10:19:04 #7 exporting manifest sha256:da03c48aff3b12325a7a6e891653894416796883fd11e0b637fa829217d684e2 0.0s done 10:19:04 #7 exporting config sha256:6cdb4ccbc3229accfc7a1dc455245a79679f938576712cf31ef582f1dcc239d4 10:19:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:04 #7 ... 10:19:04 10:19:04 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:04 #8 DONE 0.0s 10:19:04 10:19:04 #7 exporting to image 10:19:04 #7 exporting config sha256:6cdb4ccbc3229accfc7a1dc455245a79679f938576712cf31ef582f1dcc239d4 done 10:19:04 #7 exporting manifest list sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 done 10:19:04 #7 pushing layers 0.1s done 10:19:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 10:19:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 0.1s done 10:19:04 #7 DONE 0.3s 10:19:04 10:19:04 1 warning found (use --debug to expand): 10:19:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 10:19:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 10:19:04 #1 [internal] load build definition from Dockerfile 10:19:04 #1 transferring dockerfile: 182B done 10:19:04 #1 DONE 0.0s 10:19:04 10:19:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:19:04 #2 DONE 0.0s 10:19:04 10:19:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:19:04 #3 DONE 0.0s 10:19:04 10:19:04 #4 [internal] load .dockerignore 10:19:04 #4 transferring context: 2B done 10:19:04 #4 DONE 0.0s 10:19:04 10:19:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:04 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:04 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:04 #5 CACHED 10:19:04 10:19:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:04 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:04 #6 CACHED 10:19:04 10:19:04 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:04 #7 DONE 0.0s 10:19:04 10:19:04 #8 exporting to image 10:19:04 #8 exporting layers done 10:19:04 #8 exporting manifest sha256:833451c901cd84e4cc41d94693da19d655a7287d32a9c2be76f9e37b96c4ffcf done 10:19:04 #8 exporting config sha256:cbf4aca142138a1b291b79c42557420657bf6e769da5e0f10a28050c1c28adf1 done 10:19:04 #8 exporting manifest sha256:da03c48aff3b12325a7a6e891653894416796883fd11e0b637fa829217d684e2 done 10:19:04 #8 exporting config sha256:6cdb4ccbc3229accfc7a1dc455245a79679f938576712cf31ef582f1dcc239d4 done 10:19:04 #8 exporting manifest list sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 done 10:19:04 #8 pushing layers 0.0s done 10:19:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 0.1s done 10:19:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:04 #8 DONE 0.1s 10:19:04 10:19:04 1 warning found (use --debug to expand): 10:19:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32' 10:19:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 --push - 10:19:05 #1 [internal] load build definition from Dockerfile 10:19:05 #1 transferring dockerfile: 188B done 10:19:05 #1 DONE 0.0s 10:19:05 10:19:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 10:19:05 #2 DONE 0.0s 10:19:05 10:19:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32 10:19:05 #3 DONE 0.0s 10:19:05 10:19:05 #4 [internal] load .dockerignore 10:19:05 #4 transferring context: 2B done 10:19:05 #4 DONE 0.0s 10:19:05 10:19:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:05 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 done 10:19:05 #5 DONE 0.0s 10:19:05 10:19:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:05 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:05 #6 CACHED 10:19:05 10:19:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:05 #5 CACHED 10:19:05 10:19:05 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:05 #7 DONE 0.0s 10:19:05 10:19:05 #8 exporting to image 10:19:05 #8 exporting layers done 10:19:05 #8 exporting manifest sha256:833451c901cd84e4cc41d94693da19d655a7287d32a9c2be76f9e37b96c4ffcf done 10:19:05 #8 exporting config sha256:cbf4aca142138a1b291b79c42557420657bf6e769da5e0f10a28050c1c28adf1 done 10:19:05 #8 exporting manifest sha256:da03c48aff3b12325a7a6e891653894416796883fd11e0b637fa829217d684e2 done 10:19:05 #8 exporting config sha256:6cdb4ccbc3229accfc7a1dc455245a79679f938576712cf31ef582f1dcc239d4 done 10:19:05 #8 exporting manifest list sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 done 10:19:05 #8 pushing layers 0.0s done 10:19:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.32@sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 0.1s done 10:19:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:05 #8 DONE 0.1s 10:19:05 10:19:05 1 warning found (use --debug to expand): 10:19:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:05 #1 [internal] load build definition from Dockerfile 10:19:05 #1 transferring dockerfile: 229B done 10:19:05 #1 DONE 0.0s 10:19:05 10:19:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:05 #2 DONE 0.0s 10:19:05 10:19:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:05 #3 DONE 0.0s 10:19:05 10:19:05 #4 [internal] load .dockerignore 10:19:05 #4 transferring context: 2B done 10:19:05 #4 DONE 0.0s 10:19:05 10:19:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:05 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 done 10:19:05 #5 CACHED 10:19:05 10:19:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:05 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:05 #6 CACHED 10:19:05 10:19:05 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:05 #7 DONE 0.0s 10:19:05 10:19:05 #8 exporting to image 10:19:05 #8 exporting layers done 10:19:05 #8 exporting manifest sha256:833451c901cd84e4cc41d94693da19d655a7287d32a9c2be76f9e37b96c4ffcf done 10:19:05 #8 exporting config sha256:cbf4aca142138a1b291b79c42557420657bf6e769da5e0f10a28050c1c28adf1 done 10:19:05 #8 exporting manifest sha256:da03c48aff3b12325a7a6e891653894416796883fd11e0b637fa829217d684e2 done 10:19:05 #8 exporting config sha256:6cdb4ccbc3229accfc7a1dc455245a79679f938576712cf31ef582f1dcc239d4 done 10:19:05 #8 exporting manifest list sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 done 10:19:05 #8 pushing layers 0.0s done 10:19:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 0.1s done 10:19:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:05 #8 DONE 0.1s 10:19:05 10:19:05 1 warning found (use --debug to expand): 10:19:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 10:19:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 10:19:06 #1 [internal] load build definition from Dockerfile 10:19:06 #1 transferring dockerfile: 180B done 10:19:06 #1 DONE 0.0s 10:19:06 10:19:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:19:06 #2 DONE 0.0s 10:19:06 10:19:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:19:06 #3 DONE 0.0s 10:19:06 10:19:06 #4 [internal] load .dockerignore 10:19:06 #4 transferring context: 2B done 10:19:06 #4 DONE 0.0s 10:19:06 10:19:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:06 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:06 #5 DONE 0.0s 10:19:06 10:19:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:06 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 0.0s done 10:19:06 #6 CACHED 10:19:06 10:19:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:941149244a85380314ff2c934ec5376d0e0cb3ffad19822b2d3434e2b3acbf68 10:19:06 #5 CACHED 10:19:06 10:19:06 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:06 #7 DONE 0.0s 10:19:06 10:19:06 #8 exporting to image 10:19:06 #8 exporting layers done 10:19:06 #8 exporting manifest sha256:833451c901cd84e4cc41d94693da19d655a7287d32a9c2be76f9e37b96c4ffcf done 10:19:06 #8 exporting config sha256:cbf4aca142138a1b291b79c42557420657bf6e769da5e0f10a28050c1c28adf1 done 10:19:06 #8 exporting manifest sha256:da03c48aff3b12325a7a6e891653894416796883fd11e0b637fa829217d684e2 done 10:19:06 #8 exporting config sha256:6cdb4ccbc3229accfc7a1dc455245a79679f938576712cf31ef582f1dcc239d4 done 10:19:06 #8 exporting manifest list sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 done 10:19:06 #8 pushing layers 0.0s done 10:19:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:07ee994c5fb85c5a523dc6869843993a2f6ccc6ccebf7597f31d9acb285542c6 0.1s done 10:19:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:06 #8 DONE 0.1s 10:19:06 10:19:06 1 warning found (use --debug to expand): 10:19:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:06 #1 [internal] load build definition from Dockerfile 10:19:06 #1 transferring dockerfile: 194B done 10:19:06 #1 DONE 0.0s 10:19:06 10:19:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:06 #2 DONE 0.0s 10:19:06 10:19:06 #3 [internal] load .dockerignore 10:19:06 #3 transferring context: 2B done 10:19:06 #3 DONE 0.0s 10:19:06 10:19:06 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:06 #4 DONE 0.1s 10:19:07 10:19:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 0.0s done 10:19:07 #5 DONE 0.0s 10:19:07 10:19:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:07 #6 resolve nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 0.0s done 10:19:07 #6 DONE 0.1s 10:19:07 10:19:07 #7 exporting to image 10:19:07 #7 exporting layers done 10:19:07 #7 exporting manifest sha256:a0c3a6d76fe9b2a2ac68ef5cc05722e23b5b0d82e7641a7021c62e198b34e50b 0.0s done 10:19:07 #7 exporting config sha256:80bfae433a34ee6f4f888bdda3516a14eb31167dba6e873bcceb14425e2d67f7 10:19:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:07 #7 ... 10:19:07 10:19:07 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:19:07 #8 DONE 0.0s 10:19:07 10:19:07 #7 exporting to image 10:19:07 #7 exporting config sha256:80bfae433a34ee6f4f888bdda3516a14eb31167dba6e873bcceb14425e2d67f7 done 10:19:07 #7 exporting manifest sha256:e8e88fc987aa77591258f35ceae81c483d400d630b051301b724136423d567be done 10:19:07 #7 exporting config sha256:4b819c046caac20d74feafe2dd12fbeb3d7ee63cfaa5df8b37ae27d97a076242 done 10:19:07 #7 exporting manifest list sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 done 10:19:07 #7 pushing layers 0.1s done 10:19:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 10:19:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 0.1s done 10:19:07 #7 DONE 0.2s 10:19:07 10:19:07 1 warning found (use --debug to expand): 10:19:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 10:19:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 10:19:07 #1 [internal] load build definition from Dockerfile 10:19:07 #1 transferring dockerfile: 160B done 10:19:07 #1 DONE 0.0s 10:19:07 10:19:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:19:07 #2 DONE 0.0s 10:19:07 10:19:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:19:07 #3 DONE 0.0s 10:19:07 10:19:07 #4 [internal] load .dockerignore 10:19:07 #4 transferring context: 2B done 10:19:07 #4 DONE 0.0s 10:19:07 10:19:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 0.0s done 10:19:07 #5 CACHED 10:19:07 10:19:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:07 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 0.0s done 10:19:07 #6 CACHED 10:19:07 10:19:07 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:19:07 #7 DONE 0.0s 10:19:07 10:19:07 #8 exporting to image 10:19:07 #8 exporting layers done 10:19:07 #8 exporting manifest sha256:a0c3a6d76fe9b2a2ac68ef5cc05722e23b5b0d82e7641a7021c62e198b34e50b done 10:19:07 #8 exporting config sha256:80bfae433a34ee6f4f888bdda3516a14eb31167dba6e873bcceb14425e2d67f7 done 10:19:07 #8 exporting manifest sha256:e8e88fc987aa77591258f35ceae81c483d400d630b051301b724136423d567be done 10:19:07 #8 exporting config sha256:4b819c046caac20d74feafe2dd12fbeb3d7ee63cfaa5df8b37ae27d97a076242 done 10:19:07 #8 exporting manifest list sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 done 10:19:07 #8 pushing layers 0.0s done 10:19:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 0.1s done 10:19:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:07 #8 DONE 0.1s 10:19:07 10:19:07 1 warning found (use --debug to expand): 10:19:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 --push - 10:19:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32' 10:19:08 #1 [internal] load build definition from Dockerfile 10:19:08 #1 transferring dockerfile: 166B done 10:19:08 #1 DONE 0.0s 10:19:08 10:19:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 10:19:08 #2 DONE 0.0s 10:19:08 10:19:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32 10:19:08 #3 DONE 0.0s 10:19:08 10:19:08 #4 [internal] load .dockerignore 10:19:08 #4 transferring context: 2B done 10:19:08 #4 DONE 0.0s 10:19:08 10:19:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:08 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 done 10:19:08 #5 CACHED 10:19:08 10:19:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:08 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 0.0s done 10:19:08 #6 CACHED 10:19:08 10:19:08 #7 exporting to image 10:19:08 #7 exporting layers done 10:19:08 #7 exporting manifest sha256:a0c3a6d76fe9b2a2ac68ef5cc05722e23b5b0d82e7641a7021c62e198b34e50b done 10:19:08 #7 exporting config sha256:80bfae433a34ee6f4f888bdda3516a14eb31167dba6e873bcceb14425e2d67f7 done 10:19:08 #7 exporting manifest sha256:e8e88fc987aa77591258f35ceae81c483d400d630b051301b724136423d567be done 10:19:08 #7 exporting config sha256:4b819c046caac20d74feafe2dd12fbeb3d7ee63cfaa5df8b37ae27d97a076242 done 10:19:08 #7 exporting manifest list sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 done 10:19:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:08 #7 pushing layers 0.0s done 10:19:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.32@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 0.1s done 10:19:08 #7 DONE 0.1s 10:19:08 10:19:08 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:19:08 #8 DONE 0.0s 10:19:08 10:19:08 1 warning found (use --debug to expand): 10:19:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:08 #1 [internal] load build definition from Dockerfile 10:19:08 #1 transferring dockerfile: 207B done 10:19:08 #1 DONE 0.0s 10:19:08 10:19:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:08 #2 DONE 0.0s 10:19:08 10:19:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:08 #3 DONE 0.0s 10:19:08 10:19:08 #4 [internal] load .dockerignore 10:19:08 #4 transferring context: 2B done 10:19:08 #4 DONE 0.0s 10:19:08 10:19:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:08 #5 resolve nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 done 10:19:08 #5 CACHED 10:19:08 10:19:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:08 #6 resolve nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 done 10:19:08 #6 CACHED 10:19:08 10:19:08 #7 exporting to image 10:19:08 #7 exporting layers done 10:19:08 #7 exporting manifest sha256:a0c3a6d76fe9b2a2ac68ef5cc05722e23b5b0d82e7641a7021c62e198b34e50b done 10:19:08 #7 exporting config sha256:80bfae433a34ee6f4f888bdda3516a14eb31167dba6e873bcceb14425e2d67f7 done 10:19:08 #7 exporting manifest sha256:e8e88fc987aa77591258f35ceae81c483d400d630b051301b724136423d567be done 10:19:08 #7 exporting config sha256:4b819c046caac20d74feafe2dd12fbeb3d7ee63cfaa5df8b37ae27d97a076242 done 10:19:08 #7 exporting manifest list sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 done 10:19:08 #7 pushing layers 0.0s done 10:19:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 10:19:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 0.1s done 10:19:08 #7 DONE 0.1s 10:19:08 10:19:08 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:19:08 #8 DONE 0.0s 10:19:08 10:19:08 1 warning found (use --debug to expand): 10:19:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 10:19:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 10:19:09 #1 [internal] load build definition from Dockerfile 10:19:09 #1 transferring dockerfile: 158B done 10:19:09 #1 DONE 0.0s 10:19:09 10:19:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:19:09 #2 DONE 0.0s 10:19:09 10:19:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:19:09 #3 DONE 0.0s 10:19:09 10:19:09 #4 [internal] load .dockerignore 10:19:09 #4 transferring context: 2B done 10:19:09 #4 DONE 0.0s 10:19:09 10:19:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:09 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 done 10:19:09 #5 CACHED 10:19:09 10:19:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 10:19:09 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:ee75e664e904f850759861a59a99a73f3ed6c48816fdf87619d459960a748a75 0.0s done 10:19:09 #6 CACHED 10:19:09 10:19:09 #7 exporting to image 10:19:09 #7 exporting layers done 10:19:09 #7 exporting manifest sha256:a0c3a6d76fe9b2a2ac68ef5cc05722e23b5b0d82e7641a7021c62e198b34e50b done 10:19:09 #7 exporting config sha256:80bfae433a34ee6f4f888bdda3516a14eb31167dba6e873bcceb14425e2d67f7 done 10:19:09 #7 exporting manifest sha256:e8e88fc987aa77591258f35ceae81c483d400d630b051301b724136423d567be done 10:19:09 #7 exporting config sha256:4b819c046caac20d74feafe2dd12fbeb3d7ee63cfaa5df8b37ae27d97a076242 done 10:19:09 #7 exporting manifest list sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 done 10:19:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:09 #7 pushing layers 0.0s done 10:19:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:570a056ca6d251f747dd7c70beb432bcedef4224d060985671e629b504f84a76 0.1s done 10:19:09 #7 DONE 0.1s 10:19:09 10:19:09 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:19:09 #8 DONE 0.0s 10:19:09 10:19:09 1 warning found (use --debug to expand): 10:19:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:10 #1 [internal] load build definition from Dockerfile 10:19:10 #1 transferring dockerfile: 196B done 10:19:10 #1 DONE 0.0s 10:19:10 10:19:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:10 #2 DONE 0.0s 10:19:10 10:19:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:10 #3 DONE 0.0s 10:19:10 10:19:10 #4 [internal] load .dockerignore 10:19:10 #4 transferring context: 2B done 10:19:10 #4 DONE 0.0s 10:19:10 10:19:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:10 #5 DONE 0.0s 10:19:10 10:19:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:10 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:10 #6 DONE 0.0s 10:19:10 10:19:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:10 #5 DONE 0.1s 10:19:10 10:19:10 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:10 #7 DONE 0.0s 10:19:10 10:19:10 #8 exporting to image 10:19:10 #8 exporting layers done 10:19:10 #8 exporting manifest sha256:4e796da4e3b4bbc0041f58a04691908792584439618514978614a60fe92563eb done 10:19:10 #8 exporting config sha256:8f2cc851b75cf9fbff2a9128e6e3fbdac65b9c444cfb14786bfd26263c632acd done 10:19:10 #8 exporting manifest sha256:1e532ac2504199dfbe9203824015b6691f5bbf8990bb3b7da791cf79d8277482 done 10:19:10 #8 exporting config sha256:1d7bdba3d0b95775caa4f227171a5699be762fc4dd7fc60e55680d338a426d6c done 10:19:10 #8 exporting manifest list sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede done 10:19:10 #8 pushing layers 0.1s done 10:19:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 10:19:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 0.1s done 10:19:10 #8 DONE 0.2s 10:19:10 10:19:10 1 warning found (use --debug to expand): 10:19:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 10:19:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 10:19:10 #1 [internal] load build definition from Dockerfile 10:19:10 #1 transferring dockerfile: 162B done 10:19:10 #1 DONE 0.0s 10:19:10 10:19:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:19:10 #2 DONE 0.0s 10:19:10 10:19:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:19:10 #3 DONE 0.0s 10:19:10 10:19:10 #4 [internal] load .dockerignore 10:19:10 #4 transferring context: 2B done 10:19:10 #4 DONE 0.0s 10:19:10 10:19:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:10 #5 CACHED 10:19:10 10:19:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:10 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:10 #6 CACHED 10:19:10 10:19:10 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:10 #7 DONE 0.0s 10:19:10 10:19:10 #8 exporting to image 10:19:10 #8 exporting layers done 10:19:10 #8 exporting manifest sha256:4e796da4e3b4bbc0041f58a04691908792584439618514978614a60fe92563eb done 10:19:10 #8 exporting config sha256:8f2cc851b75cf9fbff2a9128e6e3fbdac65b9c444cfb14786bfd26263c632acd done 10:19:10 #8 exporting manifest sha256:1e532ac2504199dfbe9203824015b6691f5bbf8990bb3b7da791cf79d8277482 done 10:19:10 #8 exporting config sha256:1d7bdba3d0b95775caa4f227171a5699be762fc4dd7fc60e55680d338a426d6c done 10:19:10 #8 exporting manifest list sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede done 10:19:10 #8 pushing layers 0.0s done 10:19:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 0.1s done 10:19:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:10 #8 DONE 0.1s 10:19:10 10:19:10 1 warning found (use --debug to expand): 10:19:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32' 10:19:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 --push - 10:19:11 #1 [internal] load build definition from Dockerfile 10:19:11 #1 transferring dockerfile: 168B done 10:19:11 #1 DONE 0.0s 10:19:11 10:19:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 10:19:11 #2 DONE 0.0s 10:19:11 10:19:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32 10:19:11 #3 DONE 0.0s 10:19:11 10:19:11 #4 [internal] load .dockerignore 10:19:11 #4 transferring context: 2B done 10:19:11 #4 DONE 0.0s 10:19:11 10:19:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:11 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd done 10:19:11 #5 CACHED 10:19:11 10:19:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:11 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd done 10:19:11 #6 CACHED 10:19:11 10:19:11 #7 exporting to image 10:19:11 #7 exporting layers done 10:19:11 #7 exporting manifest sha256:4e796da4e3b4bbc0041f58a04691908792584439618514978614a60fe92563eb done 10:19:11 #7 exporting config sha256:8f2cc851b75cf9fbff2a9128e6e3fbdac65b9c444cfb14786bfd26263c632acd done 10:19:11 #7 exporting manifest sha256:1e532ac2504199dfbe9203824015b6691f5bbf8990bb3b7da791cf79d8277482 done 10:19:11 #7 exporting config sha256:1d7bdba3d0b95775caa4f227171a5699be762fc4dd7fc60e55680d338a426d6c done 10:19:11 #7 exporting manifest list sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede done 10:19:11 #7 pushing layers 0.0s done 10:19:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 10:19:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.32@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 0.1s done 10:19:11 #7 DONE 0.1s 10:19:11 10:19:11 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:11 #8 DONE 0.0s 10:19:11 10:19:11 1 warning found (use --debug to expand): 10:19:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:11 #1 [internal] load build definition from Dockerfile 10:19:11 #1 transferring dockerfile: 209B done 10:19:11 #1 DONE 0.0s 10:19:11 10:19:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:11 #2 DONE 0.0s 10:19:11 10:19:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:11 #3 DONE 0.0s 10:19:11 10:19:11 #4 [internal] load .dockerignore 10:19:11 #4 transferring context: 2B done 10:19:11 #4 DONE 0.0s 10:19:11 10:19:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:11 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:11 #5 CACHED 10:19:11 10:19:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:11 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:11 #6 CACHED 10:19:11 10:19:11 #7 exporting to image 10:19:11 #7 exporting layers done 10:19:11 #7 exporting manifest sha256:4e796da4e3b4bbc0041f58a04691908792584439618514978614a60fe92563eb 10:19:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:11 #7 exporting manifest sha256:4e796da4e3b4bbc0041f58a04691908792584439618514978614a60fe92563eb done 10:19:11 #7 exporting config sha256:8f2cc851b75cf9fbff2a9128e6e3fbdac65b9c444cfb14786bfd26263c632acd done 10:19:11 #7 exporting manifest sha256:1e532ac2504199dfbe9203824015b6691f5bbf8990bb3b7da791cf79d8277482 done 10:19:11 #7 exporting config sha256:1d7bdba3d0b95775caa4f227171a5699be762fc4dd7fc60e55680d338a426d6c done 10:19:11 #7 exporting manifest list sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede done 10:19:11 #7 pushing layers 0.0s done 10:19:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 0.1s done 10:19:11 #7 DONE 0.1s 10:19:11 10:19:11 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:11 #8 DONE 0.0s 10:19:11 10:19:11 1 warning found (use --debug to expand): 10:19:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 10:19:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 10:19:12 #1 [internal] load build definition from Dockerfile 10:19:12 #1 transferring dockerfile: 160B done 10:19:12 #1 DONE 0.0s 10:19:12 10:19:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:19:12 #2 DONE 0.0s 10:19:12 10:19:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:19:12 #3 DONE 0.0s 10:19:12 10:19:12 #4 [internal] load .dockerignore 10:19:12 #4 transferring context: 2B done 10:19:12 #4 DONE 0.0s 10:19:12 10:19:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:12 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:12 #5 CACHED 10:19:12 10:19:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 10:19:12 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a78eec998edff60d6f13ee2f3e65e91cc66ee7ca4a38e9122d642ae15f2c55bd 0.0s done 10:19:12 #6 CACHED 10:19:12 10:19:12 #7 exporting to image 10:19:12 #7 exporting layers done 10:19:12 #7 exporting manifest sha256:4e796da4e3b4bbc0041f58a04691908792584439618514978614a60fe92563eb done 10:19:12 #7 exporting config sha256:8f2cc851b75cf9fbff2a9128e6e3fbdac65b9c444cfb14786bfd26263c632acd done 10:19:12 #7 exporting manifest sha256:1e532ac2504199dfbe9203824015b6691f5bbf8990bb3b7da791cf79d8277482 done 10:19:12 #7 exporting config sha256:1d7bdba3d0b95775caa4f227171a5699be762fc4dd7fc60e55680d338a426d6c 10:19:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:12 #7 exporting config sha256:1d7bdba3d0b95775caa4f227171a5699be762fc4dd7fc60e55680d338a426d6c done 10:19:12 #7 exporting manifest list sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede done 10:19:12 #7 pushing layers 0.0s done 10:19:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:01bea21630fc4129de20cd42568ae9ce827a72cb9abc8f43f31bf01af6a42ede 0.1s done 10:19:12 #7 DONE 0.1s 10:19:12 10:19:12 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:12 #8 DONE 0.0s 10:19:12 10:19:12 1 warning found (use --debug to expand): 10:19:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:12 #1 [internal] load build definition from Dockerfile 10:19:12 #1 transferring dockerfile: 198B done 10:19:12 #1 DONE 0.0s 10:19:12 10:19:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:12 #2 DONE 0.0s 10:19:12 10:19:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:12 #3 DONE 0.1s 10:19:12 10:19:12 #4 [internal] load .dockerignore 10:19:12 #4 transferring context: 2B done 10:19:12 #4 DONE 0.0s 10:19:12 10:19:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:12 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 done 10:19:12 #5 DONE 0.0s 10:19:12 10:19:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:13 #6 DONE 0.0s 10:19:13 10:19:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:13 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 done 10:19:13 #5 DONE 0.1s 10:19:13 10:19:13 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:19:13 #7 DONE 0.0s 10:19:13 10:19:13 #8 exporting to image 10:19:13 #8 exporting layers done 10:19:13 #8 exporting manifest sha256:ab200790e2b4889e6a42934df91229949b414e0f734f7ef60d350adcb29d963e done 10:19:13 #8 exporting config sha256:34638da5f946a5a1de3b8f335c366984878cda54f9d8cc3eb0fc81de2a5615df done 10:19:13 #8 exporting manifest sha256:e388a64769a047ed1cf10504a87c2b46a3911f28fca61cd5814a00ea2f667b25 done 10:19:13 #8 exporting config sha256:243fa64fe6931a41f977142d10fb6dfc980ec3b8cea0c765024bdceddd676674 done 10:19:13 #8 exporting manifest list sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 done 10:19:13 #8 pushing layers 0.1s done 10:19:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 10:19:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 0.1s done 10:19:13 #8 DONE 0.2s 10:19:13 10:19:13 1 warning found (use --debug to expand): 10:19:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 10:19:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 10:19:13 #1 [internal] load build definition from Dockerfile 10:19:13 #1 transferring dockerfile: 164B done 10:19:13 #1 DONE 0.0s 10:19:13 10:19:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:19:13 #2 DONE 0.0s 10:19:13 10:19:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:19:13 #3 DONE 0.0s 10:19:13 10:19:13 #4 [internal] load .dockerignore 10:19:13 #4 transferring context: 2B done 10:19:13 #4 DONE 0.0s 10:19:13 10:19:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:13 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 0.0s done 10:19:13 #5 CACHED 10:19:13 10:19:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:13 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 0.0s done 10:19:13 #6 CACHED 10:19:13 10:19:13 #7 exporting to image 10:19:13 #7 exporting layers done 10:19:13 #7 exporting manifest sha256:ab200790e2b4889e6a42934df91229949b414e0f734f7ef60d350adcb29d963e done 10:19:13 #7 exporting config sha256:34638da5f946a5a1de3b8f335c366984878cda54f9d8cc3eb0fc81de2a5615df done 10:19:13 #7 exporting manifest sha256:e388a64769a047ed1cf10504a87c2b46a3911f28fca61cd5814a00ea2f667b25 done 10:19:13 #7 exporting config sha256:243fa64fe6931a41f977142d10fb6dfc980ec3b8cea0c765024bdceddd676674 done 10:19:13 #7 exporting manifest list sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 done 10:19:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:13 #7 pushing layers 0.0s done 10:19:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 0.1s done 10:19:13 #7 DONE 0.1s 10:19:13 10:19:13 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:19:13 #8 DONE 0.0s 10:19:13 10:19:13 1 warning found (use --debug to expand): 10:19:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32' 10:19:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 --push - 10:19:14 #1 [internal] load build definition from Dockerfile 10:19:14 #1 transferring dockerfile: 170B done 10:19:14 #1 DONE 0.0s 10:19:14 10:19:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 10:19:14 #2 DONE 0.0s 10:19:14 10:19:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32 10:19:14 #3 DONE 0.0s 10:19:14 10:19:14 #4 [internal] load .dockerignore 10:19:14 #4 transferring context: 2B done 10:19:14 #4 DONE 0.0s 10:19:14 10:19:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:14 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 done 10:19:14 #5 CACHED 10:19:14 10:19:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:14 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 done 10:19:14 #6 CACHED 10:19:14 10:19:14 #7 exporting to image 10:19:14 #7 exporting layers done 10:19:14 #7 exporting manifest sha256:ab200790e2b4889e6a42934df91229949b414e0f734f7ef60d350adcb29d963e done 10:19:14 #7 exporting config sha256:34638da5f946a5a1de3b8f335c366984878cda54f9d8cc3eb0fc81de2a5615df 10:19:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:14 #7 exporting config sha256:34638da5f946a5a1de3b8f335c366984878cda54f9d8cc3eb0fc81de2a5615df done 10:19:14 #7 exporting manifest sha256:e388a64769a047ed1cf10504a87c2b46a3911f28fca61cd5814a00ea2f667b25 done 10:19:14 #7 exporting config sha256:243fa64fe6931a41f977142d10fb6dfc980ec3b8cea0c765024bdceddd676674 done 10:19:14 #7 exporting manifest list sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 done 10:19:14 #7 pushing layers 0.0s done 10:19:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.32@sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 0.1s done 10:19:14 #7 DONE 0.1s 10:19:14 10:19:14 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:19:14 #8 DONE 0.0s 10:19:14 10:19:14 1 warning found (use --debug to expand): 10:19:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:14 #1 [internal] load build definition from Dockerfile 10:19:14 #1 transferring dockerfile: 211B done 10:19:14 #1 DONE 0.0s 10:19:14 10:19:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:14 #2 DONE 0.0s 10:19:14 10:19:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:14 #3 DONE 0.0s 10:19:14 10:19:14 #4 [internal] load .dockerignore 10:19:14 #4 transferring context: 2B done 10:19:14 #4 DONE 0.0s 10:19:14 10:19:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:14 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 0.0s done 10:19:14 #5 CACHED 10:19:14 10:19:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:14 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 0.0s done 10:19:14 #6 CACHED 10:19:14 10:19:14 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:19:14 #7 DONE 0.0s 10:19:14 10:19:14 #8 exporting to image 10:19:14 #8 exporting layers done 10:19:14 #8 exporting manifest sha256:ab200790e2b4889e6a42934df91229949b414e0f734f7ef60d350adcb29d963e done 10:19:14 #8 exporting config sha256:34638da5f946a5a1de3b8f335c366984878cda54f9d8cc3eb0fc81de2a5615df done 10:19:14 #8 exporting manifest sha256:e388a64769a047ed1cf10504a87c2b46a3911f28fca61cd5814a00ea2f667b25 done 10:19:14 #8 exporting config sha256:243fa64fe6931a41f977142d10fb6dfc980ec3b8cea0c765024bdceddd676674 done 10:19:14 #8 exporting manifest list sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 done 10:19:14 #8 pushing layers 0.0s done 10:19:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 0.1s done 10:19:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:14 #8 DONE 0.1s 10:19:14 10:19:14 1 warning found (use --debug to expand): 10:19:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 10:19:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 10:19:15 #1 [internal] load build definition from Dockerfile 10:19:15 #1 transferring dockerfile: 162B done 10:19:15 #1 DONE 0.0s 10:19:15 10:19:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:19:15 #2 DONE 0.0s 10:19:15 10:19:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:19:15 #3 DONE 0.0s 10:19:15 10:19:15 #4 [internal] load .dockerignore 10:19:15 #4 transferring context: 2B done 10:19:15 #4 DONE 0.0s 10:19:15 10:19:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:15 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 0.0s done 10:19:15 #5 CACHED 10:19:15 10:19:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 10:19:15 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b80efb4b8ebad59f247144300436478474c99ceae5e19516f779be03980a8519 0.0s done 10:19:15 #6 CACHED 10:19:15 10:19:15 #7 exporting to image 10:19:15 #7 exporting layers done 10:19:15 #7 exporting manifest sha256:ab200790e2b4889e6a42934df91229949b414e0f734f7ef60d350adcb29d963e done 10:19:15 #7 exporting config sha256:34638da5f946a5a1de3b8f335c366984878cda54f9d8cc3eb0fc81de2a5615df done 10:19:15 #7 exporting manifest sha256:e388a64769a047ed1cf10504a87c2b46a3911f28fca61cd5814a00ea2f667b25 done 10:19:15 #7 exporting config sha256:243fa64fe6931a41f977142d10fb6dfc980ec3b8cea0c765024bdceddd676674 done 10:19:15 #7 exporting manifest list sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 10:19:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:15 #7 exporting manifest list sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 done 10:19:15 #7 pushing layers 0.0s done 10:19:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:9bea9b96634244b15f8a4d004bd576b920407e02d700e1d2b9cae271355a4d56 0.1s done 10:19:15 #7 DONE 0.1s 10:19:15 10:19:15 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:19:15 #8 DONE 0.0s 10:19:15 10:19:15 1 warning found (use --debug to expand): 10:19:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:16 #1 [internal] load build definition from Dockerfile 10:19:16 #1 transferring dockerfile: 206B done 10:19:16 #1 DONE 0.0s 10:19:16 10:19:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:16 #2 DONE 0.0s 10:19:16 10:19:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:16 #3 DONE 0.1s 10:19:16 10:19:16 #4 [internal] load .dockerignore 10:19:16 #4 transferring context: 2B done 10:19:16 #4 DONE 0.0s 10:19:16 10:19:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:16 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 done 10:19:16 #5 DONE 0.0s 10:19:16 10:19:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:16 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:16 #6 DONE 0.0s 10:19:16 10:19:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:16 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 done 10:19:16 #5 DONE 0.2s 10:19:16 10:19:16 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:16 #7 DONE 0.0s 10:19:16 10:19:16 #8 exporting to image 10:19:16 #8 exporting layers done 10:19:16 #8 exporting manifest sha256:6c46310b1575271438f604ba6cc790a30a89222c0dc93edea9e9436f338a3d38 done 10:19:16 #8 exporting config sha256:a246c6d22c8829095d41fe6f9a1f635cb6d70ee922d2c5b3513804bdcf0f4d11 done 10:19:16 #8 exporting manifest sha256:fb37dbd5a01ae22a2d959555e587457e2ae3c8be412b2b5db1fe1442c63da67e done 10:19:16 #8 exporting config sha256:638a16afa0b62317224f46165f36357c8e7ada49cf1763fa650e8063cb2a75d2 done 10:19:16 #8 exporting manifest list sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 done 10:19:16 #8 pushing layers 0.1s done 10:19:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 10:19:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 0.1s done 10:19:16 #8 DONE 0.2s 10:19:16 10:19:16 1 warning found (use --debug to expand): 10:19:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 10:19:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 10:19:16 #1 [internal] load build definition from Dockerfile 10:19:16 #1 transferring dockerfile: 172B done 10:19:16 #1 DONE 0.0s 10:19:16 10:19:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:19:16 #2 DONE 0.0s 10:19:16 10:19:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:19:16 #3 DONE 0.0s 10:19:16 10:19:16 #4 [internal] load .dockerignore 10:19:16 #4 transferring context: 2B done 10:19:16 #4 DONE 0.0s 10:19:16 10:19:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:16 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 done 10:19:16 #5 CACHED 10:19:16 10:19:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:16 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:16 #6 CACHED 10:19:16 10:19:16 #7 exporting to image 10:19:16 #7 exporting layers done 10:19:16 #7 exporting manifest sha256:6c46310b1575271438f604ba6cc790a30a89222c0dc93edea9e9436f338a3d38 done 10:19:16 #7 exporting config sha256:a246c6d22c8829095d41fe6f9a1f635cb6d70ee922d2c5b3513804bdcf0f4d11 done 10:19:16 #7 exporting manifest sha256:fb37dbd5a01ae22a2d959555e587457e2ae3c8be412b2b5db1fe1442c63da67e done 10:19:16 #7 exporting config sha256:638a16afa0b62317224f46165f36357c8e7ada49cf1763fa650e8063cb2a75d2 10:19:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:16 #7 exporting config sha256:638a16afa0b62317224f46165f36357c8e7ada49cf1763fa650e8063cb2a75d2 done 10:19:16 #7 exporting manifest list sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 done 10:19:16 #7 pushing layers 0.0s done 10:19:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 0.1s done 10:19:16 #7 DONE 0.1s 10:19:16 10:19:16 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:16 #8 DONE 0.0s 10:19:16 10:19:16 1 warning found (use --debug to expand): 10:19:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32' 10:19:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 --push - 10:19:17 #1 [internal] load build definition from Dockerfile 10:19:17 #1 transferring dockerfile: 178B done 10:19:17 #1 DONE 0.0s 10:19:17 10:19:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 10:19:17 #2 DONE 0.0s 10:19:17 10:19:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32 10:19:17 #3 DONE 0.0s 10:19:17 10:19:17 #4 [internal] load .dockerignore 10:19:17 #4 transferring context: 2B done 10:19:17 #4 DONE 0.0s 10:19:17 10:19:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:17 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:17 #5 CACHED 10:19:17 10:19:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:17 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:17 #6 CACHED 10:19:17 10:19:17 #7 exporting to image 10:19:17 #7 exporting layers 10:19:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:17 #7 exporting layers done 10:19:17 #7 exporting manifest sha256:6c46310b1575271438f604ba6cc790a30a89222c0dc93edea9e9436f338a3d38 done 10:19:17 #7 exporting config sha256:a246c6d22c8829095d41fe6f9a1f635cb6d70ee922d2c5b3513804bdcf0f4d11 done 10:19:17 #7 exporting manifest sha256:fb37dbd5a01ae22a2d959555e587457e2ae3c8be412b2b5db1fe1442c63da67e done 10:19:17 #7 exporting config sha256:638a16afa0b62317224f46165f36357c8e7ada49cf1763fa650e8063cb2a75d2 done 10:19:17 #7 exporting manifest list sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 done 10:19:17 #7 pushing layers 0.0s done 10:19:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.32@sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 0.1s done 10:19:17 #7 DONE 0.1s 10:19:17 10:19:17 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:17 #8 DONE 0.0s 10:19:17 10:19:17 1 warning found (use --debug to expand): 10:19:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:17 #1 [internal] load build definition from Dockerfile 10:19:17 #1 transferring dockerfile: 219B done 10:19:17 #1 DONE 0.0s 10:19:17 10:19:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:17 #2 DONE 0.0s 10:19:17 10:19:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:17 #3 DONE 0.0s 10:19:17 10:19:17 #4 [internal] load .dockerignore 10:19:17 #4 transferring context: 2B done 10:19:17 #4 DONE 0.0s 10:19:17 10:19:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:17 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:17 #5 DONE 0.0s 10:19:17 10:19:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:17 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:17 #6 CACHED 10:19:17 10:19:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:17 #5 CACHED 10:19:17 10:19:17 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:17 #7 DONE 0.0s 10:19:17 10:19:17 #8 exporting to image 10:19:17 #8 exporting layers done 10:19:17 #8 exporting manifest sha256:6c46310b1575271438f604ba6cc790a30a89222c0dc93edea9e9436f338a3d38 done 10:19:17 #8 exporting config sha256:a246c6d22c8829095d41fe6f9a1f635cb6d70ee922d2c5b3513804bdcf0f4d11 done 10:19:17 #8 exporting manifest sha256:fb37dbd5a01ae22a2d959555e587457e2ae3c8be412b2b5db1fe1442c63da67e done 10:19:17 #8 exporting config sha256:638a16afa0b62317224f46165f36357c8e7ada49cf1763fa650e8063cb2a75d2 done 10:19:17 #8 exporting manifest list sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 done 10:19:17 #8 pushing layers 0.0s done 10:19:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 0.1s done 10:19:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:17 #8 DONE 0.1s 10:19:17 10:19:17 1 warning found (use --debug to expand): 10:19:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 10:19:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 10:19:18 #1 [internal] load build definition from Dockerfile 10:19:18 #1 transferring dockerfile: 170B done 10:19:18 #1 DONE 0.0s 10:19:18 10:19:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:19:18 #2 DONE 0.0s 10:19:18 10:19:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:19:18 #3 DONE 0.0s 10:19:18 10:19:18 #4 [internal] load .dockerignore 10:19:18 #4 transferring context: 2B done 10:19:18 #4 DONE 0.0s 10:19:18 10:19:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:18 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:18 #5 CACHED 10:19:18 10:19:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:18 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 0.0s done 10:19:18 #6 DONE 0.0s 10:19:18 10:19:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7c2bc9d4b971cf32438d5c8853a1953d0f47f7bf234dd872aef8ee3f1e5683a7 10:19:18 #6 CACHED 10:19:18 10:19:18 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:19:18 #7 DONE 0.0s 10:19:18 10:19:18 #8 exporting to image 10:19:18 #8 exporting layers done 10:19:18 #8 exporting manifest sha256:6c46310b1575271438f604ba6cc790a30a89222c0dc93edea9e9436f338a3d38 done 10:19:18 #8 exporting config sha256:a246c6d22c8829095d41fe6f9a1f635cb6d70ee922d2c5b3513804bdcf0f4d11 done 10:19:18 #8 exporting manifest sha256:fb37dbd5a01ae22a2d959555e587457e2ae3c8be412b2b5db1fe1442c63da67e done 10:19:18 #8 exporting config sha256:638a16afa0b62317224f46165f36357c8e7ada49cf1763fa650e8063cb2a75d2 done 10:19:18 #8 exporting manifest list sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 done 10:19:18 #8 pushing layers 0.0s done 10:19:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:353bf5c538a680e8e34f23dac1331c3ee5c48bb5128043463a877efdfe6e5464 0.1s done 10:19:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:18 #8 DONE 0.1s 10:19:18 10:19:18 1 warning found (use --debug to expand): 10:19:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:18 #1 [internal] load build definition from Dockerfile 10:19:18 #1 transferring dockerfile: 204B done 10:19:18 #1 DONE 0.0s 10:19:18 10:19:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:18 #2 DONE 0.0s 10:19:18 10:19:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:18 #3 DONE 0.0s 10:19:18 10:19:18 #4 [internal] load .dockerignore 10:19:18 #4 transferring context: 2B done 10:19:18 #4 DONE 0.0s 10:19:18 10:19:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb done 10:19:18 #5 DONE 0.0s 10:19:18 10:19:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:19 #6 DONE 0.0s 10:19:19 10:19:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb done 10:19:19 #5 DONE 0.1s 10:19:19 10:19:19 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:19:19 #7 DONE 0.0s 10:19:19 10:19:19 #8 exporting to image 10:19:19 #8 exporting layers done 10:19:19 #8 exporting manifest sha256:15d12770316ddea0d5f5c42b4d7a07c46f3765763ac9ebbc950f29d5c3cb0aec 0.0s done 10:19:19 #8 exporting config sha256:119d5782dd7f39d1a87b9199346feaaa881a93287574ee21fb806fbf674ff8bf done 10:19:19 #8 exporting manifest sha256:f49b3542da863e2e4aabc239f65ce7362850334c940346db61d0a29092f5105e done 10:19:19 #8 exporting config sha256:df79102f274eccae7adf0774fc7346d624b674f2082b33594da6f2c931d06c38 done 10:19:19 #8 exporting manifest list sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c done 10:19:19 #8 pushing layers 0.1s done 10:19:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 10:19:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 0.1s done 10:19:19 #8 DONE 0.2s 10:19:19 10:19:19 1 warning found (use --debug to expand): 10:19:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 10:19:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 10:19:19 #1 [internal] load build definition from Dockerfile 10:19:19 #1 transferring dockerfile: 170B done 10:19:19 #1 DONE 0.0s 10:19:19 10:19:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:19:19 #2 DONE 0.0s 10:19:19 10:19:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:19:19 #3 DONE 0.0s 10:19:19 10:19:19 #4 [internal] load .dockerignore 10:19:19 #4 transferring context: 2B done 10:19:19 #4 DONE 0.0s 10:19:19 10:19:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 0.0s done 10:19:19 #5 CACHED 10:19:19 10:19:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 0.0s done 10:19:19 #6 CACHED 10:19:19 10:19:19 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:19:19 #7 DONE 0.0s 10:19:19 10:19:19 #8 exporting to image 10:19:19 #8 exporting layers done 10:19:19 #8 exporting manifest sha256:15d12770316ddea0d5f5c42b4d7a07c46f3765763ac9ebbc950f29d5c3cb0aec done 10:19:19 #8 exporting config sha256:119d5782dd7f39d1a87b9199346feaaa881a93287574ee21fb806fbf674ff8bf done 10:19:19 #8 exporting manifest sha256:f49b3542da863e2e4aabc239f65ce7362850334c940346db61d0a29092f5105e done 10:19:19 #8 exporting config sha256:df79102f274eccae7adf0774fc7346d624b674f2082b33594da6f2c931d06c38 done 10:19:19 #8 exporting manifest list sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c done 10:19:19 #8 pushing layers 0.0s done 10:19:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 0.1s done 10:19:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:19 #8 DONE 0.1s 10:19:19 10:19:19 1 warning found (use --debug to expand): 10:19:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32' 10:19:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 --push - 10:19:20 #1 [internal] load build definition from Dockerfile 10:19:20 #1 transferring dockerfile: 176B done 10:19:20 #1 DONE 0.0s 10:19:20 10:19:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 10:19:20 #2 DONE 0.0s 10:19:20 10:19:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32 10:19:20 #3 DONE 0.0s 10:19:20 10:19:20 #4 [internal] load .dockerignore 10:19:20 #4 transferring context: 2B done 10:19:20 #4 DONE 0.0s 10:19:20 10:19:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb done 10:19:20 #5 CACHED 10:19:20 10:19:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb done 10:19:20 #6 CACHED 10:19:20 10:19:20 #7 exporting to image 10:19:20 #7 exporting layers done 10:19:20 #7 exporting manifest sha256:15d12770316ddea0d5f5c42b4d7a07c46f3765763ac9ebbc950f29d5c3cb0aec done 10:19:20 #7 exporting config sha256:119d5782dd7f39d1a87b9199346feaaa881a93287574ee21fb806fbf674ff8bf done 10:19:20 #7 exporting manifest sha256:f49b3542da863e2e4aabc239f65ce7362850334c940346db61d0a29092f5105e done 10:19:20 #7 exporting config sha256:df79102f274eccae7adf0774fc7346d624b674f2082b33594da6f2c931d06c38 done 10:19:20 #7 exporting manifest list sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c done 10:19:20 #7 pushing layers 0.0s done 10:19:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 10:19:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.32@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 0.1s done 10:19:20 #7 DONE 0.1s 10:19:20 10:19:20 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:19:20 #8 DONE 0.0s 10:19:20 10:19:20 1 warning found (use --debug to expand): 10:19:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:20 #1 [internal] load build definition from Dockerfile 10:19:20 #1 transferring dockerfile: 217B done 10:19:20 #1 DONE 0.0s 10:19:20 10:19:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:20 #2 DONE 0.0s 10:19:20 10:19:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:20 #3 DONE 0.0s 10:19:20 10:19:20 #4 [internal] load .dockerignore 10:19:20 #4 transferring context: 2B done 10:19:20 #4 DONE 0.0s 10:19:20 10:19:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb done 10:19:20 #5 CACHED 10:19:20 10:19:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 0.0s done 10:19:20 #6 CACHED 10:19:20 10:19:20 #7 exporting to image 10:19:20 #7 exporting layers 10:19:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:21 #7 exporting layers done 10:19:21 #7 exporting manifest sha256:15d12770316ddea0d5f5c42b4d7a07c46f3765763ac9ebbc950f29d5c3cb0aec done 10:19:21 #7 exporting config sha256:119d5782dd7f39d1a87b9199346feaaa881a93287574ee21fb806fbf674ff8bf done 10:19:21 #7 exporting manifest sha256:f49b3542da863e2e4aabc239f65ce7362850334c940346db61d0a29092f5105e done 10:19:21 #7 exporting config sha256:df79102f274eccae7adf0774fc7346d624b674f2082b33594da6f2c931d06c38 done 10:19:21 #7 exporting manifest list sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c done 10:19:21 #7 pushing layers 0.0s done 10:19:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 0.1s done 10:19:21 #7 DONE 0.1s 10:19:21 10:19:21 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:19:21 #8 DONE 0.0s 10:19:21 10:19:21 1 warning found (use --debug to expand): 10:19:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 10:19:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 10:19:21 #1 [internal] load build definition from Dockerfile 10:19:21 #1 transferring dockerfile: 168B done 10:19:21 #1 DONE 0.0s 10:19:21 10:19:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:19:21 #2 DONE 0.0s 10:19:21 10:19:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:19:21 #3 DONE 0.0s 10:19:21 10:19:21 #4 [internal] load .dockerignore 10:19:21 #4 transferring context: 2B done 10:19:21 #4 DONE 0.0s 10:19:21 10:19:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 0.0s done 10:19:21 #5 CACHED 10:19:21 10:19:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 10:19:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6bcb1e0804e09fc596f783fde3844b3fdf76cefc1133eb05ec839ac14a2ca4cb 0.0s done 10:19:21 #6 CACHED 10:19:21 10:19:21 #7 exporting to image 10:19:21 #7 exporting layers done 10:19:21 #7 exporting manifest sha256:15d12770316ddea0d5f5c42b4d7a07c46f3765763ac9ebbc950f29d5c3cb0aec done 10:19:21 #7 exporting config sha256:119d5782dd7f39d1a87b9199346feaaa881a93287574ee21fb806fbf674ff8bf done 10:19:21 #7 exporting manifest sha256:f49b3542da863e2e4aabc239f65ce7362850334c940346db61d0a29092f5105e done 10:19:21 #7 exporting config sha256:df79102f274eccae7adf0774fc7346d624b674f2082b33594da6f2c931d06c38 done 10:19:21 #7 exporting manifest list sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 10:19:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:21 #7 exporting manifest list sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c done 10:19:21 #7 pushing layers 0.0s done 10:19:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:aad3b49135648269d76d92aea0c690519cf3476498d2d3236eb9fdfd18d4551c 0.1s done 10:19:21 #7 DONE 0.1s 10:19:21 10:19:21 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:19:21 #8 DONE 0.0s 10:19:21 10:19:21 1 warning found (use --debug to expand): 10:19:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:21 #1 [internal] load build definition from Dockerfile 10:19:21 #1 transferring dockerfile: 205B done 10:19:21 #1 DONE 0.0s 10:19:21 10:19:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:21 #2 DONE 0.0s 10:19:21 10:19:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:21 #3 DONE 0.0s 10:19:21 10:19:21 #4 [internal] load .dockerignore 10:19:21 #4 transferring context: 2B done 10:19:21 #4 DONE 0.0s 10:19:21 10:19:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 done 10:19:22 #5 DONE 0.1s 10:19:22 10:19:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:22 #6 DONE 0.0s 10:19:22 10:19:22 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:22 #7 DONE 0.0s 10:19:22 10:19:22 #8 exporting to image 10:19:22 #8 exporting layers done 10:19:22 #8 exporting manifest sha256:a2e735608d563c8a8cfce23f820987f779602390860fa939ccfcd1703fbb2bf8 done 10:19:22 #8 exporting config sha256:69619a9b26a76a8da83f14e4dbb6c9c17cc9762d6536597d49b3d09496de372c done 10:19:22 #8 exporting manifest sha256:0dee11ef19ceae2b47ed09467c99867b291c5624e69ba2e2ce89895a85155d8b done 10:19:22 #8 exporting config sha256:1a20a21d00fed194e805a75828572b02f0510c1b9085b2f818732cb6dfcb33b7 done 10:19:22 #8 exporting manifest list sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f done 10:19:22 #8 pushing layers 10:19:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:22 #8 pushing layers 0.1s done 10:19:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f 0.1s done 10:19:22 #8 DONE 0.2s 10:19:22 10:19:22 1 warning found (use --debug to expand): 10:19:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 10:19:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 10:19:22 #1 [internal] load build definition from Dockerfile 10:19:22 #1 transferring dockerfile: 171B done 10:19:22 #1 DONE 0.0s 10:19:22 10:19:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:19:22 #2 DONE 0.0s 10:19:22 10:19:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:19:22 #3 DONE 0.0s 10:19:22 10:19:22 #4 [internal] load .dockerignore 10:19:22 #4 transferring context: 2B done 10:19:22 #4 DONE 0.0s 10:19:22 10:19:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:22 #5 CACHED 10:19:22 10:19:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:22 #6 CACHED 10:19:22 10:19:22 #7 exporting to image 10:19:22 #7 exporting layers done 10:19:22 #7 exporting manifest sha256:a2e735608d563c8a8cfce23f820987f779602390860fa939ccfcd1703fbb2bf8 done 10:19:22 #7 exporting config sha256:69619a9b26a76a8da83f14e4dbb6c9c17cc9762d6536597d49b3d09496de372c done 10:19:22 #7 exporting manifest sha256:0dee11ef19ceae2b47ed09467c99867b291c5624e69ba2e2ce89895a85155d8b done 10:19:22 #7 exporting config sha256:1a20a21d00fed194e805a75828572b02f0510c1b9085b2f818732cb6dfcb33b7 done 10:19:22 #7 exporting manifest list sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f done 10:19:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:22 #7 pushing layers 0.0s done 10:19:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f 0.1s done 10:19:22 #7 DONE 0.1s 10:19:22 10:19:22 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:22 #8 DONE 0.0s 10:19:22 10:19:22 1 warning found (use --debug to expand): 10:19:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32' 10:19:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 --push - 10:19:23 #1 [internal] load build definition from Dockerfile 10:19:23 #1 transferring dockerfile: 177B done 10:19:23 #1 DONE 0.0s 10:19:23 10:19:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 10:19:23 #2 DONE 0.0s 10:19:23 10:19:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32 10:19:23 #3 DONE 0.0s 10:19:23 10:19:23 #4 [internal] load .dockerignore 10:19:23 #4 transferring context: 2B done 10:19:23 #4 DONE 0.0s 10:19:23 10:19:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:23 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:23 #5 CACHED 10:19:23 10:19:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:23 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:23 #6 CACHED 10:19:23 10:19:23 #7 exporting to image 10:19:23 #7 exporting layers done 10:19:23 #7 exporting manifest sha256:a2e735608d563c8a8cfce23f820987f779602390860fa939ccfcd1703fbb2bf8 done 10:19:23 #7 exporting config sha256:69619a9b26a76a8da83f14e4dbb6c9c17cc9762d6536597d49b3d09496de372c done 10:19:23 #7 exporting manifest sha256:0dee11ef19ceae2b47ed09467c99867b291c5624e69ba2e2ce89895a85155d8b done 10:19:23 #7 exporting config sha256:1a20a21d00fed194e805a75828572b02f0510c1b9085b2f818732cb6dfcb33b7 done 10:19:23 #7 exporting manifest list sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f done 10:19:23 #7 pushing layers 0.0s done 10:19:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32@sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f 10:19:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.32@sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f 0.1s done 10:19:23 #7 DONE 0.1s 10:19:23 10:19:23 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:23 #8 DONE 0.0s 10:19:23 10:19:23 1 warning found (use --debug to expand): 10:19:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:23 #1 [internal] load build definition from Dockerfile 10:19:23 #1 transferring dockerfile: 218B done 10:19:23 #1 DONE 0.0s 10:19:23 10:19:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:23 #2 DONE 0.0s 10:19:23 10:19:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:23 #3 DONE 0.0s 10:19:23 10:19:23 #4 [internal] load .dockerignore 10:19:23 #4 transferring context: 2B done 10:19:23 #4 DONE 0.0s 10:19:23 10:19:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:23 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 done 10:19:23 #5 CACHED 10:19:23 10:19:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:23 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:23 #6 CACHED 10:19:23 10:19:23 #7 exporting to image 10:19:23 #7 exporting layers 10:19:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:24 #7 exporting layers done 10:19:24 #7 exporting manifest sha256:a2e735608d563c8a8cfce23f820987f779602390860fa939ccfcd1703fbb2bf8 done 10:19:24 #7 exporting config sha256:69619a9b26a76a8da83f14e4dbb6c9c17cc9762d6536597d49b3d09496de372c done 10:19:24 #7 exporting manifest sha256:0dee11ef19ceae2b47ed09467c99867b291c5624e69ba2e2ce89895a85155d8b done 10:19:24 #7 exporting config sha256:1a20a21d00fed194e805a75828572b02f0510c1b9085b2f818732cb6dfcb33b7 done 10:19:24 #7 exporting manifest list sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f done 10:19:24 #7 pushing layers 0.0s done 10:19:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f 0.1s done 10:19:24 #7 DONE 0.1s 10:19:24 10:19:24 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:24 #8 DONE 0.0s 10:19:24 10:19:24 1 warning found (use --debug to expand): 10:19:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 10:19:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 10:19:24 #1 [internal] load build definition from Dockerfile 10:19:24 #1 transferring dockerfile: 169B done 10:19:24 #1 DONE 0.0s 10:19:24 10:19:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:19:24 #2 DONE 0.0s 10:19:24 10:19:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:19:24 #3 DONE 0.0s 10:19:24 10:19:24 #4 [internal] load .dockerignore 10:19:24 #4 transferring context: 2B done 10:19:24 #4 DONE 0.0s 10:19:24 10:19:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:24 #5 CACHED 10:19:24 10:19:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 10:19:24 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3d570c58981868cae6d110c2eacc69465d5cec40d0cc4eb17dcc3a0f807c9132 0.0s done 10:19:24 #6 CACHED 10:19:24 10:19:24 #7 exporting to image 10:19:24 #7 exporting layers done 10:19:24 #7 exporting manifest sha256:a2e735608d563c8a8cfce23f820987f779602390860fa939ccfcd1703fbb2bf8 done 10:19:24 #7 exporting config sha256:69619a9b26a76a8da83f14e4dbb6c9c17cc9762d6536597d49b3d09496de372c done 10:19:24 #7 exporting manifest sha256:0dee11ef19ceae2b47ed09467c99867b291c5624e69ba2e2ce89895a85155d8b done 10:19:24 #7 exporting config sha256:1a20a21d00fed194e805a75828572b02f0510c1b9085b2f818732cb6dfcb33b7 done 10:19:24 #7 exporting manifest list sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f done 10:19:24 #7 pushing layers 10:19:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:24 #7 pushing layers 0.0s done 10:19:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:16b9598b3bd69640ef9c9e67047d4c9a0a59a529d781942a12d3743a3cf6c98f 0.1s done 10:19:24 #7 DONE 0.1s 10:19:24 10:19:24 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:24 #8 DONE 0.0s 10:19:24 10:19:24 1 warning found (use --debug to expand): 10:19:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:24 #1 [internal] load build definition from Dockerfile 10:19:24 #1 transferring dockerfile: 211B done 10:19:24 #1 DONE 0.0s 10:19:24 10:19:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:24 #2 DONE 0.0s 10:19:24 10:19:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:24 #3 DONE 0.0s 10:19:24 10:19:24 #4 [internal] load .dockerignore 10:19:24 #4 transferring context: 2B done 10:19:24 #4 DONE 0.0s 10:19:24 10:19:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:24 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:24 #5 DONE 0.0s 10:19:24 10:19:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:25 #6 DONE 0.0s 10:19:25 10:19:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:25 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:25 #5 DONE 0.1s 10:19:25 10:19:25 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:25 #7 DONE 0.0s 10:19:25 10:19:25 #8 exporting to image 10:19:25 #8 exporting layers done 10:19:25 #8 exporting manifest sha256:42ccd0672ff4f31059d3e565de17c7537989247891797c4b614bcdad3f78db4b done 10:19:25 #8 exporting config sha256:45c31b345d7b1c46a81dcca49c9220d9906a1cc0fa375b4dc778d6f5bbc9e2e7 done 10:19:25 #8 exporting manifest sha256:82f4a46245696bc42d3103bdfec981a4ee08d1fa8b6f7bf0e753a49abe4dfa9d done 10:19:25 #8 exporting config sha256:512abbdc02e7ccbe3777663d6bed7e4b33ae4610bd731bc4684bfdad886329fa done 10:19:25 #8 exporting manifest list sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 done 10:19:25 #8 pushing layers 0.1s done 10:19:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 10:19:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 0.1s done 10:19:25 #8 DONE 0.2s 10:19:25 10:19:25 1 warning found (use --debug to expand): 10:19:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 10:19:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 10:19:25 #1 [internal] load build definition from Dockerfile 10:19:25 #1 transferring dockerfile: 177B done 10:19:25 #1 DONE 0.0s 10:19:25 10:19:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:19:25 #2 DONE 0.0s 10:19:25 10:19:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:19:25 #3 DONE 0.0s 10:19:25 10:19:25 #4 [internal] load .dockerignore 10:19:25 #4 transferring context: 2B done 10:19:25 #4 DONE 0.0s 10:19:25 10:19:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:25 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:25 #5 CACHED 10:19:25 10:19:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:25 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:25 #6 CACHED 10:19:25 10:19:25 #7 exporting to image 10:19:25 #7 exporting layers 10:19:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:25 #7 exporting layers done 10:19:25 #7 exporting manifest sha256:42ccd0672ff4f31059d3e565de17c7537989247891797c4b614bcdad3f78db4b done 10:19:25 #7 exporting config sha256:45c31b345d7b1c46a81dcca49c9220d9906a1cc0fa375b4dc778d6f5bbc9e2e7 done 10:19:25 #7 exporting manifest sha256:82f4a46245696bc42d3103bdfec981a4ee08d1fa8b6f7bf0e753a49abe4dfa9d done 10:19:25 #7 exporting config sha256:512abbdc02e7ccbe3777663d6bed7e4b33ae4610bd731bc4684bfdad886329fa done 10:19:25 #7 exporting manifest list sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 done 10:19:25 #7 pushing layers 0.0s done 10:19:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 0.1s done 10:19:25 #7 DONE 0.1s 10:19:25 10:19:25 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:25 #8 DONE 0.0s 10:19:25 10:19:25 1 warning found (use --debug to expand): 10:19:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32' 10:19:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 --push - 10:19:26 #1 [internal] load build definition from Dockerfile 10:19:26 #1 transferring dockerfile: 183B done 10:19:26 #1 DONE 0.0s 10:19:26 10:19:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 10:19:26 #2 DONE 0.0s 10:19:26 10:19:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32 10:19:26 #3 DONE 0.0s 10:19:26 10:19:26 #4 [internal] load .dockerignore 10:19:26 #4 transferring context: 2B done 10:19:26 #4 DONE 0.0s 10:19:26 10:19:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:26 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:26 #5 DONE 0.0s 10:19:26 10:19:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:26 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:26 #6 CACHED 10:19:26 10:19:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:26 #5 CACHED 10:19:26 10:19:26 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:26 #7 DONE 0.0s 10:19:26 10:19:26 #8 exporting to image 10:19:26 #8 exporting layers done 10:19:26 #8 exporting manifest sha256:42ccd0672ff4f31059d3e565de17c7537989247891797c4b614bcdad3f78db4b done 10:19:26 #8 exporting config sha256:45c31b345d7b1c46a81dcca49c9220d9906a1cc0fa375b4dc778d6f5bbc9e2e7 done 10:19:26 #8 exporting manifest sha256:82f4a46245696bc42d3103bdfec981a4ee08d1fa8b6f7bf0e753a49abe4dfa9d done 10:19:26 #8 exporting config sha256:512abbdc02e7ccbe3777663d6bed7e4b33ae4610bd731bc4684bfdad886329fa done 10:19:26 #8 exporting manifest list sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 done 10:19:26 #8 pushing layers 0.0s done 10:19:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.32@sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 0.1s done 10:19:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:26 #8 DONE 0.1s 10:19:26 10:19:26 1 warning found (use --debug to expand): 10:19:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:27 #1 [internal] load build definition from Dockerfile 10:19:27 #1 transferring dockerfile: 224B done 10:19:27 #1 DONE 0.0s 10:19:27 10:19:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:27 #2 DONE 0.0s 10:19:27 10:19:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:27 #3 DONE 0.0s 10:19:27 10:19:27 #4 [internal] load .dockerignore 10:19:27 #4 transferring context: 2B done 10:19:27 #4 DONE 0.0s 10:19:27 10:19:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:27 #5 CACHED 10:19:27 10:19:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:27 #6 CACHED 10:19:27 10:19:27 #7 exporting to image 10:19:27 #7 exporting layers done 10:19:27 #7 exporting manifest sha256:42ccd0672ff4f31059d3e565de17c7537989247891797c4b614bcdad3f78db4b done 10:19:27 #7 exporting config sha256:45c31b345d7b1c46a81dcca49c9220d9906a1cc0fa375b4dc778d6f5bbc9e2e7 10:19:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:27 #7 exporting config sha256:45c31b345d7b1c46a81dcca49c9220d9906a1cc0fa375b4dc778d6f5bbc9e2e7 done 10:19:27 #7 exporting manifest sha256:82f4a46245696bc42d3103bdfec981a4ee08d1fa8b6f7bf0e753a49abe4dfa9d done 10:19:27 #7 exporting config sha256:512abbdc02e7ccbe3777663d6bed7e4b33ae4610bd731bc4684bfdad886329fa done 10:19:27 #7 exporting manifest list sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 done 10:19:27 #7 pushing layers 0.0s done 10:19:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 0.1s done 10:19:27 #7 DONE 0.1s 10:19:27 10:19:27 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:27 #8 DONE 0.0s 10:19:27 10:19:27 1 warning found (use --debug to expand): 10:19:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 10:19:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 10:19:27 #1 [internal] load build definition from Dockerfile 10:19:27 #1 transferring dockerfile: 175B done 10:19:27 #1 DONE 0.0s 10:19:27 10:19:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:19:27 #2 DONE 0.0s 10:19:27 10:19:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:19:27 #3 DONE 0.0s 10:19:27 10:19:27 #4 [internal] load .dockerignore 10:19:27 #4 transferring context: 2B done 10:19:27 #4 DONE 0.0s 10:19:27 10:19:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:27 #5 CACHED 10:19:27 10:19:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 10:19:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d210467344ce1e56a7a1add3fc3d8cf60f2762f1759d35079a31bbe8636ae032 0.0s done 10:19:27 #6 CACHED 10:19:27 10:19:27 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:19:27 #7 DONE 0.0s 10:19:27 10:19:27 #8 exporting to image 10:19:27 #8 exporting layers done 10:19:27 #8 exporting manifest sha256:42ccd0672ff4f31059d3e565de17c7537989247891797c4b614bcdad3f78db4b done 10:19:27 #8 exporting config sha256:45c31b345d7b1c46a81dcca49c9220d9906a1cc0fa375b4dc778d6f5bbc9e2e7 done 10:19:27 #8 exporting manifest sha256:82f4a46245696bc42d3103bdfec981a4ee08d1fa8b6f7bf0e753a49abe4dfa9d done 10:19:27 #8 exporting config sha256:512abbdc02e7ccbe3777663d6bed7e4b33ae4610bd731bc4684bfdad886329fa done 10:19:27 #8 exporting manifest list sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 done 10:19:27 #8 pushing layers 0.0s done 10:19:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:15ec204062042bf56a42801ff01bcfd8ae53e10ac26c8b11611623df27a2e2a2 0.1s done 10:19:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:27 #8 DONE 0.1s 10:19:27 10:19:27 1 warning found (use --debug to expand): 10:19:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:28 #1 [internal] load build definition from Dockerfile 10:19:28 #1 transferring dockerfile: 215B done 10:19:28 #1 DONE 0.0s 10:19:28 10:19:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:28 #2 DONE 0.0s 10:19:28 10:19:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:28 #3 DONE 0.0s 10:19:28 10:19:28 #4 [internal] load .dockerignore 10:19:28 #4 transferring context: 2B done 10:19:28 #4 DONE 0.0s 10:19:28 10:19:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:28 #5 DONE 0.0s 10:19:28 10:19:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:28 #6 DONE 0.1s 10:19:28 10:19:28 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:19:28 #7 DONE 0.0s 10:19:28 10:19:28 #8 exporting to image 10:19:28 #8 exporting layers done 10:19:28 #8 exporting manifest sha256:789ac71d72943c62f3ea9a0539f0f56f982c8094f1896d123ff8147d71b00eeb done 10:19:28 #8 exporting config sha256:6fce28db6c6bcaa6e64b727f597bea759d1374f41a97bc7fbad71b55e7338fbf done 10:19:28 #8 exporting manifest sha256:c8c4a41934814bbc97332009e2fb061c5cce1c48eb6027586e543ba8aa6ca04a done 10:19:28 #8 exporting config sha256:677f61aa917a8706702accadb2293b2df12aea3b56d7cd8044813b81640b052a done 10:19:28 #8 exporting manifest list sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f done 10:19:28 #8 pushing layers 0.1s done 10:19:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 10:19:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 0.1s done 10:19:28 #8 DONE 0.2s 10:19:28 10:19:28 1 warning found (use --debug to expand): 10:19:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 10:19:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 10:19:28 #1 [internal] load build definition from Dockerfile 10:19:28 #1 transferring dockerfile: 181B done 10:19:28 #1 DONE 0.0s 10:19:28 10:19:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:19:28 #2 DONE 0.0s 10:19:28 10:19:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:19:28 #3 DONE 0.0s 10:19:28 10:19:28 #4 [internal] load .dockerignore 10:19:28 #4 transferring context: 2B done 10:19:28 #4 DONE 0.0s 10:19:28 10:19:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 done 10:19:28 #5 CACHED 10:19:28 10:19:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:28 #6 CACHED 10:19:28 10:19:28 #7 exporting to image 10:19:28 #7 exporting layers done 10:19:28 #7 exporting manifest sha256:789ac71d72943c62f3ea9a0539f0f56f982c8094f1896d123ff8147d71b00eeb done 10:19:28 #7 exporting config sha256:6fce28db6c6bcaa6e64b727f597bea759d1374f41a97bc7fbad71b55e7338fbf done 10:19:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:28 #7 exporting manifest sha256:c8c4a41934814bbc97332009e2fb061c5cce1c48eb6027586e543ba8aa6ca04a done 10:19:28 #7 exporting config sha256:677f61aa917a8706702accadb2293b2df12aea3b56d7cd8044813b81640b052a done 10:19:28 #7 exporting manifest list sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f done 10:19:28 #7 pushing layers 0.0s done 10:19:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 0.1s done 10:19:28 #7 DONE 0.1s 10:19:28 10:19:28 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:19:28 #8 DONE 0.0s 10:19:28 10:19:28 1 warning found (use --debug to expand): 10:19:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32' 10:19:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 --push - 10:19:29 #1 [internal] load build definition from Dockerfile 10:19:29 #1 transferring dockerfile: 187B done 10:19:29 #1 DONE 0.0s 10:19:29 10:19:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 10:19:29 #2 DONE 0.0s 10:19:29 10:19:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32 10:19:29 #3 DONE 0.0s 10:19:29 10:19:29 #4 [internal] load .dockerignore 10:19:29 #4 transferring context: 2B done 10:19:29 #4 DONE 0.0s 10:19:29 10:19:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:29 #5 CACHED 10:19:29 10:19:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:29 #6 CACHED 10:19:29 10:19:29 #7 exporting to image 10:19:29 #7 exporting layers done 10:19:29 #7 exporting manifest sha256:789ac71d72943c62f3ea9a0539f0f56f982c8094f1896d123ff8147d71b00eeb done 10:19:29 #7 exporting config sha256:6fce28db6c6bcaa6e64b727f597bea759d1374f41a97bc7fbad71b55e7338fbf done 10:19:29 #7 exporting manifest sha256:c8c4a41934814bbc97332009e2fb061c5cce1c48eb6027586e543ba8aa6ca04a done 10:19:29 #7 exporting config sha256:677f61aa917a8706702accadb2293b2df12aea3b56d7cd8044813b81640b052a done 10:19:29 #7 exporting manifest list sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f done 10:19:29 #7 pushing layers 0.0s done 10:19:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 10:19:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.32@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 0.1s done 10:19:29 #7 DONE 0.1s 10:19:29 10:19:29 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:19:29 #8 DONE 0.0s 10:19:29 10:19:29 1 warning found (use --debug to expand): 10:19:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:29 #1 [internal] load build definition from Dockerfile 10:19:29 #1 transferring dockerfile: 228B done 10:19:29 #1 DONE 0.0s 10:19:29 10:19:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:29 #2 DONE 0.0s 10:19:29 10:19:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:29 #3 DONE 0.0s 10:19:29 10:19:29 #4 [internal] load .dockerignore 10:19:29 #4 transferring context: 2B done 10:19:29 #4 DONE 0.0s 10:19:29 10:19:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 done 10:19:29 #5 CACHED 10:19:29 10:19:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:29 #6 CACHED 10:19:29 10:19:29 #7 exporting to image 10:19:29 #7 exporting layers done 10:19:29 #7 exporting manifest sha256:789ac71d72943c62f3ea9a0539f0f56f982c8094f1896d123ff8147d71b00eeb done 10:19:29 #7 exporting config sha256:6fce28db6c6bcaa6e64b727f597bea759d1374f41a97bc7fbad71b55e7338fbf done 10:19:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:30 #7 exporting manifest sha256:c8c4a41934814bbc97332009e2fb061c5cce1c48eb6027586e543ba8aa6ca04a done 10:19:30 #7 exporting config sha256:677f61aa917a8706702accadb2293b2df12aea3b56d7cd8044813b81640b052a done 10:19:30 #7 exporting manifest list sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f done 10:19:30 #7 pushing layers 0.0s done 10:19:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 0.1s done 10:19:30 #7 DONE 0.1s 10:19:30 10:19:30 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:19:30 #8 DONE 0.0s 10:19:30 10:19:30 1 warning found (use --debug to expand): 10:19:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 10:19:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 10:19:30 #1 [internal] load build definition from Dockerfile 10:19:30 #1 transferring dockerfile: 179B done 10:19:30 #1 DONE 0.0s 10:19:30 10:19:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:19:30 #2 DONE 0.0s 10:19:30 10:19:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:19:30 #3 DONE 0.0s 10:19:30 10:19:30 #4 [internal] load .dockerignore 10:19:30 #4 transferring context: 2B done 10:19:30 #4 DONE 0.0s 10:19:30 10:19:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 done 10:19:30 #5 CACHED 10:19:30 10:19:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 10:19:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbd128f47bbea7a95f75c6743c5b7ddc91b21d33962646a1166de01c6c69dd76 0.0s done 10:19:30 #6 CACHED 10:19:30 10:19:30 #7 exporting to image 10:19:30 #7 exporting layers done 10:19:30 #7 exporting manifest sha256:789ac71d72943c62f3ea9a0539f0f56f982c8094f1896d123ff8147d71b00eeb done 10:19:30 #7 exporting config sha256:6fce28db6c6bcaa6e64b727f597bea759d1374f41a97bc7fbad71b55e7338fbf done 10:19:30 #7 exporting manifest sha256:c8c4a41934814bbc97332009e2fb061c5cce1c48eb6027586e543ba8aa6ca04a done 10:19:30 #7 exporting config sha256:677f61aa917a8706702accadb2293b2df12aea3b56d7cd8044813b81640b052a done 10:19:30 #7 exporting manifest list sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 10:19:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:30 #7 exporting manifest list sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f done 10:19:30 #7 pushing layers 0.0s done 10:19:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9974f9baad1dbf47fb8c257c50e20022dca9ada44b8504d4af779acd47b6797f 0.1s done 10:19:30 #7 DONE 0.1s 10:19:30 10:19:30 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:19:30 #8 DONE 0.0s 10:19:30 10:19:30 1 warning found (use --debug to expand): 10:19:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:30 #1 [internal] load build definition from Dockerfile 10:19:30 #1 transferring dockerfile: 205B done 10:19:30 #1 DONE 0.0s 10:19:30 10:19:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:30 #2 DONE 0.0s 10:19:30 10:19:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:30 #3 DONE 0.1s 10:19:30 10:19:30 #4 [internal] load .dockerignore 10:19:30 #4 transferring context: 2B done 10:19:30 #4 DONE 0.0s 10:19:31 10:19:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:31 #5 DONE 0.0s 10:19:31 10:19:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:31 #6 DONE 0.1s 10:19:31 10:19:31 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:19:31 #7 DONE 0.0s 10:19:31 10:19:31 #8 exporting to image 10:19:31 #8 exporting layers done 10:19:31 #8 exporting manifest sha256:4412697f565a67172a46992d966eda573d68ddc57c6429bc8dd17f9bc5fcf0f8 done 10:19:31 #8 exporting config sha256:4b82ef7f71319023be5237916e5713f00dbafbffbc9b5fc0a5f5e9a3fb513160 done 10:19:31 #8 exporting manifest sha256:8872ab7d4614c1781909a1b7458354606f5f2d1adef4e54ccf9b33993b2269e3 done 10:19:31 #8 exporting config sha256:d3be7b975d1cf0ba5160d80b97563ccfeb9260bfe535fc5a9ddb90e9c3dc614d done 10:19:31 #8 exporting manifest list sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 done 10:19:31 #8 pushing layers 0.1s done 10:19:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 10:19:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 0.1s done 10:19:31 #8 DONE 0.2s 10:19:31 10:19:31 1 warning found (use --debug to expand): 10:19:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 10:19:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 10:19:31 #1 [internal] load build definition from Dockerfile 10:19:31 #1 transferring dockerfile: 171B done 10:19:31 #1 DONE 0.0s 10:19:31 10:19:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:19:31 #2 DONE 0.0s 10:19:31 10:19:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:19:31 #3 DONE 0.0s 10:19:31 10:19:31 #4 [internal] load .dockerignore 10:19:31 #4 transferring context: 2B done 10:19:31 #4 DONE 0.0s 10:19:31 10:19:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:31 #5 CACHED 10:19:31 10:19:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:31 #6 CACHED 10:19:31 10:19:31 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:19:31 #7 DONE 0.0s 10:19:31 10:19:31 #8 exporting to image 10:19:31 #8 exporting layers done 10:19:31 #8 exporting manifest sha256:4412697f565a67172a46992d966eda573d68ddc57c6429bc8dd17f9bc5fcf0f8 done 10:19:31 #8 exporting config sha256:4b82ef7f71319023be5237916e5713f00dbafbffbc9b5fc0a5f5e9a3fb513160 done 10:19:31 #8 exporting manifest sha256:8872ab7d4614c1781909a1b7458354606f5f2d1adef4e54ccf9b33993b2269e3 done 10:19:31 #8 exporting config sha256:d3be7b975d1cf0ba5160d80b97563ccfeb9260bfe535fc5a9ddb90e9c3dc614d done 10:19:31 #8 exporting manifest list sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 done 10:19:31 #8 pushing layers 0.0s done 10:19:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 0.1s done 10:19:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:31 #8 DONE 0.1s 10:19:31 10:19:31 1 warning found (use --debug to expand): 10:19:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 --push - 10:19:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32' 10:19:32 #1 [internal] load build definition from Dockerfile 10:19:32 #1 transferring dockerfile: 177B 0.0s done 10:19:32 #1 DONE 0.0s 10:19:32 10:19:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 10:19:32 #2 DONE 0.0s 10:19:32 10:19:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32 10:19:32 #3 DONE 0.0s 10:19:32 10:19:32 #4 [internal] load .dockerignore 10:19:32 #4 transferring context: 2B done 10:19:32 #4 DONE 0.0s 10:19:32 10:19:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:32 #5 CACHED 10:19:32 10:19:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd done 10:19:32 #6 DONE 0.0s 10:19:32 10:19:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:32 #6 CACHED 10:19:32 10:19:32 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:19:32 #7 DONE 0.0s 10:19:32 10:19:32 #8 exporting to image 10:19:32 #8 exporting layers done 10:19:32 #8 exporting manifest sha256:4412697f565a67172a46992d966eda573d68ddc57c6429bc8dd17f9bc5fcf0f8 done 10:19:32 #8 exporting config sha256:4b82ef7f71319023be5237916e5713f00dbafbffbc9b5fc0a5f5e9a3fb513160 done 10:19:32 #8 exporting manifest sha256:8872ab7d4614c1781909a1b7458354606f5f2d1adef4e54ccf9b33993b2269e3 done 10:19:32 #8 exporting config sha256:d3be7b975d1cf0ba5160d80b97563ccfeb9260bfe535fc5a9ddb90e9c3dc614d done 10:19:32 #8 exporting manifest list sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 done 10:19:32 #8 pushing layers 0.0s done 10:19:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.32@sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 0.1s done 10:19:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:32 #8 DONE 0.1s 10:19:32 10:19:32 1 warning found (use --debug to expand): 10:19:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:32 #1 [internal] load build definition from Dockerfile 10:19:32 #1 transferring dockerfile: 218B done 10:19:32 #1 DONE 0.0s 10:19:32 10:19:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:32 #2 DONE 0.0s 10:19:32 10:19:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:32 #3 DONE 0.0s 10:19:32 10:19:32 #4 [internal] load .dockerignore 10:19:32 #4 transferring context: 2B done 10:19:32 #4 DONE 0.0s 10:19:32 10:19:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:32 #5 CACHED 10:19:32 10:19:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:32 #6 CACHED 10:19:32 10:19:32 #7 exporting to image 10:19:32 #7 exporting layers done 10:19:32 #7 exporting manifest sha256:4412697f565a67172a46992d966eda573d68ddc57c6429bc8dd17f9bc5fcf0f8 done 10:19:32 #7 exporting config sha256:4b82ef7f71319023be5237916e5713f00dbafbffbc9b5fc0a5f5e9a3fb513160 10:19:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:33 #7 exporting config sha256:4b82ef7f71319023be5237916e5713f00dbafbffbc9b5fc0a5f5e9a3fb513160 done 10:19:33 #7 exporting manifest sha256:8872ab7d4614c1781909a1b7458354606f5f2d1adef4e54ccf9b33993b2269e3 done 10:19:33 #7 exporting config sha256:d3be7b975d1cf0ba5160d80b97563ccfeb9260bfe535fc5a9ddb90e9c3dc614d done 10:19:33 #7 exporting manifest list sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 done 10:19:33 #7 pushing layers 0.0s done 10:19:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 0.1s done 10:19:33 #7 DONE 0.1s 10:19:33 10:19:33 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:19:33 #8 DONE 0.0s 10:19:33 10:19:33 1 warning found (use --debug to expand): 10:19:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 10:19:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 10:19:33 #1 [internal] load build definition from Dockerfile 10:19:33 #1 transferring dockerfile: 169B done 10:19:33 #1 DONE 0.0s 10:19:33 10:19:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:19:33 #2 DONE 0.0s 10:19:33 10:19:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:19:33 #3 DONE 0.0s 10:19:33 10:19:33 #4 [internal] load .dockerignore 10:19:33 #4 transferring context: 2B done 10:19:33 #4 DONE 0.0s 10:19:33 10:19:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:33 #5 CACHED 10:19:33 10:19:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 10:19:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:08b782acdad9a66fda32f3793c17e15ecefee6d2d1c7c2f9c1227954fd53dcbd 0.0s done 10:19:33 #6 CACHED 10:19:33 10:19:33 #7 exporting to image 10:19:33 #7 exporting layers done 10:19:33 #7 exporting manifest sha256:4412697f565a67172a46992d966eda573d68ddc57c6429bc8dd17f9bc5fcf0f8 done 10:19:33 #7 exporting config sha256:4b82ef7f71319023be5237916e5713f00dbafbffbc9b5fc0a5f5e9a3fb513160 done 10:19:33 #7 exporting manifest sha256:8872ab7d4614c1781909a1b7458354606f5f2d1adef4e54ccf9b33993b2269e3 done 10:19:33 #7 exporting config sha256:d3be7b975d1cf0ba5160d80b97563ccfeb9260bfe535fc5a9ddb90e9c3dc614d done 10:19:33 #7 exporting manifest list sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 10:19:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:33 #7 exporting manifest list sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 done 10:19:33 #7 pushing layers 0.0s done 10:19:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:61c742d00ee5911664c9a248065a639b636f39c69f5effd34f109c4f90b203a0 0.1s done 10:19:33 #7 DONE 0.1s 10:19:33 10:19:33 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:19:33 #8 DONE 0.0s 10:19:33 10:19:33 1 warning found (use --debug to expand): 10:19:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:33 #1 [internal] load build definition from Dockerfile 10:19:33 #1 transferring dockerfile: 206B done 10:19:33 #1 DONE 0.0s 10:19:33 10:19:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:33 #2 DONE 0.0s 10:19:33 10:19:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:33 #3 DONE 0.1s 10:19:33 10:19:33 #4 [internal] load .dockerignore 10:19:33 #4 transferring context: 2B done 10:19:33 #4 DONE 0.0s 10:19:33 10:19:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:33 #5 DONE 0.0s 10:19:33 10:19:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:34 #6 DONE 0.0s 10:19:34 10:19:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:34 #5 DONE 0.1s 10:19:34 10:19:34 #7 exporting to image 10:19:34 #7 exporting layers done 10:19:34 #7 exporting manifest sha256:68c5fddb9643f84b1f2bc4b081f3268c920ceedfa0178c3e14a1db2a40f1a02f done 10:19:34 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 done 10:19:34 #7 exporting manifest sha256:0f6a93bfbc803742fa7a1e0bc55afbbacf94ce7b106a5367b336a4dc2ece0701 10:19:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:34 #7 ... 10:19:34 10:19:34 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:19:34 #8 DONE 0.0s 10:19:34 10:19:34 #7 exporting to image 10:19:34 #7 exporting manifest sha256:0f6a93bfbc803742fa7a1e0bc55afbbacf94ce7b106a5367b336a4dc2ece0701 done 10:19:34 #7 exporting config sha256:75e7484c9672cd97ceeb9599773c652710fd647cb10807561d4ec8d6647c89fc done 10:19:34 #7 exporting manifest list sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 done 10:19:34 #7 pushing layers 0.1s done 10:19:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 10:19:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 0.1s done 10:19:34 #7 DONE 0.2s 10:19:34 10:19:34 1 warning found (use --debug to expand): 10:19:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 10:19:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 10:19:34 #1 [internal] load build definition from Dockerfile 10:19:34 #1 transferring dockerfile: 172B done 10:19:34 #1 DONE 0.0s 10:19:34 10:19:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:19:34 #2 DONE 0.0s 10:19:34 10:19:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:19:34 #3 DONE 0.0s 10:19:34 10:19:34 #4 [internal] load .dockerignore 10:19:34 #4 transferring context: 2B done 10:19:34 #4 DONE 0.0s 10:19:34 10:19:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe done 10:19:34 #5 CACHED 10:19:34 10:19:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:34 #6 CACHED 10:19:34 10:19:34 #7 exporting to image 10:19:34 #7 exporting layers done 10:19:34 #7 exporting manifest sha256:68c5fddb9643f84b1f2bc4b081f3268c920ceedfa0178c3e14a1db2a40f1a02f done 10:19:34 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 done 10:19:34 #7 exporting manifest sha256:0f6a93bfbc803742fa7a1e0bc55afbbacf94ce7b106a5367b336a4dc2ece0701 done 10:19:34 #7 exporting config sha256:75e7484c9672cd97ceeb9599773c652710fd647cb10807561d4ec8d6647c89fc done 10:19:34 #7 exporting manifest list sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 done 10:19:34 #7 pushing layers 0.0s done 10:19:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 10:19:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 0.1s done 10:19:34 #7 DONE 0.1s 10:19:34 10:19:34 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:19:34 #8 DONE 0.0s 10:19:34 10:19:34 1 warning found (use --debug to expand): 10:19:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 --push - 10:19:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32' 10:19:35 #1 [internal] load build definition from Dockerfile 10:19:35 #1 transferring dockerfile: 178B done 10:19:35 #1 DONE 0.0s 10:19:35 10:19:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 10:19:35 #2 DONE 0.0s 10:19:35 10:19:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32 10:19:35 #3 DONE 0.0s 10:19:35 10:19:35 #4 [internal] load .dockerignore 10:19:35 #4 transferring context: 2B done 10:19:35 #4 DONE 0.0s 10:19:35 10:19:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:35 #5 CACHED 10:19:35 10:19:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:35 #6 CACHED 10:19:35 10:19:35 #7 exporting to image 10:19:35 #7 exporting layers done 10:19:35 #7 exporting manifest sha256:68c5fddb9643f84b1f2bc4b081f3268c920ceedfa0178c3e14a1db2a40f1a02f done 10:19:35 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 10:19:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:35 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 done 10:19:35 #7 exporting manifest sha256:0f6a93bfbc803742fa7a1e0bc55afbbacf94ce7b106a5367b336a4dc2ece0701 done 10:19:35 #7 exporting config sha256:75e7484c9672cd97ceeb9599773c652710fd647cb10807561d4ec8d6647c89fc done 10:19:35 #7 exporting manifest list sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 done 10:19:35 #7 pushing layers 0.0s done 10:19:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.32@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 0.1s done 10:19:35 #7 DONE 0.1s 10:19:35 10:19:35 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:19:35 #8 DONE 0.0s 10:19:35 10:19:35 1 warning found (use --debug to expand): 10:19:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:35 #1 [internal] load build definition from Dockerfile 10:19:35 #1 transferring dockerfile: 219B done 10:19:35 #1 DONE 0.0s 10:19:35 10:19:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:35 #2 DONE 0.0s 10:19:35 10:19:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:35 #3 DONE 0.0s 10:19:35 10:19:35 #4 [internal] load .dockerignore 10:19:35 #4 transferring context: 2B done 10:19:35 #4 DONE 0.0s 10:19:35 10:19:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:35 #5 CACHED 10:19:35 10:19:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:35 #6 CACHED 10:19:35 10:19:35 #7 exporting to image 10:19:35 #7 exporting layers done 10:19:35 #7 exporting manifest sha256:68c5fddb9643f84b1f2bc4b081f3268c920ceedfa0178c3e14a1db2a40f1a02f done 10:19:35 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 10:19:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:36 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 done 10:19:36 #7 exporting manifest sha256:0f6a93bfbc803742fa7a1e0bc55afbbacf94ce7b106a5367b336a4dc2ece0701 done 10:19:36 #7 exporting config sha256:75e7484c9672cd97ceeb9599773c652710fd647cb10807561d4ec8d6647c89fc done 10:19:36 #7 exporting manifest list sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 done 10:19:36 #7 pushing layers 0.0s done 10:19:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 0.1s done 10:19:36 #7 DONE 0.1s 10:19:36 10:19:36 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:19:36 #8 DONE 0.0s 10:19:36 10:19:36 1 warning found (use --debug to expand): 10:19:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 10:19:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 10:19:36 #1 [internal] load build definition from Dockerfile 10:19:36 #1 transferring dockerfile: 170B done 10:19:36 #1 DONE 0.0s 10:19:36 10:19:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:19:36 #2 DONE 0.0s 10:19:36 10:19:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:19:36 #3 DONE 0.0s 10:19:36 10:19:36 #4 [internal] load .dockerignore 10:19:36 #4 transferring context: 2B done 10:19:36 #4 DONE 0.0s 10:19:36 10:19:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:36 #5 CACHED 10:19:36 10:19:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 10:19:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6069df5eb2404914f68c7f36e5ef3a78dc8efab686b1dec998cc5cc897573ebe 0.0s done 10:19:36 #6 CACHED 10:19:36 10:19:36 #7 exporting to image 10:19:36 #7 exporting layers done 10:19:36 #7 exporting manifest sha256:68c5fddb9643f84b1f2bc4b081f3268c920ceedfa0178c3e14a1db2a40f1a02f done 10:19:36 #7 exporting config sha256:1926f14075872a0d29a7324ec3e86dd12a830d2f90cf4ab978ea6d0325a64169 done 10:19:36 #7 exporting manifest sha256:0f6a93bfbc803742fa7a1e0bc55afbbacf94ce7b106a5367b336a4dc2ece0701 done 10:19:36 #7 exporting config sha256:75e7484c9672cd97ceeb9599773c652710fd647cb10807561d4ec8d6647c89fc done 10:19:36 #7 exporting manifest list sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 10:19:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:36 #7 exporting manifest list sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 done 10:19:36 #7 pushing layers 0.0s done 10:19:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:537dc618c404b94e5daefbef1995438dcac554cdd6bd884277666e84771c60b5 0.1s done 10:19:36 #7 DONE 0.1s 10:19:36 10:19:36 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:19:36 #8 DONE 0.0s 10:19:36 10:19:36 1 warning found (use --debug to expand): 10:19:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:36 #1 [internal] load build definition from Dockerfile 10:19:36 #1 transferring dockerfile: 206B done 10:19:36 #1 DONE 0.0s 10:19:36 10:19:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:36 #2 DONE 0.0s 10:19:36 10:19:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:36 #3 DONE 0.0s 10:19:36 10:19:36 #4 [internal] load .dockerignore 10:19:36 #4 transferring context: 2B done 10:19:36 #4 DONE 0.0s 10:19:37 10:19:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:37 #5 DONE 0.0s 10:19:37 10:19:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:37 #6 DONE 0.1s 10:19:37 10:19:37 #7 exporting to image 10:19:37 #7 exporting layers done 10:19:37 #7 exporting manifest sha256:1e375b167e8e54b506a9843998bb6d9aa892d8028f20300dec91a9aee5db5c2b 0.0s done 10:19:37 #7 exporting config sha256:84ccc7d44bfd0a390b438850a6decabb0ba624168ec593f1c810efe50b8488f0 10:19:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:37 #7 ... 10:19:37 10:19:37 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:19:37 #8 DONE 0.0s 10:19:37 10:19:37 #7 exporting to image 10:19:37 #7 exporting config sha256:84ccc7d44bfd0a390b438850a6decabb0ba624168ec593f1c810efe50b8488f0 done 10:19:37 #7 exporting manifest sha256:b3db9f2a8990b50c2f3c86e8262428ec5d3e13b306e241d54c29f6eb98c47192 done 10:19:37 #7 exporting config sha256:a372bb0a64bcaaa66304ee369ff1880732fd42af41749a2a885ca552ab47cd9f done 10:19:37 #7 exporting manifest list sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f done 10:19:37 #7 pushing layers 0.1s done 10:19:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f 10:19:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f 0.1s done 10:19:37 #7 DONE 0.2s 10:19:37 10:19:37 1 warning found (use --debug to expand): 10:19:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 10:19:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 10:19:37 #1 [internal] load build definition from Dockerfile 10:19:37 #1 transferring dockerfile: 172B done 10:19:37 #1 DONE 0.0s 10:19:37 10:19:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:19:37 #2 DONE 0.0s 10:19:37 10:19:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:19:37 #3 DONE 0.0s 10:19:37 10:19:37 #4 [internal] load .dockerignore 10:19:37 #4 transferring context: 2B done 10:19:37 #4 DONE 0.0s 10:19:37 10:19:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:37 #5 DONE 0.0s 10:19:37 10:19:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:37 #6 CACHED 10:19:37 10:19:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:37 #5 CACHED 10:19:37 10:19:37 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:19:37 #7 DONE 0.0s 10:19:37 10:19:37 #8 exporting to image 10:19:37 #8 exporting layers done 10:19:37 #8 exporting manifest sha256:1e375b167e8e54b506a9843998bb6d9aa892d8028f20300dec91a9aee5db5c2b done 10:19:37 #8 exporting config sha256:84ccc7d44bfd0a390b438850a6decabb0ba624168ec593f1c810efe50b8488f0 done 10:19:37 #8 exporting manifest sha256:b3db9f2a8990b50c2f3c86e8262428ec5d3e13b306e241d54c29f6eb98c47192 done 10:19:37 #8 exporting config sha256:a372bb0a64bcaaa66304ee369ff1880732fd42af41749a2a885ca552ab47cd9f done 10:19:37 #8 exporting manifest list sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f done 10:19:37 #8 pushing layers 0.0s done 10:19:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f 0.1s done 10:19:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:37 #8 DONE 0.1s 10:19:37 10:19:37 1 warning found (use --debug to expand): 10:19:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32' 10:19:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 --push - 10:19:38 #1 [internal] load build definition from Dockerfile 10:19:38 #1 transferring dockerfile: 178B done 10:19:38 #1 DONE 0.0s 10:19:38 10:19:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 10:19:38 #2 DONE 0.0s 10:19:38 10:19:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32 10:19:38 #3 DONE 0.0s 10:19:38 10:19:38 #4 [internal] load .dockerignore 10:19:38 #4 transferring context: 2B done 10:19:38 #4 DONE 0.0s 10:19:38 10:19:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:38 #5 CACHED 10:19:38 10:19:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:38 #6 CACHED 10:19:38 10:19:38 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:19:38 #7 DONE 0.0s 10:19:38 10:19:38 #8 exporting to image 10:19:38 #8 exporting layers done 10:19:38 #8 exporting manifest sha256:1e375b167e8e54b506a9843998bb6d9aa892d8028f20300dec91a9aee5db5c2b done 10:19:38 #8 exporting config sha256:84ccc7d44bfd0a390b438850a6decabb0ba624168ec593f1c810efe50b8488f0 done 10:19:38 #8 exporting manifest sha256:b3db9f2a8990b50c2f3c86e8262428ec5d3e13b306e241d54c29f6eb98c47192 done 10:19:38 #8 exporting config sha256:a372bb0a64bcaaa66304ee369ff1880732fd42af41749a2a885ca552ab47cd9f done 10:19:38 #8 exporting manifest list sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f done 10:19:38 #8 pushing layers 0.0s done 10:19:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.32@sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f 0.1s done 10:19:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:38 #8 DONE 0.1s 10:19:38 10:19:38 1 warning found (use --debug to expand): 10:19:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:38 #1 [internal] load build definition from Dockerfile 10:19:38 #1 transferring dockerfile: 219B done 10:19:38 #1 DONE 0.0s 10:19:38 10:19:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:38 #2 DONE 0.0s 10:19:38 10:19:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:38 #3 DONE 0.0s 10:19:38 10:19:38 #4 [internal] load .dockerignore 10:19:38 #4 transferring context: 2B done 10:19:38 #4 DONE 0.0s 10:19:38 10:19:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:38 #5 CACHED 10:19:38 10:19:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:38 #6 CACHED 10:19:39 10:19:39 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:19:39 #7 DONE 0.0s 10:19:39 10:19:39 #8 exporting to image 10:19:39 #8 exporting layers done 10:19:39 #8 exporting manifest sha256:1e375b167e8e54b506a9843998bb6d9aa892d8028f20300dec91a9aee5db5c2b done 10:19:39 #8 exporting config sha256:84ccc7d44bfd0a390b438850a6decabb0ba624168ec593f1c810efe50b8488f0 done 10:19:39 #8 exporting manifest sha256:b3db9f2a8990b50c2f3c86e8262428ec5d3e13b306e241d54c29f6eb98c47192 done 10:19:39 #8 exporting config sha256:a372bb0a64bcaaa66304ee369ff1880732fd42af41749a2a885ca552ab47cd9f done 10:19:39 #8 exporting manifest list sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f done 10:19:39 #8 pushing layers 0.0s done 10:19:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f 0.1s done 10:19:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:39 #8 DONE 0.1s 10:19:39 10:19:39 1 warning found (use --debug to expand): 10:19:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 10:19:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 10:19:39 #1 [internal] load build definition from Dockerfile 10:19:39 #1 transferring dockerfile: 170B done 10:19:39 #1 DONE 0.0s 10:19:39 10:19:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:19:39 #2 DONE 0.0s 10:19:39 10:19:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:19:39 #3 DONE 0.0s 10:19:39 10:19:39 #4 [internal] load .dockerignore 10:19:39 #4 transferring context: 2B done 10:19:39 #4 DONE 0.0s 10:19:39 10:19:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:39 #5 CACHED 10:19:39 10:19:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 10:19:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:adcc6134cd48ddd71dec9eefc952e296dc1ebe0b310ffda500b942a08774ceda 0.0s done 10:19:39 #6 CACHED 10:19:39 10:19:39 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:19:39 #7 DONE 0.0s 10:19:39 10:19:39 #8 exporting to image 10:19:39 #8 exporting layers done 10:19:39 #8 exporting manifest sha256:1e375b167e8e54b506a9843998bb6d9aa892d8028f20300dec91a9aee5db5c2b done 10:19:39 #8 exporting config sha256:84ccc7d44bfd0a390b438850a6decabb0ba624168ec593f1c810efe50b8488f0 done 10:19:39 #8 exporting manifest sha256:b3db9f2a8990b50c2f3c86e8262428ec5d3e13b306e241d54c29f6eb98c47192 done 10:19:39 #8 exporting config sha256:a372bb0a64bcaaa66304ee369ff1880732fd42af41749a2a885ca552ab47cd9f done 10:19:39 #8 exporting manifest list sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f done 10:19:39 #8 pushing layers 0.0s done 10:19:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c0cbf76ba9a249c81c0e7fd3b15b172d5592bcd9e721b4eba15e5b14a84d023f 0.1s done 10:19:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:39 #8 DONE 0.1s 10:19:39 10:19:39 1 warning found (use --debug to expand): 10:19:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:39 #1 [internal] load build definition from Dockerfile 10:19:39 #1 transferring dockerfile: 206B done 10:19:39 #1 DONE 0.0s 10:19:39 10:19:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:39 #2 DONE 0.0s 10:19:39 10:19:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:39 #3 DONE 0.0s 10:19:39 10:19:39 #4 [internal] load .dockerignore 10:19:39 #4 transferring context: 2B done 10:19:39 #4 DONE 0.0s 10:19:39 10:19:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:39 #5 DONE 0.0s 10:19:39 10:19:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:40 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:40 #6 DONE 0.0s 10:19:40 10:19:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:40 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:40 #5 DONE 0.1s 10:19:40 10:19:40 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:19:40 #7 DONE 0.0s 10:19:40 10:19:40 #8 exporting to image 10:19:40 #8 exporting layers done 10:19:40 #8 exporting manifest sha256:a026ebfa04be1618e1f6fb0c519c2f66230f0102a3bac796d352e62cfd61671c done 10:19:40 #8 exporting config sha256:57b55983ff99d67dee778ce23ada62c533968e1d813c01d30be72700522db3ba done 10:19:40 #8 exporting manifest sha256:ccf71e7661852afe6bd9fae4b8b3461650da7b04f0141ed8ac6c56df30a4515a done 10:19:40 #8 exporting config sha256:fcc3ed3bc025aff3cc753e9535700908fb0819dd6aa17277bd09cd7839440047 done 10:19:40 #8 exporting manifest list sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f done 10:19:40 #8 pushing layers 0.1s done 10:19:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 10:19:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 0.1s done 10:19:40 #8 DONE 0.2s 10:19:40 10:19:40 1 warning found (use --debug to expand): 10:19:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 10:19:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 10:19:40 #1 [internal] load build definition from Dockerfile 10:19:40 #1 transferring dockerfile: 172B done 10:19:40 #1 DONE 0.0s 10:19:40 10:19:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:19:40 #2 DONE 0.0s 10:19:40 10:19:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:19:40 #3 DONE 0.0s 10:19:40 10:19:40 #4 [internal] load .dockerignore 10:19:40 #4 transferring context: 2B done 10:19:40 #4 DONE 0.0s 10:19:40 10:19:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:40 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 done 10:19:40 #5 CACHED 10:19:40 10:19:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:40 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:40 #6 DONE 0.0s 10:19:40 10:19:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:40 #6 CACHED 10:19:40 10:19:40 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:19:40 #7 DONE 0.0s 10:19:40 10:19:40 #8 exporting to image 10:19:40 #8 exporting layers done 10:19:40 #8 exporting manifest sha256:a026ebfa04be1618e1f6fb0c519c2f66230f0102a3bac796d352e62cfd61671c done 10:19:40 #8 exporting config sha256:57b55983ff99d67dee778ce23ada62c533968e1d813c01d30be72700522db3ba done 10:19:40 #8 exporting manifest sha256:ccf71e7661852afe6bd9fae4b8b3461650da7b04f0141ed8ac6c56df30a4515a done 10:19:40 #8 exporting config sha256:fcc3ed3bc025aff3cc753e9535700908fb0819dd6aa17277bd09cd7839440047 done 10:19:40 #8 exporting manifest list sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f done 10:19:40 #8 pushing layers 0.0s done 10:19:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 0.1s done 10:19:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:40 #8 DONE 0.1s 10:19:40 10:19:40 1 warning found (use --debug to expand): 10:19:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 --push - 10:19:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32' 10:19:41 #1 [internal] load build definition from Dockerfile 10:19:41 #1 transferring dockerfile: 178B done 10:19:41 #1 DONE 0.0s 10:19:41 10:19:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 10:19:41 #2 DONE 0.0s 10:19:41 10:19:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32 10:19:41 #3 DONE 0.0s 10:19:41 10:19:41 #4 [internal] load .dockerignore 10:19:41 #4 transferring context: 2B done 10:19:41 #4 DONE 0.0s 10:19:41 10:19:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:41 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 done 10:19:41 #5 CACHED 10:19:41 10:19:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:41 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:41 #6 CACHED 10:19:41 10:19:41 #7 exporting to image 10:19:41 #7 exporting layers done 10:19:41 #7 exporting manifest sha256:a026ebfa04be1618e1f6fb0c519c2f66230f0102a3bac796d352e62cfd61671c done 10:19:41 #7 exporting config sha256:57b55983ff99d67dee778ce23ada62c533968e1d813c01d30be72700522db3ba done 10:19:41 #7 exporting manifest sha256:ccf71e7661852afe6bd9fae4b8b3461650da7b04f0141ed8ac6c56df30a4515a done 10:19:41 #7 exporting config sha256:fcc3ed3bc025aff3cc753e9535700908fb0819dd6aa17277bd09cd7839440047 done 10:19:41 #7 exporting manifest list sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f done 10:19:41 #7 pushing layers 0.0s done 10:19:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 10:19:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.32@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 0.1s done 10:19:41 #7 DONE 0.1s 10:19:41 10:19:41 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:19:41 #8 DONE 0.0s 10:19:41 10:19:41 1 warning found (use --debug to expand): 10:19:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:41 #1 [internal] load build definition from Dockerfile 10:19:41 #1 transferring dockerfile: 219B done 10:19:41 #1 DONE 0.0s 10:19:41 10:19:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:41 #2 DONE 0.0s 10:19:41 10:19:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:41 #3 DONE 0.0s 10:19:41 10:19:41 #4 [internal] load .dockerignore 10:19:41 #4 transferring context: 2B done 10:19:41 #4 DONE 0.0s 10:19:41 10:19:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:41 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:41 #5 CACHED 10:19:41 10:19:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:41 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:41 #6 CACHED 10:19:41 10:19:41 #7 exporting to image 10:19:41 #7 exporting layers done 10:19:41 #7 exporting manifest sha256:a026ebfa04be1618e1f6fb0c519c2f66230f0102a3bac796d352e62cfd61671c done 10:19:41 #7 exporting config sha256:57b55983ff99d67dee778ce23ada62c533968e1d813c01d30be72700522db3ba done 10:19:41 #7 exporting manifest sha256:ccf71e7661852afe6bd9fae4b8b3461650da7b04f0141ed8ac6c56df30a4515a done 10:19:41 #7 exporting config sha256:fcc3ed3bc025aff3cc753e9535700908fb0819dd6aa17277bd09cd7839440047 done 10:19:41 #7 exporting manifest list sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f done 10:19:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:42 #7 pushing layers 0.0s done 10:19:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 0.1s done 10:19:42 #7 DONE 0.1s 10:19:42 10:19:42 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:19:42 #8 DONE 0.0s 10:19:42 10:19:42 1 warning found (use --debug to expand): 10:19:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 10:19:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 10:19:42 #1 [internal] load build definition from Dockerfile 10:19:42 #1 transferring dockerfile: 170B done 10:19:42 #1 DONE 0.0s 10:19:42 10:19:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:19:42 #2 DONE 0.0s 10:19:42 10:19:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:19:42 #3 DONE 0.0s 10:19:42 10:19:42 #4 [internal] load .dockerignore 10:19:42 #4 transferring context: 2B done 10:19:42 #4 DONE 0.0s 10:19:42 10:19:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:42 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 done 10:19:42 #5 CACHED 10:19:42 10:19:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 10:19:42 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:d82f4930302318d8a01cd11a55e2aa4683cd71d03c43c40eb0c8ff2ba7478172 0.0s done 10:19:42 #6 CACHED 10:19:42 10:19:42 #7 exporting to image 10:19:42 #7 exporting layers done 10:19:42 #7 exporting manifest sha256:a026ebfa04be1618e1f6fb0c519c2f66230f0102a3bac796d352e62cfd61671c done 10:19:42 #7 exporting config sha256:57b55983ff99d67dee778ce23ada62c533968e1d813c01d30be72700522db3ba done 10:19:42 #7 exporting manifest sha256:ccf71e7661852afe6bd9fae4b8b3461650da7b04f0141ed8ac6c56df30a4515a done 10:19:42 #7 exporting config sha256:fcc3ed3bc025aff3cc753e9535700908fb0819dd6aa17277bd09cd7839440047 done 10:19:42 #7 exporting manifest list sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f done 10:19:42 #7 pushing layers 0.0s done 10:19:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 10:19:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:88ca865d981c3f0a92520e49260738d7b6dc21cddd0f8f9f9f10246ae958305f 0.1s done 10:19:42 #7 DONE 0.1s 10:19:42 10:19:42 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:19:42 #8 DONE 0.0s 10:19:42 10:19:42 1 warning found (use --debug to expand): 10:19:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 --push - 10:19:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4' 10:19:42 #1 [internal] load build definition from Dockerfile 10:19:42 #1 transferring dockerfile: 202B done 10:19:42 #1 DONE 0.0s 10:19:42 10:19:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:42 #2 DONE 0.0s 10:19:42 10:19:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:19:42 #3 DONE 0.0s 10:19:42 10:19:42 #4 [internal] load .dockerignore 10:19:42 #4 transferring context: 2B done 10:19:42 #4 DONE 0.0s 10:19:42 10:19:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:42 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:42 #5 DONE 0.0s 10:19:42 10:19:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:43 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:43 #6 DONE 0.0s 10:19:43 10:19:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:43 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:43 #5 DONE 0.1s 10:19:43 10:19:43 #7 exporting to image 10:19:43 #7 exporting layers done 10:19:43 #7 exporting manifest sha256:748b4d9d273d5f16c8107e8271d06fb1c81c6ae075c43c8225f0f1a216094acf done 10:19:43 #7 exporting config sha256:9014b5ea27dfb24004e76a279f29351f8a9946765ce9d02c7c0f15a6e18bafc1 done 10:19:43 #7 exporting manifest sha256:d70fbe1f1134f248c97db14fbd5c704f8936cf79aebe075f636f11d68be2eb23 done 10:19:43 #7 exporting config sha256:51896e09a626bbeb6c64648fa069442ade1e6a00f8a4291f782fb981f4772b27 done 10:19:43 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 done 10:19:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:43 #7 ... 10:19:43 10:19:43 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:19:43 #8 DONE 0.0s 10:19:43 10:19:43 #7 exporting to image 10:19:43 #7 pushing layers 0.1s done 10:19:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 10:19:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4@sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 0.1s done 10:19:43 #7 DONE 0.2s 10:19:43 10:19:43 1 warning found (use --debug to expand): 10:19:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 10:19:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 10:19:44 #1 [internal] load build definition from Dockerfile 10:19:44 #1 transferring dockerfile: 168B done 10:19:44 #1 DONE 0.0s 10:19:44 10:19:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:19:44 #2 DONE 0.0s 10:19:44 10:19:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:19:44 #3 DONE 0.0s 10:19:44 10:19:44 #4 [internal] load .dockerignore 10:19:44 #4 transferring context: 2B done 10:19:44 #4 DONE 0.0s 10:19:44 10:19:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:44 #5 CACHED 10:19:44 10:19:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:44 #6 CACHED 10:19:44 10:19:44 #7 exporting to image 10:19:44 #7 exporting layers 10:19:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:44 #7 exporting layers done 10:19:44 #7 exporting manifest sha256:748b4d9d273d5f16c8107e8271d06fb1c81c6ae075c43c8225f0f1a216094acf done 10:19:44 #7 exporting config sha256:9014b5ea27dfb24004e76a279f29351f8a9946765ce9d02c7c0f15a6e18bafc1 done 10:19:44 #7 exporting manifest sha256:d70fbe1f1134f248c97db14fbd5c704f8936cf79aebe075f636f11d68be2eb23 done 10:19:44 #7 exporting config sha256:51896e09a626bbeb6c64648fa069442ade1e6a00f8a4291f782fb981f4772b27 done 10:19:44 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 done 10:19:44 #7 pushing layers 0.0s done 10:19:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 0.1s done 10:19:44 #7 DONE 0.1s 10:19:44 10:19:44 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:19:44 #8 DONE 0.0s 10:19:44 10:19:44 1 warning found (use --debug to expand): 10:19:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32' 10:19:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 --push - 10:19:44 #1 [internal] load build definition from Dockerfile 10:19:44 #1 transferring dockerfile: 174B done 10:19:44 #1 DONE 0.0s 10:19:44 10:19:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 10:19:44 #2 DONE 0.0s 10:19:44 10:19:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32 10:19:44 #3 DONE 0.0s 10:19:44 10:19:44 #4 [internal] load .dockerignore 10:19:44 #4 transferring context: 2B done 10:19:44 #4 DONE 0.0s 10:19:44 10:19:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:44 #5 CACHED 10:19:44 10:19:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:44 #6 CACHED 10:19:44 10:19:44 #7 exporting to image 10:19:44 #7 exporting layers done 10:19:44 #7 exporting manifest sha256:748b4d9d273d5f16c8107e8271d06fb1c81c6ae075c43c8225f0f1a216094acf done 10:19:44 #7 exporting config sha256:9014b5ea27dfb24004e76a279f29351f8a9946765ce9d02c7c0f15a6e18bafc1 done 10:19:44 #7 exporting manifest sha256:d70fbe1f1134f248c97db14fbd5c704f8936cf79aebe075f636f11d68be2eb23 done 10:19:44 #7 exporting config sha256:51896e09a626bbeb6c64648fa069442ade1e6a00f8a4291f782fb981f4772b27 done 10:19:44 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 done 10:19:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:44 #7 pushing layers 0.0s done 10:19:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.32@sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 0.1s done 10:19:44 #7 DONE 0.1s 10:19:44 10:19:44 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:19:44 #8 DONE 0.0s 10:19:44 10:19:44 1 warning found (use --debug to expand): 10:19:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 --push - 10:19:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32' 10:19:44 #1 [internal] load build definition from Dockerfile 10:19:44 #1 transferring dockerfile: 215B done 10:19:44 #1 DONE 0.0s 10:19:44 10:19:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:44 #2 DONE 0.0s 10:19:44 10:19:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:19:44 #3 DONE 0.0s 10:19:44 10:19:44 #4 [internal] load .dockerignore 10:19:44 #4 transferring context: 2B done 10:19:44 #4 DONE 0.0s 10:19:44 10:19:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 done 10:19:44 #5 CACHED 10:19:44 10:19:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:44 #6 CACHED 10:19:44 10:19:44 #7 exporting to image 10:19:44 #7 exporting layers done 10:19:44 #7 exporting manifest sha256:748b4d9d273d5f16c8107e8271d06fb1c81c6ae075c43c8225f0f1a216094acf done 10:19:44 #7 exporting config sha256:9014b5ea27dfb24004e76a279f29351f8a9946765ce9d02c7c0f15a6e18bafc1 done 10:19:44 #7 exporting manifest sha256:d70fbe1f1134f248c97db14fbd5c704f8936cf79aebe075f636f11d68be2eb23 done 10:19:44 #7 exporting config sha256:51896e09a626bbeb6c64648fa069442ade1e6a00f8a4291f782fb981f4772b27 done 10:19:44 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 10:19:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:45 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 done 10:19:45 #7 pushing layers 0.0s done 10:19:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32@sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 0.1s done 10:19:45 #7 DONE 0.1s 10:19:45 10:19:45 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:19:45 #8 DONE 0.0s 10:19:45 10:19:45 1 warning found (use --debug to expand): 10:19:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:19:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 10:19:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 10:19:45 #1 [internal] load build definition from Dockerfile 10:19:45 #1 transferring dockerfile: 166B done 10:19:45 #1 DONE 0.0s 10:19:45 10:19:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:19:45 #2 DONE 0.0s 10:19:45 10:19:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:19:45 #3 DONE 0.0s 10:19:45 10:19:45 #4 [internal] load .dockerignore 10:19:45 #4 transferring context: 2B done 10:19:45 #4 DONE 0.0s 10:19:45 10:19:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:45 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:45 #5 CACHED 10:19:45 10:19:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 10:19:45 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:5926cc3ae7e1d67d2acb59fffca494fe3ef1e0f5bc7f72ab31a1a61877d78582 0.0s done 10:19:45 #6 CACHED 10:19:45 10:19:45 #7 exporting to image 10:19:45 #7 exporting layers done 10:19:45 #7 exporting manifest sha256:748b4d9d273d5f16c8107e8271d06fb1c81c6ae075c43c8225f0f1a216094acf done 10:19:45 #7 exporting config sha256:9014b5ea27dfb24004e76a279f29351f8a9946765ce9d02c7c0f15a6e18bafc1 done 10:19:45 #7 exporting manifest sha256:d70fbe1f1134f248c97db14fbd5c704f8936cf79aebe075f636f11d68be2eb23 done 10:19:45 #7 exporting config sha256:51896e09a626bbeb6c64648fa069442ade1e6a00f8a4291f782fb981f4772b27 done 10:19:45 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 10:19:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:19:45 #7 exporting manifest list sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 done 10:19:45 #7 pushing layers 0.0s done 10:19:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:994ea99b792f6d08df6fbb3934a42fa5683246e57f333bda543e063667beb412 0.1s done 10:19:45 #7 DONE 0.1s 10:19:45 10:19:45 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:19:45 #8 DONE 0.0s 10:19:45 10:19:45 1 warning found (use --debug to expand): 10:19:45  - 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 10:19:46 + '[' -d /w/workspace/edgex-go/864/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:19:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:19:46 ---> package-listing.sh 10:19:46 ++ facter osfamily 10:19:46 ++ tr '[:upper:]' '[:lower:]' 10:19:47 + OS_FAMILY=redhat 10:19:47 + workspace=/w/workspace/edgex-go/864 10:19:47 + START_PACKAGES=/tmp/packages_start.txt 10:19:47 + END_PACKAGES=/tmp/packages_end.txt 10:19:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:19:47 + PACKAGES=/tmp/packages_start.txt 10:19:47 + '[' /w/workspace/edgex-go/864 ']' 10:19:47 + PACKAGES=/tmp/packages_end.txt 10:19:47 + case "${OS_FAMILY}" in 10:19:47 + sort 10:19:47 + rpm -qa 10:19:47 + '[' -f /tmp/packages_start.txt ']' 10:19:47 + '[' -f /tmp/packages_end.txt ']' 10:19:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:19:47 + '[' /w/workspace/edgex-go/864 ']' 10:19:47 + mkdir -p /w/workspace/edgex-go/864/archives/ 10:19:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/864/archives/ [Pipeline] echo 10:19:47 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/864/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:19:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:19:48 10:19:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:19:48 latest: Pulling from edgex-lftools-log-publisher 10:19:48 5eb5b503b376: Pulling fs layer 10:19:48 5c69ac0246d0: Pulling fs layer 10:19:48 ec43610c2a17: Pulling fs layer 10:19:48 3a2ae6a8a46f: Pulling fs layer 10:19:48 33b1e0a273af: Pulling fs layer 10:19:48 5d3b04190fa2: Pulling fs layer 10:19:48 2f39f015ded8: Pulling fs layer 10:19:48 33b1e0a273af: Waiting 10:19:48 5d3b04190fa2: Waiting 10:19:48 2f39f015ded8: Waiting 10:19:48 3a2ae6a8a46f: Waiting 10:19:48 5c69ac0246d0: Verifying Checksum 10:19:48 5c69ac0246d0: Download complete 10:19:48 3a2ae6a8a46f: Verifying Checksum 10:19:48 3a2ae6a8a46f: Download complete 10:19:48 ec43610c2a17: Verifying Checksum 10:19:48 ec43610c2a17: Download complete 10:19:48 33b1e0a273af: Verifying Checksum 10:19:48 33b1e0a273af: Download complete 10:19:48 5d3b04190fa2: Verifying Checksum 10:19:48 5d3b04190fa2: Download complete 10:19:49 5eb5b503b376: Verifying Checksum 10:19:49 5eb5b503b376: Download complete 10:19:49 2f39f015ded8: Verifying Checksum 10:19:49 2f39f015ded8: Download complete 10:19:50 5eb5b503b376: Pull complete 10:19:50 5c69ac0246d0: Pull complete 10:19:50 ec43610c2a17: Pull complete 10:19:50 3a2ae6a8a46f: Pull complete 10:19:51 33b1e0a273af: Pull complete 10:19:51 5d3b04190fa2: Pull complete 10:19:55 2f39f015ded8: Pull complete 10:19:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:19:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:19:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:19:55 prd-centos7-docker-4c-2g-4261 does not seem to be running inside a container 10:19:55 $ 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/864/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 10:19:58 $ docker top 8c475b4c37a3b02e40fea8dc1e2fe7e08ebed878ecaeb5b24f473d4fcd1a1571 -eo pid,comm [Pipeline] { [Pipeline] sh 10:19:58 + touch /tmp/pre-build-complete [Pipeline] sh 10:19:59 + mkdir -p /var/log/sysstat [Pipeline] sh 10:19:59 + ls /var/log/sa-host 10:19:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:19:59 provisioning config files... 10:19:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6840786002675010640tmp [Pipeline] { [Pipeline] echo 10:19:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:19:59 ---> create-netrc.sh [Pipeline] } 10:19:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:20:00 ---> python-tools-install.sh [Pipeline] echo 10:20:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:20:00 ---> sudo-logs.sh 10:20:00 Archiving 'sudo' log.. 10:20:00 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:00 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:20:00 $ docker stop --time=1 8c475b4c37a3b02e40fea8dc1e2fe7e08ebed878ecaeb5b24f473d4fcd1a1571 10:20:01 $ docker rm -f --volumes 8c475b4c37a3b02e40fea8dc1e2fe7e08ebed878ecaeb5b24f473d4fcd1a1571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:20:01 [WS-CLEANUP] Deleting project workspace... 10:20:01 [WS-CLEANUP] Deferred wipeout is used... 10:20:01 [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] } 10:34:40 #144 ... 10:34:40 10:34:40 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:34:40 #154 DONE 1055.4s 10:34:40 10:34:40 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:34:40 #147 ... 10:34:40 10:34:40 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:34:40 #142 DONE 1055.8s 10:34:40 10:34:40 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:34:40 #152 ... 10:34:40 10:34:40 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:34:40 #155 DONE 0.5s 10:34:40 10:34:40 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:34:40 #156 DONE 0.5s 10:34:40 10:34:40 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:34:40 #157 DONE 0.4s 10:34:40 10:34:40 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:34:40 #158 DONE 0.5s 10:34:40 10:34:40 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:34:40 #159 ... 10:34:40 10:34:40 #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 10:34:40 #160 DONE 0.2s 10:34:40 10:34:40 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:34:40 #161 DONE 0.3s 10:34:40 10:34:40 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:34:40 #151 ... 10:34:40 10:34:40 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:34:40 #162 ... 10:34:40 10:34:40 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:34:40 #159 DONE 3.0s 10:34:40 10:34:40 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:34:40 #163 DONE 0.4s 10:34:40 10:34:40 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:34:40 #51 ... 10:34:40 10:34:40 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:34:40 #162 DONE 2.5s 10:34:40 10:34:40 #111 [core-common-config-bootstrapper] exporting to image 10:34:40 #111 exporting layers 10:34:40 #111 ... 10:34:40 10:34:40 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:34:40 #164 DONE 0.7s 10:34:40 10:34:40 #111 [core-common-config-bootstrapper] exporting to image 10:34:40 #111 exporting layers 0.8s done 10:34:40 #111 writing image sha256:590f1dde9d580cf0fa018200c0302f5c43e3ddb41a5d0547bf7d8a4e16b3a873 done 10:34:40 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:34:40 #111 DONE 5.2s 10:34:40 10:34:40 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:34:40 #165 DONE 0.4s 10:34:40 10:34:40 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:34:40 #166 DONE 0.1s 10:34:40 10:34:40 #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/ 10:34:40 #167 DONE 0.2s 10:34:40 10:34:40 #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/ 10:34:40 #168 DONE 0.1s 10:34:40 10:34:40 #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/ 10:34:40 #169 DONE 0.1s 10:34:40 10:34:40 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:34:40 #170 DONE 0.1s 10:34:40 10:34:40 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:34:40 #171 DONE 2.0s 10:34:40 10:34:40 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:34:40 #150 ... 10:34:40 10:34:40 #111 [security-bootstrapper] exporting to image 10:34:40 #111 exporting layers 0.9s done 10:34:40 #111 writing image sha256:9c8f89160d0892d76b867e475b4ae77ebd708e9457f3d161222d912b48867b31 done 10:34:40 #111 naming to docker.io/library/security-bootstrapper-arm64 done 10:34:40 #111 DONE 6.0s 10:34:40 10:34:40 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:49:17 #146 ... 10:49:17 10:49:17 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:49:17 #151 DONE 1932.7s 10:49:17 10:49:17 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:49:17 #153 ... 10:49:17 10:49:17 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:49:17 #172 DONE 0.3s 10:49:17 10:49:17 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:49:17 #152 ... 10:49:17 10:49:17 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:49:17 #173 DONE 0.3s 10:49:17 10:49:17 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:49:17 #51 ... 10:49:17 10:49:17 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:49:17 #174 DONE 0.3s 10:49:17 10:49:17 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:49:17 #175 DONE 0.1s 10:49:17 10:49:17 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:49:17 #147 ... 10:49:17 10:49:17 #111 [core-command] exporting to image 10:49:17 #111 exporting layers 10:49:17 #111 exporting layers 0.3s done 10:49:17 #111 writing image sha256:f21b039e1581d48d63358d238497747e8fbad623bd1c5d913d35dbb6f11d75e6 done 10:49:17 #111 naming to docker.io/library/core-command-arm64 done 10:49:17 #111 DONE 6.4s 10:49:17 10:49:17 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:49:23 #149 ... 10:49:23 10:49:23 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:49:23 #146 1951.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.32 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:49:33 #146 ... 10:49:33 10:49:33 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:49:33 #148 DONE 1962.3s 10:49:33 10:49:33 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:49:33 #153 ... 10:49:33 10:49:33 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:49:33 #176 DONE 0.3s 10:49:33 10:49:33 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:49:33 #152 ... 10:49:33 10:49:33 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:49:34 #177 DONE 0.2s 10:49:34 10:49: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 10:49:34 #178 DONE 0.1s 10:49:34 10:49:34 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:49:34 #150 ... 10:49:34 10:49:34 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:49:34 #179 DONE 0.1s 10:49:34 10:49:34 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:49:35 #180 DONE 0.8s 10:49:35 10:49:35 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:49:35 #181 DONE 0.1s 10:49:35 10:49:35 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:49:37 #182 DONE 2.1s 10:49:37 10:49:37 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:49:37 #147 ... 10:49:37 10:49:37 #111 [security-proxy-setup] exporting to image 10:49:37 #111 exporting layers 10:49:38 #111 exporting layers 0.8s done 10:49:38 #111 writing image sha256:c2f23f2fcfe32906e1ece897aab9110a1c721ff2c2d6b751400a7ea737133cd5 done 10:49:38 #111 naming to docker.io/library/security-proxy-setup-arm64 done 10:49:38 #111 DONE 7.2s 10:49:38 10:49:38 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:49:56 #152 ... 10:49:56 10:49:56 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:49:56 #146 DONE 1985.5s 10:49:56 10:49:56 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:49:57 #153 ... 10:49:57 10:49:57 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:49:57 #183 DONE 0.2s 10:49:57 10:49:57 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:49:57 #152 ... 10:49:57 10:49:57 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:49:57 #184 DONE 0.2s 10:49:57 10:49:57 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:49:57 #150 ... 10:49:57 10:49:57 #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 10:49:57 #185 DONE 0.1s 10:49:57 10:49:57 #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 10:49:57 #186 DONE 0.1s 10:49:57 10:49:57 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:49:57 #187 DONE 0.1s 10:49:57 10:49:57 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:49:57 #152 ... 10:49:57 10:49:57 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:49:58 #188 DONE 0.3s 10:49:58 10:49:58 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:49:58 #189 DONE 0.4s 10:49:58 10:49:58 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:49:58 #190 DONE 0.1s 10:49:58 10:49:58 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:50:00 #191 DONE 1.9s 10:50:00 10:50:00 #111 [security-secretstore-setup] exporting to image 10:50:00 #111 exporting layers 10:50:02 #111 exporting layers 1.3s done 10:50:02 #111 writing image sha256:0d39012c0d64c9fc62c3d46b4a257bd3e0c81825f31034fca1e75107b617a153 done 10:50:02 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 10:50:02 #111 DONE 8.6s 10:50:02 10:50:02 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:50:59 #147 ... 10:50:59 10:50:59 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:50:59 #149 DONE 2045.4s 10:50:59 10:50:59 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:50:59 #51 ... 10:50:59 10:50:59 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:50:59 #192 DONE 0.2s 10:50:59 10:50:59 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:50:59 #193 DONE 0.1s 10:50:59 10:50:59 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:50:59 #152 ... 10:50:59 10:50:59 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:50:59 #194 DONE 0.3s 10:50:59 10:50:59 #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 10:50:59 #195 DONE 0.1s 10:50:59 10:50:59 #111 [security-spiffe-token-provider] exporting to image 10:50:59 #111 exporting layers 10:50:59 #111 exporting layers 0.9s done 10:50:59 #111 writing image sha256:c3eb2a4256e251e3f0f8fd51669a8d259c9b232a403532466602704e95248818 done 10:50:59 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 10:50:59 #111 DONE 9.5s 10:50:59 10:50:59 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:51:45 #150 ... 10:51:45 10:51:45 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:51:45 #153 DONE 2090.2s 10:51:45 10:51:45 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:51:45 #150 DONE 2090.3s 10:51:45 10:51:45 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:51:45 #152 DONE 2090.2s 10:51:45 10:51:45 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:51:45 #144 ... 10:51:45 10:51:45 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:51:45 #196 DONE 0.5s 10:51:45 10:51:45 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:51:45 #51 ... 10:51:45 10:51:45 #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:51:45 #197 DONE 0.3s 10:51:45 10:51:45 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:51:45 #198 DONE 0.3s 10:51:45 10:51:45 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:51:45 #199 ... 10:51:45 10:51:45 #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:51:45 #200 DONE 0.4s 10:51:45 10:51:45 #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:51:45 #201 DONE 0.2s 10:51:45 10:51:45 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:51:45 #202 DONE 0.5s 10:51:45 10:51:45 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:51:45 #199 DONE 0.7s 10:51:45 10:51:45 #203 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:51:45 #203 DONE 0.6s 10:51:45 10:51:45 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:51:45 #204 ... 10:51:45 10:51:45 #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:51:45 #205 DONE 0.2s 10:51:45 10:51:45 #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:51:45 #206 DONE 0.2s 10:51:45 10:51:45 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:51:45 #204 DONE 0.3s 10:51:45 10:51:45 #111 [core-data] exporting to image 10:51:45 #111 exporting layers 10:51:45 #111 ... 10:51:45 10:51:45 #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:51:45 #207 DONE 0.4s 10:51:45 10:51:45 #111 [core-keeper] exporting to image 10:51:45 #111 exporting layers 1.1s done 10:51:45 #111 writing image sha256:d85e84a9b1c74685c60cd67b068a23a181ab8cbf811f06d0b3e05d1aff11b0fa 0.0s done 10:51:45 #111 naming to docker.io/library/core-data-arm64 done 10:51:45 #111 exporting layers 0.9s done 10:51:45 #111 writing image sha256:abaa495f921e6d2afacda6b2dedc78aa8b43b5bad13d8dc0d0599a47980316d6 done 10:51:45 #111 naming to docker.io/library/core-keeper-arm64 done 10:51:45 #111 DONE 11.1s 10:51:45 10:51:45 #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:51:46 #208 DONE 2.0s 10:51:46 10:51:46 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:51:46 #144 ... 10:51:46 10:51:46 #111 [security-proxy-auth] exporting to image 10:51:47 #111 ... 10:51:47 10:51:47 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:51:47 #147 DONE 2096.3s 10:51:47 10:51:47 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:51:47 #51 ... 10:51:47 10:51:47 #111 [security-proxy-auth] exporting to image 10:51:47 #111 exporting layers 1.0s done 10:51:48 #111 writing image sha256:1ed5ebc60231a4fc5a230590cf35871141336afe30631fd34d79702101d526a1 done 10:51:48 #111 naming to docker.io/library/security-proxy-auth-arm64 done 10:51:48 #111 DONE 12.1s 10:51:48 10:51:48 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:51:48 #144 ... 10:51:48 10:51:48 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:51:48 #209 DONE 0.2s 10:51:48 10:51:48 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:51:48 #144 ... 10:51:48 10:51:48 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:51:48 #210 DONE 0.1s 10:51:48 10:51:48 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:51:48 #211 DONE 0.5s 10:51:48 10:51:48 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:51:49 #212 DONE 0.1s 10:51:49 10:51:49 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:51:49 #213 DONE 0.1s 10:51:49 10:51:49 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:51:49 #144 ... 10:51:49 10:51:49 #111 [core-metadata] exporting to image 10:51:49 #111 exporting layers 0.4s done 10:51:49 #111 writing image sha256:2f77db163b7fdd033360b94d54fb3999ac7103c088785e19635f3474f7d4fd0f done 10:51:49 #111 naming to docker.io/library/core-metadata-arm64 done 10:51:49 #111 DONE 12.5s 10:51:49 10:51:49 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:52:16 #144 ... 10:52:16 10:52:16 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:52:16 #145 DONE 2122.5s 10:52:16 10:52:16 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:52:16 #214 DONE 0.2s 10:52:16 10:52:16 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:52:16 #215 DONE 0.1s 10:52:16 10:52:16 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:52:16 #216 DONE 0.5s 10:52:16 10:52:16 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:52:16 #144 ... 10:52:16 10:52:16 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:52:16 #217 DONE 0.1s 10:52:16 10:52:16 #111 [support-scheduler] exporting to image 10:52:16 #111 exporting layers 10:52:16 #111 exporting layers 1.0s done 10:52:16 #111 writing image sha256:fbd0cd95a6bf1ffac6eca002b8335432331ea884a373531bc437a06016028851 done 10:52:16 #111 naming to docker.io/library/support-scheduler-arm64 done 10:52:16 #111 DONE 13.6s 10:52:16 10:52:16 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:52:21 #144 DONE 2129.8s 10:52:21 10:52:21 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:52:21 #51 ... 10:52:21 10:52:21 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:52:21 #218 DONE 0.1s 10:52:21 10:52:21 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:52:21 #219 DONE 0.1s 10:52:21 10:52:21 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:52:21 #51 ... 10:52:21 10:52:21 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:52:21 #220 DONE 0.4s 10:52:21 10:52:21 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:52:21 #221 DONE 0.1s 10:52:21 10:52:21 #111 [support-notifications] exporting to image 10:52:21 #111 exporting layers 10:52:23 #111 exporting layers 1.4s done 10:52:23 #111 writing image sha256:b387f3ff8ba90e7651d2b7efc1cd502f3dd7581f10c14cf5985dd1101b59bd24 done 10:52:23 #111 naming to docker.io/library/support-notifications-arm64 done 10:52:23 #111 DONE 15.0s 10:52:23 10:52:23 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:52:23 time="2025-06-30T10:13:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:49Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:52:23 time="2025-06-30T10:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:52:23 $ docker stop --time=1 5532139c09f862ff262b87bd5a7c44a6ee74be2e9b205be4ecb4811a92686a6b 10:52:24 $ docker rm -f --volumes 5532139c09f862ff262b87bd5a7c44a6ee74be2e9b205be4ecb4811a92686a6b [Pipeline] // withDockerContainer [Pipeline] sh 10:52:25 + docker images 10:52:25 REPOSITORY TAG IMAGE ID CREATED SIZE 10:52:25 support-notifications-arm64 latest b387f3ff8ba9 4 seconds ago 52.6MB 10:52:25 support-scheduler-arm64 latest fbd0cd95a6bf 11 seconds ago 48.9MB 10:52:25 core-metadata-arm64 latest 2f77db163b7f 37 seconds ago 33.6MB 10:52:25 security-proxy-auth-arm64 latest 1ed5ebc60231 39 seconds ago 32.3MB 10:52:25 core-keeper-arm64 latest abaa495f921e 42 seconds ago 33MB 10:52:25 core-data-arm64 latest d85e84a9b1c7 42 seconds ago 33.4MB 10:52:25 security-spiffe-token-provider-arm64 latest c3eb2a4256e2 About a minute ago 48.4MB 10:52:25 security-secretstore-setup-arm64 latest 0d39012c0d64 2 minutes ago 68.5MB 10:52:25 security-proxy-setup-arm64 latest c2f23f2fcfe3 2 minutes ago 39MB 10:52:25 core-command-arm64 latest f21b039e1581 3 minutes ago 29MB 10:52:25 security-bootstrapper-arm64 latest 9c8f89160d08 17 minutes ago 21.1MB 10:52:25 core-common-config-bootstrapper-arm64 latest 590f1dde9d58 17 minutes ago 18MB 10:52:25 security-spire-agent-arm64 latest ab1ccb1a6988 37 minutes ago 187MB 10:52:25 security-spire-config-arm64 latest d3a6289bb030 37 minutes ago 143MB 10:52:25 security-spire-server-arm64 latest 75f024c0adec 37 minutes ago 144MB 10:52:25 ci-base-image-arm64 latest 20f6cd44f0d9 39 minutes ago 909MB 10:52:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 12 days ago 560MB 10:52:25 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 10:52:25 provisioning config files... 10:52:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/864@tmp/config11110691616121227123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:25 ---> ****-login.sh 10:52:25 nexus3.edgexfoundry.org:10001 10:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:52:26 Configure a credential helper to remove this warning. See 10:52:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:52:26 10:52:26 Login Succeeded 10:52:26 nexus3.edgexfoundry.org:10002 10:52:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:52:26 Configure a credential helper to remove this warning. See 10:52:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:52:26 10:52:26 Login Succeeded 10:52:26 nexus3.edgexfoundry.org:10003 10:52:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:52:26 Configure a credential helper to remove this warning. See 10:52:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:52:26 10:52:26 Login Succeeded 10:52:26 nexus3.edgexfoundry.org:10004 10:52:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:52:27 Configure a credential helper to remove this warning. See 10:52:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:52:27 10:52:27 Login Succeeded 10:52:27 ****.io 10:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:52:27 Configure a credential helper to remove this warning. See 10:52:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:52:27 10:52:27 Login Succeeded 10:52:27 ---> ****-login.sh ends [Pipeline] } 10:52:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:52:27 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:52:27 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:27 latest 10:52:27 4.1.0-dev.32 10:52:27 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:27 main 10:52:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:52:28 71bd72f669c1: Preparing 10:52:28 fe1e2f48c690: Preparing 10:52:28 37ed10a46619: Preparing 10:52:28 767ba9a862aa: Preparing 10:52:28 9c957aaf3069: Preparing 10:52:28 cb813351840f: Preparing 10:52:28 dd9c8f8612c8: Preparing 10:52:28 cb813351840f: Waiting 10:52:28 dd9c8f8612c8: Waiting 10:52:28 767ba9a862aa: Pushed 10:52:29 9c957aaf3069: Pushed 10:52:29 dd9c8f8612c8: Layer already exists 10:52:29 37ed10a46619: Pushed 10:52:29 71bd72f669c1: Pushed 10:52:29 cb813351840f: Pushed 10:52:34 fe1e2f48c690: Pushed 10:52:34 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:7051c9a02142d873fab7367f1183c5d71482630cb2f12f7c28c716e7f60a8d23 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:52:34 71bd72f669c1: Preparing 10:52:34 fe1e2f48c690: Preparing 10:52:34 37ed10a46619: Preparing 10:52:34 767ba9a862aa: Preparing 10:52:34 9c957aaf3069: Preparing 10:52:34 cb813351840f: Preparing 10:52:34 dd9c8f8612c8: Preparing 10:52:34 cb813351840f: Waiting 10:52:34 dd9c8f8612c8: Waiting 10:52:34 37ed10a46619: Layer already exists 10:52:34 9c957aaf3069: Layer already exists 10:52:34 767ba9a862aa: Layer already exists 10:52:34 fe1e2f48c690: Layer already exists 10:52:34 71bd72f669c1: Layer already exists 10:52:34 cb813351840f: Layer already exists 10:52:34 dd9c8f8612c8: Layer already exists 10:52:35 latest: digest: sha256:7051c9a02142d873fab7367f1183c5d71482630cb2f12f7c28c716e7f60a8d23 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.32 10:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:52:35 71bd72f669c1: Preparing 10:52:35 fe1e2f48c690: Preparing 10:52:35 37ed10a46619: Preparing 10:52:35 767ba9a862aa: Preparing 10:52:35 9c957aaf3069: Preparing 10:52:35 cb813351840f: Preparing 10:52:35 dd9c8f8612c8: Preparing 10:52:35 cb813351840f: Waiting 10:52:35 dd9c8f8612c8: Waiting 10:52:35 71bd72f669c1: Layer already exists 10:52:35 9c957aaf3069: Layer already exists 10:52:35 fe1e2f48c690: Layer already exists 10:52:35 767ba9a862aa: Layer already exists 10:52:35 37ed10a46619: Layer already exists 10:52:35 dd9c8f8612c8: Layer already exists 10:52:35 cb813351840f: Layer already exists 10:52:36 4.1.0-dev.32: digest: sha256:7051c9a02142d873fab7367f1183c5d71482630cb2f12f7c28c716e7f60a8d23 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:52:36 71bd72f669c1: Preparing 10:52:36 fe1e2f48c690: Preparing 10:52:36 37ed10a46619: Preparing 10:52:36 767ba9a862aa: Preparing 10:52:36 9c957aaf3069: Preparing 10:52:36 cb813351840f: Preparing 10:52:36 dd9c8f8612c8: Preparing 10:52:36 dd9c8f8612c8: Waiting 10:52:36 cb813351840f: Waiting 10:52:36 767ba9a862aa: Layer already exists 10:52:36 fe1e2f48c690: Layer already exists 10:52:36 71bd72f669c1: Layer already exists 10:52:36 9c957aaf3069: Layer already exists 10:52:36 37ed10a46619: Layer already exists 10:52:36 dd9c8f8612c8: Layer already exists 10:52:36 cb813351840f: Layer already exists 10:52:36 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:7051c9a02142d873fab7367f1183c5d71482630cb2f12f7c28c716e7f60a8d23 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:52:37 71bd72f669c1: Preparing 10:52:37 fe1e2f48c690: Preparing 10:52:37 37ed10a46619: Preparing 10:52:37 767ba9a862aa: Preparing 10:52:37 9c957aaf3069: Preparing 10:52:37 cb813351840f: Preparing 10:52:37 dd9c8f8612c8: Preparing 10:52:37 cb813351840f: Waiting 10:52:37 dd9c8f8612c8: Waiting 10:52:37 fe1e2f48c690: Layer already exists 10:52:37 37ed10a46619: Layer already exists 10:52:37 71bd72f669c1: Layer already exists 10:52:37 767ba9a862aa: Layer already exists 10:52:37 9c957aaf3069: Layer already exists 10:52:37 cb813351840f: Layer already exists 10:52:37 dd9c8f8612c8: Layer already exists 10:52:38 main: digest: sha256:7051c9a02142d873fab7367f1183c5d71482630cb2f12f7c28c716e7f60a8d23 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:38 ===================================================== [Pipeline] echo 10:52:38 taggedImages: 10:52:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:52:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.32 10:52:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:52:38 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:52:38 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:38 latest 10:52:38 4.1.0-dev.32 10:52:38 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:38 main 10:52:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:52:38 74f423db3f62: Preparing 10:52:38 aaaaf31df548: Preparing 10:52:38 44db96b36b90: Preparing 10:52:38 3efd7ee2df7e: Preparing 10:52:38 37ed10a46619: Preparing 10:52:38 767ba9a862aa: Preparing 10:52:38 9c957aaf3069: Preparing 10:52:38 cb813351840f: Preparing 10:52:38 dd9c8f8612c8: Preparing 10:52:38 9c957aaf3069: Waiting 10:52:38 cb813351840f: Waiting 10:52:38 dd9c8f8612c8: Waiting 10:52:38 767ba9a862aa: Waiting 10:52:39 37ed10a46619: Layer already exists 10:52:39 767ba9a862aa: Layer already exists 10:52:39 9c957aaf3069: Layer already exists 10:52:39 cb813351840f: Layer already exists 10:52:39 dd9c8f8612c8: Layer already exists 10:52:39 74f423db3f62: Pushed 10:52:39 44db96b36b90: Pushed 10:52:39 aaaaf31df548: Pushed 10:52:42 3efd7ee2df7e: Pushed 10:52:42 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:9fb28b1e290b02d828efc89ced513350bf539df051465d69943b6d202e7bdcab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:42 + 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 10:52:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:52:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:52:42 74f423db3f62: Preparing 10:52:42 aaaaf31df548: Preparing 10:52:42 44db96b36b90: Preparing 10:52:42 3efd7ee2df7e: Preparing 10:52:42 37ed10a46619: Preparing 10:52:42 767ba9a862aa: Preparing 10:52:42 9c957aaf3069: Preparing 10:52:42 cb813351840f: Preparing 10:52:42 dd9c8f8612c8: Preparing 10:52:42 cb813351840f: Waiting 10:52:42 767ba9a862aa: Waiting 10:52:42 9c957aaf3069: Waiting 10:52:42 dd9c8f8612c8: Waiting 10:52:42 aaaaf31df548: Layer already exists 10:52:42 37ed10a46619: Layer already exists 10:52:42 44db96b36b90: Layer already exists 10:52:42 3efd7ee2df7e: Layer already exists 10:52:42 74f423db3f62: Layer already exists 10:52:42 9c957aaf3069: Layer already exists 10:52:42 dd9c8f8612c8: Layer already exists 10:52:42 767ba9a862aa: Layer already exists 10:52:42 cb813351840f: Layer already exists 10:52:43 latest: digest: sha256:9fb28b1e290b02d828efc89ced513350bf539df051465d69943b6d202e7bdcab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:43 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.32 10:52:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:52:43 74f423db3f62: Preparing 10:52:43 aaaaf31df548: Preparing 10:52:43 44db96b36b90: Preparing 10:52:43 3efd7ee2df7e: Preparing 10:52:43 37ed10a46619: Preparing 10:52:43 767ba9a862aa: Preparing 10:52:43 9c957aaf3069: Preparing 10:52:43 767ba9a862aa: Waiting 10:52:43 cb813351840f: Preparing 10:52:43 9c957aaf3069: Waiting 10:52:43 dd9c8f8612c8: Preparing 10:52:43 cb813351840f: Waiting 10:52:43 dd9c8f8612c8: Waiting 10:52:43 aaaaf31df548: Layer already exists 10:52:43 3efd7ee2df7e: Layer already exists 10:52:43 37ed10a46619: Layer already exists 10:52:43 74f423db3f62: Layer already exists 10:52:43 44db96b36b90: Layer already exists 10:52:43 dd9c8f8612c8: Layer already exists 10:52:43 767ba9a862aa: Layer already exists 10:52:43 9c957aaf3069: Layer already exists 10:52:43 cb813351840f: Layer already exists 10:52:43 4.1.0-dev.32: digest: sha256:9fb28b1e290b02d828efc89ced513350bf539df051465d69943b6d202e7bdcab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:44 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:52:44 74f423db3f62: Preparing 10:52:44 aaaaf31df548: Preparing 10:52:44 44db96b36b90: Preparing 10:52:44 3efd7ee2df7e: Preparing 10:52:44 37ed10a46619: Preparing 10:52:44 767ba9a862aa: Preparing 10:52:44 9c957aaf3069: Preparing 10:52:44 cb813351840f: Preparing 10:52:44 dd9c8f8612c8: Preparing 10:52:44 767ba9a862aa: Waiting 10:52:44 9c957aaf3069: Waiting 10:52:44 cb813351840f: Waiting 10:52:44 dd9c8f8612c8: Waiting 10:52:44 aaaaf31df548: Layer already exists 10:52:44 44db96b36b90: Layer already exists 10:52:44 37ed10a46619: Layer already exists 10:52:44 3efd7ee2df7e: Layer already exists 10:52:44 74f423db3f62: Layer already exists 10:52:44 cb813351840f: Layer already exists 10:52:44 dd9c8f8612c8: Layer already exists 10:52:44 767ba9a862aa: Layer already exists 10:52:44 9c957aaf3069: Layer already exists 10:52:44 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:9fb28b1e290b02d828efc89ced513350bf539df051465d69943b6d202e7bdcab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:45 + 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 10:52:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:52:46 74f423db3f62: Preparing 10:52:46 aaaaf31df548: Preparing 10:52:46 44db96b36b90: Preparing 10:52:46 3efd7ee2df7e: Preparing 10:52:46 37ed10a46619: Preparing 10:52:46 767ba9a862aa: Preparing 10:52:46 9c957aaf3069: Preparing 10:52:46 767ba9a862aa: Waiting 10:52:46 cb813351840f: Preparing 10:52:46 9c957aaf3069: Waiting 10:52:46 dd9c8f8612c8: Preparing 10:52:46 cb813351840f: Waiting 10:52:46 37ed10a46619: Layer already exists 10:52:46 74f423db3f62: Layer already exists 10:52:46 aaaaf31df548: Layer already exists 10:52:46 44db96b36b90: Layer already exists 10:52:46 767ba9a862aa: Layer already exists 10:52:46 3efd7ee2df7e: Layer already exists 10:52:46 9c957aaf3069: Layer already exists 10:52:46 cb813351840f: Layer already exists 10:52:46 dd9c8f8612c8: Layer already exists 10:52:46 main: digest: sha256:9fb28b1e290b02d828efc89ced513350bf539df051465d69943b6d202e7bdcab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:46 ===================================================== [Pipeline] echo 10:52:46 taggedImages: 10:52:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:52:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.32 10:52:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:52:46 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:52:46 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:46 latest 10:52:46 4.1.0-dev.32 10:52:46 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:46 main 10:52:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:52:47 21a5b92a0a93: Preparing 10:52:47 3bc87cb3ac7b: Preparing 10:52:47 37ed10a46619: Preparing 10:52:47 767ba9a862aa: Preparing 10:52:47 4ff88a15583a: Preparing 10:52:47 d77ebd9567e8: Preparing 10:52:47 dd9c8f8612c8: Preparing 10:52:47 d77ebd9567e8: Waiting 10:52:47 dd9c8f8612c8: Waiting 10:52:47 767ba9a862aa: Layer already exists 10:52:47 37ed10a46619: Layer already exists 10:52:47 dd9c8f8612c8: Layer already exists 10:52:47 4ff88a15583a: Pushed 10:52:47 d77ebd9567e8: Pushed 10:52:47 21a5b92a0a93: Pushed 10:52:52 3bc87cb3ac7b: Pushed 10:52:52 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:fcafa5520359787949236bb9a2a3a4a4a51f92f4fd2a43482233867455f6a536 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:52:53 21a5b92a0a93: Preparing 10:52:53 3bc87cb3ac7b: Preparing 10:52:53 37ed10a46619: Preparing 10:52:53 767ba9a862aa: Preparing 10:52:53 4ff88a15583a: Preparing 10:52:53 d77ebd9567e8: Preparing 10:52:53 dd9c8f8612c8: Preparing 10:52:53 d77ebd9567e8: Waiting 10:52:53 dd9c8f8612c8: Waiting 10:52:53 37ed10a46619: Layer already exists 10:52:53 4ff88a15583a: Layer already exists 10:52:53 21a5b92a0a93: Layer already exists 10:52:53 3bc87cb3ac7b: Layer already exists 10:52:53 767ba9a862aa: Layer already exists 10:52:53 d77ebd9567e8: Layer already exists 10:52:53 dd9c8f8612c8: Layer already exists 10:52:53 latest: digest: sha256:fcafa5520359787949236bb9a2a3a4a4a51f92f4fd2a43482233867455f6a536 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.32 10:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:52:54 21a5b92a0a93: Preparing 10:52:54 3bc87cb3ac7b: Preparing 10:52:54 37ed10a46619: Preparing 10:52:54 767ba9a862aa: Preparing 10:52:54 4ff88a15583a: Preparing 10:52:54 d77ebd9567e8: Preparing 10:52:54 dd9c8f8612c8: Preparing 10:52:54 dd9c8f8612c8: Waiting 10:52:54 d77ebd9567e8: Waiting 10:52:54 21a5b92a0a93: Layer already exists 10:52:54 37ed10a46619: Layer already exists 10:52:54 4ff88a15583a: Layer already exists 10:52:54 767ba9a862aa: Layer already exists 10:52:54 3bc87cb3ac7b: Layer already exists 10:52:54 dd9c8f8612c8: Layer already exists 10:52:54 d77ebd9567e8: Layer already exists 10:52:54 4.1.0-dev.32: digest: sha256:fcafa5520359787949236bb9a2a3a4a4a51f92f4fd2a43482233867455f6a536 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:52:55 21a5b92a0a93: Preparing 10:52:55 3bc87cb3ac7b: Preparing 10:52:55 37ed10a46619: Preparing 10:52:55 767ba9a862aa: Preparing 10:52:55 4ff88a15583a: Preparing 10:52:55 d77ebd9567e8: Preparing 10:52:55 dd9c8f8612c8: Preparing 10:52:55 d77ebd9567e8: Waiting 10:52:55 dd9c8f8612c8: Waiting 10:52:55 4ff88a15583a: Layer already exists 10:52:55 767ba9a862aa: Layer already exists 10:52:55 3bc87cb3ac7b: Layer already exists 10:52:55 37ed10a46619: Layer already exists 10:52:55 21a5b92a0a93: Layer already exists 10:52:55 d77ebd9567e8: Layer already exists 10:52:55 dd9c8f8612c8: Layer already exists 10:52:55 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:fcafa5520359787949236bb9a2a3a4a4a51f92f4fd2a43482233867455f6a536 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:52:56 21a5b92a0a93: Preparing 10:52:56 3bc87cb3ac7b: Preparing 10:52:56 37ed10a46619: Preparing 10:52:56 767ba9a862aa: Preparing 10:52:56 4ff88a15583a: Preparing 10:52:56 d77ebd9567e8: Preparing 10:52:56 dd9c8f8612c8: Preparing 10:52:56 d77ebd9567e8: Waiting 10:52:56 dd9c8f8612c8: Waiting 10:52:56 3bc87cb3ac7b: Layer already exists 10:52:56 4ff88a15583a: Layer already exists 10:52:56 21a5b92a0a93: Layer already exists 10:52:56 37ed10a46619: Layer already exists 10:52:56 767ba9a862aa: Layer already exists 10:52:56 dd9c8f8612c8: Layer already exists 10:52:56 d77ebd9567e8: Layer already exists 10:52:56 main: digest: sha256:fcafa5520359787949236bb9a2a3a4a4a51f92f4fd2a43482233867455f6a536 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:57 ===================================================== [Pipeline] echo 10:52:57 taggedImages: 10:52:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:52:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.32 10:52:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:52:57 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 10:52:57 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:57 latest 10:52:57 4.1.0-dev.32 10:52:57 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:52:57 main 10:52:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:52:57 d39c4a89fde0: Preparing 10:52:57 b25a63f23708: Preparing 10:52:57 767ba9a862aa: Preparing 10:52:57 b92fb1b51c4d: Preparing 10:52:57 f32dd59bc752: Preparing 10:52:57 dd9c8f8612c8: Preparing 10:52:57 dd9c8f8612c8: Waiting 10:52:57 767ba9a862aa: Layer already exists 10:52:58 dd9c8f8612c8: Layer already exists 10:52:58 f32dd59bc752: Pushed 10:52:58 d39c4a89fde0: Pushed 10:52:58 b92fb1b51c4d: Pushed 10:53:03 b25a63f23708: Pushed 10:53:03 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:9938e1ced31b4e0f756b8e65e9cfd07ea314cd3e2a6134d220650ac14fd5d0f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:53:04 d39c4a89fde0: Preparing 10:53:04 b25a63f23708: Preparing 10:53:04 767ba9a862aa: Preparing 10:53:04 b92fb1b51c4d: Preparing 10:53:04 f32dd59bc752: Preparing 10:53:04 dd9c8f8612c8: Preparing 10:53:04 dd9c8f8612c8: Waiting 10:53:04 b25a63f23708: Layer already exists 10:53:04 767ba9a862aa: Layer already exists 10:53:04 b92fb1b51c4d: Layer already exists 10:53:04 d39c4a89fde0: Layer already exists 10:53:04 f32dd59bc752: Layer already exists 10:53:04 dd9c8f8612c8: Layer already exists 10:53:04 latest: digest: sha256:9938e1ced31b4e0f756b8e65e9cfd07ea314cd3e2a6134d220650ac14fd5d0f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.32 10:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:53:04 d39c4a89fde0: Preparing 10:53:04 b25a63f23708: Preparing 10:53:04 767ba9a862aa: Preparing 10:53:04 b92fb1b51c4d: Preparing 10:53:04 f32dd59bc752: Preparing 10:53:04 dd9c8f8612c8: Preparing 10:53:04 dd9c8f8612c8: Waiting 10:53:04 b25a63f23708: Layer already exists 10:53:04 767ba9a862aa: Layer already exists 10:53:04 f32dd59bc752: Layer already exists 10:53:04 b92fb1b51c4d: Layer already exists 10:53:04 d39c4a89fde0: Layer already exists 10:53:04 dd9c8f8612c8: Layer already exists 10:53:05 4.1.0-dev.32: digest: sha256:9938e1ced31b4e0f756b8e65e9cfd07ea314cd3e2a6134d220650ac14fd5d0f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:05 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:53:05 d39c4a89fde0: Preparing 10:53:05 b25a63f23708: Preparing 10:53:05 767ba9a862aa: Preparing 10:53:05 b92fb1b51c4d: Preparing 10:53:05 f32dd59bc752: Preparing 10:53:05 dd9c8f8612c8: Preparing 10:53:05 dd9c8f8612c8: Waiting 10:53:05 b25a63f23708: Layer already exists 10:53:05 f32dd59bc752: Layer already exists 10:53:05 b92fb1b51c4d: Layer already exists 10:53:05 d39c4a89fde0: Layer already exists 10:53:05 767ba9a862aa: Layer already exists 10:53:05 dd9c8f8612c8: Layer already exists 10:53:06 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:9938e1ced31b4e0f756b8e65e9cfd07ea314cd3e2a6134d220650ac14fd5d0f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:06 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 10:53:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:53:06 d39c4a89fde0: Preparing 10:53:06 b25a63f23708: Preparing 10:53:06 767ba9a862aa: Preparing 10:53:06 b92fb1b51c4d: Preparing 10:53:06 f32dd59bc752: Preparing 10:53:06 dd9c8f8612c8: Preparing 10:53:06 dd9c8f8612c8: Waiting 10:53:06 d39c4a89fde0: Layer already exists 10:53:06 b25a63f23708: Layer already exists 10:53:06 f32dd59bc752: Layer already exists 10:53:06 b92fb1b51c4d: Layer already exists 10:53:06 767ba9a862aa: Layer already exists 10:53:06 dd9c8f8612c8: Layer already exists 10:53:06 main: digest: sha256:9938e1ced31b4e0f756b8e65e9cfd07ea314cd3e2a6134d220650ac14fd5d0f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:53:06 ===================================================== [Pipeline] echo 10:53:06 taggedImages: 10:53:06 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:06 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:53:06 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.32 10:53:06 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:06 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:53:06 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:53:06 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:06 latest 10:53:06 4.1.0-dev.32 10:53:06 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:06 main 10:53:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:53:07 84b089e0d3cc: Preparing 10:53:07 5b3b025d34be: Preparing 10:53:07 644431b9e4b0: Preparing 10:53:07 37ed10a46619: Preparing 10:53:07 767ba9a862aa: Preparing 10:53:07 9c957aaf3069: Preparing 10:53:07 cb813351840f: Preparing 10:53:07 dd9c8f8612c8: Preparing 10:53:07 cb813351840f: Waiting 10:53:07 dd9c8f8612c8: Waiting 10:53:07 9c957aaf3069: Waiting 10:53:07 767ba9a862aa: Layer already exists 10:53:07 37ed10a46619: Layer already exists 10:53:08 9c957aaf3069: Layer already exists 10:53:08 cb813351840f: Layer already exists 10:53:08 dd9c8f8612c8: Layer already exists 10:53:08 5b3b025d34be: Pushed 10:53:08 84b089e0d3cc: Pushed 10:53:13 644431b9e4b0: Pushed 10:53:13 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:bab385ed33f7890ca34c75fb977629b07ad5eb063a852b746d49a5b5777683f4 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:53:14 84b089e0d3cc: Preparing 10:53:14 5b3b025d34be: Preparing 10:53:14 644431b9e4b0: Preparing 10:53:14 37ed10a46619: Preparing 10:53:14 767ba9a862aa: Preparing 10:53:14 9c957aaf3069: Preparing 10:53:14 cb813351840f: Preparing 10:53:14 dd9c8f8612c8: Preparing 10:53:14 9c957aaf3069: Waiting 10:53:14 cb813351840f: Waiting 10:53:14 dd9c8f8612c8: Waiting 10:53:14 644431b9e4b0: Layer already exists 10:53:14 37ed10a46619: Layer already exists 10:53:14 5b3b025d34be: Layer already exists 10:53:14 767ba9a862aa: Layer already exists 10:53:14 84b089e0d3cc: Layer already exists 10:53:14 dd9c8f8612c8: Layer already exists 10:53:14 9c957aaf3069: Layer already exists 10:53:14 cb813351840f: Layer already exists 10:53:14 latest: digest: sha256:bab385ed33f7890ca34c75fb977629b07ad5eb063a852b746d49a5b5777683f4 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.32 10:53:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:53:15 84b089e0d3cc: Preparing 10:53:15 5b3b025d34be: Preparing 10:53:15 644431b9e4b0: Preparing 10:53:15 37ed10a46619: Preparing 10:53:15 767ba9a862aa: Preparing 10:53:15 9c957aaf3069: Preparing 10:53:15 cb813351840f: Preparing 10:53:15 dd9c8f8612c8: Preparing 10:53:15 cb813351840f: Waiting 10:53:15 dd9c8f8612c8: Waiting 10:53:15 9c957aaf3069: Waiting 10:53:15 767ba9a862aa: Layer already exists 10:53:15 84b089e0d3cc: Layer already exists 10:53:15 644431b9e4b0: Layer already exists 10:53:15 37ed10a46619: Layer already exists 10:53:15 5b3b025d34be: Layer already exists 10:53:15 9c957aaf3069: Layer already exists 10:53:15 dd9c8f8612c8: Layer already exists 10:53:15 cb813351840f: Layer already exists 10:53:15 4.1.0-dev.32: digest: sha256:bab385ed33f7890ca34c75fb977629b07ad5eb063a852b746d49a5b5777683f4 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:53:15 84b089e0d3cc: Preparing 10:53:15 5b3b025d34be: Preparing 10:53:15 644431b9e4b0: Preparing 10:53:15 37ed10a46619: Preparing 10:53:15 767ba9a862aa: Preparing 10:53:15 9c957aaf3069: Preparing 10:53:15 cb813351840f: Preparing 10:53:15 9c957aaf3069: Waiting 10:53:15 dd9c8f8612c8: Preparing 10:53:15 cb813351840f: Waiting 10:53:15 dd9c8f8612c8: Waiting 10:53:15 84b089e0d3cc: Layer already exists 10:53:15 767ba9a862aa: Layer already exists 10:53:15 37ed10a46619: Layer already exists 10:53:15 644431b9e4b0: Layer already exists 10:53:15 5b3b025d34be: Layer already exists 10:53:15 cb813351840f: Layer already exists 10:53:15 dd9c8f8612c8: Layer already exists 10:53:15 9c957aaf3069: Layer already exists 10:53:16 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:bab385ed33f7890ca34c75fb977629b07ad5eb063a852b746d49a5b5777683f4 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:53:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:53:16 84b089e0d3cc: Preparing 10:53:16 5b3b025d34be: Preparing 10:53:16 644431b9e4b0: Preparing 10:53:16 37ed10a46619: Preparing 10:53:16 767ba9a862aa: Preparing 10:53:16 9c957aaf3069: Preparing 10:53:16 cb813351840f: Preparing 10:53:16 dd9c8f8612c8: Preparing 10:53:16 9c957aaf3069: Waiting 10:53:16 cb813351840f: Waiting 10:53:16 dd9c8f8612c8: Waiting 10:53:16 37ed10a46619: Layer already exists 10:53:16 767ba9a862aa: Layer already exists 10:53:16 84b089e0d3cc: Layer already exists 10:53:16 644431b9e4b0: Layer already exists 10:53:16 5b3b025d34be: Layer already exists 10:53:16 9c957aaf3069: Layer already exists 10:53:16 cb813351840f: Layer already exists 10:53:16 dd9c8f8612c8: Layer already exists 10:53:17 main: digest: sha256:bab385ed33f7890ca34c75fb977629b07ad5eb063a852b746d49a5b5777683f4 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:53:17 ===================================================== [Pipeline] echo 10:53:17 taggedImages: 10:53:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:53:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.32 10:53:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:53:17 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:53:17 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:17 latest 10:53:17 4.1.0-dev.32 10:53:17 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:17 main 10:53:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:53:18 1133e0f0223c: Preparing 10:53:18 993bae515ae6: Preparing 10:53:18 47d6578ed91b: Preparing 10:53:18 b38b6a7af1cb: Preparing 10:53:18 628e6f3e6b7b: Preparing 10:53:18 8fa3be4b2252: Preparing 10:53:18 282db8b954cc: Preparing 10:53:18 37ed10a46619: Preparing 10:53:18 767ba9a862aa: Preparing 10:53:18 0746ff367b96: Preparing 10:53:18 c4e7309dcd1c: Preparing 10:53:18 5f70bf18a086: Preparing 10:53:18 aaec8ea555ff: Preparing 10:53:18 153033d0a38e: Preparing 10:53:18 e749f5ab6bd5: Preparing 10:53:18 dd9c8f8612c8: Preparing 10:53:18 767ba9a862aa: Waiting 10:53:18 0746ff367b96: Waiting 10:53:18 c4e7309dcd1c: Waiting 10:53:18 5f70bf18a086: Waiting 10:53:18 aaec8ea555ff: Waiting 10:53:18 153033d0a38e: Waiting 10:53:18 e749f5ab6bd5: Waiting 10:53:18 dd9c8f8612c8: Waiting 10:53:18 8fa3be4b2252: Waiting 10:53:18 37ed10a46619: Waiting 10:53:18 282db8b954cc: Waiting 10:53:18 993bae515ae6: Pushed 10:53:18 47d6578ed91b: Pushed 10:53:18 628e6f3e6b7b: Pushed 10:53:18 b38b6a7af1cb: Pushed 10:53:18 37ed10a46619: Layer already exists 10:53:18 767ba9a862aa: Layer already exists 10:53:18 1133e0f0223c: Pushed 10:53:18 8fa3be4b2252: Pushed 10:53:18 5f70bf18a086: Layer already exists 10:53:18 0746ff367b96: Pushed 10:53:18 c4e7309dcd1c: Pushed 10:53:18 dd9c8f8612c8: Layer already exists 10:53:18 aaec8ea555ff: Pushed 10:53:18 153033d0a38e: Pushed 10:53:18 e749f5ab6bd5: Pushed 10:53:21 282db8b954cc: Pushed 10:53:21 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:1e85c36ee7a2cf9a50790ab151bcd11583fbdfe3f9313c78997520ab8c61034e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:53:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:53:22 1133e0f0223c: Preparing 10:53:22 993bae515ae6: Preparing 10:53:22 47d6578ed91b: Preparing 10:53:22 b38b6a7af1cb: Preparing 10:53:22 628e6f3e6b7b: Preparing 10:53:22 8fa3be4b2252: Preparing 10:53:22 282db8b954cc: Preparing 10:53:22 37ed10a46619: Preparing 10:53:22 767ba9a862aa: Preparing 10:53:22 0746ff367b96: Preparing 10:53:22 c4e7309dcd1c: Preparing 10:53:22 5f70bf18a086: Preparing 10:53:22 aaec8ea555ff: Preparing 10:53:22 153033d0a38e: Preparing 10:53:22 e749f5ab6bd5: Preparing 10:53:22 dd9c8f8612c8: Preparing 10:53:22 8fa3be4b2252: Waiting 10:53:22 37ed10a46619: Waiting 10:53:22 767ba9a862aa: Waiting 10:53:22 0746ff367b96: Waiting 10:53:22 c4e7309dcd1c: Waiting 10:53:22 5f70bf18a086: Waiting 10:53:22 e749f5ab6bd5: Waiting 10:53:22 dd9c8f8612c8: Waiting 10:53:22 aaec8ea555ff: Waiting 10:53:22 153033d0a38e: Waiting 10:53:22 282db8b954cc: Waiting 10:53:22 1133e0f0223c: Layer already exists 10:53:22 47d6578ed91b: Layer already exists 10:53:22 628e6f3e6b7b: Layer already exists 10:53:22 b38b6a7af1cb: Layer already exists 10:53:22 993bae515ae6: Layer already exists 10:53:22 282db8b954cc: Layer already exists 10:53:22 37ed10a46619: Layer already exists 10:53:22 8fa3be4b2252: Layer already exists 10:53:22 767ba9a862aa: Layer already exists 10:53:22 0746ff367b96: Layer already exists 10:53:22 aaec8ea555ff: Layer already exists 10:53:22 c4e7309dcd1c: Layer already exists 10:53:22 153033d0a38e: Layer already exists 10:53:22 5f70bf18a086: Layer already exists 10:53:22 e749f5ab6bd5: Layer already exists 10:53:22 dd9c8f8612c8: Layer already exists 10:53:22 latest: digest: sha256:1e85c36ee7a2cf9a50790ab151bcd11583fbdfe3f9313c78997520ab8c61034e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.32 10:53:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:53:23 1133e0f0223c: Preparing 10:53:23 993bae515ae6: Preparing 10:53:23 47d6578ed91b: Preparing 10:53:23 b38b6a7af1cb: Preparing 10:53:23 628e6f3e6b7b: Preparing 10:53:23 8fa3be4b2252: Preparing 10:53:23 282db8b954cc: Preparing 10:53:23 37ed10a46619: Preparing 10:53:23 767ba9a862aa: Preparing 10:53:23 0746ff367b96: Preparing 10:53:23 c4e7309dcd1c: Preparing 10:53:23 5f70bf18a086: Preparing 10:53:23 aaec8ea555ff: Preparing 10:53:23 153033d0a38e: Preparing 10:53:23 e749f5ab6bd5: Preparing 10:53:23 dd9c8f8612c8: Preparing 10:53:23 37ed10a46619: Waiting 10:53:23 5f70bf18a086: Waiting 10:53:23 767ba9a862aa: Waiting 10:53:23 aaec8ea555ff: Waiting 10:53:23 153033d0a38e: Waiting 10:53:23 e749f5ab6bd5: Waiting 10:53:23 dd9c8f8612c8: Waiting 10:53:23 8fa3be4b2252: Waiting 10:53:23 0746ff367b96: Waiting 10:53:23 c4e7309dcd1c: Waiting 10:53:23 628e6f3e6b7b: Layer already exists 10:53:23 b38b6a7af1cb: Layer already exists 10:53:23 993bae515ae6: Layer already exists 10:53:23 1133e0f0223c: Layer already exists 10:53:23 47d6578ed91b: Layer already exists 10:53:23 37ed10a46619: Layer already exists 10:53:23 8fa3be4b2252: Layer already exists 10:53:23 767ba9a862aa: Layer already exists 10:53:23 282db8b954cc: Layer already exists 10:53:23 0746ff367b96: Layer already exists 10:53:23 c4e7309dcd1c: Layer already exists 10:53:23 5f70bf18a086: Layer already exists 10:53:23 aaec8ea555ff: Layer already exists 10:53:23 e749f5ab6bd5: Layer already exists 10:53:23 153033d0a38e: Layer already exists 10:53:23 dd9c8f8612c8: Layer already exists 10:53:23 4.1.0-dev.32: digest: sha256:1e85c36ee7a2cf9a50790ab151bcd11583fbdfe3f9313c78997520ab8c61034e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:53:24 1133e0f0223c: Preparing 10:53:24 993bae515ae6: Preparing 10:53:24 47d6578ed91b: Preparing 10:53:24 b38b6a7af1cb: Preparing 10:53:24 628e6f3e6b7b: Preparing 10:53:24 8fa3be4b2252: Preparing 10:53:24 282db8b954cc: Preparing 10:53:24 37ed10a46619: Preparing 10:53:24 767ba9a862aa: Preparing 10:53:24 0746ff367b96: Preparing 10:53:24 c4e7309dcd1c: Preparing 10:53:24 5f70bf18a086: Preparing 10:53:24 aaec8ea555ff: Preparing 10:53:24 153033d0a38e: Preparing 10:53:24 e749f5ab6bd5: Preparing 10:53:24 dd9c8f8612c8: Preparing 10:53:24 8fa3be4b2252: Waiting 10:53:24 282db8b954cc: Waiting 10:53:24 37ed10a46619: Waiting 10:53:24 767ba9a862aa: Waiting 10:53:24 0746ff367b96: Waiting 10:53:24 c4e7309dcd1c: Waiting 10:53:24 5f70bf18a086: Waiting 10:53:24 aaec8ea555ff: Waiting 10:53:24 153033d0a38e: Waiting 10:53:24 e749f5ab6bd5: Waiting 10:53:24 dd9c8f8612c8: Waiting 10:53:24 b38b6a7af1cb: Layer already exists 10:53:24 47d6578ed91b: Layer already exists 10:53:24 628e6f3e6b7b: Layer already exists 10:53:24 1133e0f0223c: Layer already exists 10:53:24 993bae515ae6: Layer already exists 10:53:24 37ed10a46619: Layer already exists 10:53:24 8fa3be4b2252: Layer already exists 10:53:24 282db8b954cc: Layer already exists 10:53:24 767ba9a862aa: Layer already exists 10:53:24 0746ff367b96: Layer already exists 10:53:24 5f70bf18a086: Layer already exists 10:53:24 c4e7309dcd1c: Layer already exists 10:53:24 aaec8ea555ff: Layer already exists 10:53:24 e749f5ab6bd5: Layer already exists 10:53:24 153033d0a38e: Layer already exists 10:53:24 dd9c8f8612c8: Layer already exists 10:53:24 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:1e85c36ee7a2cf9a50790ab151bcd11583fbdfe3f9313c78997520ab8c61034e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:53:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:53:25 1133e0f0223c: Preparing 10:53:25 993bae515ae6: Preparing 10:53:25 47d6578ed91b: Preparing 10:53:25 b38b6a7af1cb: Preparing 10:53:25 628e6f3e6b7b: Preparing 10:53:25 8fa3be4b2252: Preparing 10:53:25 282db8b954cc: Preparing 10:53:25 8fa3be4b2252: Waiting 10:53:25 37ed10a46619: Preparing 10:53:25 282db8b954cc: Waiting 10:53:25 767ba9a862aa: Preparing 10:53:25 37ed10a46619: Waiting 10:53:25 767ba9a862aa: Waiting 10:53:25 0746ff367b96: Preparing 10:53:25 c4e7309dcd1c: Preparing 10:53:25 5f70bf18a086: Preparing 10:53:25 aaec8ea555ff: Preparing 10:53:25 0746ff367b96: Waiting 10:53:25 153033d0a38e: Preparing 10:53:25 e749f5ab6bd5: Preparing 10:53:25 5f70bf18a086: Waiting 10:53:25 dd9c8f8612c8: Preparing 10:53:25 aaec8ea555ff: Waiting 10:53:25 c4e7309dcd1c: Waiting 10:53:25 dd9c8f8612c8: Waiting 10:53:25 e749f5ab6bd5: Waiting 10:53:25 628e6f3e6b7b: Layer already exists 10:53:25 47d6578ed91b: Layer already exists 10:53:25 b38b6a7af1cb: Layer already exists 10:53:25 1133e0f0223c: Layer already exists 10:53:25 993bae515ae6: Layer already exists 10:53:25 282db8b954cc: Layer already exists 10:53:25 8fa3be4b2252: Layer already exists 10:53:25 37ed10a46619: Layer already exists 10:53:25 767ba9a862aa: Layer already exists 10:53:25 0746ff367b96: Layer already exists 10:53:25 aaec8ea555ff: Layer already exists 10:53:25 153033d0a38e: Layer already exists 10:53:25 c4e7309dcd1c: Layer already exists 10:53:25 e749f5ab6bd5: Layer already exists 10:53:25 5f70bf18a086: Layer already exists 10:53:25 dd9c8f8612c8: Layer already exists 10:53:25 main: digest: sha256:1e85c36ee7a2cf9a50790ab151bcd11583fbdfe3f9313c78997520ab8c61034e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:53:25 ===================================================== [Pipeline] echo 10:53:25 taggedImages: 10:53:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:53:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.32 10:53:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:53:25 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 10:53:25 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:25 latest 10:53:25 4.1.0-dev.32 10:53:25 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:25 main 10:53:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:26 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:53:26 eb875e0a5a02: Preparing 10:53:26 9f41e1373fdd: Preparing 10:53:26 b2a0fc6ba2dd: Preparing 10:53:26 8d95233d8ba7: Preparing 10:53:26 37ed10a46619: Preparing 10:53:26 767ba9a862aa: Preparing 10:53:26 9c957aaf3069: Preparing 10:53:26 767ba9a862aa: Waiting 10:53:26 cb813351840f: Preparing 10:53:26 9c957aaf3069: Waiting 10:53:26 dd9c8f8612c8: Preparing 10:53:26 cb813351840f: Waiting 10:53:26 dd9c8f8612c8: Waiting 10:53:26 37ed10a46619: Layer already exists 10:53:26 767ba9a862aa: Layer already exists 10:53:26 9c957aaf3069: Layer already exists 10:53:26 9f41e1373fdd: Pushed 10:53:26 b2a0fc6ba2dd: Pushed 10:53:26 cb813351840f: Layer already exists 10:53:26 eb875e0a5a02: Pushed 10:53:26 dd9c8f8612c8: Layer already exists 10:53:32 8d95233d8ba7: Pushed 10:53:32 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:d3a986627371848754463f66e3939f11f39162db77b093d08cb92a4f5c400d41 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:32 + 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 10:53:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:53:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:53:32 eb875e0a5a02: Preparing 10:53:32 9f41e1373fdd: Preparing 10:53:32 b2a0fc6ba2dd: Preparing 10:53:32 8d95233d8ba7: Preparing 10:53:32 37ed10a46619: Preparing 10:53:32 767ba9a862aa: Preparing 10:53:32 9c957aaf3069: Preparing 10:53:32 cb813351840f: Preparing 10:53:32 dd9c8f8612c8: Preparing 10:53:32 767ba9a862aa: Waiting 10:53:32 9c957aaf3069: Waiting 10:53:32 cb813351840f: Waiting 10:53:32 dd9c8f8612c8: Waiting 10:53:32 9f41e1373fdd: Layer already exists 10:53:32 b2a0fc6ba2dd: Layer already exists 10:53:32 8d95233d8ba7: Layer already exists 10:53:32 eb875e0a5a02: Layer already exists 10:53:32 37ed10a46619: Layer already exists 10:53:32 767ba9a862aa: Layer already exists 10:53:32 9c957aaf3069: Layer already exists 10:53:32 cb813351840f: Layer already exists 10:53:32 dd9c8f8612c8: Layer already exists 10:53:32 latest: digest: sha256:d3a986627371848754463f66e3939f11f39162db77b093d08cb92a4f5c400d41 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.32 10:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:53:33 eb875e0a5a02: Preparing 10:53:33 9f41e1373fdd: Preparing 10:53:33 b2a0fc6ba2dd: Preparing 10:53:33 8d95233d8ba7: Preparing 10:53:33 37ed10a46619: Preparing 10:53:33 767ba9a862aa: Preparing 10:53:33 9c957aaf3069: Preparing 10:53:33 cb813351840f: Preparing 10:53:33 dd9c8f8612c8: Preparing 10:53:33 767ba9a862aa: Waiting 10:53:33 9c957aaf3069: Waiting 10:53:33 cb813351840f: Waiting 10:53:33 dd9c8f8612c8: Waiting 10:53:33 b2a0fc6ba2dd: Layer already exists 10:53:33 37ed10a46619: Layer already exists 10:53:33 9f41e1373fdd: Layer already exists 10:53:33 eb875e0a5a02: Layer already exists 10:53:33 8d95233d8ba7: Layer already exists 10:53:33 767ba9a862aa: Layer already exists 10:53:33 9c957aaf3069: Layer already exists 10:53:33 cb813351840f: Layer already exists 10:53:33 dd9c8f8612c8: Layer already exists 10:53:34 4.1.0-dev.32: digest: sha256:d3a986627371848754463f66e3939f11f39162db77b093d08cb92a4f5c400d41 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:34 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:53:34 eb875e0a5a02: Preparing 10:53:34 9f41e1373fdd: Preparing 10:53:34 b2a0fc6ba2dd: Preparing 10:53:34 8d95233d8ba7: Preparing 10:53:34 37ed10a46619: Preparing 10:53:34 767ba9a862aa: Preparing 10:53:34 9c957aaf3069: Preparing 10:53:34 cb813351840f: Preparing 10:53:34 dd9c8f8612c8: Preparing 10:53:34 9c957aaf3069: Waiting 10:53:34 cb813351840f: Waiting 10:53:34 dd9c8f8612c8: Waiting 10:53:34 767ba9a862aa: Waiting 10:53:34 eb875e0a5a02: Layer already exists 10:53:34 37ed10a46619: Layer already exists 10:53:34 b2a0fc6ba2dd: Layer already exists 10:53:34 9f41e1373fdd: Layer already exists 10:53:34 8d95233d8ba7: Layer already exists 10:53:34 9c957aaf3069: Layer already exists 10:53:34 cb813351840f: Layer already exists 10:53:34 767ba9a862aa: Layer already exists 10:53:34 dd9c8f8612c8: Layer already exists 10:53:35 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:d3a986627371848754463f66e3939f11f39162db77b093d08cb92a4f5c400d41 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:35 + 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 10:53:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 10:53:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:53:35 eb875e0a5a02: Preparing 10:53:35 9f41e1373fdd: Preparing 10:53:35 b2a0fc6ba2dd: Preparing 10:53:35 8d95233d8ba7: Preparing 10:53:35 37ed10a46619: Preparing 10:53:35 767ba9a862aa: Preparing 10:53:35 9c957aaf3069: Preparing 10:53:35 cb813351840f: Preparing 10:53:35 dd9c8f8612c8: Preparing 10:53:35 9c957aaf3069: Waiting 10:53:35 cb813351840f: Waiting 10:53:35 dd9c8f8612c8: Waiting 10:53:35 767ba9a862aa: Waiting 10:53:35 8d95233d8ba7: Layer already exists 10:53:35 9f41e1373fdd: Layer already exists 10:53:35 eb875e0a5a02: Layer already exists 10:53:35 37ed10a46619: Layer already exists 10:53:35 b2a0fc6ba2dd: Layer already exists 10:53:35 9c957aaf3069: Layer already exists 10:53:35 767ba9a862aa: Layer already exists 10:53:35 cb813351840f: Layer already exists 10:53:35 dd9c8f8612c8: Layer already exists 10:53:36 main: digest: sha256:d3a986627371848754463f66e3939f11f39162db77b093d08cb92a4f5c400d41 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:53:36 ===================================================== [Pipeline] echo 10:53:36 taggedImages: 10:53:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:53:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.32 10:53:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:53:36 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:53:36 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:36 latest 10:53:36 4.1.0-dev.32 10:53:36 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:36 main 10:53:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:53:36 a266621d5a46: Preparing 10:53:36 da88377c7359: Preparing 10:53:36 75ce80987468: Preparing 10:53:36 08a0b040edc8: Preparing 10:53:36 4e50885f8072: Preparing 10:53:36 37ed10a46619: Preparing 10:53:36 767ba9a862aa: Preparing 10:53:36 57747a75f138: Preparing 10:53:36 25a8431d6952: Preparing 10:53:36 748dfd646e51: Preparing 10:53:36 dd9c8f8612c8: Preparing 10:53:36 57747a75f138: Waiting 10:53:36 25a8431d6952: Waiting 10:53:36 748dfd646e51: Waiting 10:53:36 dd9c8f8612c8: Waiting 10:53:36 37ed10a46619: Waiting 10:53:36 767ba9a862aa: Waiting 10:53:37 4e50885f8072: Pushed 10:53:37 da88377c7359: Pushed 10:53:37 08a0b040edc8: Pushed 10:53:37 a266621d5a46: Pushed 10:53:37 37ed10a46619: Layer already exists 10:53:37 767ba9a862aa: Layer already exists 10:53:37 dd9c8f8612c8: Layer already exists 10:53:37 57747a75f138: Pushed 10:53:37 25a8431d6952: Pushed 10:53:40 748dfd646e51: Pushed 10:53:41 75ce80987468: Pushed 10:53:41 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:96f2e0f28d24af117bb7813fdb462d0d2d4eb2b774b2a9144433c1de90a489df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:41 + 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 10:53:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:53:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:53:42 a266621d5a46: Preparing 10:53:42 da88377c7359: Preparing 10:53:42 75ce80987468: Preparing 10:53:42 08a0b040edc8: Preparing 10:53:42 4e50885f8072: Preparing 10:53:42 37ed10a46619: Preparing 10:53:42 767ba9a862aa: Preparing 10:53:42 37ed10a46619: Waiting 10:53:42 57747a75f138: Preparing 10:53:42 25a8431d6952: Preparing 10:53:42 748dfd646e51: Preparing 10:53:42 767ba9a862aa: Waiting 10:53:42 25a8431d6952: Waiting 10:53:42 dd9c8f8612c8: Preparing 10:53:42 748dfd646e51: Waiting 10:53:42 4e50885f8072: Layer already exists 10:53:42 a266621d5a46: Layer already exists 10:53:42 75ce80987468: Layer already exists 10:53:42 08a0b040edc8: Layer already exists 10:53:42 da88377c7359: Layer already exists 10:53:42 767ba9a862aa: Layer already exists 10:53:42 25a8431d6952: Layer already exists 10:53:42 37ed10a46619: Layer already exists 10:53:42 57747a75f138: Layer already exists 10:53:42 748dfd646e51: Layer already exists 10:53:42 dd9c8f8612c8: Layer already exists 10:53:42 latest: digest: sha256:96f2e0f28d24af117bb7813fdb462d0d2d4eb2b774b2a9144433c1de90a489df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.32 10:53:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:53:43 a266621d5a46: Preparing 10:53:43 da88377c7359: Preparing 10:53:43 75ce80987468: Preparing 10:53:43 08a0b040edc8: Preparing 10:53:43 4e50885f8072: Preparing 10:53:43 37ed10a46619: Preparing 10:53:43 767ba9a862aa: Preparing 10:53:43 57747a75f138: Preparing 10:53:43 25a8431d6952: Preparing 10:53:43 748dfd646e51: Preparing 10:53:43 dd9c8f8612c8: Preparing 10:53:43 37ed10a46619: Waiting 10:53:43 767ba9a862aa: Waiting 10:53:43 57747a75f138: Waiting 10:53:43 25a8431d6952: Waiting 10:53:43 748dfd646e51: Waiting 10:53:43 dd9c8f8612c8: Waiting 10:53:43 75ce80987468: Layer already exists 10:53:43 da88377c7359: Layer already exists 10:53:43 4e50885f8072: Layer already exists 10:53:43 08a0b040edc8: Layer already exists 10:53:43 a266621d5a46: Layer already exists 10:53:43 37ed10a46619: Layer already exists 10:53:43 767ba9a862aa: Layer already exists 10:53:43 25a8431d6952: Layer already exists 10:53:43 57747a75f138: Layer already exists 10:53:43 748dfd646e51: Layer already exists 10:53:43 dd9c8f8612c8: Layer already exists 10:53:43 4.1.0-dev.32: digest: sha256:96f2e0f28d24af117bb7813fdb462d0d2d4eb2b774b2a9144433c1de90a489df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:43 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:53:44 a266621d5a46: Preparing 10:53:44 da88377c7359: Preparing 10:53:44 75ce80987468: Preparing 10:53:44 08a0b040edc8: Preparing 10:53:44 4e50885f8072: Preparing 10:53:44 37ed10a46619: Preparing 10:53:44 767ba9a862aa: Preparing 10:53:44 57747a75f138: Preparing 10:53:44 25a8431d6952: Preparing 10:53:44 748dfd646e51: Preparing 10:53:44 dd9c8f8612c8: Preparing 10:53:44 37ed10a46619: Waiting 10:53:44 25a8431d6952: Waiting 10:53:44 748dfd646e51: Waiting 10:53:44 dd9c8f8612c8: Waiting 10:53:44 767ba9a862aa: Waiting 10:53:44 57747a75f138: Waiting 10:53:44 75ce80987468: Layer already exists 10:53:44 08a0b040edc8: Layer already exists 10:53:44 4e50885f8072: Layer already exists 10:53:44 a266621d5a46: Layer already exists 10:53:44 da88377c7359: Layer already exists 10:53:44 37ed10a46619: Layer already exists 10:53:44 57747a75f138: Layer already exists 10:53:44 767ba9a862aa: Layer already exists 10:53:44 748dfd646e51: Layer already exists 10:53:44 25a8431d6952: Layer already exists 10:53:44 dd9c8f8612c8: Layer already exists 10:53:44 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:96f2e0f28d24af117bb7813fdb462d0d2d4eb2b774b2a9144433c1de90a489df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:44 + 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 10:53:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:53:45 a266621d5a46: Preparing 10:53:45 da88377c7359: Preparing 10:53:45 75ce80987468: Preparing 10:53:45 08a0b040edc8: Preparing 10:53:45 4e50885f8072: Preparing 10:53:45 37ed10a46619: Preparing 10:53:45 767ba9a862aa: Preparing 10:53:45 57747a75f138: Preparing 10:53:45 25a8431d6952: Preparing 10:53:45 748dfd646e51: Preparing 10:53:45 dd9c8f8612c8: Preparing 10:53:45 57747a75f138: Waiting 10:53:45 767ba9a862aa: Waiting 10:53:45 25a8431d6952: Waiting 10:53:45 748dfd646e51: Waiting 10:53:45 dd9c8f8612c8: Waiting 10:53:45 37ed10a46619: Waiting 10:53:45 da88377c7359: Layer already exists 10:53:45 a266621d5a46: Layer already exists 10:53:45 08a0b040edc8: Layer already exists 10:53:45 4e50885f8072: Layer already exists 10:53:45 75ce80987468: Layer already exists 10:53:45 25a8431d6952: Layer already exists 10:53:45 767ba9a862aa: Layer already exists 10:53:45 37ed10a46619: Layer already exists 10:53:45 57747a75f138: Layer already exists 10:53:45 748dfd646e51: Layer already exists 10:53:45 dd9c8f8612c8: Layer already exists 10:53:45 main: digest: sha256:96f2e0f28d24af117bb7813fdb462d0d2d4eb2b774b2a9144433c1de90a489df size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:53:45 ===================================================== [Pipeline] echo 10:53:45 taggedImages: 10:53:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:53:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.32 10:53:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:53:45 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:53:45 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:45 latest 10:53:45 4.1.0-dev.32 10:53:45 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:45 main 10:53:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:53:46 a1864b498d3e: Preparing 10:53:46 2c3244d633fb: Preparing 10:53:46 762c16daf98f: Preparing 10:53:46 9cdb9096ca5e: Preparing 10:53:46 17db849c929a: Preparing 10:53:46 7d7ad31ae50f: Preparing 10:53:46 8f0fc4208528: Preparing 10:53:46 37ed10a46619: Preparing 10:53:46 767ba9a862aa: Preparing 10:53:46 2de70478e94e: Preparing 10:53:46 478593a8587f: Preparing 10:53:46 dd9c8f8612c8: Preparing 10:53:46 7d7ad31ae50f: Waiting 10:53:46 8f0fc4208528: Waiting 10:53:46 767ba9a862aa: Waiting 10:53:46 37ed10a46619: Waiting 10:53:46 2de70478e94e: Waiting 10:53:46 478593a8587f: Waiting 10:53:46 dd9c8f8612c8: Waiting 10:53:46 2c3244d633fb: Pushed 10:53:46 17db849c929a: Pushed 10:53:46 a1864b498d3e: Pushed 10:53:46 37ed10a46619: Layer already exists 10:53:46 767ba9a862aa: Layer already exists 10:53:46 8f0fc4208528: Pushed 10:53:46 7d7ad31ae50f: Pushed 10:53:46 dd9c8f8612c8: Layer already exists 10:53:46 2de70478e94e: Pushed 10:53:49 478593a8587f: Pushed 10:53:50 9cdb9096ca5e: Pushed 10:53:52 762c16daf98f: Pushed 10:53:52 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:59058ca8add969d8117a8db065c04be607b8ecef8d85be17bc36feb24902ac6e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:53 + 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 10:53:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:53:53 a1864b498d3e: Preparing 10:53:53 2c3244d633fb: Preparing 10:53:53 762c16daf98f: Preparing 10:53:53 9cdb9096ca5e: Preparing 10:53:53 17db849c929a: Preparing 10:53:53 7d7ad31ae50f: Preparing 10:53:53 8f0fc4208528: Preparing 10:53:53 37ed10a46619: Preparing 10:53:53 767ba9a862aa: Preparing 10:53:53 2de70478e94e: Preparing 10:53:53 478593a8587f: Preparing 10:53:53 dd9c8f8612c8: Preparing 10:53:53 37ed10a46619: Waiting 10:53:53 767ba9a862aa: Waiting 10:53:53 2de70478e94e: Waiting 10:53:53 478593a8587f: Waiting 10:53:53 dd9c8f8612c8: Waiting 10:53:53 7d7ad31ae50f: Waiting 10:53:53 8f0fc4208528: Waiting 10:53:53 a1864b498d3e: Layer already exists 10:53:53 17db849c929a: Layer already exists 10:53:53 9cdb9096ca5e: Layer already exists 10:53:53 762c16daf98f: Layer already exists 10:53:53 2c3244d633fb: Layer already exists 10:53:53 7d7ad31ae50f: Layer already exists 10:53:53 2de70478e94e: Layer already exists 10:53:53 767ba9a862aa: Layer already exists 10:53:53 8f0fc4208528: Layer already exists 10:53:53 37ed10a46619: Layer already exists 10:53:53 478593a8587f: Layer already exists 10:53:53 dd9c8f8612c8: Layer already exists 10:53:53 latest: digest: sha256:59058ca8add969d8117a8db065c04be607b8ecef8d85be17bc36feb24902ac6e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.32 10:53:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:53:54 a1864b498d3e: Preparing 10:53:54 2c3244d633fb: Preparing 10:53:54 762c16daf98f: Preparing 10:53:54 9cdb9096ca5e: Preparing 10:53:54 17db849c929a: Preparing 10:53:54 7d7ad31ae50f: Preparing 10:53:54 8f0fc4208528: Preparing 10:53:54 37ed10a46619: Preparing 10:53:54 767ba9a862aa: Preparing 10:53:54 2de70478e94e: Preparing 10:53:54 478593a8587f: Preparing 10:53:54 8f0fc4208528: Waiting 10:53:54 7d7ad31ae50f: Waiting 10:53:54 37ed10a46619: Waiting 10:53:54 767ba9a862aa: Waiting 10:53:54 2de70478e94e: Waiting 10:53:54 dd9c8f8612c8: Preparing 10:53:54 478593a8587f: Waiting 10:53:54 dd9c8f8612c8: Waiting 10:53:54 2c3244d633fb: Layer already exists 10:53:54 17db849c929a: Layer already exists 10:53:54 9cdb9096ca5e: Layer already exists 10:53:54 a1864b498d3e: Layer already exists 10:53:54 762c16daf98f: Layer already exists 10:53:54 37ed10a46619: Layer already exists 10:53:54 7d7ad31ae50f: Layer already exists 10:53:54 8f0fc4208528: Layer already exists 10:53:54 2de70478e94e: Layer already exists 10:53:54 767ba9a862aa: Layer already exists 10:53:54 478593a8587f: Layer already exists 10:53:54 dd9c8f8612c8: Layer already exists 10:53:54 4.1.0-dev.32: digest: sha256:59058ca8add969d8117a8db065c04be607b8ecef8d85be17bc36feb24902ac6e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:55 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:53:55 a1864b498d3e: Preparing 10:53:55 2c3244d633fb: Preparing 10:53:55 762c16daf98f: Preparing 10:53:55 9cdb9096ca5e: Preparing 10:53:55 17db849c929a: Preparing 10:53:55 7d7ad31ae50f: Preparing 10:53:55 8f0fc4208528: Preparing 10:53:55 37ed10a46619: Preparing 10:53:55 767ba9a862aa: Preparing 10:53:55 2de70478e94e: Preparing 10:53:55 478593a8587f: Preparing 10:53:55 dd9c8f8612c8: Preparing 10:53:55 7d7ad31ae50f: Waiting 10:53:55 8f0fc4208528: Waiting 10:53:55 37ed10a46619: Waiting 10:53:55 767ba9a862aa: Waiting 10:53:55 2de70478e94e: Waiting 10:53:55 478593a8587f: Waiting 10:53:55 dd9c8f8612c8: Waiting 10:53:55 17db849c929a: Layer already exists 10:53:55 9cdb9096ca5e: Layer already exists 10:53:55 a1864b498d3e: Layer already exists 10:53:55 2c3244d633fb: Layer already exists 10:53:55 762c16daf98f: Layer already exists 10:53:55 8f0fc4208528: Layer already exists 10:53:55 37ed10a46619: Layer already exists 10:53:55 7d7ad31ae50f: Layer already exists 10:53:55 2de70478e94e: Layer already exists 10:53:55 767ba9a862aa: Layer already exists 10:53:55 dd9c8f8612c8: Layer already exists 10:53:55 478593a8587f: Layer already exists 10:53:55 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:59058ca8add969d8117a8db065c04be607b8ecef8d85be17bc36feb24902ac6e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:56 + 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 10:53:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:53:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:53:56 a1864b498d3e: Preparing 10:53:56 2c3244d633fb: Preparing 10:53:56 762c16daf98f: Preparing 10:53:56 9cdb9096ca5e: Preparing 10:53:56 17db849c929a: Preparing 10:53:56 7d7ad31ae50f: Preparing 10:53:56 8f0fc4208528: Preparing 10:53:56 37ed10a46619: Preparing 10:53:56 767ba9a862aa: Preparing 10:53:56 2de70478e94e: Preparing 10:53:56 478593a8587f: Preparing 10:53:56 dd9c8f8612c8: Preparing 10:53:56 7d7ad31ae50f: Waiting 10:53:56 8f0fc4208528: Waiting 10:53:56 37ed10a46619: Waiting 10:53:56 767ba9a862aa: Waiting 10:53:56 2de70478e94e: Waiting 10:53:56 478593a8587f: Waiting 10:53:56 dd9c8f8612c8: Waiting 10:53:56 762c16daf98f: Layer already exists 10:53:56 17db849c929a: Layer already exists 10:53:56 2c3244d633fb: Layer already exists 10:53:56 9cdb9096ca5e: Layer already exists 10:53:56 a1864b498d3e: Layer already exists 10:53:56 8f0fc4208528: Layer already exists 10:53:56 7d7ad31ae50f: Layer already exists 10:53:56 37ed10a46619: Layer already exists 10:53:56 767ba9a862aa: Layer already exists 10:53:56 2de70478e94e: Layer already exists 10:53:56 dd9c8f8612c8: Layer already exists 10:53:56 478593a8587f: Layer already exists 10:53:56 main: digest: sha256:59058ca8add969d8117a8db065c04be607b8ecef8d85be17bc36feb24902ac6e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:53:56 ===================================================== [Pipeline] echo 10:53:56 taggedImages: 10:53:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:53:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.32 10:53:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:53:56 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:53:56 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:56 latest 10:53:56 4.1.0-dev.32 10:53:56 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:53:56 main 10:53:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:53:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:53:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:53:57 987679e2b364: Preparing 10:53:57 84662e99cacd: Preparing 10:53:57 37ed10a46619: Preparing 10:53:57 767ba9a862aa: Preparing 10:53:57 ea8daf86242f: Preparing 10:53:57 c1f58483e4ac: Preparing 10:53:57 dd9c8f8612c8: Preparing 10:53:57 c1f58483e4ac: Waiting 10:53:57 dd9c8f8612c8: Waiting 10:53:57 767ba9a862aa: Layer already exists 10:53:57 37ed10a46619: Layer already exists 10:53:57 ea8daf86242f: Pushed 10:53:57 dd9c8f8612c8: Layer already exists 10:53:57 987679e2b364: Pushed 10:53:59 c1f58483e4ac: Pushed 10:54:05 84662e99cacd: Pushed 10:54:05 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:2cfed14bbce930b7a28b2f688926c988b7f14ec2d7e2651b420f41a25d055be4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:05 + 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 10:54:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:54:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:54:05 987679e2b364: Preparing 10:54:05 84662e99cacd: Preparing 10:54:05 37ed10a46619: Preparing 10:54:05 767ba9a862aa: Preparing 10:54:05 ea8daf86242f: Preparing 10:54:05 c1f58483e4ac: Preparing 10:54:05 dd9c8f8612c8: Preparing 10:54:05 c1f58483e4ac: Waiting 10:54:05 dd9c8f8612c8: Waiting 10:54:05 37ed10a46619: Layer already exists 10:54:05 84662e99cacd: Layer already exists 10:54:05 987679e2b364: Layer already exists 10:54:05 ea8daf86242f: Layer already exists 10:54:05 767ba9a862aa: Layer already exists 10:54:05 c1f58483e4ac: Layer already exists 10:54:05 dd9c8f8612c8: Layer already exists 10:54:05 latest: digest: sha256:2cfed14bbce930b7a28b2f688926c988b7f14ec2d7e2651b420f41a25d055be4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:06 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.32 10:54:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:54:06 987679e2b364: Preparing 10:54:06 84662e99cacd: Preparing 10:54:06 37ed10a46619: Preparing 10:54:06 767ba9a862aa: Preparing 10:54:06 ea8daf86242f: Preparing 10:54:06 c1f58483e4ac: Preparing 10:54:06 dd9c8f8612c8: Preparing 10:54:06 c1f58483e4ac: Waiting 10:54:06 dd9c8f8612c8: Waiting 10:54:06 ea8daf86242f: Layer already exists 10:54:06 37ed10a46619: Layer already exists 10:54:06 84662e99cacd: Layer already exists 10:54:06 987679e2b364: Layer already exists 10:54:06 767ba9a862aa: Layer already exists 10:54:06 c1f58483e4ac: Layer already exists 10:54:06 dd9c8f8612c8: Layer already exists 10:54:07 4.1.0-dev.32: digest: sha256:2cfed14bbce930b7a28b2f688926c988b7f14ec2d7e2651b420f41a25d055be4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:07 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:54:07 987679e2b364: Preparing 10:54:07 84662e99cacd: Preparing 10:54:07 37ed10a46619: Preparing 10:54:07 767ba9a862aa: Preparing 10:54:07 ea8daf86242f: Preparing 10:54:07 c1f58483e4ac: Preparing 10:54:07 dd9c8f8612c8: Preparing 10:54:07 c1f58483e4ac: Waiting 10:54:07 dd9c8f8612c8: Waiting 10:54:07 987679e2b364: Layer already exists 10:54:07 84662e99cacd: Layer already exists 10:54:07 37ed10a46619: Layer already exists 10:54:07 ea8daf86242f: Layer already exists 10:54:07 767ba9a862aa: Layer already exists 10:54:07 c1f58483e4ac: Layer already exists 10:54:07 dd9c8f8612c8: Layer already exists 10:54:07 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:2cfed14bbce930b7a28b2f688926c988b7f14ec2d7e2651b420f41a25d055be4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:08 + 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 10:54:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:54:08 987679e2b364: Preparing 10:54:08 84662e99cacd: Preparing 10:54:08 37ed10a46619: Preparing 10:54:08 767ba9a862aa: Preparing 10:54:08 ea8daf86242f: Preparing 10:54:08 c1f58483e4ac: Preparing 10:54:08 dd9c8f8612c8: Preparing 10:54:08 c1f58483e4ac: Waiting 10:54:08 dd9c8f8612c8: Waiting 10:54:08 767ba9a862aa: Layer already exists 10:54:08 84662e99cacd: Layer already exists 10:54:08 37ed10a46619: Layer already exists 10:54:08 987679e2b364: Layer already exists 10:54:08 ea8daf86242f: Layer already exists 10:54:08 dd9c8f8612c8: Layer already exists 10:54:08 c1f58483e4ac: Layer already exists 10:54:09 main: digest: sha256:2cfed14bbce930b7a28b2f688926c988b7f14ec2d7e2651b420f41a25d055be4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:09 ===================================================== [Pipeline] echo 10:54:09 taggedImages: 10:54:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:54:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:54:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.32 10:54:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:54:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:54:09 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:54:09 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:54:09 latest 10:54:09 4.1.0-dev.32 10:54:09 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:54:09 main 10:54:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:09 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:54:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:54:10 e8f10f30baf1: Preparing 10:54:10 630a14d6f79a: Preparing 10:54:10 eeab6cf31a88: Preparing 10:54:10 37ed10a46619: Preparing 10:54:10 767ba9a862aa: Preparing 10:54:10 e9b6e7a0f077: Preparing 10:54:10 17d1437288e0: Preparing 10:54:10 ba519c897771: Preparing 10:54:10 dbb88bbc8e71: Preparing 10:54:10 dd9c8f8612c8: Preparing 10:54:10 ba519c897771: Waiting 10:54:10 dbb88bbc8e71: Waiting 10:54:10 dd9c8f8612c8: Waiting 10:54:10 e9b6e7a0f077: Waiting 10:54:10 17d1437288e0: Waiting 10:54:10 37ed10a46619: Layer already exists 10:54:10 767ba9a862aa: Layer already exists 10:54:10 e8f10f30baf1: Pushed 10:54:10 630a14d6f79a: Pushed 10:54:10 eeab6cf31a88: Pushed 10:54:10 dd9c8f8612c8: Layer already exists 10:54:10 ba519c897771: Pushed 10:54:11 dbb88bbc8e71: Pushed 10:54:20 17d1437288e0: Pushed 10:54:36 e9b6e7a0f077: Pushed 10:54:36 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:c0ff63713e36dfb0be2bef367f455921cb9549fcc2fd05153e60fd31ee528fe6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:36 + 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 10:54:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:54:36 e8f10f30baf1: Preparing 10:54:36 630a14d6f79a: Preparing 10:54:36 eeab6cf31a88: Preparing 10:54:36 37ed10a46619: Preparing 10:54:36 767ba9a862aa: Preparing 10:54:36 e9b6e7a0f077: Preparing 10:54:36 17d1437288e0: Preparing 10:54:36 ba519c897771: Preparing 10:54:36 dbb88bbc8e71: Preparing 10:54:36 dd9c8f8612c8: Preparing 10:54:36 e9b6e7a0f077: Waiting 10:54:36 17d1437288e0: Waiting 10:54:36 ba519c897771: Waiting 10:54:36 dbb88bbc8e71: Waiting 10:54:36 dd9c8f8612c8: Waiting 10:54:36 767ba9a862aa: Layer already exists 10:54:36 eeab6cf31a88: Layer already exists 10:54:36 630a14d6f79a: Layer already exists 10:54:36 e8f10f30baf1: Layer already exists 10:54:36 37ed10a46619: Layer already exists 10:54:36 17d1437288e0: Layer already exists 10:54:36 ba519c897771: Layer already exists 10:54:36 dbb88bbc8e71: Layer already exists 10:54:36 dd9c8f8612c8: Layer already exists 10:54:36 e9b6e7a0f077: Layer already exists 10:54:37 latest: digest: sha256:c0ff63713e36dfb0be2bef367f455921cb9549fcc2fd05153e60fd31ee528fe6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:37 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.32 10:54:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:54:38 e8f10f30baf1: Preparing 10:54:38 630a14d6f79a: Preparing 10:54:38 eeab6cf31a88: Preparing 10:54:38 37ed10a46619: Preparing 10:54:38 767ba9a862aa: Preparing 10:54:38 e9b6e7a0f077: Preparing 10:54:38 17d1437288e0: Preparing 10:54:38 ba519c897771: Preparing 10:54:38 dbb88bbc8e71: Preparing 10:54:38 dd9c8f8612c8: Preparing 10:54:38 ba519c897771: Waiting 10:54:38 dbb88bbc8e71: Waiting 10:54:38 dd9c8f8612c8: Waiting 10:54:38 e9b6e7a0f077: Waiting 10:54:38 17d1437288e0: Waiting 10:54:38 eeab6cf31a88: Layer already exists 10:54:38 e8f10f30baf1: Layer already exists 10:54:38 630a14d6f79a: Layer already exists 10:54:38 767ba9a862aa: Layer already exists 10:54:38 37ed10a46619: Layer already exists 10:54:38 ba519c897771: Layer already exists 10:54:38 dbb88bbc8e71: Layer already exists 10:54:38 e9b6e7a0f077: Layer already exists 10:54:38 dd9c8f8612c8: Layer already exists 10:54:38 17d1437288e0: Layer already exists 10:54:38 4.1.0-dev.32: digest: sha256:c0ff63713e36dfb0be2bef367f455921cb9549fcc2fd05153e60fd31ee528fe6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:54:39 e8f10f30baf1: Preparing 10:54:39 630a14d6f79a: Preparing 10:54:39 eeab6cf31a88: Preparing 10:54:39 37ed10a46619: Preparing 10:54:39 767ba9a862aa: Preparing 10:54:39 e9b6e7a0f077: Preparing 10:54:39 17d1437288e0: Preparing 10:54:39 ba519c897771: Preparing 10:54:39 dbb88bbc8e71: Preparing 10:54:39 dd9c8f8612c8: Preparing 10:54:39 17d1437288e0: Waiting 10:54:39 ba519c897771: Waiting 10:54:39 dbb88bbc8e71: Waiting 10:54:39 dd9c8f8612c8: Waiting 10:54:39 e9b6e7a0f077: Waiting 10:54:39 37ed10a46619: Layer already exists 10:54:39 767ba9a862aa: Layer already exists 10:54:39 630a14d6f79a: Layer already exists 10:54:39 e8f10f30baf1: Layer already exists 10:54:39 eeab6cf31a88: Layer already exists 10:54:39 dbb88bbc8e71: Layer already exists 10:54:39 17d1437288e0: Layer already exists 10:54:39 e9b6e7a0f077: Layer already exists 10:54:39 ba519c897771: Layer already exists 10:54:39 dd9c8f8612c8: Layer already exists 10:54:39 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:c0ff63713e36dfb0be2bef367f455921cb9549fcc2fd05153e60fd31ee528fe6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:39 + 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 10:54:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:54:40 e8f10f30baf1: Preparing 10:54:40 630a14d6f79a: Preparing 10:54:40 eeab6cf31a88: Preparing 10:54:40 37ed10a46619: Preparing 10:54:40 767ba9a862aa: Preparing 10:54:40 e9b6e7a0f077: Preparing 10:54:40 17d1437288e0: Preparing 10:54:40 ba519c897771: Preparing 10:54:40 dbb88bbc8e71: Preparing 10:54:40 dd9c8f8612c8: Preparing 10:54:40 e9b6e7a0f077: Waiting 10:54:40 dbb88bbc8e71: Waiting 10:54:40 17d1437288e0: Waiting 10:54:40 ba519c897771: Waiting 10:54:40 dd9c8f8612c8: Waiting 10:54:40 37ed10a46619: Layer already exists 10:54:40 e8f10f30baf1: Layer already exists 10:54:40 eeab6cf31a88: Layer already exists 10:54:40 767ba9a862aa: Layer already exists 10:54:40 630a14d6f79a: Layer already exists 10:54:40 17d1437288e0: Layer already exists 10:54:40 e9b6e7a0f077: Layer already exists 10:54:40 ba519c897771: Layer already exists 10:54:40 dbb88bbc8e71: Layer already exists 10:54:40 dd9c8f8612c8: Layer already exists 10:54:40 main: digest: sha256:c0ff63713e36dfb0be2bef367f455921cb9549fcc2fd05153e60fd31ee528fe6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:40 ===================================================== [Pipeline] echo 10:54:40 taggedImages: 10:54:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:54:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:54:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.32 10:54:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:54:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:54:40 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:54:40 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:54:40 latest 10:54:40 4.1.0-dev.32 10:54:40 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:54:40 main 10:54:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:54:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:54:41 190fb941a389: Preparing 10:54:41 4456eaf53185: Preparing 10:54:41 3f4dafac0e55: Preparing 10:54:41 37ed10a46619: Preparing 10:54:41 767ba9a862aa: Preparing 10:54:41 dc315041be52: Preparing 10:54:41 250fe3ee3562: Preparing 10:54:41 f582d0587d1b: Preparing 10:54:41 dd9c8f8612c8: Preparing 10:54:41 250fe3ee3562: Waiting 10:54:41 f582d0587d1b: Waiting 10:54:41 dd9c8f8612c8: Waiting 10:54:41 dc315041be52: Waiting 10:54:41 37ed10a46619: Layer already exists 10:54:41 767ba9a862aa: Layer already exists 10:54:41 3f4dafac0e55: Pushed 10:54:41 4456eaf53185: Pushed 10:54:41 250fe3ee3562: Pushed 10:54:41 190fb941a389: Pushed 10:54:41 dd9c8f8612c8: Layer already exists 10:54:42 f582d0587d1b: Pushed 10:55:08 dc315041be52: Pushed 10:55:08 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:5e5b69b7aef97bf8a74a93a2ff0781bd1f3ee466475fd97a7c92ecdf07bdb374 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:09 + 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 10:55:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:55:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:55:09 190fb941a389: Preparing 10:55:09 4456eaf53185: Preparing 10:55:09 3f4dafac0e55: Preparing 10:55:09 37ed10a46619: Preparing 10:55:09 767ba9a862aa: Preparing 10:55:09 dc315041be52: Preparing 10:55:09 250fe3ee3562: Preparing 10:55:09 f582d0587d1b: Preparing 10:55:09 dd9c8f8612c8: Preparing 10:55:09 250fe3ee3562: Waiting 10:55:09 f582d0587d1b: Waiting 10:55:09 dd9c8f8612c8: Waiting 10:55:09 dc315041be52: Waiting 10:55:09 3f4dafac0e55: Layer already exists 10:55:09 767ba9a862aa: Layer already exists 10:55:09 4456eaf53185: Layer already exists 10:55:09 37ed10a46619: Layer already exists 10:55:09 190fb941a389: Layer already exists 10:55:09 dc315041be52: Layer already exists 10:55:09 f582d0587d1b: Layer already exists 10:55:09 250fe3ee3562: Layer already exists 10:55:09 dd9c8f8612c8: Layer already exists 10:55:09 latest: digest: sha256:5e5b69b7aef97bf8a74a93a2ff0781bd1f3ee466475fd97a7c92ecdf07bdb374 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.32 10:55:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:55:10 190fb941a389: Preparing 10:55:10 4456eaf53185: Preparing 10:55:10 3f4dafac0e55: Preparing 10:55:10 37ed10a46619: Preparing 10:55:10 767ba9a862aa: Preparing 10:55:10 dc315041be52: Preparing 10:55:10 250fe3ee3562: Preparing 10:55:10 f582d0587d1b: Preparing 10:55:10 dd9c8f8612c8: Preparing 10:55:10 250fe3ee3562: Waiting 10:55:10 f582d0587d1b: Waiting 10:55:10 dd9c8f8612c8: Waiting 10:55:10 dc315041be52: Waiting 10:55:10 767ba9a862aa: Layer already exists 10:55:10 4456eaf53185: Layer already exists 10:55:10 190fb941a389: Layer already exists 10:55:10 3f4dafac0e55: Layer already exists 10:55:10 37ed10a46619: Layer already exists 10:55:10 dc315041be52: Layer already exists 10:55:10 250fe3ee3562: Layer already exists 10:55:10 dd9c8f8612c8: Layer already exists 10:55:10 f582d0587d1b: Layer already exists 10:55:10 4.1.0-dev.32: digest: sha256:5e5b69b7aef97bf8a74a93a2ff0781bd1f3ee466475fd97a7c92ecdf07bdb374 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:55:11 190fb941a389: Preparing 10:55:11 4456eaf53185: Preparing 10:55:11 3f4dafac0e55: Preparing 10:55:11 37ed10a46619: Preparing 10:55:11 767ba9a862aa: Preparing 10:55:11 dc315041be52: Preparing 10:55:11 250fe3ee3562: Preparing 10:55:11 f582d0587d1b: Preparing 10:55:11 dd9c8f8612c8: Preparing 10:55:11 250fe3ee3562: Waiting 10:55:11 f582d0587d1b: Waiting 10:55:11 dc315041be52: Waiting 10:55:11 dd9c8f8612c8: Waiting 10:55:11 767ba9a862aa: Layer already exists 10:55:11 37ed10a46619: Layer already exists 10:55:11 4456eaf53185: Layer already exists 10:55:11 3f4dafac0e55: Layer already exists 10:55:11 190fb941a389: Layer already exists 10:55:11 f582d0587d1b: Layer already exists 10:55:11 250fe3ee3562: Layer already exists 10:55:11 dc315041be52: Layer already exists 10:55:11 dd9c8f8612c8: Layer already exists 10:55:11 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:5e5b69b7aef97bf8a74a93a2ff0781bd1f3ee466475fd97a7c92ecdf07bdb374 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:12 + 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 10:55:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:55:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:55:13 190fb941a389: Preparing 10:55:13 4456eaf53185: Preparing 10:55:13 3f4dafac0e55: Preparing 10:55:13 37ed10a46619: Preparing 10:55:13 767ba9a862aa: Preparing 10:55:13 dc315041be52: Preparing 10:55:13 250fe3ee3562: Preparing 10:55:13 f582d0587d1b: Preparing 10:55:13 dd9c8f8612c8: Preparing 10:55:13 250fe3ee3562: Waiting 10:55:13 f582d0587d1b: Waiting 10:55:13 dd9c8f8612c8: Waiting 10:55:13 dc315041be52: Waiting 10:55:13 3f4dafac0e55: Layer already exists 10:55:13 190fb941a389: Layer already exists 10:55:13 37ed10a46619: Layer already exists 10:55:13 767ba9a862aa: Layer already exists 10:55:13 4456eaf53185: Layer already exists 10:55:13 dc315041be52: Layer already exists 10:55:13 250fe3ee3562: Layer already exists 10:55:13 f582d0587d1b: Layer already exists 10:55:13 dd9c8f8612c8: Layer already exists 10:55:13 main: digest: sha256:5e5b69b7aef97bf8a74a93a2ff0781bd1f3ee466475fd97a7c92ecdf07bdb374 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:13 ===================================================== [Pipeline] echo 10:55:13 taggedImages: 10:55:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:55:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:55:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.32 10:55:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:55:13 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:55:13 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:55:13 latest 10:55:13 4.1.0-dev.32 10:55:13 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:13 main 10:55:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:14 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:55:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:55:14 d64f53e1ee91: Preparing 10:55:14 df78f89a84d1: Preparing 10:55:14 b0f9cb010638: Preparing 10:55:14 37ed10a46619: Preparing 10:55:14 767ba9a862aa: Preparing 10:55:14 73c9f1eb2ce4: Preparing 10:55:14 ba519c897771: Preparing 10:55:14 dbb88bbc8e71: Preparing 10:55:14 dd9c8f8612c8: Preparing 10:55:14 73c9f1eb2ce4: Waiting 10:55:14 dbb88bbc8e71: Waiting 10:55:14 dd9c8f8612c8: Waiting 10:55:14 ba519c897771: Waiting 10:55:14 767ba9a862aa: Layer already exists 10:55:14 37ed10a46619: Layer already exists 10:55:14 ba519c897771: Layer already exists 10:55:14 dbb88bbc8e71: Layer already exists 10:55:14 dd9c8f8612c8: Layer already exists 10:55:14 d64f53e1ee91: Pushed 10:55:14 b0f9cb010638: Pushed 10:55:14 df78f89a84d1: Pushed 10:55:41 73c9f1eb2ce4: Pushed 10:55:41 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:9529f58b59555e9f6771841f405934b579ac9f59c096311ebf1c193444fb9d00 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:41 + 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 10:55:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:55:42 d64f53e1ee91: Preparing 10:55:42 df78f89a84d1: Preparing 10:55:42 b0f9cb010638: Preparing 10:55:42 37ed10a46619: Preparing 10:55:42 767ba9a862aa: Preparing 10:55:42 73c9f1eb2ce4: Preparing 10:55:42 ba519c897771: Preparing 10:55:42 dbb88bbc8e71: Preparing 10:55:42 dd9c8f8612c8: Preparing 10:55:42 ba519c897771: Waiting 10:55:42 73c9f1eb2ce4: Waiting 10:55:42 dd9c8f8612c8: Waiting 10:55:42 df78f89a84d1: Layer already exists 10:55:42 767ba9a862aa: Layer already exists 10:55:42 d64f53e1ee91: Layer already exists 10:55:42 37ed10a46619: Layer already exists 10:55:42 b0f9cb010638: Layer already exists 10:55:42 dbb88bbc8e71: Layer already exists 10:55:42 73c9f1eb2ce4: Layer already exists 10:55:42 ba519c897771: Layer already exists 10:55:42 dd9c8f8612c8: Layer already exists 10:55:42 latest: digest: sha256:9529f58b59555e9f6771841f405934b579ac9f59c096311ebf1c193444fb9d00 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:42 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.32 10:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:55:43 d64f53e1ee91: Preparing 10:55:43 df78f89a84d1: Preparing 10:55:43 b0f9cb010638: Preparing 10:55:43 37ed10a46619: Preparing 10:55:43 767ba9a862aa: Preparing 10:55:43 73c9f1eb2ce4: Preparing 10:55:43 ba519c897771: Preparing 10:55:43 dbb88bbc8e71: Preparing 10:55:43 dd9c8f8612c8: Preparing 10:55:43 73c9f1eb2ce4: Waiting 10:55:43 ba519c897771: Waiting 10:55:43 dbb88bbc8e71: Waiting 10:55:43 dd9c8f8612c8: Waiting 10:55:43 df78f89a84d1: Layer already exists 10:55:43 b0f9cb010638: Layer already exists 10:55:43 37ed10a46619: Layer already exists 10:55:43 d64f53e1ee91: Layer already exists 10:55:43 767ba9a862aa: Layer already exists 10:55:43 dbb88bbc8e71: Layer already exists 10:55:43 ba519c897771: Layer already exists 10:55:43 dd9c8f8612c8: Layer already exists 10:55:43 73c9f1eb2ce4: Layer already exists 10:55:43 4.1.0-dev.32: digest: sha256:9529f58b59555e9f6771841f405934b579ac9f59c096311ebf1c193444fb9d00 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:43 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:55:44 d64f53e1ee91: Preparing 10:55:44 df78f89a84d1: Preparing 10:55:44 b0f9cb010638: Preparing 10:55:44 37ed10a46619: Preparing 10:55:44 767ba9a862aa: Preparing 10:55:44 73c9f1eb2ce4: Preparing 10:55:44 ba519c897771: Preparing 10:55:44 dbb88bbc8e71: Preparing 10:55:44 dd9c8f8612c8: Preparing 10:55:44 73c9f1eb2ce4: Waiting 10:55:44 ba519c897771: Waiting 10:55:44 dbb88bbc8e71: Waiting 10:55:44 dd9c8f8612c8: Waiting 10:55:44 37ed10a46619: Layer already exists 10:55:44 df78f89a84d1: Layer already exists 10:55:44 b0f9cb010638: Layer already exists 10:55:44 d64f53e1ee91: Layer already exists 10:55:44 767ba9a862aa: Layer already exists 10:55:44 73c9f1eb2ce4: Layer already exists 10:55:44 dbb88bbc8e71: Layer already exists 10:55:44 ba519c897771: Layer already exists 10:55:44 dd9c8f8612c8: Layer already exists 10:55:44 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:9529f58b59555e9f6771841f405934b579ac9f59c096311ebf1c193444fb9d00 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:44 + 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 10:55:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:55:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:55:44 d64f53e1ee91: Preparing 10:55:44 df78f89a84d1: Preparing 10:55:44 b0f9cb010638: Preparing 10:55:44 37ed10a46619: Preparing 10:55:44 767ba9a862aa: Preparing 10:55:44 73c9f1eb2ce4: Preparing 10:55:44 ba519c897771: Preparing 10:55:44 dbb88bbc8e71: Preparing 10:55:44 dd9c8f8612c8: Preparing 10:55:44 73c9f1eb2ce4: Waiting 10:55:44 ba519c897771: Waiting 10:55:44 dd9c8f8612c8: Waiting 10:55:44 dbb88bbc8e71: Waiting 10:55:44 df78f89a84d1: Layer already exists 10:55:44 37ed10a46619: Layer already exists 10:55:44 d64f53e1ee91: Layer already exists 10:55:44 b0f9cb010638: Layer already exists 10:55:44 767ba9a862aa: Layer already exists 10:55:44 73c9f1eb2ce4: Layer already exists 10:55:44 ba519c897771: Layer already exists 10:55:44 dbb88bbc8e71: Layer already exists 10:55:44 dd9c8f8612c8: Layer already exists 10:55:45 main: digest: sha256:9529f58b59555e9f6771841f405934b579ac9f59c096311ebf1c193444fb9d00 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:45 ===================================================== [Pipeline] echo 10:55:45 taggedImages: 10:55:45 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:55:45 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:55:45 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.32 10:55:45 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:45 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:55:45 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:55:45 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:55:45 latest 10:55:45 4.1.0-dev.32 10:55:45 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:45 main 10:55:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:55:46 f2b794dbdc2a: Preparing 10:55:46 f4191f9203aa: Preparing 10:55:46 37ed10a46619: Preparing 10:55:46 767ba9a862aa: Preparing 10:55:46 eeb446f85287: Preparing 10:55:46 6e5cf0becd4f: Preparing 10:55:46 dd9c8f8612c8: Preparing 10:55:46 6e5cf0becd4f: Waiting 10:55:46 767ba9a862aa: Layer already exists 10:55:46 37ed10a46619: Layer already exists 10:55:46 dd9c8f8612c8: Layer already exists 10:55:46 eeb446f85287: Pushed 10:55:46 f2b794dbdc2a: Pushed 10:55:48 6e5cf0becd4f: Pushed 10:55:54 f4191f9203aa: Pushed 10:55:54 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:f82db8df6dfb81f39a7c82b37ba02f9a2cb45bd3035b785532bf1054d2acb820 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:55 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:55:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:55:55 f2b794dbdc2a: Preparing 10:55:55 f4191f9203aa: Preparing 10:55:55 37ed10a46619: Preparing 10:55:55 767ba9a862aa: Preparing 10:55:55 eeb446f85287: Preparing 10:55:55 6e5cf0becd4f: Preparing 10:55:55 dd9c8f8612c8: Preparing 10:55:55 6e5cf0becd4f: Waiting 10:55:55 dd9c8f8612c8: Waiting 10:55:55 f2b794dbdc2a: Layer already exists 10:55:55 f4191f9203aa: Layer already exists 10:55:55 37ed10a46619: Layer already exists 10:55:55 767ba9a862aa: Layer already exists 10:55:55 eeb446f85287: Layer already exists 10:55:55 dd9c8f8612c8: Layer already exists 10:55:55 6e5cf0becd4f: Layer already exists 10:55:55 latest: digest: sha256:f82db8df6dfb81f39a7c82b37ba02f9a2cb45bd3035b785532bf1054d2acb820 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.32 10:55:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:55:56 f2b794dbdc2a: Preparing 10:55:56 f4191f9203aa: Preparing 10:55:56 37ed10a46619: Preparing 10:55:56 767ba9a862aa: Preparing 10:55:56 eeb446f85287: Preparing 10:55:56 6e5cf0becd4f: Preparing 10:55:56 dd9c8f8612c8: Preparing 10:55:56 6e5cf0becd4f: Waiting 10:55:56 dd9c8f8612c8: Waiting 10:55:56 37ed10a46619: Layer already exists 10:55:56 eeb446f85287: Layer already exists 10:55:56 f4191f9203aa: Layer already exists 10:55:56 f2b794dbdc2a: Layer already exists 10:55:56 767ba9a862aa: Layer already exists 10:55:56 6e5cf0becd4f: Layer already exists 10:55:56 dd9c8f8612c8: Layer already exists 10:55:56 4.1.0-dev.32: digest: sha256:f82db8df6dfb81f39a7c82b37ba02f9a2cb45bd3035b785532bf1054d2acb820 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:55:58 f2b794dbdc2a: Preparing 10:55:58 f4191f9203aa: Preparing 10:55:58 37ed10a46619: Preparing 10:55:58 767ba9a862aa: Preparing 10:55:58 eeb446f85287: Preparing 10:55:58 6e5cf0becd4f: Preparing 10:55:58 dd9c8f8612c8: Preparing 10:55:58 dd9c8f8612c8: Waiting 10:55:58 6e5cf0becd4f: Waiting 10:55:58 767ba9a862aa: Layer already exists 10:55:58 eeb446f85287: Layer already exists 10:55:58 f2b794dbdc2a: Layer already exists 10:55:58 37ed10a46619: Layer already exists 10:55:58 f4191f9203aa: Layer already exists 10:55:58 6e5cf0becd4f: Layer already exists 10:55:58 dd9c8f8612c8: Layer already exists 10:55:59 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:f82db8df6dfb81f39a7c82b37ba02f9a2cb45bd3035b785532bf1054d2acb820 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:55:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:55:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:55:59 f2b794dbdc2a: Preparing 10:55:59 f4191f9203aa: Preparing 10:55:59 37ed10a46619: Preparing 10:55:59 767ba9a862aa: Preparing 10:55:59 eeb446f85287: Preparing 10:55:59 6e5cf0becd4f: Preparing 10:55:59 dd9c8f8612c8: Preparing 10:55:59 6e5cf0becd4f: Waiting 10:55:59 dd9c8f8612c8: Waiting 10:55:59 eeb446f85287: Layer already exists 10:55:59 37ed10a46619: Layer already exists 10:55:59 f2b794dbdc2a: Layer already exists 10:55:59 767ba9a862aa: Layer already exists 10:55:59 f4191f9203aa: Layer already exists 10:55:59 6e5cf0becd4f: Layer already exists 10:55:59 dd9c8f8612c8: Layer already exists 10:56:00 main: digest: sha256:f82db8df6dfb81f39a7c82b37ba02f9a2cb45bd3035b785532bf1054d2acb820 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:00 ===================================================== [Pipeline] echo 10:56:00 taggedImages: 10:56:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:56:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:56:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.32 10:56:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:56:00 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:56:00 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:56:00 558ac52a256ab934d6750f823eba2f9d905ec0e4 10:56:00 latest 10:56:00 4.1.0-dev.32 10:56:00 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:56:00 main 10:56:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:56:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:56:00 9c30b006aab0: Preparing 10:56:00 dd08318deea8: Preparing 10:56:00 37ed10a46619: Preparing 10:56:00 767ba9a862aa: Preparing 10:56:00 5a7320352e6e: Preparing 10:56:00 40b2b8c26e10: Preparing 10:56:00 dd9c8f8612c8: Preparing 10:56:00 40b2b8c26e10: Waiting 10:56:00 dd9c8f8612c8: Waiting 10:56:00 767ba9a862aa: Layer already exists 10:56:01 37ed10a46619: Layer already exists 10:56:01 dd9c8f8612c8: Layer already exists 10:56:01 9c30b006aab0: Pushed 10:56:01 5a7320352e6e: Pushed 10:56:01 40b2b8c26e10: Pushed 10:56:10 dd08318deea8: Pushed 10:56:10 558ac52a256ab934d6750f823eba2f9d905ec0e4: digest: sha256:bac8ff79708a392ad417692221104e52ec76c31e102bebb412c376bde6c552ba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:56:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:56:10 9c30b006aab0: Preparing 10:56:10 dd08318deea8: Preparing 10:56:10 37ed10a46619: Preparing 10:56:10 767ba9a862aa: Preparing 10:56:10 5a7320352e6e: Preparing 10:56:10 40b2b8c26e10: Preparing 10:56:10 dd9c8f8612c8: Preparing 10:56:10 dd9c8f8612c8: Waiting 10:56:10 40b2b8c26e10: Waiting 10:56:10 37ed10a46619: Layer already exists 10:56:10 9c30b006aab0: Layer already exists 10:56:10 767ba9a862aa: Layer already exists 10:56:10 dd08318deea8: Layer already exists 10:56:10 5a7320352e6e: Layer already exists 10:56:10 dd9c8f8612c8: Layer already exists 10:56:10 40b2b8c26e10: Layer already exists 10:56:11 latest: digest: sha256:bac8ff79708a392ad417692221104e52ec76c31e102bebb412c376bde6c552ba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.32 10:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:56:11 9c30b006aab0: Preparing 10:56:11 dd08318deea8: Preparing 10:56:11 37ed10a46619: Preparing 10:56:11 767ba9a862aa: Preparing 10:56:11 5a7320352e6e: Preparing 10:56:11 40b2b8c26e10: Preparing 10:56:11 dd9c8f8612c8: Preparing 10:56:11 40b2b8c26e10: Waiting 10:56:11 dd9c8f8612c8: Waiting 10:56:11 dd08318deea8: Layer already exists 10:56:11 9c30b006aab0: Layer already exists 10:56:11 767ba9a862aa: Layer already exists 10:56:11 5a7320352e6e: Layer already exists 10:56:11 37ed10a46619: Layer already exists 10:56:11 40b2b8c26e10: Layer already exists 10:56:11 dd9c8f8612c8: Layer already exists 10:56:11 4.1.0-dev.32: digest: sha256:bac8ff79708a392ad417692221104e52ec76c31e102bebb412c376bde6c552ba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:12 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:56:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:56:12 9c30b006aab0: Preparing 10:56:12 dd08318deea8: Preparing 10:56:12 37ed10a46619: Preparing 10:56:12 767ba9a862aa: Preparing 10:56:12 5a7320352e6e: Preparing 10:56:12 40b2b8c26e10: Preparing 10:56:12 40b2b8c26e10: Waiting 10:56:12 dd9c8f8612c8: Preparing 10:56:12 dd9c8f8612c8: Waiting 10:56:12 dd08318deea8: Layer already exists 10:56:12 9c30b006aab0: Layer already exists 10:56:12 767ba9a862aa: Layer already exists 10:56:12 5a7320352e6e: Layer already exists 10:56:12 37ed10a46619: Layer already exists 10:56:12 40b2b8c26e10: Layer already exists 10:56:12 dd9c8f8612c8: Layer already exists 10:56:12 558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32: digest: sha256:bac8ff79708a392ad417692221104e52ec76c31e102bebb412c376bde6c552ba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:56:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:56:13 9c30b006aab0: Preparing 10:56:13 dd08318deea8: Preparing 10:56:13 37ed10a46619: Preparing 10:56:13 767ba9a862aa: Preparing 10:56:13 5a7320352e6e: Preparing 10:56:13 40b2b8c26e10: Preparing 10:56:13 dd9c8f8612c8: Preparing 10:56:13 40b2b8c26e10: Waiting 10:56:13 dd9c8f8612c8: Waiting 10:56:13 dd08318deea8: Layer already exists 10:56:13 9c30b006aab0: Layer already exists 10:56:13 37ed10a46619: Layer already exists 10:56:13 767ba9a862aa: Layer already exists 10:56:13 5a7320352e6e: Layer already exists 10:56:13 40b2b8c26e10: Layer already exists 10:56:13 dd9c8f8612c8: Layer already exists 10:56:13 main: digest: sha256:bac8ff79708a392ad417692221104e52ec76c31e102bebb412c376bde6c552ba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:13 ===================================================== [Pipeline] echo 10:56:13 taggedImages: 10:56:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 10:56:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:56:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.32 10:56:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 10:56:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.32 [Pipeline] echo 10:56:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:558ac52a256ab934d6750f823eba2f9d905ec0e4-4.1.0-dev.32 [Pipeline] echo 10:56:14 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 10:56:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:56:15 10:56:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:56:15 arm64: Pulling from edgex-lftools-log-publisher 10:56:15 8998bd30e6a1: Pulling fs layer 10:56:15 04944245beec: Pulling fs layer 10:56:15 699f458cf7ca: Pulling fs layer 10:56:15 765212b225bb: Pulling fs layer 10:56:15 f23df028b6ca: Pulling fs layer 10:56:15 d65c8cfc05b1: Pulling fs layer 10:56:15 2437ff75d9bd: Pulling fs layer 10:56:15 f23df028b6ca: Waiting 10:56:15 d65c8cfc05b1: Waiting 10:56:15 2437ff75d9bd: Waiting 10:56:15 765212b225bb: Waiting 10:56:16 04944245beec: Verifying Checksum 10:56:16 04944245beec: Download complete 10:56:16 765212b225bb: Verifying Checksum 10:56:16 765212b225bb: Download complete 10:56:16 f23df028b6ca: Verifying Checksum 10:56:16 f23df028b6ca: Download complete 10:56:16 d65c8cfc05b1: Verifying Checksum 10:56:16 d65c8cfc05b1: Download complete 10:56:16 699f458cf7ca: Verifying Checksum 10:56:16 699f458cf7ca: Download complete 10:56:16 8998bd30e6a1: Verifying Checksum 10:56:16 8998bd30e6a1: Download complete 10:56:19 2437ff75d9bd: Verifying Checksum 10:56:19 2437ff75d9bd: Download complete 10:56:21 8998bd30e6a1: Pull complete 10:56:21 04944245beec: Pull complete 10:56:23 699f458cf7ca: Pull complete 10:56:23 765212b225bb: Pull complete 10:56:24 f23df028b6ca: Pull complete 10:56:24 d65c8cfc05b1: Pull complete 10:56:42 2437ff75d9bd: Pull complete 10:56:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:56:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:56:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:56:42 prd-ubuntu20.04-docker-arm64-4c-16g-4260 does not seem to be running inside a container 10:56:42 $ 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/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@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 10:56:45 $ docker top f60de61178d832c8f908315032cac88f726142ca8c0bca1ab97a88a3ad2e7159 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:56:46 ---> job-cost.sh 10:56:46 lf-activate-venv: SKIPPING 10:56:46 INFO: No Stack... 10:56:46 INFO: Retrieving Pricing Info for: v3-standard-4 10:56:47 INFO: Archiving Costs [Pipeline] sh 10:56:47 + cut -d, -f6 10:56:47 + cat /w/workspace/edgex-go/864/archives/cost.csv [Pipeline] lock 10:56:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-864-stack-cost] 10:56:48 Resource [jenkins-edgexfoundry-edgex-go-main-864-stack-cost] did not exist. Created. 10:56:48 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-864-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:56:48 + echo total: 0.10999999940395355 [Pipeline] stash 10:56:49 Stashed 1 file(s) [Pipeline] } 10:56:49 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-864-stack-cost] [Pipeline] // lock [Pipeline] } 10:56:49 $ docker stop --time=1 f60de61178d832c8f908315032cac88f726142ca8c0bca1ab97a88a3ad2e7159 10:56:50 $ docker rm -f --volumes f60de61178d832c8f908315032cac88f726142ca8c0bca1ab97a88a3ad2e7159 [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 10:56:51 provisioning config files... 10:56:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/864@tmp/config7739382431151442617tmp [Pipeline] { [Pipeline] sh 10:56:51 + set +x 10:56:51 + + curl -s https://codecov.io/bash 10:56:51 bash -s -- 10:56:51 10:56:51 _____ _ 10:56:51 / ____| | | 10:56:51 | | ___ __| | ___ ___ _____ __ 10:56:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:56:51 | |___| (_) | (_| | __/ (_| (_) \ V / 10:56:51 \_____\___/ \__,_|\___|\___\___/ \_/ 10:56:51 Bash-1.0.6 10:56:51 10:56:51 10:56:51 ==> git version 2.25.1 found 10:56:51 ==> 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 10:56:51 Release-Date: 2020-01-08 10:56:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:56:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:56:51 ==> Jenkins CI detected. 10:56:51 current dir:  /w/workspace/edgex-go/864 10:56:51 project root: . 10:56:51 --> token set from env 10:56:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:56:51 ==> Running gcov in . (disable via -X gcov) 10:56:51 ==> Python coveragepy not found 10:56:51 ==> Searching for coverage reports in: 10:56:51 + . 10:56:51 -> Found 1 reports 10:56:51 ==> Detecting git/mercurial file structure 10:56:51 ==> Reading reports 10:56:51 + ./coverage.out bytes=1666034 10:56:51 ==> Appending adjustments 10:56:51 https://docs.codecov.io/docs/fixing-reports 10:56:53 + Found adjustments 10:56:53 ==> Gzipping contents 10:56:53 140K /tmp/codecov.OWABv8.gz 10:56:53 ==> Uploading reports 10:56:53 url: https://codecov.io 10:56:53 query: branch=main&commit=558ac52a256ab934d6750f823eba2f9d905ec0e4&build=864&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F864%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:56:53 -> Pinging Codecov 10:56:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=558ac52a256ab934d6750f823eba2f9d905ec0e4&build=864&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F864%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:56:53 -> Uploading to 10:56:53 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/558ac52a256ab934d6750f823eba2f9d905ec0e4/84205f76-abc9-4f07-b0f3-b004633d720a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250630%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250630T105653Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c4e74103fc5861c2a1c71ff66614a1978366c29c54e9b705e6f9c6cb01ea4c79 10:56:53 % Total % Received % Xferd Average Speed Time Time Time Current 10:56:53 Dload Upload Total Spent Left Speed 10:56:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 358k --:--:-- --:--:-- --:--:-- 357k 10:56:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/558ac52a256ab934d6750f823eba2f9d905ec0e4 [Pipeline] } 10:56:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:56:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:56:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:56:54 10:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:56:54 latest: Pulling from edgex-devops/edgex-snyk-go 10:56:54 0a9a5dfd008f: Already exists 10:56:54 36466aa92d05: Already exists 10:56:54 e10405b45d13: Already exists 10:56:54 096b7ceb2af7: Already exists 10:56:54 4f4fb700ef54: Already exists 10:56:54 e50aa161e22a: Pulling fs layer 10:56:54 d3c8db5fb9df: Pulling fs layer 10:56:54 e50aa161e22a: Download complete 10:56:55 e50aa161e22a: Pull complete 10:56:55 d3c8db5fb9df: Download complete 10:56:58 d3c8db5fb9df: Pull complete 10:56:58 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 10:56:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:56:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:56:58 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:56:58 $ 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/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 10:56:59 $ docker top 971e46f194ae69f964587a71f0d3162bb60a72dc678990e55709360885228489 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:00 + git config --global --add safe.directory /w/workspace/edgex-go/864 [Pipeline] echo 10:57:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:57:00 + set -o pipefail 10:57:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:57:10 10:57:10 Monitoring /w/workspace/edgex-go/864 (github.com/edgexfoundry/edgex-go)... 10:57:10 10:57:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/4e8c7ce3-bd19-46ad-9363-85ddc1420e63 10:57:10 10:57:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:57:10 [Pipeline] } 10:57:10 $ docker stop --time=1 971e46f194ae69f964587a71f0d3162bb60a72dc678990e55709360885228489 10:57:12 $ docker rm -f --volumes 971e46f194ae69f964587a71f0d3162bb60a72dc678990e55709360885228489 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:57:13 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:13 provisioning config files... 10:57:13 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/864@tmp/config14984082739647235826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:57:13 --> edgex-publish-swagger.sh 10:57:13 === Publish openapi API === 10:57:13 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 10:57:13 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/864/openapi/core-command.yaml] 10:57:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:13 Dload Upload Total Spent Left Speed 10:57:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 266 131k --:--:-- --:--:-- --:--:-- 131k 10:57:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:13 10:57:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/864/openapi/core-data.yaml] 10:57:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:13 Dload Upload Total Spent Left Speed 10:57:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 481 498k --:--:-- --:--:-- --:--:-- 499k 10:57:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:13 10:57:13 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/864/openapi/core-keeper.yaml] 10:57:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:13 Dload Upload Total Spent Left Speed 10:57:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 254 113k --:--:-- --:--:-- --:--:-- 114k 10:57:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:13 10:57:13 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/864/openapi/core-metadata.yaml] 10:57:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:13 Dload Upload Total Spent Left Speed 10:57:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 269 640k --:--:-- --:--:-- --:--:-- 640k 10:57:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:14 10:57:14 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/864/openapi/security-proxy-auth.yaml] 10:57:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:14 Dload Upload Total Spent Left Speed 10:57:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 528 191k --:--:-- --:--:-- --:--:-- 191k 10:57:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:14 10:57:14 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/864/openapi/security-secretstore-setup.yaml] 10:57:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:14 Dload Upload Total Spent Left Speed 10:57:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 536 31813 --:--:-- --:--:-- --:--:-- 32349 10:57:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:14 10:57:14 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/864/openapi/support-notifications.yaml] 10:57:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:14 Dload Upload Total Spent Left Speed 10:57:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 385 570k --:--:-- --:--:-- --:--:-- 568k 10:57:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:14 10:57:14 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/864/openapi/support-scheduler.yaml] 10:57:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:57:14 Dload Upload Total Spent Left Speed 10:57:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 478 358k --:--:-- --:--:-- --:--:-- 359k 10:57:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:57:14 [Pipeline] } 10:57:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:57:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:57:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:15 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:57:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:57:16 $ docker top 4b72ae3e85d27c3b898f1bd030f859c588f3800080c8361defbca65b5cf962ab -eo pid,comm 10:57:16 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). 10:57:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:57:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:57:16 [ssh-agent] Looking for ssh-agent implementation... 10:57:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:57:16 $ docker exec 4b72ae3e85d27c3b898f1bd030f859c588f3800080c8361defbca65b5cf962ab ssh-agent 10:57:16 SSH_AUTH_SOCK=/tmp/ssh-2vrnRYwDD9rN/agent.32 10:57:16 SSH_AGENT_PID=38 10:57:16 Running ssh-add (command line suppressed) 10:57:16 Identity added: /w/workspace/edgex-go/864@tmp/private_key_8784806754299119396.key (/w/workspace/edgex-go/864@tmp/private_key_8784806754299119396.key) 10:57:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:57:16 + git semver tag 10:57:17 2025-06-30 10:57:17,202 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:57:17 2025-06-30 10:57:17,206 [run_tag] DEBUG tag force:False 10:57:17 2025-06-30 10:57:17,206 [check_head_tag] DEBUG check head tag 10:57:17 2025-06-30 10:57:17,207 [execute] INFO git cat-file --batch-check 10:57:17 2025-06-30 10:57:17,207 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/864, stdin=, shell=False, universal_newlines=False) 10:57:17 2025-06-30 10:57:17,210 [execute] INFO git cat-file --batch 10:57:17 2025-06-30 10:57:17,210 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/864, stdin=, shell=False, universal_newlines=False) 10:57:17 2025-06-30 10:57:17,227 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:57:17 2025-06-30 10:57:17,227 [execute] INFO git tag -a v4.1.0-dev.32 -m v4.1.0-dev.32 10:57:17 2025-06-30 10:57:17,227 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.32', '-m', 'v4.1.0-dev.32'], cwd=/w/workspace/edgex-go/864, stdin=None, shell=False, universal_newlines=False) 10:57:17 2025-06-30 10:57:17,230 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:57:17 4.1.0-dev.32 [Pipeline] } 10:57:17 $ docker exec --env ******** --env ******** 4b72ae3e85d27c3b898f1bd030f859c588f3800080c8361defbca65b5cf962ab ssh-agent -k 10:57:17 unset SSH_AUTH_SOCK; 10:57:17 unset SSH_AGENT_PID; 10:57:17 echo Agent pid 38 killed; 10:57:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:17 + git semver [Pipeline] } 10:57:18 $ docker stop --time=1 4b72ae3e85d27c3b898f1bd030f859c588f3800080c8361defbca65b5cf962ab 10:57:19 $ docker rm -f --volumes 4b72ae3e85d27c3b898f1bd030f859c588f3800080c8361defbca65b5cf962ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:57:19 10:57:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:57:20 0.23.1-centos7: Pulling from edgex-lftools 10:57:20 ab5ef0e58194: Pulling fs layer 10:57:20 9712f1f96733: Pulling fs layer 10:57:20 63f879dbbcfc: Pulling fs layer 10:57:20 0d9ebad4ef96: Pulling fs layer 10:57:20 e9a5061849ea: Pulling fs layer 10:57:20 d747dcd14b5f: Pulling fs layer 10:57:20 2de7ff778b66: Pulling fs layer 10:57:20 e9a5061849ea: Waiting 10:57:20 d747dcd14b5f: Waiting 10:57:20 2de7ff778b66: Waiting 10:57:20 0d9ebad4ef96: Waiting 10:57:20 9712f1f96733: Download complete 10:57:20 63f879dbbcfc: Verifying Checksum 10:57:20 63f879dbbcfc: Download complete 10:57:20 e9a5061849ea: Verifying Checksum 10:57:20 e9a5061849ea: Download complete 10:57:20 d747dcd14b5f: Verifying Checksum 10:57:20 d747dcd14b5f: Download complete 10:57:20 0d9ebad4ef96: Verifying Checksum 10:57:20 0d9ebad4ef96: Download complete 10:57:20 ab5ef0e58194: Verifying Checksum 10:57:20 ab5ef0e58194: Download complete 10:57:20 2de7ff778b66: Verifying Checksum 10:57:20 2de7ff778b66: Download complete 10:57:23 ab5ef0e58194: Pull complete 10:57:23 9712f1f96733: Pull complete 10:57:24 63f879dbbcfc: Pull complete 10:57:27 0d9ebad4ef96: Pull complete 10:57:27 e9a5061849ea: Pull complete 10:57:27 d747dcd14b5f: Pull complete 10:57:28 2de7ff778b66: Pull complete 10:57:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:57:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:57:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:28 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:57:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:57:30 $ docker top 9d901b48bef26b7f239c9dfa1f9c51f2d6cddaaaa13a69b0be03ce94a5cc2356 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:57:30 provisioning config files... 10:57:30 copy managed file [sigul-config] to file:/w/workspace/edgex-go/864@tmp/config5900041776686309816tmp 10:57:30 copy managed file [sigul-password] to file:/w/workspace/edgex-go/864@tmp/config13118431211490759909tmp 10:57:30 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/864@tmp/config9102157365397136005tmp [Pipeline] { [Pipeline] echo 10:57:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:57:31 ---> sigul-configuration.sh 10:57:31 gpg: directory `/root/.gnupg' created 10:57:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:57:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:57:31 gpg: keyring `/root/.gnupg/secring.gpg' created 10:57:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:57:31 gpg: CAST5 encrypted data 10:57:31 gpg: encrypted with 1 passphrase 10:57:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:57:31 + mkdir /home/jenkins 10:57:31 + mkdir /home/jenkins/sigul [Pipeline] sh 10:57:31 + 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 10:57:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:57:31 ---> sigul-install.sh 10:57:31 Sigul already installed; skipping installation. [Pipeline] sh 10:57:32 + git tag --list 10:57:32 0.6.0 10:57:32 0.6.1 10:57:32 0.7.0 10:57:32 0.7.1 10:57:32 v1.0.0 10:57:32 v1.0.1 10:57:32 v1.1.0 10:57:32 v1.2.0 10:57:32 v1.2.1 10:57:32 v1.3.0 10:57:32 v1.3.1 10:57:32 v2.0.0 10:57:32 v2.1.0 10:57:32 v2.1.1 10:57:32 v2.2.0 10:57:32 v2.3.0 10:57:32 v3.0 10:57:32 v3.0.0 10:57:32 v3.1 10:57:32 v3.1.0 10:57:32 v3.1.1 10:57:32 v4.0 10:57:32 v4.0.0 10:57:32 v4.0.1 10:57:32 v4.0.1-dev.1 10:57:32 v4.1.0-dev.1 10:57:32 v4.1.0-dev.10 10:57:32 v4.1.0-dev.11 10:57:32 v4.1.0-dev.12 10:57:32 v4.1.0-dev.13 10:57:32 v4.1.0-dev.14 10:57:32 v4.1.0-dev.15 10:57:32 v4.1.0-dev.16 10:57:32 v4.1.0-dev.17 10:57:32 v4.1.0-dev.18 10:57:32 v4.1.0-dev.19 10:57:32 v4.1.0-dev.2 10:57:32 v4.1.0-dev.20 10:57:32 v4.1.0-dev.21 10:57:32 v4.1.0-dev.22 10:57:32 v4.1.0-dev.23 10:57:32 v4.1.0-dev.24 10:57:32 v4.1.0-dev.25 10:57:32 v4.1.0-dev.26 10:57:32 v4.1.0-dev.27 10:57:32 v4.1.0-dev.28 10:57:32 v4.1.0-dev.29 10:57:32 v4.1.0-dev.3 10:57:32 v4.1.0-dev.30 10:57:32 v4.1.0-dev.31 10:57:32 v4.1.0-dev.32 10:57:32 v4.1.0-dev.4 10:57:32 v4.1.0-dev.5 10:57:32 v4.1.0-dev.6 10:57:32 v4.1.0-dev.7 10:57:32 v4.1.0-dev.8 10:57:32 v4.1.0-dev.9 [Pipeline] sh 10:57:32 + lftools sign git-tag v4.1.0-dev.32 10:57:33 Signing Git tag with Sigul... 10:57:33 Signing v4.1.0-dev.32 [Pipeline] echo 10:57:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:57:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:57:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:57:33 $ docker stop --time=1 9d901b48bef26b7f239c9dfa1f9c51f2d6cddaaaa13a69b0be03ce94a5cc2356 10:57:35 $ docker rm -f --volumes 9d901b48bef26b7f239c9dfa1f9c51f2d6cddaaaa13a69b0be03ce94a5cc2356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:57:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:57:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:35 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:57:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:57:36 $ docker top 0e70fc1bdd2c0bf59a6b8afd87055f3e68ca7cf2a20114d3a6363330b4ee3bd9 -eo pid,comm 10:57:36 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). 10:57:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:57:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:57:36 [ssh-agent] Looking for ssh-agent implementation... 10:57:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:57:36 $ docker exec 0e70fc1bdd2c0bf59a6b8afd87055f3e68ca7cf2a20114d3a6363330b4ee3bd9 ssh-agent 10:57:36 SSH_AUTH_SOCK=/tmp/ssh-Q8ESOSo3xx0D/agent.32 10:57:36 SSH_AGENT_PID=38 10:57:36 Running ssh-add (command line suppressed) 10:57:36 Identity added: /w/workspace/edgex-go/864@tmp/private_key_12481017824348427465.key (/w/workspace/edgex-go/864@tmp/private_key_12481017824348427465.key) 10:57:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:57:36 + git semver bump pre 10:57:37 2025-06-30 10:57:37,173 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:57:37 2025-06-30 10:57:37,177 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:57:37 2025-06-30 10:57:37,177 [bump_version] DEBUG bumping version:4.1.0-dev.32 on axis:pre with prefix:dev 10:57:37 2025-06-30 10:57:37,177 [bump_version] DEBUG bumped version:4.1.0-dev.33 10:57:37 2025-06-30 10:57:37,177 [write_version] DEBUG write version:4.1.0-dev.33 to path:/w/workspace/edgex-go/864/.semver/main with force:True 10:57:37 2025-06-30 10:57:37,177 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:57:37 2025-06-30 10:57:37,177 [write_file] DEBUG write to file:/w/workspace/edgex-go/864/.semver/main 10:57:37 2025-06-30 10:57:37,179 [execute] INFO git cat-file --batch-check 10:57:37 2025-06-30 10:57:37,179 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/864/.semver, stdin=, shell=False, universal_newlines=False) 10:57:37 2025-06-30 10:57:37,183 [execute] INFO git cat-file --batch 10:57:37 2025-06-30 10:57:37,183 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/864/.semver, stdin=, shell=False, universal_newlines=False) 10:57:37 2025-06-30 10:57:37,186 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:57:37 4.1.0-dev.33 [Pipeline] } 10:57:37 $ docker exec --env ******** --env ******** 0e70fc1bdd2c0bf59a6b8afd87055f3e68ca7cf2a20114d3a6363330b4ee3bd9 ssh-agent -k 10:57:37 unset SSH_AUTH_SOCK; 10:57:37 unset SSH_AGENT_PID; 10:57:37 echo Agent pid 38 killed; 10:57:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:37 + git semver [Pipeline] } 10:57:37 $ docker stop --time=1 0e70fc1bdd2c0bf59a6b8afd87055f3e68ca7cf2a20114d3a6363330b4ee3bd9 10:57:39 $ docker rm -f --volumes 0e70fc1bdd2c0bf59a6b8afd87055f3e68ca7cf2a20114d3a6363330b4ee3bd9 [Pipeline] // withDockerContainer [Pipeline] sh 10:57:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:57:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:57:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:39 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:57:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:57:40 $ docker top 58eab338242b9f95862c36479c42348d8104f8ea0c282ac3d09975d34b6d3ac2 -eo pid,comm 10:57:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:57:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:57:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:57:40 [ssh-agent] Looking for ssh-agent implementation... 10:57:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:57:40 $ docker exec 58eab338242b9f95862c36479c42348d8104f8ea0c282ac3d09975d34b6d3ac2 ssh-agent 10:57:40 SSH_AUTH_SOCK=/tmp/ssh-xH3zGUZzP8MB/agent.32 10:57:40 SSH_AGENT_PID=38 10:57:40 Running ssh-add (command line suppressed) 10:57:40 Identity added: /w/workspace/edgex-go/864@tmp/private_key_16896276255568488710.key (/w/workspace/edgex-go/864@tmp/private_key_16896276255568488710.key) 10:57:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:57:40 + git semver push 10:57:41 2025-06-30 10:57:41,246 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:57:41 2025-06-30 10:57:41,250 [run_push] DEBUG push 10:57:41 2025-06-30 10:57:41,250 [execute] INFO git cat-file --batch-check 10:57:41 2025-06-30 10:57:41,250 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/864/.semver, stdin=, shell=False, universal_newlines=False) 10:57:41 2025-06-30 10:57:41,252 [execute] INFO git rev-list 911a165c630fcea09198b34344c096d5c451fc20 -- 10:57:41 2025-06-30 10:57:41,252 [execute] DEBUG Popen(['git', 'rev-list', '911a165c630fcea09198b34344c096d5c451fc20', '--'], cwd=/w/workspace/edgex-go/864/.semver, stdin=None, shell=False, universal_newlines=False) 10:57:41 2025-06-30 10:57:41,265 [execute] INFO git fetch -v -- origin 10:57:41 2025-06-30 10:57:41,266 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/864/.semver, stdin=None, shell=False, universal_newlines=True) 10:57:41 2025-06-30 10:57:41,755 [run_push] DEBUG no remote changes detected 10:57:41 2025-06-30 10:57:41,755 [execute] INFO git push origin semver 10:57:41 2025-06-30 10:57:41,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/864/.semver, stdin=None, shell=False, universal_newlines=False) 10:57:42 2025-06-30 10:57:42,619 [run_push] DEBUG push all version tags 10:57:42 2025-06-30 10:57:42,620 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:57:42 2025-06-30 10:57:42,620 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/864, stdin=None, shell=False, universal_newlines=False) 10:57:43 2025-06-30 10:57:43,306 [read_version] DEBUG read version from /w/workspace/edgex-go/864/.semver/main 10:57:43 4.1.0-dev.33 [Pipeline] } 10:57:43 $ docker exec --env ******** --env ******** 58eab338242b9f95862c36479c42348d8104f8ea0c282ac3d09975d34b6d3ac2 ssh-agent -k 10:57:43 unset SSH_AUTH_SOCK; 10:57:43 unset SSH_AGENT_PID; 10:57:43 echo Agent pid 38 killed; 10:57:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:43 + git semver [Pipeline] } 10:57:44 $ docker stop --time=1 58eab338242b9f95862c36479c42348d8104f8ea0c282ac3d09975d34b6d3ac2 10:57:45 $ docker rm -f --volumes 58eab338242b9f95862c36479c42348d8104f8ea0c282ac3d09975d34b6d3ac2 [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 10:57:45 + [ -d /w/workspace/edgex-go/864/archives ] [Pipeline] libraryResource [Pipeline] sh 10:57:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:57:47 ---> package-listing.sh 10:57:47 ++ facter osfamily 10:57:47 ++ tr '[:upper:]' '[:lower:]' 10:57:47 + OS_FAMILY=debian 10:57:47 + workspace=/w/workspace/edgex-go/864 10:57:47 + START_PACKAGES=/tmp/packages_start.txt 10:57:47 + END_PACKAGES=/tmp/packages_end.txt 10:57:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:57:47 + PACKAGES=/tmp/packages_start.txt 10:57:47 + '[' /w/workspace/edgex-go/864 ']' 10:57:47 + PACKAGES=/tmp/packages_end.txt 10:57:47 + case "${OS_FAMILY}" in 10:57:47 + dpkg -l 10:57:47 + grep '^ii' 10:57:47 + '[' -f /tmp/packages_start.txt ']' 10:57:47 + '[' -f /tmp/packages_end.txt ']' 10:57:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:57:47 + '[' /w/workspace/edgex-go/864 ']' 10:57:47 + mkdir -p /w/workspace/edgex-go/864/archives/ 10:57:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/864/archives/ [Pipeline] echo 10:57:47 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/864/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:57:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:57:48 10:57:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:57:48 latest: Pulling from edgex-lftools-log-publisher 10:57:48 5eb5b503b376: Pulling fs layer 10:57:48 5c69ac0246d0: Pulling fs layer 10:57:48 ec43610c2a17: Pulling fs layer 10:57:48 3a2ae6a8a46f: Pulling fs layer 10:57:48 33b1e0a273af: Pulling fs layer 10:57:48 5d3b04190fa2: Pulling fs layer 10:57:48 2f39f015ded8: Pulling fs layer 10:57:48 3a2ae6a8a46f: Waiting 10:57:48 33b1e0a273af: Waiting 10:57:48 5d3b04190fa2: Waiting 10:57:48 2f39f015ded8: Waiting 10:57:48 5c69ac0246d0: Verifying Checksum 10:57:48 5c69ac0246d0: Download complete 10:57:48 3a2ae6a8a46f: Verifying Checksum 10:57:48 3a2ae6a8a46f: Download complete 10:57:48 33b1e0a273af: Verifying Checksum 10:57:48 33b1e0a273af: Download complete 10:57:48 5d3b04190fa2: Verifying Checksum 10:57:48 5d3b04190fa2: Download complete 10:57:48 ec43610c2a17: Verifying Checksum 10:57:48 ec43610c2a17: Download complete 10:57:48 5eb5b503b376: Download complete 10:57:49 2f39f015ded8: Download complete 10:57:49 5eb5b503b376: Pull complete 10:57:49 5c69ac0246d0: Pull complete 10:57:50 ec43610c2a17: Pull complete 10:57:50 3a2ae6a8a46f: Pull complete 10:57:50 33b1e0a273af: Pull complete 10:57:50 5d3b04190fa2: Pull complete 10:57:54 2f39f015ded8: Pull complete 10:57:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:57:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:57:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:57:54 prd-ubuntu20.04-docker-8c-8g-4259 does not seem to be running inside a container 10:57:54 $ 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/864/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/864 -v /w/workspace/edgex-go/864:/w/workspace/edgex-go/864:rw,z -v /w/workspace/edgex-go/864@tmp:/w/workspace/edgex-go/864@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 10:57:56 $ docker top 64c7b46659f8de6b05fb528e48fcc055a6ffeb40b76ee9c4e1bbc9d61ef84793 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:56 + touch /tmp/pre-build-complete [Pipeline] sh 10:57:56 + mkdir -p /var/log/sysstat [Pipeline] sh 10:57:57 + ls /var/log/sa-host 10:57:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:57 provisioning config files... 10:57:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/864@tmp/config13928819797199025040tmp [Pipeline] { [Pipeline] echo 10:57:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:57:57 ---> create-netrc.sh [Pipeline] } 10:57:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:57:57 ---> python-tools-install.sh [Pipeline] echo 10:57:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:57:58 ---> sudo-logs.sh 10:57:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:57:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:57:58 ---> job-cost.sh 10:57:58 lf-activate-venv: SKIPPING 10:57:58 DEBUG: total: 0.10999999940395355 10:57:58 INFO: Retrieving Stack Cost... 10:57:58 INFO: Retrieving Pricing Info for: v3-standard-8 10:57:58 INFO: Archiving Costs [Pipeline] echo 10:57:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:57:59 ---> logs-deploy.sh 10:57:59 lf-activate-venv: SKIPPING 10:57:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/864 10:57:59 INFO: archiving workspace using pattern(s): 10:58:00 Archives upload complete. 10:58:00 INFO: archiving logs to Nexus 10:58:01 ---> uname -a: 10:58:01 Linux prd-ubuntu20-04-docker-8c-8g-4259 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:58:01 10:58:01 10:58:01 ---> lscpu: 10:58:01 Architecture: x86_64 10:58:01 CPU op-mode(s): 32-bit, 64-bit 10:58:01 Byte Order: Little Endian 10:58:01 Address sizes: 40 bits physical, 48 bits virtual 10:58:01 CPU(s): 8 10:58:01 On-line CPU(s) list: 0-7 10:58:01 Thread(s) per core: 1 10:58:01 Core(s) per socket: 1 10:58:01 Socket(s): 8 10:58:01 NUMA node(s): 1 10:58:01 Vendor ID: AuthenticAMD 10:58:01 CPU family: 23 10:58:01 Model: 49 10:58:01 Model name: AMD EPYC-Rome Processor 10:58:01 Stepping: 0 10:58:01 CPU MHz: 2800.000 10:58:01 BogoMIPS: 5600.00 10:58:01 Virtualization: AMD-V 10:58:01 Hypervisor vendor: KVM 10:58:01 Virtualization type: full 10:58:01 L1d cache: 256 KiB 10:58:01 L1i cache: 256 KiB 10:58:01 L2 cache: 4 MiB 10:58:01 L3 cache: 128 MiB 10:58:01 NUMA node0 CPU(s): 0-7 10:58:01 Vulnerability Itlb multihit: Not affected 10:58:01 Vulnerability L1tf: Not affected 10:58:01 Vulnerability Mds: Not affected 10:58:01 Vulnerability Meltdown: Not affected 10:58:01 Vulnerability Mmio stale data: Not affected 10:58:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:58:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:58:01 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:58:01 Vulnerability Srbds: Not affected 10:58:01 Vulnerability Tsx async abort: Not affected 10:58:01 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 10:58:01 10:58:01 10:58:01 ---> nproc: 10:58:01 8 10:58:01 10:58:01 10:58:01 ---> df -h: 10:58:01 Filesystem Size Used Avail Use% Mounted on 10:58:01 overlay 155G 30G 125G 20% / 10:58:01 tmpfs 64M 0 64M 0% /dev 10:58:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:58:01 shm 64M 0 64M 0% /dev/shm 10:58:01 /dev/vda1 155G 30G 125G 20% /facter-os 10:58:01 10:58:01 10:58:01 ---> sar -b -r -n DEV: 10:58:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4259) 06/30/25 _x86_64_ (8 CPU) 10:58:01 10:58:01 10:07:51 LINUX RESTART (8 CPU) 10:58:01 10:58:01 10:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:58:01 10:09:01 402.88 48.24 354.64 0.00 5418.03 168530.04 0.00 10:58:01 10:10:01 188.28 1.10 187.18 0.00 28.13 100442.00 0.00 10:58:01 10:11:01 48.82 0.00 48.82 0.00 0.00 35642.94 0.00 10:58:01 10:12:01 37.67 0.15 37.52 0.00 3.20 20204.60 0.00 10:58:01 10:13:01 695.27 8.18 687.09 0.00 197.17 276304.62 0.00 10:58:01 10:14:01 781.07 11.50 769.58 0.00 2590.34 237607.33 0.00 10:58:01 10:15:01 519.81 0.05 519.76 0.00 0.40 140539.46 0.00 10:58:01 10:16:01 705.92 0.08 705.83 0.00 3.87 152578.57 0.00 10:58:01 10:17:01 41.46 0.07 41.39 0.00 4.40 1085.15 0.00 10:58:01 10:18:01 17.45 0.02 17.43 0.00 4.27 457.12 0.00 10:58:01 10:19:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 10:58:01 10:20:01 1.67 0.00 1.67 0.00 0.00 23.06 0.00 10:58:01 10:21:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 10:58:01 10:22:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 10:58:01 10:23:01 1.13 0.02 1.12 0.00 0.13 16.13 0.00 10:58:01 10:24:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 10:58:01 10:25:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 10:58:01 10:26:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 10:58:01 10:27:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 10:58:01 10:28:01 1.55 0.00 1.55 0.00 0.00 18.66 0.00 10:58:01 10:29:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 10:58:01 10:30:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 10:58:01 10:31:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 10:58:01 10:32:01 0.90 0.00 0.90 0.00 0.00 10.80 0.00 10:58:01 10:33:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 10:58:01 10:34:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 10:58:01 10:35:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 10:58:01 10:36:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 10:58:01 10:37:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 10:58:01 10:38:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 10:58:01 10:39:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 10:58:01 10:40:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 10:58:01 10:41:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 10:58:01 10:42:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 10:58:01 10:43:01 1.22 0.00 1.22 0.00 0.00 14.53 0.00 10:58:01 10:44:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 10:58:01 10:45:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 10:58:01 10:46:01 0.90 0.00 0.90 0.00 0.00 12.13 0.00 10:58:01 10:47:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 10:58:01 10:48:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 10:58:01 10:49:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 10:58:01 10:50:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 10:58:01 10:51:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 10:58:01 10:52:01 0.95 0.00 0.95 0.00 0.00 11.87 0.00 10:58:01 10:53:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 10:58:01 10:54:01 1.00 0.00 1.00 0.00 0.00 12.80 0.00 10:58:01 10:55:01 1.25 0.00 1.25 0.00 0.00 14.27 0.00 10:58:01 10:56:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 10:58:01 10:57:01 35.20 0.28 34.92 0.00 28.79 13884.84 0.00 10:58:01 Average: 71.82 1.42 70.40 0.00 168.96 23425.67 0.00 10:58:01 10:58:01 10:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:58:01 10:09:01 28960108 31539060 794544 2.42 61520 2807696 2056000 6.06 1052428 2511228 249740 10:58:01 10:10:01 27264972 31276224 1020916 3.10 127788 4040972 2371156 6.99 1724992 3365364 480992 10:58:01 10:11:01 26572604 31175712 1118924 3.40 131664 4590036 2541208 7.49 1886880 3855024 487076 10:58:01 10:12:01 26146900 31500136 794136 2.42 136012 5282336 1946388 5.74 1778708 4342292 631820 10:58:01 10:13:01 18977444 31008584 1231072 3.74 225384 11572844 3848972 11.34 2649468 10266548 623500 10:58:01 10:14:01 8384696 28502900 3674020 11.17 410656 18818100 11008360 32.44 6450428 16309308 1385608 10:58:01 10:15:01 4307824 27060652 5120880 15.57 426536 21335404 10797688 31.82 9015496 17729376 88436 10:58:01 10:16:01 8107632 31412028 833284 2.53 441828 22034000 2257704 6.65 3389768 19814784 456 10:58:01 10:17:01 8111468 31418060 826772 2.51 443752 22034688 2323084 6.85 3697836 19506836 584 10:58:01 10:18:01 8120072 31428240 816144 2.48 444468 22035112 2181000 6.43 4011848 19183288 236 10:58:01 10:19:01 8123516 31431656 812852 2.47 444496 22035120 2181000 6.43 4008760 19183296 20 10:58:01 10:20:01 8127588 31435792 808692 2.46 444532 22035120 2181000 6.43 4004084 19183296 40 10:58:01 10:21:01 8127956 31436168 808800 2.46 444544 22035124 2181000 6.43 4004072 19183300 8 10:58:01 10:22:01 8142584 31450620 794460 2.42 444560 22035124 2181000 6.43 3989396 19183300 44 10:58:01 10:23:01 8139212 31447332 797800 2.43 444588 22035104 2220308 6.54 3998096 19183280 252 10:58:01 10:24:01 8143600 31451724 793488 2.41 444612 22035100 2220308 6.54 3988736 19183284 144 10:58:01 10:25:01 8143552 31451700 793484 2.41 444628 22035108 2220308 6.54 3988684 19183284 12 10:58:01 10:26:01 8143472 31451656 793480 2.41 444648 22035112 2220308 6.54 3988808 19183288 184 10:58:01 10:27:01 8142920 31451112 793952 2.41 444664 22035112 2220308 6.54 3988804 19183288 12 10:58:01 10:28:01 8143376 31451616 793404 2.41 444688 22035120 2220308 6.54 3988640 19183296 44 10:58:01 10:29:01 8143320 31451576 793412 2.41 444704 22035124 2220308 6.54 3988600 19183300 8 10:58:01 10:30:01 8143564 31451836 793072 2.41 444740 22035124 2220308 6.54 3988572 19183300 180 10:58:01 10:31:01 8143516 31451828 793044 2.41 444752 22035128 2220308 6.54 3988612 19183304 8 10:58:01 10:32:01 8143492 31451824 792984 2.41 444768 22035128 2220308 6.54 3988652 19183304 184 10:58:01 10:33:01 8143360 31451720 793228 2.41 444784 22035132 2220308 6.54 3989208 19183308 52 10:58:01 10:34:01 8143416 31451784 793128 2.41 444828 22035132 2220308 6.54 3988744 19183312 172 10:58:01 10:35:01 8143368 31451780 793088 2.41 444848 22035140 2220308 6.54 3988996 19183312 8 10:58:01 10:36:01 8143320 31451756 793100 2.41 444860 22035148 2236420 6.59 3988860 19183316 212 10:58:01 10:37:01 8143012 31451472 793316 2.41 444880 22035148 2236420 6.59 3988736 19183324 28 10:58:01 10:38:01 8142932 31451420 793300 2.41 444908 22035152 2236420 6.59 3988772 19183328 200 10:58:01 10:39:01 8142948 31451468 793200 2.41 444932 22035156 2236420 6.59 3988920 19183332 12 10:58:01 10:40:01 8142900 31451444 793172 2.41 444948 22035156 2236420 6.59 3989044 19183332 188 10:58:01 10:41:01 8142600 31451168 793500 2.41 444960 22035160 2236420 6.59 3988824 19183336 8 10:58:01 10:42:01 8143012 31451600 793208 2.41 444988 22035160 2236420 6.59 3988872 19183336 148 10:58:01 10:43:01 8143204 31451824 793192 2.41 445008 22035152 2236420 6.59 3988884 19183340 28 10:58:01 10:44:01 8143252 31451892 793076 2.41 445036 22035164 2236420 6.59 3988988 19183340 188 10:58:01 10:45:01 8143204 31451884 793028 2.41 445060 22035168 2220344 6.54 3988948 19183344 4 10:58:01 10:46:01 8143284 31452108 792940 2.41 445084 22035296 2204232 6.50 3989152 19183460 172 10:58:01 10:47:01 8143496 31452324 792628 2.41 445104 22035304 2204232 6.50 3988828 19183460 8 10:58:01 10:48:01 8143100 31451996 792836 2.41 445140 22035292 2204232 6.50 3989136 19183480 148 10:58:01 10:49:01 8143060 31451984 792836 2.41 445148 22035308 2204232 6.50 3988972 19183484 8 10:58:01 10:50:01 8143448 31452396 792552 2.41 445160 22035308 2204232 6.50 3988932 19183488 144 10:58:01 10:51:01 8143172 31452124 792776 2.41 445172 22035320 2204232 6.50 3988916 19183492 12 10:58:01 10:52:01 8143440 31452420 792432 2.41 445192 22035316 2204232 6.50 3989232 19183492 148 10:58:01 10:53:01 8143036 31452024 792744 2.41 445228 22035312 2204232 6.50 3989220 19183500 8 10:58:01 10:54:01 8143028 31452076 792684 2.41 445240 22035316 2204232 6.50 3989388 19183500 144 10:58:01 10:55:01 8143232 31452304 792400 2.41 445252 22035332 2204232 6.50 3989372 19183508 8 10:58:01 10:56:01 8143316 31452436 792132 2.41 445264 22035336 2204232 6.50 3989076 19183512 176 10:58:01 10:57:01 7393936 31184124 1056564 3.21 445504 22494632 2552024 7.52 4254652 19636036 61488 10:58:01 Average: 9831336 31277909 968993 2.95 412267 20293528 2613597 7.70 3909205 17663017 81904 10:58:01 10:58:01 10:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:58:01 10:09:01 ens3 1650.07 1385.57 13686.50 174.39 0.00 0.00 0.00 0.00 10:58:01 10:09:01 docker0 608.13 571.90 41.70 2984.65 0.00 0.00 0.00 0.00 10:58:01 10:09:01 lo 5.33 5.33 0.52 0.52 0.00 0.00 0.00 0.00 10:58:01 10:10:01 ens3 309.63 276.28 1684.55 37.63 0.00 0.00 0.00 0.00 10:58:01 10:10:01 veth7fac0f2 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:10:01 docker0 255.68 270.08 20.13 1650.94 0.00 0.00 0.00 0.00 10:58:01 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:11:01 ens3 37.50 22.36 29.99 15.14 0.00 0.00 0.00 0.00 10:58:01 10:11:01 veth7fac0f2 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 10:58:01 10:11:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 10:58:01 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:12:01 ens3 23.21 14.06 19.60 11.93 0.00 0.00 0.00 0.00 10:58:01 10:12:01 veth7fac0f2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:13:01 vethdc09e4f 56.41 70.64 5.21 375.74 0.00 0.00 0.00 0.03 10:58:01 10:13:01 ens3 762.02 501.10 7285.15 188.50 0.00 0.00 0.00 0.00 10:58:01 10:13:01 veth9a4e8ba 50.71 72.30 4.81 382.74 0.00 0.00 0.00 0.03 10:58:01 10:13:01 veth929fb0f 49.83 76.62 4.73 382.00 0.00 0.00 0.00 0.03 10:58:01 10:13:01 veth94e338f 0.35 1.68 0.03 0.20 0.00 0.00 0.00 0.00 10:58:01 10:13:01 docker0 362.04 545.61 27.30 3321.85 0.00 0.00 0.00 0.00 10:58:01 10:13:01 veth0eea026 48.44 67.19 4.60 362.24 0.00 0.00 0.00 0.03 10:58:01 10:13:01 vethd502129 19.13 25.11 1.84 12.85 0.00 0.00 0.00 0.00 10:58:01 10:13:01 veth7f64f3b 53.04 77.12 5.00 389.29 0.00 0.00 0.00 0.03 10:58:01 10:13:01 lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 10:58:01 10:14:01 vethc592aa3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth7e374a6 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth1c3e01c 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 10:58:01 10:14:01 ens3 632.12 449.53 6916.16 44.08 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth02f4fa8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth3ddff91 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 10:58:01 10:14:01 vethd139912 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth5f6408a 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth94e338f 0.13 0.37 0.01 0.02 0.00 0.00 0.00 0.00 10:58:01 10:14:01 docker0 372.41 495.57 28.68 5496.76 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth459e687 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth093c17c 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 vethbf840b3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth8ef6564 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 veth3a4481f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 10:14:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 10:58:01 10:15:01 vethc592aa3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth7e374a6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth1c3e01c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 ens3 5.66 3.12 4.58 2.52 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth02f4fa8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth3ddff91 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 vethd139912 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth5f6408a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth94e338f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth459e687 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth093c17c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 veth3a4481f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:16:01 ens3 19.95 12.66 17.44 7.99 0.00 0.00 0.00 0.00 10:58:01 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:16:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 10:58:01 10:17:01 ens3 477.39 480.14 243.95 2155.52 0.00 0.00 0.00 0.00 10:58:01 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:17:01 lo 55.19 55.19 5.44 5.44 0.00 0.00 0.00 0.00 10:58:01 10:18:01 ens3 270.37 260.56 118.92 1658.85 0.00 0.00 0.00 0.00 10:58:01 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:18:01 lo 23.33 23.33 2.29 2.29 0.00 0.00 0.00 0.00 10:58:01 10:19:01 ens3 3.23 1.70 4.77 0.35 0.00 0.00 0.00 0.00 10:58:01 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:24:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 10:58:01 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:25:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 10:58:01 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:26:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:27:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 10:58:01 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:28:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:29:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:58:01 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:30:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 10:58:01 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:32:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:34:01 ens3 0.27 0.27 0.09 0.08 0.00 0.00 0.00 0.00 10:58:01 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:36:01 ens3 0.53 0.52 0.27 0.23 0.00 0.00 0.00 0.00 10:58:01 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:39:01 ens3 1.17 0.58 0.53 0.36 0.00 0.00 0.00 0.00 10:58:01 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:41:01 ens3 0.17 0.03 0.06 0.00 0.00 0.00 0.00 0.00 10:58:01 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:42:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:44:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 10:58:01 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:46:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 10:58:01 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:49:01 ens3 0.18 0.12 0.13 0.07 0.00 0.00 0.00 0.00 10:58:01 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:52:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 10:58:01 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:53:01 ens3 0.33 0.27 0.25 0.21 0.00 0.00 0.00 0.00 10:58:01 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:54:01 ens3 0.33 0.25 0.14 0.08 0.00 0.00 0.00 0.00 10:58:01 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:01 10:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:58:01 10:57:01 ens3 112.18 91.84 2653.08 126.08 0.00 0.00 0.00 0.00 10:58:01 10:57:01 veth58c51e5 0.87 0.82 0.09 0.35 0.00 0.00 0.00 0.00 10:58:01 10:57:01 docker0 0.87 0.72 0.08 0.34 0.00 0.00 0.00 0.00 10:58:01 10:57:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 10:58:01 Average: ens3 87.95 71.49 666.67 90.29 0.00 0.00 0.00 0.00 10:58:01 Average: veth58c51e5 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 10:58:01 Average: docker0 32.66 38.47 2.41 274.59 0.00 0.00 0.00 0.00 10:58:01 Average: lo 1.90 1.90 0.18 0.18 0.00 0.00 0.00 0.00 10:58:01 10:58:01 10:58:01 ---> sar -P ALL: 10:58:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4259) 06/30/25 _x86_64_ (8 CPU) 10:58:01 10:58:01 10:07:51 LINUX RESTART (8 CPU) 10:58:01 10:58:01 10:08:01 CPU %user %nice %system %iowait %steal %idle 10:58:01 10:09:01 all 9.79 0.00 2.96 1.73 0.05 85.47 10:58:01 10:09:01 0 8.58 0.00 4.71 5.80 0.07 80.84 10:58:01 10:09:01 1 10.56 0.00 2.30 0.20 0.05 86.89 10:58:01 10:09:01 2 10.30 0.00 4.73 4.25 0.03 80.69 10:58:01 10:09:01 3 16.47 0.00 2.78 2.75 0.05 77.95 10:58:01 10:09:01 4 6.74 0.00 1.87 0.12 0.03 91.24 10:58:01 10:09:01 5 12.98 0.00 2.73 0.29 0.05 83.95 10:58:01 10:09:01 6 4.54 0.00 1.93 0.20 0.07 93.26 10:58:01 10:09:01 7 8.08 0.00 2.69 0.22 0.05 88.97 10:58:01 10:10:01 all 19.97 0.00 4.55 0.96 0.08 74.43 10:58:01 10:10:01 0 19.07 0.00 4.23 0.03 0.07 76.60 10:58:01 10:10:01 1 20.59 0.00 3.88 0.10 0.08 75.35 10:58:01 10:10:01 2 19.77 0.00 6.03 2.80 0.08 71.32 10:58:01 10:10:01 3 19.52 0.00 4.89 1.11 0.08 74.39 10:58:01 10:10:01 4 21.05 0.00 4.50 0.20 0.08 74.16 10:58:01 10:10:01 5 19.51 0.00 3.75 0.24 0.07 76.43 10:58:01 10:10:01 6 19.68 0.00 4.64 3.02 0.07 72.59 10:58:01 10:10:01 7 20.61 0.00 4.48 0.22 0.08 74.61 10:58:01 10:11:01 all 41.17 0.00 6.39 0.50 0.09 51.85 10:58:01 10:11:01 0 38.81 0.00 6.60 0.02 0.08 54.49 10:58:01 10:11:01 1 43.01 0.00 7.05 0.03 0.10 49.81 10:58:01 10:11:01 2 42.47 0.00 5.76 0.00 0.10 51.66 10:58:01 10:11:01 3 40.92 0.00 6.37 0.03 0.08 52.59 10:58:01 10:11:01 4 42.45 0.00 6.33 0.02 0.08 51.12 10:58:01 10:11:01 5 39.56 0.00 6.51 0.29 0.08 53.56 10:58:01 10:11:01 6 38.28 0.00 6.45 3.50 0.12 51.66 10:58:01 10:11:01 7 43.85 0.00 6.04 0.12 0.08 49.92 10:58:01 10:12:01 all 57.59 0.00 7.32 0.09 0.11 34.88 10:58:01 10:12:01 0 57.13 0.00 7.22 0.00 0.10 35.55 10:58:01 10:12:01 1 57.90 0.00 7.78 0.00 0.10 34.22 10:58:01 10:12:01 2 57.38 0.00 7.11 0.02 0.10 35.39 10:58:01 10:12:01 3 57.14 0.00 7.39 0.40 0.13 34.93 10:58:01 10:12:01 4 56.89 0.00 7.41 0.05 0.12 35.53 10:58:01 10:12:01 5 58.47 0.00 6.94 0.12 0.10 34.37 10:58:01 10:12:01 6 59.14 0.00 7.09 0.10 0.12 33.55 10:58:01 10:12:01 7 56.68 0.00 7.64 0.05 0.12 35.52 10:58:01 10:13:01 all 24.78 0.00 9.85 6.63 0.13 58.61 10:58:01 10:13:01 0 24.37 0.00 10.13 6.66 0.15 58.69 10:58:01 10:13:01 1 23.78 0.00 10.67 6.32 0.17 59.06 10:58:01 10:13:01 2 26.78 0.00 10.97 8.31 0.12 53.82 10:58:01 10:13:01 3 24.44 0.00 9.72 8.89 0.12 56.83 10:58:01 10:13:01 4 27.22 0.00 9.27 4.85 0.10 58.56 10:58:01 10:13:01 5 23.42 0.00 9.35 6.37 0.12 60.74 10:58:01 10:13:01 6 23.59 0.00 9.30 5.58 0.12 61.41 10:58:01 10:13:01 7 24.67 0.00 9.37 6.06 0.12 59.79 10:58:01 10:14:01 all 58.65 0.00 11.52 8.20 0.10 21.54 10:58:01 10:14:01 0 59.77 0.00 11.05 6.29 0.08 22.81 10:58:01 10:14:01 1 58.98 0.00 11.25 4.48 0.08 25.20 10:58:01 10:14:01 2 58.36 0.00 11.28 11.70 0.10 18.55 10:58:01 10:14:01 3 57.91 0.00 12.33 5.42 0.08 24.26 10:58:01 10:14:01 4 58.86 0.00 11.39 3.95 0.12 25.68 10:58:01 10:14:01 5 57.80 0.00 11.33 4.13 0.10 26.64 10:58:01 10:14:01 6 58.40 0.00 11.26 12.29 0.08 17.96 10:58:01 10:14:01 7 59.10 0.00 12.28 17.38 0.12 11.12 10:58:01 10:15:01 all 90.64 0.00 9.25 0.00 0.11 0.00 10:58:01 10:15:01 0 90.52 0.00 9.37 0.00 0.12 0.00 10:58:01 10:15:01 1 91.07 0.00 8.82 0.00 0.12 0.00 10:58:01 10:15:01 2 90.07 0.00 9.82 0.00 0.12 0.00 10:58:01 10:15:01 3 90.90 0.00 8.98 0.00 0.12 0.00 10:58:01 10:15:01 4 90.70 0.00 9.20 0.00 0.10 0.00 10:58:01 10:15:01 5 91.15 0.00 8.75 0.00 0.10 0.00 10:58:01 10:15:01 6 90.90 0.00 8.96 0.00 0.13 0.00 10:58:01 10:15:01 7 89.79 0.00 10.09 0.00 0.12 0.00 10:58:01 10:16:01 all 81.66 0.00 9.18 0.98 0.12 8.06 10:58:01 10:16:01 0 80.75 0.00 9.77 0.93 0.12 8.42 10:58:01 10:16:01 1 82.81 0.00 8.59 0.80 0.12 7.68 10:58:01 10:16:01 2 82.51 0.00 8.21 1.22 0.12 7.95 10:58:01 10:16:01 3 81.96 0.00 8.83 1.32 0.13 7.75 10:58:01 10:16:01 4 81.21 0.00 9.60 1.07 0.10 8.03 10:58:01 10:16:01 5 82.35 0.00 8.62 0.47 0.12 8.44 10:58:01 10:16:01 6 81.38 0.00 9.41 1.04 0.13 8.04 10:58:01 10:16:01 7 80.32 0.00 10.38 1.00 0.12 8.18 10:58:01 10:17:01 all 8.01 0.00 1.15 0.14 0.06 90.64 10:58:01 10:17:01 0 3.78 0.00 1.20 0.00 0.05 94.97 10:58:01 10:17:01 1 9.13 0.00 1.15 0.07 0.07 89.59 10:58:01 10:17:01 2 10.93 0.00 1.22 0.44 0.05 87.36 10:58:01 10:17:01 3 7.38 0.00 0.92 0.05 0.07 91.58 10:58:01 10:17:01 4 8.22 0.00 1.14 0.25 0.07 90.32 10:58:01 10:17:01 5 7.65 0.00 1.39 0.03 0.07 90.86 10:58:01 10:17:01 6 9.91 0.00 1.20 0.20 0.07 88.62 10:58:01 10:17:01 7 7.10 0.00 0.99 0.08 0.05 91.78 10:58:01 10:18:01 all 6.55 0.00 0.61 0.07 0.06 92.72 10:58:01 10:18:01 0 7.03 0.00 0.70 0.02 0.05 92.20 10:58:01 10:18:01 1 7.54 0.00 0.52 0.03 0.05 91.86 10:58:01 10:18:01 2 2.76 0.00 0.48 0.00 0.05 96.71 10:58:01 10:18:01 3 8.28 0.00 0.62 0.03 0.05 91.02 10:58:01 10:18:01 4 7.17 0.00 0.70 0.42 0.07 91.64 10:58:01 10:18:01 5 5.47 0.00 0.60 0.03 0.05 93.85 10:58:01 10:18:01 6 9.92 0.00 0.60 0.02 0.07 89.39 10:58:01 10:18:01 7 4.21 0.00 0.65 0.00 0.07 95.07 10:58:01 10:19:01 all 0.27 0.00 0.02 0.00 0.01 99.68 10:58:01 10:19:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:19:01 2 1.99 0.00 0.02 0.00 0.02 97.98 10:58:01 10:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:19:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:19:01 5 0.03 0.00 0.02 0.02 0.02 99.92 10:58:01 10:19:01 6 0.03 0.00 0.08 0.00 0.03 99.85 10:58:01 10:19:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:58:01 10:19:01 CPU %user %nice %system %iowait %steal %idle 10:58:01 10:20:01 all 0.28 0.00 0.01 0.00 0.01 99.69 10:58:01 10:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:20:01 2 1.99 0.00 0.00 0.00 0.02 98.00 10:58:01 10:20:01 3 0.07 0.00 0.02 0.02 0.02 99.88 10:58:01 10:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:20:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:20:01 6 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:20:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:21:01 all 0.26 0.00 0.01 0.00 0.01 99.71 10:58:01 10:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:21:01 2 1.99 0.00 0.02 0.00 0.02 97.98 10:58:01 10:21:01 3 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:21:01 4 0.00 0.00 0.00 0.02 0.02 99.97 10:58:01 10:21:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:21:01 6 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:21:01 7 0.02 0.00 0.03 0.00 0.02 99.93 10:58:01 10:22:01 all 0.11 0.00 0.01 0.00 0.01 99.86 10:58:01 10:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:22:01 2 0.67 0.00 0.05 0.00 0.02 99.27 10:58:01 10:22:01 3 0.05 0.00 0.00 0.00 0.02 99.93 10:58:01 10:22:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:22:01 5 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:22:01 6 0.07 0.00 0.00 0.00 0.02 99.92 10:58:01 10:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:23:01 all 0.04 0.00 0.03 0.01 0.01 99.91 10:58:01 10:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:23:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:23:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:23:01 5 0.02 0.00 0.05 0.02 0.02 99.90 10:58:01 10:23:01 6 0.07 0.00 0.08 0.00 0.02 99.83 10:58:01 10:23:01 7 0.05 0.00 0.03 0.02 0.02 99.88 10:58:01 10:24:01 all 0.08 0.00 0.02 0.00 0.01 99.89 10:58:01 10:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:24:01 2 0.42 0.00 0.02 0.00 0.00 99.57 10:58:01 10:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:24:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:24:01 6 0.08 0.00 0.08 0.00 0.03 99.80 10:58:01 10:24:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:58:01 10:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:25:01 4 0.02 0.00 0.02 0.02 0.00 99.95 10:58:01 10:25:01 5 0.02 0.00 0.02 0.02 0.00 99.95 10:58:01 10:25:01 6 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:26:01 all 0.18 0.00 0.02 0.00 0.01 99.79 10:58:01 10:26:01 0 1.16 0.00 0.03 0.00 0.02 98.79 10:58:01 10:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:58:01 10:26:01 2 0.10 0.00 0.00 0.00 0.02 99.88 10:58:01 10:26:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:58:01 10:26:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:26:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:58:01 10:26:01 6 0.08 0.00 0.03 0.00 0.02 99.87 10:58:01 10:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:27:01 all 0.28 0.00 0.02 0.00 0.01 99.69 10:58:01 10:27:01 0 1.99 0.00 0.02 0.00 0.02 97.98 10:58:01 10:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:27:01 3 0.08 0.00 0.03 0.02 0.02 99.85 10:58:01 10:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:27:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:58:01 10:27:01 6 0.07 0.00 0.05 0.00 0.03 99.85 10:58:01 10:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:28:01 all 0.27 0.00 0.01 0.00 0.01 99.70 10:58:01 10:28:01 0 1.98 0.00 0.02 0.00 0.02 97.98 10:58:01 10:28:01 1 0.00 0.00 0.00 0.02 0.02 99.97 10:58:01 10:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:28:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:58:01 10:28:01 6 0.07 0.00 0.02 0.00 0.03 99.88 10:58:01 10:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:29:01 all 0.22 0.00 0.02 0.00 0.00 99.75 10:58:01 10:29:01 0 1.48 0.00 0.05 0.00 0.00 98.47 10:58:01 10:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:29:01 3 0.03 0.00 0.02 0.02 0.00 99.93 10:58:01 10:29:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:29:01 5 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:29:01 6 0.10 0.00 0.07 0.00 0.02 99.82 10:58:01 10:29:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:58:01 10:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:30:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:30:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:30:01 6 0.08 0.00 0.00 0.00 0.02 99.90 10:58:01 10:30:01 7 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:58:01 10:30:01 CPU %user %nice %system %iowait %steal %idle 10:58:01 10:31:01 all 0.13 0.00 0.02 0.00 0.01 99.84 10:58:01 10:31:01 0 0.68 0.00 0.02 0.00 0.00 99.30 10:58:01 10:31:01 1 0.03 0.00 0.02 0.02 0.00 99.93 10:58:01 10:31:01 2 0.12 0.00 0.00 0.00 0.00 99.88 10:58:01 10:31:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:31:01 6 0.07 0.00 0.05 0.00 0.02 99.87 10:58:01 10:31:01 7 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:32:01 all 0.14 0.00 0.01 0.00 0.01 99.84 10:58:01 10:32:01 0 0.99 0.00 0.00 0.00 0.00 99.01 10:58:01 10:32:01 1 0.00 0.00 0.00 0.02 0.02 99.97 10:58:01 10:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:32:01 6 0.07 0.00 0.02 0.00 0.02 99.90 10:58:01 10:32:01 7 0.00 0.00 0.02 0.00 0.03 99.95 10:58:01 10:33:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:58:01 10:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:58:01 10:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 10:58:01 10:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:33:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:33:01 5 0.05 0.00 0.00 0.00 0.02 99.93 10:58:01 10:33:01 6 0.03 0.00 0.05 0.00 0.02 99.90 10:58:01 10:33:01 7 0.10 0.00 0.02 0.00 0.02 99.87 10:58:01 10:34:01 all 0.05 0.00 0.02 0.00 0.01 99.92 10:58:01 10:34:01 0 0.22 0.00 0.00 0.00 0.00 99.78 10:58:01 10:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:34:01 3 0.03 0.00 0.03 0.02 0.03 99.88 10:58:01 10:34:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:34:01 6 0.03 0.00 0.05 0.00 0.02 99.90 10:58:01 10:34:01 7 0.07 0.00 0.02 0.00 0.02 99.90 10:58:01 10:35:01 all 0.09 0.00 0.01 0.00 0.02 99.88 10:58:01 10:35:01 0 0.50 0.00 0.00 0.00 0.02 99.48 10:58:01 10:35:01 1 0.05 0.00 0.00 0.02 0.02 99.92 10:58:01 10:35:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:35:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:35:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:35:01 7 0.07 0.00 0.05 0.00 0.03 99.85 10:58:01 10:36:01 all 0.10 0.00 0.02 0.00 0.01 99.87 10:58:01 10:36:01 0 0.62 0.00 0.03 0.00 0.02 99.33 10:58:01 10:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:36:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:36:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:36:01 5 0.02 0.00 0.03 0.00 0.00 99.95 10:58:01 10:36:01 6 0.07 0.00 0.05 0.00 0.02 99.87 10:58:01 10:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:37:01 all 0.10 0.00 0.02 0.00 0.01 99.86 10:58:01 10:37:01 0 0.57 0.00 0.08 0.00 0.02 99.33 10:58:01 10:37:01 1 0.03 0.00 0.00 0.02 0.02 99.93 10:58:01 10:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:37:01 3 0.07 0.00 0.02 0.00 0.02 99.90 10:58:01 10:37:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:37:01 5 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:37:01 7 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:38:01 all 0.10 0.00 0.01 0.00 0.01 99.87 10:58:01 10:38:01 0 0.67 0.00 0.02 0.00 0.02 99.30 10:58:01 10:38:01 1 0.00 0.00 0.05 0.02 0.02 99.92 10:58:01 10:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:38:01 3 0.07 0.00 0.02 0.00 0.00 99.92 10:58:01 10:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:38:01 6 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:58:01 10:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:58:01 10:39:01 0 0.02 0.00 0.05 0.00 0.03 99.90 10:58:01 10:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:39:01 3 0.07 0.00 0.00 0.00 0.02 99.92 10:58:01 10:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:39:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:58:01 10:39:01 6 0.07 0.00 0.02 0.02 0.02 99.88 10:58:01 10:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 10:58:01 10:40:01 all 0.10 0.00 0.01 0.01 0.01 99.87 10:58:01 10:40:01 0 0.65 0.00 0.03 0.00 0.02 99.30 10:58:01 10:40:01 1 0.00 0.00 0.00 0.02 0.02 99.97 10:58:01 10:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:40:01 3 0.05 0.00 0.00 0.00 0.02 99.93 10:58:01 10:40:01 4 0.00 0.00 0.00 0.03 0.00 99.97 10:58:01 10:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 10:58:01 10:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:40:01 7 0.02 0.00 0.03 0.00 0.02 99.93 10:58:01 10:41:01 all 0.05 0.00 0.02 0.00 0.01 99.93 10:58:01 10:41:01 0 0.17 0.00 0.02 0.00 0.00 99.82 10:58:01 10:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:41:01 5 0.08 0.00 0.07 0.00 0.03 99.82 10:58:01 10:41:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:58:01 10:58:01 10:41:01 CPU %user %nice %system %iowait %steal %idle 10:58:01 10:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:58:01 10:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:42:01 1 0.02 0.00 0.02 0.02 0.02 99.93 10:58:01 10:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:58:01 10:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:42:01 5 0.07 0.00 0.03 0.00 0.03 99.87 10:58:01 10:42:01 6 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:43:01 all 0.15 0.00 0.03 0.00 0.01 99.81 10:58:01 10:43:01 0 1.01 0.00 0.05 0.00 0.02 98.92 10:58:01 10:43:01 1 0.02 0.00 0.05 0.02 0.02 99.90 10:58:01 10:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:58:01 10:43:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:43:01 5 0.05 0.00 0.07 0.00 0.02 99.87 10:58:01 10:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:43:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:58:01 10:44:01 all 0.28 0.00 0.02 0.00 0.01 99.69 10:58:01 10:44:01 0 1.99 0.00 0.02 0.00 0.02 97.98 10:58:01 10:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:58:01 10:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:44:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:44:01 5 0.08 0.00 0.03 0.00 0.02 99.87 10:58:01 10:44:01 6 0.05 0.00 0.02 0.00 0.02 99.92 10:58:01 10:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:45:01 all 0.13 0.00 0.02 0.00 0.01 99.83 10:58:01 10:45:01 0 0.85 0.00 0.02 0.00 0.03 99.10 10:58:01 10:45:01 1 0.02 0.00 0.02 0.02 0.02 99.93 10:58:01 10:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:45:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:45:01 5 0.10 0.00 0.07 0.00 0.03 99.80 10:58:01 10:45:01 6 0.05 0.00 0.03 0.00 0.00 99.92 10:58:01 10:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:58:01 10:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:46:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:58:01 10:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:58:01 10:46:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:46:01 5 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:46:01 6 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:47:01 all 0.24 0.00 0.01 0.00 0.00 99.74 10:58:01 10:47:01 0 1.73 0.00 0.02 0.00 0.03 98.22 10:58:01 10:47:01 1 0.02 0.00 0.03 0.02 0.00 99.93 10:58:01 10:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:58:01 10:47:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:47:01 5 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:48:01 all 0.19 0.00 0.02 0.00 0.01 99.78 10:58:01 10:48:01 0 1.29 0.00 0.08 0.00 0.03 98.59 10:58:01 10:48:01 1 0.02 0.00 0.02 0.02 0.02 99.93 10:58:01 10:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:48:01 3 0.05 0.00 0.00 0.00 0.02 99.93 10:58:01 10:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:58:01 10:48:01 6 0.07 0.00 0.02 0.00 0.02 99.90 10:58:01 10:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:58:01 10:49:01 0 0.07 0.00 0.03 0.00 0.05 99.85 10:58:01 10:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:58:01 10:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 10:58:01 10:49:01 5 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:49:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:58:01 10:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:50:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:58:01 10:50:01 0 0.05 0.00 0.03 0.00 0.03 99.88 10:58:01 10:50:01 1 0.03 0.00 0.00 0.02 0.00 99.95 10:58:01 10:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:50:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:50:01 4 0.00 0.00 0.02 0.02 0.00 99.97 10:58:01 10:50:01 5 0.05 0.00 0.00 0.00 0.00 99.95 10:58:01 10:50:01 6 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:50:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:51:01 all 0.01 0.00 0.02 0.00 0.01 99.96 10:58:01 10:51:01 0 0.03 0.00 0.02 0.00 0.03 99.92 10:58:01 10:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:58:01 10:51:01 3 0.03 0.00 0.05 0.00 0.02 99.90 10:58:01 10:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:51:01 5 0.02 0.00 0.03 0.00 0.02 99.93 10:58:01 10:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:58:01 10:52:01 0 0.05 0.00 0.02 0.00 0.03 99.90 10:58:01 10:52:01 1 0.02 0.00 0.00 0.02 0.00 99.97 10:58:01 10:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:52:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:52:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:52:01 6 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:58:01 10:58:01 10:52:01 CPU %user %nice %system %iowait %steal %idle 10:58:01 10:53:01 all 0.02 0.00 0.02 0.01 0.01 99.95 10:58:01 10:53:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:58:01 10:53:01 1 0.00 0.00 0.00 0.02 0.02 99.97 10:58:01 10:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:53:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:53:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:58:01 10:53:01 5 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:53:01 6 0.05 0.00 0.02 0.02 0.00 99.92 10:58:01 10:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:54:01 all 0.04 0.00 0.01 0.00 0.01 99.93 10:58:01 10:54:01 0 0.07 0.00 0.02 0.00 0.03 99.88 10:58:01 10:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:58:01 10:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:54:01 3 0.08 0.00 0.03 0.00 0.02 99.87 10:58:01 10:54:01 4 0.02 0.00 0.00 0.02 0.00 99.97 10:58:01 10:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:54:01 6 0.07 0.00 0.00 0.00 0.02 99.92 10:58:01 10:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:58:01 10:55:01 all 0.27 0.00 0.01 0.00 0.01 99.71 10:58:01 10:55:01 0 1.99 0.00 0.02 0.00 0.03 97.96 10:58:01 10:55:01 1 0.02 0.00 0.03 0.02 0.00 99.93 10:58:01 10:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:58:01 10:55:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:58:01 10:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:58:01 10:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:58:01 10:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:55:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:58:01 10:56:01 all 0.27 0.00 0.02 0.01 0.01 99.70 10:58:01 10:56:01 0 1.94 0.00 0.07 0.00 0.02 97.98 10:58:01 10:56:01 1 0.02 0.00 0.00 0.02 0.02 99.95 10:58:01 10:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:58:01 10:56:01 4 0.00 0.00 0.00 0.03 0.00 99.97 10:58:01 10:56:01 5 0.07 0.00 0.03 0.00 0.02 99.88 10:58:01 10:56:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:58:01 10:56:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:58:01 10:57:01 all 2.02 0.00 0.94 0.20 0.03 96.80 10:58:01 10:57:01 0 2.05 0.00 1.06 0.02 0.05 96.82 10:58:01 10:57:01 1 2.17 0.00 1.15 1.35 0.02 95.30 10:58:01 10:57:01 2 2.00 0.00 1.07 0.00 0.02 96.91 10:58:01 10:57:01 3 1.59 0.00 1.25 0.02 0.03 97.11 10:58:01 10:57:01 4 2.83 0.00 0.77 0.15 0.02 96.23 10:58:01 10:57:01 5 1.70 0.00 0.75 0.02 0.03 97.49 10:58:01 10:57:01 6 1.40 0.00 0.70 0.02 0.03 97.85 10:58:01 10:57:01 7 2.40 0.00 0.80 0.07 0.03 96.70 10:58:01 Average: all 8.24 0.00 1.31 0.40 0.03 90.03 10:58:01 Average: 0 8.43 0.00 1.36 0.40 0.03 89.78 10:58:01 Average: 1 8.30 0.00 1.29 0.28 0.03 90.10 10:58:01 Average: 2 8.34 0.00 1.36 0.58 0.02 89.70 10:58:01 Average: 3 8.30 0.00 1.31 0.41 0.03 89.96 10:58:01 Average: 4 8.20 0.00 1.27 0.24 0.02 90.27 10:58:01 Average: 5 8.17 0.00 1.25 0.24 0.03 90.31 10:58:01 Average: 6 8.12 0.00 1.27 0.53 0.03 90.06 10:58:01 Average: 7 8.09 0.00 1.34 0.51 0.03 90.04 10:58:01 10:58:01 10:58:01