Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 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-ssh9724363683536129593.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-ssh5550249341040750813.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-ssh14286445593500640549.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-ssh13577873618253929157.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-ssh13076074129415279931.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-2248 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/838 [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/838 # 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 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 (main) Commit message: "build(deps): Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 (#5155)" > 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 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 # timeout=10 > git rev-list --no-walk 21cd7c14f5e382ba721c8756160f6132a91a8ed6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:10:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:10:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:10:01 ========================================================= 02:10:01 EdgeX Global Pipelines Version Info 02:10:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:10:02 ------------------- 02:10:02 stable info: 02:10:02 ------------------- 02:10:02 Commited By: Ginny Guan ginny@iotechsys.com 02:10:02 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 02:10:02 Message: update stable to v1.0.274 02:10:02 ------------------- 02:10:02 experimental info: 02:10:02 ------------------- 02:10:02 Commited By: **** collab-it+edgex@linuxfoundation.org 02:10:02 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 02:10:02 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:10:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f18bd4 [Pipeline] echo 02:10:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:10:03 provisioning config files... 02:10:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config10536516080249712486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:03 ---> ****-login.sh 02:10:03 nexus3.edgexfoundry.org:10001 02:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:10:04 Configure a credential helper to remove this warning. See 02:10:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:10:04 02:10:04 Login Succeeded 02:10:04 nexus3.edgexfoundry.org:10002 02:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:10:04 Configure a credential helper to remove this warning. See 02:10:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:10:04 02:10:04 Login Succeeded 02:10:04 nexus3.edgexfoundry.org:10003 02:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:10:04 Configure a credential helper to remove this warning. See 02:10:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:10:04 02:10:04 Login Succeeded 02:10:04 nexus3.edgexfoundry.org:10004 02:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:10:04 Configure a credential helper to remove this warning. See 02:10:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:10:04 02:10:04 Login Succeeded 02:10:04 ****.io 02:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:10:04 Configure a credential helper to remove this warning. See 02:10:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:10:04 02:10:04 Login Succeeded 02:10:04 ---> ****-login.sh ends [Pipeline] } 02:10:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:10:04 + 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 02:10:04 + cut -d/ -f2 02:10:04 + dirname cmd/core-command/Dockerfile 02:10:04 + echo core-command,cmd/core-command/Dockerfile 02:10:04 + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:10:04 + dirname cmd/core-data/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo core-data,cmd/core-data/Dockerfile 02:10:04 + + cut -d/ -f2 02:10:04 dirname cmd/core-keeper/Dockerfile 02:10:04 + echo core-keeper,cmd/core-keeper/Dockerfile 02:10:04 + + cut -d/ -f2 02:10:04 dirname cmd/core-metadata/Dockerfile 02:10:04 + echo core-metadata,cmd/core-metadata/Dockerfile 02:10:04 + dirname cmd/security-bootstrapper/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:10:04 + dirname cmd/security-proxy-auth/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:10:04 + dirname cmd/security-proxy-setup/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:10:04 + dirname cmd/security-secretstore-setup/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:10:04 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:10:04 + dirname cmd/security-spire-agent/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:10:04 + dirname cmd/security-spire-config/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:10:04 + dirname cmd/security-spire-server/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:10:04 + dirname cmd/support-notifications/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo support-notifications,cmd/support-notifications/Dockerfile 02:10:04 + dirname cmd/support-scheduler/Dockerfile 02:10:04 + cut -d/ -f2 02:10:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:10:04 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 02:10:05 + git rev-list -1 --merges 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85~1..8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:10:05 -----------> git rev-list -1 --merges 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85~1..8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [false] [Pipeline] sh 02:10:05 + git log --format=format:%s -1 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:10:05 ========================================================= 02:10:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:10:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:10:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:10:05 + grep -v github /etc/ssh/ssh_known_hosts 02:10:05 + [ -e /tmp/ssh_known_hosts ] 02:10:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:10:05 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 02:10:05 tee -a /etc/ssh/ssh_known_hosts 02:10:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:10:06 02:10:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:10:06 0.1.4: Pulling from edgex-devops/py-git-semver 02:10:06 3dae71ba6b94: Pulling fs layer 02:10:06 6bf1a483ea7c: Pulling fs layer 02:10:06 f5dfc541a4d3: Pulling fs layer 02:10:06 461d9e800cba: Pulling fs layer 02:10:06 80192f66455f: Pulling fs layer 02:10:06 2e8e34ca0e6c: Pulling fs layer 02:10:06 a29436f7fd5d: Pulling fs layer 02:10:06 923cac83aea3: Pulling fs layer 02:10:06 25ad8b0a4227: Pulling fs layer 02:10:06 db01528c6b51: Pulling fs layer 02:10:06 28988de357af: Pulling fs layer 02:10:06 a29436f7fd5d: Waiting 02:10:06 923cac83aea3: Waiting 02:10:06 25ad8b0a4227: Waiting 02:10:06 80192f66455f: Waiting 02:10:06 db01528c6b51: Waiting 02:10:06 2e8e34ca0e6c: Waiting 02:10:06 461d9e800cba: Waiting 02:10:06 28988de357af: Waiting 02:10:06 6bf1a483ea7c: Verifying Checksum 02:10:06 6bf1a483ea7c: Download complete 02:10:06 461d9e800cba: Verifying Checksum 02:10:06 461d9e800cba: Download complete 02:10:06 80192f66455f: Download complete 02:10:06 f5dfc541a4d3: Verifying Checksum 02:10:06 f5dfc541a4d3: Download complete 02:10:06 3dae71ba6b94: Verifying Checksum 02:10:06 3dae71ba6b94: Download complete 02:10:06 923cac83aea3: Download complete 02:10:06 25ad8b0a4227: Verifying Checksum 02:10:06 25ad8b0a4227: Download complete 02:10:07 db01528c6b51: Verifying Checksum 02:10:07 db01528c6b51: Download complete 02:10:07 28988de357af: Download complete 02:10:07 a29436f7fd5d: Verifying Checksum 02:10:07 a29436f7fd5d: Download complete 02:10:07 2e8e34ca0e6c: Download complete 02:10:07 3dae71ba6b94: Pull complete 02:10:08 6bf1a483ea7c: Pull complete 02:10:08 f5dfc541a4d3: Pull complete 02:10:08 461d9e800cba: Pull complete 02:10:08 80192f66455f: Pull complete 02:10:12 2e8e34ca0e6c: Pull complete 02:10:12 a29436f7fd5d: Pull complete 02:10:12 923cac83aea3: Pull complete 02:10:12 25ad8b0a4227: Pull complete 02:10:12 db01528c6b51: Pull complete 02:10:12 28988de357af: Pull complete 02:10:12 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:10:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:10:13 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 02:10:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:10:16 $ docker top 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 -eo pid,comm 02:10: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). 02:10:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:10:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:10:16 [ssh-agent] Looking for ssh-agent implementation... 02:10:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:10:16 $ docker exec 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent 02:10:16 SSH_AUTH_SOCK=/tmp/ssh-oHcNMKmcSPGA/agent.32 02:10:16 SSH_AGENT_PID=38 02:10:16 Running ssh-add (command line suppressed) 02:10:16 Identity added: /w/workspace/edgex-go/838@tmp/private_key_6978852935152575773.key (/w/workspace/edgex-go/838@tmp/private_key_6978852935152575773.key) 02:10:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:10:17 + git tag --points-at HEAD [Pipeline] } 02:10:17 $ docker exec --env ******** --env ******** 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent -k 02:10:17 unset SSH_AUTH_SOCK; 02:10:17 unset SSH_AGENT_PID; 02:10:17 echo Agent pid 38 killed; 02:10:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:10:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:10:17 [ssh-agent] Looking for ssh-agent implementation... 02:10:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:10:17 $ docker exec 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent 02:10:17 SSH_AUTH_SOCK=/tmp/ssh-w1Bmj6hyKDTW/agent.71 02:10:17 SSH_AGENT_PID=77 02:10:17 Running ssh-add (command line suppressed) 02:10:17 Identity added: /w/workspace/edgex-go/838@tmp/private_key_16979341222608376467.key (/w/workspace/edgex-go/838@tmp/private_key_16979341222608376467.key) 02:10:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:10:17 + git semver init 02:10:18 2025-05-26 02:10:18,168 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:10:18 2025-05-26 02:10:18,172 [run_init] DEBUG init version:0.0.0 force:False 02:10:18 2025-05-26 02:10:18,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/838/.semver 02:10:18 2025-05-26 02:10:18,173 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/838/.semver 02:10:18 2025-05-26 02:10:18,173 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/838/.semver'], cwd=/w/workspace/edgex-go/838, stdin=None, shell=False, universal_newlines=False) 02:10:24 2025-05-26 02:10:23,658 [append_file] DEBUG append to file:/w/workspace/edgex-go/838/.git/info/exclude 02:10:24 2025-05-26 02:10:23,658 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/838/.semver/main with force:False 02:10:24 2025-05-26 02:10:23,659 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 02:10:24 2025-05-26 02:10:23,659 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 02:10:24 4.1.0-dev.11 [Pipeline] } 02:10:24 $ docker exec --env ******** --env ******** 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent -k 02:10:24 unset SSH_AUTH_SOCK; 02:10:24 unset SSH_AGENT_PID; 02:10:24 echo Agent pid 77 killed; 02:10:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:10:25 + git semver [Pipeline] } 02:10:25 $ docker stop --time=1 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 02:10:26 $ docker rm -f --volumes 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 [Pipeline] // withDockerContainer [Pipeline] sh 02:10:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:10:27 Stashed 1 file(s) [Pipeline] echo 02:10:27 [edgeXSemver]: initialized semver on version 4.1.0-dev.11 [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 02:10:27 + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] echo 02:10:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:10:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:10:27 ========================================================= 02:10:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:10:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:10:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:10:28 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:10:28 0a9a5dfd008f: Pulling fs layer 02:10:28 dbfa0bcfca99: Pulling fs layer 02:10:28 70eabb1d9476: Pulling fs layer 02:10:28 957bedc73fa3: Pulling fs layer 02:10:28 4f4fb700ef54: Pulling fs layer 02:10:28 f40432e63723: Pulling fs layer 02:10:28 90b4343acab7: Pulling fs layer 02:10:28 9f67ea4ac784: Pulling fs layer 02:10:28 9228b9a606be: Pulling fs layer 02:10:28 957bedc73fa3: Waiting 02:10:28 4f4fb700ef54: Waiting 02:10:28 9f67ea4ac784: Waiting 02:10:28 9228b9a606be: Waiting 02:10:28 90b4343acab7: Waiting 02:10:28 f40432e63723: Waiting 02:10:28 dbfa0bcfca99: Verifying Checksum 02:10:28 dbfa0bcfca99: Download complete 02:10:28 957bedc73fa3: Verifying Checksum 02:10:28 957bedc73fa3: Download complete 02:10:28 4f4fb700ef54: Verifying Checksum 02:10:28 4f4fb700ef54: Download complete 02:10:28 f40432e63723: Verifying Checksum 02:10:28 f40432e63723: Download complete 02:10:28 0a9a5dfd008f: Download complete 02:10:28 90b4343acab7: Verifying Checksum 02:10:28 90b4343acab7: Download complete 02:10:28 0a9a5dfd008f: Pull complete 02:10:28 9228b9a606be: Verifying Checksum 02:10:28 9228b9a606be: Download complete 02:10:28 dbfa0bcfca99: Pull complete 02:10:28 70eabb1d9476: Download complete 02:10:28 9f67ea4ac784: Download complete 02:10:32 70eabb1d9476: Pull complete 02:10:32 957bedc73fa3: Pull complete 02:10:32 4f4fb700ef54: Pull complete 02:10:32 f40432e63723: Pull complete 02:10:32 90b4343acab7: Pull complete 02:10:34 9f67ea4ac784: Pull complete 02:10:34 9228b9a606be: Pull complete 02:10:34 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 02:10:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:10:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:10:35 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:10:35 WORKDIR /edgex 02:10:35 COPY go.mod . 02:10:35 RUN go mod download 02:10:35 docker build -t ci-base-image-x86_64 -f - . 02:10:35 Sending build context to Docker daemon 185.8MB 02:10:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:10:35 ---> 69404ca5bff2 02:10:35 Step 2/4 : WORKDIR /edgex 02:10:39 ---> Running in 4fd6f2d9a54f 02:10:39 Removing intermediate container 4fd6f2d9a54f 02:10:39 ---> e4092ab84ecb 02:10:39 Step 3/4 : COPY go.mod . 02:10:39 ---> 309601698600 02:10:39 Step 4/4 : RUN go mod download 02:10:39 ---> Running in c96cc63832ae 02:10:42 Still waiting to schedule task 02:10:42 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2245’ 02:11:01 Removing intermediate container c96cc63832ae 02:11:01 ---> 2b4324a418a5 02:11:01 Successfully built 2b4324a418a5 02:11:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:02 + docker inspect -f . ci-base-image-x86_64 02:11:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:11:02 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 02:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:11:02 $ docker top 105736a91c0aa71151a06bb6f7f7f22837b6535810ae026b7cfff5cdf8a5d984 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:02 + go version 02:11:02 go version go1.23.8 linux/amd64 [Pipeline] } 02:11:02 $ docker stop --time=1 105736a91c0aa71151a06bb6f7f7f22837b6535810ae026b7cfff5cdf8a5d984 02:11:04 $ docker rm -f --volumes 105736a91c0aa71151a06bb6f7f7f22837b6535810ae026b7cfff5cdf8a5d984 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:04 + docker inspect -f . ci-base-image-x86_64 02:11:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:11:04 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 02:11:04 $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:11:05 $ docker top b04a1b06ba9712f004dd00917a9da74fa04048160a2c3167809de6f97cbdfd09 -eo pid,comm [Pipeline] { [Pipeline] echo 02:11:05 ========================================================= 02:11:05 [edgeXBuildGoParallel] Running Tests and Build... 02:11:05 ========================================================= [Pipeline] sh 02:11:05 + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] fileExists [Pipeline] sh 02:11:05 + make test 02:11:05 go test -race -coverprofile=coverage.out ./... 02:11:14 ? github.com/edgexfoundry/edgex-go [no test files] 02:11:40 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:11:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:11:40 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:11:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.021s coverage: 28.7% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:11:40 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:11:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 02:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:11:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:11:43 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:11:43 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:11:43 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:11:43 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 02:11:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:11:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.2% of statements 02:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements 02:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.060s coverage: 45.2% of statements 02:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.002s coverage: 93.4% of statements 02:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 92.3% of statements 02:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:11:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:11:46 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:11:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.324s coverage: 95.8% of statements 02:11:48 ok github.com/edgexfoundry/edgex-go/internal/io 1.016s coverage: 72.2% of statements 02:11:48 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 02:11:48 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:11:48 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:11:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:11:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] 02:11:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 02:11:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements 02:11:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 02:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 40.0% of statements 02:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 02:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements 02:11:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:11:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:11:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements 02:11:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:11:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:11:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:11:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:11:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements 02:11:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:11:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:11:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:11:53 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:11:55 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:11:57 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:11:58 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:11:58 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:11:58 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:12:00 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 02:12:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:12:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:12:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:12:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.036s coverage: 94.4% of statements 02:12:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:12:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:12:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:12:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:12:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:12:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:12:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:12:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:12:04 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:12:04 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:12:04 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:12:04 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:12:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:12:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:12:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:12:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:12:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:12:07 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:12:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:12:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:12:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:12:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.044s coverage: 92.9% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 68.8% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.024s coverage: 62.3% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.089s coverage: 81.8% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.066s coverage: 82.1% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.037s coverage: 6.8% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.047s coverage: 100.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.177s coverage: 54.5% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.016s coverage: 93.8% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.050s coverage: 17.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.060s coverage: 97.7% of statements 02:12:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements 02:12:14 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 02:12:14 running golangci-lint 02:12:14 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 02:12:14 go version go1.23.8 linux/amd64 02:12:14 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 02:12:14 level=info msg="[config_reader] Used config file .golangci.yml" 02:12:14 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:12:36 level=info msg="[loader] Go packages loading at mode 575 (files|imports|deps|exports_file|name|types_sizes|compiled_files) took 21.207630626s" 02:12:36 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.475649ms" 02:12:48 level=info msg="[linters_context/goanalysis] analyzers took 1m29.390582091s with top 10 stages: buildir: 53.020046345s, gosec: 3.306737831s, inspect: 2.792402109s, fact_deprecated: 2.769188861s, printf: 1.943628043s, ctrlflow: 1.724065043s, fact_purity: 1.2333105s, nilness: 1.015894794s, S1038: 867.405819ms, typedness: 714.063191ms" 02:12:48 level=info msg="[runner] Issues before processing: 202, after processing: 0" 02:12:48 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, invalid_issue: 202/202, exclude: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, nolint: 20/0, cgo: 202/202, exclude-rules: 202/20" 02:12:48 level=info msg="[runner] processing took 14.04779ms with stages: nolint: 7.028259ms, identifier_marker: 3.772695ms, exclude-rules: 1.163832ms, autogenerated_exclude: 816.438µs, path_prettifier: 779.457µs, skip_dirs: 443.517µs, invalid_issue: 15.851µs, cgo: 14.281µs, filename_unadjuster: 7.21µs, exclude: 3.08µs, max_same_issues: 620ns, uniq_by_line: 490ns, fixer: 440ns, skip_files: 340ns, sort_results: 270ns, source_code: 220ns, diff: 170ns, max_from_linter: 160ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns, path_shortener: 120ns, severity-rules: 100ns" 02:12:48 level=info msg="[runner] linters took 11.305536551s with stages: goanalysis_metalinter: 11.291416699s" 02:12:48 level=info msg="File cache stats: 0 entries of total size 0B" 02:12:48 level=info msg="Memory: 327 samples, avg is 304.1MB, max is 1457.2MB" 02:12:48 level=info msg="Execution took 32.569755797s" 02:12:48 go vet ./... 02:12:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:12:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:12:53 ./bin/test-attribution-txt.sh [Pipeline] echo 02:12:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:12:53 + ls -al . 02:12:53 total 1992 02:12:53 drwxrwxr-x 11 1001 1001 4096 May 26 02:11 . 02:12:53 drwxr-xr-x 4 root root 4096 May 26 02:11 .. 02:12:53 drwxrwxr-x 2 1001 1001 4096 May 26 02:09 .blubracket 02:12:53 -rw-rw-r-- 1 1001 1001 10 May 26 02:09 .dockerignore 02:12:53 drwxrwxr-x 8 1001 1001 4096 May 26 02:12 .git 02:12:53 drwxrwxr-x 3 1001 1001 4096 May 26 02:09 .github 02:12:53 -rw-rw-r-- 1 1001 1001 909 May 26 02:09 .gitignore 02:12:53 -rw-rw-r-- 1 1001 1001 218 May 26 02:09 .golangci.yml 02:12:53 -rw-rw-r-- 1 1001 1001 100 May 26 02:09 .hadolint.yml 02:12:53 drwxr-xr-x 3 1001 1001 4096 May 26 02:10 .semver 02:12:53 -rw-rw-r-- 1 1001 1001 155 May 26 02:09 .sonarcloud.properties 02:12:53 -rw-rw-r-- 1 1001 1001 1171 May 26 02:09 ADOPTERS.md 02:12:53 -rw-rw-r-- 1 1001 1001 17374 May 26 02:09 Attribution.txt 02:12:53 -rw-rw-r-- 1 1001 1001 108018 May 26 02:09 CHANGELOG.md 02:12:53 -rw-rw-r-- 1 1001 1001 3804 May 26 02:09 CONTRIBUTING.md 02:12:53 -rw-rw-r-- 1 1001 1001 677 May 26 02:09 GOVERNANCE.md 02:12:53 -rw-rw-r-- 1 1001 1001 858 May 26 02:09 Jenkinsfile 02:12:53 -rw-rw-r-- 1 1001 1001 10775 May 26 02:09 LICENSE 02:12:53 -rw-rw-r-- 1 1001 1001 16740 May 26 02:09 Makefile 02:12:53 -rw-rw-r-- 1 1001 1001 582 May 26 02:09 OWNERS.md 02:12:53 -rw-rw-r-- 1 1001 1001 9932 May 26 02:09 README.md 02:12:53 -rw-rw-r-- 1 1001 1001 789 May 26 02:09 SECURITY.md 02:12:53 -rw-rw-r-- 1 1001 1001 12 May 26 02:10 VERSION 02:12:53 drwxrwxr-x 2 1001 1001 4096 May 26 02:09 bin 02:12:53 drwxrwxr-x 19 1001 1001 4096 May 26 02:09 cmd 02:12:53 -rw-r--r-- 1 root root 1661048 May 26 02:12 coverage.out 02:12:53 drwxrwxr-x 2 1001 1001 4096 May 26 02:09 fuzz_test 02:12:53 -rw-rw-r-- 1 1001 1001 6492 May 26 02:09 go.mod 02:12:53 -rw-rw-r-- 1 1001 1001 88215 May 26 02:09 go.sum 02:12:53 drwxrwxr-x 7 1001 1001 4096 May 26 02:09 internal 02:12:53 drwxrwxr-x 2 1001 1001 4096 May 26 02:09 openapi 02:12:53 -rw-rw-r-- 1 1001 1001 584 May 26 02:09 security.txt 02:12:53 -rw-rw-r-- 1 1001 1001 204 May 26 02:09 version.go [Pipeline] sh 02:12:54 + '[' -e coverage.out ] 02:12:54 + chown 1001:1001 coverage.out [Pipeline] stash 02:12:54 Stashed 1 file(s) [Pipeline] sh 02:12:54 + make build 02:12:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:13:16 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:13:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:13:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:13:20 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:13:21 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:13:27 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:13:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:13:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:13:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:13:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:13:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:13:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:13:37 $ docker stop --time=1 b04a1b06ba9712f004dd00917a9da74fa04048160a2c3167809de6f97cbdfd09 02:13:42 $ docker rm -f --volumes b04a1b06ba9712f004dd00917a9da74fa04048160a2c3167809de6f97cbdfd09 [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 02:13:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:13:43 02:13:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:13:44 latest: Pulling from edgex-devops/edgex-compose 02:13:44 91d30c5bc195: Pulling fs layer 02:13:44 2e9b0aa3be6d: Pulling fs layer 02:13:44 9c61dcf015f6: Pulling fs layer 02:13:44 4698f68db338: Pulling fs layer 02:13:44 2a2f49069b9e: Pulling fs layer 02:13:44 e0025b399a48: Pulling fs layer 02:13:44 4698f68db338: Waiting 02:13:44 2a2f49069b9e: Waiting 02:13:44 e0025b399a48: Waiting 02:13:44 91d30c5bc195: Verifying Checksum 02:13:44 91d30c5bc195: Download complete 02:13:44 4698f68db338: Download complete 02:13:44 2e9b0aa3be6d: Verifying Checksum 02:13:44 2e9b0aa3be6d: Download complete 02:13:44 e0025b399a48: Verifying Checksum 02:13:44 e0025b399a48: Download complete 02:13:44 91d30c5bc195: Pull complete 02:13:44 2a2f49069b9e: Verifying Checksum 02:13:44 2a2f49069b9e: Download complete 02:13:45 2e9b0aa3be6d: Pull complete 02:13:45 9c61dcf015f6: Verifying Checksum 02:13:45 9c61dcf015f6: Download complete 02:13:47 9c61dcf015f6: Pull complete 02:13:47 4698f68db338: Pull complete 02:13:48 2a2f49069b9e: Pull complete 02:13:48 e0025b399a48: Pull complete 02:13:48 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:13:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:13:48 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 02:13:48 $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:13:50 $ docker top b347c501f0fe6bb17cc3958ad498c57b2512162b636f19fe3b094a9e13b72a56 -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:50 + docker compose -f ./docker-compose-build.yml build --parallel 02:13:53 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:13:53 #1 transferring dockerfile: 2.23kB done 02:13:53 #1 DONE 0.0s 02:13:53 02:13:53 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:13:53 #2 transferring dockerfile: 1.89kB done 02:13:53 #2 DONE 0.0s 02:13:53 02:13:53 #3 [core-data internal] load build definition from Dockerfile 02:13:53 #3 transferring dockerfile: 2.04kB done 02:13:53 #3 DONE 0.0s 02:13:53 02:13:53 #4 [security-proxy-auth internal] load build definition from Dockerfile 02:13:53 #4 transferring dockerfile: 2.14kB done 02:13:53 #4 DONE 0.0s 02:13:53 02:13:53 #5 [security-secretstore-setup internal] load build definition from Dockerfile 02:13:53 #5 transferring dockerfile: 2.49kB done 02:13:53 #5 DONE 0.0s 02:13:53 02:13:53 #6 [support-notifications internal] load build definition from Dockerfile 02:13:53 #6 transferring dockerfile: 2.00kB done 02:13:53 #6 DONE 0.0s 02:13:53 02:13:53 #7 [core-keeper internal] load build definition from Dockerfile 02:13:53 #7 transferring dockerfile: 2.01kB done 02:13:53 #7 DONE 0.0s 02:13:53 02:13:53 #8 [security-proxy-setup internal] load build definition from Dockerfile 02:13:53 #8 transferring dockerfile: 2.50kB done 02:13:53 #8 DONE 0.1s 02:13:53 02:13:53 #9 [core-metadata internal] load build definition from Dockerfile 02:13:53 #9 transferring dockerfile: 2.10kB done 02:13:53 #9 DONE 0.0s 02:13:53 02:13:53 #10 [security-spire-server internal] load build definition from Dockerfile 02:13:53 #10 transferring dockerfile: 1.70kB done 02:13:53 #10 DONE 0.1s 02:13:53 02:13:53 #11 [support-scheduler internal] load build definition from Dockerfile 02:13:53 #11 transferring dockerfile: 1.83kB done 02:13:53 #11 DONE 0.0s 02:13:53 02:13:53 #12 [core-command internal] load build definition from Dockerfile 02:13:53 #12 transferring dockerfile: 1.94kB done 02:13:53 #12 DONE 0.1s 02:13:53 02:13:53 #13 [security-spire-config internal] load build definition from Dockerfile 02:13:53 #13 transferring dockerfile: 1.69kB done 02:13:53 #13 DONE 0.1s 02:13:53 02:13:53 #14 [security-bootstrapper internal] load build definition from Dockerfile 02:13:53 #14 transferring dockerfile: 3.02kB done 02:13:53 #14 DONE 0.1s 02:13:53 02:13:53 #15 [security-spire-agent internal] load build definition from Dockerfile 02:13:53 #15 transferring dockerfile: 1.81kB done 02:13:53 #15 DONE 0.0s 02:13:53 02:13:53 #16 [core-common-config-bootstrapper internal] load .dockerignore 02:13:53 #16 transferring context: 50B done 02:13:53 #16 DONE 0.1s 02:13:53 02:13:53 #17 [security-spiffe-token-provider internal] load .dockerignore 02:13:53 #17 transferring context: 50B done 02:13:53 #17 DONE 0.0s 02:13:53 02:13:53 #18 [core-data internal] load .dockerignore 02:13:53 #18 transferring context: 50B done 02:13:53 #18 DONE 0.0s 02:13:53 02:13:53 #19 [security-proxy-auth internal] load .dockerignore 02:13:53 #19 transferring context: 50B done 02:13:53 #19 DONE 0.0s 02:13:53 02:13:53 #20 [security-secretstore-setup internal] load .dockerignore 02:13:53 #20 transferring context: 50B done 02:13:53 #20 DONE 0.0s 02:13:53 02:13:53 #21 [support-notifications internal] load .dockerignore 02:13:53 #21 transferring context: 50B done 02:13:53 #21 DONE 0.0s 02:13:53 02:13:53 #22 [core-keeper internal] load .dockerignore 02:13:53 #22 transferring context: 50B done 02:13:53 #22 DONE 0.0s 02:13:53 02:13:53 #23 [security-proxy-setup internal] load .dockerignore 02:13:53 #23 transferring context: 50B done 02:13:53 #23 DONE 0.0s 02:13:53 02:13:53 #24 [core-metadata internal] load .dockerignore 02:13:53 #24 transferring context: 50B done 02:13:53 #24 DONE 0.0s 02:13:53 02:13:53 #25 [core-command internal] load .dockerignore 02:13:53 #25 transferring context: 50B done 02:13:53 #25 DONE 0.0s 02:13:53 02:13:53 #26 [support-scheduler internal] load .dockerignore 02:13:53 #26 transferring context: 50B done 02:13:53 #26 DONE 0.0s 02:13:53 02:13:53 #27 [security-spire-server internal] load .dockerignore 02:13:53 #27 transferring context: 50B done 02:13:53 #27 DONE 0.0s 02:13:53 02:13:53 #28 [security-spire-config internal] load .dockerignore 02:13:53 #28 transferring context: 50B done 02:13:53 #28 DONE 0.0s 02:13:53 02:13:53 #29 [security-bootstrapper internal] load .dockerignore 02:13:53 #29 transferring context: 50B done 02:13:53 #29 DONE 0.0s 02:13:53 02:13:53 #30 [security-spire-agent internal] load .dockerignore 02:13:53 #30 transferring context: 50B done 02:13:53 #30 DONE 0.0s 02:13:53 02:13:53 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:13:53 #31 DONE 0.0s 02:13:53 02:13:53 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 02:13:53 #32 DONE 0.1s 02:13:53 02:13:53 #33 [core-common-config-bootstrapper internal] load build context 02:13:53 #33 DONE 0.0s 02:13:53 02:13:53 #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:13:53 #34 DONE 0.0s 02:13:53 02:13:53 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:13:53 #35 ... 02:13:53 02:13:53 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:13:53 #31 DONE 0.0s 02:13:53 02:13:53 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 02:13:53 #32 DONE 0.1s 02:13:53 02:13:53 #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:13:53 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:13:53 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:13:53 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:13:53 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:13:53 #35 ... 02:13:53 02:13:53 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:13:53 #31 DONE 0.0s 02:13:53 02:13:53 #35 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:13:53 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:13:53 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:13:53 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:13:53 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:13:54 #35 ... 02:13:54 02:13:54 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:13:54 #31 DONE 0.0s 02:13:54 02:13:54 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:13:54 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:13:54 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:13:54 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:13:54 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:13:54 #35 ... 02:13:54 02:13:54 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:13:54 #31 DONE 0.0s 02:13:54 02:13:54 #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:13:54 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:13:54 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:13:54 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:13:54 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:13:54 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:13:54 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:13:54 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:13:54 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:13:54 #35 ... 02:13:54 02:13:54 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:13:54 #31 DONE 0.0s 02:13:54 02:13:54 #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:13:54 #34 DONE 0.8s 02:13:54 02:13:54 #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:13:54 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:13:54 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:13:54 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:13:54 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:13:54 #35 ... 02:13:54 02:13:54 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:13:54 #32 DONE 0.6s 02:13:54 02:13:54 #36 [core-data builder 2/7] WORKDIR /edgex-go 02:14:00 #36 ... 02:14:00 02:14:00 #37 [security-bootstrapper internal] load build context 02:14:00 #37 transferring context: 139.96MB 5.1s 02:14:04 #37 ... 02:14:04 02:14:04 #33 [core-common-config-bootstrapper internal] load build context 02:14:04 #33 ... 02:14:04 02:14:04 #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:14:04 #38 ... 02:14:04 02:14:04 #39 [core-keeper internal] load build context 02:14:04 #39 ... 02:14:04 02:14:04 #40 [support-notifications internal] load build context 02:14:04 #40 ... 02:14:04 02:14:04 #41 [security-secretstore-setup internal] load build context 02:14:04 #41 ... 02:14:04 02:14:04 #42 [security-proxy-setup internal] load build context 02:14:04 #42 ... 02:14:04 02:14:04 #43 [security-spiffe-token-provider internal] load build context 02:14:04 #43 transferring context: 503.48MB 10.7s done 02:14:04 #43 ... 02:14:04 02:14:04 #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:14:04 #44 ... 02:14:04 02:14:04 #45 [core-data internal] load build context 02:14:04 #45 ... 02:14:04 02:14:04 #46 [core-metadata internal] load build context 02:14:04 #46 ... 02:14:04 02:14:04 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:14:05 #47 ... 02:14:05 02:14:05 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:14:05 #48 ... 02:14:05 02:14:05 #43 [security-spiffe-token-provider internal] load build context 02:14:05 #43 DONE 11.3s 02:14:05 02:14:05 #49 [core-command internal] load build context 02:14:05 #49 transferring context: 503.48MB 10.3s done 02:14:05 #49 DONE 10.9s 02:14:05 02:14:05 #39 [core-keeper internal] load build context 02:14:05 #39 transferring context: 503.48MB 10.7s done 02:14:05 #39 DONE 11.2s 02:14:05 02:14:05 #36 [core-keeper builder 2/7] WORKDIR /edgex-go 02:14:05 #36 DONE 10.9s 02:14:05 02:14:05 #50 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:14:05 #50 DONE 11.0s 02:14:05 02:14:05 #51 [security-spire-server internal] load build context 02:14:05 #51 ... 02:14:05 02:14:05 #52 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:14:05 #52 DONE 10.9s 02:14:05 02:14:05 #51 [security-spire-server internal] load build context 02:14:05 #51 transferring context: 23.80kB 0.0s done 02:14:05 #51 ... 02:14:05 02:14:05 #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:14:05 #53 ... 02:14:05 02:14:05 #54 [security-spire-config internal] load build context 02:14:05 #54 transferring context: 22.05kB 0.0s done 02:14:05 #54 DONE 0.1s 02:14:05 02:14:05 #55 [security-spire-agent internal] load build context 02:14:05 #55 transferring context: 23.33kB 0.0s done 02:14:05 #55 DONE 0.1s 02:14:05 02:14:05 #51 [security-spire-server internal] load build context 02:14:05 #51 DONE 0.2s 02:14:05 02:14:05 #56 [support-scheduler internal] load build context 02:14:06 #56 ... 02:14:06 02:14:06 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:14:06 #57 ... 02:14:06 02:14:06 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:14:06 #58 ... 02:14:06 02:14:06 #59 [security-proxy-auth internal] load build context 02:14:06 #59 ... 02:14:06 02:14:06 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:14:06 #60 ... 02:14:06 02:14:06 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:06 #61 ... 02:14:06 02:14:06 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:14:06 #62 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:14:06 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s 02:14:06 #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s 02:14:06 #62 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:14:06 #62 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:14:06 #62 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:14:07 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.9s 02:14:07 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.3s 02:14:09 #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.7s done 02:14:09 #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.7s done 02:14:10 #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:14:10 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 4.6s done 02:14:11 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.4s done 02:14:13 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 8.1s 02:14:13 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 8.2s 02:14:13 #62 ... 02:14:13 02:14:13 #37 [security-bootstrapper internal] load build context 02:14:13 #37 transferring context: 503.48MB 13.3s done 02:14:13 #37 ... 02:14:13 02:14:13 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:14:13 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10.49MB / 36.47MB 8.4s 02:14:14 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 8.6s 02:14:14 #62 ... 02:14:14 02:14:14 #33 [core-common-config-bootstrapper internal] load build context 02:14:14 #33 transferring context: 503.48MB 13.6s done 02:14:14 #33 ... 02:14:14 02:14:14 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:14:14 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 32.51MB / 36.47MB 8.9s 02:14:14 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 9.0s 02:14:14 #62 ... 02:14:14 02:14:14 #42 [security-proxy-setup internal] load build context 02:14:14 #42 transferring context: 503.48MB 13.3s done 02:14:15 #42 ... 02:14:15 02:14:15 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:14:15 #62 ... 02:14:15 02:14:15 #40 [support-notifications internal] load build context 02:14:15 #40 transferring context: 503.48MB 12.5s done 02:14:15 #40 ... 02:14:15 02:14:15 #41 [security-secretstore-setup internal] load build context 02:14:15 #41 transferring context: 503.48MB 13.0s done 02:14:15 #41 ... 02:14:15 02:14:15 #46 [core-metadata internal] load build context 02:14:15 #46 transferring context: 503.48MB 14.0s done 02:14:15 #46 ... 02:14:15 02:14:15 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:14:15 #63 ... 02:14:15 02:14:15 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:14:15 #64 ... 02:14:15 02:14:15 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:14:15 #65 ... 02:14:15 02:14:15 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:14:15 #66 ... 02:14:15 02:14:15 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:15 #67 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 02:14:15 #67 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:14:15 #67 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 02:14:15 #67 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 02:14:15 #67 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 4.6s done 02:14:15 #67 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.3s done 02:14:15 #67 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:14:15 #67 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 02:14:15 #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 10.4s 02:14:15 #67 ... 02:14:15 02:14:15 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:14:16 #68 ... 02:14:16 02:14:16 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:16 #69 ... 02:14:16 02:14:16 #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:14:16 #44 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:16 #44 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:16 #44 12.25 (1/1) Installing dumb-init (1.2.5-r3) 02:14:16 #44 12.26 Executing busybox-1.36.1-r29.trigger 02:14:16 #44 12.27 OK: 8 MiB in 15 packages 02:14:16 #44 ... 02:14:16 02:14:16 #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:14:16 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:14:16 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:14:16 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:14:16 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:14:16 #35 ... 02:14:16 02:14:16 #56 [support-scheduler internal] load build context 02:14:16 #56 transferring context: 503.48MB 12.6s done 02:14:16 #56 ... 02:14:16 02:14:16 #59 [security-proxy-auth internal] load build context 02:14:16 #59 transferring context: 503.48MB 13.6s done 02:14:16 #59 ... 02:14:16 02:14:16 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:14:16 #70 ... 02:14:16 02:14:16 #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:14:16 #53 12.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:16 #53 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:16 #53 12.63 (1/4) Installing ca-certificates (20241121-r1) 02:14:16 #53 12.64 (2/4) Installing dumb-init (1.2.5-r3) 02:14:16 #53 12.65 (3/4) Installing su-exec (0.2-r3) 02:14:16 #53 12.65 (4/4) Installing yq-go (4.44.1-r2) 02:14:16 #53 12.72 Executing busybox-1.36.1-r29.trigger 02:14:16 #53 12.73 Executing ca-certificates-20241121-r1.trigger 02:14:16 #53 12.78 OK: 19 MiB in 18 packages 02:14:16 #53 ... 02:14:16 02:14:16 #45 [core-data internal] load build context 02:14:16 #45 transferring context: 503.48MB 12.9s done 02:14:17 #45 ... 02:14:17 02:14:17 #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:14:17 #71 ... 02:14:17 02:14:17 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:14:17 #47 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:17 #47 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:17 #47 13.43 (1/7) Installing ca-certificates (20241121-r1) 02:14:17 #47 13.44 (2/7) Installing dumb-init (1.2.5-r3) 02:14:17 #47 13.44 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:14:17 #47 13.45 (4/7) Installing libsodium (1.0.19-r0) 02:14:17 #47 13.46 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:14:17 #47 13.47 (6/7) Installing libzmq (4.3.5-r2) 02:14:17 #47 13.48 (7/7) Installing zeromq (4.3.5-r2) 02:14:17 #47 13.49 Executing busybox-1.36.1-r29.trigger 02:14:17 #47 13.49 Executing ca-certificates-20241121-r1.trigger 02:14:17 #47 13.53 OK: 12 MiB in 21 packages 02:14:17 #47 ... 02:14:17 02:14:17 #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:14:17 #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 10.7s done 02:14:17 #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:14:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2251 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:14:17 Running in /w/workspace/edgex-go/838 [Pipeline] { [Pipeline] checkout 02:14:18 #62 ... 02:14:18 02:14:18 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:14:18 #58 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:18 #58 14.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:18 #58 14.55 (1/1) Installing dumb-init (1.2.5-r3) 02:14:18 #58 14.75 Executing busybox-1.36.1-r29.trigger 02:14:18 #58 14.75 OK: 8 MiB in 15 packages 02:14:18 #58 ... 02:14:18 02:14:18 #40 [support-notifications internal] load build context 02:14:18 #40 DONE 24.3s 02:14:18 02:14:18 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:18 #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 2.10MB / 15.53MB 12.9s 02:14:18 #67 ... 02:14:18 02:14:18 #45 [core-data internal] load build context 02:14:18 #45 DONE 24.7s 02:14:18 02:14:18 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:18 #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 13.2s done 02:14:18 #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 4.19MB / 15.53MB 13.2s 02:14:18 #67 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:14:18 #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 13.3s 02:14:19 #67 ... 02:14:19 02:14:19 #41 [security-secretstore-setup internal] load build context 02:14:19 #41 DONE 25.7s 02:14:19 02:14:19 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:19 #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 13.5s done 02:14:19 #67 ... 02:14:19 02:14:19 #56 [support-scheduler internal] load build context 02:14:19 #56 DONE 25.5s 02:14:19 02:14:19 #42 [security-proxy-setup internal] load build context 02:14:19 #42 DONE 25.7s 02:14:19 02:14:19 #59 [security-proxy-auth internal] load build context 02:14:19 #59 DONE 25.9s 02:14:19 02:14:19 #37 [security-bootstrapper internal] load build context 02:14:19 #37 DONE 25.4s 02:14:19 02:14:19 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:19 #61 DONE 25.8s 02:14:19 02:14:19 #46 [core-metadata internal] load build context 02:14:19 #46 DONE 25.7s 02:14:19 02:14:19 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:14:19 #47 DONE 25.8s 02:14:19 02:14:19 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:14:19 #58 DONE 25.9s 02:14:19 02:14:19 #33 [core-common-config-bootstrapper internal] load build context 02:14:19 #33 DONE 26.0s 02:14:19 02:14:19 #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:14:19 #44 DONE 26.2s 02:14:19 02:14:19 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:19 #67 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 02:14:19 #67 ... 02:14:19 02:14:19 #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:14:19 #53 DONE 25.9s 02:14:19 02:14:19 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:20 #67 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 02:14:20 The recommended git tool is: git 02:14:21 #67 ... 02:14:21 02:14:21 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:14:21 #57 25.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:21 #57 26.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:21 #57 26.37 (1/2) Installing dumb-init (1.2.5-r3) 02:14:21 #57 26.37 (2/2) Installing su-exec (0.2-r3) 02:14:21 #57 26.37 Executing busybox-1.36.1-r29.trigger 02:14:21 #57 26.38 OK: 8 MiB in 16 packages 02:14:21 #57 DONE 27.1s 02:14:21 02:14:21 #71 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:14:21 #71 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:21 #71 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:21 #71 15.72 OK: 248 MiB in 58 packages 02:14:21 #71 DONE 16.6s 02:14:21 02:14:21 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:21 #69 DONE 16.5s 02:14:21 02:14:21 #62 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:14:21 #62 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:14:21 #62 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.2s done 02:14:21 #62 DONE 16.4s 02:14:21 02:14:21 #72 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:14:21 #72 DONE 0.1s 02:14:21 02:14:21 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:14:22 #73 ... 02:14:22 02:14:22 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:14:22 #60 27.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #60 27.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #60 27.74 (1/4) Installing dumb-init (1.2.5-r3) 02:14:22 #60 27.75 (2/4) Installing openssl (3.3.3-r0) 02:14:22 #60 27.76 (3/4) Installing su-exec (0.2-r3) 02:14:22 #60 27.76 (4/4) Installing yq-go (4.44.1-r2) 02:14:22 #60 27.83 Executing busybox-1.36.1-r29.trigger 02:14:22 #60 27.84 OK: 19 MiB in 18 packages 02:14:22 #60 DONE 28.0s 02:14:22 02:14:22 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:14:22 #64 16.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #64 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #64 16.83 OK: 248 MiB in 58 packages 02:14:22 #64 DONE 17.1s 02:14:22 02:14:22 #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:14:22 #74 DONE 0.0s 02:14:22 02:14:22 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:14:22 #48 26.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #48 27.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #48 27.60 (1/3) Installing ca-certificates (20241121-r1) 02:14:22 #48 27.63 (2/3) Installing dumb-init (1.2.5-r3) 02:14:22 #48 27.63 (3/3) Installing tzdata (2025b-r0) 02:14:22 #48 27.66 Executing busybox-1.36.1-r29.trigger 02:14:22 #48 27.67 Executing ca-certificates-20241121-r1.trigger 02:14:22 #48 27.86 OK: 10 MiB in 17 packages 02:14:22 #48 DONE 28.0s 02:14:22 02:14:22 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:14:22 #63 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #63 17.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #63 ... 02:14:22 02:14:22 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:14:22 #66 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #66 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #66 16.83 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:14:22 #66 16.83 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:14:22 #66 16.83 OK: 24171 distinct packages available 02:14:22 #66 16.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #66 17.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #66 17.29 OK: 248 MiB in 58 packages 02:14:22 #66 DONE 17.5s 02:14:22 02:14:22 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:14:22 #75 DONE 0.0s 02:14:22 02:14:22 #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:14:22 #63 17.53 OK: 248 MiB in 58 packages 02:14:22 #63 DONE 17.6s 02:14:22 02:14:22 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:14:22 #76 DONE 0.0s 02:14:22 02:14:22 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:14:22 #68 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #68 17.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #68 17.56 OK: 248 MiB in 58 packages 02:14:22 #68 DONE 17.7s 02:14:22 02:14:22 #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:14:22 #38 27.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #38 27.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #38 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:14:22 #38 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:14:22 #38 28.06 OK: 24171 distinct packages available 02:14:22 #38 28.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:22 #38 28.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:22 #38 28.59 (1/14) Installing ca-certificates (20241121-r1) 02:14:22 #38 28.60 (2/14) Installing brotli-libs (1.1.0-r2) 02:14:22 #38 28.62 (3/14) Installing c-ares (1.33.1-r0) 02:14:22 #38 28.62 (4/14) Installing libunistring (1.2-r0) 02:14:22 #38 28.64 (5/14) Installing libidn2 (2.3.7-r0) 02:14:22 #38 28.65 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:14:22 #38 28.65 (7/14) Installing libpsl (0.21.5-r1) 02:14:22 #38 28.66 (8/14) Installing zstd-libs (1.5.6-r0) 02:14:22 #38 28.67 (9/14) Installing libcurl (8.12.1-r0) 02:14:22 #38 28.68 (10/14) Installing curl (8.12.1-r0) 02:14:22 #38 28.69 (11/14) Installing dumb-init (1.2.5-r3) 02:14:22 #38 28.69 (12/14) Installing musl-obstack (1.2.3-r2) 02:14:22 #38 28.69 (13/14) Installing libucontext (1.2-r3) 02:14:22 #38 28.70 (14/14) Installing gcompat (1.1.0-r4) 02:14:22 #38 28.70 Executing busybox-1.36.1-r29.trigger 02:14:22 #38 28.80 Executing ca-certificates-20241121-r1.trigger 02:14:22 #38 28.85 OK: 13 MiB in 28 packages 02:14:22 #38 DONE 29.0s 02:14:22 02:14:22 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:14:22 #77 DONE 0.0s 02:14:22 02:14:22 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:14:23 #78 ... 02:14:23 02:14:23 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:14:23 #0 3.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:23 #0 3.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:23 #0 3.690 OK: 12 MiB in 21 packages 02:14:23 #79 DONE 3.8s 02:14:23 02:14:23 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:14:23 #65 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:23 #65 17.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:23 #65 18.10 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:14:23 #65 18.10 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:14:23 #65 18.10 OK: 24171 distinct packages available 02:14:23 #65 18.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:23 #65 18.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:23 #65 18.52 (1/5) Installing dumb-init (1.2.5-r3) 02:14:23 #65 18.52 (2/5) Installing musl-obstack (1.2.3-r2) 02:14:23 #65 18.52 (3/5) Installing libucontext (1.2-r3) 02:14:23 #65 18.53 (4/5) Installing gcompat (1.1.0-r4) 02:14:23 #65 18.53 (5/5) Installing openssl (3.3.3-r0) 02:14:23 #65 18.54 Executing busybox-1.36.1-r29.trigger 02:14:23 #65 18.54 OK: 9 MiB in 19 packages 02:14:24 #65 DONE 18.7s 02:14:24 02:14:24 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:14:24 #70 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:24 #70 17.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:24 #70 18.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:14:24 #70 18.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:14:24 #70 18.08 OK: 24171 distinct packages available 02:14:24 #70 18.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:24 #70 18.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:24 #70 18.49 (1/4) Installing dumb-init (1.2.5-r3) 02:14:24 #70 18.49 (2/4) Installing musl-obstack (1.2.3-r2) 02:14:24 #70 18.49 (3/4) Installing libucontext (1.2-r3) 02:14:24 #70 18.50 (4/4) Installing gcompat (1.1.0-r4) 02:14:24 #70 18.50 Executing busybox-1.36.1-r29.trigger 02:14:24 #70 18.51 OK: 8 MiB in 18 packages 02:14:24 #70 DONE 18.6s 02:14:24 02:14:24 #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:14:24 #80 ... 02:14:24 02:14:24 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:14:24 #0 3.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:24 #0 3.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:24 #0 4.192 OK: 8 MiB in 15 packages 02:14:24 #81 DONE 4.3s 02:14:24 02:14:24 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:14:25 #82 ... 02:14:25 02:14:25 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:14:25 #0 4.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:25 #0 4.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:25 #0 4.927 OK: 19 MiB in 18 packages 02:14:25 #83 DONE 5.3s 02:14:25 02:14:25 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:14:25 #0 3.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:25 #0 3.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:25 #0 3.620 OK: 8 MiB in 16 packages 02:14:25 #84 DONE 3.8s 02:14:25 02:14:25 #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:14:25 #0 3.717 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:25 #0 4.194 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:25 #0 4.940 (1/1) Installing dumb-init (1.2.5-r3) 02:14:25 #0 5.219 Executing busybox-1.36.1-r29.trigger 02:14:25 #0 5.223 OK: 8 MiB in 15 packages 02:14:25 #85 DONE 5.4s 02:14:25 02:14:25 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:14:25 using credential edgex-jenkins-ssh 02:14:25 Cloning the remote Git repository 02:14:25 #86 ... 02:14:25 02:14:25 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:14:25 #0 3.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:25 #0 3.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:25 #0 3.492 OK: 19 MiB in 18 packages 02:14:25 #87 DONE 3.9s 02:14:26 02:14:26 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:14:26 #88 DONE 0.0s 02:14:26 02:14:26 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:14:26 #73 3.229 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:26 #73 3.696 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:26 #73 4.415 OK: 248 MiB in 58 packages 02:14:26 #73 DONE 4.5s 02:14:26 02:14:26 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:14:26 #89 DONE 0.1s 02:14:26 02:14:26 #90 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:14:26 #0 4.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:26 #0 5.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:26 #0 5.883 OK: 8 MiB in 15 packages 02:14:26 #90 DONE 6.4s 02:14:26 02:14:26 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:14:26 #82 2.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:26 #82 2.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:26 #82 2.457 OK: 8 MiB in 18 packages 02:14:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:14:25 > git init /w/workspace/edgex-go/838 # timeout=10 02:14:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:14:25 > git --version # timeout=10 02:14:25 > git --version # 'git version 2.25.1' 02:14:25 using GIT_SSH to set credentials SSH Credentials for GitHub 02:14:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:14:26 #82 DONE 2.6s 02:14:26 02:14:26 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:14:26 #78 3.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:26 #78 3.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:26 #78 3.624 OK: 13 MiB in 28 packages 02:14:26 #78 DONE 3.8s 02:14:26 02:14:26 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:14:27 #91 ... 02:14:27 02:14:27 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:14:27 #86 DONE 1.6s 02:14:27 02:14:27 #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:14:27 #80 2.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:27 #80 2.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:27 #80 2.843 OK: 9 MiB in 19 packages 02:14:27 #80 DONE 3.5s 02:14:27 02:14:27 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:14:27 #92 DONE 0.7s 02:14:27 02:14:27 #93 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:14:27 #0 3.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:14:27 #0 4.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:14:27 #0 4.468 OK: 10 MiB in 17 packages 02:14:27 #93 DONE 5.2s 02:14:27 02:14:27 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:14:27 #91 DONE 0.9s 02:14:27 02:14:27 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:14:28 #94 DONE 0.9s 02:14:28 02:14:28 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:14:28 #95 DONE 0.9s 02:14:28 02:14:28 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:14:28 #96 DONE 0.9s 02:14:28 02:14:28 #97 [security-spire-config stage-2 6/10] COPY security.txt / 02:14:28 #97 DONE 0.1s 02:14:28 02:14:28 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:14:29 #98 DONE 0.6s 02:14:29 02:14:29 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:14:29 #99 DONE 0.6s 02:14:29 02:14:29 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:14:29 #100 DONE 0.6s 02:14:29 02:14:29 #101 [security-spire-server stage-2 6/9] COPY security.txt / 02:14:29 #101 DONE 0.1s 02:14:29 02:14:29 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:14:29 #102 DONE 0.1s 02:14:29 02:14:29 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:14:29 #103 DONE 0.1s 02:14:29 02:14:29 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:14:29 #104 DONE 0.1s 02:14:29 02:14:29 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:14:29 #105 DONE 0.1s 02:14:29 02:14:29 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 02:14:29 #106 DONE 0.1s 02:14:29 02:14:29 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:14:29 #107 DONE 0.1s 02:14:29 02:14:29 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:14:29 #108 DONE 0.1s 02:14:29 02:14:29 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:14:29 #109 DONE 0.1s 02:14:29 02:14:29 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:14:29 #110 DONE 0.1s 02:14:29 02:14:29 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:14:29 #111 DONE 0.0s 02:14:29 02:14:29 #112 [security-spire-server] exporting to image 02:14:29 #112 exporting layers 02:14:30 #112 exporting layers 0.8s done 02:14:30 #112 exporting layers 0.8s done 02:14:30 #112 writing image sha256:11fb0c944c3ba228303dd53e2be8f5099f0d30df47ea557d0cb961bc7e53d0aa done 02:14:30 #112 naming to docker.io/library/security-spire-config done 02:14:30 #112 writing image sha256:43cc7767799669bfd178145d9a1164bf54922633585474728d4e7d1c71f22af6 02:14:30 #112 exporting layers 0.7s done 02:14:30 #112 writing image sha256:43cc7767799669bfd178145d9a1164bf54922633585474728d4e7d1c71f22af6 done 02:14:30 #112 naming to docker.io/library/security-spire-server done 02:14:30 #112 writing image sha256:2edc51ee79af717d8cf1cfa7d2e81878ac410444c24023b3a9e5faca9a273fe4 done 02:14:30 #112 naming to docker.io/library/security-spire-agent done 02:14:30 #112 DONE 1.0s 02:14:30 02:14:30 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:14:31 #113 ... 02:14:31 02:14:31 #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:14:32 #114 ... 02:14:32 02:14:32 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:14:32 #115 ... 02:14:32 02:14:32 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:14:32 #116 ... 02:14:32 02:14:32 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:14:33 #117 ... 02:14:33 02:14:33 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:14:44 Avoid second fetch 02:14:44 Checking out Revision 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 (main) 02:14:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:14:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:14:44 > git config core.sparsecheckout # timeout=10 02:14:44 > git checkout -f 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 # timeout=10 02:14:45 Commit message: "build(deps): Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 (#5155)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:14:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:14:50 % Total % Received % Xferd Average Speed Time Time Time Current 02:14:50 Dload Upload Total Spent Left Speed 02:14:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 79677 0 --:--:-- --:--:-- --:--:-- 79185 100 12828 100 12828 0 0 78699 0 --:--:-- --:--:-- --:--:-- 78699 [Pipeline] sh 02:14:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:14:50 + sudo tee /etc/docker/daemon.new 02:14:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:14:50 { 02:14:50 "registry-mirrors": [ 02:14:50 "https://nexus3.edgexfoundry.org:10001" 02:14:50 ], 02:14:50 "bip": "10.250.0.254/24", 02:14:50 "hosts": [ 02:14:50 "tcp://0.0.0.0:5555", 02:14:50 "unix:///var/run/docker.sock" 02:14:50 ], 02:14:50 "mtu": 1458, 02:14:50 "selinux-enabled": true, 02:14:50 "seccomp-profile": "/etc/docker/seccomp.json" 02:14:50 } [Pipeline] sh 02:14:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:14:51 + sudo service docker restart 02:15:05 #118 DONE 41.8s 02:15:05 02:15:05 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:05 #116 DONE 42.3s 02:15:05 02:15:05 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:05 #113 DONE 38.3s 02:15:05 02:15:05 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:05 #117 DONE 41.8s 02:15:05 02:15:05 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:05 #115 DONE 41.7s 02:15:05 02:15:05 #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:05 #114 DONE 42.9s 02:15:05 02:15:05 #119 [support-notifications builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:09 provisioning config files... 02:15:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config12759553079448767187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:15:10 ---> ****-login.sh 02:15:10 nexus3.edgexfoundry.org:10001 02:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:15:11 Configure a credential helper to remove this warning. See 02:15:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:15:11 02:15:11 Login Succeeded 02:15:11 nexus3.edgexfoundry.org:10002 02:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:15:11 Configure a credential helper to remove this warning. See 02:15:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:15:11 02:15:11 Login Succeeded 02:15:11 nexus3.edgexfoundry.org:10003 02:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:15:11 Configure a credential helper to remove this warning. See 02:15:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:15:11 02:15:11 Login Succeeded 02:15:11 nexus3.edgexfoundry.org:10004 02:15:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:15:12 Configure a credential helper to remove this warning. See 02:15:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:15:12 02:15:12 Login Succeeded 02:15:12 ****.io 02:15:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:15:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:15:13 Configure a credential helper to remove this warning. See 02:15:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:15:13 02:15:13 Login Succeeded 02:15:13 ---> ****-login.sh ends [Pipeline] } 02:15:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:15:13 + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] echo 02:15:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:15:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:15:13 ========================================================= 02:15:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:15:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:15:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:15:14 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:15:14 94e9d8af2201: Pulling fs layer 02:15:14 634366ca850b: Pulling fs layer 02:15:14 f66ade281fe9: Pulling fs layer 02:15:14 13fd4ce6e94e: Pulling fs layer 02:15:14 4f4fb700ef54: Pulling fs layer 02:15:14 4cccf3f17d63: Pulling fs layer 02:15:14 2d8010953d95: Pulling fs layer 02:15:14 ec743f232bc5: Pulling fs layer 02:15:14 13fd4ce6e94e: Waiting 02:15:14 4f4fb700ef54: Waiting 02:15:14 4cccf3f17d63: Waiting 02:15:14 2d8010953d95: Waiting 02:15:14 ec743f232bc5: Waiting 02:15:14 634366ca850b: Download complete 02:15:14 13fd4ce6e94e: Download complete 02:15:14 4f4fb700ef54: Verifying Checksum 02:15:14 4f4fb700ef54: Download complete 02:15:14 4cccf3f17d63: Verifying Checksum 02:15:14 4cccf3f17d63: Download complete 02:15:14 94e9d8af2201: Verifying Checksum 02:15:14 94e9d8af2201: Download complete 02:15:14 ec743f232bc5: Verifying Checksum 02:15:14 ec743f232bc5: Download complete 02:15:15 94e9d8af2201: Pull complete 02:15:15 #119 ... 02:15:15 02:15:15 #120 [security-secretstore-setup builder 6/7] COPY . . 02:15:15 #120 ... 02:15:15 02:15:15 #121 [support-scheduler builder 6/7] COPY . . 02:15:15 #121 DONE 10.2s 02:15:15 02:15:15 #122 [core-common-config-bootstrapper builder 6/7] COPY . . 02:15:15 #122 DONE 10.2s 02:15:15 02:15:15 #120 [security-secretstore-setup builder 6/7] COPY . . 02:15:15 #120 DONE 10.2s 02:15:15 02:15:15 #123 [security-proxy-setup builder 6/7] COPY . . 02:15:15 #123 CACHED 02:15:15 02:15:15 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:15 #124 CACHED 02:15:15 02:15:15 #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:15:15 #125 CACHED 02:15:15 02:15:15 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:15 #126 CACHED 02:15:15 02:15:15 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:15:15 #127 CACHED 02:15:15 02:15:15 #128 [security-bootstrapper builder 6/7] COPY . . 02:15:15 #128 CACHED 02:15:15 02:15:15 #129 [core-keeper builder 7/8] COPY . . 02:15:15 #129 DONE 10.2s 02:15:15 02:15:15 #119 [support-notifications builder 6/7] COPY . . 02:15:15 #119 DONE 10.2s 02:15:15 02:15:15 #130 [core-data builder 6/7] COPY . . 02:15:15 #130 CACHED 02:15:15 02:15:15 #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:15 #131 CACHED 02:15:15 02:15:15 #132 [core-data builder 4/7] COPY go.mod vendor* ./ 02:15:15 #132 CACHED 02:15:15 02:15:15 #133 [security-proxy-auth builder 6/7] COPY . . 02:15:15 #133 CACHED 02:15:15 02:15:15 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:15:15 #134 CACHED 02:15:15 02:15:15 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:15 #135 CACHED 02:15:15 02:15:15 #136 [core-command builder 6/7] COPY . . 02:15:15 #136 CACHED 02:15:15 02:15:15 #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:15 #137 CACHED 02:15:15 02:15:15 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 02:15:15 #138 CACHED 02:15:15 02:15:15 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:15:15 #139 CACHED 02:15:15 02:15:15 #140 [core-metadata builder 6/7] COPY . . 02:15:15 #140 CACHED 02:15:15 02:15:15 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:15:15 #141 CACHED 02:15:15 02:15:15 #142 [security-spiffe-token-provider builder 6/7] COPY . . 02:15:15 #142 DONE 10.2s 02:15:15 02:15:15 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:15:16 634366ca850b: Pull complete 02:15:16 #143 1.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:15:16 f66ade281fe9: Verifying Checksum 02:15:16 f66ade281fe9: Download complete 02:15:17 2d8010953d95: Verifying Checksum 02:15:17 2d8010953d95: Download complete 02:15:26 #143 ... 02:15:26 02:15:26 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:15:26 #0 0.495 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:15:26 #144 ... 02:15:26 02:15:26 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:15:26 #0 1.118 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:15:26 #145 ... 02:15:26 02:15:26 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:15:26 #0 1.266 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:15:26 #146 ... 02:15:26 02:15:26 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:15:26 #0 0.659 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:15:26 #147 ... 02:15:26 02:15:26 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:15:26 #0 1.235 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:15:26 #148 ... 02:15:26 02:15:26 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:15:26 #0 0.984 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:15:26 #149 ... 02:15:26 02:15:26 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:15:26 #0 0.663 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:15:26 #150 ... 02:15:26 02:15:26 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:15:26 #0 0.915 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:15:26 #151 ... 02:15:26 02:15:26 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:15:26 #0 0.659 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:15:26 #152 ... 02:15:26 02:15:26 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:15:26 #0 1.206 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:15:26 #153 ... 02:15:26 02:15:26 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:15:26 #0 1.167 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:15:32 f66ade281fe9: Pull complete 02:15:32 13fd4ce6e94e: Pull complete 02:15:32 4f4fb700ef54: Pull complete 02:15:32 4cccf3f17d63: Pull complete 02:15:40 2d8010953d95: Pull complete 02:15:41 ec743f232bc5: Pull complete 02:15:41 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 02:15:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:15:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:15:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:15:42 WORKDIR /edgex 02:15:42 COPY go.mod . 02:15:42 RUN go mod download 02:15:42 + docker build -t ci-base-image-arm64 -f - . 02:15:42 Sending build context to Docker daemon 3.695MB 02:15:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:15:42 ---> 12c1d4c06be1 02:15:42 Step 2/4 : WORKDIR /edgex 02:15:44 ---> Running in 9897ac2e029d 02:15:44 Removing intermediate container 9897ac2e029d 02:15:44 ---> d7fa98331294 02:15:44 Step 3/4 : COPY go.mod . 02:15:45 ---> 06db92856b69 02:15:45 Step 4/4 : RUN go mod download 02:15:45 ---> Running in 5ae05b59ea2a 02:16:41 Removing intermediate container 5ae05b59ea2a 02:16:41 ---> e94948e4cbef 02:16:41 Successfully built e94948e4cbef 02:16:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:42 + docker inspect -f . ci-base-image-arm64 02:16:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:42 prd-ubuntu20.04-docker-arm64-4c-16g-2251 does not seem to be running inside a container 02:16:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:16:43 $ docker top d0f8dbb9420978db021a6e9fa893ecdb9061a64918492ec44b144c88ae01c38e -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:44 + go version 02:16:44 go version go1.23.8 linux/arm64 [Pipeline] } 02:16:44 $ docker stop --time=1 d0f8dbb9420978db021a6e9fa893ecdb9061a64918492ec44b144c88ae01c38e 02:16:46 $ docker rm -f --volumes d0f8dbb9420978db021a6e9fa893ecdb9061a64918492ec44b144c88ae01c38e [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 02:16:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:16:47 02:16:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:16:47 latest: Pulling from edgex-devops/edgex-compose-arm64 02:16:47 547446be3368: Pulling fs layer 02:16:47 d125d8839a47: Pulling fs layer 02:16:47 3e85d5ac6304: Pulling fs layer 02:16:47 c3105a71a48b: Pulling fs layer 02:16:47 0f093f025ec4: Pulling fs layer 02:16:47 c3106fc0e877: Pulling fs layer 02:16:47 0f093f025ec4: Waiting 02:16:47 c3106fc0e877: Waiting 02:16:47 547446be3368: Verifying Checksum 02:16:47 547446be3368: Download complete 02:16:47 c3105a71a48b: Verifying Checksum 02:16:47 c3105a71a48b: Download complete 02:16:48 d125d8839a47: Verifying Checksum 02:16:48 d125d8839a47: Download complete 02:16:48 c3106fc0e877: Verifying Checksum 02:16:48 c3106fc0e877: Download complete 02:16:48 0f093f025ec4: Verifying Checksum 02:16:48 0f093f025ec4: Download complete 02:16:48 547446be3368: Pull complete 02:16:49 d125d8839a47: Pull complete 02:16:50 3e85d5ac6304: Download complete 02:17:00 3e85d5ac6304: Pull complete 02:17:00 c3105a71a48b: Pull complete 02:17:00 0f093f025ec4: Pull complete 02:17:01 c3106fc0e877: Pull complete 02:17:01 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:17:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:17:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:01 prd-ubuntu20.04-docker-arm64-4c-16g-2251 does not seem to be running inside a container 02:17:01 $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:17:03 $ docker top bfe44ec127014392eb824ab251d89c2e369d088707d65e2ae7d02d7f7eaf01f3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:17:04 + docker compose -f ./docker-compose-build.yml build --parallel 02:17:14 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:17:14 #1 transferring dockerfile: 1.89kB done 02:17:14 #1 DONE 0.1s 02:17:14 02:17:14 #2 [security-bootstrapper internal] load build definition from Dockerfile 02:17:14 #2 transferring dockerfile: 3.02kB 0.0s done 02:17:14 #2 DONE 0.0s 02:17:14 02:17:14 #3 [support-notifications internal] load build definition from Dockerfile 02:17:14 #3 transferring dockerfile: 2.00kB done 02:17:14 #3 DONE 0.1s 02:17:14 02:17:14 #4 [security-proxy-setup internal] load build definition from Dockerfile 02:17:14 #4 transferring dockerfile: 2.50kB done 02:17:14 #4 DONE 0.0s 02:17:14 02:17:14 #5 [security-spire-server internal] load build definition from Dockerfile 02:17:14 #5 transferring dockerfile: 1.70kB done 02:17:14 #5 DONE 0.1s 02:17:14 02:17:14 #6 [support-scheduler internal] load build definition from Dockerfile 02:17:14 #6 transferring dockerfile: 1.83kB 0.0s done 02:17:14 #6 DONE 0.1s 02:17:14 02:17:14 #7 [security-proxy-auth internal] load build definition from Dockerfile 02:17:14 #7 transferring dockerfile: 2.14kB 0.0s done 02:17:14 #7 DONE 0.1s 02:17:14 02:17:14 #8 [core-keeper internal] load build definition from Dockerfile 02:17:14 #8 transferring dockerfile: 2.01kB done 02:17:14 #8 DONE 0.1s 02:17:14 02:17:14 #9 [security-spire-config internal] load build definition from Dockerfile 02:17:14 #9 transferring dockerfile: 1.69kB done 02:17:14 #9 DONE 0.1s 02:17:14 02:17:14 #10 [core-command internal] load build definition from Dockerfile 02:17:14 #10 transferring dockerfile: 1.94kB 0.0s done 02:17:14 #10 DONE 0.1s 02:17:14 02:17:14 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:17:14 #11 transferring dockerfile: 2.23kB 0.0s done 02:17:14 #11 DONE 0.1s 02:17:14 02:17:14 #12 [security-spire-agent internal] load build definition from Dockerfile 02:17:14 #12 transferring dockerfile: 1.81kB 0.0s done 02:17:15 #12 DONE 0.1s 02:17:15 02:17:15 #13 [core-data internal] load build definition from Dockerfile 02:17:15 #13 transferring dockerfile: 2.04kB done 02:17:15 #13 DONE 0.1s 02:17:15 02:17:15 #14 [security-secretstore-setup internal] load build definition from Dockerfile 02:17:15 #14 transferring dockerfile: 2.49kB done 02:17:15 #14 DONE 0.1s 02:17:15 02:17:15 #15 [core-metadata internal] load build definition from Dockerfile 02:17:15 #15 transferring dockerfile: 2.10kB 0.0s done 02:17:15 #15 DONE 0.1s 02:17:15 02:17:15 #16 [security-spiffe-token-provider internal] load .dockerignore 02:17:15 #16 transferring context: 02:17:15 #16 transferring context: 50B 0.0s done 02:17:15 #16 DONE 0.0s 02:17:16 02:17:16 #17 [security-bootstrapper internal] load .dockerignore 02:17:16 #17 transferring context: 50B done 02:17:16 #17 DONE 0.0s 02:17:16 02:17:16 #18 [support-notifications internal] load .dockerignore 02:17:16 #18 transferring context: 50B done 02:17:16 #18 DONE 0.1s 02:17:16 02:17:16 #19 [security-proxy-setup internal] load .dockerignore 02:17:16 #19 transferring context: 50B done 02:17:16 #19 DONE 0.1s 02:17:16 02:17:16 #20 [security-spire-server internal] load .dockerignore 02:17:16 #20 transferring context: 50B 0.0s done 02:17:16 #20 DONE 0.1s 02:17:16 02:17:16 #21 [support-scheduler internal] load .dockerignore 02:17:16 #21 transferring context: 50B done 02:17:16 #21 DONE 0.1s 02:17:16 02:17:16 #22 [security-proxy-auth internal] load .dockerignore 02:17:16 #22 transferring context: 50B 0.0s done 02:17:16 #22 DONE 0.1s 02:17:16 02:17:16 #23 [core-keeper internal] load .dockerignore 02:17:16 #23 transferring context: 50B done 02:17:16 #23 DONE 0.1s 02:17:16 02:17:16 #24 [security-spire-config internal] load .dockerignore 02:17:16 #24 transferring context: 50B done 02:17:16 #24 DONE 0.1s 02:17:16 02:17:16 #25 [core-command internal] load .dockerignore 02:17:16 #25 transferring context: 50B done 02:17:16 #25 DONE 0.1s 02:17:16 02:17:16 #26 [core-common-config-bootstrapper internal] load .dockerignore 02:17:16 #26 transferring context: 50B done 02:17:16 #26 DONE 0.1s 02:17:16 02:17:16 #27 [security-spire-agent internal] load .dockerignore 02:17:16 #27 transferring context: 50B 0.0s done 02:17:16 #27 DONE 0.1s 02:17:16 02:17:16 #28 [core-data internal] load .dockerignore 02:17:16 #28 transferring context: 50B 0.0s done 02:17:16 #28 DONE 0.1s 02:17:16 02:17:16 #29 [security-secretstore-setup internal] load .dockerignore 02:17:16 #29 transferring context: 50B 0.0s done 02:17:16 #29 DONE 0.1s 02:17:16 02:17:16 #30 [core-metadata internal] load .dockerignore 02:17:17 #30 transferring context: 50B 0.0s done 02:17:17 #30 DONE 0.1s 02:17:17 02:17:17 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:17 #31 DONE 0.0s 02:17:17 02:17:17 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 02:17:17 #32 DONE 0.5s 02:17:17 02:17:17 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:17 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:17 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:17 #33 DONE 0.1s 02:17:17 02:17:17 #34 [security-spiffe-token-provider internal] load build context 02:17:17 #34 ... 02:17:17 02:17:17 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:17 #31 DONE 0.0s 02:17:17 02:17:17 #34 [security-spiffe-token-provider internal] load build context 02:17:17 #34 ... 02:17:17 02:17:17 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:17 #31 DONE 0.0s 02:17:17 02:17:17 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:17 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:17 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:17 #33 DONE 0.2s 02:17:17 02:17:17 #34 [security-spiffe-token-provider internal] load build context 02:17:18 #34 ... 02:17:18 02:17:18 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 02:17:18 #32 DONE 0.5s 02:17:18 02:17:18 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:18 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:18 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:18 #33 DONE 0.3s 02:17:18 02:17:18 #34 [security-spiffe-token-provider internal] load build context 02:17:18 #34 ... 02:17:18 02:17:18 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:18 #31 DONE 0.0s 02:17:18 02:17:18 #34 [security-spiffe-token-provider internal] load build context 02:17:18 #34 ... 02:17:18 02:17:18 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 02:17:18 #32 DONE 0.6s 02:17:18 02:17:18 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:18 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:18 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:18 #33 DONE 0.3s 02:17:18 02:17:18 #34 [security-spiffe-token-provider internal] load build context 02:17:18 #34 transferring context: 3.22MB 0.8s done 02:17:18 #34 ... 02:17:18 02:17:18 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:18 #31 DONE 0.0s 02:17:18 02:17:18 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:18 #31 DONE 0.0s 02:17:18 02:17:18 #34 [security-spiffe-token-provider internal] load build context 02:17:18 #34 DONE 1.1s 02:17:18 02:17:18 #35 [support-notifications internal] load build context 02:17:18 #35 ... 02:17:18 02:17:18 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:18 #31 DONE 0.0s 02:17:18 02:17:18 #35 [support-notifications internal] load build context 02:17:18 #35 ... 02:17:18 02:17:18 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:18 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:18 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:18 #33 DONE 0.4s 02:17:18 02:17:18 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 02:17:18 #32 DONE 0.9s 02:17:18 02:17:18 #35 [support-notifications internal] load build context 02:17:19 #35 ... 02:17:19 02:17:19 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:19 #31 DONE 0.0s 02:17:19 02:17:19 #35 [support-notifications internal] load build context 02:17:19 #35 ... 02:17:19 02:17:19 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:19 #31 DONE 0.0s 02:17:19 02:17:19 #35 [support-notifications internal] load build context 02:17:19 #35 transferring context: 3.22MB 1.1s done 02:17:19 #35 ... 02:17:19 02:17:19 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:19 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:19 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:19 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:19 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:19 #33 DONE 0.5s 02:17:19 02:17:19 #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:17:19 #36 DONE 3.1s 02:17:19 02:17:19 #37 [security-bootstrapper internal] load build context 02:17:19 #37 transferring context: 3.22MB 1.4s done 02:17:19 #37 ... 02:17:19 02:17:19 #35 [support-notifications internal] load build context 02:17:19 #35 DONE 1.5s 02:17:19 02:17:19 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:19 #31 DONE 0.0s 02:17:19 02:17:19 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 02:17:20 #32 ... 02:17:20 02:17:20 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:17:20 #38 DONE 1.7s 02:17:20 02:17:20 #37 [security-bootstrapper internal] load build context 02:17:20 #37 DONE 1.9s 02:17:20 02:17:20 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:20 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:20 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:20 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:20 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:20 #33 DONE 0.5s 02:17:20 02:17:20 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:20 #31 DONE 0.0s 02:17:20 02:17:20 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:20 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:20 #39 ... 02:17:20 02:17:20 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:17:20 #32 DONE 2.1s 02:17:20 02:17:20 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:20 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:20 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:20 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:20 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:20 #33 DONE 0.6s 02:17:20 02:17:20 #40 [core-data internal] load build context 02:17:20 #40 DONE 0.0s 02:17:20 02:17:20 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:17:20 #36 DONE 3.2s 02:17:20 02:17:20 #41 [core-data builder 2/7] WORKDIR /edgex-go 02:17:20 #41 ... 02:17:20 02:17:20 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:20 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:20 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:20 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:20 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:20 #33 DONE 0.6s 02:17:20 02:17:20 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:17:20 #31 DONE 0.0s 02:17:20 02:17:20 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:17:20 #36 DONE 3.2s 02:17:20 02:17:20 #41 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 02:17:20 #41 ... 02:17:20 02:17:20 #42 [security-proxy-setup internal] load build context 02:17:20 #42 transferring context: 3.22MB 1.1s done 02:17:20 #42 DONE 2.3s 02:17:20 02:17:20 #43 [security-proxy-auth internal] load build context 02:17:29 #43 ... 02:17:29 02:17:29 #44 [security-spire-config internal] load build context 02:17:29 #44 transferring context: 22.05kB 0.1s done 02:17:29 #44 DONE 1.4s 02:17:29 02:17:29 #45 [security-spire-server internal] load build context 02:17:29 #45 transferring context: 23.80kB 0.2s done 02:17:29 #45 DONE 1.5s 02:17:29 02:17:29 #43 [security-proxy-auth internal] load build context 02:17:29 #43 transferring context: 3.22MB 3.1s done 02:17:29 #43 ... 02:17:29 02:17:29 #46 [support-scheduler internal] load build context 02:17:29 #46 transferring context: 3.22MB 3.1s done 02:17:29 #46 DONE 4.5s 02:17:29 02:17:29 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.9s done 02:17:29 #39 ... 02:17:29 02:17:29 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 02:17:29 #32 DONE 5.3s 02:17:29 02:17:29 #43 [security-proxy-auth internal] load build context 02:17:29 #43 DONE 4.7s 02:17:29 02:17:29 #47 [core-keeper internal] load build context 02:17:29 #47 transferring context: 3.22MB 4.0s done 02:17:29 #47 ... 02:17:29 02:17:29 #41 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 02:17:29 #41 DONE 5.0s 02:17:29 02:17:29 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:17:29 #39 ... 02:17:29 02:17:29 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:17:29 #48 DONE 4.6s 02:17:29 02:17:29 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:17:29 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:17:29 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:17:29 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:17:29 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:17:29 #33 DONE 0.6s 02:17:29 02:17:29 #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:17:29 #36 DONE 3.2s 02:17:29 02:17:29 #41 [core-metadata builder 2/7] WORKDIR /edgex-go 02:17:29 #41 DONE 5.1s 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.9s done 02:17:29 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:17:29 #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:17:29 #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:17:29 #39 ... 02:17:29 02:17:29 #47 [core-keeper internal] load build context 02:17:29 #47 DONE 6.0s 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.3s 02:17:29 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s 02:17:29 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.6s 02:17:29 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s 02:17:29 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.7s 02:17:29 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s 02:17:29 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done 02:17:29 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done 02:17:29 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 02:17:29 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s done 02:17:29 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:17:29 #39 ... 02:17:29 02:17:29 #49 [core-command internal] load build context 02:17:29 #49 transferring context: 3.22MB 4.3s done 02:17:29 #49 DONE 6.2s 02:17:29 02:17:29 #50 [core-common-config-bootstrapper internal] load build context 02:17:29 #50 transferring context: 3.22MB 4.5s done 02:17:29 #50 DONE 6.6s 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.4s done 02:17:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.0s 02:17:29 #39 ... 02:17:29 02:17:29 #40 [core-data internal] load build context 02:17:29 #40 transferring context: 3.22MB 4.6s done 02:17:29 #40 DONE 6.4s 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.10MB / 33.17MB 2.5s 02:17:29 #39 ... 02:17:29 02:17:29 #51 [security-secretstore-setup internal] load build context 02:17:29 #51 transferring context: 3.22MB 4.8s done 02:17:29 #51 DONE 6.7s 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 ... 02:17:29 02:17:29 #52 [security-spire-agent internal] load build context 02:17:29 #52 transferring context: 23.33kB 0.4s done 02:17:29 #52 DONE 2.9s 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.96MB / 33.17MB 3.0s 02:17:29 #39 ... 02:17:29 02:17:29 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:17:29 #0 6.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:29 #53 ... 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 ... 02:17:29 02:17:29 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:17:29 #0 7.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:29 #54 ... 02:17:29 02:17:29 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:17:29 #0 8.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:29 #55 ... 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.02MB / 33.17MB 3.9s 02:17:29 #39 ... 02:17:29 02:17:29 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:17:29 #0 7.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:29 #56 ... 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 ... 02:17:29 02:17:29 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:29 #57 ... 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 02:17:29 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:17:29 #39 ... 02:17:29 02:17:29 #58 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:17:29 #0 7.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:29 #0 9.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:29 #58 ... 02:17:29 02:17:29 #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:17:29 #0 6.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:29 #0 9.097 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:29 #59 ... 02:17:29 02:17:29 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.37MB / 33.17MB 5.1s 02:17:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.26MB / 33.17MB 5.6s 02:17:30 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 6.4s 02:17:31 #39 ... 02:17:31 02:17:31 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:17:31 #60 ... 02:17:31 02:17:31 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:17:31 #61 ... 02:17:31 02:17:31 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:31 #39 ... 02:17:31 02:17:31 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:17:31 #62 ... 02:17:31 02:17:31 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:17:31 #63 ... 02:17:31 02:17:31 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:31 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 7.3s 02:17:32 #154 ... 02:17:32 02:17:32 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:17:32 #144 136.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:17:32 #39 ... 02:17:32 02:17:32 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:32 #57 DONE 13.8s 02:17:32 02:17:32 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:32 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.50MB / 33.17MB 8.2s 02:17:32 #39 ... 02:17:32 02:17:32 #64 [core-metadata internal] load build context 02:17:32 #64 transferring context: 3.22MB 5.1s done 02:17:32 #64 DONE 8.5s 02:17:32 02:17:32 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:33 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 02:17:33 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.66MB / 33.17MB 8.9s 02:17:33 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 02:17:34 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 9.5s 02:17:34 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.63MB / 33.17MB 9.8s 02:17:34 #39 ... 02:17:34 02:17:34 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:34 #65 ... 02:17:34 02:17:34 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:17:34 #66 ... 02:17:34 02:17:34 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:17:34 #67 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done 02:17:34 #67 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:17:34 #67 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:17:34 #67 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:17:34 #67 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:17:34 #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 02:17:34 #67 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 02:17:34 #67 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 02:17:34 #67 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 5.6s done 02:17:34 #67 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:17:34 #67 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.3s done 02:17:34 #67 ... 02:17:34 02:17:34 #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:17:35 #68 ... 02:17:35 02:17:35 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:17:35 #69 ... 02:17:35 02:17:35 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:17:35 #70 ... 02:17:35 02:17:35 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:17:35 #71 ... 02:17:35 02:17:35 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:35 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.79MB / 33.17MB 10.9s 02:17:36 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.59MB / 33.17MB 11.5s 02:17:36 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.32MB / 33.17MB 11.7s 02:17:36 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.0s 02:17:36 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.1s done 02:17:37 #39 ... 02:17:37 02:17:37 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:37 #65 DONE 12.6s 02:17:37 02:17:37 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:17:38 #72 ... 02:17:38 02:17:38 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:17:38 #54 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:38 #54 17.67 (1/2) Installing dumb-init (1.2.5-r3) 02:17:38 #54 17.69 (2/2) Installing su-exec (0.2-r3) 02:17:38 #54 17.70 Executing busybox-1.36.1-r29.trigger 02:17:38 #54 17.86 OK: 9 MiB in 16 packages 02:17:38 #54 DONE 20.5s 02:17:38 02:17:38 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:38 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 02:17:38 #39 ... 02:17:38 02:17:38 #58 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:17:38 #58 16.75 (1/1) Installing dumb-init (1.2.5-r3) 02:17:38 #58 16.81 Executing busybox-1.36.1-r29.trigger 02:17:38 #58 16.99 OK: 9 MiB in 15 packages 02:17:38 #58 DONE 19.7s 02:17:38 02:17:38 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:17:38 #55 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:38 #55 16.22 (1/7) Installing ca-certificates (20241121-r1) 02:17:38 #55 16.82 (2/7) Installing dumb-init (1.2.5-r3) 02:17:38 #55 16.84 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:17:38 #55 16.91 (4/7) Installing libsodium (1.0.19-r0) 02:17:38 #55 16.96 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:17:38 #55 17.27 (6/7) Installing libzmq (4.3.5-r2) 02:17:38 #55 17.42 (7/7) Installing zeromq (4.3.5-r2) 02:17:38 #55 17.56 Executing busybox-1.36.1-r29.trigger 02:17:38 #55 17.73 Executing ca-certificates-20241121-r1.trigger 02:17:38 #55 19.54 OK: 14 MiB in 21 packages 02:17:39 #55 ... 02:17:39 02:17:39 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:17:39 #56 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:39 #56 16.51 (1/4) Installing dumb-init (1.2.5-r3) 02:17:39 #56 16.54 (2/4) Installing openssl (3.3.3-r0) 02:17:39 #56 16.84 (3/4) Installing su-exec (0.2-r3) 02:17:39 #56 16.94 (4/4) Installing yq-go (4.44.1-r2) 02:17:39 #56 18.17 Executing busybox-1.36.1-r29.trigger 02:17:39 #56 18.49 OK: 20 MiB in 18 packages 02:17:39 #56 ... 02:17:39 02:17:39 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:17:39 #53 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:39 #53 15.90 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:17:39 #53 15.90 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:17:39 #53 15.90 OK: 24049 distinct packages available 02:17:39 #53 17.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:39 #53 19.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:39 #53 ... 02:17:39 02:17:39 #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:17:39 #73 ... 02:17:39 02:17:39 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:17:39 #56 DONE 21.0s 02:17:39 02:17:39 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:40 #39 ... 02:17:40 02:17:40 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:17:40 #55 DONE 22.3s 02:17:40 02:17:40 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:17:42 #74 ... 02:17:42 02:17:42 #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:17:42 #59 15.82 (1/3) Installing ca-certificates (20241121-r1) 02:17:42 #59 16.07 (2/3) Installing dumb-init (1.2.5-r3) 02:17:42 #59 16.10 (3/3) Installing tzdata (2025b-r0) 02:17:42 #59 17.66 Executing busybox-1.36.1-r29.trigger 02:17:42 #59 17.94 Executing ca-certificates-20241121-r1.trigger 02:17:42 #59 20.04 OK: 11 MiB in 17 packages 02:17:42 #59 DONE 23.1s 02:17:42 02:17:42 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:17:42 #75 ... 02:17:42 02:17:42 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:17:43 #76 ... 02:17:43 02:17:43 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:43 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.0s 02:17:44 #39 ... 02:17:44 02:17:44 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:17:44 #60 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:44 #60 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:44 #60 ... 02:17:44 02:17:44 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:17:44 #61 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:44 #61 15.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:44 #61 ... 02:17:44 02:17:44 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:45 #39 ... 02:17:45 02:17:45 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:17:45 #63 14.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:45 #63 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:45 #63 ... 02:17:45 02:17:45 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:17:45 #67 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.9s 02:17:46 #67 ... 02:17:46 02:17:46 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:17:46 #70 12.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:46 #70 14.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:46 #70 ... 02:17:46 02:17:46 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:46 #39 ... 02:17:46 02:17:46 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:17:46 #71 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:46 #71 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:47 #71 ... 02:17:47 02:17:47 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:17:47 #62 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:47 #62 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:47 #62 ... 02:17:47 02:17:47 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:48 #39 ... 02:17:48 02:17:48 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:17:48 #66 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:48 #66 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:48 #66 ... 02:17:48 02:17:48 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:48 #39 ... 02:17:48 02:17:48 #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:17:48 #68 14.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:48 #68 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:48 #68 ... 02:17:48 02:17:48 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:17:48 #69 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:48 #69 16.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:48 #69 ... 02:17:48 02:17:48 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:17:48 #0 7.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:48 #0 9.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:48 #77 ... 02:17:48 02:17:48 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:48 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.4s 02:17:49 #39 ... 02:17:49 02:17:49 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:17:49 #67 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.9s done 02:17:49 #67 DONE 24.9s 02:17:49 02:17:49 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:49 #39 ... 02:17:49 02:17:49 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:17:49 #0 6.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:49 #0 8.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:49 #78 ... 02:17:49 02:17:49 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:51 #39 ... 02:17:51 02:17:51 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:17:51 #63 28.34 (1/1) Installing dumb-init (1.2.5-r3) 02:17:51 #63 28.36 Executing busybox-1.36.1-r29.trigger 02:17:51 #63 28.48 OK: 9 MiB in 15 packages 02:17:51 #63 DONE 30.6s 02:17:52 02:17:52 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:53 #39 ... 02:17:53 02:17:53 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:17:53 #76 10.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:53 #76 12.54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:53 #76 ... 02:17:53 02:17:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:54 #39 ... 02:17:54 02:17:54 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:17:54 #70 27.37 OK: 239 MiB in 58 packages 02:17:54 #70 DONE 29.9s 02:17:54 02:17:54 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:17:54 #79 ... 02:17:54 02:17:54 #68 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:17:54 #68 27.40 OK: 239 MiB in 58 packages 02:17:54 #68 DONE 30.2s 02:17:54 02:17:54 #80 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:17:55 #80 ... 02:17:55 02:17:55 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:17:55 #72 7.894 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:55 #72 9.927 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:55 #72 ... 02:17:55 02:17:55 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:17:55 #66 28.07 OK: 239 MiB in 58 packages 02:17:55 #66 DONE 30.7s 02:17:55 02:17:55 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:17:55 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.7s 02:17:55 #39 ... 02:17:55 02:17:55 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:17:55 #79 DONE 1.3s 02:17:55 02:17:55 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:17:56 #81 ... 02:17:56 02:17:56 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:17:56 #69 28.10 OK: 239 MiB in 58 packages 02:17:56 #69 DONE 31.7s 02:17:56 02:17:56 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:17:56 #82 ... 02:17:56 02:17:56 #80 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:17:56 #80 DONE 1.8s 02:17:56 02:17:56 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:17:56 #62 28.61 (1/4) Installing ca-certificates (20241121-r1) 02:17:56 #62 28.88 (2/4) Installing dumb-init (1.2.5-r3) 02:17:56 #62 28.91 (3/4) Installing su-exec (0.2-r3) 02:17:56 #62 28.92 (4/4) Installing yq-go (4.44.1-r2) 02:17:56 #62 30.31 Executing busybox-1.36.1-r29.trigger 02:17:56 #62 30.45 Executing ca-certificates-20241121-r1.trigger 02:17:56 #62 32.63 OK: 20 MiB in 18 packages 02:17:56 #62 DONE 35.0s 02:17:56 02:17:56 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:17:57 #83 ... 02:17:57 02:17:57 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:17:57 #84 DONE 2.0s 02:17:57 02:17:57 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:17:57 #53 31.50 (1/14) Installing ca-certificates (20241121-r1) 02:17:57 #53 32.20 (2/14) Installing brotli-libs (1.1.0-r2) 02:17:57 #53 32.59 (3/14) Installing c-ares (1.33.1-r0) 02:17:57 #53 32.64 (4/14) Installing libunistring (1.2-r0) 02:17:57 #53 33.16 (5/14) Installing libidn2 (2.3.7-r0) 02:17:57 #53 33.25 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:17:57 #53 33.33 (7/14) Installing libpsl (0.21.5-r1) 02:17:57 #53 33.39 (8/14) Installing zstd-libs (1.5.6-r0) 02:17:57 #53 33.58 (9/14) Installing libcurl (8.12.1-r0) 02:17:57 #53 33.75 (10/14) Installing curl (8.12.1-r0) 02:17:57 #53 33.82 (11/14) Installing dumb-init (1.2.5-r3) 02:17:57 #53 33.87 (12/14) Installing musl-obstack (1.2.3-r2) 02:17:57 #53 33.96 (13/14) Installing libucontext (1.2-r3) 02:17:57 #53 34.06 (14/14) Installing gcompat (1.1.0-r4) 02:17:57 #53 34.18 Executing busybox-1.36.1-r29.trigger 02:17:57 #53 34.41 Executing ca-certificates-20241121-r1.trigger 02:17:57 #53 36.60 OK: 15 MiB in 28 packages 02:17:57 #53 DONE 39.6s 02:17:57 02:17:57 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:17:58 #85 ... 02:17:58 02:17:58 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:17:58 #74 7.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:58 #74 9.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:58 #74 ... 02:17:58 02:17:58 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:17:58 #82 DONE 1.9s 02:17:58 02:17:58 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:17:58 #75 5.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:58 #75 8.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:58 #75 ... 02:17:58 02:17:58 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:17:58 #86 ... 02:17:58 02:17:58 #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:17:58 #73 9.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:58 #73 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:58 #73 ... 02:17:58 02:17:58 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:17:58 #61 27.37 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:17:58 #61 27.37 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:17:58 #61 27.37 OK: 24049 distinct packages available 02:17:58 #61 29.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:58 #61 32.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:58 #61 ... 02:17:58 02:17:58 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:17:58 #78 19.11 OK: 20 MiB in 18 packages 02:17:59 #78 ... 02:17:59 02:17:59 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:17:59 #60 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:17:59 #60 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:17:59 #60 28.06 OK: 24049 distinct packages available 02:17:59 #60 29.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:17:59 #60 31.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:17:59 #144 ... 02:17:59 02:17:59 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:17:59 #152 DONE 161.2s 02:17:59 02:17:59 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:17:59 #146 ... 02:17:59 02:17:59 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:17:59 #154 DONE 163.5s 02:17:59 02:17:59 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:17:59 #143 DONE 163.5s 02:17:59 02:17:59 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:17:59 #150 DONE 163.6s 02:17:59 02:17:59 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:17:59 #151 DONE 163.6s 02:17:59 02:17:59 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:17:59 #144 DONE 163.6s 02:17:59 02:17:59 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:17:59 #149 DONE 163.6s 02:17:59 02:17:59 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:17:59 #153 DONE 163.5s 02:17:59 02:17:59 #155 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #155 ... 02:17:59 02:17:59 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:17:59 #147 DONE 163.7s 02:17:59 02:17:59 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:17:59 #146 DONE 163.7s 02:17:59 02:17:59 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:17:59 #145 DONE 163.7s 02:17:59 02:17:59 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:17:59 #148 DONE 163.7s 02:17:59 02:17:59 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:17:59 #156 DONE 0.3s 02:17:59 02:17:59 #157 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #157 ... 02:17:59 02:17:59 #155 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #155 DONE 0.3s 02:17:59 02:17:59 #158 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #158 DONE 0.3s 02:17:59 02:17:59 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #159 DONE 0.2s 02:17:59 02:17:59 #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #160 DONE 0.2s 02:17:59 02:17:59 #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #161 DONE 0.2s 02:17:59 02:17:59 #157 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #157 DONE 0.1s 02:17:59 02:17:59 #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #162 DONE 0.2s 02:17:59 02:17:59 #163 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:17:59 #163 DONE 0.1s 02:17:59 02:17:59 #164 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #164 DONE 0.1s 02:17:59 02:17:59 #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #165 CACHED 02:17:59 02:17:59 #166 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:17:59 #166 CACHED 02:17:59 02:17:59 #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:17:59 #167 CACHED 02:17:59 02:17:59 #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #168 CACHED 02:17:59 02:17:59 #169 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:17:59 #169 CACHED 02:17:59 02:17:59 #170 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:17:59 #170 CACHED 02:17:59 02:17:59 #171 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:17:59 #171 DONE 0.1s 02:17:59 02:17:59 #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:17:59 #172 DONE 0.1s 02:17:59 02:17:59 #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:17:59 #173 DONE 0.1s 02:17:59 02:17:59 #174 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:17:59 #174 ... 02:17:59 02:17:59 #175 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:17:59 #175 DONE 0.1s 02:17:59 #60 ... 02:17:59 02:17:59 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:17:59 #72 22.05 OK: 239 MiB in 58 packages 02:17:59 02:17:59 #176 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:17:59 #176 DONE 0.6s 02:17:59 02:17:59 #177 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:18:00 #72 ... 02:18:00 02:18:00 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:18:00 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.5s done 02:18:00 #39 DONE 40.1s 02:18:00 02:18:00 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:18:00 #76 24.20 (1/1) Installing dumb-init (1.2.5-r3) 02:18:00 #76 25.27 Executing busybox-1.36.1-r29.trigger 02:18:00 #76 25.49 OK: 9 MiB in 15 packages 02:18:00 #177 ... 02:18:00 02:18:00 #178 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:18:00 #178 DONE 1.9s 02:18:00 02:18:00 #179 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:18:00 #179 DONE 1.9s 02:18:00 02:18:00 #180 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:18:00 #180 DONE 1.9s 02:18:00 02:18:00 #181 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:18:00 #181 DONE 1.9s 02:18:00 02:18:00 #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:18:00 #182 DONE 1.9s 02:18:00 02:18:00 #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:18:00 #183 DONE 1.9s 02:18:00 02:18:00 #174 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:18:00 #174 DONE 1.9s 02:18:00 02:18:00 #177 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:18:00 #177 DONE 1.9s 02:18:00 02:18:00 #184 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:18:00 #184 DONE 1.9s 02:18:00 02:18:00 #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 02:18:00 #185 DONE 1.2s 02:18:00 02:18:00 #186 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:18:00 #186 DONE 1.9s 02:18:00 02:18:00 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:18:01 #76 ... 02:18:01 02:18:01 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:18:01 #78 DONE 21.3s 02:18:01 02:18:01 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:18:01 #187 ... 02:18:01 02:18:01 #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:18:01 #188 DONE 0.7s 02:18:01 #87 DONE 0.5s 02:18:01 02:18:01 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:18:01 #76 DONE 28.5s 02:18:01 02:18:01 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:18:01 #71 27.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:18:01 #71 27.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:18:01 #71 27.08 OK: 24049 distinct packages available 02:18:01 #71 28.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:18:01 #71 31.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:18:01 02:18:01 #189 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:18:01 #189 DONE 0.8s 02:18:01 02:18:01 #112 [core-keeper] exporting to image 02:18:01 #112 exporting layers 02:18:01 #112 ... 02:18:01 02:18:01 #190 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:18:01 #190 DONE 0.9s 02:18:01 02:18:01 #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 02:18:01 #191 DONE 1.0s 02:18:01 #71 ... 02:18:01 02:18:01 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:18:01 #74 21.00 OK: 14 MiB in 21 packages 02:18:01 #74 ... 02:18:01 02:18:01 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:18:01 #72 DONE 24.7s 02:18:01 02:18:01 #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:18:01 #192 ... 02:18:01 02:18:01 #193 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:18:01 #193 DONE 1.3s 02:18:02 02:18:02 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:18:02 #88 ... 02:18:02 02:18:02 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:18:02 #0 9.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:18:02 02:18:02 #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:18:02 #194 ... 02:18:02 02:18:02 #195 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:18:02 #195 DONE 1.5s 02:18:02 #89 ... 02:18:02 02:18:02 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:18:02 #77 22.16 OK: 9 MiB in 16 packages 02:18:02 02:18:02 #196 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:18:02 #196 DONE 1.6s 02:18:02 02:18:02 #112 [core-command] exporting to image 02:18:02 #77 DONE 24.0s 02:18:02 02:18:02 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:18:02 #112 ... 02:18:02 02:18:02 #197 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:18:02 #197 DONE 2.0s 02:18:02 02:18:02 #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:18:03 #90 ... 02:18:03 02:18:03 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:18:03 #74 DONE 22.5s 02:18:03 #198 ... 02:18:03 02:18:03 #199 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:18:03 #199 DONE 2.3s 02:18:03 02:18:03 #112 [support-notifications] exporting to image 02:18:03 #112 ... 02:18:03 02:18:03 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:18:03 #187 DONE 2.6s 02:18:03 02:18:03 #112 [support-notifications] exporting to image 02:18:03 #112 exporting layers 1.7s done 02:18:03 02:18:03 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:18:03 #89 10.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:18:03 #89 ... 02:18:03 02:18:03 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:18:03 #75 19.98 OK: 11 MiB in 17 packages 02:18:03 #75 DONE 21.1s 02:18:03 02:18:03 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:18:03 #61 42.35 (1/4) Installing dumb-init (1.2.5-r3) 02:18:03 #61 42.38 (2/4) Installing musl-obstack (1.2.3-r2) 02:18:03 #61 42.38 (3/4) Installing libucontext (1.2-r3) 02:18:03 #61 42.40 (4/4) Installing gcompat (1.1.0-r4) 02:18:03 #61 42.44 Executing busybox-1.36.1-r29.trigger 02:18:03 #112 ... 02:18:03 02:18:03 #200 [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 02:18:03 #200 DONE 3.0s 02:18:03 02:18:03 #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:18:03 #61 ... 02:18:03 02:18:03 #73 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:18:03 #73 23.66 OK: 9 MiB in 15 packages 02:18:03 #73 DONE 25.2s 02:18:03 02:18:03 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:18:03 #88 DONE 2.0s 02:18:03 02:18:03 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:18:03 #61 42.56 OK: 9 MiB in 18 packages 02:18:04 #201 ... 02:18:04 02:18:04 #202 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:18:04 #202 DONE 5.4s 02:18:04 02:18:04 #203 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:18:04 #203 ... 02:18:04 02:18:04 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:18:04 #204 DONE 2.9s 02:18:04 02:18:04 #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:18:04 #192 DONE 2.9s 02:18:04 02:18:04 #112 [core-metadata] exporting to image 02:18:04 #112 ... 02:18:04 02:18:04 #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:18:04 #194 DONE 2.7s 02:18:04 02:18:04 #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:18:04 #198 DONE 2.3s 02:18:04 02:18:04 #112 [core-data] exporting to image 02:18:04 #112 exporting layers 2.9s done 02:18:04 #112 ... 02:18:04 02:18:04 #205 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:18:04 #205 DONE 1.4s 02:18:04 02:18:04 #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:18:04 #201 DONE 1.1s 02:18:04 #61 DONE 43.7s 02:18:04 02:18:04 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:18:04 #60 42.73 (1/5) Installing dumb-init (1.2.5-r3) 02:18:04 #60 42.75 (2/5) Installing musl-obstack (1.2.3-r2) 02:18:04 #60 42.78 (3/5) Installing libucontext (1.2-r3) 02:18:04 #60 42.78 (4/5) Installing gcompat (1.1.0-r4) 02:18:04 #60 42.80 (5/5) Installing openssl (3.3.3-r0) 02:18:04 #60 42.84 Executing busybox-1.36.1-r29.trigger 02:18:04 #60 42.91 OK: 10 MiB in 19 packages 02:18:04 #60 DONE 44.0s 02:18:04 02:18:04 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:18:04 #71 40.07 OK: 239 MiB in 58 packages 02:18:05 02:18:05 #203 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:18:05 #203 DONE 1.0s 02:18:05 02:18:05 #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:18:05 #206 DONE 0.6s 02:18:05 02:18:05 #207 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:18:05 #207 DONE 0.7s 02:18:05 02:18:05 #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:18:05 #208 DONE 0.5s 02:18:05 02:18:05 #209 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:18:05 #71 DONE 41.2s 02:18:05 02:18:05 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:18:05 #209 ... 02:18:05 02:18:05 #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:05 #210 DONE 1.7s 02:18:06 02:18:06 #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:18:06 #211 DONE 0.6s 02:18:06 02:18:06 #112 [security-proxy-auth] exporting to image 02:18:06 #112 writing image sha256:b52047366c3986825397ee1bc86218c80572d41e0e414c4ed5a92fb4c3a910f2 0.3s done 02:18:06 #112 writing image sha256:6f3e1c86902f9b610d8afda9a66423a8da6d1805881715447ebc852734cb31a9 0.4s done 02:18:06 #112 naming to docker.io/library/core-keeper done 02:18:06 #112 writing image sha256:a1099feb18a309f0f7c7c0f583c584748d3184601969c88985e9b9ccf27d0a78 0.0s done 02:18:06 #112 naming to docker.io/library/core-command done 02:18:06 #112 naming to docker.io/library/security-spiffe-token-provider done 02:18:06 #112 writing image sha256:ce06577682117ca1a2b722a612dac8744af9a437cbe24440c7e53bc8137c0d7b done 02:18:06 #112 naming to docker.io/library/support-scheduler done 02:18:06 #112 writing image sha256:2f0522b3a28b45ec6fce6403abc68fa4c3cbd6a405db9adac5a0c882d2d3519f 0.0s done 02:18:06 #112 naming to docker.io/library/support-notifications done 02:18:06 #112 writing image sha256:d6f860b4d22b34f97425278d6e36f5ed71eaf95f04d65afc4bf3c782058e35cf done 02:18:06 #112 naming to docker.io/library/core-metadata done 02:18:06 #112 writing image sha256:53da2b6efbd52f2a516be890952ccbfb7573d197d47fef948dd9d05d3f38fa21 02:18:06 #112 ... 02:18:06 02:18:06 #209 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:18:06 #209 DONE 0.6s 02:18:06 02:18:06 #212 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:06 #212 DONE 1.4s 02:18:06 02:18:06 #112 [core-common-config-bootstrapper] exporting to image 02:18:06 #112 writing image sha256:53da2b6efbd52f2a516be890952ccbfb7573d197d47fef948dd9d05d3f38fa21 done 02:18:06 #112 naming to docker.io/library/core-data done 02:18:06 #112 writing image sha256:d9a0faf8c4626941208bce284d63954a1365d8e39c7c7061105d925c3b7935de 02:18:06 #112 exporting layers 0.1s done 02:18:06 #112 writing image sha256:d9a0faf8c4626941208bce284d63954a1365d8e39c7c7061105d925c3b7935de done 02:18:06 #112 naming to docker.io/library/security-proxy-auth done 02:18:06 #112 writing image sha256:ac61764c61932ea09ef630b34c645b31f6132389aa73a8ba1d1b60fba49962c0 done 02:18:06 #112 naming to docker.io/library/core-common-config-bootstrapper done 02:18:06 #112 DONE 5.8s 02:18:06 02:18:06 #213 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:18:06 #213 DONE 0.1s 02:18:06 02:18:06 #214 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:18:06 #214 DONE 0.1s 02:18:06 02:18:06 #215 [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/ 02:18:06 #215 DONE 0.1s 02:18:06 02:18:06 #216 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:06 #216 ... 02:18:06 02:18:06 #217 [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/ 02:18:06 #217 DONE 0.0s 02:18:06 02:18:06 #218 [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/ 02:18:06 #218 DONE 0.0s 02:18:06 02:18:06 #219 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:06 #219 DONE 0.9s 02:18:06 02:18:06 #220 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:18:06 #220 DONE 0.1s 02:18:06 02:18:06 #112 [security-proxy-setup] exporting to image 02:18:06 #112 exporting layers 0.2s done 02:18:06 #91 ... 02:18:06 02:18:06 #92 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:18:06 #112 writing image sha256:41c656f53c8883bb497f4acef1b7d52b8ce3fc22a25959f1a6a2624bafd6ebf7 done 02:18:06 #112 naming to docker.io/library/security-proxy-setup done 02:18:06 #112 DONE 5.9s 02:18:06 02:18:06 #221 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:18:06 #92 ... 02:18:06 02:18:06 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:18:06 #89 14.09 OK: 9 MiB in 15 packages 02:18:06 #221 ... 02:18:06 02:18:06 #216 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:06 #216 DONE 0.6s 02:18:06 02:18:06 #221 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:18:06 #221 DONE 0.5s 02:18:06 02:18:06 #112 [security-bootstrapper] exporting to image 02:18:07 #89 DONE 14.9s 02:18:07 02:18:07 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:18:07 #93 ... 02:18:07 02:18:07 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:18:07 #91 DONE 1.3s 02:18:07 #112 exporting layers 0.3s done 02:18:07 #112 writing image sha256:f461f387d455c4912e7360325cf8211696b58f3ef0bbb2f48bdaf265a344774b done 02:18:07 #112 naming to docker.io/library/security-secretstore-setup done 02:18:07 #112 writing image sha256:e90ead0247c998ef034dfa13bb012148412e99c8efb23069f6198c4b3a6c9838 done 02:18:07 #112 naming to docker.io/library/security-bootstrapper done 02:18:07 #112 DONE 6.3s 02:18:07 02:18:07 #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:18:07 time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:18:07 $ docker stop --time=1 b347c501f0fe6bb17cc3958ad498c57b2512162b636f19fe3b094a9e13b72a56 02:18:07 02:18:07 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:18:07 #94 ... 02:18:07 02:18:07 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:18:07 #95 ... 02:18:07 02:18:07 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:18:08 $ docker rm -f --volumes b347c501f0fe6bb17cc3958ad498c57b2512162b636f19fe3b094a9e13b72a56 [Pipeline] // withDockerContainer [Pipeline] sh 02:18:09 + docker images 02:18:09 REPOSITORY TAG IMAGE ID CREATED SIZE 02:18:09 security-secretstore-setup latest f461f387d455 2 seconds ago 68MB 02:18:09 core-common-config-bootstrapper latest ac61764c6193 2 seconds ago 17.1MB 02:18:09 security-bootstrapper latest e90ead0247c9 2 seconds ago 20.3MB 02:18:09 security-proxy-setup latest 41c656f53c88 2 seconds ago 38.3MB 02:18:09 security-proxy-auth latest d9a0faf8c462 3 seconds ago 31.4MB 02:18:09 core-data latest 53da2b6efbd5 4 seconds ago 32.5MB 02:18:09 core-metadata latest d6f860b4d22b 4 seconds ago 32.7MB 02:18:09 support-notifications latest 2f0522b3a28b 6 seconds ago 52MB 02:18:09 support-scheduler latest ce0657768211 6 seconds ago 48.4MB 02:18:09 core-command latest a1099feb18a3 7 seconds ago 28MB 02:18:09 security-spiffe-token-provider latest 6f3e1c86902f 7 seconds ago 47.2MB 02:18:09 core-keeper latest b52047366c39 7 seconds ago 32.2MB 02:18:09 security-spire-server latest 43cc77677996 3 minutes ago 149MB 02:18:09 security-spire-agent latest 2edc51ee79af 3 minutes ago 195MB 02:18:09 security-spire-config latest 11fb0c944c3b 3 minutes ago 149MB 02:18:09 ci-base-image-x86_64 latest 2b4324a418a5 7 minutes ago 925MB 02:18:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 About an hour ago 573MB 02:18:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 02:18:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:18:09 provisioning config files... 02:18:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config13862089869931516664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:18:09 ---> ****-login.sh 02:18:09 nexus3.edgexfoundry.org:10001 02:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:18:09 Configure a credential helper to remove this warning. See 02:18:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:18:09 02:18:09 Login Succeeded 02:18:09 nexus3.edgexfoundry.org:10002 02:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:18:09 Configure a credential helper to remove this warning. See 02:18:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:18:09 02:18:09 Login Succeeded 02:18:09 nexus3.edgexfoundry.org:10003 02:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:18:09 Configure a credential helper to remove this warning. See 02:18:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:18:09 02:18:09 Login Succeeded 02:18:09 nexus3.edgexfoundry.org:10004 02:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:18:09 Configure a credential helper to remove this warning. See 02:18:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:18:09 02:18:09 Login Succeeded 02:18:09 ****.io 02:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:18:10 Configure a credential helper to remove this warning. See 02:18:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:18:10 02:18:10 Login Succeeded 02:18:10 ---> ****-login.sh ends [Pipeline] } 02:18:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:18:10 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:18:10 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:10 latest 02:18:10 4.1.0-dev.11 02:18:10 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:10 main 02:18:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:10 + docker push nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:18:10 2185a37fd25d: Preparing 02:18:10 694aeaac4f7a: Preparing 02:18:10 cf5f549fe7c9: Preparing 02:18:10 cd61282d6506: Preparing 02:18:10 d8dcd2bfa70c: Preparing 02:18:10 b9647dc481bb: Preparing 02:18:10 994456c4fd7b: Preparing 02:18:10 b9647dc481bb: Waiting 02:18:10 994456c4fd7b: Waiting 02:18:10 cf5f549fe7c9: Pushed 02:18:10 2185a37fd25d: Pushed 02:18:10 cd61282d6506: Pushed 02:18:10 d8dcd2bfa70c: Pushed 02:18:10 994456c4fd7b: Layer already exists 02:18:10 b9647dc481bb: Pushed 02:18:10 #96 ... 02:18:10 02:18:10 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:18:10 #90 DONE 7.9s 02:18:10 02:18:10 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:18:10 #97 DONE 0.3s 02:18:10 02:18:10 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:18:10 #93 5.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:18:11 #93 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:18:12 694aeaac4f7a: Pushed 02:18:12 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:13 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:18:13 2185a37fd25d: Preparing 02:18:13 694aeaac4f7a: Preparing 02:18:13 cf5f549fe7c9: Preparing 02:18:13 cd61282d6506: Preparing 02:18:13 d8dcd2bfa70c: Preparing 02:18:13 b9647dc481bb: Preparing 02:18:13 994456c4fd7b: Preparing 02:18:13 b9647dc481bb: Waiting 02:18:13 994456c4fd7b: Waiting 02:18:13 cf5f549fe7c9: Layer already exists 02:18:13 694aeaac4f7a: Layer already exists 02:18:13 d8dcd2bfa70c: Layer already exists 02:18:13 cd61282d6506: Layer already exists 02:18:13 2185a37fd25d: Layer already exists 02:18:13 b9647dc481bb: Layer already exists 02:18:13 994456c4fd7b: Layer already exists 02:18:13 latest: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:14 #93 ... 02:18:14 02:18:14 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:18:14 #98 ... 02:18:14 02:18:14 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:18:14 #96 5.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:18:14 #96 6.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:18:14 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 02:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:18:14 2185a37fd25d: Preparing 02:18:14 694aeaac4f7a: Preparing 02:18:14 cf5f549fe7c9: Preparing 02:18:14 cd61282d6506: Preparing 02:18:14 d8dcd2bfa70c: Preparing 02:18:14 b9647dc481bb: Preparing 02:18:14 994456c4fd7b: Preparing 02:18:14 b9647dc481bb: Waiting 02:18:14 994456c4fd7b: Waiting 02:18:14 cd61282d6506: Layer already exists 02:18:14 694aeaac4f7a: Layer already exists 02:18:14 d8dcd2bfa70c: Layer already exists 02:18:14 2185a37fd25d: Layer already exists 02:18:14 cf5f549fe7c9: Layer already exists 02:18:14 b9647dc481bb: Layer already exists 02:18:14 994456c4fd7b: Layer already exists 02:18:14 4.1.0-dev.11: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:18:14 #96 ... 02:18:14 02:18:14 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:18:14 #83 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:18:14 #83 12.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:18:14 #83 16.76 OK: 20 MiB in 18 packages 02:18:14 #83 DONE 17.6s 02:18:14 02:18:14 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:18:14 #85 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:18:14 #85 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:18:14 #85 15.97 OK: 15 MiB in 28 packages 02:18:14 #85 DONE 16.9s 02:18:14 02:18:14 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh 02:18:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:14 + docker push nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:18:14 2185a37fd25d: Preparing 02:18:14 694aeaac4f7a: Preparing 02:18:14 cf5f549fe7c9: Preparing 02:18:14 cd61282d6506: Preparing 02:18:14 d8dcd2bfa70c: Preparing 02:18:14 b9647dc481bb: Preparing 02:18:14 994456c4fd7b: Preparing 02:18:14 b9647dc481bb: Waiting 02:18:14 994456c4fd7b: Waiting 02:18:14 2185a37fd25d: Layer already exists 02:18:14 cd61282d6506: Layer already exists 02:18:14 694aeaac4f7a: Layer already exists 02:18:14 cf5f549fe7c9: Layer already exists 02:18:14 d8dcd2bfa70c: Layer already exists 02:18:14 b9647dc481bb: Layer already exists 02:18:14 994456c4fd7b: Layer already exists 02:18:14 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:15 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:18:15 2185a37fd25d: Preparing 02:18:15 694aeaac4f7a: Preparing 02:18:15 cf5f549fe7c9: Preparing 02:18:15 cd61282d6506: Preparing 02:18:15 d8dcd2bfa70c: Preparing 02:18:15 b9647dc481bb: Preparing 02:18:15 994456c4fd7b: Preparing 02:18:15 994456c4fd7b: Waiting 02:18:15 b9647dc481bb: Waiting 02:18:15 2185a37fd25d: Layer already exists 02:18:15 694aeaac4f7a: Layer already exists 02:18:15 cf5f549fe7c9: Layer already exists 02:18:15 d8dcd2bfa70c: Layer already exists 02:18:15 cd61282d6506: Layer already exists 02:18:15 b9647dc481bb: Layer already exists 02:18:15 994456c4fd7b: Layer already exists 02:18:15 main: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:15 ===================================================== [Pipeline] echo 02:18:15 taggedImages: 02:18:15 - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:15 - nexus3.edgexfoundry.org:10004/core-command:latest 02:18:15 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 02:18:15 - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:15 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:18:15 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:18:15 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:15 latest 02:18:15 4.1.0-dev.11 02:18:15 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:15 main 02:18:15 ===================================================== [Pipeline] withEnv [Pipeline] { 02:18:15 #98 ... 02:18:15 02:18:15 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:18:15 #93 11.04 OK: 10 MiB in 19 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:16 #93 DONE 11.7s 02:18:16 02:18:16 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:18:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:18:16 9d3957745b5b: Preparing 02:18:16 710ba0bb4d23: Preparing 02:18:16 19ed48965bf4: Preparing 02:18:16 48ed406d7f6e: Preparing 02:18:16 cf5f549fe7c9: Preparing 02:18:16 cd61282d6506: Preparing 02:18:16 d8dcd2bfa70c: Preparing 02:18:16 b9647dc481bb: Preparing 02:18:16 994456c4fd7b: Preparing 02:18:16 994456c4fd7b: Waiting 02:18:16 d8dcd2bfa70c: Waiting 02:18:16 cd61282d6506: Waiting 02:18:16 b9647dc481bb: Waiting 02:18:16 cf5f549fe7c9: Layer already exists 02:18:16 cd61282d6506: Layer already exists 02:18:16 d8dcd2bfa70c: Layer already exists 02:18:16 b9647dc481bb: Layer already exists 02:18:16 994456c4fd7b: Layer already exists 02:18:16 710ba0bb4d23: Pushed 02:18:16 19ed48965bf4: Pushed 02:18:16 9d3957745b5b: Pushed 02:18:16 #99 ... 02:18:16 02:18:16 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:18:16 #96 10.99 OK: 9 MiB in 18 packages 02:18:16 #96 DONE 12.0s 02:18:17 02:18:17 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:18:17 48ed406d7f6e: Pushed 02:18:17 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:17 + 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 02:18:18 #100 ... 02:18:18 02:18:18 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:18:18 #101 DONE 1.6s 02:18:18 02:18:18 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:18:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:18:18 9d3957745b5b: Preparing 02:18:18 710ba0bb4d23: Preparing 02:18:18 19ed48965bf4: Preparing 02:18:18 48ed406d7f6e: Preparing 02:18:18 cf5f549fe7c9: Preparing 02:18:18 cd61282d6506: Preparing 02:18:18 d8dcd2bfa70c: Preparing 02:18:18 b9647dc481bb: Preparing 02:18:18 994456c4fd7b: Preparing 02:18:18 cd61282d6506: Waiting 02:18:18 d8dcd2bfa70c: Waiting 02:18:18 b9647dc481bb: Waiting 02:18:18 994456c4fd7b: Waiting 02:18:18 48ed406d7f6e: Layer already exists 02:18:18 9d3957745b5b: Layer already exists 02:18:18 cf5f549fe7c9: Layer already exists 02:18:18 710ba0bb4d23: Layer already exists 02:18:18 19ed48965bf4: Layer already exists 02:18:18 994456c4fd7b: Layer already exists 02:18:18 d8dcd2bfa70c: Layer already exists 02:18:18 b9647dc481bb: Layer already exists 02:18:18 cd61282d6506: Layer already exists 02:18:18 latest: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:18 #102 ... 02:18:18 02:18:18 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:18:18 #99 DONE 2.5s 02:18:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 02:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:18:18 9d3957745b5b: Preparing 02:18:18 710ba0bb4d23: Preparing 02:18:18 19ed48965bf4: Preparing 02:18:18 48ed406d7f6e: Preparing 02:18:18 cf5f549fe7c9: Preparing 02:18:18 cd61282d6506: Preparing 02:18:18 d8dcd2bfa70c: Preparing 02:18:18 b9647dc481bb: Preparing 02:18:18 994456c4fd7b: Preparing 02:18:18 d8dcd2bfa70c: Waiting 02:18:18 cd61282d6506: Waiting 02:18:18 b9647dc481bb: Waiting 02:18:18 994456c4fd7b: Waiting 02:18:18 48ed406d7f6e: Layer already exists 02:18:18 19ed48965bf4: Layer already exists 02:18:18 cf5f549fe7c9: Layer already exists 02:18:18 710ba0bb4d23: Layer already exists 02:18:18 9d3957745b5b: Layer already exists 02:18:18 d8dcd2bfa70c: Layer already exists 02:18:18 cd61282d6506: Layer already exists 02:18:18 b9647dc481bb: Layer already exists 02:18:18 994456c4fd7b: Layer already exists 02:18:18 4.1.0-dev.11: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:19 02:18:19 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:18:19 #100 DONE 1.8s 02:18:19 02:18:19 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:18:19 #103 ... 02:18:19 02:18:19 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:18:19 #104 DONE 0.3s 02:18:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:19 02:18:19 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:18:19 #103 DONE 0.3s 02:18:19 02:18:19 #105 [security-spire-config stage-2 6/10] COPY security.txt / 02:18:19 #105 DONE 0.2s 02:18:19 02:18:19 #106 [security-spire-server stage-2 6/9] COPY security.txt / 02:18:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:18:19 9d3957745b5b: Preparing 02:18:19 710ba0bb4d23: Preparing 02:18:19 19ed48965bf4: Preparing 02:18:19 48ed406d7f6e: Preparing 02:18:19 cf5f549fe7c9: Preparing 02:18:19 cd61282d6506: Preparing 02:18:19 d8dcd2bfa70c: Preparing 02:18:19 b9647dc481bb: Preparing 02:18:19 994456c4fd7b: Preparing 02:18:19 cd61282d6506: Waiting 02:18:19 d8dcd2bfa70c: Waiting 02:18:19 994456c4fd7b: Waiting 02:18:19 9d3957745b5b: Layer already exists 02:18:19 48ed406d7f6e: Layer already exists 02:18:19 19ed48965bf4: Layer already exists 02:18:19 cf5f549fe7c9: Layer already exists 02:18:19 710ba0bb4d23: Layer already exists 02:18:19 d8dcd2bfa70c: Layer already exists 02:18:19 b9647dc481bb: Layer already exists 02:18:19 cd61282d6506: Layer already exists 02:18:19 994456c4fd7b: Layer already exists 02:18:19 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:19 #106 DONE 0.3s 02:18:19 02:18:19 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:18:19 #107 ... 02:18:19 02:18:19 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:18:19 #102 DONE 1.7s 02:18:19 02:18:19 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:18:19 #108 DONE 0.3s 02:18:19 02:18:19 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:18:19 #107 DONE 0.3s 02:18:19 02:18:19 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:18:19 #109 ... 02:18:19 02:18:19 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:18:19 #110 DONE 0.2s 02:18:19 + 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 02:18:20 02:18:20 #111 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:18:20 #111 DONE 0.3s 02:18:20 02:18:20 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:18:20 #109 DONE 0.3s 02:18:20 02:18:20 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:18:20 #112 ... 02:18:20 02:18:20 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 02:18:20 #113 DONE 0.3s 02:18:20 02:18:20 #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:18:20 #114 DONE 0.3s 02:18:20 02:18:20 #115 [security-spire-config] exporting to image 02:18:20 #115 exporting layers 02:18:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:18:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:18:20 9d3957745b5b: Preparing 02:18:20 710ba0bb4d23: Preparing 02:18:20 19ed48965bf4: Preparing 02:18:20 48ed406d7f6e: Preparing 02:18:20 cf5f549fe7c9: Preparing 02:18:20 cd61282d6506: Preparing 02:18:20 d8dcd2bfa70c: Preparing 02:18:20 b9647dc481bb: Preparing 02:18:20 994456c4fd7b: Preparing 02:18:20 b9647dc481bb: Waiting 02:18:20 cd61282d6506: Waiting 02:18:20 d8dcd2bfa70c: Waiting 02:18:20 994456c4fd7b: Waiting 02:18:20 9d3957745b5b: Layer already exists 02:18:20 cf5f549fe7c9: Layer already exists 02:18:20 19ed48965bf4: Layer already exists 02:18:20 48ed406d7f6e: Layer already exists 02:18:20 710ba0bb4d23: Layer already exists 02:18:20 cd61282d6506: Layer already exists 02:18:20 994456c4fd7b: Layer already exists 02:18:20 b9647dc481bb: Layer already exists 02:18:20 d8dcd2bfa70c: Layer already exists 02:18:20 main: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:20 ===================================================== [Pipeline] echo 02:18:20 taggedImages: 02:18:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:18:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 02:18:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:18:20 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:18:20 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:20 latest 02:18:20 4.1.0-dev.11 02:18:20 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:20 main 02:18:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:18:20 #115 ... 02:18:20 02:18:20 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:18:20 #112 DONE 0.4s [Pipeline] sh 02:18:20 02:18:20 #115 [security-spire-server] exporting to image 02:18:20 #115 ... 02:18:20 02:18:20 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:18:20 #116 DONE 0.4s 02:18:20 02:18:20 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:18:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:21 + docker push nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:18:21 6f007b3cfd45: Preparing 02:18:21 7003a3d85065: Preparing 02:18:21 cf5f549fe7c9: Preparing 02:18:21 cd61282d6506: Preparing 02:18:21 bf29bd318c69: Preparing 02:18:21 b1c0856f5ea1: Preparing 02:18:21 994456c4fd7b: Preparing 02:18:21 b1c0856f5ea1: Waiting 02:18:21 994456c4fd7b: Waiting 02:18:21 cf5f549fe7c9: Layer already exists 02:18:21 cd61282d6506: Layer already exists 02:18:21 994456c4fd7b: Layer already exists 02:18:21 bf29bd318c69: Pushed 02:18:21 6f007b3cfd45: Pushed 02:18:21 b1c0856f5ea1: Pushed 02:18:21 #117 DONE 0.4s 02:18:21 02:18:21 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:18:21 #118 DONE 0.2s 02:18:21 02:18:21 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:18:21 #86 ... 02:18:21 02:18:21 #115 [security-spire-agent] exporting to image 02:18:23 7003a3d85065: Pushed 02:18:23 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:24 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:18:24 6f007b3cfd45: Preparing 02:18:24 7003a3d85065: Preparing 02:18:24 cf5f549fe7c9: Preparing 02:18:24 cd61282d6506: Preparing 02:18:24 bf29bd318c69: Preparing 02:18:24 b1c0856f5ea1: Preparing 02:18:24 994456c4fd7b: Preparing 02:18:24 b1c0856f5ea1: Waiting 02:18:24 994456c4fd7b: Waiting 02:18:24 cf5f549fe7c9: Layer already exists 02:18:24 cd61282d6506: Layer already exists 02:18:24 7003a3d85065: Layer already exists 02:18:24 bf29bd318c69: Layer already exists 02:18:24 6f007b3cfd45: Layer already exists 02:18:24 b1c0856f5ea1: Layer already exists 02:18:24 994456c4fd7b: Layer already exists 02:18:24 latest: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:24 #115 exporting layers 4.0s done 02:18:24 #115 writing image sha256:4e96e1613f3be3e9d93d473f2eb30ae490d7b55c43b56c2b2cb216e9978d0262 02:18:24 #115 writing image sha256:4e96e1613f3be3e9d93d473f2eb30ae490d7b55c43b56c2b2cb216e9978d0262 0.1s done 02:18:24 #115 naming to docker.io/library/security-spire-config-arm64 0.0s done 02:18:24 #115 exporting layers 4.1s done 02:18:24 #115 writing image sha256:ef1da6d422c516b99ef560085f4a8ff4d97f296248ae9714bca931cb5266c506 0.0s done 02:18:24 #115 naming to docker.io/library/security-spire-server-arm64 02:18:24 #115 naming to docker.io/library/security-spire-server-arm64 done 02:18:24 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 02:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:18:24 6f007b3cfd45: Preparing 02:18:24 7003a3d85065: Preparing 02:18:24 cf5f549fe7c9: Preparing 02:18:24 cd61282d6506: Preparing 02:18:24 bf29bd318c69: Preparing 02:18:24 b1c0856f5ea1: Preparing 02:18:24 994456c4fd7b: Preparing 02:18:24 994456c4fd7b: Waiting 02:18:24 b1c0856f5ea1: Waiting 02:18:24 6f007b3cfd45: Layer already exists 02:18:24 cf5f549fe7c9: Layer already exists 02:18:24 bf29bd318c69: Layer already exists 02:18:24 cd61282d6506: Layer already exists 02:18:24 7003a3d85065: Layer already exists 02:18:24 994456c4fd7b: Layer already exists 02:18:24 b1c0856f5ea1: Layer already exists 02:18:24 4.1.0-dev.11: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } 02:18:24 #115 exporting layers 3.5s done 02:18:24 #115 writing image sha256:b87c60f2109a23cff304820ccf3f3faa3dfadc819a331945cdead13a495e0ae3 0.0s done 02:18:24 #115 naming to docker.io/library/security-spire-agent-arm64 done 02:18:24 #115 DONE 4.4s 02:18:24 02:18:24 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:25 + docker push nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:18:25 6f007b3cfd45: Preparing 02:18:25 7003a3d85065: Preparing 02:18:25 cf5f549fe7c9: Preparing 02:18:25 cd61282d6506: Preparing 02:18:25 bf29bd318c69: Preparing 02:18:25 b1c0856f5ea1: Preparing 02:18:25 994456c4fd7b: Preparing 02:18:25 b1c0856f5ea1: Waiting 02:18:25 7003a3d85065: Layer already exists 02:18:25 6f007b3cfd45: Layer already exists 02:18:25 bf29bd318c69: Layer already exists 02:18:25 cf5f549fe7c9: Layer already exists 02:18:25 cd61282d6506: Layer already exists 02:18:25 b1c0856f5ea1: Layer already exists 02:18:25 994456c4fd7b: Layer already exists 02:18:25 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:26 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:18:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:18:26 6f007b3cfd45: Preparing 02:18:26 7003a3d85065: Preparing 02:18:26 cf5f549fe7c9: Preparing 02:18:26 cd61282d6506: Preparing 02:18:26 bf29bd318c69: Preparing 02:18:26 b1c0856f5ea1: Preparing 02:18:26 994456c4fd7b: Preparing 02:18:26 b1c0856f5ea1: Waiting 02:18:26 994456c4fd7b: Waiting 02:18:26 7003a3d85065: Layer already exists 02:18:26 cf5f549fe7c9: Layer already exists 02:18:26 cd61282d6506: Layer already exists 02:18:26 bf29bd318c69: Layer already exists 02:18:26 6f007b3cfd45: Layer already exists 02:18:26 994456c4fd7b: Layer already exists 02:18:26 b1c0856f5ea1: Layer already exists 02:18:26 main: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:26 ===================================================== [Pipeline] echo 02:18:26 taggedImages: 02:18:26 - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:26 - nexus3.edgexfoundry.org:10004/core-data:latest 02:18:26 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 02:18:26 - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:26 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:18:26 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:18:26 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:26 latest 02:18:26 4.1.0-dev.11 02:18:26 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:26 main 02:18:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:18:27 29f5b0826d39: Preparing 02:18:27 f43ba30d7849: Preparing 02:18:27 cd61282d6506: Preparing 02:18:27 014a58a98890: Preparing 02:18:27 eb132c2fb050: Preparing 02:18:27 994456c4fd7b: Preparing 02:18:27 994456c4fd7b: Waiting 02:18:27 cd61282d6506: Layer already exists 02:18:27 994456c4fd7b: Layer already exists 02:18:27 eb132c2fb050: Pushed 02:18:27 014a58a98890: Pushed 02:18:27 29f5b0826d39: Pushed 02:18:29 f43ba30d7849: Pushed 02:18:29 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:18:30 29f5b0826d39: Preparing 02:18:30 f43ba30d7849: Preparing 02:18:30 cd61282d6506: Preparing 02:18:30 014a58a98890: Preparing 02:18:30 eb132c2fb050: Preparing 02:18:30 994456c4fd7b: Preparing 02:18:30 994456c4fd7b: Waiting 02:18:30 eb132c2fb050: Layer already exists 02:18:30 cd61282d6506: Layer already exists 02:18:30 014a58a98890: Layer already exists 02:18:30 f43ba30d7849: Layer already exists 02:18:30 29f5b0826d39: Layer already exists 02:18:30 994456c4fd7b: Layer already exists 02:18:30 latest: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 02:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:18:30 29f5b0826d39: Preparing 02:18:30 f43ba30d7849: Preparing 02:18:30 cd61282d6506: Preparing 02:18:30 014a58a98890: Preparing 02:18:30 eb132c2fb050: Preparing 02:18:30 994456c4fd7b: Preparing 02:18:30 994456c4fd7b: Waiting 02:18:30 014a58a98890: Layer already exists 02:18:30 29f5b0826d39: Layer already exists 02:18:30 f43ba30d7849: Layer already exists 02:18:30 eb132c2fb050: Layer already exists 02:18:30 cd61282d6506: Layer already exists 02:18:30 994456c4fd7b: Layer already exists 02:18:30 4.1.0-dev.11: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:18:31 29f5b0826d39: Preparing 02:18:31 f43ba30d7849: Preparing 02:18:31 cd61282d6506: Preparing 02:18:31 014a58a98890: Preparing 02:18:31 eb132c2fb050: Preparing 02:18:31 994456c4fd7b: Preparing 02:18:31 994456c4fd7b: Waiting 02:18:31 29f5b0826d39: Layer already exists 02:18:31 eb132c2fb050: Layer already exists 02:18:31 f43ba30d7849: Layer already exists 02:18:31 014a58a98890: Layer already exists 02:18:31 cd61282d6506: Layer already exists 02:18:31 994456c4fd7b: Layer already exists 02:18:31 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:18:32 29f5b0826d39: Preparing 02:18:32 f43ba30d7849: Preparing 02:18:32 cd61282d6506: Preparing 02:18:32 014a58a98890: Preparing 02:18:32 eb132c2fb050: Preparing 02:18:32 994456c4fd7b: Preparing 02:18:32 994456c4fd7b: Waiting 02:18:32 014a58a98890: Layer already exists 02:18:32 f43ba30d7849: Layer already exists 02:18:32 29f5b0826d39: Layer already exists 02:18:32 cd61282d6506: Layer already exists 02:18:32 eb132c2fb050: Layer already exists 02:18:32 994456c4fd7b: Layer already exists 02:18:32 main: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:32 ===================================================== [Pipeline] echo 02:18:32 taggedImages: 02:18:32 - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:32 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:18:32 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 02:18:32 - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:32 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:18:32 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:18:32 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:32 latest 02:18:32 4.1.0-dev.11 02:18:32 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:32 main 02:18:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:18:33 ba7ab581d82e: Preparing 02:18:33 a2b9bfb40f51: Preparing 02:18:33 19fc7f4c3947: Preparing 02:18:33 cf5f549fe7c9: Preparing 02:18:33 cd61282d6506: Preparing 02:18:33 d8dcd2bfa70c: Preparing 02:18:33 d8dcd2bfa70c: Waiting 02:18:33 b9647dc481bb: Preparing 02:18:33 994456c4fd7b: Preparing 02:18:33 b9647dc481bb: Waiting 02:18:33 994456c4fd7b: Waiting 02:18:33 cf5f549fe7c9: Layer already exists 02:18:33 cd61282d6506: Layer already exists 02:18:33 d8dcd2bfa70c: Layer already exists 02:18:33 b9647dc481bb: Layer already exists 02:18:33 a2b9bfb40f51: Pushed 02:18:33 994456c4fd7b: Layer already exists 02:18:33 ba7ab581d82e: Pushed 02:18:35 19fc7f4c3947: Pushed 02:18:35 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:18:36 ba7ab581d82e: Preparing 02:18:36 a2b9bfb40f51: Preparing 02:18:36 19fc7f4c3947: Preparing 02:18:36 cf5f549fe7c9: Preparing 02:18:36 cd61282d6506: Preparing 02:18:36 d8dcd2bfa70c: Preparing 02:18:36 b9647dc481bb: Preparing 02:18:36 994456c4fd7b: Preparing 02:18:36 d8dcd2bfa70c: Waiting 02:18:36 b9647dc481bb: Waiting 02:18:36 994456c4fd7b: Waiting 02:18:36 cf5f549fe7c9: Layer already exists 02:18:36 19fc7f4c3947: Layer already exists 02:18:36 cd61282d6506: Layer already exists 02:18:36 a2b9bfb40f51: Layer already exists 02:18:36 ba7ab581d82e: Layer already exists 02:18:36 b9647dc481bb: Layer already exists 02:18:36 d8dcd2bfa70c: Layer already exists 02:18:36 994456c4fd7b: Layer already exists 02:18:36 latest: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 02:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:18:37 ba7ab581d82e: Preparing 02:18:37 a2b9bfb40f51: Preparing 02:18:37 19fc7f4c3947: Preparing 02:18:37 cf5f549fe7c9: Preparing 02:18:37 cd61282d6506: Preparing 02:18:37 d8dcd2bfa70c: Preparing 02:18:37 b9647dc481bb: Preparing 02:18:37 994456c4fd7b: Preparing 02:18:37 d8dcd2bfa70c: Waiting 02:18:37 b9647dc481bb: Waiting 02:18:37 994456c4fd7b: Waiting 02:18:37 a2b9bfb40f51: Layer already exists 02:18:37 cd61282d6506: Layer already exists 02:18:37 cf5f549fe7c9: Layer already exists 02:18:37 ba7ab581d82e: Layer already exists 02:18:37 19fc7f4c3947: Layer already exists 02:18:37 d8dcd2bfa70c: Layer already exists 02:18:37 994456c4fd7b: Layer already exists 02:18:37 b9647dc481bb: Layer already exists 02:18:37 4.1.0-dev.11: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:18:37 ba7ab581d82e: Preparing 02:18:37 a2b9bfb40f51: Preparing 02:18:37 19fc7f4c3947: Preparing 02:18:37 cf5f549fe7c9: Preparing 02:18:37 cd61282d6506: Preparing 02:18:37 d8dcd2bfa70c: Preparing 02:18:37 b9647dc481bb: Preparing 02:18:37 994456c4fd7b: Preparing 02:18:37 b9647dc481bb: Waiting 02:18:37 d8dcd2bfa70c: Waiting 02:18:37 994456c4fd7b: Waiting 02:18:37 a2b9bfb40f51: Layer already exists 02:18:37 cd61282d6506: Layer already exists 02:18:37 ba7ab581d82e: Layer already exists 02:18:37 19fc7f4c3947: Layer already exists 02:18:37 cf5f549fe7c9: Layer already exists 02:18:37 b9647dc481bb: Layer already exists 02:18:37 d8dcd2bfa70c: Layer already exists 02:18:37 994456c4fd7b: Layer already exists 02:18:37 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:18:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:18:38 ba7ab581d82e: Preparing 02:18:38 a2b9bfb40f51: Preparing 02:18:38 19fc7f4c3947: Preparing 02:18:38 cf5f549fe7c9: Preparing 02:18:38 cd61282d6506: Preparing 02:18:38 d8dcd2bfa70c: Preparing 02:18:38 b9647dc481bb: Preparing 02:18:38 994456c4fd7b: Preparing 02:18:38 d8dcd2bfa70c: Waiting 02:18:38 b9647dc481bb: Waiting 02:18:38 994456c4fd7b: Waiting 02:18:38 cf5f549fe7c9: Layer already exists 02:18:38 19fc7f4c3947: Layer already exists 02:18:38 cd61282d6506: Layer already exists 02:18:38 a2b9bfb40f51: Layer already exists 02:18:38 ba7ab581d82e: Layer already exists 02:18:38 994456c4fd7b: Layer already exists 02:18:38 d8dcd2bfa70c: Layer already exists 02:18:38 b9647dc481bb: Layer already exists 02:18:38 main: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:38 ===================================================== [Pipeline] echo 02:18:38 taggedImages: 02:18:38 - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:38 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:18:38 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 02:18:38 - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:38 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:18:38 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:18:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:38 latest 02:18:38 4.1.0-dev.11 02:18:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:38 main 02:18:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:18:39 d390c3d02f46: Preparing 02:18:39 eaad8fa5f4c8: Preparing 02:18:39 0cef8e957f4b: Preparing 02:18:39 e6fd03bd9d19: Preparing 02:18:39 ad9b732b5364: Preparing 02:18:39 3ce837d174f9: Preparing 02:18:39 d6a6d53bac77: Preparing 02:18:39 cf5f549fe7c9: Preparing 02:18:39 cd61282d6506: Preparing 02:18:39 d6ff6a9fed5c: Preparing 02:18:39 b6bf23f04ae1: Preparing 02:18:39 5f70bf18a086: Preparing 02:18:39 458835feb6b3: Preparing 02:18:39 c1948adcec6b: Preparing 02:18:39 04f176d0bae0: Preparing 02:18:39 994456c4fd7b: Preparing 02:18:39 3ce837d174f9: Waiting 02:18:39 d6a6d53bac77: Waiting 02:18:39 cf5f549fe7c9: Waiting 02:18:39 5f70bf18a086: Waiting 02:18:39 458835feb6b3: Waiting 02:18:39 cd61282d6506: Waiting 02:18:39 c1948adcec6b: Waiting 02:18:39 d6ff6a9fed5c: Waiting 02:18:39 04f176d0bae0: Waiting 02:18:39 994456c4fd7b: Waiting 02:18:39 b6bf23f04ae1: Waiting 02:18:39 e6fd03bd9d19: Pushed 02:18:39 eaad8fa5f4c8: Pushed 02:18:39 d390c3d02f46: Pushed 02:18:39 ad9b732b5364: Pushed 02:18:39 0cef8e957f4b: Pushed 02:18:39 cf5f549fe7c9: Layer already exists 02:18:39 cd61282d6506: Layer already exists 02:18:39 5f70bf18a086: Layer already exists 02:18:39 3ce837d174f9: Pushed 02:18:39 b6bf23f04ae1: Pushed 02:18:39 d6ff6a9fed5c: Pushed 02:18:39 458835feb6b3: Pushed 02:18:39 994456c4fd7b: Layer already exists 02:18:39 c1948adcec6b: Pushed 02:18:39 04f176d0bae0: Pushed 02:18:41 d6a6d53bac77: Pushed 02:18:41 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:18:41 d390c3d02f46: Preparing 02:18:41 eaad8fa5f4c8: Preparing 02:18:41 0cef8e957f4b: Preparing 02:18:41 e6fd03bd9d19: Preparing 02:18:41 ad9b732b5364: Preparing 02:18:41 3ce837d174f9: Preparing 02:18:41 d6a6d53bac77: Preparing 02:18:41 cf5f549fe7c9: Preparing 02:18:41 cd61282d6506: Preparing 02:18:41 d6ff6a9fed5c: Preparing 02:18:41 b6bf23f04ae1: Preparing 02:18:41 5f70bf18a086: Preparing 02:18:41 458835feb6b3: Preparing 02:18:41 c1948adcec6b: Preparing 02:18:41 04f176d0bae0: Preparing 02:18:41 994456c4fd7b: Preparing 02:18:41 3ce837d174f9: Waiting 02:18:41 d6a6d53bac77: Waiting 02:18:41 cf5f549fe7c9: Waiting 02:18:41 cd61282d6506: Waiting 02:18:41 c1948adcec6b: Waiting 02:18:41 d6ff6a9fed5c: Waiting 02:18:41 04f176d0bae0: Waiting 02:18:41 994456c4fd7b: Waiting 02:18:41 458835feb6b3: Waiting 02:18:41 b6bf23f04ae1: Waiting 02:18:41 5f70bf18a086: Waiting 02:18:41 eaad8fa5f4c8: Layer already exists 02:18:41 ad9b732b5364: Layer already exists 02:18:41 0cef8e957f4b: Layer already exists 02:18:41 e6fd03bd9d19: Layer already exists 02:18:41 d390c3d02f46: Layer already exists 02:18:41 cd61282d6506: Layer already exists 02:18:41 d6a6d53bac77: Layer already exists 02:18:41 3ce837d174f9: Layer already exists 02:18:41 d6ff6a9fed5c: Layer already exists 02:18:41 cf5f549fe7c9: Layer already exists 02:18:41 b6bf23f04ae1: Layer already exists 02:18:41 5f70bf18a086: Layer already exists 02:18:41 04f176d0bae0: Layer already exists 02:18:41 c1948adcec6b: Layer already exists 02:18:41 458835feb6b3: Layer already exists 02:18:41 994456c4fd7b: Layer already exists 02:18:41 latest: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 02:18:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:18:42 d390c3d02f46: Preparing 02:18:42 eaad8fa5f4c8: Preparing 02:18:42 0cef8e957f4b: Preparing 02:18:42 e6fd03bd9d19: Preparing 02:18:42 ad9b732b5364: Preparing 02:18:42 3ce837d174f9: Preparing 02:18:42 d6a6d53bac77: Preparing 02:18:42 cf5f549fe7c9: Preparing 02:18:42 cd61282d6506: Preparing 02:18:42 d6ff6a9fed5c: Preparing 02:18:42 b6bf23f04ae1: Preparing 02:18:42 5f70bf18a086: Preparing 02:18:42 458835feb6b3: Preparing 02:18:42 c1948adcec6b: Preparing 02:18:42 04f176d0bae0: Preparing 02:18:42 994456c4fd7b: Preparing 02:18:42 cd61282d6506: Waiting 02:18:42 d6ff6a9fed5c: Waiting 02:18:42 b6bf23f04ae1: Waiting 02:18:42 5f70bf18a086: Waiting 02:18:42 458835feb6b3: Waiting 02:18:42 3ce837d174f9: Waiting 02:18:42 c1948adcec6b: Waiting 02:18:42 d6a6d53bac77: Waiting 02:18:42 04f176d0bae0: Waiting 02:18:42 cf5f549fe7c9: Waiting 02:18:42 eaad8fa5f4c8: Layer already exists 02:18:42 d390c3d02f46: Layer already exists 02:18:42 ad9b732b5364: Layer already exists 02:18:42 0cef8e957f4b: Layer already exists 02:18:42 e6fd03bd9d19: Layer already exists 02:18:42 d6a6d53bac77: Layer already exists 02:18:42 3ce837d174f9: Layer already exists 02:18:42 cd61282d6506: Layer already exists 02:18:42 d6ff6a9fed5c: Layer already exists 02:18:42 cf5f549fe7c9: Layer already exists 02:18:42 b6bf23f04ae1: Layer already exists 02:18:42 c1948adcec6b: Layer already exists 02:18:42 5f70bf18a086: Layer already exists 02:18:42 458835feb6b3: Layer already exists 02:18:42 04f176d0bae0: Layer already exists 02:18:42 994456c4fd7b: Layer already exists 02:18:42 4.1.0-dev.11: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:18:43 d390c3d02f46: Preparing 02:18:43 eaad8fa5f4c8: Preparing 02:18:43 0cef8e957f4b: Preparing 02:18:43 e6fd03bd9d19: Preparing 02:18:43 ad9b732b5364: Preparing 02:18:43 3ce837d174f9: Preparing 02:18:43 d6a6d53bac77: Preparing 02:18:43 cf5f549fe7c9: Preparing 02:18:43 cd61282d6506: Preparing 02:18:43 d6ff6a9fed5c: Preparing 02:18:43 b6bf23f04ae1: Preparing 02:18:43 5f70bf18a086: Preparing 02:18:43 458835feb6b3: Preparing 02:18:43 c1948adcec6b: Preparing 02:18:43 04f176d0bae0: Preparing 02:18:43 994456c4fd7b: Preparing 02:18:43 3ce837d174f9: Waiting 02:18:43 d6a6d53bac77: Waiting 02:18:43 cf5f549fe7c9: Waiting 02:18:43 cd61282d6506: Waiting 02:18:43 458835feb6b3: Waiting 02:18:43 d6ff6a9fed5c: Waiting 02:18:43 c1948adcec6b: Waiting 02:18:43 b6bf23f04ae1: Waiting 02:18:43 04f176d0bae0: Waiting 02:18:43 5f70bf18a086: Waiting 02:18:43 994456c4fd7b: Waiting 02:18:43 0cef8e957f4b: Layer already exists 02:18:43 eaad8fa5f4c8: Layer already exists 02:18:43 e6fd03bd9d19: Layer already exists 02:18:43 d390c3d02f46: Layer already exists 02:18:43 ad9b732b5364: Layer already exists 02:18:43 d6a6d53bac77: Layer already exists 02:18:43 3ce837d174f9: Layer already exists 02:18:43 b6bf23f04ae1: Layer already exists 02:18:43 cd61282d6506: Layer already exists 02:18:43 d6ff6a9fed5c: Layer already exists 02:18:43 cf5f549fe7c9: Layer already exists 02:18:43 5f70bf18a086: Layer already exists 02:18:43 458835feb6b3: Layer already exists 02:18:43 04f176d0bae0: Layer already exists 02:18:43 c1948adcec6b: Layer already exists 02:18:43 994456c4fd7b: Layer already exists 02:18:43 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:18:43 d390c3d02f46: Preparing 02:18:43 eaad8fa5f4c8: Preparing 02:18:43 0cef8e957f4b: Preparing 02:18:43 e6fd03bd9d19: Preparing 02:18:43 ad9b732b5364: Preparing 02:18:43 3ce837d174f9: Preparing 02:18:43 d6a6d53bac77: Preparing 02:18:43 cf5f549fe7c9: Preparing 02:18:43 cd61282d6506: Preparing 02:18:43 d6ff6a9fed5c: Preparing 02:18:43 b6bf23f04ae1: Preparing 02:18:43 5f70bf18a086: Preparing 02:18:43 458835feb6b3: Preparing 02:18:43 c1948adcec6b: Preparing 02:18:43 04f176d0bae0: Preparing 02:18:43 994456c4fd7b: Preparing 02:18:43 cd61282d6506: Waiting 02:18:43 3ce837d174f9: Waiting 02:18:43 458835feb6b3: Waiting 02:18:43 c1948adcec6b: Waiting 02:18:43 5f70bf18a086: Waiting 02:18:43 d6a6d53bac77: Waiting 02:18:43 04f176d0bae0: Waiting 02:18:43 cf5f549fe7c9: Waiting 02:18:43 d6ff6a9fed5c: Waiting 02:18:43 994456c4fd7b: Waiting 02:18:43 b6bf23f04ae1: Waiting 02:18:43 ad9b732b5364: Layer already exists 02:18:43 e6fd03bd9d19: Layer already exists 02:18:43 0cef8e957f4b: Layer already exists 02:18:43 d390c3d02f46: Layer already exists 02:18:43 eaad8fa5f4c8: Layer already exists 02:18:43 3ce837d174f9: Layer already exists 02:18:43 cf5f549fe7c9: Layer already exists 02:18:43 d6ff6a9fed5c: Layer already exists 02:18:43 d6a6d53bac77: Layer already exists 02:18:43 cd61282d6506: Layer already exists 02:18:43 b6bf23f04ae1: Layer already exists 02:18:43 5f70bf18a086: Layer already exists 02:18:43 c1948adcec6b: Layer already exists 02:18:43 04f176d0bae0: Layer already exists 02:18:43 458835feb6b3: Layer already exists 02:18:43 994456c4fd7b: Layer already exists 02:18:43 main: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:43 ===================================================== [Pipeline] echo 02:18:43 taggedImages: 02:18:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:18:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 02:18:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:18:43 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:18:43 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:43 latest 02:18:43 4.1.0-dev.11 02:18:43 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:43 main 02:18:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:18:44 f31909c5bfd5: Preparing 02:18:44 3ffb911ce969: Preparing 02:18:44 c5618d6fc41a: Preparing 02:18:44 cb5ff90bed27: Preparing 02:18:44 cf5f549fe7c9: Preparing 02:18:44 cd61282d6506: Preparing 02:18:44 d8dcd2bfa70c: Preparing 02:18:44 b9647dc481bb: Preparing 02:18:44 994456c4fd7b: Preparing 02:18:44 b9647dc481bb: Waiting 02:18:44 cd61282d6506: Waiting 02:18:44 d8dcd2bfa70c: Waiting 02:18:44 994456c4fd7b: Waiting 02:18:44 cf5f549fe7c9: Layer already exists 02:18:44 cd61282d6506: Layer already exists 02:18:44 d8dcd2bfa70c: Layer already exists 02:18:44 b9647dc481bb: Layer already exists 02:18:44 994456c4fd7b: Layer already exists 02:18:44 c5618d6fc41a: Pushed 02:18:44 f31909c5bfd5: Pushed 02:18:44 3ffb911ce969: Pushed 02:18:46 cb5ff90bed27: Pushed 02:18:47 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:18:47 f31909c5bfd5: Preparing 02:18:47 3ffb911ce969: Preparing 02:18:47 c5618d6fc41a: Preparing 02:18:47 cb5ff90bed27: Preparing 02:18:47 cf5f549fe7c9: Preparing 02:18:47 cd61282d6506: Preparing 02:18:47 d8dcd2bfa70c: Preparing 02:18:47 b9647dc481bb: Preparing 02:18:47 994456c4fd7b: Preparing 02:18:47 d8dcd2bfa70c: Waiting 02:18:47 b9647dc481bb: Waiting 02:18:47 994456c4fd7b: Waiting 02:18:47 cd61282d6506: Waiting 02:18:47 f31909c5bfd5: Layer already exists 02:18:47 3ffb911ce969: Layer already exists 02:18:47 cf5f549fe7c9: Layer already exists 02:18:47 c5618d6fc41a: Layer already exists 02:18:47 cb5ff90bed27: Layer already exists 02:18:47 994456c4fd7b: Layer already exists 02:18:47 b9647dc481bb: Layer already exists 02:18:47 d8dcd2bfa70c: Layer already exists 02:18:47 cd61282d6506: Layer already exists 02:18:47 latest: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 02:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:18:48 f31909c5bfd5: Preparing 02:18:48 3ffb911ce969: Preparing 02:18:48 c5618d6fc41a: Preparing 02:18:48 cb5ff90bed27: Preparing 02:18:48 cf5f549fe7c9: Preparing 02:18:48 cd61282d6506: Preparing 02:18:48 d8dcd2bfa70c: Preparing 02:18:48 b9647dc481bb: Preparing 02:18:48 994456c4fd7b: Preparing 02:18:48 cd61282d6506: Waiting 02:18:48 d8dcd2bfa70c: Waiting 02:18:48 b9647dc481bb: Waiting 02:18:48 994456c4fd7b: Waiting 02:18:48 3ffb911ce969: Layer already exists 02:18:48 cf5f549fe7c9: Layer already exists 02:18:48 c5618d6fc41a: Layer already exists 02:18:48 f31909c5bfd5: Layer already exists 02:18:48 cb5ff90bed27: Layer already exists 02:18:48 d8dcd2bfa70c: Layer already exists 02:18:48 cd61282d6506: Layer already exists 02:18:48 b9647dc481bb: Layer already exists 02:18:48 994456c4fd7b: Layer already exists 02:18:48 4.1.0-dev.11: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:18:48 f31909c5bfd5: Preparing 02:18:48 3ffb911ce969: Preparing 02:18:48 c5618d6fc41a: Preparing 02:18:48 cb5ff90bed27: Preparing 02:18:48 cf5f549fe7c9: Preparing 02:18:48 cd61282d6506: Preparing 02:18:48 d8dcd2bfa70c: Preparing 02:18:48 b9647dc481bb: Preparing 02:18:48 994456c4fd7b: Preparing 02:18:48 cd61282d6506: Waiting 02:18:48 b9647dc481bb: Waiting 02:18:48 d8dcd2bfa70c: Waiting 02:18:48 994456c4fd7b: Waiting 02:18:48 f31909c5bfd5: Layer already exists 02:18:48 c5618d6fc41a: Layer already exists 02:18:48 cf5f549fe7c9: Layer already exists 02:18:48 3ffb911ce969: Layer already exists 02:18:48 cb5ff90bed27: Layer already exists 02:18:48 b9647dc481bb: Layer already exists 02:18:48 d8dcd2bfa70c: Layer already exists 02:18:48 cd61282d6506: Layer already exists 02:18:48 994456c4fd7b: Layer already exists 02:18:48 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:18:49 f31909c5bfd5: Preparing 02:18:49 3ffb911ce969: Preparing 02:18:49 c5618d6fc41a: Preparing 02:18:49 cb5ff90bed27: Preparing 02:18:49 cf5f549fe7c9: Preparing 02:18:49 cd61282d6506: Preparing 02:18:49 d8dcd2bfa70c: Preparing 02:18:49 b9647dc481bb: Preparing 02:18:49 994456c4fd7b: Preparing 02:18:49 d8dcd2bfa70c: Waiting 02:18:49 b9647dc481bb: Waiting 02:18:49 994456c4fd7b: Waiting 02:18:49 cd61282d6506: Waiting 02:18:49 c5618d6fc41a: Layer already exists 02:18:49 cb5ff90bed27: Layer already exists 02:18:49 f31909c5bfd5: Layer already exists 02:18:49 cf5f549fe7c9: Layer already exists 02:18:49 3ffb911ce969: Layer already exists 02:18:49 cd61282d6506: Layer already exists 02:18:49 d8dcd2bfa70c: Layer already exists 02:18:49 b9647dc481bb: Layer already exists 02:18:49 994456c4fd7b: Layer already exists 02:18:49 main: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:49 ===================================================== [Pipeline] echo 02:18:49 taggedImages: 02:18:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:18:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 02:18:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:18:49 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:18:49 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:49 latest 02:18:49 4.1.0-dev.11 02:18:49 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:49 main 02:18:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:18:50 530fde5a6b02: Preparing 02:18:50 23b98172e2d7: Preparing 02:18:50 09957664a35c: Preparing 02:18:50 c537da0f224e: Preparing 02:18:50 18b6a919c225: Preparing 02:18:50 cf5f549fe7c9: Preparing 02:18:50 cd61282d6506: Preparing 02:18:50 a8c6b30a9fff: Preparing 02:18:50 55bcb59b4773: Preparing 02:18:50 1eccfe0fa306: Preparing 02:18:50 994456c4fd7b: Preparing 02:18:50 cd61282d6506: Waiting 02:18:50 a8c6b30a9fff: Waiting 02:18:50 55bcb59b4773: Waiting 02:18:50 1eccfe0fa306: Waiting 02:18:50 994456c4fd7b: Waiting 02:18:50 cf5f549fe7c9: Waiting 02:18:50 23b98172e2d7: Pushed 02:18:50 18b6a919c225: Pushed 02:18:50 cf5f549fe7c9: Layer already exists 02:18:50 c537da0f224e: Pushed 02:18:50 530fde5a6b02: Pushed 02:18:50 cd61282d6506: Layer already exists 02:18:50 994456c4fd7b: Layer already exists 02:18:50 a8c6b30a9fff: Pushed 02:18:50 55bcb59b4773: Pushed 02:18:51 1eccfe0fa306: Pushed 02:18:52 09957664a35c: Pushed 02:18:52 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:18:53 530fde5a6b02: Preparing 02:18:53 23b98172e2d7: Preparing 02:18:53 09957664a35c: Preparing 02:18:53 c537da0f224e: Preparing 02:18:53 18b6a919c225: Preparing 02:18:53 cf5f549fe7c9: Preparing 02:18:53 cd61282d6506: Preparing 02:18:53 a8c6b30a9fff: Preparing 02:18:53 55bcb59b4773: Preparing 02:18:53 1eccfe0fa306: Preparing 02:18:53 994456c4fd7b: Preparing 02:18:53 1eccfe0fa306: Waiting 02:18:53 a8c6b30a9fff: Waiting 02:18:53 994456c4fd7b: Waiting 02:18:53 55bcb59b4773: Waiting 02:18:53 cf5f549fe7c9: Waiting 02:18:53 cd61282d6506: Waiting 02:18:53 c537da0f224e: Layer already exists 02:18:53 530fde5a6b02: Layer already exists 02:18:53 23b98172e2d7: Layer already exists 02:18:53 09957664a35c: Layer already exists 02:18:53 18b6a919c225: Layer already exists 02:18:53 a8c6b30a9fff: Layer already exists 02:18:53 55bcb59b4773: Layer already exists 02:18:53 cd61282d6506: Layer already exists 02:18:53 1eccfe0fa306: Layer already exists 02:18:53 cf5f549fe7c9: Layer already exists 02:18:53 994456c4fd7b: Layer already exists 02:18:53 latest: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 02:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:18:54 530fde5a6b02: Preparing 02:18:54 23b98172e2d7: Preparing 02:18:54 09957664a35c: Preparing 02:18:54 c537da0f224e: Preparing 02:18:54 18b6a919c225: Preparing 02:18:54 cf5f549fe7c9: Preparing 02:18:54 cd61282d6506: Preparing 02:18:54 a8c6b30a9fff: Preparing 02:18:54 55bcb59b4773: Preparing 02:18:54 1eccfe0fa306: Preparing 02:18:54 994456c4fd7b: Preparing 02:18:54 cd61282d6506: Waiting 02:18:54 a8c6b30a9fff: Waiting 02:18:54 55bcb59b4773: Waiting 02:18:54 994456c4fd7b: Waiting 02:18:54 cf5f549fe7c9: Waiting 02:18:54 1eccfe0fa306: Waiting 02:18:54 09957664a35c: Layer already exists 02:18:54 23b98172e2d7: Layer already exists 02:18:54 530fde5a6b02: Layer already exists 02:18:54 18b6a919c225: Layer already exists 02:18:54 c537da0f224e: Layer already exists 02:18:54 cd61282d6506: Layer already exists 02:18:54 a8c6b30a9fff: Layer already exists 02:18:54 1eccfe0fa306: Layer already exists 02:18:54 55bcb59b4773: Layer already exists 02:18:54 cf5f549fe7c9: Layer already exists 02:18:54 994456c4fd7b: Layer already exists 02:18:54 4.1.0-dev.11: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:18:54 530fde5a6b02: Preparing 02:18:54 23b98172e2d7: Preparing 02:18:54 09957664a35c: Preparing 02:18:54 c537da0f224e: Preparing 02:18:54 18b6a919c225: Preparing 02:18:54 cf5f549fe7c9: Preparing 02:18:54 cd61282d6506: Preparing 02:18:54 a8c6b30a9fff: Preparing 02:18:54 55bcb59b4773: Preparing 02:18:54 1eccfe0fa306: Preparing 02:18:54 994456c4fd7b: Preparing 02:18:54 cf5f549fe7c9: Waiting 02:18:54 1eccfe0fa306: Waiting 02:18:54 a8c6b30a9fff: Waiting 02:18:54 55bcb59b4773: Waiting 02:18:54 cd61282d6506: Waiting 02:18:54 09957664a35c: Layer already exists 02:18:54 530fde5a6b02: Layer already exists 02:18:54 c537da0f224e: Layer already exists 02:18:54 18b6a919c225: Layer already exists 02:18:54 23b98172e2d7: Layer already exists 02:18:54 55bcb59b4773: Layer already exists 02:18:54 cf5f549fe7c9: Layer already exists 02:18:54 a8c6b30a9fff: Layer already exists 02:18:54 cd61282d6506: Layer already exists 02:18:54 1eccfe0fa306: Layer already exists 02:18:54 994456c4fd7b: Layer already exists 02:18:54 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:18:55 530fde5a6b02: Preparing 02:18:55 23b98172e2d7: Preparing 02:18:55 09957664a35c: Preparing 02:18:55 c537da0f224e: Preparing 02:18:55 18b6a919c225: Preparing 02:18:55 cf5f549fe7c9: Preparing 02:18:55 cd61282d6506: Preparing 02:18:55 a8c6b30a9fff: Preparing 02:18:55 55bcb59b4773: Preparing 02:18:55 1eccfe0fa306: Preparing 02:18:55 994456c4fd7b: Preparing 02:18:55 1eccfe0fa306: Waiting 02:18:55 55bcb59b4773: Waiting 02:18:55 cf5f549fe7c9: Waiting 02:18:55 994456c4fd7b: Waiting 02:18:55 cd61282d6506: Waiting 02:18:55 a8c6b30a9fff: Waiting 02:18:55 530fde5a6b02: Layer already exists 02:18:55 c537da0f224e: Layer already exists 02:18:55 18b6a919c225: Layer already exists 02:18:55 23b98172e2d7: Layer already exists 02:18:55 09957664a35c: Layer already exists 02:18:55 cf5f549fe7c9: Layer already exists 02:18:55 55bcb59b4773: Layer already exists 02:18:55 cd61282d6506: Layer already exists 02:18:55 1eccfe0fa306: Layer already exists 02:18:55 a8c6b30a9fff: Layer already exists 02:18:55 994456c4fd7b: Layer already exists 02:18:55 main: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:18:55 ===================================================== [Pipeline] echo 02:18:55 taggedImages: 02:18:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:18:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 02:18:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:18:55 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:18:55 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:55 latest 02:18:55 4.1.0-dev.11 02:18:55 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:18:55 main 02:18:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:18:56 ead1b9746fce: Preparing 02:18:56 81c4e4b00282: Preparing 02:18:56 57bea8c779b2: Preparing 02:18:56 1a73fb3981b6: Preparing 02:18:56 1f79860fa398: Preparing 02:18:56 aac0cc951de0: Preparing 02:18:56 2b5cb24074e7: Preparing 02:18:56 cf5f549fe7c9: Preparing 02:18:56 cd61282d6506: Preparing 02:18:56 cb9b2e29b0c7: Preparing 02:18:56 ef9b9c54cccc: Preparing 02:18:56 994456c4fd7b: Preparing 02:18:56 2b5cb24074e7: Waiting 02:18:56 cf5f549fe7c9: Waiting 02:18:56 cd61282d6506: Waiting 02:18:56 cb9b2e29b0c7: Waiting 02:18:56 ef9b9c54cccc: Waiting 02:18:56 994456c4fd7b: Waiting 02:18:56 aac0cc951de0: Waiting 02:18:56 81c4e4b00282: Pushed 02:18:56 ead1b9746fce: Pushed 02:18:56 1f79860fa398: Pushed 02:18:56 cf5f549fe7c9: Layer already exists 02:18:56 cd61282d6506: Layer already exists 02:18:56 aac0cc951de0: Pushed 02:18:56 2b5cb24074e7: Pushed 02:18:56 994456c4fd7b: Layer already exists 02:18:56 cb9b2e29b0c7: Pushed 02:18:57 ef9b9c54cccc: Pushed 02:18:57 1a73fb3981b6: Pushed 02:18:58 57bea8c779b2: Pushed 02:18:58 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:18:59 ead1b9746fce: Preparing 02:18:59 81c4e4b00282: Preparing 02:18:59 57bea8c779b2: Preparing 02:18:59 1a73fb3981b6: Preparing 02:18:59 1f79860fa398: Preparing 02:18:59 aac0cc951de0: Preparing 02:18:59 2b5cb24074e7: Preparing 02:18:59 cf5f549fe7c9: Preparing 02:18:59 cd61282d6506: Preparing 02:18:59 cb9b2e29b0c7: Preparing 02:18:59 ef9b9c54cccc: Preparing 02:18:59 994456c4fd7b: Preparing 02:18:59 aac0cc951de0: Waiting 02:18:59 994456c4fd7b: Waiting 02:18:59 cb9b2e29b0c7: Waiting 02:18:59 ef9b9c54cccc: Waiting 02:18:59 2b5cb24074e7: Waiting 02:18:59 cf5f549fe7c9: Waiting 02:18:59 cd61282d6506: Waiting 02:18:59 ead1b9746fce: Layer already exists 02:18:59 81c4e4b00282: Layer already exists 02:18:59 1f79860fa398: Layer already exists 02:18:59 1a73fb3981b6: Layer already exists 02:18:59 57bea8c779b2: Layer already exists 02:18:59 2b5cb24074e7: Layer already exists 02:18:59 cb9b2e29b0c7: Layer already exists 02:18:59 aac0cc951de0: Layer already exists 02:18:59 cd61282d6506: Layer already exists 02:18:59 cf5f549fe7c9: Layer already exists 02:18:59 ef9b9c54cccc: Layer already exists 02:18:59 994456c4fd7b: Layer already exists 02:18:59 latest: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 02:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:19:00 ead1b9746fce: Preparing 02:19:00 81c4e4b00282: Preparing 02:19:00 57bea8c779b2: Preparing 02:19:00 1a73fb3981b6: Preparing 02:19:00 1f79860fa398: Preparing 02:19:00 aac0cc951de0: Preparing 02:19:00 2b5cb24074e7: Preparing 02:19:00 cf5f549fe7c9: Preparing 02:19:00 cd61282d6506: Preparing 02:19:00 cb9b2e29b0c7: Preparing 02:19:00 ef9b9c54cccc: Preparing 02:19:00 994456c4fd7b: Preparing 02:19:00 cf5f549fe7c9: Waiting 02:19:00 aac0cc951de0: Waiting 02:19:00 2b5cb24074e7: Waiting 02:19:00 cd61282d6506: Waiting 02:19:00 994456c4fd7b: Waiting 02:19:00 57bea8c779b2: Layer already exists 02:19:00 1f79860fa398: Layer already exists 02:19:00 ead1b9746fce: Layer already exists 02:19:00 1a73fb3981b6: Layer already exists 02:19:00 81c4e4b00282: Layer already exists 02:19:00 2b5cb24074e7: Layer already exists 02:19:00 cd61282d6506: Layer already exists 02:19:00 aac0cc951de0: Layer already exists 02:19:00 cf5f549fe7c9: Layer already exists 02:19:00 cb9b2e29b0c7: Layer already exists 02:19:00 ef9b9c54cccc: Layer already exists 02:19:00 994456c4fd7b: Layer already exists 02:19:00 4.1.0-dev.11: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:19:00 ead1b9746fce: Preparing 02:19:00 81c4e4b00282: Preparing 02:19:00 57bea8c779b2: Preparing 02:19:00 1a73fb3981b6: Preparing 02:19:00 1f79860fa398: Preparing 02:19:00 aac0cc951de0: Preparing 02:19:00 2b5cb24074e7: Preparing 02:19:00 cf5f549fe7c9: Preparing 02:19:00 cd61282d6506: Preparing 02:19:00 cb9b2e29b0c7: Preparing 02:19:00 ef9b9c54cccc: Preparing 02:19:00 994456c4fd7b: Preparing 02:19:00 cd61282d6506: Waiting 02:19:00 aac0cc951de0: Waiting 02:19:00 cb9b2e29b0c7: Waiting 02:19:00 2b5cb24074e7: Waiting 02:19:00 cf5f549fe7c9: Waiting 02:19:00 ef9b9c54cccc: Waiting 02:19:00 994456c4fd7b: Waiting 02:19:00 ead1b9746fce: Layer already exists 02:19:00 1f79860fa398: Layer already exists 02:19:00 1a73fb3981b6: Layer already exists 02:19:00 57bea8c779b2: Layer already exists 02:19:00 81c4e4b00282: Layer already exists 02:19:00 aac0cc951de0: Layer already exists 02:19:00 2b5cb24074e7: Layer already exists 02:19:00 cf5f549fe7c9: Layer already exists 02:19:00 cd61282d6506: Layer already exists 02:19:00 cb9b2e29b0c7: Layer already exists 02:19:00 ef9b9c54cccc: Layer already exists 02:19:00 994456c4fd7b: Layer already exists 02:19:00 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:19:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:19:01 ead1b9746fce: Preparing 02:19:01 81c4e4b00282: Preparing 02:19:01 57bea8c779b2: Preparing 02:19:01 1a73fb3981b6: Preparing 02:19:01 1f79860fa398: Preparing 02:19:01 aac0cc951de0: Preparing 02:19:01 2b5cb24074e7: Preparing 02:19:01 cf5f549fe7c9: Preparing 02:19:01 cd61282d6506: Preparing 02:19:01 cb9b2e29b0c7: Preparing 02:19:01 ef9b9c54cccc: Preparing 02:19:01 994456c4fd7b: Preparing 02:19:01 2b5cb24074e7: Waiting 02:19:01 cf5f549fe7c9: Waiting 02:19:01 cd61282d6506: Waiting 02:19:01 cb9b2e29b0c7: Waiting 02:19:01 ef9b9c54cccc: Waiting 02:19:01 994456c4fd7b: Waiting 02:19:01 1f79860fa398: Layer already exists 02:19:01 57bea8c779b2: Layer already exists 02:19:01 ead1b9746fce: Layer already exists 02:19:01 1a73fb3981b6: Layer already exists 02:19:01 81c4e4b00282: Layer already exists 02:19:01 aac0cc951de0: Layer already exists 02:19:01 2b5cb24074e7: Layer already exists 02:19:01 cf5f549fe7c9: Layer already exists 02:19:01 cb9b2e29b0c7: Layer already exists 02:19:01 cd61282d6506: Layer already exists 02:19:01 994456c4fd7b: Layer already exists 02:19:01 ef9b9c54cccc: Layer already exists 02:19:01 main: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:01 ===================================================== [Pipeline] echo 02:19:01 taggedImages: 02:19:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:19:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 02:19:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:19:01 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:19:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:01 latest 02:19:01 4.1.0-dev.11 02:19:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:01 main 02:19:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:19:02 5f3498d65ab2: Preparing 02:19:02 bdedcd99a621: Preparing 02:19:02 cf5f549fe7c9: Preparing 02:19:02 cd61282d6506: Preparing 02:19:02 07b46fb1f35c: Preparing 02:19:02 fb79b893e651: Preparing 02:19:02 994456c4fd7b: Preparing 02:19:02 fb79b893e651: Waiting 02:19:02 994456c4fd7b: Waiting 02:19:02 cd61282d6506: Layer already exists 02:19:02 cf5f549fe7c9: Layer already exists 02:19:02 994456c4fd7b: Layer already exists 02:19:02 5f3498d65ab2: Pushed 02:19:02 07b46fb1f35c: Pushed 02:19:03 fb79b893e651: Pushed 02:19:05 bdedcd99a621: Pushed 02:19:05 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:05 + 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 02:19:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:19:05 5f3498d65ab2: Preparing 02:19:05 bdedcd99a621: Preparing 02:19:05 cf5f549fe7c9: Preparing 02:19:05 cd61282d6506: Preparing 02:19:05 07b46fb1f35c: Preparing 02:19:05 fb79b893e651: Preparing 02:19:05 994456c4fd7b: Preparing 02:19:05 fb79b893e651: Waiting 02:19:05 994456c4fd7b: Waiting 02:19:05 5f3498d65ab2: Layer already exists 02:19:05 cf5f549fe7c9: Layer already exists 02:19:05 07b46fb1f35c: Layer already exists 02:19:05 cd61282d6506: Layer already exists 02:19:05 bdedcd99a621: Layer already exists 02:19:05 fb79b893e651: Layer already exists 02:19:05 994456c4fd7b: Layer already exists 02:19:05 latest: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 02:19:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:19:06 5f3498d65ab2: Preparing 02:19:06 bdedcd99a621: Preparing 02:19:06 cf5f549fe7c9: Preparing 02:19:06 cd61282d6506: Preparing 02:19:06 07b46fb1f35c: Preparing 02:19:06 fb79b893e651: Preparing 02:19:06 994456c4fd7b: Preparing 02:19:06 994456c4fd7b: Waiting 02:19:06 fb79b893e651: Waiting 02:19:06 cd61282d6506: Layer already exists 02:19:06 cf5f549fe7c9: Layer already exists 02:19:06 5f3498d65ab2: Layer already exists 02:19:06 bdedcd99a621: Layer already exists 02:19:06 07b46fb1f35c: Layer already exists 02:19:06 fb79b893e651: Layer already exists 02:19:06 994456c4fd7b: Layer already exists 02:19:06 4.1.0-dev.11: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:19:07 5f3498d65ab2: Preparing 02:19:07 bdedcd99a621: Preparing 02:19:07 cf5f549fe7c9: Preparing 02:19:07 cd61282d6506: Preparing 02:19:07 07b46fb1f35c: Preparing 02:19:07 fb79b893e651: Preparing 02:19:07 994456c4fd7b: Preparing 02:19:07 fb79b893e651: Waiting 02:19:07 994456c4fd7b: Waiting 02:19:07 5f3498d65ab2: Layer already exists 02:19:07 bdedcd99a621: Layer already exists 02:19:07 07b46fb1f35c: Layer already exists 02:19:07 cf5f549fe7c9: Layer already exists 02:19:07 cd61282d6506: Layer already exists 02:19:07 fb79b893e651: Layer already exists 02:19:07 994456c4fd7b: Layer already exists 02:19:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:07 + 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 02:19:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:19:07 5f3498d65ab2: Preparing 02:19:07 bdedcd99a621: Preparing 02:19:07 cf5f549fe7c9: Preparing 02:19:07 cd61282d6506: Preparing 02:19:07 07b46fb1f35c: Preparing 02:19:07 fb79b893e651: Preparing 02:19:07 994456c4fd7b: Preparing 02:19:07 fb79b893e651: Waiting 02:19:07 994456c4fd7b: Waiting 02:19:07 cd61282d6506: Layer already exists 02:19:07 bdedcd99a621: Layer already exists 02:19:07 cf5f549fe7c9: Layer already exists 02:19:07 5f3498d65ab2: Layer already exists 02:19:07 07b46fb1f35c: Layer already exists 02:19:07 fb79b893e651: Layer already exists 02:19:07 994456c4fd7b: Layer already exists 02:19:07 main: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:07 ===================================================== [Pipeline] echo 02:19:07 taggedImages: 02:19:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:19:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 02:19:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:19:07 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:19:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:07 latest 02:19:07 4.1.0-dev.11 02:19:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:07 main 02:19:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:19:08 a93b18f17dfb: Preparing 02:19:08 b1e1919cef39: Preparing 02:19:08 68822de456c4: Preparing 02:19:08 cf5f549fe7c9: Preparing 02:19:08 cd61282d6506: Preparing 02:19:08 2420b5abfa19: Preparing 02:19:08 99bbb25a7a95: Preparing 02:19:08 982117df1183: Preparing 02:19:08 455ca664d5bd: Preparing 02:19:08 994456c4fd7b: Preparing 02:19:08 2420b5abfa19: Waiting 02:19:08 99bbb25a7a95: Waiting 02:19:08 994456c4fd7b: Waiting 02:19:08 455ca664d5bd: Waiting 02:19:08 982117df1183: Waiting 02:19:08 cd61282d6506: Layer already exists 02:19:08 cf5f549fe7c9: Layer already exists 02:19:08 a93b18f17dfb: Pushed 02:19:08 68822de456c4: Pushed 02:19:08 b1e1919cef39: Pushed 02:19:08 994456c4fd7b: Layer already exists 02:19:08 982117df1183: Pushed 02:19:09 455ca664d5bd: Pushed 02:19:13 99bbb25a7a95: Pushed 02:19:19 2420b5abfa19: Pushed 02:19:19 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:19:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:19:20 a93b18f17dfb: Preparing 02:19:20 b1e1919cef39: Preparing 02:19:20 68822de456c4: Preparing 02:19:20 cf5f549fe7c9: Preparing 02:19:20 cd61282d6506: Preparing 02:19:20 2420b5abfa19: Preparing 02:19:20 99bbb25a7a95: Preparing 02:19:20 982117df1183: Preparing 02:19:20 455ca664d5bd: Preparing 02:19:20 994456c4fd7b: Preparing 02:19:20 455ca664d5bd: Waiting 02:19:20 994456c4fd7b: Waiting 02:19:20 2420b5abfa19: Waiting 02:19:20 99bbb25a7a95: Waiting 02:19:20 982117df1183: Waiting 02:19:20 cf5f549fe7c9: Layer already exists 02:19:20 b1e1919cef39: Layer already exists 02:19:20 68822de456c4: Layer already exists 02:19:20 cd61282d6506: Layer already exists 02:19:20 a93b18f17dfb: Layer already exists 02:19:20 982117df1183: Layer already exists 02:19:20 99bbb25a7a95: Layer already exists 02:19:20 2420b5abfa19: Layer already exists 02:19:20 455ca664d5bd: Layer already exists 02:19:20 994456c4fd7b: Layer already exists 02:19:20 latest: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 02:19:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:19:21 a93b18f17dfb: Preparing 02:19:21 b1e1919cef39: Preparing 02:19:21 68822de456c4: Preparing 02:19:21 cf5f549fe7c9: Preparing 02:19:21 cd61282d6506: Preparing 02:19:21 2420b5abfa19: Preparing 02:19:21 99bbb25a7a95: Preparing 02:19:21 982117df1183: Preparing 02:19:21 455ca664d5bd: Preparing 02:19:21 994456c4fd7b: Preparing 02:19:21 2420b5abfa19: Waiting 02:19:21 99bbb25a7a95: Waiting 02:19:21 982117df1183: Waiting 02:19:21 455ca664d5bd: Waiting 02:19:21 994456c4fd7b: Waiting 02:19:21 68822de456c4: Layer already exists 02:19:21 a93b18f17dfb: Layer already exists 02:19:21 cd61282d6506: Layer already exists 02:19:21 b1e1919cef39: Layer already exists 02:19:21 cf5f549fe7c9: Layer already exists 02:19:21 2420b5abfa19: Layer already exists 02:19:21 99bbb25a7a95: Layer already exists 02:19:21 982117df1183: Layer already exists 02:19:21 994456c4fd7b: Layer already exists 02:19:21 455ca664d5bd: Layer already exists 02:19:21 4.1.0-dev.11: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:19:21 a93b18f17dfb: Preparing 02:19:21 b1e1919cef39: Preparing 02:19:21 68822de456c4: Preparing 02:19:21 cf5f549fe7c9: Preparing 02:19:21 cd61282d6506: Preparing 02:19:21 2420b5abfa19: Preparing 02:19:21 99bbb25a7a95: Preparing 02:19:21 982117df1183: Preparing 02:19:21 455ca664d5bd: Preparing 02:19:21 994456c4fd7b: Preparing 02:19:21 455ca664d5bd: Waiting 02:19:21 2420b5abfa19: Waiting 02:19:21 99bbb25a7a95: Waiting 02:19:21 994456c4fd7b: Waiting 02:19:21 982117df1183: Waiting 02:19:21 cf5f549fe7c9: Layer already exists 02:19:21 cd61282d6506: Layer already exists 02:19:21 a93b18f17dfb: Layer already exists 02:19:21 68822de456c4: Layer already exists 02:19:21 b1e1919cef39: Layer already exists 02:19:21 982117df1183: Layer already exists 02:19:21 2420b5abfa19: Layer already exists 02:19:21 994456c4fd7b: Layer already exists 02:19:21 455ca664d5bd: Layer already exists 02:19:21 99bbb25a7a95: Layer already exists 02:19:21 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:19:22 a93b18f17dfb: Preparing 02:19:22 b1e1919cef39: Preparing 02:19:22 68822de456c4: Preparing 02:19:22 cf5f549fe7c9: Preparing 02:19:22 cd61282d6506: Preparing 02:19:22 2420b5abfa19: Preparing 02:19:22 99bbb25a7a95: Preparing 02:19:22 982117df1183: Preparing 02:19:22 455ca664d5bd: Preparing 02:19:22 994456c4fd7b: Preparing 02:19:22 982117df1183: Waiting 02:19:22 455ca664d5bd: Waiting 02:19:22 99bbb25a7a95: Waiting 02:19:22 2420b5abfa19: Waiting 02:19:22 cd61282d6506: Layer already exists 02:19:22 b1e1919cef39: Layer already exists 02:19:22 cf5f549fe7c9: Layer already exists 02:19:22 68822de456c4: Layer already exists 02:19:22 982117df1183: Layer already exists 02:19:22 99bbb25a7a95: Layer already exists 02:19:22 455ca664d5bd: Layer already exists 02:19:22 994456c4fd7b: Layer already exists 02:19:22 2420b5abfa19: Layer already exists 02:19:22 a93b18f17dfb: Layer already exists 02:19:22 main: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:22 ===================================================== [Pipeline] echo 02:19:22 taggedImages: 02:19:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:19:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 02:19:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:19:22 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:19:22 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:22 latest 02:19:22 4.1.0-dev.11 02:19:22 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:22 main 02:19:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:19:23 8e12a7c568c5: Preparing 02:19:23 becb075a02e9: Preparing 02:19:23 835fd3b3d66e: Preparing 02:19:23 cf5f549fe7c9: Preparing 02:19:23 cd61282d6506: Preparing 02:19:23 008ddc60317b: Preparing 02:19:23 7ac7ac4d56d7: Preparing 02:19:23 c806ebf27900: Preparing 02:19:23 994456c4fd7b: Preparing 02:19:23 c806ebf27900: Waiting 02:19:23 994456c4fd7b: Waiting 02:19:23 008ddc60317b: Waiting 02:19:23 7ac7ac4d56d7: Waiting 02:19:23 cd61282d6506: Layer already exists 02:19:23 cf5f549fe7c9: Layer already exists 02:19:23 8e12a7c568c5: Pushed 02:19:23 becb075a02e9: Pushed 02:19:23 835fd3b3d66e: Pushed 02:19:23 994456c4fd7b: Layer already exists 02:19:23 7ac7ac4d56d7: Pushed 02:19:23 c806ebf27900: Pushed 02:19:35 008ddc60317b: Pushed 02:19:35 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:19:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:19:36 8e12a7c568c5: Preparing 02:19:36 becb075a02e9: Preparing 02:19:36 835fd3b3d66e: Preparing 02:19:36 cf5f549fe7c9: Preparing 02:19:36 cd61282d6506: Preparing 02:19:36 008ddc60317b: Preparing 02:19:36 7ac7ac4d56d7: Preparing 02:19:36 c806ebf27900: Preparing 02:19:36 994456c4fd7b: Preparing 02:19:36 7ac7ac4d56d7: Waiting 02:19:36 c806ebf27900: Waiting 02:19:36 994456c4fd7b: Waiting 02:19:36 8e12a7c568c5: Layer already exists 02:19:36 cf5f549fe7c9: Layer already exists 02:19:36 becb075a02e9: Layer already exists 02:19:36 835fd3b3d66e: Layer already exists 02:19:36 cd61282d6506: Layer already exists 02:19:36 c806ebf27900: Layer already exists 02:19:36 008ddc60317b: Layer already exists 02:19:36 7ac7ac4d56d7: Layer already exists 02:19:36 994456c4fd7b: Layer already exists 02:19:36 latest: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 02:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:19:37 8e12a7c568c5: Preparing 02:19:37 becb075a02e9: Preparing 02:19:37 835fd3b3d66e: Preparing 02:19:37 cf5f549fe7c9: Preparing 02:19:37 cd61282d6506: Preparing 02:19:37 008ddc60317b: Preparing 02:19:37 7ac7ac4d56d7: Preparing 02:19:37 c806ebf27900: Preparing 02:19:37 994456c4fd7b: Preparing 02:19:37 7ac7ac4d56d7: Waiting 02:19:37 c806ebf27900: Waiting 02:19:37 994456c4fd7b: Waiting 02:19:37 008ddc60317b: Waiting 02:19:37 cd61282d6506: Layer already exists 02:19:37 8e12a7c568c5: Layer already exists 02:19:37 cf5f549fe7c9: Layer already exists 02:19:37 835fd3b3d66e: Layer already exists 02:19:37 becb075a02e9: Layer already exists 02:19:37 c806ebf27900: Layer already exists 02:19:37 7ac7ac4d56d7: Layer already exists 02:19:37 008ddc60317b: Layer already exists 02:19:37 994456c4fd7b: Layer already exists 02:19:37 4.1.0-dev.11: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:19:37 8e12a7c568c5: Preparing 02:19:37 becb075a02e9: Preparing 02:19:37 835fd3b3d66e: Preparing 02:19:37 cf5f549fe7c9: Preparing 02:19:37 cd61282d6506: Preparing 02:19:37 008ddc60317b: Preparing 02:19:37 7ac7ac4d56d7: Preparing 02:19:37 c806ebf27900: Preparing 02:19:37 008ddc60317b: Waiting 02:19:37 7ac7ac4d56d7: Waiting 02:19:37 994456c4fd7b: Preparing 02:19:37 c806ebf27900: Waiting 02:19:37 994456c4fd7b: Waiting 02:19:37 cd61282d6506: Layer already exists 02:19:37 8e12a7c568c5: Layer already exists 02:19:37 835fd3b3d66e: Layer already exists 02:19:37 cf5f549fe7c9: Layer already exists 02:19:37 becb075a02e9: Layer already exists 02:19:37 008ddc60317b: Layer already exists 02:19:37 7ac7ac4d56d7: Layer already exists 02:19:37 c806ebf27900: Layer already exists 02:19:37 994456c4fd7b: Layer already exists 02:19:37 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:19:38 8e12a7c568c5: Preparing 02:19:38 becb075a02e9: Preparing 02:19:38 835fd3b3d66e: Preparing 02:19:38 cf5f549fe7c9: Preparing 02:19:38 cd61282d6506: Preparing 02:19:38 008ddc60317b: Preparing 02:19:38 7ac7ac4d56d7: Preparing 02:19:38 c806ebf27900: Preparing 02:19:38 994456c4fd7b: Preparing 02:19:38 7ac7ac4d56d7: Waiting 02:19:38 994456c4fd7b: Waiting 02:19:38 c806ebf27900: Waiting 02:19:38 008ddc60317b: Waiting 02:19:38 cd61282d6506: Layer already exists 02:19:38 cf5f549fe7c9: Layer already exists 02:19:38 8e12a7c568c5: Layer already exists 02:19:38 835fd3b3d66e: Layer already exists 02:19:38 becb075a02e9: Layer already exists 02:19:38 008ddc60317b: Layer already exists 02:19:38 c806ebf27900: Layer already exists 02:19:38 7ac7ac4d56d7: Layer already exists 02:19:38 994456c4fd7b: Layer already exists 02:19:38 main: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:38 ===================================================== [Pipeline] echo 02:19:38 taggedImages: 02:19:38 - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:38 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:19:38 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 02:19:38 - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:38 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:19:38 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:19:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:38 latest 02:19:38 4.1.0-dev.11 02:19:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:38 main 02:19:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:19:39 a93b18f17dfb: Preparing 02:19:39 a304799f8084: Preparing 02:19:39 1d0ba3ba017e: Preparing 02:19:39 cf5f549fe7c9: Preparing 02:19:39 cd61282d6506: Preparing 02:19:39 d967c52b09ed: Preparing 02:19:39 982117df1183: Preparing 02:19:39 455ca664d5bd: Preparing 02:19:39 994456c4fd7b: Preparing 02:19:39 982117df1183: Waiting 02:19:39 455ca664d5bd: Waiting 02:19:39 d967c52b09ed: Waiting 02:19:39 a93b18f17dfb: Layer already exists 02:19:39 cd61282d6506: Layer already exists 02:19:39 cf5f549fe7c9: Layer already exists 02:19:39 455ca664d5bd: Layer already exists 02:19:39 982117df1183: Layer already exists 02:19:39 a304799f8084: Pushed 02:19:39 994456c4fd7b: Layer already exists 02:19:39 1d0ba3ba017e: Pushed 02:19:46 #86 ... 02:19:46 02:19:46 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #98 DONE 95.6s 02:19:46 02:19:46 #92 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #92 DONE 103.0s 02:19:46 02:19:46 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #81 DONE 104.1s 02:19:46 02:19:46 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #95 DONE 102.3s 02:19:46 02:19:46 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #94 DONE 92.4s 02:19:46 02:19:46 #119 [security-proxy-auth builder 6/7] COPY . . 02:19:46 #119 ... 02:19:46 02:19:46 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #86 DONE 101.4s 02:19:46 02:19:46 #120 [support-scheduler builder 6/7] COPY . . 02:19:46 #120 ... 02:19:46 02:19:46 #119 [security-proxy-auth builder 6/7] COPY . . 02:19:46 #119 DONE 1.9s 02:19:46 02:19:46 #121 [security-spiffe-token-provider builder 6/7] COPY . . 02:19:46 #121 DONE 2.0s 02:19:46 02:19:46 #122 [core-metadata builder 6/7] COPY . . 02:19:46 #122 CACHED 02:19:46 02:19:46 #123 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #123 CACHED 02:19:46 02:19:46 #124 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:19:46 #124 CACHED 02:19:46 02:19:46 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #125 CACHED 02:19:46 02:19:46 #126 [core-data builder 6/7] COPY . . 02:19:46 #126 CACHED 02:19:46 02:19:46 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 02:19:46 #127 CACHED 02:19:46 02:19:46 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:19:46 #128 CACHED 02:19:46 02:19:46 #129 [security-secretstore-setup builder 6/7] COPY . . 02:19:46 #129 CACHED 02:19:46 02:19:46 #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #130 CACHED 02:19:46 02:19:46 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:19:46 #131 CACHED 02:19:46 02:19:46 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #132 CACHED 02:19:46 02:19:46 #133 [core-common-config-bootstrapper builder 6/7] COPY . . 02:19:46 #133 CACHED 02:19:46 02:19:46 #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #134 CACHED 02:19:46 02:19:46 #135 [core-command builder 6/7] COPY . . 02:19:46 #135 CACHED 02:19:46 02:19:46 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 02:19:46 #136 CACHED 02:19:46 02:19:46 #137 [core-keeper builder 7/8] COPY . . 02:19:46 #137 DONE 2.0s 02:19:46 02:19:46 #120 [support-scheduler builder 6/7] COPY . . 02:19:46 #120 DONE 1.9s 02:19:46 02:19:46 #138 [security-proxy-setup builder 6/7] COPY . . 02:19:46 #138 CACHED 02:19:46 02:19:46 #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:19:46 #139 CACHED 02:19:46 02:19:46 #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:19:46 #140 CACHED 02:19:46 02:19:46 #141 [security-bootstrapper builder 6/7] COPY . . 02:19:46 #141 DONE 2.1s 02:19:46 02:19:46 #142 [support-notifications builder 6/7] COPY . . 02:19:46 #142 DONE 2.0s 02:19:46 02:19:46 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:19:46 #143 ... 02:19:46 02:19:46 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:19:46 #0 4.537 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:19:47 #144 ... 02:19:47 02:19:47 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:19:47 #143 6.275 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:19:51 d967c52b09ed: Pushed 02:19:51 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:52 #143 ... 02:19:52 02:19:52 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:19:52 #0 6.458 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:19:52 #145 ... 02:19:52 02:19:52 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:19:52 #0 6.615 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:19:52 #146 ... 02:19:52 02:19:52 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:19:52 #0 6.459 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:19:52 #147 ... 02:19:52 02:19:52 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:19:52 #0 5.532 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:19:52 #148 ... 02:19:52 02:19:52 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:19:52 #0 5.345 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:19:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:19:52 a93b18f17dfb: Preparing 02:19:52 a304799f8084: Preparing 02:19:52 1d0ba3ba017e: Preparing 02:19:52 cf5f549fe7c9: Preparing 02:19:52 cd61282d6506: Preparing 02:19:52 d967c52b09ed: Preparing 02:19:52 982117df1183: Preparing 02:19:52 455ca664d5bd: Preparing 02:19:52 994456c4fd7b: Preparing 02:19:52 d967c52b09ed: Waiting 02:19:52 982117df1183: Waiting 02:19:52 455ca664d5bd: Waiting 02:19:52 994456c4fd7b: Waiting 02:19:52 1d0ba3ba017e: Layer already exists 02:19:52 a304799f8084: Layer already exists 02:19:52 a93b18f17dfb: Layer already exists 02:19:52 cf5f549fe7c9: Layer already exists 02:19:52 cd61282d6506: Layer already exists 02:19:52 d967c52b09ed: Layer already exists 02:19:52 982117df1183: Layer already exists 02:19:52 994456c4fd7b: Layer already exists 02:19:52 455ca664d5bd: Layer already exists 02:19:52 latest: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:52 #149 ... 02:19:52 02:19:52 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:19:52 #0 4.139 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:19:52 #150 ... 02:19:52 02:19:52 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:19:52 #0 6.450 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:19:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [Pipeline] } 02:19:52 #151 ... 02:19:52 02:19:52 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:19:52 #0 6.664 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:19:52 #152 ... 02:19:52 02:19:52 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:19:52 #0 6.325 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:52 #153 ... 02:19:52 02:19:52 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:19:52 #0 4.071 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:19:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 02:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:19:53 a93b18f17dfb: Preparing 02:19:53 a304799f8084: Preparing 02:19:53 1d0ba3ba017e: Preparing 02:19:53 cf5f549fe7c9: Preparing 02:19:53 cd61282d6506: Preparing 02:19:53 d967c52b09ed: Preparing 02:19:53 982117df1183: Preparing 02:19:53 455ca664d5bd: Preparing 02:19:53 d967c52b09ed: Waiting 02:19:53 994456c4fd7b: Preparing 02:19:53 982117df1183: Waiting 02:19:53 994456c4fd7b: Waiting 02:19:53 455ca664d5bd: Waiting 02:19:53 cd61282d6506: Layer already exists 02:19:53 cf5f549fe7c9: Layer already exists 02:19:53 a93b18f17dfb: Layer already exists 02:19:53 a304799f8084: Layer already exists 02:19:53 1d0ba3ba017e: Layer already exists 02:19:53 982117df1183: Layer already exists 02:19:53 d967c52b09ed: Layer already exists 02:19:53 994456c4fd7b: Layer already exists 02:19:53 455ca664d5bd: Layer already exists 02:19:53 4.1.0-dev.11: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:19:53 a93b18f17dfb: Preparing 02:19:53 a304799f8084: Preparing 02:19:53 1d0ba3ba017e: Preparing 02:19:53 cf5f549fe7c9: Preparing 02:19:53 cd61282d6506: Preparing 02:19:53 d967c52b09ed: Preparing 02:19:53 982117df1183: Preparing 02:19:53 d967c52b09ed: Waiting 02:19:53 455ca664d5bd: Preparing 02:19:53 994456c4fd7b: Preparing 02:19:53 982117df1183: Waiting 02:19:53 455ca664d5bd: Waiting 02:19:53 994456c4fd7b: Waiting 02:19:53 a304799f8084: Layer already exists 02:19:53 cf5f549fe7c9: Layer already exists 02:19:53 1d0ba3ba017e: Layer already exists 02:19:53 cd61282d6506: Layer already exists 02:19:53 a93b18f17dfb: Layer already exists 02:19:53 d967c52b09ed: Layer already exists 02:19:53 982117df1183: Layer already exists 02:19:53 455ca664d5bd: Layer already exists 02:19:53 994456c4fd7b: Layer already exists 02:19:53 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:19:54 a93b18f17dfb: Preparing 02:19:54 a304799f8084: Preparing 02:19:54 1d0ba3ba017e: Preparing 02:19:54 cf5f549fe7c9: Preparing 02:19:54 cd61282d6506: Preparing 02:19:54 d967c52b09ed: Preparing 02:19:54 982117df1183: Preparing 02:19:54 455ca664d5bd: Preparing 02:19:54 994456c4fd7b: Preparing 02:19:54 982117df1183: Waiting 02:19:54 455ca664d5bd: Waiting 02:19:54 994456c4fd7b: Waiting 02:19:54 d967c52b09ed: Waiting 02:19:54 a304799f8084: Layer already exists 02:19:54 a93b18f17dfb: Layer already exists 02:19:54 1d0ba3ba017e: Layer already exists 02:19:54 cf5f549fe7c9: Layer already exists 02:19:54 cd61282d6506: Layer already exists 02:19:54 982117df1183: Layer already exists 02:19:54 455ca664d5bd: Layer already exists 02:19:54 d967c52b09ed: Layer already exists 02:19:54 994456c4fd7b: Layer already exists 02:19:54 main: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:54 ===================================================== [Pipeline] echo 02:19:54 taggedImages: 02:19:54 - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:54 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:19:54 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 02:19:54 - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:54 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:19:54 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:19:54 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:54 latest 02:19:54 4.1.0-dev.11 02:19:54 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:19:54 main 02:19:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:54 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:19:55 9313a5f073c4: Preparing 02:19:55 a4f880a264fb: Preparing 02:19:55 cf5f549fe7c9: Preparing 02:19:55 cd61282d6506: Preparing 02:19:55 98faeef8efb3: Preparing 02:19:55 dc168e6cccff: Preparing 02:19:55 994456c4fd7b: Preparing 02:19:55 dc168e6cccff: Waiting 02:19:55 994456c4fd7b: Waiting 02:19:55 cf5f549fe7c9: Layer already exists 02:19:55 cd61282d6506: Layer already exists 02:19:55 994456c4fd7b: Layer already exists 02:19:55 98faeef8efb3: Pushed 02:19:55 9313a5f073c4: Pushed 02:19:55 dc168e6cccff: Pushed 02:19:59 a4f880a264fb: Pushed 02:19:59 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:19:59 9313a5f073c4: Preparing 02:19:59 a4f880a264fb: Preparing 02:19:59 cf5f549fe7c9: Preparing 02:19:59 cd61282d6506: Preparing 02:19:59 98faeef8efb3: Preparing 02:19:59 dc168e6cccff: Preparing 02:19:59 994456c4fd7b: Preparing 02:19:59 dc168e6cccff: Waiting 02:19:59 994456c4fd7b: Waiting 02:19:59 98faeef8efb3: Layer already exists 02:19:59 a4f880a264fb: Layer already exists 02:19:59 9313a5f073c4: Layer already exists 02:19:59 cf5f549fe7c9: Layer already exists 02:19:59 cd61282d6506: Layer already exists 02:19:59 dc168e6cccff: Layer already exists 02:19:59 994456c4fd7b: Layer already exists 02:19:59 latest: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 02:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:20:00 9313a5f073c4: Preparing 02:20:00 a4f880a264fb: Preparing 02:20:00 cf5f549fe7c9: Preparing 02:20:00 cd61282d6506: Preparing 02:20:00 98faeef8efb3: Preparing 02:20:00 dc168e6cccff: Preparing 02:20:00 994456c4fd7b: Preparing 02:20:00 994456c4fd7b: Waiting 02:20:00 dc168e6cccff: Waiting 02:20:00 9313a5f073c4: Layer already exists 02:20:00 98faeef8efb3: Layer already exists 02:20:00 a4f880a264fb: Layer already exists 02:20:00 cd61282d6506: Layer already exists 02:20:00 cf5f549fe7c9: Layer already exists 02:20:00 dc168e6cccff: Layer already exists 02:20:00 994456c4fd7b: Layer already exists 02:20:00 4.1.0-dev.11: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:20:01 9313a5f073c4: Preparing 02:20:01 a4f880a264fb: Preparing 02:20:01 cf5f549fe7c9: Preparing 02:20:01 cd61282d6506: Preparing 02:20:01 98faeef8efb3: Preparing 02:20:01 dc168e6cccff: Preparing 02:20:01 994456c4fd7b: Preparing 02:20:01 dc168e6cccff: Waiting 02:20:01 994456c4fd7b: Waiting 02:20:01 98faeef8efb3: Layer already exists 02:20:01 cf5f549fe7c9: Layer already exists 02:20:01 a4f880a264fb: Layer already exists 02:20:01 9313a5f073c4: Layer already exists 02:20:01 cd61282d6506: Layer already exists 02:20:01 994456c4fd7b: Layer already exists 02:20:01 dc168e6cccff: Layer already exists 02:20:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:20:01 9313a5f073c4: Preparing 02:20:01 a4f880a264fb: Preparing 02:20:01 cf5f549fe7c9: Preparing 02:20:01 cd61282d6506: Preparing 02:20:01 98faeef8efb3: Preparing 02:20:01 dc168e6cccff: Preparing 02:20:01 994456c4fd7b: Preparing 02:20:01 dc168e6cccff: Waiting 02:20:01 994456c4fd7b: Waiting 02:20:01 cf5f549fe7c9: Layer already exists 02:20:01 cd61282d6506: Layer already exists 02:20:01 a4f880a264fb: Layer already exists 02:20:01 98faeef8efb3: Layer already exists 02:20:01 9313a5f073c4: Layer already exists 02:20:01 994456c4fd7b: Layer already exists 02:20:01 dc168e6cccff: Layer already exists 02:20:01 main: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:01 ===================================================== [Pipeline] echo 02:20:01 taggedImages: 02:20:01 - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:01 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:20:01 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 02:20:01 - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:01 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:20:01 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:20:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:01 latest 02:20:01 4.1.0-dev.11 02:20:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:01 main 02:20:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:20:02 c35389d23b19: Preparing 02:20:02 7e4130437179: Preparing 02:20:02 cf5f549fe7c9: Preparing 02:20:02 cd61282d6506: Preparing 02:20:02 93a155952b0c: Preparing 02:20:02 5621faec20f8: Preparing 02:20:02 994456c4fd7b: Preparing 02:20:02 5621faec20f8: Waiting 02:20:02 cf5f549fe7c9: Layer already exists 02:20:02 93a155952b0c: Pushed 02:20:02 cd61282d6506: Layer already exists 02:20:02 c35389d23b19: Pushed 02:20:02 994456c4fd7b: Layer already exists 02:20:02 5621faec20f8: Pushed 02:20:07 7e4130437179: Pushed 02:20:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:20:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:20:07 c35389d23b19: Preparing 02:20:07 7e4130437179: Preparing 02:20:07 cf5f549fe7c9: Preparing 02:20:07 cd61282d6506: Preparing 02:20:07 93a155952b0c: Preparing 02:20:07 5621faec20f8: Preparing 02:20:07 994456c4fd7b: Preparing 02:20:07 5621faec20f8: Waiting 02:20:07 994456c4fd7b: Waiting 02:20:07 93a155952b0c: Layer already exists 02:20:07 cd61282d6506: Layer already exists 02:20:07 7e4130437179: Layer already exists 02:20:07 cf5f549fe7c9: Layer already exists 02:20:07 c35389d23b19: Layer already exists 02:20:07 5621faec20f8: Layer already exists 02:20:07 994456c4fd7b: Layer already exists 02:20:07 latest: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 02:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:20:08 c35389d23b19: Preparing 02:20:08 7e4130437179: Preparing 02:20:08 cf5f549fe7c9: Preparing 02:20:08 cd61282d6506: Preparing 02:20:08 93a155952b0c: Preparing 02:20:08 5621faec20f8: Preparing 02:20:08 994456c4fd7b: Preparing 02:20:08 5621faec20f8: Waiting 02:20:08 994456c4fd7b: Waiting 02:20:08 c35389d23b19: Layer already exists 02:20:08 cf5f549fe7c9: Layer already exists 02:20:08 7e4130437179: Layer already exists 02:20:08 cd61282d6506: Layer already exists 02:20:08 93a155952b0c: Layer already exists 02:20:08 5621faec20f8: Layer already exists 02:20:08 994456c4fd7b: Layer already exists 02:20:08 4.1.0-dev.11: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:20:08 c35389d23b19: Preparing 02:20:08 7e4130437179: Preparing 02:20:08 cf5f549fe7c9: Preparing 02:20:08 cd61282d6506: Preparing 02:20:08 93a155952b0c: Preparing 02:20:08 5621faec20f8: Preparing 02:20:08 994456c4fd7b: Preparing 02:20:08 5621faec20f8: Waiting 02:20:08 994456c4fd7b: Waiting 02:20:08 c35389d23b19: Layer already exists 02:20:08 93a155952b0c: Layer already exists 02:20:08 7e4130437179: Layer already exists 02:20:08 cf5f549fe7c9: Layer already exists 02:20:08 cd61282d6506: Layer already exists 02:20:08 5621faec20f8: Layer already exists 02:20:08 994456c4fd7b: Layer already exists 02:20:08 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:09 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:20:09 c35389d23b19: Preparing 02:20:09 7e4130437179: Preparing 02:20:09 cf5f549fe7c9: Preparing 02:20:09 cd61282d6506: Preparing 02:20:09 93a155952b0c: Preparing 02:20:09 5621faec20f8: Preparing 02:20:09 994456c4fd7b: Preparing 02:20:09 5621faec20f8: Waiting 02:20:09 994456c4fd7b: Waiting 02:20:09 7e4130437179: Layer already exists 02:20:09 c35389d23b19: Layer already exists 02:20:09 cd61282d6506: Layer already exists 02:20:09 cf5f549fe7c9: Layer already exists 02:20:09 93a155952b0c: Layer already exists 02:20:09 994456c4fd7b: Layer already exists 02:20:09 5621faec20f8: Layer already exists 02:20:09 main: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:09 ===================================================== [Pipeline] echo 02:20:09 taggedImages: 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:20:09 ========================================================= 02:20:09 [edgeXBuildMultiArch] RAW Config: 02:20:09 images: 02:20:09 - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/core-command:latest 02:20:09 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-command:main 02:20:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:20:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:20:09 - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/core-data:latest 02:20:09 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-data:main 02:20:09 - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:20:09 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:20:09 - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:20:09 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:20:09 - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:20:09 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:20:09 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:20:09 settingsFile: 02:20:09 edgex-go-settings 02:20:09 ========================================================= [Pipeline] node 02:20:24 Still waiting to schedule task 02:20:24 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:21:29 Running on prd-centos7-docker-4c-2g-2252 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:21:29 provisioning config files... 02:21:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16740858364956295793tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:21:30 ---> ****-login.sh 02:21:30 nexus3.edgexfoundry.org:10001 02:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:30 Configure a credential helper to remove this warning. See 02:21:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:30 02:21:30 Login Succeeded 02:21:30 nexus3.edgexfoundry.org:10002 02:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:30 Configure a credential helper to remove this warning. See 02:21:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:30 02:21:30 Login Succeeded 02:21:30 nexus3.edgexfoundry.org:10003 02:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:30 Configure a credential helper to remove this warning. See 02:21:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:30 02:21:30 Login Succeeded 02:21:30 nexus3.edgexfoundry.org:10004 02:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:30 Configure a credential helper to remove this warning. See 02:21:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:30 02:21:30 Login Succeeded 02:21:30 ****.io 02:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:21:30 Configure a credential helper to remove this warning. See 02:21:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:21:30 02:21:30 Login Succeeded 02:21:30 ---> ****-login.sh ends [Pipeline] } 02:21:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:21:31 + docker buildx ls 02:21:31 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:21:31 default * docker 02:21:31 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:21:31 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:21:31 edgex-builder [Pipeline] sh 02:21:31 + docker buildx inspect --bootstrap 02:21:31 #1 [internal] booting buildkit 02:21:31 #1 pulling image moby/buildkit:buildx-stable-1 02:21:35 #1 pulling image moby/buildkit:buildx-stable-1 3.1s done 02:21:35 #1 creating container buildx_buildkit_edgex-builder0 02:21:36 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 02:21:36 #1 DONE 4.7s 02:21:36 Name: edgex-builder 02:21:36 Driver: docker-container 02:21:36 02:21:36 Nodes: 02:21:36 Name: edgex-builder0 02:21:36 Endpoint: unix:///var/run/docker.sock 02:21:36 Status: running 02:21:36 Buildkit: v0.21.1 02:21:36 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:21:36 + docker buildx ls 02:21:36 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:21:36 edgex-builder * docker-container 02:21:36 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:21:36 default docker 02:21:36 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:21:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:36 #1 [internal] load build definition from Dockerfile 02:21:36 #1 transferring dockerfile: 197B done 02:21:36 #1 DONE 0.0s 02:21:36 02:21:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:36 #2 DONE 0.1s 02:21:36 02:21:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:36 #3 DONE 0.1s 02:21:36 02:21:36 #4 [internal] load .dockerignore 02:21:36 #4 transferring context: 2B done 02:21:36 #4 DONE 0.0s 02:21:36 02:21:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:36 #5 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 done 02:21:36 #5 DONE 0.0s 02:21:36 02:21:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:36 #6 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 done 02:21:36 #6 DONE 0.1s 02:21:37 02:21:37 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:21:37 #7 DONE 0.0s 02:21:37 02:21:37 #8 exporting to image 02:21:37 #8 exporting layers done 02:21:37 #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 0.0s done 02:21:37 #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done 02:21:37 #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done 02:21:37 #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done 02:21:37 #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done 02:21:37 #8 pushing layers 0.1s done 02:21:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 02:21:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done 02:21:37 #8 DONE 0.2s 02:21:37 02:21:37 1 warning found (use --debug to expand): 02:21:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:21:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:21:37 #1 [internal] load build definition from Dockerfile 02:21:37 #1 transferring dockerfile: 163B done 02:21:37 #1 DONE 0.0s 02:21:37 02:21:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:21:37 #2 DONE 0.0s 02:21:37 02:21:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:21:37 #3 DONE 0.0s 02:21:37 02:21:37 #4 [internal] load .dockerignore 02:21:37 #4 transferring context: 2B done 02:21:37 #4 DONE 0.0s 02:21:37 02:21:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:37 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:37 #5 DONE 0.0s 02:21:37 02:21:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:37 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:37 #6 CACHED 02:21:37 02:21:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:37 #5 CACHED 02:21:37 02:21:37 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:21:37 #7 DONE 0.0s 02:21:37 02:21:37 #8 exporting to image 02:21:37 #8 exporting layers done 02:21:37 #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done 02:21:37 #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done 02:21:37 #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done 02:21:37 #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done 02:21:37 #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done 02:21:37 #8 pushing layers 0.0s done 02:21:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done 02:21:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:37 #8 DONE 0.1s 02:21:37 02:21:37 1 warning found (use --debug to expand): 02:21:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 --push - 02:21:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11' 02:21:38 #1 [internal] load build definition from Dockerfile 02:21:38 #1 transferring dockerfile: 169B done 02:21:38 #1 DONE 0.0s 02:21:38 02:21:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 02:21:38 #2 DONE 0.0s 02:21:38 02:21:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 02:21:38 #3 DONE 0.0s 02:21:38 02:21:38 #4 [internal] load .dockerignore 02:21:38 #4 transferring context: 2B done 02:21:38 #4 DONE 0.0s 02:21:38 02:21:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:38 #5 CACHED 02:21:38 02:21:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 done 02:21:38 #6 CACHED 02:21:38 02:21:38 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:21:38 #7 DONE 0.0s 02:21:38 02:21:38 #8 exporting to image 02:21:38 #8 exporting layers done 02:21:38 #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done 02:21:38 #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done 02:21:38 #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done 02:21:38 #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done 02:21:38 #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done 02:21:38 #8 pushing layers 0.0s done 02:21:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done 02:21:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:38 #8 DONE 0.1s 02:21:38 02:21:38 1 warning found (use --debug to expand): 02:21:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:38 #1 [internal] load build definition from Dockerfile 02:21:38 #1 transferring dockerfile: 210B done 02:21:38 #1 DONE 0.0s 02:21:38 02:21:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:38 #2 DONE 0.0s 02:21:38 02:21:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:38 #3 DONE 0.0s 02:21:38 02:21:38 #4 [internal] load .dockerignore 02:21:38 #4 transferring context: 2B done 02:21:38 #4 DONE 0.0s 02:21:38 02:21:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:38 #5 CACHED 02:21:38 02:21:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:38 #6 CACHED 02:21:38 02:21:38 #7 exporting to image 02:21:38 #7 exporting layers done 02:21:38 #7 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done 02:21:38 #7 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d 02:21:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:38 #7 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done 02:21:38 #7 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done 02:21:38 #7 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done 02:21:38 #7 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done 02:21:38 #7 pushing layers 0.0s done 02:21:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done 02:21:38 #7 DONE 0.1s 02:21:38 02:21:38 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:21:38 #8 DONE 0.0s 02:21:38 02:21:38 1 warning found (use --debug to expand): 02:21:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:21:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:21:39 #1 [internal] load build definition from Dockerfile 02:21:39 #1 transferring dockerfile: 161B done 02:21:39 #1 DONE 0.0s 02:21:39 02:21:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:21:39 #2 DONE 0.0s 02:21:39 02:21:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:21:39 #3 DONE 0.0s 02:21:39 02:21:39 #4 [internal] load .dockerignore 02:21:39 #4 transferring context: 2B done 02:21:39 #4 DONE 0.0s 02:21:39 02:21:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:39 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:39 #5 CACHED 02:21:39 02:21:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 02:21:39 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done 02:21:39 #6 CACHED 02:21:39 02:21:39 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:21:39 #7 DONE 0.0s 02:21:39 02:21:39 #8 exporting to image 02:21:39 #8 exporting layers done 02:21:39 #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done 02:21:39 #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done 02:21:39 #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done 02:21:39 #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done 02:21:39 #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done 02:21:39 #8 pushing layers 0.0s done 02:21:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done 02:21:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:39 #8 DONE 0.1s 02:21:39 02:21:39 1 warning found (use --debug to expand): 02:21:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:39 #1 [internal] load build definition from Dockerfile 02:21:39 #1 transferring dockerfile: 216B done 02:21:39 #1 DONE 0.0s 02:21:39 02:21:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:39 #2 DONE 0.0s 02:21:39 02:21:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:39 #3 DONE 0.1s 02:21:39 02:21:39 #4 [internal] load .dockerignore 02:21:39 #4 transferring context: 2B done 02:21:39 #4 DONE 0.0s 02:21:39 02:21:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:39 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 done 02:21:40 #5 DONE 0.1s 02:21:40 02:21:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:40 #6 DONE 0.0s 02:21:40 02:21:40 #7 exporting to image 02:21:40 #7 exporting layers done 02:21:40 #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done 02:21:40 #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done 02:21:40 #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done 02:21:40 #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done 02:21:40 #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done 02:21:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:40 #7 ... 02:21:40 02:21:40 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:40 #8 DONE 0.0s 02:21:40 02:21:40 #7 exporting to image 02:21:40 #7 pushing layers 0.1s done 02:21:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 02:21:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done 02:21:40 #7 DONE 0.2s 02:21:40 02:21:40 1 warning found (use --debug to expand): 02:21:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:21:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:21:40 #1 [internal] load build definition from Dockerfile 02:21:40 #1 transferring dockerfile: 182B done 02:21:40 #1 DONE 0.0s 02:21:40 02:21:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:21:40 #2 DONE 0.0s 02:21:40 02:21:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:21:40 #3 DONE 0.0s 02:21:40 02:21:40 #4 [internal] load .dockerignore 02:21:40 #4 transferring context: 2B done 02:21:40 #4 DONE 0.0s 02:21:40 02:21:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:40 #5 CACHED 02:21:40 02:21:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:40 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:40 #6 CACHED 02:21:40 02:21:40 #7 exporting to image 02:21:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:40 #7 exporting layers done 02:21:40 #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done 02:21:40 #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done 02:21:40 #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done 02:21:40 #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done 02:21:40 #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done 02:21:40 #7 pushing layers 0.0s done 02:21:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done 02:21:40 #7 DONE 0.1s 02:21:40 02:21:40 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:40 #8 DONE 0.0s 02:21:40 02:21:40 1 warning found (use --debug to expand): 02:21:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11' 02:21:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 --push - 02:21:41 #1 [internal] load build definition from Dockerfile 02:21:41 #1 transferring dockerfile: 188B done 02:21:41 #1 DONE 0.0s 02:21:41 02:21:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 02:21:41 #2 DONE 0.0s 02:21:41 02:21:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 02:21:41 #3 DONE 0.0s 02:21:41 02:21:41 #4 [internal] load .dockerignore 02:21:41 #4 transferring context: 2B done 02:21:41 #4 DONE 0.0s 02:21:41 02:21:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:41 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:41 #5 CACHED 02:21:41 02:21:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:41 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:41 #6 CACHED 02:21:41 02:21:41 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:41 #7 DONE 0.0s 02:21:41 02:21:41 #8 exporting to image 02:21:41 #8 exporting layers done 02:21:41 #8 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done 02:21:41 #8 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done 02:21:41 #8 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done 02:21:41 #8 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done 02:21:41 #8 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done 02:21:41 #8 pushing layers 0.0s done 02:21:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done 02:21:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:41 #8 DONE 0.1s 02:21:41 02:21:41 1 warning found (use --debug to expand): 02:21:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:41 #1 [internal] load build definition from Dockerfile 02:21:41 #1 transferring dockerfile: 229B done 02:21:41 #1 DONE 0.0s 02:21:41 02:21:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:41 #2 DONE 0.0s 02:21:41 02:21:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:41 #3 DONE 0.0s 02:21:41 02:21:41 #4 [internal] load .dockerignore 02:21:41 #4 transferring context: 2B done 02:21:41 #4 DONE 0.0s 02:21:41 02:21:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:41 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:41 #5 CACHED 02:21:41 02:21:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:41 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:41 #6 CACHED 02:21:41 02:21:41 #7 exporting to image 02:21:41 #7 exporting layers 02:21:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:41 #7 exporting layers done 02:21:41 #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done 02:21:41 #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done 02:21:41 #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done 02:21:41 #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done 02:21:41 #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done 02:21:41 #7 pushing layers 0.0s done 02:21:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done 02:21:41 #7 DONE 0.1s 02:21:41 02:21:41 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:41 #8 DONE 0.0s 02:21:41 02:21:41 1 warning found (use --debug to expand): 02:21:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:21:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:21:42 #1 [internal] load build definition from Dockerfile 02:21:42 #1 transferring dockerfile: 180B done 02:21:42 #1 DONE 0.0s 02:21:42 02:21:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:21:42 #2 DONE 0.0s 02:21:42 02:21:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:21:42 #3 DONE 0.0s 02:21:42 02:21:42 #4 [internal] load .dockerignore 02:21:42 #4 transferring context: 2B done 02:21:42 #4 DONE 0.0s 02:21:42 02:21:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 done 02:21:42 #5 CACHED 02:21:42 02:21:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 02:21:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done 02:21:42 #6 CACHED 02:21:42 02:21:42 #7 exporting to image 02:21:42 #7 exporting layers done 02:21:42 #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 02:21:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:42 #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done 02:21:42 #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done 02:21:42 #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done 02:21:42 #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done 02:21:42 #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done 02:21:42 #7 pushing layers 0.0s done 02:21:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done 02:21:42 #7 DONE 0.1s 02:21:42 02:21:42 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:42 #8 DONE 0.0s 02:21:42 02:21:42 1 warning found (use --debug to expand): 02:21:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:42 #1 [internal] load build definition from Dockerfile 02:21:42 #1 transferring dockerfile: 194B done 02:21:42 #1 DONE 0.0s 02:21:42 02:21:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:42 #2 DONE 0.1s 02:21:42 02:21:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:42 #3 DONE 0.1s 02:21:42 02:21:42 #4 [internal] load .dockerignore 02:21:42 #4 transferring context: 2B done 02:21:43 #4 DONE 0.0s 02:21:43 02:21:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:43 #5 DONE 0.0s 02:21:43 02:21:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:43 #6 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:43 #6 DONE 0.1s 02:21:43 02:21:43 #7 exporting to image 02:21:43 #7 exporting layers done 02:21:43 #7 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done 02:21:43 #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 02:21:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:43 #7 ... 02:21:43 02:21:43 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:21:43 #8 DONE 0.0s 02:21:43 02:21:43 #7 exporting to image 02:21:43 #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done 02:21:43 #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done 02:21:43 #7 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done 02:21:43 #7 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done 02:21:43 #7 pushing layers 0.1s done 02:21:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 02:21:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done 02:21:43 #7 DONE 0.2s 02:21:43 02:21:43 1 warning found (use --debug to expand): 02:21:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:21:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:21:43 #1 [internal] load build definition from Dockerfile 02:21:43 #1 transferring dockerfile: 160B done 02:21:43 #1 DONE 0.0s 02:21:43 02:21:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:21:43 #2 DONE 0.0s 02:21:43 02:21:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:21:43 #3 DONE 0.0s 02:21:43 02:21:43 #4 [internal] load .dockerignore 02:21:43 #4 transferring context: 2B done 02:21:43 #4 DONE 0.0s 02:21:43 02:21:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:43 #5 CACHED 02:21:43 02:21:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:43 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:43 #6 DONE 0.0s 02:21:43 02:21:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:43 #6 CACHED 02:21:43 02:21:43 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:21:43 #7 DONE 0.0s 02:21:43 02:21:43 #8 exporting to image 02:21:43 #8 exporting layers done 02:21:43 #8 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done 02:21:43 #8 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done 02:21:43 #8 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done 02:21:43 #8 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done 02:21:43 #8 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done 02:21:43 #8 pushing layers 0.0s done 02:21:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done 02:21:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:43 #8 DONE 0.1s 02:21:43 02:21:43 1 warning found (use --debug to expand): 02:21:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11' 02:21:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 --push - 02:21:44 #1 [internal] load build definition from Dockerfile 02:21:44 #1 transferring dockerfile: 166B done 02:21:44 #1 DONE 0.0s 02:21:44 02:21:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 02:21:44 #2 DONE 0.0s 02:21:44 02:21:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 02:21:44 #3 DONE 0.0s 02:21:44 02:21:44 #4 [internal] load .dockerignore 02:21:44 #4 transferring context: 2B done 02:21:44 #4 DONE 0.0s 02:21:44 02:21:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:44 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:44 #5 DONE 0.0s 02:21:44 02:21:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:44 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:44 #6 CACHED 02:21:44 02:21:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:44 #5 CACHED 02:21:44 02:21:44 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:21:44 #7 DONE 0.0s 02:21:44 02:21:44 #8 exporting to image 02:21:44 #8 exporting layers done 02:21:44 #8 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done 02:21:44 #8 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done 02:21:44 #8 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done 02:21:44 #8 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done 02:21:44 #8 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done 02:21:44 #8 pushing layers 0.0s done 02:21:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done 02:21:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:44 #8 DONE 0.1s 02:21:44 02:21:44 1 warning found (use --debug to expand): 02:21:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:45 #1 [internal] load build definition from Dockerfile 02:21:45 #1 transferring dockerfile: 207B done 02:21:45 #1 DONE 0.0s 02:21:45 02:21:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:45 #2 DONE 0.0s 02:21:45 02:21:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:45 #3 DONE 0.0s 02:21:45 02:21:45 #4 [internal] load .dockerignore 02:21:45 #4 transferring context: 2B done 02:21:45 #4 DONE 0.0s 02:21:45 02:21:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:45 #5 CACHED 02:21:45 02:21:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:45 #6 CACHED 02:21:45 02:21:45 #7 exporting to image 02:21:45 #7 exporting layers done 02:21:45 #7 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done 02:21:45 #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done 02:21:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:45 #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done 02:21:45 #7 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done 02:21:45 #7 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done 02:21:45 #7 pushing layers 0.0s done 02:21:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done 02:21:45 #7 DONE 0.1s 02:21:45 02:21:45 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:21:45 #8 DONE 0.0s 02:21:45 02:21:45 1 warning found (use --debug to expand): 02:21:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:21:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:21:45 #1 [internal] load build definition from Dockerfile 02:21:45 #1 transferring dockerfile: 158B done 02:21:45 #1 DONE 0.0s 02:21:45 02:21:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:21:45 #2 DONE 0.0s 02:21:45 02:21:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:21:45 #3 DONE 0.0s 02:21:45 02:21:45 #4 [internal] load .dockerignore 02:21:45 #4 transferring context: 2B done 02:21:45 #4 DONE 0.0s 02:21:45 02:21:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:45 #5 CACHED 02:21:45 02:21:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 02:21:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done 02:21:45 #6 CACHED 02:21:45 02:21:45 #7 exporting to image 02:21:45 #7 exporting layers done 02:21:45 #7 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done 02:21:45 #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done 02:21:45 #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c 02:21:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:45 #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done 02:21:45 #7 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done 02:21:45 #7 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done 02:21:45 #7 pushing layers 0.0s done 02:21:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done 02:21:45 #7 DONE 0.1s 02:21:45 02:21:45 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:21:45 #8 DONE 0.0s 02:21:45 02:21:45 1 warning found (use --debug to expand): 02:21:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:45 #1 [internal] load build definition from Dockerfile 02:21:45 #1 transferring dockerfile: 196B done 02:21:45 #1 DONE 0.0s 02:21:45 02:21:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:45 #2 DONE 0.0s 02:21:45 02:21:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:45 #3 DONE 0.1s 02:21:45 02:21:45 #4 [internal] load .dockerignore 02:21:45 #4 transferring context: 2B done 02:21:45 #4 DONE 0.0s 02:21:46 02:21:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:46 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:46 #5 DONE 0.0s 02:21:46 02:21:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:46 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:46 #6 DONE 0.1s 02:21:46 02:21:46 #7 exporting to image 02:21:46 #7 exporting layers done 02:21:46 #7 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done 02:21:46 #7 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done 02:21:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:46 #7 ... 02:21:46 02:21:46 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:46 #8 DONE 0.0s 02:21:46 02:21:46 #7 exporting to image 02:21:46 #7 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done 02:21:46 #7 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done 02:21:46 #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.0s done 02:21:46 #7 pushing layers 0.1s done 02:21:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 02:21:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done 02:21:46 #7 DONE 0.2s 02:21:46 02:21:46 1 warning found (use --debug to expand): 02:21:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:21:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:21:46 #1 [internal] load build definition from Dockerfile 02:21:46 #1 transferring dockerfile: 162B done 02:21:46 #1 DONE 0.0s 02:21:46 02:21:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:21:46 #2 DONE 0.0s 02:21:46 02:21:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:21:46 #3 DONE 0.0s 02:21:46 02:21:46 #4 [internal] load .dockerignore 02:21:46 #4 transferring context: 2B done 02:21:46 #4 DONE 0.0s 02:21:46 02:21:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:46 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:46 #5 CACHED 02:21:46 02:21:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:46 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:46 #6 CACHED 02:21:46 02:21:46 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:46 #7 DONE 0.0s 02:21:46 02:21:46 #8 exporting to image 02:21:46 #8 exporting layers done 02:21:46 #8 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done 02:21:46 #8 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done 02:21:46 #8 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done 02:21:46 #8 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done 02:21:46 #8 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done 02:21:46 #8 pushing layers 0.0s done 02:21:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done 02:21:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:46 #8 DONE 0.1s 02:21:46 02:21:46 1 warning found (use --debug to expand): 02:21:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11' 02:21:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 --push - 02:21:47 #1 [internal] load build definition from Dockerfile 02:21:47 #1 transferring dockerfile: 168B done 02:21:47 #1 DONE 0.0s 02:21:47 02:21:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 02:21:47 #2 DONE 0.0s 02:21:47 02:21:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 02:21:47 #3 DONE 0.0s 02:21:47 02:21:47 #4 [internal] load .dockerignore 02:21:47 #4 transferring context: 2B done 02:21:47 #4 DONE 0.0s 02:21:47 02:21:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:47 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 done 02:21:47 #5 CACHED 02:21:47 02:21:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:47 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:47 #6 CACHED 02:21:47 02:21:47 #7 exporting to image 02:21:47 #7 exporting layers 02:21:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:47 #7 exporting layers done 02:21:47 #7 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done 02:21:47 #7 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done 02:21:47 #7 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done 02:21:47 #7 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done 02:21:47 #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done 02:21:47 #7 pushing layers 0.0s done 02:21:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done 02:21:47 #7 DONE 0.1s 02:21:47 02:21:47 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:47 #8 DONE 0.0s 02:21:47 02:21:47 1 warning found (use --debug to expand): 02:21:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:47 #1 [internal] load build definition from Dockerfile 02:21:47 #1 transferring dockerfile: 209B done 02:21:47 #1 DONE 0.0s 02:21:47 02:21:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:47 #2 DONE 0.0s 02:21:47 02:21:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:47 #3 DONE 0.0s 02:21:47 02:21:47 #4 [internal] load .dockerignore 02:21:47 #4 transferring context: 2B done 02:21:47 #4 DONE 0.0s 02:21:47 02:21:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:47 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:47 #5 DONE 0.0s 02:21:47 02:21:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:48 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:48 #6 CACHED 02:21:48 02:21:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:48 #5 CACHED 02:21:48 02:21:48 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:48 #7 DONE 0.0s 02:21:48 02:21:48 #8 exporting to image 02:21:48 #8 exporting layers done 02:21:48 #8 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done 02:21:48 #8 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done 02:21:48 #8 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done 02:21:48 #8 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done 02:21:48 #8 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done 02:21:48 #8 pushing layers 0.0s done 02:21:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done 02:21:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:48 #8 DONE 0.1s 02:21:48 02:21:48 1 warning found (use --debug to expand): 02:21:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:21:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:21:48 #1 [internal] load build definition from Dockerfile 02:21:48 #1 transferring dockerfile: 160B done 02:21:48 #1 DONE 0.0s 02:21:48 02:21:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:21:48 #2 DONE 0.0s 02:21:48 02:21:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:21:48 #3 DONE 0.0s 02:21:48 02:21:48 #4 [internal] load .dockerignore 02:21:48 #4 transferring context: 2B done 02:21:48 #4 DONE 0.0s 02:21:48 02:21:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:48 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:48 #5 CACHED 02:21:48 02:21:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 02:21:48 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done 02:21:48 #6 CACHED 02:21:48 02:21:48 #7 exporting to image 02:21:48 #7 exporting layers done 02:21:48 #7 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done 02:21:48 #7 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done 02:21:48 #7 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done 02:21:48 #7 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done 02:21:48 #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 02:21:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:48 #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done 02:21:48 #7 pushing layers 0.0s done 02:21:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done 02:21:48 #7 DONE 0.1s 02:21:48 02:21:48 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:48 #8 DONE 0.0s 02:21:48 02:21:48 1 warning found (use --debug to expand): 02:21:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:48 #1 [internal] load build definition from Dockerfile 02:21:48 #1 transferring dockerfile: 198B done 02:21:48 #1 DONE 0.0s 02:21:48 02:21:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:48 #2 DONE 0.0s 02:21:48 02:21:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:48 #3 DONE 0.0s 02:21:48 02:21:48 #4 [internal] load .dockerignore 02:21:48 #4 transferring context: 2B done 02:21:48 #4 DONE 0.0s 02:21:49 02:21:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:49 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:49 #5 ... 02:21:49 02:21:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:49 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:49 #6 DONE 0.1s 02:21:49 02:21:49 #7 exporting to image 02:21:49 #7 exporting layers done 02:21:49 #7 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 0.0s done 02:21:49 #7 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done 02:21:49 #7 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done 02:21:49 #7 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done 02:21:49 #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 02:21:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:49 #7 ... 02:21:49 02:21:49 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:21:49 #8 DONE 0.0s 02:21:49 02:21:49 #7 exporting to image 02:21:49 #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.0s done 02:21:49 #7 pushing layers 0.1s done 02:21:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 02:21:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done 02:21:49 #7 DONE 0.2s 02:21:49 02:21:49 1 warning found (use --debug to expand): 02:21:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:21:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:21:49 #1 [internal] load build definition from Dockerfile 02:21:49 #1 transferring dockerfile: 164B done 02:21:49 #1 DONE 0.0s 02:21:49 02:21:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:21:49 #2 DONE 0.0s 02:21:49 02:21:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:21:49 #3 DONE 0.0s 02:21:49 02:21:49 #4 [internal] load .dockerignore 02:21:49 #4 transferring context: 2B done 02:21:49 #4 DONE 0.0s 02:21:49 02:21:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:49 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:49 #5 CACHED 02:21:49 02:21:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:49 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:49 #6 CACHED 02:21:49 02:21:49 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:21:49 #7 DONE 0.0s 02:21:49 02:21:49 #8 exporting to image 02:21:49 #8 exporting layers done 02:21:49 #8 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done 02:21:49 #8 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done 02:21:49 #8 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done 02:21:49 #8 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done 02:21:49 #8 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done 02:21:49 #8 pushing layers 0.0s done 02:21:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done 02:21:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:49 #8 DONE 0.1s 02:21:49 02:21:49 1 warning found (use --debug to expand): 02:21:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11' 02:21:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 --push - 02:21:50 #1 [internal] load build definition from Dockerfile 02:21:50 #1 transferring dockerfile: 170B done 02:21:50 #1 DONE 0.0s 02:21:50 02:21:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 02:21:50 #2 DONE 0.0s 02:21:50 02:21:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 02:21:50 #3 DONE 0.0s 02:21:50 02:21:50 #4 [internal] load .dockerignore 02:21:50 #4 transferring context: 2B done 02:21:50 #4 DONE 0.0s 02:21:50 02:21:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:50 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:50 #5 CACHED 02:21:50 02:21:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:50 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:50 #6 CACHED 02:21:50 02:21:50 #7 exporting to image 02:21:50 #7 exporting layers 02:21:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:50 #7 exporting layers done 02:21:50 #7 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done 02:21:50 #7 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done 02:21:50 #7 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done 02:21:50 #7 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done 02:21:50 #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done 02:21:50 #7 pushing layers 0.0s done 02:21:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done 02:21:50 #7 DONE 0.1s 02:21:50 02:21:50 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:21:50 #8 DONE 0.0s 02:21:50 02:21:50 1 warning found (use --debug to expand): 02:21:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:50 #1 [internal] load build definition from Dockerfile 02:21:50 #1 transferring dockerfile: 211B done 02:21:50 #1 DONE 0.0s 02:21:50 02:21:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:50 #2 DONE 0.0s 02:21:50 02:21:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:50 #3 DONE 0.0s 02:21:50 02:21:50 #4 [internal] load .dockerignore 02:21:50 #4 transferring context: 2B done 02:21:50 #4 DONE 0.0s 02:21:50 02:21:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:50 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:50 #5 DONE 0.0s 02:21:50 02:21:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:51 #6 CACHED 02:21:51 02:21:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:51 #5 CACHED 02:21:51 02:21:51 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:21:51 #7 DONE 0.0s 02:21:51 02:21:51 #8 exporting to image 02:21:51 #8 exporting layers done 02:21:51 #8 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done 02:21:51 #8 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done 02:21:51 #8 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done 02:21:51 #8 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done 02:21:51 #8 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done 02:21:51 #8 pushing layers 0.0s done 02:21:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done 02:21:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:51 #8 DONE 0.1s 02:21:51 02:21:51 1 warning found (use --debug to expand): 02:21:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:21:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:21:51 #1 [internal] load build definition from Dockerfile 02:21:51 #1 transferring dockerfile: 162B done 02:21:51 #1 DONE 0.0s 02:21:51 02:21:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:21:51 #2 DONE 0.0s 02:21:51 02:21:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:21:51 #3 DONE 0.0s 02:21:51 02:21:51 #4 [internal] load .dockerignore 02:21:51 #4 transferring context: 2B done 02:21:51 #4 DONE 0.0s 02:21:51 02:21:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:51 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:51 #5 CACHED 02:21:51 02:21:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 02:21:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done 02:21:51 #6 CACHED 02:21:51 02:21:51 #7 exporting to image 02:21:51 #7 exporting layers 02:21:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:51 #7 exporting layers done 02:21:51 #7 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done 02:21:51 #7 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done 02:21:51 #7 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done 02:21:51 #7 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done 02:21:51 #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done 02:21:51 #7 pushing layers 0.0s done 02:21:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done 02:21:51 #7 DONE 0.1s 02:21:51 02:21:51 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:21:51 #8 DONE 0.0s 02:21:51 02:21:51 1 warning found (use --debug to expand): 02:21:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:51 #1 [internal] load build definition from Dockerfile 02:21:51 #1 transferring dockerfile: 206B done 02:21:51 #1 DONE 0.0s 02:21:51 02:21:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:51 #2 DONE 0.0s 02:21:51 02:21:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:51 #3 DONE 0.1s 02:21:51 02:21:51 #4 [internal] load .dockerignore 02:21:51 #4 transferring context: 2B done 02:21:51 #4 DONE 0.0s 02:21:51 02:21:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:51 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:52 #5 DONE 0.0s 02:21:52 02:21:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:52 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:52 #6 DONE 0.2s 02:21:52 02:21:52 #7 exporting to image 02:21:52 #7 exporting layers done 02:21:52 #7 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done 02:21:52 #7 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done 02:21:52 #7 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df 0.0s done 02:21:52 #7 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done 02:21:52 #7 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 02:21:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:52 #7 ... 02:21:52 02:21:52 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:52 #8 DONE 0.0s 02:21:52 02:21:52 #7 exporting to image 02:21:52 #7 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done 02:21:52 #7 pushing layers 0.1s done 02:21:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 02:21:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done 02:21:52 #7 DONE 0.2s 02:21:52 02:21:52 1 warning found (use --debug to expand): 02:21:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:21:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:21:53 #1 [internal] load build definition from Dockerfile 02:21:53 #1 transferring dockerfile: 172B done 02:21:53 #1 DONE 0.0s 02:21:53 02:21:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:21:53 #2 DONE 0.0s 02:21:53 02:21:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:21:53 #3 DONE 0.0s 02:21:53 02:21:53 #4 [internal] load .dockerignore 02:21:53 #4 transferring context: 2B done 02:21:53 #4 DONE 0.0s 02:21:53 02:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:53 #5 DONE 0.0s 02:21:53 02:21:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:53 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:53 #6 CACHED 02:21:53 02:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:53 #5 CACHED 02:21:53 02:21:53 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:53 #7 DONE 0.0s 02:21:53 02:21:53 #8 exporting to image 02:21:53 #8 exporting layers done 02:21:53 #8 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done 02:21:53 #8 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done 02:21:53 #8 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done 02:21:53 #8 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done 02:21:53 #8 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done 02:21:53 #8 pushing layers 0.0s done 02:21:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done 02:21:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:53 #8 DONE 0.1s 02:21:53 02:21:53 1 warning found (use --debug to expand): 02:21:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 --push - 02:21:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11' 02:21:53 #1 [internal] load build definition from Dockerfile 02:21:53 #1 transferring dockerfile: 178B done 02:21:53 #1 DONE 0.0s 02:21:53 02:21:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 02:21:53 #2 DONE 0.0s 02:21:53 02:21:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 02:21:53 #3 DONE 0.0s 02:21:53 02:21:53 #4 [internal] load .dockerignore 02:21:53 #4 transferring context: 2B done 02:21:53 #4 DONE 0.0s 02:21:53 02:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:53 #5 DONE 0.0s 02:21:53 02:21:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:53 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:53 #6 CACHED 02:21:53 02:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:53 #5 CACHED 02:21:53 02:21:53 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:53 #7 DONE 0.0s 02:21:53 02:21:53 #8 exporting to image 02:21:53 #8 exporting layers done 02:21:53 #8 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done 02:21:53 #8 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done 02:21:53 #8 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done 02:21:53 #8 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done 02:21:53 #8 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done 02:21:53 #8 pushing layers 0.0s done 02:21:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done 02:21:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:53 #8 DONE 0.1s 02:21:53 02:21:53 1 warning found (use --debug to expand): 02:21:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:54 #1 [internal] load build definition from Dockerfile 02:21:54 #1 transferring dockerfile: 219B done 02:21:54 #1 DONE 0.0s 02:21:54 02:21:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:54 #2 DONE 0.0s 02:21:54 02:21:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:54 #3 DONE 0.0s 02:21:54 02:21:54 #4 [internal] load .dockerignore 02:21:54 #4 transferring context: 2B done 02:21:54 #4 DONE 0.0s 02:21:54 02:21:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:54 #5 CACHED 02:21:54 02:21:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:54 #6 CACHED 02:21:54 02:21:54 #7 exporting to image 02:21:54 #7 exporting layers done 02:21:54 #7 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done 02:21:54 #7 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done 02:21:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:54 #7 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done 02:21:54 #7 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done 02:21:54 #7 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done 02:21:54 #7 pushing layers 0.0s done 02:21:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done 02:21:54 #7 DONE 0.1s 02:21:54 02:21:54 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:54 #8 DONE 0.0s 02:21:54 02:21:54 1 warning found (use --debug to expand): 02:21:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:21:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:21:54 #1 [internal] load build definition from Dockerfile 02:21:54 #1 transferring dockerfile: 170B 0.0s done 02:21:54 #1 DONE 0.0s 02:21:54 02:21:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:21:54 #2 DONE 0.0s 02:21:54 02:21:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:21:54 #3 DONE 0.0s 02:21:54 02:21:54 #4 [internal] load .dockerignore 02:21:54 #4 transferring context: 2B done 02:21:54 #4 DONE 0.0s 02:21:54 02:21:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:54 #5 DONE 0.0s 02:21:54 02:21:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done 02:21:54 #6 CACHED 02:21:54 02:21:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 02:21:54 #5 CACHED 02:21:54 02:21:54 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:21:54 #7 DONE 0.0s 02:21:54 02:21:54 #8 exporting to image 02:21:54 #8 exporting layers done 02:21:54 #8 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done 02:21:54 #8 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done 02:21:54 #8 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done 02:21:54 #8 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done 02:21:54 #8 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done 02:21:54 #8 pushing layers 0.0s done 02:21:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done 02:21:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:54 #8 DONE 0.1s 02:21:54 02:21:54 1 warning found (use --debug to expand): 02:21:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:55 #1 [internal] load build definition from Dockerfile 02:21:55 #1 transferring dockerfile: 204B done 02:21:55 #1 DONE 0.0s 02:21:55 02:21:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:55 #2 DONE 0.0s 02:21:55 02:21:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:55 #3 DONE 0.0s 02:21:55 02:21:55 #4 [internal] load .dockerignore 02:21:55 #4 transferring context: 2B done 02:21:55 #4 DONE 0.0s 02:21:55 02:21:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:55 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:55 #5 DONE 0.0s 02:21:55 02:21:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:55 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:55 #6 DONE 0.1s 02:21:55 02:21:55 #7 exporting to image 02:21:55 #7 exporting layers done 02:21:55 #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 0.0s done 02:21:55 #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done 02:21:55 #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done 02:21:55 #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 02:21:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:55 #7 ... 02:21:55 02:21:55 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:21:55 #8 DONE 0.0s 02:21:55 02:21:55 #7 exporting to image 02:21:55 #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done 02:21:55 #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done 02:21:55 #7 pushing layers 0.1s done 02:21:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 02:21:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done 02:21:55 #7 DONE 0.2s 02:21:55 02:21:55 1 warning found (use --debug to expand): 02:21:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:21:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:21:56 #1 [internal] load build definition from Dockerfile 02:21:56 #1 transferring dockerfile: 170B done 02:21:56 #1 DONE 0.0s 02:21:56 02:21:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:21:56 #2 DONE 0.0s 02:21:56 02:21:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:21:56 #3 DONE 0.0s 02:21:56 02:21:56 #4 [internal] load .dockerignore 02:21:56 #4 transferring context: 2B done 02:21:56 #4 DONE 0.0s 02:21:56 02:21:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:56 #5 DONE 0.0s 02:21:56 02:21:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:56 #6 CACHED 02:21:56 02:21:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:56 #5 CACHED 02:21:56 02:21:56 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:21:56 #7 DONE 0.0s 02:21:56 02:21:56 #8 exporting to image 02:21:56 #8 exporting layers done 02:21:56 #8 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done 02:21:56 #8 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done 02:21:56 #8 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done 02:21:56 #8 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done 02:21:56 #8 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done 02:21:56 #8 pushing layers 0.0s done 02:21:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done 02:21:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:56 #8 DONE 0.1s 02:21:56 02:21:56 1 warning found (use --debug to expand): 02:21:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11' 02:21:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 --push - 02:21:56 #1 [internal] load build definition from Dockerfile 02:21:56 #1 transferring dockerfile: 176B done 02:21:56 #1 DONE 0.0s 02:21:56 02:21:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 02:21:56 #2 DONE 0.0s 02:21:56 02:21:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 02:21:56 #3 DONE 0.0s 02:21:56 02:21:56 #4 [internal] load .dockerignore 02:21:56 #4 transferring context: 2B done 02:21:56 #4 DONE 0.0s 02:21:56 02:21:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:56 #5 CACHED 02:21:56 02:21:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:56 #6 CACHED 02:21:56 02:21:56 #7 exporting to image 02:21:56 #7 exporting layers done 02:21:56 #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done 02:21:56 #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef 02:21:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:56 #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done 02:21:56 #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done 02:21:56 #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done 02:21:56 #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done 02:21:56 #7 pushing layers 0.0s done 02:21:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done 02:21:56 #7 DONE 0.1s 02:21:56 02:21:56 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:21:56 #8 DONE 0.0s 02:21:56 02:21:56 1 warning found (use --debug to expand): 02:21:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:21:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:21:57 #1 [internal] load build definition from Dockerfile 02:21:57 #1 transferring dockerfile: 217B done 02:21:57 #1 DONE 0.0s 02:21:57 02:21:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:57 #2 DONE 0.0s 02:21:57 02:21:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:21:57 #3 DONE 0.0s 02:21:57 02:21:57 #4 [internal] load .dockerignore 02:21:57 #4 transferring context: 2B done 02:21:57 #4 DONE 0.0s 02:21:57 02:21:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:57 #5 CACHED 02:21:57 02:21:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:57 #6 CACHED 02:21:57 02:21:57 #7 exporting to image 02:21:57 #7 exporting layers done 02:21:57 #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done 02:21:57 #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done 02:21:57 #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done 02:21:57 #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done 02:21:57 #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done 02:21:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:57 #7 pushing layers 0.0s done 02:21:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done 02:21:57 #7 DONE 0.1s 02:21:57 02:21:57 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:21:57 #8 DONE 0.0s 02:21:57 02:21:57 1 warning found (use --debug to expand): 02:21:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:21:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:21:57 #1 [internal] load build definition from Dockerfile 02:21:57 #1 transferring dockerfile: 168B done 02:21:57 #1 DONE 0.0s 02:21:57 02:21:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:21:57 #2 DONE 0.0s 02:21:57 02:21:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:21:57 #3 DONE 0.0s 02:21:57 02:21:57 #4 [internal] load .dockerignore 02:21:57 #4 transferring context: 2B done 02:21:57 #4 DONE 0.0s 02:21:57 02:21:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:57 #5 CACHED 02:21:57 02:21:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 02:21:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done 02:21:57 #6 CACHED 02:21:57 02:21:57 #7 exporting to image 02:21:57 #7 exporting layers done 02:21:57 #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done 02:21:57 #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done 02:21:57 #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done 02:21:57 #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done 02:21:57 #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done 02:21:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:57 #7 pushing layers 0.0s done 02:21:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done 02:21:57 #7 DONE 0.1s 02:21:57 02:21:57 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:21:57 #8 DONE 0.0s 02:21:57 02:21:57 1 warning found (use --debug to expand): 02:21:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:21:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:21:58 #1 [internal] load build definition from Dockerfile 02:21:58 #1 transferring dockerfile: 205B done 02:21:58 #1 DONE 0.0s 02:21:58 02:21:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:58 #2 DONE 0.0s 02:21:58 02:21:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:21:58 #3 DONE 0.0s 02:21:58 02:21:58 #4 [internal] load .dockerignore 02:21:58 #4 transferring context: 2B done 02:21:58 #4 DONE 0.0s 02:21:58 02:21:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:21:58 #5 DONE 0.0s 02:21:58 02:21:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:21:58 #6 DONE 0.1s 02:21:58 02:21:58 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:21:58 #7 DONE 0.0s 02:21:58 02:21:58 #8 exporting to image 02:21:58 #8 exporting layers done 02:21:58 #8 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done 02:21:58 #8 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done 02:21:58 #8 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done 02:21:58 #8 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done 02:21:58 #8 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done 02:21:58 #8 pushing layers 0.1s done 02:21:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 02:21:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done 02:21:58 #8 DONE 0.2s 02:21:58 02:21:58 1 warning found (use --debug to expand): 02:21:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:21:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:21:59 #1 [internal] load build definition from Dockerfile 02:21:59 #1 transferring dockerfile: 171B done 02:21:59 #1 DONE 0.0s 02:21:59 02:21:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:21:59 #2 DONE 0.0s 02:21:59 02:21:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:21:59 #3 DONE 0.0s 02:21:59 02:21:59 #4 [internal] load .dockerignore 02:21:59 #4 transferring context: 2B done 02:21:59 #4 DONE 0.0s 02:21:59 02:21:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 done 02:21:59 #5 CACHED 02:21:59 02:21:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 done 02:21:59 #6 CACHED 02:21:59 02:21:59 #7 exporting to image 02:21:59 #7 exporting layers done 02:21:59 #7 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done 02:21:59 #7 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done 02:21:59 #7 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done 02:21:59 #7 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done 02:21:59 #7 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done 02:21:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:59 #7 pushing layers 0.0s done 02:21:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done 02:21:59 #7 DONE 0.1s 02:21:59 02:21:59 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:21:59 #8 DONE 0.0s 02:21:59 02:21:59 1 warning found (use --debug to expand): 02:21:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:21:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11' 02:21:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 --push - 02:21:59 #1 [internal] load build definition from Dockerfile 02:21:59 #1 transferring dockerfile: 177B done 02:21:59 #1 DONE 0.0s 02:21:59 02:21:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 02:21:59 #2 DONE 0.0s 02:21:59 02:21:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 02:21:59 #3 DONE 0.0s 02:21:59 02:21:59 #4 [internal] load .dockerignore 02:21:59 #4 transferring context: 2B done 02:21:59 #4 DONE 0.0s 02:21:59 02:21:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:21:59 #5 CACHED 02:21:59 02:21:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:21:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:21:59 #6 CACHED 02:21:59 02:21:59 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:21:59 #7 DONE 0.0s 02:21:59 02:21:59 #8 exporting to image 02:21:59 #8 exporting layers done 02:21:59 #8 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done 02:21:59 #8 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done 02:21:59 #8 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done 02:21:59 #8 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done 02:21:59 #8 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done 02:21:59 #8 pushing layers 0.0s done 02:21:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done 02:21:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:21:59 #8 DONE 0.1s 02:21:59 02:21:59 1 warning found (use --debug to expand): 02:21:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:00 #1 [internal] load build definition from Dockerfile 02:22:00 #1 transferring dockerfile: 218B done 02:22:00 #1 DONE 0.0s 02:22:00 02:22:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:00 #2 DONE 0.0s 02:22:00 02:22:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:00 #3 DONE 0.0s 02:22:00 02:22:00 #4 [internal] load .dockerignore 02:22:00 #4 transferring context: 2B done 02:22:00 #4 DONE 0.0s 02:22:00 02:22:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:22:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:22:00 #5 DONE 0.0s 02:22:00 02:22:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:22:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:22:00 #6 CACHED 02:22:00 02:22:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:22:00 #5 CACHED 02:22:00 02:22:00 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:00 #7 DONE 0.0s 02:22:00 02:22:00 #8 exporting to image 02:22:00 #8 exporting layers done 02:22:00 #8 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done 02:22:00 #8 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done 02:22:00 #8 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done 02:22:00 #8 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done 02:22:00 #8 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done 02:22:00 #8 pushing layers 0.0s done 02:22:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done 02:22:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:00 #8 DONE 0.1s 02:22:00 02:22:00 1 warning found (use --debug to expand): 02:22:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:22:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:22:00 #1 [internal] load build definition from Dockerfile 02:22:00 #1 transferring dockerfile: 169B done 02:22:00 #1 DONE 0.0s 02:22:00 02:22:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:22:00 #2 DONE 0.0s 02:22:00 02:22:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:22:00 #3 DONE 0.0s 02:22:00 02:22:00 #4 [internal] load .dockerignore 02:22:00 #4 transferring context: 2B done 02:22:00 #4 DONE 0.0s 02:22:00 02:22:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:22:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:22:00 #5 CACHED 02:22:00 02:22:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 02:22:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done 02:22:00 #6 CACHED 02:22:00 02:22:00 #7 exporting to image 02:22:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:00 #7 exporting layers done 02:22:00 #7 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done 02:22:00 #7 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done 02:22:00 #7 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done 02:22:00 #7 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done 02:22:00 #7 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done 02:22:00 #7 pushing layers 0.0s done 02:22:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done 02:22:00 #7 DONE 0.1s 02:22:00 02:22:00 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:00 #8 DONE 0.0s 02:22:00 02:22:00 1 warning found (use --debug to expand): 02:22:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:01 #1 [internal] load build definition from Dockerfile 02:22:01 #1 transferring dockerfile: 211B done 02:22:01 #1 DONE 0.0s 02:22:01 02:22:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:01 #2 DONE 0.0s 02:22:01 02:22:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:01 #3 DONE 0.0s 02:22:01 02:22:01 #4 [internal] load .dockerignore 02:22:01 #4 transferring context: 2B done 02:22:01 #4 DONE 0.0s 02:22:01 02:22:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:01 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:01 #5 DONE 0.0s 02:22:01 02:22:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:01 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:01 #6 DONE 0.1s 02:22:01 02:22:01 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:01 #7 DONE 0.0s 02:22:01 02:22:01 #8 exporting to image 02:22:01 #8 exporting layers done 02:22:01 #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done 02:22:01 #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done 02:22:01 #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 0.0s done 02:22:01 #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done 02:22:01 #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.0s done 02:22:01 #8 pushing layers 02:22:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:01 #8 pushing layers 0.1s done 02:22:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done 02:22:01 #8 DONE 0.3s 02:22:01 02:22:01 1 warning found (use --debug to expand): 02:22:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:22:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:22:02 #1 [internal] load build definition from Dockerfile 02:22:02 #1 transferring dockerfile: 177B done 02:22:02 #1 DONE 0.0s 02:22:02 02:22:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:22:02 #2 DONE 0.0s 02:22:02 02:22:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:22:02 #3 DONE 0.0s 02:22:02 02:22:02 #4 [internal] load .dockerignore 02:22:02 #4 transferring context: 2B done 02:22:02 #4 DONE 0.0s 02:22:02 02:22:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #5 ... 02:22:02 02:22:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:02 #6 DONE 0.0s 02:22:02 02:22:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #5 CACHED 02:22:02 02:22:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #6 CACHED 02:22:02 02:22:02 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:02 #7 DONE 0.0s 02:22:02 02:22:02 #8 exporting to image 02:22:02 #8 exporting layers done 02:22:02 #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done 02:22:02 #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done 02:22:02 #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done 02:22:02 #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done 02:22:02 #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done 02:22:02 #8 pushing layers 0.0s done 02:22:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done 02:22:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:02 #8 DONE 0.1s 02:22:02 02:22:02 1 warning found (use --debug to expand): 02:22:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11' 02:22:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 --push - 02:22:02 #1 [internal] load build definition from Dockerfile 02:22:02 #1 transferring dockerfile: 183B done 02:22:02 #1 DONE 0.0s 02:22:02 02:22:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 02:22:02 #2 DONE 0.0s 02:22:02 02:22:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 02:22:02 #3 DONE 0.0s 02:22:02 02:22:02 #4 [internal] load .dockerignore 02:22:02 #4 transferring context: 2B done 02:22:02 #4 DONE 0.0s 02:22:02 02:22:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:02 #5 CACHED 02:22:02 02:22:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:02 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:02 #6 CACHED 02:22:02 02:22:02 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:02 #7 DONE 0.0s 02:22:02 02:22:02 #8 exporting to image 02:22:02 #8 exporting layers done 02:22:02 #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done 02:22:02 #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done 02:22:02 #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done 02:22:02 #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done 02:22:02 #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done 02:22:02 #8 pushing layers 0.0s done 02:22:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done 02:22:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:02 #8 DONE 0.1s 02:22:02 02:22:02 1 warning found (use --debug to expand): 02:22:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:03 #1 [internal] load build definition from Dockerfile 02:22:03 #1 transferring dockerfile: 224B done 02:22:03 #1 DONE 0.0s 02:22:03 02:22:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:03 #2 DONE 0.0s 02:22:03 02:22:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:03 #3 DONE 0.0s 02:22:03 02:22:03 #4 [internal] load .dockerignore 02:22:03 #4 transferring context: 2B done 02:22:03 #4 DONE 0.0s 02:22:03 02:22:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:03 #5 DONE 0.0s 02:22:03 02:22:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:03 #6 CACHED 02:22:03 02:22:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:03 #5 CACHED 02:22:03 02:22:03 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:03 #7 DONE 0.0s 02:22:03 02:22:03 #8 exporting to image 02:22:03 #8 exporting layers done 02:22:03 #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done 02:22:03 #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done 02:22:03 #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done 02:22:03 #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done 02:22:03 #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done 02:22:03 #8 pushing layers 0.0s done 02:22:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done 02:22:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:03 #8 DONE 0.1s 02:22:03 02:22:03 1 warning found (use --debug to expand): 02:22:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:22:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:22:03 #1 [internal] load build definition from Dockerfile 02:22:03 #1 transferring dockerfile: 175B done 02:22:03 #1 DONE 0.0s 02:22:03 02:22:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:22:03 #2 DONE 0.0s 02:22:03 02:22:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:22:03 #3 DONE 0.0s 02:22:03 02:22:03 #4 [internal] load .dockerignore 02:22:03 #4 transferring context: 2B done 02:22:03 #4 DONE 0.0s 02:22:03 02:22:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:03 #5 CACHED 02:22:03 02:22:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 02:22:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done 02:22:03 #6 CACHED 02:22:03 02:22:03 #7 exporting to image 02:22:03 #7 exporting layers done 02:22:03 #7 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done 02:22:03 #7 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 02:22:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:04 #7 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done 02:22:04 #7 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done 02:22:04 #7 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done 02:22:04 #7 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done 02:22:04 #7 pushing layers 0.0s done 02:22:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done 02:22:04 #7 DONE 0.1s 02:22:04 02:22:04 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:22:04 #8 DONE 0.0s 02:22:04 02:22:04 1 warning found (use --debug to expand): 02:22:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:04 #1 [internal] load build definition from Dockerfile 02:22:04 #1 transferring dockerfile: 215B done 02:22:04 #1 DONE 0.0s 02:22:04 02:22:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:04 #2 DONE 0.0s 02:22:04 02:22:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:04 #3 DONE 0.1s 02:22:04 02:22:04 #4 [internal] load .dockerignore 02:22:04 #4 transferring context: 02:22:04 #4 transferring context: 2B done 02:22:04 #4 DONE 0.0s 02:22:04 02:22:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:04 #5 DONE 0.0s 02:22:04 02:22:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:04 #6 DONE 0.1s 02:22:04 02:22:04 #7 exporting to image 02:22:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:04 #7 ... 02:22:04 02:22:04 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:22:04 #8 DONE 0.0s 02:22:04 02:22:04 #7 exporting to image 02:22:04 #7 exporting layers done 02:22:04 #7 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done 02:22:04 #7 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done 02:22:04 #7 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done 02:22:04 #7 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done 02:22:04 #7 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done 02:22:04 #7 pushing layers 0.1s done 02:22:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 02:22:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done 02:22:04 #7 DONE 0.2s 02:22:04 02:22:04 1 warning found (use --debug to expand): 02:22:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:22:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:22:05 #1 [internal] load build definition from Dockerfile 02:22:05 #1 transferring dockerfile: 181B done 02:22:05 #1 DONE 0.0s 02:22:05 02:22:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:22:05 #2 DONE 0.0s 02:22:05 02:22:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:22:05 #3 DONE 0.0s 02:22:05 02:22:05 #4 [internal] load .dockerignore 02:22:05 #4 transferring context: 2B done 02:22:05 #4 DONE 0.0s 02:22:05 02:22:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:05 #5 DONE 0.0s 02:22:05 02:22:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:05 #6 CACHED 02:22:05 02:22:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:05 #5 CACHED 02:22:05 02:22:05 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:22:05 #7 DONE 0.0s 02:22:05 02:22:05 #8 exporting to image 02:22:05 #8 exporting layers done 02:22:05 #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done 02:22:05 #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done 02:22:05 #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done 02:22:05 #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done 02:22:05 #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done 02:22:05 #8 pushing layers 0.0s done 02:22:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done 02:22:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:05 #8 DONE 0.1s 02:22:05 02:22:05 1 warning found (use --debug to expand): 02:22:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11' 02:22:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 --push - 02:22:05 #1 [internal] load build definition from Dockerfile 02:22:05 #1 transferring dockerfile: 187B done 02:22:05 #1 DONE 0.0s 02:22:05 02:22:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 02:22:05 #2 DONE 0.0s 02:22:05 02:22:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 02:22:05 #3 DONE 0.0s 02:22:05 02:22:05 #4 [internal] load .dockerignore 02:22:05 #4 transferring context: 2B done 02:22:05 #4 DONE 0.0s 02:22:05 02:22:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:05 #5 CACHED 02:22:05 02:22:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:05 #6 CACHED 02:22:05 02:22:05 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:22:05 #7 DONE 0.0s 02:22:05 02:22:05 #8 exporting to image 02:22:05 #8 exporting layers done 02:22:05 #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done 02:22:05 #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done 02:22:05 #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done 02:22:05 #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done 02:22:05 #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done 02:22:05 #8 pushing layers 0.0s done 02:22:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done 02:22:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:05 #8 DONE 0.1s 02:22:05 02:22:05 1 warning found (use --debug to expand): 02:22:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:06 #1 [internal] load build definition from Dockerfile 02:22:06 #1 transferring dockerfile: 228B done 02:22:06 #1 DONE 0.0s 02:22:06 02:22:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:06 #2 DONE 0.0s 02:22:06 02:22:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:06 #3 DONE 0.0s 02:22:06 02:22:06 #4 [internal] load .dockerignore 02:22:06 #4 transferring context: 2B done 02:22:06 #4 DONE 0.0s 02:22:06 02:22:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:06 #5 CACHED 02:22:06 02:22:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:06 #6 CACHED 02:22:06 02:22:06 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:22:06 #7 DONE 0.0s 02:22:06 02:22:06 #8 exporting to image 02:22:06 #8 exporting layers done 02:22:06 #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done 02:22:06 #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done 02:22:06 #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done 02:22:06 #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done 02:22:06 #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done 02:22:06 #8 pushing layers 0.0s done 02:22:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done 02:22:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:06 #8 DONE 0.1s 02:22:06 02:22:06 1 warning found (use --debug to expand): 02:22:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:22:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:22:07 #1 [internal] load build definition from Dockerfile 02:22:07 #1 transferring dockerfile: 179B done 02:22:07 #1 DONE 0.0s 02:22:07 02:22:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:22:07 #2 DONE 0.0s 02:22:07 02:22:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:22:07 #3 DONE 0.0s 02:22:07 02:22:07 #4 [internal] load .dockerignore 02:22:07 #4 transferring context: 2B done 02:22:07 #4 DONE 0.0s 02:22:07 02:22:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:07 #5 DONE 0.0s 02:22:07 02:22:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done 02:22:07 #6 CACHED 02:22:07 02:22:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 02:22:07 #5 CACHED 02:22:07 02:22:07 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:22:07 #7 DONE 0.0s 02:22:07 02:22:07 #8 exporting to image 02:22:07 #8 exporting layers done 02:22:07 #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done 02:22:07 #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done 02:22:07 #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done 02:22:07 #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done 02:22:07 #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done 02:22:07 #8 pushing layers 0.0s done 02:22:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done 02:22:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:07 #8 DONE 0.1s 02:22:07 02:22:07 1 warning found (use --debug to expand): 02:22:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:07 #1 [internal] load build definition from Dockerfile 02:22:07 #1 transferring dockerfile: 205B done 02:22:07 #1 DONE 0.0s 02:22:07 02:22:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:07 #2 DONE 0.0s 02:22:07 02:22:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:07 #3 DONE 0.1s 02:22:07 02:22:07 #4 [internal] load .dockerignore 02:22:07 #4 transferring context: 2B done 02:22:07 #4 DONE 0.0s 02:22:07 02:22:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:07 #5 DONE 0.0s 02:22:07 02:22:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:07 #6 DONE 0.1s 02:22:07 02:22:07 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:22:07 #7 DONE 0.0s 02:22:07 02:22:07 #8 exporting to image 02:22:07 #8 exporting layers done 02:22:07 #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done 02:22:07 #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done 02:22:07 #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done 02:22:07 #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done 02:22:07 #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done 02:22:07 #8 pushing layers 0.1s done 02:22:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 02:22:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done 02:22:07 #8 DONE 0.2s 02:22:07 02:22:07 1 warning found (use --debug to expand): 02:22:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:22:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:22:08 #1 [internal] load build definition from Dockerfile 02:22:08 #1 transferring dockerfile: 171B done 02:22:08 #1 DONE 0.0s 02:22:08 02:22:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:22:08 #2 DONE 0.0s 02:22:08 02:22:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:22:08 #3 DONE 0.0s 02:22:08 02:22:08 #4 [internal] load .dockerignore 02:22:08 #4 transferring context: 2B done 02:22:08 #4 DONE 0.0s 02:22:08 02:22:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:08 #5 DONE 0.0s 02:22:08 02:22:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:08 #6 CACHED 02:22:08 02:22:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:08 #5 CACHED 02:22:08 02:22:08 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:22:08 #7 DONE 0.0s 02:22:08 02:22:08 #8 exporting to image 02:22:08 #8 exporting layers done 02:22:08 #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done 02:22:08 #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done 02:22:08 #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done 02:22:08 #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done 02:22:08 #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done 02:22:08 #8 pushing layers 0.0s done 02:22:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done 02:22:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:08 #8 DONE 0.1s 02:22:08 02:22:08 1 warning found (use --debug to expand): 02:22:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11' 02:22:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 --push - 02:22:08 #1 [internal] load build definition from Dockerfile 02:22:08 #1 transferring dockerfile: 177B done 02:22:08 #1 DONE 0.0s 02:22:08 02:22:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 02:22:08 #2 DONE 0.0s 02:22:08 02:22:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 02:22:08 #3 DONE 0.0s 02:22:08 02:22:08 #4 [internal] load .dockerignore 02:22:08 #4 transferring context: 2B done 02:22:08 #4 DONE 0.0s 02:22:08 02:22:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:08 #5 DONE 0.0s 02:22:08 02:22:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:08 #6 CACHED 02:22:08 02:22:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:08 #5 CACHED 02:22:08 02:22:08 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:22:08 #7 DONE 0.0s 02:22:08 02:22:08 #8 exporting to image 02:22:08 #8 exporting layers done 02:22:08 #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done 02:22:08 #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done 02:22:08 #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done 02:22:08 #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done 02:22:08 #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done 02:22:08 #8 pushing layers 0.0s done 02:22:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done 02:22:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:08 #8 DONE 0.1s 02:22:08 02:22:08 1 warning found (use --debug to expand): 02:22:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:09 #1 [internal] load build definition from Dockerfile 02:22:09 #1 transferring dockerfile: 218B done 02:22:09 #1 DONE 0.0s 02:22:09 02:22:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:09 #2 DONE 0.0s 02:22:09 02:22:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:09 #3 DONE 0.0s 02:22:09 02:22:09 #4 [internal] load .dockerignore 02:22:09 #4 transferring context: 2B done 02:22:09 #4 DONE 0.0s 02:22:09 02:22:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:09 #5 CACHED 02:22:09 02:22:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:09 #6 CACHED 02:22:09 02:22:09 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:22:09 #7 DONE 0.0s 02:22:09 02:22:09 #8 exporting to image 02:22:09 #8 exporting layers done 02:22:09 #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done 02:22:09 #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done 02:22:09 #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done 02:22:09 #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done 02:22:09 #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done 02:22:09 #8 pushing layers 0.0s done 02:22:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done 02:22:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:09 #8 DONE 0.1s 02:22:09 02:22:09 1 warning found (use --debug to expand): 02:22:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:22:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:22:09 #1 [internal] load build definition from Dockerfile 02:22:09 #1 transferring dockerfile: 169B done 02:22:09 #1 DONE 0.0s 02:22:09 02:22:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:22:09 #2 DONE 0.0s 02:22:09 02:22:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:22:09 #3 DONE 0.0s 02:22:09 02:22:09 #4 [internal] load .dockerignore 02:22:09 #4 transferring context: 2B done 02:22:09 #4 DONE 0.0s 02:22:09 02:22:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:09 #5 DONE 0.0s 02:22:09 02:22:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done 02:22:10 #6 CACHED 02:22:10 02:22:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 02:22:10 #5 CACHED 02:22:10 02:22:10 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:22:10 #7 DONE 0.0s 02:22:10 02:22:10 #8 exporting to image 02:22:10 #8 exporting layers done 02:22:10 #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done 02:22:10 #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done 02:22:10 #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done 02:22:10 #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done 02:22:10 #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done 02:22:10 #8 pushing layers 0.0s done 02:22:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done 02:22:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:10 #8 DONE 0.1s 02:22:10 02:22:10 1 warning found (use --debug to expand): 02:22:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:10 #1 [internal] load build definition from Dockerfile 02:22:10 #1 transferring dockerfile: 206B done 02:22:10 #1 DONE 0.0s 02:22:10 02:22:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:10 #2 DONE 0.0s 02:22:10 02:22:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:10 #3 DONE 0.0s 02:22:10 02:22:10 #4 [internal] load .dockerignore 02:22:10 #4 transferring context: 2B done 02:22:10 #4 DONE 0.0s 02:22:10 02:22:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:10 #5 DONE 0.0s 02:22:10 02:22:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:10 #6 DONE 0.1s 02:22:10 02:22:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:10 #6 DONE 0.1s 02:22:10 02:22:10 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:22:10 #7 DONE 0.0s 02:22:10 02:22:10 #8 exporting to image 02:22:10 #8 exporting layers done 02:22:10 #8 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done 02:22:10 #8 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done 02:22:10 #8 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done 02:22:10 #8 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done 02:22:10 #8 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done 02:22:10 #8 pushing layers 02:22:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:10 #8 pushing layers 0.1s done 02:22:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done 02:22:10 #8 DONE 0.2s 02:22:10 02:22:10 1 warning found (use --debug to expand): 02:22:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:22:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:22:11 #1 [internal] load build definition from Dockerfile 02:22:11 #1 transferring dockerfile: 172B done 02:22:11 #1 DONE 0.0s 02:22:11 02:22:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:22:11 #2 DONE 0.0s 02:22:11 02:22:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:22:11 #3 DONE 0.0s 02:22:11 02:22:11 #4 [internal] load .dockerignore 02:22:11 #4 transferring context: 2B done 02:22:11 #4 DONE 0.0s 02:22:11 02:22:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:11 #5 CACHED 02:22:11 02:22:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:11 #6 CACHED 02:22:11 02:22:11 #7 exporting to image 02:22:11 #7 exporting layers done 02:22:11 #7 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done 02:22:11 #7 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done 02:22:11 #7 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 02:22:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:11 #7 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done 02:22:11 #7 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done 02:22:11 #7 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done 02:22:11 #7 pushing layers 0.0s done 02:22:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done 02:22:11 #7 DONE 0.1s 02:22:11 02:22:11 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:22:11 #8 DONE 0.0s 02:22:11 02:22:11 1 warning found (use --debug to expand): 02:22:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 --push - 02:22:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11' 02:22:12 #1 [internal] load build definition from Dockerfile 02:22:12 #1 transferring dockerfile: 178B done 02:22:12 #1 DONE 0.0s 02:22:12 02:22:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 02:22:12 #2 DONE 0.0s 02:22:12 02:22:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 02:22:12 #3 DONE 0.0s 02:22:12 02:22:12 #4 [internal] load .dockerignore 02:22:12 #4 transferring context: 2B done 02:22:12 #4 DONE 0.0s 02:22:12 02:22:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:12 #5 CACHED 02:22:12 02:22:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:12 #6 CACHED 02:22:12 02:22:12 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:22:12 #7 DONE 0.0s 02:22:12 02:22:12 #8 exporting to image 02:22:12 #8 exporting layers done 02:22:12 #8 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done 02:22:12 #8 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done 02:22:12 #8 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done 02:22:12 #8 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done 02:22:12 #8 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done 02:22:12 #8 pushing layers 0.0s done 02:22:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done 02:22:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:12 #8 DONE 0.1s 02:22:12 02:22:12 1 warning found (use --debug to expand): 02:22:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:12 #1 [internal] load build definition from Dockerfile 02:22:12 #1 transferring dockerfile: 219B done 02:22:12 #1 DONE 0.0s 02:22:12 02:22:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:12 #2 DONE 0.0s 02:22:12 02:22:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:12 #3 DONE 0.0s 02:22:12 02:22:12 #4 [internal] load .dockerignore 02:22:12 #4 transferring context: 2B done 02:22:12 #4 DONE 0.0s 02:22:12 02:22:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:12 #5 CACHED 02:22:12 02:22:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:12 #6 CACHED 02:22:12 02:22:12 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:22:12 #7 DONE 0.0s 02:22:12 02:22:12 #8 exporting to image 02:22:12 #8 exporting layers done 02:22:12 #8 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done 02:22:12 #8 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done 02:22:12 #8 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done 02:22:12 #8 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done 02:22:12 #8 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done 02:22:12 #8 pushing layers 0.0s done 02:22:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 02:22:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done 02:22:12 #8 DONE 0.1s 02:22:12 02:22:12 1 warning found (use --debug to expand): 02:22:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:22:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:22:12 #1 [internal] load build definition from Dockerfile 02:22:12 #1 transferring dockerfile: 170B done 02:22:12 #1 DONE 0.0s 02:22:12 02:22:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:22:12 #2 DONE 0.0s 02:22:12 02:22:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:22:12 #3 DONE 0.0s 02:22:12 02:22:12 #4 [internal] load .dockerignore 02:22:12 #4 transferring context: 2B done 02:22:12 #4 DONE 0.0s 02:22:12 02:22:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:12 #5 CACHED 02:22:12 02:22:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 02:22:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done 02:22:12 #6 CACHED 02:22:12 02:22:12 #7 exporting to image 02:22:12 #7 exporting layers done 02:22:12 #7 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done 02:22:12 #7 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done 02:22:12 #7 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done 02:22:12 #7 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 02:22:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:13 #7 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done 02:22:13 #7 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done 02:22:13 #7 pushing layers 0.0s done 02:22:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done 02:22:13 #7 DONE 0.1s 02:22:13 02:22:13 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:22:13 #8 DONE 0.0s 02:22:13 02:22:13 1 warning found (use --debug to expand): 02:22:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:13 #1 [internal] load build definition from Dockerfile 02:22:13 #1 transferring dockerfile: 206B done 02:22:13 #1 DONE 0.0s 02:22:13 02:22:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:13 #2 DONE 0.0s 02:22:13 02:22:13 #3 [internal] load .dockerignore 02:22:13 #3 transferring context: 2B done 02:22:13 #3 DONE 0.0s 02:22:13 02:22:13 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:13 #4 DONE 0.1s 02:22:13 02:22:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:13 #5 ... 02:22:13 02:22:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:13 #6 DONE 0.1s 02:22:13 02:22:13 #7 exporting to image 02:22:13 #7 exporting layers done 02:22:13 #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done 02:22:13 #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 02:22:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:13 #7 ... 02:22:13 02:22:13 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:22:13 #8 DONE 0.0s 02:22:13 02:22:13 #7 exporting to image 02:22:13 #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done 02:22:13 #7 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done 02:22:13 #7 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done 02:22:13 #7 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done 02:22:13 #7 pushing layers 0.1s done 02:22:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 02:22:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done 02:22:13 #7 DONE 0.2s 02:22:13 02:22:13 1 warning found (use --debug to expand): 02:22:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:22:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:22:14 #1 [internal] load build definition from Dockerfile 02:22:14 #1 transferring dockerfile: 172B done 02:22:14 #1 DONE 0.0s 02:22:14 02:22:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:22:14 #2 DONE 0.0s 02:22:14 02:22:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:22:14 #3 DONE 0.0s 02:22:14 02:22:14 #4 [internal] load .dockerignore 02:22:14 #4 transferring context: 2B done 02:22:14 #4 DONE 0.0s 02:22:14 02:22:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:14 #5 CACHED 02:22:14 02:22:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:14 #6 CACHED 02:22:14 02:22:14 #7 exporting to image 02:22:14 #7 exporting layers done 02:22:14 #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d 02:22:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:14 #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done 02:22:14 #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done 02:22:14 #7 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done 02:22:14 #7 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done 02:22:14 #7 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done 02:22:14 #7 pushing layers 0.0s done 02:22:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done 02:22:14 #7 DONE 0.1s 02:22:14 02:22:14 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:22:14 #8 DONE 0.0s 02:22:14 02:22:14 1 warning found (use --debug to expand): 02:22:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11' 02:22:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 --push - 02:22:14 #1 [internal] load build definition from Dockerfile 02:22:14 #1 transferring dockerfile: 178B 0.0s done 02:22:14 #1 DONE 0.0s 02:22:14 02:22:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 02:22:14 #2 DONE 0.0s 02:22:14 02:22:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 02:22:14 #3 DONE 0.0s 02:22:14 02:22:14 #4 [internal] load .dockerignore 02:22:14 #4 transferring context: 2B done 02:22:14 #4 DONE 0.0s 02:22:15 02:22:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:15 #5 CACHED 02:22:15 02:22:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:15 #6 CACHED 02:22:15 02:22:15 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:22:15 #7 DONE 0.0s 02:22:15 02:22:15 #8 exporting to image 02:22:15 #8 exporting layers done 02:22:15 #8 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done 02:22:15 #8 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done 02:22:15 #8 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done 02:22:15 #8 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done 02:22:15 #8 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done 02:22:15 #8 pushing layers 0.0s done 02:22:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done 02:22:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:15 #8 DONE 0.1s 02:22:15 02:22:15 1 warning found (use --debug to expand): 02:22:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:15 #1 [internal] load build definition from Dockerfile 02:22:15 #1 transferring dockerfile: 219B done 02:22:15 #1 DONE 0.0s 02:22:15 02:22:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:15 #2 DONE 0.0s 02:22:15 02:22:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:15 #3 DONE 0.0s 02:22:15 02:22:15 #4 [internal] load .dockerignore 02:22:15 #4 transferring context: 2B done 02:22:15 #4 DONE 0.0s 02:22:15 02:22:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:15 #5 CACHED 02:22:15 02:22:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:15 #6 CACHED 02:22:15 02:22:15 #7 exporting to image 02:22:15 #7 exporting layers 02:22:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:15 #7 exporting layers done 02:22:15 #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done 02:22:15 #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done 02:22:15 #7 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done 02:22:15 #7 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done 02:22:15 #7 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done 02:22:15 #7 pushing layers 0.0s done 02:22:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done 02:22:15 #7 DONE 0.1s 02:22:15 02:22:15 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:22:15 #8 DONE 0.0s 02:22:15 02:22:15 1 warning found (use --debug to expand): 02:22:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:22:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:22:15 #1 [internal] load build definition from Dockerfile 02:22:15 #1 transferring dockerfile: 170B done 02:22:15 #1 DONE 0.0s 02:22:15 02:22:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:22:15 #2 DONE 0.0s 02:22:15 02:22:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:22:15 #3 DONE 0.0s 02:22:15 02:22:15 #4 [internal] load .dockerignore 02:22:15 #4 transferring context: 2B done 02:22:15 #4 DONE 0.0s 02:22:15 02:22:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:15 #5 CACHED 02:22:15 02:22:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 02:22:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done 02:22:16 #6 CACHED 02:22:16 02:22:16 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:22:16 #7 DONE 0.0s 02:22:16 02:22:16 #8 exporting to image 02:22:16 #8 exporting layers done 02:22:16 #8 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done 02:22:16 #8 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done 02:22:16 #8 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done 02:22:16 #8 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done 02:22:16 #8 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done 02:22:16 #8 pushing layers 0.0s done 02:22:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done 02:22:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:16 #8 DONE 0.1s 02:22:16 02:22:16 1 warning found (use --debug to expand): 02:22:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:16 #1 [internal] load build definition from Dockerfile 02:22:16 #1 transferring dockerfile: 206B done 02:22:16 #1 DONE 0.0s 02:22:16 02:22:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:16 #2 DONE 0.0s 02:22:16 02:22:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:16 #3 DONE 0.0s 02:22:16 02:22:16 #4 [internal] load .dockerignore 02:22:16 #4 transferring context: 2B done 02:22:16 #4 DONE 0.0s 02:22:16 02:22:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:16 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:16 #5 DONE 0.0s 02:22:16 02:22:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:16 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:16 #6 DONE 0.1s 02:22:16 02:22:16 #7 exporting to image 02:22:16 #7 exporting layers done 02:22:16 #7 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 0.0s done 02:22:16 #7 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done 02:22:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:16 #7 ... 02:22:16 02:22:16 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:22:16 #8 DONE 0.0s 02:22:16 02:22:16 #7 exporting to image 02:22:16 #7 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done 02:22:16 #7 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done 02:22:16 #7 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done 02:22:16 #7 pushing layers 0.1s done 02:22:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 02:22:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done 02:22:17 #7 DONE 0.2s 02:22:17 02:22:17 1 warning found (use --debug to expand): 02:22:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:22:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:22:17 #1 [internal] load build definition from Dockerfile 02:22:17 #1 transferring dockerfile: 172B done 02:22:17 #1 DONE 0.0s 02:22:17 02:22:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:22:17 #2 DONE 0.0s 02:22:17 02:22:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:22:17 #3 DONE 0.0s 02:22:17 02:22:17 #4 [internal] load .dockerignore 02:22:17 #4 transferring context: 2B done 02:22:17 #4 DONE 0.0s 02:22:17 02:22:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:17 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 done 02:22:17 #5 DONE 0.0s 02:22:17 02:22:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:17 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:17 #6 CACHED 02:22:17 02:22:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:17 #5 CACHED 02:22:17 02:22:17 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:22:17 #7 DONE 0.0s 02:22:17 02:22:17 #8 exporting to image 02:22:17 #8 exporting layers done 02:22:17 #8 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done 02:22:17 #8 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done 02:22:17 #8 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done 02:22:17 #8 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done 02:22:17 #8 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done 02:22:17 #8 pushing layers 0.0s done 02:22:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done 02:22:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:17 #8 DONE 0.1s 02:22:17 02:22:17 1 warning found (use --debug to expand): 02:22:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11' 02:22:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 --push - 02:22:17 #1 [internal] load build definition from Dockerfile 02:22:17 #1 transferring dockerfile: 178B done 02:22:17 #1 DONE 0.0s 02:22:17 02:22:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 02:22:17 #2 DONE 0.0s 02:22:17 02:22:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 02:22:17 #3 DONE 0.0s 02:22:17 02:22:17 #4 [internal] load .dockerignore 02:22:17 #4 transferring context: 2B done 02:22:17 #4 DONE 0.0s 02:22:17 02:22:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:17 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 done 02:22:17 #5 CACHED 02:22:17 02:22:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:17 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 done 02:22:17 #6 CACHED 02:22:17 02:22:17 #7 exporting to image 02:22:17 #7 exporting layers done 02:22:17 #7 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done 02:22:17 #7 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done 02:22:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:18 #7 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done 02:22:18 #7 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done 02:22:18 #7 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done 02:22:18 #7 pushing layers 0.0s done 02:22:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done 02:22:18 #7 DONE 0.1s 02:22:18 02:22:18 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:22:18 #8 DONE 0.0s 02:22:18 02:22:18 1 warning found (use --debug to expand): 02:22:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:18 #1 [internal] load build definition from Dockerfile 02:22:18 #1 transferring dockerfile: 219B done 02:22:18 #1 DONE 0.0s 02:22:18 02:22:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:18 #2 DONE 0.0s 02:22:18 02:22:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:18 #3 DONE 0.0s 02:22:18 02:22:18 #4 [internal] load .dockerignore 02:22:18 #4 transferring context: 2B done 02:22:18 #4 DONE 0.0s 02:22:18 02:22:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:18 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:18 #5 CACHED 02:22:18 02:22:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:18 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:18 #6 CACHED 02:22:18 02:22:18 #7 exporting to image 02:22:18 #7 exporting layers 02:22:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:18 #7 exporting layers done 02:22:18 #7 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done 02:22:18 #7 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done 02:22:18 #7 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done 02:22:18 #7 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done 02:22:18 #7 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done 02:22:18 #7 pushing layers 0.0s done 02:22:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done 02:22:18 #7 DONE 0.1s 02:22:18 02:22:18 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:22:18 #8 DONE 0.0s 02:22:18 02:22:18 1 warning found (use --debug to expand): 02:22:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:22:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:22:18 #1 [internal] load build definition from Dockerfile 02:22:18 #1 transferring dockerfile: 170B done 02:22:18 #1 DONE 0.0s 02:22:18 02:22:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:22:18 #2 DONE 0.0s 02:22:18 02:22:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:22:18 #3 DONE 0.0s 02:22:18 02:22:18 #4 [internal] load .dockerignore 02:22:18 #4 transferring context: 2B done 02:22:18 #4 DONE 0.0s 02:22:18 02:22:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:18 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:18 #5 CACHED 02:22:18 02:22:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:18 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done 02:22:18 #6 DONE 0.0s 02:22:19 02:22:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 02:22:19 #6 CACHED 02:22:19 02:22:19 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:22:19 #7 DONE 0.0s 02:22:19 02:22:19 #8 exporting to image 02:22:19 #8 exporting layers done 02:22:19 #8 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done 02:22:19 #8 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done 02:22:19 #8 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done 02:22:19 #8 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done 02:22:19 #8 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done 02:22:19 #8 pushing layers 0.0s done 02:22:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done 02:22:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:19 #8 DONE 0.1s 02:22:19 02:22:19 1 warning found (use --debug to expand): 02:22:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' 02:22:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - 02:22:19 #1 [internal] load build definition from Dockerfile 02:22:19 #1 transferring dockerfile: 202B done 02:22:19 #1 DONE 0.0s 02:22:19 02:22:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:19 #2 DONE 0.0s 02:22:19 02:22:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:22:19 #3 DONE 0.0s 02:22:19 02:22:19 #4 [internal] load .dockerignore 02:22:19 #4 transferring context: 2B done 02:22:19 #4 DONE 0.0s 02:22:19 02:22:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:19 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:19 #5 DONE 0.0s 02:22:19 02:22:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:19 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 done 02:22:19 #6 DONE 0.1s 02:22:19 02:22:19 #7 exporting to image 02:22:19 #7 exporting layers done 02:22:19 #7 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done 02:22:19 #7 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done 02:22:19 #7 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done 02:22:19 #7 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 02:22:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:19 #7 ... 02:22:19 02:22:19 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:22:19 #8 DONE 0.0s 02:22:19 02:22:19 #7 exporting to image 02:22:19 #7 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done 02:22:19 #7 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done 02:22:19 #7 pushing layers 0.1s done 02:22:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 02:22:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done 02:22:20 #7 DONE 0.2s 02:22:20 02:22:20 1 warning found (use --debug to expand): 02:22:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:22:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:22:20 #1 [internal] load build definition from Dockerfile 02:22:20 #1 transferring dockerfile: 168B done 02:22:20 #1 DONE 0.0s 02:22:20 02:22:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:22:20 #2 DONE 0.0s 02:22:20 02:22:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:22:20 #3 DONE 0.0s 02:22:20 02:22:20 #4 [internal] load .dockerignore 02:22:20 #4 transferring context: 2B done 02:22:20 #4 DONE 0.0s 02:22:20 02:22:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:20 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 done 02:22:20 #5 CACHED 02:22:20 02:22:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:20 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:20 #6 CACHED 02:22:20 02:22:20 #7 exporting to image 02:22:20 #7 exporting layers 02:22:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:20 #7 exporting layers done 02:22:20 #7 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done 02:22:20 #7 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done 02:22:20 #7 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done 02:22:20 #7 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done 02:22:20 #7 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done 02:22:20 #7 pushing layers 0.0s done 02:22:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done 02:22:20 #7 DONE 0.1s 02:22:20 02:22:20 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:22:20 #8 DONE 0.0s 02:22:20 02:22:20 1 warning found (use --debug to expand): 02:22:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 --push - 02:22:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11' 02:22:21 #1 [internal] load build definition from Dockerfile 02:22:21 #1 transferring dockerfile: 174B done 02:22:21 #1 DONE 0.0s 02:22:21 02:22:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 02:22:21 #2 DONE 0.0s 02:22:21 02:22:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 02:22:21 #3 DONE 0.0s 02:22:21 02:22:21 #4 [internal] load .dockerignore 02:22:21 #4 transferring context: 2B done 02:22:21 #4 DONE 0.0s 02:22:21 02:22:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:21 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:21 #5 CACHED 02:22:21 02:22:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:21 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:21 #6 CACHED 02:22:21 02:22:21 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:22:21 #7 DONE 0.0s 02:22:21 02:22:21 #8 exporting to image 02:22:21 #8 exporting layers done 02:22:21 #8 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done 02:22:21 #8 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done 02:22:21 #8 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done 02:22:21 #8 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done 02:22:21 #8 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done 02:22:21 #8 pushing layers 0.0s done 02:22:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done 02:22:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:21 #8 DONE 0.1s 02:22:21 02:22:21 1 warning found (use --debug to expand): 02:22:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - 02:22:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' 02:22:21 #1 [internal] load build definition from Dockerfile 02:22:21 #1 transferring dockerfile: 215B done 02:22:21 #1 DONE 0.0s 02:22:21 02:22:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:21 #2 DONE 0.0s 02:22:21 02:22:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:22:21 #3 DONE 0.0s 02:22:21 02:22:21 #4 [internal] load .dockerignore 02:22:21 #4 transferring context: 2B done 02:22:21 #4 DONE 0.0s 02:22:21 02:22:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:21 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:21 #5 CACHED 02:22:21 02:22:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:21 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:21 #6 CACHED 02:22:21 02:22:21 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:22:21 #7 DONE 0.0s 02:22:21 02:22:21 #8 exporting to image 02:22:21 #8 exporting layers done 02:22:21 #8 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done 02:22:21 #8 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done 02:22:21 #8 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done 02:22:21 #8 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done 02:22:21 #8 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done 02:22:21 #8 pushing layers 0.0s done 02:22:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done 02:22:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:21 #8 DONE 0.1s 02:22:21 02:22:21 1 warning found (use --debug to expand): 02:22:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:22:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:22:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:22:22 #1 [internal] load build definition from Dockerfile 02:22:22 #1 transferring dockerfile: 166B done 02:22:22 #1 DONE 0.0s 02:22:22 02:22:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:22:22 #2 DONE 0.0s 02:22:22 02:22:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:22:22 #3 DONE 0.0s 02:22:22 02:22:22 #4 [internal] load .dockerignore 02:22:22 #4 transferring context: 2B done 02:22:22 #4 DONE 0.0s 02:22:22 02:22:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:22 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:22 #5 CACHED 02:22:22 02:22:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 02:22:22 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done 02:22:22 #6 CACHED 02:22:22 02:22:22 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:22:22 #7 DONE 0.0s 02:22:22 02:22:22 #8 exporting to image 02:22:22 #8 exporting layers done 02:22:22 #8 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done 02:22:22 #8 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done 02:22:22 #8 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done 02:22:22 #8 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done 02:22:22 #8 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done 02:22:22 #8 pushing layers 0.0s done 02:22:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 02:22:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:22:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done 02:22:22 #8 DONE 0.1s 02:22:22 02:22:22 1 warning found (use --debug to expand): 02:22:22  - 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 02:22:22 + '[' -d /w/workspace/edgex-go/838/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:22:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:22:23 ---> package-listing.sh 02:22:23 ++ facter osfamily 02:22:23 ++ tr '[:upper:]' '[:lower:]' 02:22:23 + OS_FAMILY=redhat 02:22:23 + workspace=/w/workspace/edgex-go/838 02:22:23 + START_PACKAGES=/tmp/packages_start.txt 02:22:23 + END_PACKAGES=/tmp/packages_end.txt 02:22:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:22:23 + PACKAGES=/tmp/packages_start.txt 02:22:23 + '[' /w/workspace/edgex-go/838 ']' 02:22:23 + PACKAGES=/tmp/packages_end.txt 02:22:23 + case "${OS_FAMILY}" in 02:22:23 + sort 02:22:23 + rpm -qa 02:22:24 + '[' -f /tmp/packages_start.txt ']' 02:22:24 + '[' -f /tmp/packages_end.txt ']' 02:22:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:22:24 + '[' /w/workspace/edgex-go/838 ']' 02:22:24 + mkdir -p /w/workspace/edgex-go/838/archives/ 02:22:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/838/archives/ [Pipeline] echo 02:22:24 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/838/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:22:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:22:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:22:25 02:22:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:22:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:22:25 latest: Pulling from edgex-lftools-log-publisher 02:22:25 5eb5b503b376: Pulling fs layer 02:22:25 5c69ac0246d0: Pulling fs layer 02:22:25 ec43610c2a17: Pulling fs layer 02:22:25 3a2ae6a8a46f: Pulling fs layer 02:22:25 33b1e0a273af: Pulling fs layer 02:22:25 5d3b04190fa2: Pulling fs layer 02:22:25 2f39f015ded8: Pulling fs layer 02:22:25 3a2ae6a8a46f: Waiting 02:22:25 33b1e0a273af: Waiting 02:22:25 5d3b04190fa2: Waiting 02:22:25 2f39f015ded8: Waiting 02:22:25 5c69ac0246d0: Verifying Checksum 02:22:25 5c69ac0246d0: Download complete 02:22:25 3a2ae6a8a46f: Verifying Checksum 02:22:25 3a2ae6a8a46f: Download complete 02:22:25 ec43610c2a17: Verifying Checksum 02:22:25 ec43610c2a17: Download complete 02:22:25 33b1e0a273af: Verifying Checksum 02:22:25 33b1e0a273af: Download complete 02:22:25 5d3b04190fa2: Verifying Checksum 02:22:25 5d3b04190fa2: Download complete 02:22:25 5eb5b503b376: Verifying Checksum 02:22:25 5eb5b503b376: Download complete 02:22:26 2f39f015ded8: Verifying Checksum 02:22:26 2f39f015ded8: Download complete 02:22:27 5eb5b503b376: Pull complete 02:22:27 5c69ac0246d0: Pull complete 02:22:27 ec43610c2a17: Pull complete 02:22:27 3a2ae6a8a46f: Pull complete 02:22:28 33b1e0a273af: Pull complete 02:22:28 5d3b04190fa2: Pull complete 02:22:32 2f39f015ded8: Pull complete 02:22:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:22:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:22:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:22:32 prd-centos7-docker-4c-2g-2252 does not seem to be running inside a container 02:22:32 $ 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/838/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 02:22:35 $ docker top aa79ae769405916fde4962b048ba6d56da1628d1003623e1ea56451703a871c3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:22:36 + touch /tmp/pre-build-complete [Pipeline] sh 02:22:36 + mkdir -p /var/log/sysstat [Pipeline] sh 02:22:36 + ls /var/log/sa-host 02:22:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:22:36 provisioning config files... 02:22:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5272821791060961921tmp [Pipeline] { [Pipeline] echo 02:22:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:22:37 ---> create-netrc.sh [Pipeline] } 02:22:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:22:37 ---> python-tools-install.sh [Pipeline] echo 02:22:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:22:37 ---> sudo-logs.sh 02:22:37 Archiving 'sudo' log.. 02:22:37 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:22:37 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:22:37 $ docker stop --time=1 aa79ae769405916fde4962b048ba6d56da1628d1003623e1ea56451703a871c3 02:22:39 $ docker rm -f --volumes aa79ae769405916fde4962b048ba6d56da1628d1003623e1ea56451703a871c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:22:39 [WS-CLEANUP] Deleting project workspace... 02:22:39 [WS-CLEANUP] Deferred wipeout is used... 02:22:39 [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] } 02:38:15 #154 ... 02:38:15 02:38:15 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:38:15 #151 DONE 1101.4s 02:38:15 02:38:15 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:38:15 #146 ... 02:38:15 02:38:15 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:38:15 #155 DONE 0.2s 02:38:15 02:38:15 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:38:15 #149 ... 02:38:15 02:38:15 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:38:15 #156 DONE 0.2s 02:38:15 02:38:15 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:38:15 #157 DONE 0.3s 02:38:15 02:38:15 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:38:15 #158 DONE 0.1s 02:38:15 02:38:15 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:38:15 #159 DONE 0.1s 02:38:15 02:38:15 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:38:15 #160 DONE 2.1s 02:38:15 02:38:15 #115 [core-common-config-bootstrapper] exporting to image 02:38:15 #115 exporting layers 02:38:15 #115 exporting layers 0.6s done 02:38:15 #115 writing image sha256:696c9469fb06fd56edcc6ec84fa7f97685f646ce22b5a140477d6002a886b626 done 02:38:15 #115 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:38:15 #115 DONE 5.0s 02:38:15 02:38:15 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:38:16 #152 ... 02:38:16 02:38:16 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:38:16 #148 DONE 1115.1s 02:38:16 02:38:16 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:38:17 #161 DONE 0.4s 02:38:17 02:38:17 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:38:17 #149 ... 02:38:17 02:38:17 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:38:19 #162 DONE 2.5s 02:38:19 02:38:19 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:38:19 #163 DONE 0.2s 02:38:19 02:38:19 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:38:19 #164 DONE 0.2s 02:38:19 02:38:19 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:38:20 #165 DONE 0.4s 02:38:20 02:38:20 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:38:20 #147 ... 02:38:20 02:38:20 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:38:20 #166 DONE 0.1s 02:38:20 02:38:20 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:38:20 #167 DONE 0.2s 02:38:20 02:38:20 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:38:20 #168 DONE 0.1s 02:38:20 02:38:20 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:38:21 #169 DONE 0.1s 02:38:21 02:38:21 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:38:21 #170 DONE 0.1s 02:38:21 02:38:21 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:38:23 #171 DONE 2.3s 02:38:23 02:38:23 #115 [security-bootstrapper] exporting to image 02:38:23 #115 exporting layers 02:38:24 #115 exporting layers 1.1s done 02:38:24 #115 writing image sha256:dbce5baf8e9950d78202e811d4328893eb3cf0efe8eabc0878a52eb7cf322756 done 02:38:24 #115 naming to docker.io/library/security-bootstrapper-arm64 done 02:38:24 #115 DONE 6.1s 02:38:24 02:38:24 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:52:22 #150 ... 02:52:22 02:52:22 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:52:22 #149 DONE 1955.2s 02:52:22 02:52:22 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:52:22 #146 ... 02:52:22 02:52:22 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:52:22 #172 DONE 0.1s 02:52:22 02:52:22 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:52:22 #173 DONE 0.1s 02:52:22 02:52:22 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:52:22 #147 ... 02:52:22 02:52:22 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:52:22 #174 DONE 0.4s 02:52:22 02:52:22 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:52:22 #175 DONE 0.1s 02:52:22 02:52:22 #115 [core-command] exporting to image 02:52:22 #115 exporting layers 02:52:22 #115 exporting layers 0.5s done 02:52:22 #115 writing image sha256:5dd72c0ba3a90557a641d943f503413a576e635fc507d9d9f2bae1678e08751d done 02:52:22 #115 naming to docker.io/library/core-command-arm64 done 02:52:22 #115 DONE 6.6s 02:52:22 02:52:22 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:52:48 #150 ... 02:52:48 02:52:48 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:52:48 #144 1984.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:52:48 #144 ... 02:52:48 02:52:48 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:52:48 #146 DONE 1987.2s 02:52:48 02:52:48 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:52:49 #150 ... 02:52:49 02:52:49 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:52:49 #176 DONE 0.2s 02:52:49 02:52:49 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:52:49 #152 ... 02:52:49 02:52:49 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:52:49 #177 DONE 0.2s 02:52:49 02:52:49 #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 02:52:49 #178 DONE 0.1s 02:52:49 02:52:49 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:52:49 #179 DONE 0.2s 02:52:49 02:52:49 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:52:50 #180 DONE 0.3s 02:52:50 02:52:50 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:52:50 #181 DONE 0.3s 02:52:50 02:52:50 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:52:52 #182 DONE 2.0s 02:52:52 02:52:52 #115 [security-proxy-setup] exporting to image 02:52:52 #115 exporting layers 02:52:53 #115 exporting layers 1.0s done 02:52:53 #115 writing image sha256:a64beff351a3c8eb90d5f41c57452523cfa76b467878736c80eecbce492014ab done 02:52:53 #115 naming to docker.io/library/security-proxy-setup-arm64 done 02:52:53 #115 DONE 7.6s 02:52:53 02:52:53 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:53:20 #147 ... 02:53:20 02:53:20 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:53:20 #144 DONE 2015.4s 02:53:20 02:53:20 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:53:20 #150 ... 02:53:20 02:53:20 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:53:20 #183 DONE 0.3s 02:53:20 02:53:20 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:53:20 #154 ... 02:53:20 02:53:20 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:53:20 #184 DONE 0.2s 02:53:20 02:53:20 #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 02:53:20 #185 DONE 0.1s 02:53:20 02:53:20 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:53:20 #150 ... 02:53:20 02:53:20 #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 02:53:20 #186 DONE 0.1s 02:53:20 02:53:20 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:53:20 #187 DONE 0.1s 02:53:20 02:53:20 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:53:20 #150 ... 02:53:20 02:53:20 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:53:20 #188 DONE 0.4s 02:53:20 02:53:20 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:53:20 #189 DONE 0.4s 02:53:20 02:53:20 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:53:20 #147 ... 02:53:20 02:53:20 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:53:20 #190 DONE 0.1s 02:53:20 02:53:20 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:53:21 #191 DONE 1.8s 02:53:21 02:53:21 #115 [security-secretstore-setup] exporting to image 02:53:21 #115 exporting layers 02:53:22 #115 exporting layers 1.4s done 02:53:22 #115 writing image sha256:c606f1005386e1de49a64cf5188ed51dee053f902ac99a41571c61df012bc5dc done 02:53:22 #115 naming to docker.io/library/security-secretstore-setup-arm64 done 02:53:22 #115 DONE 9.1s 02:53:22 02:53:22 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:54:30 #154 ... 02:54:30 02:54:30 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:54:30 #147 DONE 2083.8s 02:54:30 02:54:30 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:54:30 #143 ... 02:54:30 02:54:30 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:54:30 #192 DONE 0.3s 02:54:30 02:54:30 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:54:30 #193 DONE 0.2s 02:54:30 02:54:30 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:54:30 #194 DONE 0.4s 02:54:30 02:54:30 #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 02:54:30 #195 DONE 0.1s 02:54:30 02:54:30 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:54:30 #152 ... 02:54:30 02:54:30 #115 [security-spiffe-token-provider] exporting to image 02:54:30 #115 exporting layers 02:54:30 #115 exporting layers 0.9s done 02:54:30 #115 writing image sha256:f5eca146fb4e4110a1fd1cef5f62a45527513e9dc7f3ffd57c677b87a0fe9201 done 02:54:30 #115 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:54:30 #115 DONE 10.0s 02:54:30 02:54:30 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:54:57 #143 ... 02:54:57 02:54:57 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:54:57 #150 DONE 2113.4s 02:54:57 02:54:57 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:54:57 #154 ... 02:54:57 02:54:57 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:54:57 #196 DONE 0.1s 02:54:57 02:54:57 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:54:57 #197 DONE 0.1s 02:54:57 02:54:57 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:54:57 #198 DONE 0.4s 02:54:57 02:54:57 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:54:57 #145 ... 02:54:57 02:54:57 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:54:57 #199 DONE 0.2s 02:54:57 02:54:57 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:54:57 #200 DONE 0.3s 02:54:57 02:54:57 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:54:58 #201 DONE 1.8s 02:54:58 02:54:58 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:54:58 #143 ... 02:54:58 02:54:58 #115 [security-proxy-auth] exporting to image 02:54:58 #115 exporting layers 02:54:59 #115 exporting layers 0.6s done 02:54:59 #115 writing image sha256:866d3960029a14cbacd1b1d716205d2b1e4fb940eddd8e14229278a215452c31 done 02:54:59 #115 naming to docker.io/library/security-proxy-auth-arm64 done 02:54:59 #115 DONE 10.6s 02:54:59 02:54:59 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:55:01 #143 ... 02:55:01 02:55:01 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:55:01 #154 DONE 2120.3s 02:55:01 02:55:01 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:55:02 #145 ... 02:55:02 02:55:02 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:55:02 #202 DONE 0.3s 02:55:02 02:55:02 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:55:02 #145 ... 02:55:02 02:55:02 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:55:03 #203 ... 02:55:03 02:55:03 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:55:03 #152 DONE 2121.3s 02:55:03 02:55:03 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:55:03 #143 ... 02:55:03 02:55:03 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:55:03 #203 DONE 0.5s 02:55:03 02:55:03 #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:55:03 #204 DONE 0.4s 02:55:03 02:55:03 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:55:04 #205 ... 02:55:04 02:55:04 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:55:04 #206 DONE 0.2s 02:55:04 02:55:04 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:55:04 #205 DONE 0.8s 02:55:04 02:55:04 #207 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:55:04 #207 DONE 0.4s 02:55:04 02:55:04 #115 [core-data] exporting to image 02:55:04 #115 exporting layers 02:55:05 #115 ... 02:55:05 02:55:05 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:55:05 #208 DONE 0.8s 02:55:05 02:55:05 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:55:05 #145 DONE 2123.3s 02:55:05 02:55:05 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:55:05 #209 DONE 0.4s 02:55:05 02:55:05 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:55:05 #210 DONE 0.2s 02:55:05 02:55:05 #115 [core-metadata] exporting to image 02:55:05 #115 exporting layers 1.3s done 02:55:05 #115 writing image sha256:6ada8aea0fddd3d9692180af0ac862b4421cb8e86b18ee01db32951825ccb430 02:55:06 #115 writing image sha256:6ada8aea0fddd3d9692180af0ac862b4421cb8e86b18ee01db32951825ccb430 0.0s done 02:55:06 #115 naming to docker.io/library/core-data-arm64 0.0s done 02:55:06 #115 ... 02:55:06 02:55:06 #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:55:06 #211 DONE 0.1s 02:55:06 02:55:06 #115 [core-metadata] exporting to image 02:55:06 #115 exporting layers 0.9s done 02:55:06 #115 writing image sha256:9ad9a5c38ca5e0597bfabd1933829b058b7227991413acc826890d23979762d3 done 02:55:06 #115 naming to docker.io/library/core-metadata-arm64 done 02:55:06 #115 DONE 12.3s 02:55:06 02:55:06 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:55:06 #212 DONE 0.5s 02:55:06 02:55:06 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:55:06 #213 DONE 0.2s 02:55:06 02:55:06 #115 [core-keeper] exporting to image 02:55:07 #115 exporting layers 0.4s done 02:55:07 #115 writing image sha256:7f6fd7771acedc884ee6ee238bd1fa2e2ae40c493cf12e1975fc1a24da64341e done 02:55:07 #115 naming to docker.io/library/core-keeper-arm64 done 02:55:07 #115 DONE 12.8s 02:55:07 02:55:07 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:55:39 #153 DONE 2157.3s 02:55:39 02:55:39 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:55:39 #143 ... 02:55:39 02:55:39 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:55:39 #214 DONE 0.2s 02:55:39 02:55:39 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:55:39 #215 DONE 0.1s 02:55:39 02:55:39 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:55:39 #143 ... 02:55:39 02:55:39 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:55:40 #216 DONE 0.6s 02:55:40 02:55:40 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:55:40 #143 ... 02:55:40 02:55:40 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:55:40 #217 DONE 0.1s 02:55:40 02:55:40 #115 [support-scheduler] exporting to image 02:55:40 #115 exporting layers 02:55:41 #115 exporting layers 1.2s done 02:55:41 #115 writing image sha256:8c12c87615426c94a728942c11c8e253019d6b48c4fa42ebe445c7455801b399 done 02:55:41 #115 naming to docker.io/library/support-scheduler-arm64 done 02:55:41 #115 DONE 14.0s 02:55:41 02:55:41 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:55:44 #143 DONE 2163.0s 02:55:45 02:55:45 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:55:45 #218 DONE 0.1s 02:55:45 02:55:45 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:55:45 #219 DONE 0.1s 02:55:45 02:55:45 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:55:45 #220 DONE 0.4s 02:55:45 02:55:45 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:55:45 #221 DONE 0.1s 02:55:45 02:55:45 #115 [support-notifications] exporting to image 02:55:46 #115 exporting layers 0.5s done 02:55:46 #115 writing image sha256:4264f8c349ae96455b70b9e242a1d134cc2c177127ae3636f2d391eaa5dd4356 done 02:55:46 #115 naming to docker.io/library/support-notifications-arm64 done 02:55:46 #115 DONE 14.5s 02:55:46 time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:55:46 time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:55:46 $ docker stop --time=1 bfe44ec127014392eb824ab251d89c2e369d088707d65e2ae7d02d7f7eaf01f3 02:55:48 $ docker rm -f --volumes bfe44ec127014392eb824ab251d89c2e369d088707d65e2ae7d02d7f7eaf01f3 [Pipeline] // withDockerContainer [Pipeline] sh 02:55:48 + docker images 02:55:48 REPOSITORY TAG IMAGE ID CREATED SIZE 02:55:48 support-notifications-arm64 latest 4264f8c349ae 3 seconds ago 52.3MB 02:55:48 support-scheduler-arm64 latest 8c12c8761542 8 seconds ago 48.5MB 02:55:48 core-keeper-arm64 latest 7f6fd7771ace 42 seconds ago 32.6MB 02:55:48 core-metadata-arm64 latest 9ad9a5c38ca5 43 seconds ago 33.1MB 02:55:48 core-data-arm64 latest 6ada8aea0fdd 44 seconds ago 33MB 02:55:48 security-proxy-auth-arm64 latest 866d3960029a 50 seconds ago 31.9MB 02:55:48 security-spiffe-token-provider-arm64 latest f5eca146fb4e About a minute ago 48.1MB 02:55:48 security-secretstore-setup-arm64 latest c606f1005386 2 minutes ago 67.6MB 02:55:48 security-proxy-setup-arm64 latest a64beff351a3 2 minutes ago 38.7MB 02:55:48 core-command-arm64 latest 5dd72c0ba3a9 3 minutes ago 28.5MB 02:55:48 security-bootstrapper-arm64 latest dbce5baf8e99 17 minutes ago 21.1MB 02:55:48 core-common-config-bootstrapper-arm64 latest 696c9469fb06 17 minutes ago 17.9MB 02:55:48 security-spire-agent-arm64 latest b87c60f2109a 37 minutes ago 187MB 02:55:48 security-spire-config-arm64 latest 4e96e1613f3b 37 minutes ago 143MB 02:55:48 security-spire-server-arm64 latest ef1da6d422c5 37 minutes ago 144MB 02:55:48 ci-base-image-arm64 latest e94948e4cbef 39 minutes ago 910MB 02:55:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 02:55:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:55:48 provisioning config files... 02:55:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config3876520931679569690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:55:49 ---> ****-login.sh 02:55:49 nexus3.edgexfoundry.org:10001 02:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:49 Configure a credential helper to remove this warning. See 02:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:49 02:55:49 Login Succeeded 02:55:49 nexus3.edgexfoundry.org:10002 02:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:49 Configure a credential helper to remove this warning. See 02:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:49 02:55:49 Login Succeeded 02:55:49 nexus3.edgexfoundry.org:10003 02:55:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:50 Configure a credential helper to remove this warning. See 02:55:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:50 02:55:50 Login Succeeded 02:55:50 nexus3.edgexfoundry.org:10004 02:55:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:50 Configure a credential helper to remove this warning. See 02:55:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:50 02:55:50 Login Succeeded 02:55:50 ****.io 02:55:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:50 Configure a credential helper to remove this warning. See 02:55:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:50 02:55:50 Login Succeeded 02:55:50 ---> ****-login.sh ends [Pipeline] } 02:55:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:55:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:55:51 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:55:51 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:55:51 latest 02:55:51 4.1.0-dev.11 02:55:51 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:55:51 main 02:55:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:55:51 451cb93227a5: Preparing 02:55:51 b98547d0f149: Preparing 02:55:51 bff0fa6e606c: Preparing 02:55:51 582a4b4a1fb2: Preparing 02:55:51 bfd6849469e3: Preparing 02:55:51 7568d5ace1c7: Preparing 02:55:51 dd9c8f8612c8: Preparing 02:55:51 7568d5ace1c7: Waiting 02:55:51 dd9c8f8612c8: Waiting 02:55:51 bff0fa6e606c: Pushed 02:55:51 451cb93227a5: Pushed 02:55:51 582a4b4a1fb2: Pushed 02:55:51 bfd6849469e3: Pushed 02:55:51 dd9c8f8612c8: Layer already exists 02:55:51 7568d5ace1c7: Pushed 02:55:56 b98547d0f149: Pushed 02:55:56 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:55:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:55:57 451cb93227a5: Preparing 02:55:57 b98547d0f149: Preparing 02:55:57 bff0fa6e606c: Preparing 02:55:57 582a4b4a1fb2: Preparing 02:55:57 bfd6849469e3: Preparing 02:55:57 7568d5ace1c7: Preparing 02:55:57 dd9c8f8612c8: Preparing 02:55:57 7568d5ace1c7: Waiting 02:55:57 dd9c8f8612c8: Waiting 02:55:57 582a4b4a1fb2: Layer already exists 02:55:57 bfd6849469e3: Layer already exists 02:55:57 bff0fa6e606c: Layer already exists 02:55:57 451cb93227a5: Layer already exists 02:55:57 b98547d0f149: Layer already exists 02:55:57 dd9c8f8612c8: Layer already exists 02:55:57 7568d5ace1c7: Layer already exists 02:55:57 latest: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 02:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:55:58 451cb93227a5: Preparing 02:55:58 b98547d0f149: Preparing 02:55:58 bff0fa6e606c: Preparing 02:55:58 582a4b4a1fb2: Preparing 02:55:58 bfd6849469e3: Preparing 02:55:58 7568d5ace1c7: Preparing 02:55:58 dd9c8f8612c8: Preparing 02:55:58 7568d5ace1c7: Waiting 02:55:58 dd9c8f8612c8: Waiting 02:55:58 bff0fa6e606c: Layer already exists 02:55:58 bfd6849469e3: Layer already exists 02:55:58 b98547d0f149: Layer already exists 02:55:58 582a4b4a1fb2: Layer already exists 02:55:58 451cb93227a5: Layer already exists 02:55:58 dd9c8f8612c8: Layer already exists 02:55:58 7568d5ace1c7: Layer already exists 02:55:58 4.1.0-dev.11: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:55:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:55:59 451cb93227a5: Preparing 02:55:59 b98547d0f149: Preparing 02:55:59 bff0fa6e606c: Preparing 02:55:59 582a4b4a1fb2: Preparing 02:55:59 bfd6849469e3: Preparing 02:55:59 7568d5ace1c7: Preparing 02:55:59 dd9c8f8612c8: Preparing 02:55:59 7568d5ace1c7: Waiting 02:55:59 dd9c8f8612c8: Waiting 02:55:59 bfd6849469e3: Layer already exists 02:55:59 bff0fa6e606c: Layer already exists 02:55:59 582a4b4a1fb2: Layer already exists 02:55:59 b98547d0f149: Layer already exists 02:55:59 451cb93227a5: Layer already exists 02:55:59 7568d5ace1c7: Layer already exists 02:55:59 dd9c8f8612c8: Layer already exists 02:55:59 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:55:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:55:59 451cb93227a5: Preparing 02:55:59 b98547d0f149: Preparing 02:55:59 bff0fa6e606c: Preparing 02:55:59 582a4b4a1fb2: Preparing 02:55:59 bfd6849469e3: Preparing 02:55:59 7568d5ace1c7: Preparing 02:55:59 dd9c8f8612c8: Preparing 02:55:59 7568d5ace1c7: Waiting 02:55:59 dd9c8f8612c8: Waiting 02:55:59 451cb93227a5: Layer already exists 02:55:59 582a4b4a1fb2: Layer already exists 02:55:59 bfd6849469e3: Layer already exists 02:55:59 b98547d0f149: Layer already exists 02:55:59 bff0fa6e606c: Layer already exists 02:55:59 dd9c8f8612c8: Layer already exists 02:55:59 7568d5ace1c7: Layer already exists 02:55:59 main: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:00 ===================================================== [Pipeline] echo 02:56:00 taggedImages: 02:56:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:56:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 02:56:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:56:00 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:56:00 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:00 latest 02:56:00 4.1.0-dev.11 02:56:00 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:00 main 02:56:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:01 4272cd06715f: Preparing 02:56:01 477a71f6d77d: Preparing 02:56:01 dd7f382bc4d8: Preparing 02:56:01 cdcb54aa2f49: Preparing 02:56:01 bff0fa6e606c: Preparing 02:56:01 582a4b4a1fb2: Preparing 02:56:01 bfd6849469e3: Preparing 02:56:01 7568d5ace1c7: Preparing 02:56:01 dd9c8f8612c8: Preparing 02:56:01 582a4b4a1fb2: Waiting 02:56:01 bfd6849469e3: Waiting 02:56:01 7568d5ace1c7: Waiting 02:56:01 dd9c8f8612c8: Waiting 02:56:01 bff0fa6e606c: Layer already exists 02:56:01 582a4b4a1fb2: Layer already exists 02:56:01 bfd6849469e3: Layer already exists 02:56:01 477a71f6d77d: Pushed 02:56:01 dd7f382bc4d8: Pushed 02:56:01 4272cd06715f: Pushed 02:56:01 7568d5ace1c7: Layer already exists 02:56:01 dd9c8f8612c8: Layer already exists 02:56:03 cdcb54aa2f49: Pushed 02:56:03 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:03 + 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 02:56:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:56:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:04 4272cd06715f: Preparing 02:56:04 477a71f6d77d: Preparing 02:56:04 dd7f382bc4d8: Preparing 02:56:04 cdcb54aa2f49: Preparing 02:56:04 bff0fa6e606c: Preparing 02:56:04 582a4b4a1fb2: Preparing 02:56:04 bfd6849469e3: Preparing 02:56:04 7568d5ace1c7: Preparing 02:56:04 dd9c8f8612c8: Preparing 02:56:04 582a4b4a1fb2: Waiting 02:56:04 bfd6849469e3: Waiting 02:56:04 7568d5ace1c7: Waiting 02:56:04 dd9c8f8612c8: Waiting 02:56:04 cdcb54aa2f49: Layer already exists 02:56:04 4272cd06715f: Layer already exists 02:56:04 bff0fa6e606c: Layer already exists 02:56:04 dd7f382bc4d8: Layer already exists 02:56:04 477a71f6d77d: Layer already exists 02:56:04 dd9c8f8612c8: Layer already exists 02:56:04 bfd6849469e3: Layer already exists 02:56:04 582a4b4a1fb2: Layer already exists 02:56:04 7568d5ace1c7: Layer already exists 02:56:04 latest: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 02:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:05 4272cd06715f: Preparing 02:56:05 477a71f6d77d: Preparing 02:56:05 dd7f382bc4d8: Preparing 02:56:05 cdcb54aa2f49: Preparing 02:56:05 bff0fa6e606c: Preparing 02:56:05 582a4b4a1fb2: Preparing 02:56:05 bfd6849469e3: Preparing 02:56:05 7568d5ace1c7: Preparing 02:56:05 dd9c8f8612c8: Preparing 02:56:05 582a4b4a1fb2: Waiting 02:56:05 bfd6849469e3: Waiting 02:56:05 7568d5ace1c7: Waiting 02:56:05 dd9c8f8612c8: Waiting 02:56:05 bff0fa6e606c: Layer already exists 02:56:05 477a71f6d77d: Layer already exists 02:56:05 dd7f382bc4d8: Layer already exists 02:56:05 cdcb54aa2f49: Layer already exists 02:56:05 4272cd06715f: Layer already exists 02:56:05 dd9c8f8612c8: Layer already exists 02:56:05 bfd6849469e3: Layer already exists 02:56:05 582a4b4a1fb2: Layer already exists 02:56:05 7568d5ace1c7: Layer already exists 02:56:05 4.1.0-dev.11: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:05 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:05 4272cd06715f: Preparing 02:56:05 477a71f6d77d: Preparing 02:56:05 dd7f382bc4d8: Preparing 02:56:05 cdcb54aa2f49: Preparing 02:56:05 bff0fa6e606c: Preparing 02:56:05 582a4b4a1fb2: Preparing 02:56:05 bfd6849469e3: Preparing 02:56:05 7568d5ace1c7: Preparing 02:56:05 dd9c8f8612c8: Preparing 02:56:05 7568d5ace1c7: Waiting 02:56:05 dd9c8f8612c8: Waiting 02:56:05 582a4b4a1fb2: Waiting 02:56:05 bfd6849469e3: Waiting 02:56:06 dd7f382bc4d8: Layer already exists 02:56:06 bff0fa6e606c: Layer already exists 02:56:06 477a71f6d77d: Layer already exists 02:56:06 cdcb54aa2f49: Layer already exists 02:56:06 4272cd06715f: Layer already exists 02:56:06 dd9c8f8612c8: Layer already exists 02:56:06 bfd6849469e3: Layer already exists 02:56:06 582a4b4a1fb2: Layer already exists 02:56:06 7568d5ace1c7: Layer already exists 02:56:06 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:06 + 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 02:56:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:07 4272cd06715f: Preparing 02:56:07 477a71f6d77d: Preparing 02:56:07 dd7f382bc4d8: Preparing 02:56:07 cdcb54aa2f49: Preparing 02:56:07 bff0fa6e606c: Preparing 02:56:07 582a4b4a1fb2: Preparing 02:56:07 bfd6849469e3: Preparing 02:56:07 7568d5ace1c7: Preparing 02:56:07 dd9c8f8612c8: Preparing 02:56:07 582a4b4a1fb2: Waiting 02:56:07 bfd6849469e3: Waiting 02:56:07 7568d5ace1c7: Waiting 02:56:07 dd9c8f8612c8: Waiting 02:56:07 bff0fa6e606c: Layer already exists 02:56:07 dd7f382bc4d8: Layer already exists 02:56:07 477a71f6d77d: Layer already exists 02:56:07 4272cd06715f: Layer already exists 02:56:07 cdcb54aa2f49: Layer already exists 02:56:07 bfd6849469e3: Layer already exists 02:56:07 7568d5ace1c7: Layer already exists 02:56:07 582a4b4a1fb2: Layer already exists 02:56:07 dd9c8f8612c8: Layer already exists 02:56:07 main: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:07 ===================================================== [Pipeline] echo 02:56:07 taggedImages: 02:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 02:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:56:07 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:56:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:07 latest 02:56:07 4.1.0-dev.11 02:56:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:07 main 02:56:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:56:08 3593062fdbf9: Preparing 02:56:08 eb17e31d5ebb: Preparing 02:56:08 bff0fa6e606c: Preparing 02:56:08 582a4b4a1fb2: Preparing 02:56:08 52da94c61c99: Preparing 02:56:08 c8065c34c73a: Preparing 02:56:08 dd9c8f8612c8: Preparing 02:56:08 c8065c34c73a: Waiting 02:56:08 dd9c8f8612c8: Waiting 02:56:08 bff0fa6e606c: Layer already exists 02:56:08 582a4b4a1fb2: Layer already exists 02:56:08 dd9c8f8612c8: Layer already exists 02:56:08 52da94c61c99: Pushed 02:56:08 3593062fdbf9: Pushed 02:56:08 c8065c34c73a: Pushed 02:56:14 eb17e31d5ebb: Pushed 02:56:14 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:56:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:56:14 3593062fdbf9: Preparing 02:56:14 eb17e31d5ebb: Preparing 02:56:14 bff0fa6e606c: Preparing 02:56:14 582a4b4a1fb2: Preparing 02:56:14 52da94c61c99: Preparing 02:56:14 c8065c34c73a: Preparing 02:56:14 dd9c8f8612c8: Preparing 02:56:14 c8065c34c73a: Waiting 02:56:14 dd9c8f8612c8: Waiting 02:56:14 bff0fa6e606c: Layer already exists 02:56:14 52da94c61c99: Layer already exists 02:56:14 582a4b4a1fb2: Layer already exists 02:56:14 3593062fdbf9: Layer already exists 02:56:14 eb17e31d5ebb: Layer already exists 02:56:14 dd9c8f8612c8: Layer already exists 02:56:14 c8065c34c73a: Layer already exists 02:56:14 latest: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 02:56:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:56:15 3593062fdbf9: Preparing 02:56:15 eb17e31d5ebb: Preparing 02:56:15 bff0fa6e606c: Preparing 02:56:15 582a4b4a1fb2: Preparing 02:56:15 52da94c61c99: Preparing 02:56:15 c8065c34c73a: Preparing 02:56:15 dd9c8f8612c8: Preparing 02:56:15 c8065c34c73a: Waiting 02:56:15 dd9c8f8612c8: Waiting 02:56:15 3593062fdbf9: Layer already exists 02:56:15 bff0fa6e606c: Layer already exists 02:56:15 eb17e31d5ebb: Layer already exists 02:56:15 582a4b4a1fb2: Layer already exists 02:56:15 52da94c61c99: Layer already exists 02:56:15 dd9c8f8612c8: Layer already exists 02:56:15 c8065c34c73a: Layer already exists 02:56:15 4.1.0-dev.11: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:56:16 3593062fdbf9: Preparing 02:56:16 eb17e31d5ebb: Preparing 02:56:16 bff0fa6e606c: Preparing 02:56:16 582a4b4a1fb2: Preparing 02:56:16 52da94c61c99: Preparing 02:56:16 c8065c34c73a: Preparing 02:56:16 dd9c8f8612c8: Preparing 02:56:16 c8065c34c73a: Waiting 02:56:16 dd9c8f8612c8: Waiting 02:56:16 eb17e31d5ebb: Layer already exists 02:56:16 52da94c61c99: Layer already exists 02:56:16 582a4b4a1fb2: Layer already exists 02:56:16 3593062fdbf9: Layer already exists 02:56:16 bff0fa6e606c: Layer already exists 02:56:16 dd9c8f8612c8: Layer already exists 02:56:16 c8065c34c73a: Layer already exists 02:56:16 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:17 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:56:17 3593062fdbf9: Preparing 02:56:17 eb17e31d5ebb: Preparing 02:56:17 bff0fa6e606c: Preparing 02:56:17 582a4b4a1fb2: Preparing 02:56:17 52da94c61c99: Preparing 02:56:17 c8065c34c73a: Preparing 02:56:17 dd9c8f8612c8: Preparing 02:56:17 c8065c34c73a: Waiting 02:56:17 dd9c8f8612c8: Waiting 02:56:17 52da94c61c99: Layer already exists 02:56:17 582a4b4a1fb2: Layer already exists 02:56:17 eb17e31d5ebb: Layer already exists 02:56:17 bff0fa6e606c: Layer already exists 02:56:17 3593062fdbf9: Layer already exists 02:56:17 dd9c8f8612c8: Layer already exists 02:56:17 c8065c34c73a: Layer already exists 02:56:17 main: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:18 ===================================================== [Pipeline] echo 02:56:18 taggedImages: 02:56:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:56:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 02:56:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:56:18 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:56:18 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:18 latest 02:56:18 4.1.0-dev.11 02:56:18 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:18 main 02:56:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:56:18 3e807cdc5b65: Preparing 02:56:18 de9be47b234b: Preparing 02:56:18 582a4b4a1fb2: Preparing 02:56:18 2d681ea1b6ee: Preparing 02:56:18 1958dac290db: Preparing 02:56:18 dd9c8f8612c8: Preparing 02:56:18 dd9c8f8612c8: Waiting 02:56:18 582a4b4a1fb2: Layer already exists 02:56:19 dd9c8f8612c8: Layer already exists 02:56:19 2d681ea1b6ee: Pushed 02:56:19 3e807cdc5b65: Pushed 02:56:19 1958dac290db: Pushed 02:56:24 de9be47b234b: Pushed 02:56:24 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:24 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:56:25 3e807cdc5b65: Preparing 02:56:25 de9be47b234b: Preparing 02:56:25 582a4b4a1fb2: Preparing 02:56:25 2d681ea1b6ee: Preparing 02:56:25 1958dac290db: Preparing 02:56:25 dd9c8f8612c8: Preparing 02:56:25 dd9c8f8612c8: Waiting 02:56:25 2d681ea1b6ee: Layer already exists 02:56:25 1958dac290db: Layer already exists 02:56:25 de9be47b234b: Layer already exists 02:56:25 3e807cdc5b65: Layer already exists 02:56:25 582a4b4a1fb2: Layer already exists 02:56:25 dd9c8f8612c8: Layer already exists 02:56:25 latest: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:25 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 02:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:56:26 3e807cdc5b65: Preparing 02:56:26 de9be47b234b: Preparing 02:56:26 582a4b4a1fb2: Preparing 02:56:26 2d681ea1b6ee: Preparing 02:56:26 1958dac290db: Preparing 02:56:26 dd9c8f8612c8: Preparing 02:56:26 dd9c8f8612c8: Waiting 02:56:26 3e807cdc5b65: Layer already exists 02:56:26 1958dac290db: Layer already exists 02:56:26 582a4b4a1fb2: Layer already exists 02:56:26 de9be47b234b: Layer already exists 02:56:26 2d681ea1b6ee: Layer already exists 02:56:26 dd9c8f8612c8: Layer already exists 02:56:26 4.1.0-dev.11: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:26 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:56:27 3e807cdc5b65: Preparing 02:56:27 de9be47b234b: Preparing 02:56:27 582a4b4a1fb2: Preparing 02:56:27 2d681ea1b6ee: Preparing 02:56:27 1958dac290db: Preparing 02:56:27 dd9c8f8612c8: Preparing 02:56:27 dd9c8f8612c8: Waiting 02:56:27 2d681ea1b6ee: Layer already exists 02:56:27 582a4b4a1fb2: Layer already exists 02:56:27 3e807cdc5b65: Layer already exists 02:56:27 1958dac290db: Layer already exists 02:56:27 de9be47b234b: Layer already exists 02:56:27 dd9c8f8612c8: Layer already exists 02:56:27 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:27 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:56:27 3e807cdc5b65: Preparing 02:56:27 de9be47b234b: Preparing 02:56:27 582a4b4a1fb2: Preparing 02:56:27 2d681ea1b6ee: Preparing 02:56:27 1958dac290db: Preparing 02:56:27 dd9c8f8612c8: Preparing 02:56:27 dd9c8f8612c8: Waiting 02:56:27 3e807cdc5b65: Layer already exists 02:56:27 582a4b4a1fb2: Layer already exists 02:56:27 de9be47b234b: Layer already exists 02:56:27 1958dac290db: Layer already exists 02:56:27 2d681ea1b6ee: Layer already exists 02:56:27 dd9c8f8612c8: Layer already exists 02:56:28 main: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:28 ===================================================== [Pipeline] echo 02:56:28 taggedImages: 02:56:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:56:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 02:56:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:56:28 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:56:28 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:28 latest 02:56:28 4.1.0-dev.11 02:56:28 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:28 main 02:56:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:56:28 306a010f4853: Preparing 02:56:28 a8a465cc3922: Preparing 02:56:28 877a8b255d40: Preparing 02:56:28 bff0fa6e606c: Preparing 02:56:28 582a4b4a1fb2: Preparing 02:56:28 bfd6849469e3: Preparing 02:56:28 7568d5ace1c7: Preparing 02:56:28 bfd6849469e3: Waiting 02:56:28 dd9c8f8612c8: Preparing 02:56:28 7568d5ace1c7: Waiting 02:56:28 dd9c8f8612c8: Waiting 02:56:28 bff0fa6e606c: Layer already exists 02:56:28 582a4b4a1fb2: Layer already exists 02:56:28 bfd6849469e3: Layer already exists 02:56:29 7568d5ace1c7: Layer already exists 02:56:29 dd9c8f8612c8: Layer already exists 02:56:29 a8a465cc3922: Pushed 02:56:29 306a010f4853: Pushed 02:56:34 877a8b255d40: Pushed 02:56:34 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:34 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:56:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:56:35 306a010f4853: Preparing 02:56:35 a8a465cc3922: Preparing 02:56:35 877a8b255d40: Preparing 02:56:35 bff0fa6e606c: Preparing 02:56:35 582a4b4a1fb2: Preparing 02:56:35 bfd6849469e3: Preparing 02:56:35 7568d5ace1c7: Preparing 02:56:35 dd9c8f8612c8: Preparing 02:56:35 bfd6849469e3: Waiting 02:56:35 7568d5ace1c7: Waiting 02:56:35 dd9c8f8612c8: Waiting 02:56:35 877a8b255d40: Layer already exists 02:56:35 306a010f4853: Layer already exists 02:56:35 582a4b4a1fb2: Layer already exists 02:56:35 bff0fa6e606c: Layer already exists 02:56:35 a8a465cc3922: Layer already exists 02:56:35 7568d5ace1c7: Layer already exists 02:56:35 bfd6849469e3: Layer already exists 02:56:35 dd9c8f8612c8: Layer already exists 02:56:35 latest: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 02:56:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:56:36 306a010f4853: Preparing 02:56:36 a8a465cc3922: Preparing 02:56:36 877a8b255d40: Preparing 02:56:36 bff0fa6e606c: Preparing 02:56:36 582a4b4a1fb2: Preparing 02:56:36 bfd6849469e3: Preparing 02:56:36 7568d5ace1c7: Preparing 02:56:36 dd9c8f8612c8: Preparing 02:56:36 bfd6849469e3: Waiting 02:56:36 7568d5ace1c7: Waiting 02:56:36 dd9c8f8612c8: Waiting 02:56:36 a8a465cc3922: Layer already exists 02:56:36 bff0fa6e606c: Layer already exists 02:56:36 877a8b255d40: Layer already exists 02:56:36 582a4b4a1fb2: Layer already exists 02:56:36 306a010f4853: Layer already exists 02:56:36 bfd6849469e3: Layer already exists 02:56:36 dd9c8f8612c8: Layer already exists 02:56:36 7568d5ace1c7: Layer already exists 02:56:36 4.1.0-dev.11: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:56:37 306a010f4853: Preparing 02:56:37 a8a465cc3922: Preparing 02:56:37 877a8b255d40: Preparing 02:56:37 bff0fa6e606c: Preparing 02:56:37 582a4b4a1fb2: Preparing 02:56:37 bfd6849469e3: Preparing 02:56:37 7568d5ace1c7: Preparing 02:56:37 dd9c8f8612c8: Preparing 02:56:37 7568d5ace1c7: Waiting 02:56:37 dd9c8f8612c8: Waiting 02:56:37 bfd6849469e3: Waiting 02:56:37 a8a465cc3922: Layer already exists 02:56:37 877a8b255d40: Layer already exists 02:56:37 bff0fa6e606c: Layer already exists 02:56:37 582a4b4a1fb2: Layer already exists 02:56:37 306a010f4853: Layer already exists 02:56:37 dd9c8f8612c8: Layer already exists 02:56:37 7568d5ace1c7: Layer already exists 02:56:37 bfd6849469e3: Layer already exists 02:56:37 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:56:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:56:38 306a010f4853: Preparing 02:56:38 a8a465cc3922: Preparing 02:56:38 877a8b255d40: Preparing 02:56:38 bff0fa6e606c: Preparing 02:56:38 582a4b4a1fb2: Preparing 02:56:38 bfd6849469e3: Preparing 02:56:38 7568d5ace1c7: Preparing 02:56:38 dd9c8f8612c8: Preparing 02:56:38 7568d5ace1c7: Waiting 02:56:38 dd9c8f8612c8: Waiting 02:56:38 bfd6849469e3: Waiting 02:56:38 306a010f4853: Layer already exists 02:56:38 a8a465cc3922: Layer already exists 02:56:38 582a4b4a1fb2: Layer already exists 02:56:38 bff0fa6e606c: Layer already exists 02:56:38 877a8b255d40: Layer already exists 02:56:38 7568d5ace1c7: Layer already exists 02:56:38 bfd6849469e3: Layer already exists 02:56:38 dd9c8f8612c8: Layer already exists 02:56:38 main: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:38 ===================================================== [Pipeline] echo 02:56:38 taggedImages: 02:56:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:56:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 02:56:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:56:38 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:56:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:38 latest 02:56:38 4.1.0-dev.11 02:56:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:38 main 02:56:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:56:39 c534e10a85e2: Preparing 02:56:39 375d1376f114: Preparing 02:56:39 58aaf639ee93: Preparing 02:56:39 81bc075c73e6: Preparing 02:56:39 77b9dba6eea5: Preparing 02:56:39 5f128d35948c: Preparing 02:56:39 890510355e85: Preparing 02:56:39 bff0fa6e606c: Preparing 02:56:39 582a4b4a1fb2: Preparing 02:56:39 45c52afc7ec2: Preparing 02:56:39 7909410d46fd: Preparing 02:56:39 5f70bf18a086: Preparing 02:56:39 2156b9af66ee: Preparing 02:56:39 75cb7f20c953: Preparing 02:56:39 cfd0dda21308: Preparing 02:56:39 dd9c8f8612c8: Preparing 02:56:39 890510355e85: Waiting 02:56:39 bff0fa6e606c: Waiting 02:56:39 582a4b4a1fb2: Waiting 02:56:39 5f128d35948c: Waiting 02:56:39 45c52afc7ec2: Waiting 02:56:39 7909410d46fd: Waiting 02:56:39 5f70bf18a086: Waiting 02:56:39 2156b9af66ee: Waiting 02:56:39 75cb7f20c953: Waiting 02:56:39 cfd0dda21308: Waiting 02:56:39 dd9c8f8612c8: Waiting 02:56:39 375d1376f114: Pushed 02:56:39 77b9dba6eea5: Pushed 02:56:39 58aaf639ee93: Pushed 02:56:39 c534e10a85e2: Pushed 02:56:39 81bc075c73e6: Pushed 02:56:39 bff0fa6e606c: Layer already exists 02:56:39 582a4b4a1fb2: Layer already exists 02:56:39 5f128d35948c: Pushed 02:56:39 5f70bf18a086: Layer already exists 02:56:40 7909410d46fd: Pushed 02:56:40 45c52afc7ec2: Pushed 02:56:40 dd9c8f8612c8: Layer already exists 02:56:40 2156b9af66ee: Pushed 02:56:40 75cb7f20c953: Pushed 02:56:40 cfd0dda21308: Pushed 02:56:42 890510355e85: Pushed 02:56:42 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:56:43 c534e10a85e2: Preparing 02:56:43 375d1376f114: Preparing 02:56:43 58aaf639ee93: Preparing 02:56:43 81bc075c73e6: Preparing 02:56:43 77b9dba6eea5: Preparing 02:56:43 5f128d35948c: Preparing 02:56:43 890510355e85: Preparing 02:56:43 bff0fa6e606c: Preparing 02:56:43 582a4b4a1fb2: Preparing 02:56:43 45c52afc7ec2: Preparing 02:56:43 7909410d46fd: Preparing 02:56:43 5f70bf18a086: Preparing 02:56:43 2156b9af66ee: Preparing 02:56:43 75cb7f20c953: Preparing 02:56:43 cfd0dda21308: Preparing 02:56:43 dd9c8f8612c8: Preparing 02:56:43 7909410d46fd: Waiting 02:56:43 5f128d35948c: Waiting 02:56:43 5f70bf18a086: Waiting 02:56:43 2156b9af66ee: Waiting 02:56:43 75cb7f20c953: Waiting 02:56:43 cfd0dda21308: Waiting 02:56:43 dd9c8f8612c8: Waiting 02:56:43 bff0fa6e606c: Waiting 02:56:43 890510355e85: Waiting 02:56:43 582a4b4a1fb2: Waiting 02:56:43 45c52afc7ec2: Waiting 02:56:43 c534e10a85e2: Layer already exists 02:56:43 81bc075c73e6: Layer already exists 02:56:43 77b9dba6eea5: Layer already exists 02:56:43 58aaf639ee93: Layer already exists 02:56:43 375d1376f114: Layer already exists 02:56:43 5f128d35948c: Layer already exists 02:56:43 582a4b4a1fb2: Layer already exists 02:56:43 890510355e85: Layer already exists 02:56:43 bff0fa6e606c: Layer already exists 02:56:43 45c52afc7ec2: Layer already exists 02:56:43 2156b9af66ee: Layer already exists 02:56:43 7909410d46fd: Layer already exists 02:56:43 5f70bf18a086: Layer already exists 02:56:43 cfd0dda21308: Layer already exists 02:56:43 75cb7f20c953: Layer already exists 02:56:43 dd9c8f8612c8: Layer already exists 02:56:43 latest: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 02:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:56:44 c534e10a85e2: Preparing 02:56:44 375d1376f114: Preparing 02:56:44 58aaf639ee93: Preparing 02:56:44 81bc075c73e6: Preparing 02:56:44 77b9dba6eea5: Preparing 02:56:44 5f128d35948c: Preparing 02:56:44 890510355e85: Preparing 02:56:44 bff0fa6e606c: Preparing 02:56:44 582a4b4a1fb2: Preparing 02:56:44 45c52afc7ec2: Preparing 02:56:44 7909410d46fd: Preparing 02:56:44 5f70bf18a086: Preparing 02:56:44 2156b9af66ee: Preparing 02:56:44 75cb7f20c953: Preparing 02:56:44 cfd0dda21308: Preparing 02:56:44 dd9c8f8612c8: Preparing 02:56:44 45c52afc7ec2: Waiting 02:56:44 7909410d46fd: Waiting 02:56:44 5f70bf18a086: Waiting 02:56:44 2156b9af66ee: Waiting 02:56:44 75cb7f20c953: Waiting 02:56:44 cfd0dda21308: Waiting 02:56:44 dd9c8f8612c8: Waiting 02:56:44 5f128d35948c: Waiting 02:56:44 890510355e85: Waiting 02:56:44 bff0fa6e606c: Waiting 02:56:44 582a4b4a1fb2: Waiting 02:56:44 81bc075c73e6: Layer already exists 02:56:44 375d1376f114: Layer already exists 02:56:44 58aaf639ee93: Layer already exists 02:56:44 77b9dba6eea5: Layer already exists 02:56:44 c534e10a85e2: Layer already exists 02:56:44 bff0fa6e606c: Layer already exists 02:56:44 5f128d35948c: Layer already exists 02:56:44 582a4b4a1fb2: Layer already exists 02:56:44 890510355e85: Layer already exists 02:56:44 45c52afc7ec2: Layer already exists 02:56:44 5f70bf18a086: Layer already exists 02:56:44 7909410d46fd: Layer already exists 02:56:44 2156b9af66ee: Layer already exists 02:56:44 75cb7f20c953: Layer already exists 02:56:44 cfd0dda21308: Layer already exists 02:56:44 dd9c8f8612c8: Layer already exists 02:56:44 4.1.0-dev.11: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:56:45 c534e10a85e2: Preparing 02:56:45 375d1376f114: Preparing 02:56:45 58aaf639ee93: Preparing 02:56:45 81bc075c73e6: Preparing 02:56:45 77b9dba6eea5: Preparing 02:56:45 5f128d35948c: Preparing 02:56:45 890510355e85: Preparing 02:56:45 bff0fa6e606c: Preparing 02:56:45 582a4b4a1fb2: Preparing 02:56:45 45c52afc7ec2: Preparing 02:56:45 7909410d46fd: Preparing 02:56:45 5f70bf18a086: Preparing 02:56:45 2156b9af66ee: Preparing 02:56:45 75cb7f20c953: Preparing 02:56:45 cfd0dda21308: Preparing 02:56:45 dd9c8f8612c8: Preparing 02:56:45 5f128d35948c: Waiting 02:56:45 890510355e85: Waiting 02:56:45 bff0fa6e606c: Waiting 02:56:45 582a4b4a1fb2: Waiting 02:56:45 45c52afc7ec2: Waiting 02:56:45 7909410d46fd: Waiting 02:56:45 5f70bf18a086: Waiting 02:56:45 2156b9af66ee: Waiting 02:56:45 75cb7f20c953: Waiting 02:56:45 cfd0dda21308: Waiting 02:56:45 dd9c8f8612c8: Waiting 02:56:45 c534e10a85e2: Layer already exists 02:56:45 81bc075c73e6: Layer already exists 02:56:45 77b9dba6eea5: Layer already exists 02:56:45 375d1376f114: Layer already exists 02:56:45 58aaf639ee93: Layer already exists 02:56:45 890510355e85: Layer already exists 02:56:45 bff0fa6e606c: Layer already exists 02:56:45 5f128d35948c: Layer already exists 02:56:45 45c52afc7ec2: Layer already exists 02:56:45 582a4b4a1fb2: Layer already exists 02:56:45 5f70bf18a086: Layer already exists 02:56:45 2156b9af66ee: Layer already exists 02:56:45 7909410d46fd: Layer already exists 02:56:45 75cb7f20c953: Layer already exists 02:56:45 cfd0dda21308: Layer already exists 02:56:45 dd9c8f8612c8: Layer already exists 02:56:45 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:56:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:56:46 c534e10a85e2: Preparing 02:56:46 375d1376f114: Preparing 02:56:46 58aaf639ee93: Preparing 02:56:46 81bc075c73e6: Preparing 02:56:46 77b9dba6eea5: Preparing 02:56:46 5f128d35948c: Preparing 02:56:46 890510355e85: Preparing 02:56:46 bff0fa6e606c: Preparing 02:56:46 582a4b4a1fb2: Preparing 02:56:46 45c52afc7ec2: Preparing 02:56:46 5f128d35948c: Waiting 02:56:46 890510355e85: Waiting 02:56:46 bff0fa6e606c: Waiting 02:56:46 582a4b4a1fb2: Waiting 02:56:46 7909410d46fd: Preparing 02:56:46 45c52afc7ec2: Waiting 02:56:46 5f70bf18a086: Preparing 02:56:46 7909410d46fd: Waiting 02:56:46 2156b9af66ee: Preparing 02:56:46 75cb7f20c953: Preparing 02:56:46 5f70bf18a086: Waiting 02:56:46 cfd0dda21308: Preparing 02:56:46 dd9c8f8612c8: Preparing 02:56:46 2156b9af66ee: Waiting 02:56:46 75cb7f20c953: Waiting 02:56:46 cfd0dda21308: Waiting 02:56:46 dd9c8f8612c8: Waiting 02:56:46 58aaf639ee93: Layer already exists 02:56:46 81bc075c73e6: Layer already exists 02:56:46 77b9dba6eea5: Layer already exists 02:56:46 c534e10a85e2: Layer already exists 02:56:46 375d1376f114: Layer already exists 02:56:46 5f128d35948c: Layer already exists 02:56:46 bff0fa6e606c: Layer already exists 02:56:46 890510355e85: Layer already exists 02:56:46 582a4b4a1fb2: Layer already exists 02:56:46 45c52afc7ec2: Layer already exists 02:56:46 5f70bf18a086: Layer already exists 02:56:46 cfd0dda21308: Layer already exists 02:56:46 7909410d46fd: Layer already exists 02:56:46 2156b9af66ee: Layer already exists 02:56:46 75cb7f20c953: Layer already exists 02:56:46 dd9c8f8612c8: Layer already exists 02:56:46 main: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:46 ===================================================== [Pipeline] echo 02:56:46 taggedImages: 02:56:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:56:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 02:56:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:56:46 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:56:46 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:46 latest 02:56:46 4.1.0-dev.11 02:56:46 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:46 main 02:56:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:47 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:56:47 951819f853d0: Preparing 02:56:47 51f12311927b: Preparing 02:56:47 45d0f04d40a8: Preparing 02:56:47 4f4d36090d04: Preparing 02:56:47 bff0fa6e606c: Preparing 02:56:47 582a4b4a1fb2: Preparing 02:56:47 bfd6849469e3: Preparing 02:56:47 7568d5ace1c7: Preparing 02:56:47 dd9c8f8612c8: Preparing 02:56:47 bfd6849469e3: Waiting 02:56:47 7568d5ace1c7: Waiting 02:56:47 dd9c8f8612c8: Waiting 02:56:47 582a4b4a1fb2: Waiting 02:56:47 bff0fa6e606c: Layer already exists 02:56:47 582a4b4a1fb2: Layer already exists 02:56:47 bfd6849469e3: Layer already exists 02:56:47 951819f853d0: Pushed 02:56:47 45d0f04d40a8: Pushed 02:56:47 51f12311927b: Pushed 02:56:47 7568d5ace1c7: Layer already exists 02:56:47 dd9c8f8612c8: Layer already exists 02:56:53 4f4d36090d04: Pushed 02:56:53 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:53 + 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 02:56:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:56:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:56:53 951819f853d0: Preparing 02:56:53 51f12311927b: Preparing 02:56:53 45d0f04d40a8: Preparing 02:56:53 4f4d36090d04: Preparing 02:56:53 bff0fa6e606c: Preparing 02:56:53 582a4b4a1fb2: Preparing 02:56:53 bfd6849469e3: Preparing 02:56:53 7568d5ace1c7: Preparing 02:56:53 dd9c8f8612c8: Preparing 02:56:53 bfd6849469e3: Waiting 02:56:53 7568d5ace1c7: Waiting 02:56:53 582a4b4a1fb2: Waiting 02:56:53 dd9c8f8612c8: Waiting 02:56:53 bff0fa6e606c: Layer already exists 02:56:53 45d0f04d40a8: Layer already exists 02:56:53 4f4d36090d04: Layer already exists 02:56:53 951819f853d0: Layer already exists 02:56:53 51f12311927b: Layer already exists 02:56:53 bfd6849469e3: Layer already exists 02:56:53 582a4b4a1fb2: Layer already exists 02:56:53 7568d5ace1c7: Layer already exists 02:56:53 dd9c8f8612c8: Layer already exists 02:56:54 latest: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 02:56:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:56:54 951819f853d0: Preparing 02:56:54 51f12311927b: Preparing 02:56:54 45d0f04d40a8: Preparing 02:56:54 4f4d36090d04: Preparing 02:56:54 bff0fa6e606c: Preparing 02:56:54 582a4b4a1fb2: Preparing 02:56:54 bfd6849469e3: Preparing 02:56:54 7568d5ace1c7: Preparing 02:56:54 dd9c8f8612c8: Preparing 02:56:54 bfd6849469e3: Waiting 02:56:54 7568d5ace1c7: Waiting 02:56:54 dd9c8f8612c8: Waiting 02:56:54 582a4b4a1fb2: Waiting 02:56:54 4f4d36090d04: Layer already exists 02:56:54 45d0f04d40a8: Layer already exists 02:56:54 bff0fa6e606c: Layer already exists 02:56:54 951819f853d0: Layer already exists 02:56:54 51f12311927b: Layer already exists 02:56:54 dd9c8f8612c8: Layer already exists 02:56:54 7568d5ace1c7: Layer already exists 02:56:54 582a4b4a1fb2: Layer already exists 02:56:54 bfd6849469e3: Layer already exists 02:56:54 4.1.0-dev.11: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:56:55 951819f853d0: Preparing 02:56:55 51f12311927b: Preparing 02:56:55 45d0f04d40a8: Preparing 02:56:55 4f4d36090d04: Preparing 02:56:55 bff0fa6e606c: Preparing 02:56:55 582a4b4a1fb2: Preparing 02:56:55 bfd6849469e3: Preparing 02:56:55 7568d5ace1c7: Preparing 02:56:55 dd9c8f8612c8: Preparing 02:56:55 bfd6849469e3: Waiting 02:56:55 7568d5ace1c7: Waiting 02:56:55 dd9c8f8612c8: Waiting 02:56:55 582a4b4a1fb2: Waiting 02:56:55 951819f853d0: Layer already exists 02:56:55 51f12311927b: Layer already exists 02:56:55 45d0f04d40a8: Layer already exists 02:56:55 bff0fa6e606c: Layer already exists 02:56:55 4f4d36090d04: Layer already exists 02:56:55 bfd6849469e3: Layer already exists 02:56:55 7568d5ace1c7: Layer already exists 02:56:55 582a4b4a1fb2: Layer already exists 02:56:55 dd9c8f8612c8: Layer already exists 02:56:55 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:56 + 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 02:56:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:56:56 951819f853d0: Preparing 02:56:56 51f12311927b: Preparing 02:56:56 45d0f04d40a8: Preparing 02:56:56 4f4d36090d04: Preparing 02:56:56 bff0fa6e606c: Preparing 02:56:56 582a4b4a1fb2: Preparing 02:56:56 bfd6849469e3: Preparing 02:56:56 7568d5ace1c7: Preparing 02:56:56 dd9c8f8612c8: Preparing 02:56:56 582a4b4a1fb2: Waiting 02:56:56 bfd6849469e3: Waiting 02:56:56 7568d5ace1c7: Waiting 02:56:56 dd9c8f8612c8: Waiting 02:56:56 951819f853d0: Layer already exists 02:56:56 4f4d36090d04: Layer already exists 02:56:56 45d0f04d40a8: Layer already exists 02:56:56 51f12311927b: Layer already exists 02:56:56 bff0fa6e606c: Layer already exists 02:56:56 dd9c8f8612c8: Layer already exists 02:56:56 582a4b4a1fb2: Layer already exists 02:56:56 bfd6849469e3: Layer already exists 02:56:56 7568d5ace1c7: Layer already exists 02:56:57 main: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:57 ===================================================== [Pipeline] echo 02:56:57 taggedImages: 02:56:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:56:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 02:56:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:56:57 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:56:57 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:57 latest 02:56:57 4.1.0-dev.11 02:56:57 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:56:57 main 02:56:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:56:57 e9bdc9fd4cbb: Preparing 02:56:57 4775f6f97d16: Preparing 02:56:57 9f5222072060: Preparing 02:56:57 6ae3af0c0018: Preparing 02:56:57 6402fe334451: Preparing 02:56:57 bff0fa6e606c: Preparing 02:56:57 582a4b4a1fb2: Preparing 02:56:57 c0728cc033e4: Preparing 02:56:57 73f4fda8419c: Preparing 02:56:57 6088996a22ea: Preparing 02:56:57 dd9c8f8612c8: Preparing 02:56:57 73f4fda8419c: Waiting 02:56:57 bff0fa6e606c: Waiting 02:56:57 6088996a22ea: Waiting 02:56:57 dd9c8f8612c8: Waiting 02:56:57 c0728cc033e4: Waiting 02:56:58 4775f6f97d16: Pushed 02:56:58 6402fe334451: Pushed 02:56:58 6ae3af0c0018: Pushed 02:56:58 e9bdc9fd4cbb: Pushed 02:56:58 bff0fa6e606c: Layer already exists 02:56:58 582a4b4a1fb2: Layer already exists 02:56:58 dd9c8f8612c8: Layer already exists 02:56:58 c0728cc033e4: Pushed 02:56:58 73f4fda8419c: Pushed 02:57:01 6088996a22ea: Pushed 02:57:02 9f5222072060: Pushed 02:57:02 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:02 + 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 02:57:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:57:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:03 e9bdc9fd4cbb: Preparing 02:57:03 4775f6f97d16: Preparing 02:57:03 9f5222072060: Preparing 02:57:03 6ae3af0c0018: Preparing 02:57:03 6402fe334451: Preparing 02:57:03 bff0fa6e606c: Preparing 02:57:03 582a4b4a1fb2: Preparing 02:57:03 c0728cc033e4: Preparing 02:57:03 73f4fda8419c: Preparing 02:57:03 6088996a22ea: Preparing 02:57:03 dd9c8f8612c8: Preparing 02:57:03 bff0fa6e606c: Waiting 02:57:03 582a4b4a1fb2: Waiting 02:57:03 c0728cc033e4: Waiting 02:57:03 73f4fda8419c: Waiting 02:57:03 6088996a22ea: Waiting 02:57:03 dd9c8f8612c8: Waiting 02:57:03 6ae3af0c0018: Layer already exists 02:57:03 9f5222072060: Layer already exists 02:57:03 e9bdc9fd4cbb: Layer already exists 02:57:03 4775f6f97d16: Layer already exists 02:57:03 6402fe334451: Layer already exists 02:57:03 582a4b4a1fb2: Layer already exists 02:57:03 73f4fda8419c: Layer already exists 02:57:03 bff0fa6e606c: Layer already exists 02:57:03 c0728cc033e4: Layer already exists 02:57:03 6088996a22ea: Layer already exists 02:57:03 dd9c8f8612c8: Layer already exists 02:57:03 latest: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 02:57:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:04 e9bdc9fd4cbb: Preparing 02:57:04 4775f6f97d16: Preparing 02:57:04 9f5222072060: Preparing 02:57:04 6ae3af0c0018: Preparing 02:57:04 6402fe334451: Preparing 02:57:04 bff0fa6e606c: Preparing 02:57:04 582a4b4a1fb2: Preparing 02:57:04 c0728cc033e4: Preparing 02:57:04 73f4fda8419c: Preparing 02:57:04 6088996a22ea: Preparing 02:57:04 dd9c8f8612c8: Preparing 02:57:04 c0728cc033e4: Waiting 02:57:04 73f4fda8419c: Waiting 02:57:04 bff0fa6e606c: Waiting 02:57:04 582a4b4a1fb2: Waiting 02:57:04 6088996a22ea: Waiting 02:57:04 dd9c8f8612c8: Waiting 02:57:04 6ae3af0c0018: Layer already exists 02:57:04 e9bdc9fd4cbb: Layer already exists 02:57:04 6402fe334451: Layer already exists 02:57:04 9f5222072060: Layer already exists 02:57:04 4775f6f97d16: Layer already exists 02:57:04 bff0fa6e606c: Layer already exists 02:57:04 582a4b4a1fb2: Layer already exists 02:57:04 c0728cc033e4: Layer already exists 02:57:04 6088996a22ea: Layer already exists 02:57:04 73f4fda8419c: Layer already exists 02:57:04 dd9c8f8612c8: Layer already exists 02:57:04 4.1.0-dev.11: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:05 e9bdc9fd4cbb: Preparing 02:57:05 4775f6f97d16: Preparing 02:57:05 9f5222072060: Preparing 02:57:05 6ae3af0c0018: Preparing 02:57:05 6402fe334451: Preparing 02:57:05 bff0fa6e606c: Preparing 02:57:05 582a4b4a1fb2: Preparing 02:57:05 c0728cc033e4: Preparing 02:57:05 73f4fda8419c: Preparing 02:57:05 6088996a22ea: Preparing 02:57:05 dd9c8f8612c8: Preparing 02:57:05 c0728cc033e4: Waiting 02:57:05 73f4fda8419c: Waiting 02:57:05 6088996a22ea: Waiting 02:57:05 dd9c8f8612c8: Waiting 02:57:05 bff0fa6e606c: Waiting 02:57:05 582a4b4a1fb2: Waiting 02:57:05 6402fe334451: Layer already exists 02:57:05 4775f6f97d16: Layer already exists 02:57:05 6ae3af0c0018: Layer already exists 02:57:05 e9bdc9fd4cbb: Layer already exists 02:57:05 9f5222072060: Layer already exists 02:57:05 582a4b4a1fb2: Layer already exists 02:57:05 c0728cc033e4: Layer already exists 02:57:05 73f4fda8419c: Layer already exists 02:57:05 bff0fa6e606c: Layer already exists 02:57:05 6088996a22ea: Layer already exists 02:57:05 dd9c8f8612c8: Layer already exists 02:57:05 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:05 + 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 02:57:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:06 e9bdc9fd4cbb: Preparing 02:57:06 4775f6f97d16: Preparing 02:57:06 9f5222072060: Preparing 02:57:06 6ae3af0c0018: Preparing 02:57:06 6402fe334451: Preparing 02:57:06 bff0fa6e606c: Preparing 02:57:06 582a4b4a1fb2: Preparing 02:57:06 c0728cc033e4: Preparing 02:57:06 73f4fda8419c: Preparing 02:57:06 6088996a22ea: Preparing 02:57:06 dd9c8f8612c8: Preparing 02:57:06 c0728cc033e4: Waiting 02:57:06 73f4fda8419c: Waiting 02:57:06 6088996a22ea: Waiting 02:57:06 dd9c8f8612c8: Waiting 02:57:06 bff0fa6e606c: Waiting 02:57:06 582a4b4a1fb2: Waiting 02:57:06 e9bdc9fd4cbb: Layer already exists 02:57:06 6ae3af0c0018: Layer already exists 02:57:06 9f5222072060: Layer already exists 02:57:06 4775f6f97d16: Layer already exists 02:57:06 6402fe334451: Layer already exists 02:57:06 bff0fa6e606c: Layer already exists 02:57:06 582a4b4a1fb2: Layer already exists 02:57:06 c0728cc033e4: Layer already exists 02:57:06 73f4fda8419c: Layer already exists 02:57:06 6088996a22ea: Layer already exists 02:57:06 dd9c8f8612c8: Layer already exists 02:57:06 main: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:06 ===================================================== [Pipeline] echo 02:57:06 taggedImages: 02:57:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:57:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 02:57:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:57:06 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:57:06 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:06 latest 02:57:06 4.1.0-dev.11 02:57:06 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:06 main 02:57:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:07 20eafb03c944: Preparing 02:57:07 64397ecc7ce0: Preparing 02:57:07 605dbaf44dca: Preparing 02:57:07 cff5f1912a84: Preparing 02:57:07 85302f9bfa51: Preparing 02:57:07 74569bf50074: Preparing 02:57:07 d25755b74756: Preparing 02:57:07 74569bf50074: Waiting 02:57:07 bff0fa6e606c: Preparing 02:57:07 582a4b4a1fb2: Preparing 02:57:07 d25755b74756: Waiting 02:57:07 d0fb40d821e5: Preparing 02:57:07 df34f53625e3: Preparing 02:57:07 dd9c8f8612c8: Preparing 02:57:07 d0fb40d821e5: Waiting 02:57:07 582a4b4a1fb2: Waiting 02:57:07 bff0fa6e606c: Waiting 02:57:07 df34f53625e3: Waiting 02:57:07 dd9c8f8612c8: Waiting 02:57:07 85302f9bfa51: Pushed 02:57:07 64397ecc7ce0: Pushed 02:57:07 20eafb03c944: Pushed 02:57:07 bff0fa6e606c: Layer already exists 02:57:07 582a4b4a1fb2: Layer already exists 02:57:07 74569bf50074: Pushed 02:57:07 d25755b74756: Pushed 02:57:07 dd9c8f8612c8: Layer already exists 02:57:07 d0fb40d821e5: Pushed 02:57:10 df34f53625e3: Pushed 02:57:11 cff5f1912a84: Pushed 02:57:13 605dbaf44dca: Pushed 02:57:13 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:14 + 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 02:57:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:57:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:14 20eafb03c944: Preparing 02:57:14 64397ecc7ce0: Preparing 02:57:14 605dbaf44dca: Preparing 02:57:14 cff5f1912a84: Preparing 02:57:14 85302f9bfa51: Preparing 02:57:14 74569bf50074: Preparing 02:57:14 d25755b74756: Preparing 02:57:14 bff0fa6e606c: Preparing 02:57:14 582a4b4a1fb2: Preparing 02:57:14 d0fb40d821e5: Preparing 02:57:14 df34f53625e3: Preparing 02:57:14 dd9c8f8612c8: Preparing 02:57:14 74569bf50074: Waiting 02:57:14 d25755b74756: Waiting 02:57:14 bff0fa6e606c: Waiting 02:57:14 df34f53625e3: Waiting 02:57:14 582a4b4a1fb2: Waiting 02:57:14 dd9c8f8612c8: Waiting 02:57:14 d0fb40d821e5: Waiting 02:57:14 cff5f1912a84: Layer already exists 02:57:14 64397ecc7ce0: Layer already exists 02:57:14 605dbaf44dca: Layer already exists 02:57:14 20eafb03c944: Layer already exists 02:57:14 85302f9bfa51: Layer already exists 02:57:14 d25755b74756: Layer already exists 02:57:14 582a4b4a1fb2: Layer already exists 02:57:14 bff0fa6e606c: Layer already exists 02:57:14 74569bf50074: Layer already exists 02:57:14 d0fb40d821e5: Layer already exists 02:57:14 df34f53625e3: Layer already exists 02:57:14 dd9c8f8612c8: Layer already exists 02:57:14 latest: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 02:57:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:15 20eafb03c944: Preparing 02:57:15 64397ecc7ce0: Preparing 02:57:15 605dbaf44dca: Preparing 02:57:15 cff5f1912a84: Preparing 02:57:15 85302f9bfa51: Preparing 02:57:15 74569bf50074: Preparing 02:57:15 d25755b74756: Preparing 02:57:15 bff0fa6e606c: Preparing 02:57:15 582a4b4a1fb2: Preparing 02:57:15 d0fb40d821e5: Preparing 02:57:15 df34f53625e3: Preparing 02:57:15 dd9c8f8612c8: Preparing 02:57:15 bff0fa6e606c: Waiting 02:57:15 582a4b4a1fb2: Waiting 02:57:15 d0fb40d821e5: Waiting 02:57:15 df34f53625e3: Waiting 02:57:15 dd9c8f8612c8: Waiting 02:57:15 74569bf50074: Waiting 02:57:15 d25755b74756: Waiting 02:57:15 20eafb03c944: Layer already exists 02:57:15 85302f9bfa51: Layer already exists 02:57:15 cff5f1912a84: Layer already exists 02:57:15 605dbaf44dca: Layer already exists 02:57:15 64397ecc7ce0: Layer already exists 02:57:15 d0fb40d821e5: Layer already exists 02:57:15 74569bf50074: Layer already exists 02:57:15 d25755b74756: Layer already exists 02:57:15 582a4b4a1fb2: Layer already exists 02:57:15 bff0fa6e606c: Layer already exists 02:57:15 df34f53625e3: Layer already exists 02:57:15 dd9c8f8612c8: Layer already exists 02:57:15 4.1.0-dev.11: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:16 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:16 20eafb03c944: Preparing 02:57:16 64397ecc7ce0: Preparing 02:57:16 605dbaf44dca: Preparing 02:57:16 cff5f1912a84: Preparing 02:57:16 85302f9bfa51: Preparing 02:57:16 74569bf50074: Preparing 02:57:16 d25755b74756: Preparing 02:57:16 bff0fa6e606c: Preparing 02:57:16 582a4b4a1fb2: Preparing 02:57:16 d0fb40d821e5: Preparing 02:57:16 df34f53625e3: Preparing 02:57:16 dd9c8f8612c8: Preparing 02:57:16 bff0fa6e606c: Waiting 02:57:16 582a4b4a1fb2: Waiting 02:57:16 d0fb40d821e5: Waiting 02:57:16 df34f53625e3: Waiting 02:57:16 dd9c8f8612c8: Waiting 02:57:16 74569bf50074: Waiting 02:57:16 d25755b74756: Waiting 02:57:16 64397ecc7ce0: Layer already exists 02:57:16 605dbaf44dca: Layer already exists 02:57:16 cff5f1912a84: Layer already exists 02:57:16 85302f9bfa51: Layer already exists 02:57:16 20eafb03c944: Layer already exists 02:57:16 74569bf50074: Layer already exists 02:57:16 582a4b4a1fb2: Layer already exists 02:57:16 d25755b74756: Layer already exists 02:57:16 bff0fa6e606c: Layer already exists 02:57:16 d0fb40d821e5: Layer already exists 02:57:16 df34f53625e3: Layer already exists 02:57:16 dd9c8f8612c8: Layer already exists 02:57:17 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:17 + 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 02:57:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:57:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:17 20eafb03c944: Preparing 02:57:17 64397ecc7ce0: Preparing 02:57:17 605dbaf44dca: Preparing 02:57:17 cff5f1912a84: Preparing 02:57:17 85302f9bfa51: Preparing 02:57:17 74569bf50074: Preparing 02:57:17 d25755b74756: Preparing 02:57:17 bff0fa6e606c: Preparing 02:57:17 582a4b4a1fb2: Preparing 02:57:17 d0fb40d821e5: Preparing 02:57:17 df34f53625e3: Preparing 02:57:17 dd9c8f8612c8: Preparing 02:57:17 74569bf50074: Waiting 02:57:17 d25755b74756: Waiting 02:57:17 bff0fa6e606c: Waiting 02:57:17 582a4b4a1fb2: Waiting 02:57:17 d0fb40d821e5: Waiting 02:57:17 df34f53625e3: Waiting 02:57:17 dd9c8f8612c8: Waiting 02:57:17 85302f9bfa51: Layer already exists 02:57:17 605dbaf44dca: Layer already exists 02:57:17 64397ecc7ce0: Layer already exists 02:57:17 20eafb03c944: Layer already exists 02:57:17 cff5f1912a84: Layer already exists 02:57:17 74569bf50074: Layer already exists 02:57:17 bff0fa6e606c: Layer already exists 02:57:17 d0fb40d821e5: Layer already exists 02:57:17 582a4b4a1fb2: Layer already exists 02:57:17 d25755b74756: Layer already exists 02:57:17 df34f53625e3: Layer already exists 02:57:17 dd9c8f8612c8: Layer already exists 02:57:17 main: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:18 ===================================================== [Pipeline] echo 02:57:18 taggedImages: 02:57:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:57:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 02:57:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:57:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:57:18 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:18 latest 02:57:18 4.1.0-dev.11 02:57:18 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:18 main 02:57:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:18 95b28ca9b5cf: Preparing 02:57:18 12e1ad7a581c: Preparing 02:57:18 bff0fa6e606c: Preparing 02:57:18 582a4b4a1fb2: Preparing 02:57:18 21fd20c6cea0: Preparing 02:57:18 6dde6f40f403: Preparing 02:57:18 6dde6f40f403: Waiting 02:57:18 dd9c8f8612c8: Preparing 02:57:18 dd9c8f8612c8: Waiting 02:57:18 582a4b4a1fb2: Layer already exists 02:57:18 bff0fa6e606c: Layer already exists 02:57:19 dd9c8f8612c8: Layer already exists 02:57:19 21fd20c6cea0: Pushed 02:57:19 95b28ca9b5cf: Pushed 02:57:21 6dde6f40f403: Pushed 02:57:26 12e1ad7a581c: Pushed 02:57:26 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:26 + 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 02:57:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:27 95b28ca9b5cf: Preparing 02:57:27 12e1ad7a581c: Preparing 02:57:27 bff0fa6e606c: Preparing 02:57:27 582a4b4a1fb2: Preparing 02:57:27 21fd20c6cea0: Preparing 02:57:27 6dde6f40f403: Preparing 02:57:27 dd9c8f8612c8: Preparing 02:57:27 6dde6f40f403: Waiting 02:57:27 dd9c8f8612c8: Waiting 02:57:27 12e1ad7a581c: Layer already exists 02:57:27 95b28ca9b5cf: Layer already exists 02:57:27 582a4b4a1fb2: Layer already exists 02:57:27 bff0fa6e606c: Layer already exists 02:57:27 21fd20c6cea0: Layer already exists 02:57:27 dd9c8f8612c8: Layer already exists 02:57:27 6dde6f40f403: Layer already exists 02:57:27 latest: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 02:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:28 95b28ca9b5cf: Preparing 02:57:28 12e1ad7a581c: Preparing 02:57:28 bff0fa6e606c: Preparing 02:57:28 582a4b4a1fb2: Preparing 02:57:28 21fd20c6cea0: Preparing 02:57:28 6dde6f40f403: Preparing 02:57:28 dd9c8f8612c8: Preparing 02:57:28 6dde6f40f403: Waiting 02:57:28 dd9c8f8612c8: Waiting 02:57:28 21fd20c6cea0: Layer already exists 02:57:28 12e1ad7a581c: Layer already exists 02:57:28 bff0fa6e606c: Layer already exists 02:57:28 95b28ca9b5cf: Layer already exists 02:57:28 582a4b4a1fb2: Layer already exists 02:57:28 dd9c8f8612c8: Layer already exists 02:57:28 6dde6f40f403: Layer already exists 02:57:28 4.1.0-dev.11: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:29 95b28ca9b5cf: Preparing 02:57:29 12e1ad7a581c: Preparing 02:57:29 bff0fa6e606c: Preparing 02:57:29 582a4b4a1fb2: Preparing 02:57:29 21fd20c6cea0: Preparing 02:57:29 6dde6f40f403: Preparing 02:57:29 dd9c8f8612c8: Preparing 02:57:29 6dde6f40f403: Waiting 02:57:29 dd9c8f8612c8: Waiting 02:57:29 21fd20c6cea0: Layer already exists 02:57:29 95b28ca9b5cf: Layer already exists 02:57:29 12e1ad7a581c: Layer already exists 02:57:29 582a4b4a1fb2: Layer already exists 02:57:29 dd9c8f8612c8: Layer already exists 02:57:29 6dde6f40f403: Layer already exists 02:57:29 bff0fa6e606c: Layer already exists 02:57:29 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:29 + 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 02:57:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:30 95b28ca9b5cf: Preparing 02:57:30 12e1ad7a581c: Preparing 02:57:30 bff0fa6e606c: Preparing 02:57:30 582a4b4a1fb2: Preparing 02:57:30 21fd20c6cea0: Preparing 02:57:30 6dde6f40f403: Preparing 02:57:30 dd9c8f8612c8: Preparing 02:57:30 6dde6f40f403: Waiting 02:57:30 dd9c8f8612c8: Waiting 02:57:30 95b28ca9b5cf: Layer already exists 02:57:30 21fd20c6cea0: Layer already exists 02:57:30 582a4b4a1fb2: Layer already exists 02:57:30 12e1ad7a581c: Layer already exists 02:57:30 bff0fa6e606c: Layer already exists 02:57:30 dd9c8f8612c8: Layer already exists 02:57:30 6dde6f40f403: Layer already exists 02:57:30 main: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:30 ===================================================== [Pipeline] echo 02:57:30 taggedImages: 02:57:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:57:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 02:57:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:57:30 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:57:30 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:30 latest 02:57:30 4.1.0-dev.11 02:57:30 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:57:30 main 02:57:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:57:31 141b07d27b80: Preparing 02:57:31 d629f07028cd: Preparing 02:57:31 1b02d4c5dcb4: Preparing 02:57:31 bff0fa6e606c: Preparing 02:57:31 582a4b4a1fb2: Preparing 02:57:31 efcbd8819261: Preparing 02:57:31 2f21df03626b: Preparing 02:57:31 9c0a0a6550ad: Preparing 02:57:31 0086622a0490: Preparing 02:57:31 dd9c8f8612c8: Preparing 02:57:31 2f21df03626b: Waiting 02:57:31 9c0a0a6550ad: Waiting 02:57:31 0086622a0490: Waiting 02:57:31 dd9c8f8612c8: Waiting 02:57:31 efcbd8819261: Waiting 02:57:31 bff0fa6e606c: Layer already exists 02:57:31 582a4b4a1fb2: Layer already exists 02:57:31 1b02d4c5dcb4: Pushed 02:57:31 d629f07028cd: Pushed 02:57:31 141b07d27b80: Pushed 02:57:31 dd9c8f8612c8: Layer already exists 02:57:31 9c0a0a6550ad: Pushed 02:57:32 0086622a0490: Pushed 02:57:42 2f21df03626b: Pushed 02:57:57 efcbd8819261: Pushed 02:57:57 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:58 + 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 02:57:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:57:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:57:58 141b07d27b80: Preparing 02:57:58 d629f07028cd: Preparing 02:57:58 1b02d4c5dcb4: Preparing 02:57:58 bff0fa6e606c: Preparing 02:57:58 582a4b4a1fb2: Preparing 02:57:58 efcbd8819261: Preparing 02:57:58 2f21df03626b: Preparing 02:57:58 9c0a0a6550ad: Preparing 02:57:58 0086622a0490: Preparing 02:57:58 dd9c8f8612c8: Preparing 02:57:58 efcbd8819261: Waiting 02:57:58 2f21df03626b: Waiting 02:57:58 9c0a0a6550ad: Waiting 02:57:58 0086622a0490: Waiting 02:57:58 dd9c8f8612c8: Waiting 02:57:58 582a4b4a1fb2: Layer already exists 02:57:58 d629f07028cd: Layer already exists 02:57:58 141b07d27b80: Layer already exists 02:57:58 bff0fa6e606c: Layer already exists 02:57:58 1b02d4c5dcb4: Layer already exists 02:57:58 0086622a0490: Layer already exists 02:57:58 2f21df03626b: Layer already exists 02:57:58 efcbd8819261: Layer already exists 02:57:58 dd9c8f8612c8: Layer already exists 02:57:58 9c0a0a6550ad: Layer already exists 02:57:58 latest: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 02:57:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:57:59 141b07d27b80: Preparing 02:57:59 d629f07028cd: Preparing 02:57:59 1b02d4c5dcb4: Preparing 02:57:59 bff0fa6e606c: Preparing 02:57:59 582a4b4a1fb2: Preparing 02:57:59 efcbd8819261: Preparing 02:57:59 2f21df03626b: Preparing 02:57:59 9c0a0a6550ad: Preparing 02:57:59 0086622a0490: Preparing 02:57:59 dd9c8f8612c8: Preparing 02:57:59 efcbd8819261: Waiting 02:57:59 2f21df03626b: Waiting 02:57:59 9c0a0a6550ad: Waiting 02:57:59 0086622a0490: Waiting 02:57:59 dd9c8f8612c8: Waiting 02:57:59 bff0fa6e606c: Layer already exists 02:57:59 d629f07028cd: Layer already exists 02:57:59 582a4b4a1fb2: Layer already exists 02:57:59 141b07d27b80: Layer already exists 02:57:59 1b02d4c5dcb4: Layer already exists 02:57:59 9c0a0a6550ad: Layer already exists 02:57:59 efcbd8819261: Layer already exists 02:57:59 dd9c8f8612c8: Layer already exists 02:57:59 0086622a0490: Layer already exists 02:57:59 2f21df03626b: Layer already exists 02:57:59 4.1.0-dev.11: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:58:00 141b07d27b80: Preparing 02:58:00 d629f07028cd: Preparing 02:58:00 1b02d4c5dcb4: Preparing 02:58:00 bff0fa6e606c: Preparing 02:58:00 582a4b4a1fb2: Preparing 02:58:00 efcbd8819261: Preparing 02:58:00 2f21df03626b: Preparing 02:58:00 9c0a0a6550ad: Preparing 02:58:00 0086622a0490: Preparing 02:58:00 dd9c8f8612c8: Preparing 02:58:00 2f21df03626b: Waiting 02:58:00 9c0a0a6550ad: Waiting 02:58:00 0086622a0490: Waiting 02:58:00 dd9c8f8612c8: Waiting 02:58:00 efcbd8819261: Waiting 02:58:00 141b07d27b80: Layer already exists 02:58:00 1b02d4c5dcb4: Layer already exists 02:58:00 d629f07028cd: Layer already exists 02:58:00 582a4b4a1fb2: Layer already exists 02:58:00 bff0fa6e606c: Layer already exists 02:58:00 0086622a0490: Layer already exists 02:58:00 9c0a0a6550ad: Layer already exists 02:58:00 efcbd8819261: Layer already exists 02:58:00 2f21df03626b: Layer already exists 02:58:00 dd9c8f8612c8: Layer already exists 02:58:00 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:00 + 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 02:58:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:58:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:58:01 141b07d27b80: Preparing 02:58:01 d629f07028cd: Preparing 02:58:01 1b02d4c5dcb4: Preparing 02:58:01 bff0fa6e606c: Preparing 02:58:01 582a4b4a1fb2: Preparing 02:58:01 efcbd8819261: Preparing 02:58:01 2f21df03626b: Preparing 02:58:01 9c0a0a6550ad: Preparing 02:58:01 0086622a0490: Preparing 02:58:01 dd9c8f8612c8: Preparing 02:58:01 efcbd8819261: Waiting 02:58:01 2f21df03626b: Waiting 02:58:01 9c0a0a6550ad: Waiting 02:58:01 0086622a0490: Waiting 02:58:01 dd9c8f8612c8: Waiting 02:58:01 141b07d27b80: Layer already exists 02:58:01 d629f07028cd: Layer already exists 02:58:01 bff0fa6e606c: Layer already exists 02:58:01 1b02d4c5dcb4: Layer already exists 02:58:01 582a4b4a1fb2: Layer already exists 02:58:01 0086622a0490: Layer already exists 02:58:01 9c0a0a6550ad: Layer already exists 02:58:01 efcbd8819261: Layer already exists 02:58:01 2f21df03626b: Layer already exists 02:58:01 dd9c8f8612c8: Layer already exists 02:58:01 main: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:01 ===================================================== [Pipeline] echo 02:58:01 taggedImages: 02:58:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:58:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 02:58:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:58:01 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:58:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:01 latest 02:58:01 4.1.0-dev.11 02:58:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:01 main 02:58:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:02 8cb6caec763f: Preparing 02:58:02 78c6b1ae37fd: Preparing 02:58:02 9b1033766131: Preparing 02:58:02 bff0fa6e606c: Preparing 02:58:02 582a4b4a1fb2: Preparing 02:58:02 efcbd8819261: Preparing 02:58:02 cefb51d0a40a: Preparing 02:58:02 efcbd8819261: Waiting 02:58:02 6448e71bce14: Preparing 02:58:02 cefb51d0a40a: Waiting 02:58:02 dd9c8f8612c8: Preparing 02:58:02 6448e71bce14: Waiting 02:58:02 78c6b1ae37fd: Pushed 02:58:03 bff0fa6e606c: Layer already exists 02:58:03 9b1033766131: Pushed 02:58:03 582a4b4a1fb2: Layer already exists 02:58:03 efcbd8819261: Layer already exists 02:58:03 dd9c8f8612c8: Layer already exists 02:58:03 8cb6caec763f: Pushed 02:58:03 cefb51d0a40a: Pushed 02:58:04 6448e71bce14: Pushed 02:58:04 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:04 + 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 02:58:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:05 8cb6caec763f: Preparing 02:58:05 78c6b1ae37fd: Preparing 02:58:05 9b1033766131: Preparing 02:58:05 bff0fa6e606c: Preparing 02:58:05 582a4b4a1fb2: Preparing 02:58:05 efcbd8819261: Preparing 02:58:05 cefb51d0a40a: Preparing 02:58:05 6448e71bce14: Preparing 02:58:05 dd9c8f8612c8: Preparing 02:58:05 efcbd8819261: Waiting 02:58:05 cefb51d0a40a: Waiting 02:58:05 6448e71bce14: Waiting 02:58:05 dd9c8f8612c8: Waiting 02:58:05 582a4b4a1fb2: Layer already exists 02:58:05 bff0fa6e606c: Layer already exists 02:58:05 9b1033766131: Layer already exists 02:58:05 78c6b1ae37fd: Layer already exists 02:58:05 8cb6caec763f: Layer already exists 02:58:05 efcbd8819261: Layer already exists 02:58:05 6448e71bce14: Layer already exists 02:58:05 cefb51d0a40a: Layer already exists 02:58:05 dd9c8f8612c8: Layer already exists 02:58:05 latest: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 02:58:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:06 8cb6caec763f: Preparing 02:58:06 78c6b1ae37fd: Preparing 02:58:06 9b1033766131: Preparing 02:58:06 bff0fa6e606c: Preparing 02:58:06 582a4b4a1fb2: Preparing 02:58:06 efcbd8819261: Preparing 02:58:06 cefb51d0a40a: Preparing 02:58:06 6448e71bce14: Preparing 02:58:06 dd9c8f8612c8: Preparing 02:58:06 efcbd8819261: Waiting 02:58:06 cefb51d0a40a: Waiting 02:58:06 6448e71bce14: Waiting 02:58:06 dd9c8f8612c8: Waiting 02:58:06 9b1033766131: Layer already exists 02:58:06 78c6b1ae37fd: Layer already exists 02:58:06 8cb6caec763f: Layer already exists 02:58:06 582a4b4a1fb2: Layer already exists 02:58:06 bff0fa6e606c: Layer already exists 02:58:06 6448e71bce14: Layer already exists 02:58:06 cefb51d0a40a: Layer already exists 02:58:06 efcbd8819261: Layer already exists 02:58:06 dd9c8f8612c8: Layer already exists 02:58:06 4.1.0-dev.11: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:07 8cb6caec763f: Preparing 02:58:07 78c6b1ae37fd: Preparing 02:58:07 9b1033766131: Preparing 02:58:07 bff0fa6e606c: Preparing 02:58:07 582a4b4a1fb2: Preparing 02:58:07 efcbd8819261: Preparing 02:58:07 cefb51d0a40a: Preparing 02:58:07 6448e71bce14: Preparing 02:58:07 dd9c8f8612c8: Preparing 02:58:07 cefb51d0a40a: Waiting 02:58:07 dd9c8f8612c8: Waiting 02:58:07 6448e71bce14: Waiting 02:58:07 efcbd8819261: Waiting 02:58:07 8cb6caec763f: Layer already exists 02:58:07 9b1033766131: Layer already exists 02:58:07 582a4b4a1fb2: Layer already exists 02:58:07 78c6b1ae37fd: Layer already exists 02:58:07 bff0fa6e606c: Layer already exists 02:58:07 efcbd8819261: Layer already exists 02:58:07 cefb51d0a40a: Layer already exists 02:58:07 6448e71bce14: Layer already exists 02:58:07 dd9c8f8612c8: Layer already exists 02:58:07 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:07 + 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 02:58:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:58:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:08 8cb6caec763f: Preparing 02:58:08 78c6b1ae37fd: Preparing 02:58:08 9b1033766131: Preparing 02:58:08 bff0fa6e606c: Preparing 02:58:08 582a4b4a1fb2: Preparing 02:58:08 efcbd8819261: Preparing 02:58:08 cefb51d0a40a: Preparing 02:58:08 6448e71bce14: Preparing 02:58:08 dd9c8f8612c8: Preparing 02:58:08 cefb51d0a40a: Waiting 02:58:08 6448e71bce14: Waiting 02:58:08 efcbd8819261: Waiting 02:58:08 dd9c8f8612c8: Waiting 02:58:08 bff0fa6e606c: Layer already exists 02:58:08 8cb6caec763f: Layer already exists 02:58:08 78c6b1ae37fd: Layer already exists 02:58:08 9b1033766131: Layer already exists 02:58:08 582a4b4a1fb2: Layer already exists 02:58:08 cefb51d0a40a: Layer already exists 02:58:08 efcbd8819261: Layer already exists 02:58:08 dd9c8f8612c8: Layer already exists 02:58:08 6448e71bce14: Layer already exists 02:58:08 main: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:08 ===================================================== [Pipeline] echo 02:58:08 taggedImages: 02:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 02:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:58:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:58:08 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:08 latest 02:58:08 4.1.0-dev.11 02:58:08 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:08 main 02:58:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:09 ede366c98d10: Preparing 02:58:09 d2c161c37757: Preparing 02:58:09 f699fe2f4346: Preparing 02:58:09 bff0fa6e606c: Preparing 02:58:09 582a4b4a1fb2: Preparing 02:58:09 d021f3cf983c: Preparing 02:58:09 9c0a0a6550ad: Preparing 02:58:09 0086622a0490: Preparing 02:58:09 dd9c8f8612c8: Preparing 02:58:09 d021f3cf983c: Waiting 02:58:09 9c0a0a6550ad: Waiting 02:58:09 0086622a0490: Waiting 02:58:09 dd9c8f8612c8: Waiting 02:58:09 bff0fa6e606c: Layer already exists 02:58:09 582a4b4a1fb2: Layer already exists 02:58:09 9c0a0a6550ad: Layer already exists 02:58:09 0086622a0490: Layer already exists 02:58:09 f699fe2f4346: Pushed 02:58:09 d2c161c37757: Pushed 02:58:09 ede366c98d10: Pushed 02:58:09 dd9c8f8612c8: Layer already exists 02:58:36 d021f3cf983c: Pushed 02:58:36 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:36 + 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 02:58:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:36 ede366c98d10: Preparing 02:58:36 d2c161c37757: Preparing 02:58:36 f699fe2f4346: Preparing 02:58:36 bff0fa6e606c: Preparing 02:58:36 582a4b4a1fb2: Preparing 02:58:36 d021f3cf983c: Preparing 02:58:36 9c0a0a6550ad: Preparing 02:58:36 0086622a0490: Preparing 02:58:36 dd9c8f8612c8: Preparing 02:58:36 dd9c8f8612c8: Waiting 02:58:36 0086622a0490: Waiting 02:58:36 d021f3cf983c: Waiting 02:58:36 9c0a0a6550ad: Waiting 02:58:36 bff0fa6e606c: Layer already exists 02:58:36 ede366c98d10: Layer already exists 02:58:36 f699fe2f4346: Layer already exists 02:58:36 d2c161c37757: Layer already exists 02:58:36 582a4b4a1fb2: Layer already exists 02:58:36 d021f3cf983c: Layer already exists 02:58:36 0086622a0490: Layer already exists 02:58:36 9c0a0a6550ad: Layer already exists 02:58:36 dd9c8f8612c8: Layer already exists 02:58:37 latest: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 02:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:37 ede366c98d10: Preparing 02:58:37 d2c161c37757: Preparing 02:58:37 f699fe2f4346: Preparing 02:58:37 bff0fa6e606c: Preparing 02:58:37 582a4b4a1fb2: Preparing 02:58:37 d021f3cf983c: Preparing 02:58:37 9c0a0a6550ad: Preparing 02:58:37 0086622a0490: Preparing 02:58:37 dd9c8f8612c8: Preparing 02:58:37 d021f3cf983c: Waiting 02:58:37 9c0a0a6550ad: Waiting 02:58:37 0086622a0490: Waiting 02:58:37 dd9c8f8612c8: Waiting 02:58:37 bff0fa6e606c: Layer already exists 02:58:37 582a4b4a1fb2: Layer already exists 02:58:37 ede366c98d10: Layer already exists 02:58:37 d2c161c37757: Layer already exists 02:58:37 f699fe2f4346: Layer already exists 02:58:37 9c0a0a6550ad: Layer already exists 02:58:37 d021f3cf983c: Layer already exists 02:58:37 0086622a0490: Layer already exists 02:58:37 dd9c8f8612c8: Layer already exists 02:58:37 4.1.0-dev.11: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:38 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:38 ede366c98d10: Preparing 02:58:38 d2c161c37757: Preparing 02:58:38 f699fe2f4346: Preparing 02:58:38 bff0fa6e606c: Preparing 02:58:38 582a4b4a1fb2: Preparing 02:58:38 d021f3cf983c: Preparing 02:58:38 9c0a0a6550ad: Preparing 02:58:38 0086622a0490: Preparing 02:58:38 dd9c8f8612c8: Preparing 02:58:38 9c0a0a6550ad: Waiting 02:58:38 0086622a0490: Waiting 02:58:38 d021f3cf983c: Waiting 02:58:38 dd9c8f8612c8: Waiting 02:58:38 bff0fa6e606c: Layer already exists 02:58:38 d2c161c37757: Layer already exists 02:58:38 582a4b4a1fb2: Layer already exists 02:58:38 ede366c98d10: Layer already exists 02:58:38 f699fe2f4346: Layer already exists 02:58:38 d021f3cf983c: Layer already exists 02:58:38 0086622a0490: Layer already exists 02:58:38 9c0a0a6550ad: Layer already exists 02:58:38 dd9c8f8612c8: Layer already exists 02:58:38 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:38 + 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 02:58:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:58:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:39 ede366c98d10: Preparing 02:58:39 d2c161c37757: Preparing 02:58:39 f699fe2f4346: Preparing 02:58:39 bff0fa6e606c: Preparing 02:58:39 582a4b4a1fb2: Preparing 02:58:39 d021f3cf983c: Preparing 02:58:39 9c0a0a6550ad: Preparing 02:58:39 0086622a0490: Preparing 02:58:39 dd9c8f8612c8: Preparing 02:58:39 9c0a0a6550ad: Waiting 02:58:39 dd9c8f8612c8: Waiting 02:58:39 0086622a0490: Waiting 02:58:39 d021f3cf983c: Waiting 02:58:39 d2c161c37757: Layer already exists 02:58:39 582a4b4a1fb2: Layer already exists 02:58:39 f699fe2f4346: Layer already exists 02:58:39 bff0fa6e606c: Layer already exists 02:58:39 ede366c98d10: Layer already exists 02:58:39 d021f3cf983c: Layer already exists 02:58:39 9c0a0a6550ad: Layer already exists 02:58:39 0086622a0490: Layer already exists 02:58:39 dd9c8f8612c8: Layer already exists 02:58:39 main: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:39 ===================================================== [Pipeline] echo 02:58:39 taggedImages: 02:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 02:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:58:39 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:58:39 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:39 latest 02:58:39 4.1.0-dev.11 02:58:39 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:39 main 02:58:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:40 7d4c8295b705: Preparing 02:58:40 a015347526eb: Preparing 02:58:40 bff0fa6e606c: Preparing 02:58:40 582a4b4a1fb2: Preparing 02:58:40 599c34b33c78: Preparing 02:58:40 c23069cab6ca: Preparing 02:58:40 dd9c8f8612c8: Preparing 02:58:40 c23069cab6ca: Waiting 02:58:40 dd9c8f8612c8: Waiting 02:58:40 bff0fa6e606c: Layer already exists 02:58:40 582a4b4a1fb2: Layer already exists 02:58:40 dd9c8f8612c8: Layer already exists 02:58:40 7d4c8295b705: Pushed 02:58:40 599c34b33c78: Pushed 02:58:42 c23069cab6ca: Pushed 02:58:48 a015347526eb: Pushed 02:58:48 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:49 7d4c8295b705: Preparing 02:58:49 a015347526eb: Preparing 02:58:49 bff0fa6e606c: Preparing 02:58:49 582a4b4a1fb2: Preparing 02:58:49 599c34b33c78: Preparing 02:58:49 c23069cab6ca: Preparing 02:58:49 dd9c8f8612c8: Preparing 02:58:49 c23069cab6ca: Waiting 02:58:49 dd9c8f8612c8: Waiting 02:58:49 7d4c8295b705: Layer already exists 02:58:49 599c34b33c78: Layer already exists 02:58:49 bff0fa6e606c: Layer already exists 02:58:49 a015347526eb: Layer already exists 02:58:49 582a4b4a1fb2: Layer already exists 02:58:49 dd9c8f8612c8: Layer already exists 02:58:49 c23069cab6ca: Layer already exists 02:58:49 latest: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 02:58:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:50 7d4c8295b705: Preparing 02:58:50 a015347526eb: Preparing 02:58:50 bff0fa6e606c: Preparing 02:58:50 582a4b4a1fb2: Preparing 02:58:50 599c34b33c78: Preparing 02:58:50 c23069cab6ca: Preparing 02:58:50 dd9c8f8612c8: Preparing 02:58:50 c23069cab6ca: Waiting 02:58:50 dd9c8f8612c8: Waiting 02:58:50 599c34b33c78: Layer already exists 02:58:50 7d4c8295b705: Layer already exists 02:58:50 a015347526eb: Layer already exists 02:58:50 582a4b4a1fb2: Layer already exists 02:58:50 bff0fa6e606c: Layer already exists 02:58:50 dd9c8f8612c8: Layer already exists 02:58:50 c23069cab6ca: Layer already exists 02:58:50 4.1.0-dev.11: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:51 7d4c8295b705: Preparing 02:58:51 a015347526eb: Preparing 02:58:51 bff0fa6e606c: Preparing 02:58:51 582a4b4a1fb2: Preparing 02:58:51 599c34b33c78: Preparing 02:58:51 c23069cab6ca: Preparing 02:58:51 dd9c8f8612c8: Preparing 02:58:51 c23069cab6ca: Waiting 02:58:51 dd9c8f8612c8: Waiting 02:58:51 bff0fa6e606c: Layer already exists 02:58:51 582a4b4a1fb2: Layer already exists 02:58:51 599c34b33c78: Layer already exists 02:58:51 7d4c8295b705: Layer already exists 02:58:51 a015347526eb: Layer already exists 02:58:51 c23069cab6ca: Layer already exists 02:58:51 dd9c8f8612c8: Layer already exists 02:58:51 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:58:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:51 7d4c8295b705: Preparing 02:58:51 a015347526eb: Preparing 02:58:51 bff0fa6e606c: Preparing 02:58:51 582a4b4a1fb2: Preparing 02:58:51 599c34b33c78: Preparing 02:58:51 c23069cab6ca: Preparing 02:58:51 dd9c8f8612c8: Preparing 02:58:51 dd9c8f8612c8: Waiting 02:58:51 c23069cab6ca: Waiting 02:58:51 bff0fa6e606c: Layer already exists 02:58:51 7d4c8295b705: Layer already exists 02:58:51 582a4b4a1fb2: Layer already exists 02:58:51 a015347526eb: Layer already exists 02:58:51 599c34b33c78: Layer already exists 02:58:51 c23069cab6ca: Layer already exists 02:58:51 dd9c8f8612c8: Layer already exists 02:58:51 main: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:52 ===================================================== [Pipeline] echo 02:58:52 taggedImages: 02:58:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:58:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 02:58:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:58:52 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:58:52 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:52 latest 02:58:52 4.1.0-dev.11 02:58:52 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:58:52 main 02:58:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:52 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:58:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:58:52 c4a74a0411f9: Preparing 02:58:52 fd286ef80b3d: Preparing 02:58:52 bff0fa6e606c: Preparing 02:58:52 582a4b4a1fb2: Preparing 02:58:52 7a96cfd7abc3: Preparing 02:58:52 ed934ee6f4fb: Preparing 02:58:52 dd9c8f8612c8: Preparing 02:58:52 ed934ee6f4fb: Waiting 02:58:52 dd9c8f8612c8: Waiting 02:58:52 bff0fa6e606c: Layer already exists 02:58:52 582a4b4a1fb2: Layer already exists 02:58:53 dd9c8f8612c8: Layer already exists 02:58:53 7a96cfd7abc3: Pushed 02:58:53 c4a74a0411f9: Pushed 02:58:53 ed934ee6f4fb: Pushed 02:59:01 fd286ef80b3d: Pushed 02:59:01 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:02 c4a74a0411f9: Preparing 02:59:02 fd286ef80b3d: Preparing 02:59:02 bff0fa6e606c: Preparing 02:59:02 582a4b4a1fb2: Preparing 02:59:02 7a96cfd7abc3: Preparing 02:59:02 ed934ee6f4fb: Preparing 02:59:02 dd9c8f8612c8: Preparing 02:59:02 ed934ee6f4fb: Waiting 02:59:02 dd9c8f8612c8: Waiting 02:59:02 7a96cfd7abc3: Layer already exists 02:59:02 582a4b4a1fb2: Layer already exists 02:59:02 c4a74a0411f9: Layer already exists 02:59:02 fd286ef80b3d: Layer already exists 02:59:02 bff0fa6e606c: Layer already exists 02:59:02 ed934ee6f4fb: Layer already exists 02:59:02 dd9c8f8612c8: Layer already exists 02:59:02 latest: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 02:59:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:03 c4a74a0411f9: Preparing 02:59:03 fd286ef80b3d: Preparing 02:59:03 bff0fa6e606c: Preparing 02:59:03 582a4b4a1fb2: Preparing 02:59:03 7a96cfd7abc3: Preparing 02:59:03 ed934ee6f4fb: Preparing 02:59:03 dd9c8f8612c8: Preparing 02:59:03 ed934ee6f4fb: Waiting 02:59:03 dd9c8f8612c8: Waiting 02:59:03 fd286ef80b3d: Layer already exists 02:59:03 582a4b4a1fb2: Layer already exists 02:59:03 bff0fa6e606c: Layer already exists 02:59:03 c4a74a0411f9: Layer already exists 02:59:03 7a96cfd7abc3: Layer already exists 02:59:03 dd9c8f8612c8: Layer already exists 02:59:03 ed934ee6f4fb: Layer already exists 02:59:03 4.1.0-dev.11: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:59:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:04 c4a74a0411f9: Preparing 02:59:04 fd286ef80b3d: Preparing 02:59:04 bff0fa6e606c: Preparing 02:59:04 582a4b4a1fb2: Preparing 02:59:04 7a96cfd7abc3: Preparing 02:59:04 ed934ee6f4fb: Preparing 02:59:04 dd9c8f8612c8: Preparing 02:59:04 ed934ee6f4fb: Waiting 02:59:04 dd9c8f8612c8: Waiting 02:59:04 582a4b4a1fb2: Layer already exists 02:59:04 7a96cfd7abc3: Layer already exists 02:59:04 bff0fa6e606c: Layer already exists 02:59:04 c4a74a0411f9: Layer already exists 02:59:04 fd286ef80b3d: Layer already exists 02:59:04 dd9c8f8612c8: Layer already exists 02:59:04 ed934ee6f4fb: Layer already exists 02:59:04 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:59:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:05 c4a74a0411f9: Preparing 02:59:05 fd286ef80b3d: Preparing 02:59:05 bff0fa6e606c: Preparing 02:59:05 582a4b4a1fb2: Preparing 02:59:05 7a96cfd7abc3: Preparing 02:59:05 ed934ee6f4fb: Preparing 02:59:05 dd9c8f8612c8: Preparing 02:59:05 ed934ee6f4fb: Waiting 02:59:05 dd9c8f8612c8: Waiting 02:59:05 7a96cfd7abc3: Layer already exists 02:59:05 bff0fa6e606c: Layer already exists 02:59:05 fd286ef80b3d: Layer already exists 02:59:05 582a4b4a1fb2: Layer already exists 02:59:05 c4a74a0411f9: Layer already exists 02:59:05 ed934ee6f4fb: Layer already exists 02:59:05 dd9c8f8612c8: Layer already exists 02:59:05 main: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:05 ===================================================== [Pipeline] echo 02:59:05 taggedImages: 02:59:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 02:59:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:59:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 02:59:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 02:59:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:59:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 [Pipeline] echo 02:59:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo 02:59:06 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 02:59:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:59:07 02:59:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:59:07 arm64: Pulling from edgex-lftools-log-publisher 02:59:07 8998bd30e6a1: Pulling fs layer 02:59:07 04944245beec: Pulling fs layer 02:59:07 699f458cf7ca: Pulling fs layer 02:59:07 765212b225bb: Pulling fs layer 02:59:07 f23df028b6ca: Pulling fs layer 02:59:07 d65c8cfc05b1: Pulling fs layer 02:59:07 2437ff75d9bd: Pulling fs layer 02:59:07 f23df028b6ca: Waiting 02:59:07 765212b225bb: Waiting 02:59:07 2437ff75d9bd: Waiting 02:59:07 d65c8cfc05b1: Waiting 02:59:07 04944245beec: Verifying Checksum 02:59:07 04944245beec: Download complete 02:59:07 765212b225bb: Verifying Checksum 02:59:07 765212b225bb: Download complete 02:59:07 f23df028b6ca: Verifying Checksum 02:59:07 f23df028b6ca: Download complete 02:59:07 d65c8cfc05b1: Verifying Checksum 02:59:07 d65c8cfc05b1: Download complete 02:59:07 699f458cf7ca: Verifying Checksum 02:59:07 699f458cf7ca: Download complete 02:59:08 8998bd30e6a1: Verifying Checksum 02:59:08 8998bd30e6a1: Download complete 02:59:10 2437ff75d9bd: Verifying Checksum 02:59:10 2437ff75d9bd: Download complete 02:59:12 8998bd30e6a1: Pull complete 02:59:13 04944245beec: Pull complete 02:59:14 699f458cf7ca: Pull complete 02:59:14 765212b225bb: Pull complete 02:59:15 f23df028b6ca: Pull complete 02:59:15 d65c8cfc05b1: Pull complete 02:59:34 2437ff75d9bd: Pull complete 02:59:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:59:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:59:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:59:34 prd-ubuntu20.04-docker-arm64-4c-16g-2251 does not seem to be running inside a container 02:59:34 $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 02:59:35 $ docker top e3ad5df69eb657b9053e432d19baff79e270fd5af824db0e1c5f8911609139e5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:59:36 ---> job-cost.sh 02:59:36 lf-activate-venv: SKIPPING 02:59:36 INFO: No Stack... 02:59:37 INFO: Retrieving Pricing Info for: v3-standard-4 02:59:38 INFO: Archiving Costs [Pipeline] sh 02:59:38 + cat /w/workspace/edgex-go/838/archives/cost.csv 02:59:38 + cut -d, -f6 [Pipeline] lock 02:59:38 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-838-stack-cost] 02:59:38 Resource [jenkins-edgexfoundry-edgex-go-main-838-stack-cost] did not exist. Created. 02:59:38 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-838-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:59:39 + echo total: 0.10999999940395355 [Pipeline] stash 02:59:40 Stashed 1 file(s) [Pipeline] } 02:59:40 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-838-stack-cost] [Pipeline] // lock [Pipeline] } 02:59:40 $ docker stop --time=1 e3ad5df69eb657b9053e432d19baff79e270fd5af824db0e1c5f8911609139e5 02:59:41 $ docker rm -f --volumes e3ad5df69eb657b9053e432d19baff79e270fd5af824db0e1c5f8911609139e5 [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 02:59:42 provisioning config files... 02:59:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/838@tmp/config3718635965261882792tmp [Pipeline] { [Pipeline] sh 02:59:42 + set +x 02:59:42 + bash -s -- 02:59:42 + curl -s https://codecov.io/bash 02:59:42 02:59:42 _____ _ 02:59:42 / ____| | | 02:59:42 | | ___ __| | ___ ___ _____ __ 02:59:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:59:42 | |___| (_) | (_| | __/ (_| (_) \ V / 02:59:42 \_____\___/ \__,_|\___|\___\___/ \_/ 02:59:42 Bash-1.0.6 02:59:42 02:59:42 02:59:42 ==> git version 2.25.1 found 02:59:42 ==> 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 02:59:42 Release-Date: 2020-01-08 02:59:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:59:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:59:42 ==> Jenkins CI detected. 02:59:42 current dir:  /w/workspace/edgex-go/838 02:59:42 project root: . 02:59:42 --> token set from env 02:59:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:59:42 ==> Running gcov in . (disable via -X gcov) 02:59:42 ==> Python coveragepy not found 02:59:42 ==> Searching for coverage reports in: 02:59:42 + . 02:59:42 -> Found 1 reports 02:59:42 ==> Detecting git/mercurial file structure 02:59:42 ==> Reading reports 02:59:42 + ./coverage.out bytes=1661048 02:59:42 ==> Appending adjustments 02:59:42 https://docs.codecov.io/docs/fixing-reports 02:59:44 + Found adjustments 02:59:44 ==> Gzipping contents 02:59:44 140K /tmp/codecov.EFDZzW.gz 02:59:44 ==> Uploading reports 02:59:44 url: https://codecov.io 02:59:44 query: branch=main&commit=8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85&build=838&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F838%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:59:44 -> Pinging Codecov 02:59:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85&build=838&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F838%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:59:44 -> Uploading to 02:59:44 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85/43942aff-739e-444c-8d2e-4cae0a1585ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250526%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250526T025944Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=71134c43331ba15e50235d14f416df6bd8faf3ed2f28ce0adc765e4836a323be 02:59:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:59:44 Dload Upload Total Spent Left Speed 02:59:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 680k --:--:-- --:--:-- --:--:-- 676k 100 138k 0 0 100 138k 0 513k --:--:-- --:--:-- --:--:-- 513k 02:59:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } 02:59:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:59:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:59:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:59:45 02:59:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:59:45 latest: Pulling from edgex-devops/edgex-snyk-go 02:59:45 43c4264eed91: Pulling fs layer 02:59:45 4cc291be95ef: Pulling fs layer 02:59:45 2ac1f1163629: Pulling fs layer 02:59:45 5c3c966382ef: Pulling fs layer 02:59:45 4f4fb700ef54: Pulling fs layer 02:59:45 d9c7d2e4e75e: Pulling fs layer 02:59:45 9c3e1370e548: Pulling fs layer 02:59:45 5c3c966382ef: Waiting 02:59:45 4f4fb700ef54: Waiting 02:59:45 d9c7d2e4e75e: Waiting 02:59:45 4cc291be95ef: Verifying Checksum 02:59:45 4cc291be95ef: Download complete 02:59:45 5c3c966382ef: Verifying Checksum 02:59:45 5c3c966382ef: Download complete 02:59:45 4f4fb700ef54: Verifying Checksum 02:59:45 4f4fb700ef54: Download complete 02:59:46 43c4264eed91: Download complete 02:59:46 43c4264eed91: Pull complete 02:59:46 d9c7d2e4e75e: Verifying Checksum 02:59:46 d9c7d2e4e75e: Download complete 02:59:46 4cc291be95ef: Pull complete 02:59:46 2ac1f1163629: Verifying Checksum 02:59:46 2ac1f1163629: Download complete 02:59:48 9c3e1370e548: Verifying Checksum 02:59:50 2ac1f1163629: Pull complete 02:59:50 5c3c966382ef: Pull complete 02:59:50 4f4fb700ef54: Pull complete 02:59:50 d9c7d2e4e75e: Pull complete 02:59:54 9c3e1370e548: Pull complete 02:59:54 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 02:59:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:59:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:59:54 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 02:59:54 $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 03:00:01 $ docker top 97885b53e23594d73f5067352429fa512747f7cc966738ba2ccf4c3c1d54c0de -eo pid,comm [Pipeline] { [Pipeline] sh 03:00:01 + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] echo 03:00:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:00:01 + set -o pipefail 03:00:01 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:00:09 03:00:09 Monitoring /w/workspace/edgex-go/838 (github.com/edgexfoundry/edgex-go)... 03:00:09 03:00:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/b9c3ac5b-6028-4d74-a21c-0bebf24686b9 03:00:09 03:00:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:00:09 [Pipeline] } 03:00:09 $ docker stop --time=1 97885b53e23594d73f5067352429fa512747f7cc966738ba2ccf4c3c1d54c0de 03:00:15 $ docker rm -f --volumes 97885b53e23594d73f5067352429fa512747f7cc966738ba2ccf4c3c1d54c0de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:00:16 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:00:16 provisioning config files... 03:00:16 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/838@tmp/config934554576678269275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:00:16 --> edgex-publish-swagger.sh 03:00:16 === Publish openapi API === 03:00:16 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 03:00:16 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/838/openapi/core-command.yaml] 03:00:16 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:16 Dload Upload Total Spent Left Speed 03:00:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 120k --:--:-- --:--:-- --:--:-- 119k 100 32848 100 66 100 32782 145 72207 --:--:-- --:--:-- --:--:-- 72193 03:00:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:16 03:00:16 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/838/openapi/core-data.yaml] 03:00:16 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:16 Dload Upload Total Spent Left Speed 03:00:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 351 368k --:--:-- --:--:-- --:--:-- 368k 03:00:17 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:17 03:00:17 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/838/openapi/core-keeper.yaml] 03:00:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:17 Dload Upload Total Spent Left Speed 03:00:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 243 118k --:--:-- --:--:-- --:--:-- 118k 03:00:17 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:17 03:00:17 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/838/openapi/core-metadata.yaml] 03:00:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:17 Dload Upload Total Spent Left Speed 03:00:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 407 967k --:--:-- --:--:-- --:--:-- 967k 03:00:17 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:17 03:00:17 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/838/openapi/security-proxy-auth.yaml] 03:00:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:17 Dload Upload Total Spent Left Speed 03:00:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 243 90291 --:--:-- --:--:-- --:--:-- 90535 03:00:17 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:17 03:00:17 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/838/openapi/security-secretstore-setup.yaml] 03:00:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:17 Dload Upload Total Spent Left Speed 03:00:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 511 30333 --:--:-- --:--:-- --:--:-- 30844 03:00:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:18 03:00:18 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/838/openapi/support-notifications.yaml] 03:00:18 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:18 Dload Upload Total Spent Left Speed 03:00:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 250 371k --:--:-- --:--:-- --:--:-- 371k 03:00:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:18 03:00:18 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/838/openapi/support-scheduler.yaml] 03:00:18 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:18 Dload Upload Total Spent Left Speed 03:00:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 461 346k --:--:-- --:--:-- --:--:-- 346k 03:00:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:00:18 [Pipeline] } 03:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:00:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:00:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:00:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:19 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 03:00:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 03:00:19 $ docker top 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 -eo pid,comm 03:00:19 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:00:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:19 [ssh-agent] Looking for ssh-agent implementation... 03:00:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:19 $ docker exec 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 ssh-agent 03:00:20 SSH_AUTH_SOCK=/tmp/ssh-WxyDPFvGOwYz/agent.31 03:00:20 SSH_AGENT_PID=37 03:00:20 Running ssh-add (command line suppressed) 03:00:20 Identity added: /w/workspace/edgex-go/838@tmp/private_key_8118227097013388715.key (/w/workspace/edgex-go/838@tmp/private_key_8118227097013388715.key) 03:00:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:20 + git semver tag 03:00:20 2025-05-26 03:00:20,700 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:00:20 2025-05-26 03:00:20,703 [run_tag] DEBUG tag force:False 03:00:20 2025-05-26 03:00:20,703 [check_head_tag] DEBUG check head tag 03:00:20 2025-05-26 03:00:20,704 [execute] INFO git cat-file --batch-check 03:00:20 2025-05-26 03:00:20,704 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/838, stdin=, shell=False, universal_newlines=False) 03:00:20 2025-05-26 03:00:20,705 [execute] INFO git cat-file --batch 03:00:20 2025-05-26 03:00:20,705 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/838, stdin=, shell=False, universal_newlines=False) 03:00:20 2025-05-26 03:00:20,717 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 03:00:20 2025-05-26 03:00:20,717 [execute] INFO git tag -a v4.1.0-dev.11 -m v4.1.0-dev.11 03:00:20 2025-05-26 03:00:20,717 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.11', '-m', 'v4.1.0-dev.11'], cwd=/w/workspace/edgex-go/838, stdin=None, shell=False, universal_newlines=False) 03:00:20 2025-05-26 03:00:20,720 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 03:00:20 4.1.0-dev.11 [Pipeline] } 03:00:20 $ docker exec --env ******** --env ******** 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 ssh-agent -k 03:00:20 unset SSH_AUTH_SOCK; 03:00:20 unset SSH_AGENT_PID; 03:00:20 echo Agent pid 37 killed; 03:00:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:21 + git semver [Pipeline] } 03:00:21 $ docker stop --time=1 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 03:00:22 $ docker rm -f --volumes 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:00:23 03:00:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:00:23 0.23.1-centos7: Pulling from edgex-lftools 03:00:23 ab5ef0e58194: Pulling fs layer 03:00:23 9712f1f96733: Pulling fs layer 03:00:23 63f879dbbcfc: Pulling fs layer 03:00:23 0d9ebad4ef96: Pulling fs layer 03:00:23 e9a5061849ea: Pulling fs layer 03:00:23 d747dcd14b5f: Pulling fs layer 03:00:23 e9a5061849ea: Waiting 03:00:23 0d9ebad4ef96: Waiting 03:00:23 2de7ff778b66: Pulling fs layer 03:00:23 9712f1f96733: Verifying Checksum 03:00:23 9712f1f96733: Download complete 03:00:24 63f879dbbcfc: Verifying Checksum 03:00:24 63f879dbbcfc: Download complete 03:00:24 e9a5061849ea: Verifying Checksum 03:00:24 e9a5061849ea: Download complete 03:00:24 d747dcd14b5f: Download complete 03:00:24 0d9ebad4ef96: Verifying Checksum 03:00:24 0d9ebad4ef96: Download complete 03:00:24 2de7ff778b66: Verifying Checksum 03:00:24 2de7ff778b66: Download complete 03:00:24 ab5ef0e58194: Verifying Checksum 03:00:24 ab5ef0e58194: Download complete 03:00:26 ab5ef0e58194: Pull complete 03:00:26 9712f1f96733: Pull complete 03:00:27 63f879dbbcfc: Pull complete 03:00:31 0d9ebad4ef96: Pull complete 03:00:31 e9a5061849ea: Pull complete 03:00:31 d747dcd14b5f: Pull complete 03:00:32 2de7ff778b66: Pull complete 03:00:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:00:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:00:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:32 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 03:00:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 03:00:38 $ docker top 51491f2ca85be39f56938b941d727cb5ac33cec7f08fffc034534cec93ced93a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:00:38 provisioning config files... 03:00:38 copy managed file [sigul-config] to file:/w/workspace/edgex-go/838@tmp/config6466285981900752180tmp 03:00:38 copy managed file [sigul-password] to file:/w/workspace/edgex-go/838@tmp/config6999147856834199329tmp 03:00:38 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/838@tmp/config4680067442009457763tmp [Pipeline] { [Pipeline] echo 03:00:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:00:38 ---> sigul-configuration.sh 03:00:38 gpg: directory `/root/.gnupg' created 03:00:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:00:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:00:38 gpg: keyring `/root/.gnupg/secring.gpg' created 03:00:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:00:38 gpg: CAST5 encrypted data 03:00:38 gpg: encrypted with 1 passphrase 03:00:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:00:38 + mkdir /home/jenkins 03:00:38 + mkdir /home/jenkins/sigul [Pipeline] sh 03:00:39 + 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 03:00:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:00:39 ---> sigul-install.sh 03:00:39 Sigul already installed; skipping installation. [Pipeline] sh 03:00:39 + git tag --list 03:00:39 0.6.0 03:00:39 0.6.1 03:00:39 0.7.0 03:00:39 0.7.1 03:00:39 v1.0.0 03:00:39 v1.0.1 03:00:39 v1.1.0 03:00:39 v1.2.0 03:00:39 v1.2.1 03:00:39 v1.3.0 03:00:39 v1.3.1 03:00:39 v2.0.0 03:00:39 v2.1.0 03:00:39 v2.1.1 03:00:39 v2.2.0 03:00:39 v2.3.0 03:00:39 v3.0 03:00:39 v3.0.0 03:00:39 v3.1 03:00:39 v3.1.0 03:00:39 v3.1.1 03:00:39 v4.0 03:00:39 v4.0.0 03:00:39 v4.0.1 03:00:39 v4.1.0-dev.1 03:00:39 v4.1.0-dev.10 03:00:39 v4.1.0-dev.11 03:00:39 v4.1.0-dev.2 03:00:39 v4.1.0-dev.3 03:00:39 v4.1.0-dev.4 03:00:39 v4.1.0-dev.5 03:00:39 v4.1.0-dev.6 03:00:39 v4.1.0-dev.7 03:00:39 v4.1.0-dev.8 03:00:39 v4.1.0-dev.9 [Pipeline] sh 03:00:40 + lftools sign git-tag v4.1.0-dev.11 03:00:40 Signing Git tag with Sigul... 03:00:40 Signing v4.1.0-dev.11 [Pipeline] echo 03:00:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:00:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:00:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:00:41 $ docker stop --time=1 51491f2ca85be39f56938b941d727cb5ac33cec7f08fffc034534cec93ced93a 03:00:42 $ docker rm -f --volumes 51491f2ca85be39f56938b941d727cb5ac33cec7f08fffc034534cec93ced93a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:00:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:00:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:00:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:43 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 03:00:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 03:00:43 $ docker top 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 -eo pid,comm 03:00:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:00:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:44 [ssh-agent] Looking for ssh-agent implementation... 03:00:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:44 $ docker exec 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 ssh-agent 03:00:44 SSH_AUTH_SOCK=/tmp/ssh-7OsbWIOxFW1T/agent.33 03:00:44 SSH_AGENT_PID=39 03:00:44 Running ssh-add (command line suppressed) 03:00:44 Identity added: /w/workspace/edgex-go/838@tmp/private_key_15637066895030321532.key (/w/workspace/edgex-go/838@tmp/private_key_15637066895030321532.key) 03:00:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:44 + git semver bump pre 03:00:44 2025-05-26 03:00:44,881 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:00:44 2025-05-26 03:00:44,884 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 03:00:44 2025-05-26 03:00:44,884 [bump_version] DEBUG bumping version:4.1.0-dev.11 on axis:pre with prefix:dev 03:00:44 2025-05-26 03:00:44,884 [bump_version] DEBUG bumped version:4.1.0-dev.12 03:00:44 2025-05-26 03:00:44,884 [write_version] DEBUG write version:4.1.0-dev.12 to path:/w/workspace/edgex-go/838/.semver/main with force:True 03:00:44 2025-05-26 03:00:44,884 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 03:00:44 2025-05-26 03:00:44,884 [write_file] DEBUG write to file:/w/workspace/edgex-go/838/.semver/main 03:00:44 2025-05-26 03:00:44,886 [execute] INFO git cat-file --batch-check 03:00:44 2025-05-26 03:00:44,886 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/838/.semver, stdin=, shell=False, universal_newlines=False) 03:00:44 2025-05-26 03:00:44,889 [execute] INFO git cat-file --batch 03:00:44 2025-05-26 03:00:44,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/838/.semver, stdin=, shell=False, universal_newlines=False) 03:00:44 2025-05-26 03:00:44,892 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 03:00:44 4.1.0-dev.12 [Pipeline] } 03:00:44 $ docker exec --env ******** --env ******** 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 ssh-agent -k 03:00:45 unset SSH_AUTH_SOCK; 03:00:45 unset SSH_AGENT_PID; 03:00:45 echo Agent pid 39 killed; 03:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:45 + git semver [Pipeline] } 03:00:45 $ docker stop --time=1 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 03:00:47 $ docker rm -f --volumes 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 [Pipeline] // withDockerContainer [Pipeline] sh 03:00:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:00:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:00:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:47 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 03:00:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 03:00:48 $ docker top eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 -eo pid,comm 03:00:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:00:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:48 [ssh-agent] Looking for ssh-agent implementation... 03:00:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:49 $ docker exec eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 ssh-agent 03:00:49 SSH_AUTH_SOCK=/tmp/ssh-bfm19HDKiV1Q/agent.14 03:00:49 SSH_AGENT_PID=20 03:00:49 Running ssh-add (command line suppressed) 03:00:49 Identity added: /w/workspace/edgex-go/838@tmp/private_key_11217063831184862821.key (/w/workspace/edgex-go/838@tmp/private_key_11217063831184862821.key) 03:00:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:49 + git semver push 03:00:49 2025-05-26 03:00:49,884 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:00:49 2025-05-26 03:00:49,913 [run_push] DEBUG push 03:00:49 2025-05-26 03:00:49,914 [execute] INFO git cat-file --batch-check 03:00:49 2025-05-26 03:00:49,914 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/838/.semver, stdin=, shell=False, universal_newlines=False) 03:00:49 2025-05-26 03:00:49,917 [execute] INFO git rev-list f0694e4afd9911fc338975e403e152955124c922 -- 03:00:49 2025-05-26 03:00:49,917 [execute] DEBUG Popen(['git', 'rev-list', 'f0694e4afd9911fc338975e403e152955124c922', '--'], cwd=/w/workspace/edgex-go/838/.semver, stdin=None, shell=False, universal_newlines=False) 03:00:50 2025-05-26 03:00:49,935 [execute] INFO git fetch -v -- origin 03:00:50 2025-05-26 03:00:49,935 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/838/.semver, stdin=None, shell=False, universal_newlines=True) 03:00:50 2025-05-26 03:00:50,384 [run_push] DEBUG no remote changes detected 03:00:50 2025-05-26 03:00:50,384 [execute] INFO git push origin semver 03:00:50 2025-05-26 03:00:50,385 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/838/.semver, stdin=None, shell=False, universal_newlines=False) 03:00:51 2025-05-26 03:00:51,142 [run_push] DEBUG push all version tags 03:00:51 2025-05-26 03:00:51,142 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:00:51 2025-05-26 03:00:51,143 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/838, stdin=None, shell=False, universal_newlines=False) 03:00:51 2025-05-26 03:00:51,797 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main 03:00:51 4.1.0-dev.12 [Pipeline] } 03:00:51 $ docker exec --env ******** --env ******** eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 ssh-agent -k 03:00:52 unset SSH_AUTH_SOCK; 03:00:52 unset SSH_AGENT_PID; 03:00:52 echo Agent pid 20 killed; 03:00:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:52 + git semver [Pipeline] } 03:00:52 $ docker stop --time=1 eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 03:00:54 $ docker rm -f --volumes eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 [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 03:00:54 + [ -d /w/workspace/edgex-go/838/archives ] [Pipeline] libraryResource [Pipeline] sh 03:00:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:00:55 ---> package-listing.sh 03:00:55 ++ facter osfamily 03:00:55 ++ tr '[:upper:]' '[:lower:]' 03:00:56 + OS_FAMILY=debian 03:00:56 + workspace=/w/workspace/edgex-go/838 03:00:56 + START_PACKAGES=/tmp/packages_start.txt 03:00:56 + END_PACKAGES=/tmp/packages_end.txt 03:00:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:00:56 + PACKAGES=/tmp/packages_start.txt 03:00:56 + '[' /w/workspace/edgex-go/838 ']' 03:00:56 + PACKAGES=/tmp/packages_end.txt 03:00:56 + case "${OS_FAMILY}" in 03:00:56 + dpkg -l 03:00:56 + grep '^ii' 03:00:56 + '[' -f /tmp/packages_start.txt ']' 03:00:56 + '[' -f /tmp/packages_end.txt ']' 03:00:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:00:56 + '[' /w/workspace/edgex-go/838 ']' 03:00:56 + mkdir -p /w/workspace/edgex-go/838/archives/ 03:00:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/838/archives/ [Pipeline] echo 03:00:56 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/838/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:00:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:00:57 03:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:00:57 latest: Pulling from edgex-lftools-log-publisher 03:00:57 5eb5b503b376: Pulling fs layer 03:00:57 5c69ac0246d0: Pulling fs layer 03:00:57 ec43610c2a17: Pulling fs layer 03:00:57 3a2ae6a8a46f: Pulling fs layer 03:00:57 33b1e0a273af: Pulling fs layer 03:00:57 5d3b04190fa2: Pulling fs layer 03:00:57 2f39f015ded8: Pulling fs layer 03:00:57 3a2ae6a8a46f: Waiting 03:00:57 33b1e0a273af: Waiting 03:00:57 5d3b04190fa2: Waiting 03:00:57 5c69ac0246d0: Verifying Checksum 03:00:57 5c69ac0246d0: Download complete 03:00:57 3a2ae6a8a46f: Verifying Checksum 03:00:57 3a2ae6a8a46f: Download complete 03:00:57 33b1e0a273af: Verifying Checksum 03:00:57 33b1e0a273af: Download complete 03:00:57 5d3b04190fa2: Verifying Checksum 03:00:57 5d3b04190fa2: Download complete 03:00:57 ec43610c2a17: Verifying Checksum 03:00:57 ec43610c2a17: Download complete 03:00:57 5eb5b503b376: Verifying Checksum 03:00:57 5eb5b503b376: Download complete 03:00:58 2f39f015ded8: Download complete 03:00:59 5eb5b503b376: Pull complete 03:00:59 5c69ac0246d0: Pull complete 03:00:59 ec43610c2a17: Pull complete 03:00:59 3a2ae6a8a46f: Pull complete 03:00:59 33b1e0a273af: Pull complete 03:00:59 5d3b04190fa2: Pull complete 03:01:04 2f39f015ded8: Pull complete 03:01:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:01:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:01:04 prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container 03:01:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/838/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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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 03:01:08 $ docker top d3bb4246441f857a304add5ba622a9beb46744dcdba3759b1b69b426752a1594 -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:09 + touch /tmp/pre-build-complete [Pipeline] sh 03:01:09 + mkdir -p /var/log/sysstat [Pipeline] sh 03:01:09 + ls /var/log/sa-host 03:01:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:01:09 provisioning config files... 03:01:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/838@tmp/config10905496261265869929tmp [Pipeline] { [Pipeline] echo 03:01:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:01:10 ---> create-netrc.sh [Pipeline] } 03:01:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:01:10 ---> python-tools-install.sh [Pipeline] echo 03:01:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:01:10 ---> sudo-logs.sh 03:01:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:01:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:01:11 ---> job-cost.sh 03:01:11 lf-activate-venv: SKIPPING 03:01:11 DEBUG: total: 0.10999999940395355 03:01:11 INFO: Retrieving Stack Cost... 03:01:11 INFO: Retrieving Pricing Info for: v3-standard-8 03:01:11 INFO: Archiving Costs [Pipeline] echo 03:01:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:01:12 ---> logs-deploy.sh 03:01:12 lf-activate-venv: SKIPPING 03:01:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/838 03:01:12 INFO: archiving workspace using pattern(s): 03:01:13 Archives upload complete. 03:01:13 INFO: archiving logs to Nexus 03:01:14 ---> uname -a: 03:01:14 Linux prd-ubuntu20-04-docker-8c-8g-2248 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:01:14 03:01:14 03:01:14 ---> lscpu: 03:01:14 Architecture: x86_64 03:01:14 CPU op-mode(s): 32-bit, 64-bit 03:01:14 Byte Order: Little Endian 03:01:14 Address sizes: 40 bits physical, 48 bits virtual 03:01:14 CPU(s): 8 03:01:14 On-line CPU(s) list: 0-7 03:01:14 Thread(s) per core: 1 03:01:14 Core(s) per socket: 1 03:01:14 Socket(s): 8 03:01:14 NUMA node(s): 1 03:01:14 Vendor ID: AuthenticAMD 03:01:14 CPU family: 23 03:01:14 Model: 49 03:01:14 Model name: AMD EPYC-Rome Processor 03:01:14 Stepping: 0 03:01:14 CPU MHz: 2799.998 03:01:14 BogoMIPS: 5599.99 03:01:14 Virtualization: AMD-V 03:01:14 Hypervisor vendor: KVM 03:01:14 Virtualization type: full 03:01:14 L1d cache: 256 KiB 03:01:14 L1i cache: 256 KiB 03:01:14 L2 cache: 4 MiB 03:01:14 L3 cache: 128 MiB 03:01:14 NUMA node0 CPU(s): 0-7 03:01:14 Vulnerability Itlb multihit: Not affected 03:01:14 Vulnerability L1tf: Not affected 03:01:14 Vulnerability Mds: Not affected 03:01:14 Vulnerability Meltdown: Not affected 03:01:14 Vulnerability Mmio stale data: Not affected 03:01:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:01:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:01:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:01:14 Vulnerability Srbds: Not affected 03:01:14 Vulnerability Tsx async abort: Not affected 03:01:14 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 03:01:14 03:01:14 03:01:14 ---> nproc: 03:01:14 8 03:01:14 03:01:14 03:01:14 ---> df -h: 03:01:14 Filesystem Size Used Avail Use% Mounted on 03:01:14 overlay 155G 31G 125G 20% / 03:01:14 tmpfs 64M 0 64M 0% /dev 03:01:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:01:14 shm 64M 0 64M 0% /dev/shm 03:01:14 /dev/vda1 155G 31G 125G 20% /facter-os 03:01:14 03:01:14 03:01:14 ---> sar -b -r -n DEV: 03:01:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2248) 05/26/25 _x86_64_ (8 CPU) 03:01:14 03:01:14 02:09:18 LINUX RESTART (8 CPU) 03:01:14 03:01:14 02:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:01:14 02:11:01 227.13 10.94 216.19 0.00 1700.85 86080.40 0.00 03:01:14 02:12:01 52.92 0.05 52.87 0.00 0.80 26909.00 0.00 03:01:14 02:13:01 41.29 0.22 41.07 0.00 6.00 21354.22 0.00 03:01:14 02:14:01 170.25 0.27 169.99 0.00 22.00 93108.22 0.00 03:01:14 02:15:01 1044.39 14.95 1029.45 0.00 2477.05 300448.06 0.00 03:01:14 02:16:01 321.28 1.70 319.58 0.00 255.56 126844.99 0.00 03:01:14 02:17:02 269.93 0.28 269.65 0.00 2.27 96482.96 0.00 03:01:14 02:18:01 556.57 0.19 556.38 0.00 18.84 160668.23 0.00 03:01:14 02:19:01 252.54 0.03 252.51 0.00 0.93 6444.13 0.00 03:01:14 02:20:01 23.35 0.08 23.26 0.00 10.40 567.24 0.00 03:01:14 02:21:01 6.31 0.00 6.31 0.00 0.00 135.95 0.00 03:01:14 02:22:01 1.52 0.00 1.52 0.00 0.00 21.86 0.00 03:01:14 02:23:01 0.92 0.00 0.92 0.00 0.00 9.60 0.00 03:01:14 02:24:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 03:01:14 02:25:01 2.18 0.02 2.17 0.00 0.13 27.46 0.00 03:01:14 02:26:01 1.80 0.00 1.80 0.00 0.00 20.13 0.00 03:01:14 02:27:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 03:01:14 02:28:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 03:01:14 02:29:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 03:01:14 02:30:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 03:01:14 02:31:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 03:01:14 02:32:01 1.13 0.00 1.13 0.00 0.00 14.40 0.00 03:01:14 02:33:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 03:01:14 02:34:01 2.47 1.32 1.15 0.00 32.26 16.13 0.00 03:01:14 02:35:01 1.45 0.20 1.25 0.00 3.20 16.00 0.00 03:01:14 02:36:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 03:01:14 02:37:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 03:01:14 02:38:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 03:01:14 02:39:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 03:01:14 02:40:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 03:01:14 02:41:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 03:01:14 02:42:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 03:01:14 02:43:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 03:01:14 02:44:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 03:01:14 02:45:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 03:01:14 02:46:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 03:01:14 02:47:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 03:01:14 02:48:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 03:01:14 02:49:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 03:01:14 02:50:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 03:01:14 02:51:01 1.02 0.00 1.02 0.00 0.00 12.40 0.00 03:01:14 02:52:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 03:01:14 02:53:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 03:01:14 02:54:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 03:01:14 02:55:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 03:01:14 02:56:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 03:01:14 02:57:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 03:01:14 02:58:01 3.25 1.02 2.23 0.00 21.86 31.06 0.00 03:01:14 02:59:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 03:01:14 03:00:01 77.75 0.07 77.69 0.00 7.87 24158.11 0.00 03:01:14 03:01:01 138.46 0.68 137.78 0.00 16.40 37791.43 0.00 03:01:14 Average: 63.24 0.63 62.61 0.00 89.78 19201.40 0.00 03:01:14 03:01:14 02:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:01:14 02:11:01 28081836 31572460 743884 2.26 124844 3566220 1692984 4.99 1111612 3226796 6756 03:01:14 02:12:01 26595020 31337140 968868 2.95 129236 4718612 2353504 6.94 2053376 3668648 394936 03:01:14 02:13:01 26302768 31195044 1107664 3.37 135000 4831624 2489656 7.34 1808888 4172104 426940 03:01:14 02:14:01 23452192 31284464 1018316 3.10 146104 7710224 2466912 7.27 1887344 6886192 2085300 03:01:14 02:15:01 16340980 31367332 881124 2.68 359028 14232368 2375848 7.00 2871684 12493964 403084 03:01:14 02:16:01 8808308 29300232 2875476 8.74 410952 19174072 9756420 28.75 5879096 16445388 1841908 03:01:14 02:17:02 4453488 27659432 4520616 13.75 424952 21771172 9443696 27.83 8687268 17897328 1822672 03:01:14 02:18:01 8361860 31393924 848656 2.58 435588 21779200 2380576 7.02 3324820 19635104 428 03:01:14 02:19:01 8326272 31447168 800424 2.43 440944 21860252 2109420 6.22 3552300 19450288 736 03:01:14 02:20:01 8330868 31453296 793880 2.41 441664 21860860 2089120 6.16 4067284 18930716 640 03:01:14 02:21:01 8330944 31453348 793636 2.41 441804 21860884 2089628 6.16 4105792 18890596 4 03:01:14 02:22:01 8333368 31455800 791508 2.41 441848 21860884 2089628 6.16 4103212 18890600 60 03:01:14 02:23:01 8333320 31455904 791376 2.41 441852 21861016 2089628 6.16 4102988 18890728 12 03:01:14 02:24:01 8334568 31457168 790424 2.40 441860 21861024 2089628 6.16 4102728 18890732 240 03:01:14 02:25:01 8348108 31470816 776492 2.36 441888 21860996 2119252 6.25 4088108 18890712 12 03:01:14 02:26:01 8348344 31471096 776144 2.36 441928 21861000 2119252 6.25 4088076 18890716 8 03:01:14 02:27:01 8347980 31470760 776340 2.36 441952 21861008 2119252 6.25 4088096 18890720 8 03:01:14 02:28:01 8348180 31470988 776288 2.36 441960 21861008 2119252 6.25 4088124 18890720 44 03:01:14 02:29:01 8348156 31471136 776088 2.36 442016 21861140 2119252 6.25 4088188 18890840 8 03:01:14 02:30:01 8349336 31472360 774864 2.36 442040 21861140 2119252 6.25 4087056 18890852 12 03:01:14 02:31:01 8349036 31472084 775072 2.36 442068 21861144 2119252 6.25 4087040 18890856 12 03:01:14 02:32:01 8349020 31472108 774988 2.36 442104 21861148 2119252 6.25 4087076 18890860 60 03:01:14 02:33:01 8349224 31472344 774692 2.36 442136 21861148 2119252 6.25 4087116 18890860 8 03:01:14 02:34:01 8343172 31468372 778372 2.37 442176 21862120 2119252 6.25 4092960 18891320 248 03:01:14 02:35:01 8342412 31467716 779200 2.37 442208 21862200 2119252 6.25 4094784 18891120 24 03:01:14 02:36:01 8342396 31467740 779156 2.37 442228 21862220 2135392 6.29 4094608 18891124 204 03:01:14 02:37:01 8342412 31467772 779124 2.37 442240 21862224 2135392 6.29 4094132 18891124 12 03:01:14 02:38:01 8342596 31467972 779056 2.37 442248 21862228 2135392 6.29 4094396 18891124 8 03:01:14 02:39:01 8342556 31467944 779032 2.37 442264 21862232 2135392 6.29 4094460 18891128 4 03:01:14 02:40:01 8342484 31467896 779020 2.37 442292 21862228 2135392 6.29 4094484 18891128 24 03:01:14 02:41:01 8342476 31467900 778984 2.37 442308 21862236 2135392 6.29 4094180 18891136 16 03:01:14 02:42:01 8342492 31467972 778920 2.37 442332 21862244 2135392 6.29 4094232 18891140 12 03:01:14 02:43:01 8342404 31467884 778880 2.37 442356 21862244 2135392 6.29 4094492 18891140 16 03:01:14 02:44:01 8342420 31467952 778896 2.37 442376 21862248 2135392 6.29 4094552 18891148 4 03:01:14 02:45:01 8342120 31467652 779124 2.37 442404 21862240 2135392 6.29 4094596 18891148 12 03:01:14 02:46:01 8342516 31468088 778892 2.37 442424 21862252 2135392 6.29 4094308 18891152 60 03:01:14 02:47:01 8341916 31467524 779448 2.37 442436 21862256 2135392 6.29 4095920 18891156 36 03:01:14 02:48:01 8341372 31467008 779872 2.37 442460 21862256 2135392 6.29 4096388 18891156 12 03:01:14 02:49:01 8340828 31466480 780340 2.37 442468 21862260 2118692 6.24 4096316 18891160 28 03:01:14 02:50:01 8340748 31466420 780320 2.37 442488 21862260 2118692 6.24 4096544 18891160 80 03:01:14 02:51:01 8340700 31466392 780280 2.37 442512 21862264 2118692 6.24 4096660 18891164 220 03:01:14 02:52:01 8340552 31466300 780480 2.37 442524 21862272 2118692 6.24 4096448 18891168 272 03:01:14 02:53:01 8340836 31466616 780168 2.37 442556 21862272 2118692 6.24 4096172 18891168 16 03:01:14 02:54:01 8340724 31466524 780204 2.37 442584 21862276 2118692 6.24 4096208 18891172 8 03:01:14 02:55:01 8340680 31466504 780352 2.37 442608 21862276 2118692 6.24 4096696 18891180 36 03:01:14 02:56:01 8340688 31466540 780312 2.37 442632 21862284 2118692 6.24 4096268 18891184 12 03:01:14 02:57:01 8340380 31466256 780548 2.37 442640 21862288 2118692 6.24 4096288 18891188 28 03:01:14 02:58:01 8336040 31462968 783532 2.38 442716 21862928 2157696 6.36 4096472 18891740 4 03:01:14 02:59:01 8335984 31462936 783512 2.38 442728 21862932 2157696 6.36 4096772 18891744 8 03:01:14 03:00:01 7556648 31417000 826916 2.51 446364 22541668 2194364 6.47 4139188 19570700 372 03:01:14 03:01:01 6368708 31396012 847188 2.58 475988 23568020 2413384 7.11 4241164 20544756 427008 03:01:14 Average: 9771028 31333936 914842 2.78 416065 20396619 2442743 7.20 3986411 17640648 145347 03:01:14 03:01:14 02:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:01:14 02:11:01 ens3 1151.56 988.48 11617.32 103.40 0.00 0.00 0.00 0.00 03:01:14 02:11:01 lo 4.46 4.46 0.44 0.44 0.00 0.00 0.00 0.00 03:01:14 02:11:01 docker0 812.41 861.25 58.92 4641.52 0.00 0.00 0.00 0.00 03:01:14 02:12:01 ens3 44.19 28.63 41.03 18.18 0.00 0.00 0.00 0.00 03:01:14 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:12:01 veth444072f 0.10 0.30 0.01 0.02 0.00 0.00 0.00 0.00 03:01:14 02:12:01 docker0 0.10 0.20 0.01 0.02 0.00 0.00 0.00 0.00 03:01:14 02:13:01 ens3 26.96 17.63 22.17 13.50 0.00 0.00 0.00 0.00 03:01:14 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:13:01 veth444072f 1.27 1.28 0.11 0.11 0.00 0.00 0.00 0.00 03:01:14 02:13:01 docker0 1.27 1.27 0.09 0.11 0.00 0.00 0.00 0.00 03:01:14 02:14:01 ens3 105.13 70.25 2221.52 19.06 0.00 0.00 0.00 0.00 03:01:14 02:14:01 veth9e416c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:14:01 vetha0adf64 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:14:01 lo 1.27 1.27 0.11 0.11 0.00 0.00 0.00 0.00 03:01:14 02:14:01 vethe04aeb7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:14:01 docker0 0.35 0.28 0.03 0.12 0.00 0.00 0.00 0.00 03:01:14 02:14:01 veth1c4bb83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:14:01 veth096bca0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:14:01 vetha69edce 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:14:01 veth051002f 0.35 0.40 0.03 0.13 0.00 0.00 0.00 0.00 03:01:14 02:15:01 veth7a7eaae 75.79 149.73 7.85 1227.96 0.00 0.00 0.00 0.10 03:01:14 02:15:01 vethf59d2f9 72.05 138.88 7.58 1226.00 0.00 0.00 0.00 0.10 03:01:14 02:15:01 ens3 1265.37 693.55 11958.93 225.24 0.00 0.00 0.00 0.00 03:01:14 02:15:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 03:01:14 02:15:01 veth61c4633 71.69 146.31 7.63 1231.72 0.00 0.00 0.00 0.10 03:01:14 02:15:01 veth9213692 76.24 153.21 7.86 1226.02 0.00 0.00 0.00 0.10 03:01:14 02:15:01 docker0 510.13 996.32 44.27 8792.46 0.00 0.00 0.00 0.00 03:01:14 02:15:01 vethfd07f99 79.89 165.84 8.09 1227.13 0.00 0.00 0.00 0.10 03:01:14 02:15:01 veth0a387c5 71.85 134.18 7.59 1241.03 0.00 0.00 0.00 0.10 03:01:14 02:15:01 veth051002f 0.07 0.93 0.00 0.04 0.00 0.00 0.00 0.00 03:01:14 02:16:01 vethe6f88a9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth126d568 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 ens3 13.01 6.93 10.79 5.70 0.00 0.00 0.00 0.00 03:01:14 02:16:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 03:01:14 02:16:01 vethd0e4041 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 vethcf0ea99 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth6da51da 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth7d5e819 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 vethe401bf0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 vethf268088 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth9e93981 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth27b4ac8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth6d59988 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 vethde0981a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 02:16:01 veth051002f 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 vethe6f88a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth126d568 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 ens3 1.42 0.70 1.13 0.60 0.00 0.00 0.00 0.00 03:01:14 02:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 vethd0e4041 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 vethcf0ea99 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth6da51da 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth7d5e819 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 vethe401bf0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 vethf268088 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth9e93981 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth27b4ac8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth6d59988 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 vethde0981a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:17:02 veth051002f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:18:01 ens3 7.39 4.12 5.89 3.21 0.00 0.00 0.00 0.00 03:01:14 02:18:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 03:01:14 02:18:01 veth9712e97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:18:01 veth1a81ec5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:18:01 veth051002f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:19:01 ens3 399.93 402.75 222.40 1517.59 0.00 0.00 0.00 0.00 03:01:14 02:19:01 lo 48.93 48.93 4.83 4.83 0.00 0.00 0.00 0.00 03:01:14 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:20:01 ens3 361.42 363.14 134.83 2654.49 0.00 0.00 0.00 0.00 03:01:14 02:20:01 lo 25.33 25.33 2.49 2.49 0.00 0.00 0.00 0.00 03:01:14 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:21:01 ens3 46.70 44.82 28.65 217.31 0.00 0.00 0.00 0.00 03:01:14 02:21:01 lo 5.40 5.40 0.53 0.53 0.00 0.00 0.00 0.00 03:01:14 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:22:01 ens3 0.48 0.37 0.26 0.21 0.00 0.00 0.00 0.00 03:01:14 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:25:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:01:14 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:26:01 ens3 0.15 0.08 0.06 0.01 0.00 0.00 0.00 0.00 03:01:14 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:27:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:28:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:29:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:30:01 ens3 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 03:01:14 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:32:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 03:01:14 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:33:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:34:01 ens3 4.48 3.55 3.29 4.08 0.00 0.00 0.00 0.00 03:01:14 02:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:01:14 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:35:01 ens3 3.93 3.30 2.31 2.39 0.00 0.00 0.00 0.00 03:01:14 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:36:01 ens3 0.52 0.30 0.27 0.20 0.00 0.00 0.00 0.00 03:01:14 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:38:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 03:01:14 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:40:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:01:14 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:42:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:43:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 03:01:14 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:44:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:45:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:01:14 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:46:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:47:01 ens3 0.67 2.23 0.04 13.62 0.00 0.00 0.00 0.00 03:01:14 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:48:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 03:01:14 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:50:01 ens3 2.70 4.75 0.24 7.23 0.00 0.00 0.00 0.00 03:01:14 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:51:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 03:01:14 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:54:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:01:14 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:55:01 ens3 7.10 14.21 0.87 21.76 0.00 0.00 0.00 0.00 03:01:14 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:56:01 ens3 0.17 0.15 0.06 0.01 0.00 0.00 0.00 0.00 03:01:14 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:14 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 03:00:01 ens3 153.92 119.11 3928.41 86.25 0.00 0.00 0.00 0.00 03:01:14 03:00:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 03:01:14 03:00:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:01:14 03:00:01 veth8628925 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 03:01:14 03:01:01 ens3 380.27 235.76 6664.09 58.37 0.00 0.00 0.00 0.00 03:01:14 03:01:01 lo 2.27 2.27 0.24 0.24 0.00 0.00 0.00 0.00 03:01:14 03:01:01 docker0 60.19 102.60 5.82 876.25 0.00 0.00 0.00 0.00 03:01:14 Average: ens3 78.09 58.99 723.21 97.53 0.00 0.00 0.00 0.00 03:01:14 Average: lo 1.85 1.85 0.18 0.18 0.00 0.00 0.00 0.00 03:01:14 Average: docker0 27.17 38.49 2.14 280.74 0.00 0.00 0.00 0.00 03:01:14 03:01:14 03:01:14 ---> sar -P ALL: 03:01:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2248) 05/26/25 _x86_64_ (8 CPU) 03:01:14 03:01:14 02:09:18 LINUX RESTART (8 CPU) 03:01:14 03:01:14 02:10:01 CPU %user %nice %system %iowait %steal %idle 03:01:14 02:11:01 all 10.01 0.00 4.62 3.28 0.07 82.02 03:01:14 02:11:01 0 8.72 0.00 3.10 3.42 0.07 84.70 03:01:14 02:11:01 1 11.51 0.00 4.86 0.31 0.07 83.25 03:01:14 02:11:01 2 11.68 0.00 5.91 1.84 0.07 80.51 03:01:14 02:11:01 3 8.72 0.00 5.60 1.64 0.07 83.97 03:01:14 02:11:01 4 8.77 0.00 3.95 0.71 0.07 86.50 03:01:14 02:11:01 5 10.74 0.00 3.87 0.30 0.05 85.04 03:01:14 02:11:01 6 9.94 0.00 5.78 17.26 0.08 66.94 03:01:14 02:11:01 7 10.04 0.00 3.93 0.89 0.05 85.09 03:01:14 02:12:01 all 42.52 0.00 6.57 1.09 0.09 49.73 03:01:14 02:12:01 0 46.74 0.00 6.09 1.01 0.10 46.06 03:01:14 02:12:01 1 42.35 0.00 6.64 0.05 0.12 50.84 03:01:14 02:12:01 2 43.05 0.00 6.37 0.05 0.07 50.47 03:01:14 02:12:01 3 39.16 0.00 6.12 0.02 0.08 54.61 03:01:14 02:12:01 4 41.20 0.00 5.94 0.07 0.08 52.71 03:01:14 02:12:01 5 43.85 0.00 6.93 7.30 0.12 41.81 03:01:14 02:12:01 6 40.83 0.00 8.07 0.13 0.08 50.88 03:01:14 02:12:01 7 42.98 0.00 6.40 0.08 0.08 50.45 03:01:14 02:13:01 all 55.55 0.00 7.30 1.00 0.11 36.04 03:01:14 02:13:01 0 55.58 0.00 7.35 1.48 0.10 35.49 03:01:14 02:13:01 1 55.56 0.00 7.31 0.22 0.12 36.80 03:01:14 02:13:01 2 55.84 0.00 7.26 0.79 0.12 35.98 03:01:14 02:13:01 3 54.97 0.00 7.85 0.12 0.10 36.97 03:01:14 02:13:01 4 56.03 0.00 7.18 0.17 0.10 36.52 03:01:14 02:13:01 5 54.82 0.00 7.32 4.51 0.10 33.25 03:01:14 02:13:01 6 55.49 0.00 6.89 0.64 0.08 36.90 03:01:14 02:13:01 7 56.12 0.00 7.28 0.07 0.12 36.42 03:01:14 02:14:01 all 31.99 0.00 7.25 3.69 0.09 56.98 03:01:14 02:14:01 0 31.52 0.00 7.41 1.45 0.08 59.55 03:01:14 02:14:01 1 32.02 0.00 7.63 4.04 0.08 56.22 03:01:14 02:14:01 2 32.78 0.00 6.89 2.75 0.08 57.49 03:01:14 02:14:01 3 32.16 0.00 6.97 2.96 0.10 57.81 03:01:14 02:14:01 4 32.20 0.00 6.81 1.67 0.10 59.22 03:01:14 02:14:01 5 31.68 0.00 8.68 7.75 0.08 51.82 03:01:14 02:14:01 6 31.99 0.00 7.15 3.47 0.10 57.29 03:01:14 02:14:01 7 31.62 0.00 6.44 5.40 0.08 56.46 03:01:14 02:15:01 all 18.79 0.00 8.67 23.84 0.09 48.61 03:01:14 02:15:01 0 20.77 0.00 8.90 17.13 0.12 53.09 03:01:14 02:15:01 1 19.78 0.00 8.63 23.27 0.08 48.23 03:01:14 02:15:01 2 18.74 0.00 7.99 18.28 0.10 54.88 03:01:14 02:15:01 3 19.67 0.00 8.98 31.22 0.12 40.00 03:01:14 02:15:01 4 19.27 0.00 9.29 44.11 0.09 27.25 03:01:14 02:15:01 5 16.60 0.00 9.52 22.03 0.08 51.77 03:01:14 02:15:01 6 16.16 0.00 7.44 10.73 0.08 65.58 03:01:14 02:15:01 7 19.34 0.00 8.63 24.03 0.07 47.93 03:01:14 02:16:01 all 63.34 0.00 10.31 9.91 0.12 16.31 03:01:14 02:16:01 0 63.28 0.00 10.89 5.73 0.12 19.99 03:01:14 02:16:01 1 65.05 0.00 10.50 18.51 0.12 5.83 03:01:14 02:16:01 2 63.48 0.00 9.84 8.23 0.12 18.34 03:01:14 02:16:01 3 63.05 0.00 10.96 7.92 0.14 17.93 03:01:14 02:16:01 4 63.73 0.00 10.48 19.10 0.12 6.58 03:01:14 02:16:01 5 62.92 0.00 9.98 9.56 0.13 17.41 03:01:14 02:16:01 6 62.57 0.00 9.89 5.31 0.12 22.12 03:01:14 02:16:01 7 62.65 0.00 9.91 4.85 0.13 22.46 03:01:14 02:17:02 all 88.66 0.00 9.66 1.53 0.14 0.00 03:01:14 02:17:02 0 88.42 0.00 9.60 1.83 0.15 0.00 03:01:14 02:17:02 1 89.77 0.00 8.91 1.17 0.15 0.00 03:01:14 02:17:02 2 88.68 0.00 9.80 1.40 0.12 0.00 03:01:14 02:17:02 3 88.69 0.00 9.80 1.35 0.17 0.00 03:01:14 02:17:02 4 89.21 0.00 9.00 1.66 0.13 0.00 03:01:14 02:17:02 5 88.19 0.00 10.03 1.64 0.14 0.00 03:01:14 02:17:02 6 88.77 0.00 9.43 1.65 0.15 0.00 03:01:14 02:17:02 7 87.55 0.00 10.72 1.58 0.15 0.00 03:01:14 02:18:01 all 66.49 0.00 8.15 6.39 0.12 18.84 03:01:14 02:18:01 0 66.39 0.00 7.81 6.72 0.10 18.98 03:01:14 02:18:01 1 67.80 0.00 8.28 3.55 0.10 20.27 03:01:14 02:18:01 2 65.78 0.00 8.29 6.60 0.14 19.20 03:01:14 02:18:01 3 66.03 0.00 8.63 6.02 0.15 19.16 03:01:14 02:18:01 4 66.39 0.00 8.10 2.28 0.12 23.11 03:01:14 02:18:01 5 66.51 0.00 8.65 21.22 0.12 3.49 03:01:14 02:18:01 6 66.47 0.00 7.48 1.62 0.12 24.31 03:01:14 02:18:01 7 66.54 0.00 8.00 3.19 0.14 22.14 03:01:14 02:19:01 all 6.81 0.00 1.57 2.72 0.07 88.84 03:01:14 02:19:01 0 6.01 0.00 1.47 2.09 0.05 90.38 03:01:14 02:19:01 1 6.66 0.00 1.49 2.17 0.07 89.62 03:01:14 02:19:01 2 7.59 0.00 1.54 1.54 0.07 89.26 03:01:14 02:19:01 3 6.65 0.00 1.58 3.62 0.08 88.06 03:01:14 02:19:01 4 6.45 0.00 1.69 2.23 0.05 89.58 03:01:14 02:19:01 5 4.87 0.00 1.53 4.68 0.08 88.84 03:01:14 02:19:01 6 8.21 0.00 1.51 1.46 0.07 88.76 03:01:14 02:19:01 7 8.02 0.00 1.73 4.01 0.07 86.18 03:01:14 02:20:01 all 10.31 0.00 0.70 0.06 0.06 88.87 03:01:14 02:20:01 0 6.84 0.00 0.59 0.03 0.05 92.49 03:01:14 02:20:01 1 5.10 0.00 0.48 0.02 0.05 94.35 03:01:14 02:20:01 2 14.41 0.00 0.79 0.15 0.08 84.57 03:01:14 02:20:01 3 14.03 0.00 0.65 0.02 0.07 85.24 03:01:14 02:20:01 4 5.10 0.00 0.70 0.05 0.05 94.10 03:01:14 02:20:01 5 13.86 0.00 0.83 0.20 0.07 85.04 03:01:14 02:20:01 6 14.16 0.00 0.80 0.02 0.08 84.94 03:01:14 02:20:01 7 9.04 0.00 0.73 0.00 0.05 90.18 03:01:14 02:21:01 all 1.01 0.00 0.16 0.06 0.02 98.76 03:01:14 02:21:01 0 1.63 0.00 0.18 0.00 0.02 98.17 03:01:14 02:21:01 1 0.42 0.00 0.10 0.03 0.02 99.43 03:01:14 02:21:01 2 1.88 0.00 0.15 0.08 0.02 97.87 03:01:14 02:21:01 3 0.28 0.00 0.13 0.00 0.02 99.57 03:01:14 02:21:01 4 0.93 0.00 0.15 0.32 0.02 98.58 03:01:14 02:21:01 5 0.28 0.00 0.17 0.03 0.02 99.50 03:01:14 02:21:01 6 0.94 0.00 0.15 0.00 0.02 98.90 03:01:14 02:21:01 7 1.68 0.00 0.22 0.00 0.03 98.07 03:01:14 03:01:14 02:21:01 CPU %user %nice %system %iowait %steal %idle 03:01:14 02:22:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:01:14 02:22:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:01:14 02:22:01 1 0.05 0.00 0.05 0.00 0.03 99.87 03:01:14 02:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:22:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:01:14 02:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:01:14 02:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:22:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:22:01 7 0.07 0.00 0.03 0.00 0.02 99.88 03:01:14 02:23:01 all 0.15 0.00 0.01 0.00 0.01 99.83 03:01:14 02:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:23:01 1 0.95 0.00 0.05 0.00 0.05 98.95 03:01:14 02:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:23:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:01:14 02:23:01 5 0.05 0.00 0.00 0.00 0.00 99.95 03:01:14 02:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:23:01 7 0.08 0.00 0.05 0.00 0.02 99.85 03:01:14 02:24:01 all 0.27 0.00 0.01 0.00 0.01 99.71 03:01:14 02:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:24:01 1 2.00 0.00 0.05 0.00 0.02 97.93 03:01:14 02:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:01:14 02:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:01:14 02:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:24:01 7 0.03 0.00 0.03 0.00 0.03 99.90 03:01:14 02:25:01 all 0.21 0.00 0.05 0.01 0.01 99.72 03:01:14 02:25:01 0 0.02 0.00 0.07 0.00 0.02 99.90 03:01:14 02:25:01 1 1.45 0.00 0.07 0.00 0.02 98.46 03:01:14 02:25:01 2 0.02 0.00 0.05 0.00 0.00 99.93 03:01:14 02:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:25:01 4 0.00 0.00 0.03 0.08 0.02 99.87 03:01:14 02:25:01 5 0.07 0.00 0.07 0.00 0.02 99.85 03:01:14 02:25:01 6 0.00 0.00 0.03 0.00 0.02 99.95 03:01:14 02:25:01 7 0.05 0.00 0.05 0.00 0.02 99.88 03:01:14 02:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 03:01:14 02:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:26:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:01:14 02:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:26:01 7 0.03 0.00 0.05 0.00 0.02 99.90 03:01:14 02:27:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:01:14 02:27:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:27:01 1 0.03 0.00 0.02 0.00 0.03 99.92 03:01:14 02:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:01:14 02:27:01 5 0.05 0.00 0.00 0.00 0.00 99.95 03:01:14 02:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:01:14 02:28:01 0 0.05 0.00 0.02 0.02 0.02 99.90 03:01:14 02:28:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:28:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:01:14 02:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:29:01 all 0.05 0.00 0.01 0.01 0.01 99.92 03:01:14 02:29:01 0 0.10 0.00 0.02 0.00 0.02 99.87 03:01:14 02:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:29:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:01:14 02:29:01 3 0.15 0.00 0.02 0.00 0.03 99.80 03:01:14 02:29:01 4 0.02 0.00 0.02 0.12 0.00 99.85 03:01:14 02:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:30:01 all 0.03 0.00 0.01 0.01 0.02 99.94 03:01:14 02:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:30:01 1 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:01:14 02:30:01 3 0.07 0.00 0.02 0.00 0.03 99.88 03:01:14 02:30:01 4 0.02 0.00 0.00 0.05 0.02 99.92 03:01:14 02:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 03:01:14 02:31:01 all 0.22 0.00 0.02 0.00 0.01 99.75 03:01:14 02:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:31:01 1 1.55 0.00 0.02 0.00 0.02 98.42 03:01:14 02:31:01 2 0.07 0.00 0.03 0.00 0.02 99.88 03:01:14 02:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:01:14 02:31:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:01:14 02:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:31:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:32:01 all 0.17 0.00 0.01 0.00 0.01 99.81 03:01:14 02:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:32:01 1 1.21 0.00 0.00 0.00 0.02 98.78 03:01:14 02:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:32:01 4 0.02 0.00 0.02 0.02 0.02 99.93 03:01:14 02:32:01 5 0.05 0.00 0.00 0.00 0.02 99.93 03:01:14 02:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 03:01:14 02:32:01 CPU %user %nice %system %iowait %steal %idle 03:01:14 02:33:01 all 0.04 0.00 0.02 0.00 0.01 99.93 03:01:14 02:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:33:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:01:14 02:33:01 3 0.10 0.00 0.02 0.00 0.03 99.85 03:01:14 02:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:01:14 02:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:01:14 02:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:33:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:01:14 02:34:01 all 0.22 0.00 0.03 0.01 0.01 99.73 03:01:14 02:34:01 0 0.23 0.00 0.08 0.00 0.00 99.68 03:01:14 02:34:01 1 0.10 0.00 0.03 0.00 0.02 99.85 03:01:14 02:34:01 2 0.07 0.00 0.02 0.02 0.02 99.88 03:01:14 02:34:01 3 0.68 0.00 0.03 0.00 0.02 99.27 03:01:14 02:34:01 4 0.12 0.00 0.00 0.02 0.02 99.85 03:01:14 02:34:01 5 0.30 0.00 0.05 0.03 0.02 99.60 03:01:14 02:34:01 6 0.12 0.00 0.02 0.00 0.02 99.85 03:01:14 02:34:01 7 0.15 0.00 0.02 0.00 0.00 99.83 03:01:14 02:35:01 all 0.08 0.00 0.01 0.01 0.00 99.89 03:01:14 02:35:01 0 0.08 0.00 0.02 0.00 0.02 99.88 03:01:14 02:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:35:01 3 0.15 0.00 0.03 0.00 0.02 99.80 03:01:14 02:35:01 4 0.07 0.00 0.00 0.07 0.00 99.87 03:01:14 02:35:01 5 0.18 0.00 0.02 0.02 0.00 99.78 03:01:14 02:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:35:01 7 0.10 0.00 0.02 0.00 0.00 99.88 03:01:14 02:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:01:14 02:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:36:01 2 0.05 0.00 0.02 0.00 0.00 99.93 03:01:14 02:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:01:14 02:36:01 5 0.07 0.00 0.02 0.00 0.00 99.92 03:01:14 02:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:01:14 02:37:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:01:14 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:01:14 02:37:01 1 0.33 0.00 0.00 0.00 0.02 99.65 03:01:14 02:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:37:01 3 0.02 0.00 0.07 0.00 0.02 99.90 03:01:14 02:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:01:14 02:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:38:01 all 0.09 0.00 0.01 0.00 0.01 99.89 03:01:14 02:38:01 0 0.10 0.00 0.03 0.02 0.02 99.83 03:01:14 02:38:01 1 0.33 0.00 0.02 0.00 0.00 99.65 03:01:14 02:38:01 2 0.05 0.00 0.00 0.00 0.02 99.93 03:01:14 02:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:38:01 4 0.07 0.00 0.02 0.02 0.00 99.90 03:01:14 02:38:01 5 0.08 0.00 0.00 0.00 0.00 99.92 03:01:14 02:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:01:14 02:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:01:14 02:39:01 0 0.07 0.00 0.02 0.00 0.02 99.90 03:01:14 02:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:39:01 3 0.02 0.00 0.03 0.00 0.03 99.92 03:01:14 02:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:01:14 02:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:40:01 all 0.04 0.00 0.01 0.01 0.01 99.92 03:01:14 02:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:01:14 02:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:40:01 3 0.08 0.00 0.05 0.00 0.02 99.85 03:01:14 02:40:01 4 0.02 0.00 0.00 0.12 0.02 99.85 03:01:14 02:40:01 5 0.07 0.00 0.00 0.00 0.00 99.93 03:01:14 02:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:40:01 7 0.07 0.00 0.02 0.00 0.02 99.90 03:01:14 02:41:01 all 0.02 0.00 0.01 0.21 0.00 99.75 03:01:14 02:41:01 0 0.00 0.00 0.02 0.02 0.02 99.95 03:01:14 02:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:41:01 4 0.03 0.00 0.02 1.63 0.00 98.32 03:01:14 02:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 03:01:14 02:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:42:01 all 0.03 0.00 0.01 0.00 0.02 99.94 03:01:14 02:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 03:01:14 02:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:42:01 3 0.07 0.00 0.05 0.00 0.03 99.85 03:01:14 02:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:42:01 5 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:42:01 6 0.00 0.00 0.00 0.02 0.02 99.97 03:01:14 02:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:43:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:01:14 02:43:01 0 0.02 0.00 0.05 0.02 0.02 99.90 03:01:14 02:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:43:01 4 0.02 0.00 0.02 0.05 0.00 99.92 03:01:14 02:43:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 03:01:14 02:43:01 CPU %user %nice %system %iowait %steal %idle 03:01:14 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:01:14 02:44:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:01:14 02:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:44:01 4 0.02 0.00 0.02 0.02 0.02 99.93 03:01:14 02:44:01 5 0.05 0.00 0.03 0.00 0.00 99.92 03:01:14 02:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:45:01 all 0.02 0.00 0.01 0.01 0.01 99.95 03:01:14 02:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:01:14 02:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:01:14 02:45:01 4 0.00 0.00 0.00 0.07 0.00 99.93 03:01:14 02:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:45:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:46:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:01:14 02:46:01 0 0.05 0.00 0.02 0.02 0.02 99.90 03:01:14 02:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:46:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:01:14 02:46:01 3 0.08 0.00 0.03 0.00 0.02 99.87 03:01:14 02:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:46:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:01:14 02:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:01:14 02:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:01:14 02:47:01 all 0.06 0.00 0.01 0.00 0.01 99.91 03:01:14 02:47:01 0 0.08 0.00 0.02 0.00 0.02 99.88 03:01:14 02:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 03:01:14 02:47:01 3 0.20 0.00 0.02 0.00 0.03 99.75 03:01:14 02:47:01 4 0.03 0.00 0.02 0.02 0.02 99.92 03:01:14 02:47:01 5 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:47:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:01:14 02:48:01 all 0.02 0.00 0.02 0.01 0.00 99.95 03:01:14 02:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:48:01 4 0.02 0.00 0.02 0.05 0.00 99.92 03:01:14 02:48:01 5 0.03 0.00 0.05 0.00 0.02 99.90 03:01:14 02:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:01:14 02:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:49:01 4 0.02 0.00 0.02 0.02 0.02 99.93 03:01:14 02:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:50:01 all 0.05 0.00 0.01 0.00 0.01 99.92 03:01:14 02:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:50:01 1 0.07 0.00 0.00 0.00 0.02 99.92 03:01:14 02:50:01 2 0.07 0.00 0.03 0.00 0.02 99.88 03:01:14 02:50:01 3 0.10 0.00 0.02 0.00 0.02 99.87 03:01:14 02:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:01:14 02:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:01:14 02:50:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:01:14 02:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:51:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:01:14 02:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:51:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:01:14 02:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:51:01 4 0.00 0.00 0.00 0.05 0.00 99.95 03:01:14 02:51:01 5 0.07 0.00 0.00 0.00 0.02 99.92 03:01:14 02:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:01:14 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:52:01 2 0.07 0.00 0.02 0.00 0.00 99.92 03:01:14 02:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:52:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:01:14 02:52:01 5 0.05 0.00 0.03 0.00 0.02 99.90 03:01:14 02:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:01:14 02:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:53:01 1 0.03 0.00 0.03 0.00 0.03 99.90 03:01:14 02:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:53:01 4 0.03 0.00 0.00 0.03 0.00 99.93 03:01:14 02:53:01 5 0.05 0.00 0.00 0.00 0.00 99.95 03:01:14 02:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:53:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:54:01 all 0.01 0.00 0.02 0.00 0.01 99.96 03:01:14 02:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:01:14 02:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:01:14 02:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:01:14 02:54:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:01:14 02:54:01 5 0.05 0.00 0.03 0.00 0.02 99.90 03:01:14 02:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 03:01:14 02:54:01 CPU %user %nice %system %iowait %steal %idle 03:01:14 02:55:01 all 0.04 0.00 0.02 0.01 0.00 99.93 03:01:14 02:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:01:14 02:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:01:14 02:55:01 4 0.03 0.00 0.00 0.07 0.02 99.88 03:01:14 02:55:01 5 0.10 0.00 0.03 0.00 0.00 99.87 03:01:14 02:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:55:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:01:14 02:56:01 all 0.01 0.00 0.01 0.01 0.01 99.95 03:01:14 02:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:56:01 1 0.00 0.00 0.03 0.00 0.02 99.95 03:01:14 02:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:01:14 02:56:01 4 0.00 0.00 0.00 0.07 0.00 99.93 03:01:14 02:56:01 5 0.07 0.00 0.03 0.00 0.02 99.88 03:01:14 02:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:01:14 02:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:57:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:01:14 02:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:01:14 02:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:01:14 02:57:01 5 0.08 0.00 0.03 0.00 0.02 99.87 03:01:14 02:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:14 02:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:58:01 all 0.04 0.00 0.03 0.01 0.01 99.91 03:01:14 02:58:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:01:14 02:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:01:14 02:58:01 2 0.02 0.00 0.02 0.02 0.02 99.93 03:01:14 02:58:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:01:14 02:58:01 4 0.05 0.00 0.03 0.03 0.02 99.87 03:01:14 02:58:01 5 0.07 0.00 0.03 0.00 0.02 99.88 03:01:14 02:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:58:01 7 0.15 0.00 0.08 0.03 0.00 99.73 03:01:14 02:59:01 all 0.03 0.00 0.00 0.00 0.01 99.96 03:01:14 02:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 02:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:01:14 02:59:01 4 0.08 0.00 0.02 0.00 0.03 99.87 03:01:14 02:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:01:14 02:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:14 02:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:14 03:00:01 all 3.16 0.00 1.56 1.73 0.03 93.52 03:01:14 03:00:01 0 2.27 0.00 1.99 0.15 0.03 95.56 03:01:14 03:00:01 1 3.40 0.00 1.07 0.03 0.03 95.45 03:01:14 03:00:01 2 3.11 0.00 1.06 0.32 0.03 95.48 03:01:14 03:00:01 3 2.91 0.00 1.15 0.08 0.02 95.84 03:01:14 03:00:01 4 3.80 0.00 1.78 11.12 0.05 83.25 03:01:14 03:00:01 5 2.85 0.00 1.91 0.03 0.03 95.17 03:01:14 03:00:01 6 3.82 0.00 1.53 2.03 0.03 92.59 03:01:14 03:00:01 7 3.14 0.00 1.95 0.05 0.02 94.84 03:01:14 03:01:01 all 8.40 0.00 3.52 2.88 0.08 85.12 03:01:14 03:01:01 0 7.29 0.00 3.10 0.39 0.05 89.18 03:01:14 03:01:01 1 11.03 0.00 4.43 13.94 0.15 70.46 03:01:14 03:01:01 2 9.29 0.00 3.27 0.94 0.05 86.45 03:01:14 03:01:01 3 8.06 0.00 3.72 1.72 0.05 86.45 03:01:14 03:01:01 4 7.64 0.00 3.48 0.64 0.13 88.11 03:01:14 03:01:01 5 7.72 0.00 2.65 0.62 0.05 88.96 03:01:14 03:01:01 6 7.59 0.00 3.53 3.96 0.07 84.85 03:01:14 03:01:01 7 8.62 0.00 4.01 0.88 0.05 86.45 03:01:14 Average: all 7.96 0.00 1.37 1.14 0.03 89.51 03:01:14 Average: 0 7.92 0.00 1.35 0.81 0.03 89.90 03:01:14 Average: 1 8.16 0.00 1.38 1.31 0.03 89.12 03:01:14 Average: 2 8.13 0.00 1.36 0.83 0.02 89.66 03:01:14 Average: 3 7.89 0.00 1.42 1.10 0.03 89.56 03:01:14 Average: 4 7.82 0.00 1.34 1.69 0.03 89.13 03:01:14 Average: 5 7.90 0.00 1.41 1.55 0.03 89.11 03:01:14 Average: 6 7.91 0.00 1.36 0.93 0.03 89.77 03:01:14 Average: 7 7.92 0.00 1.37 0.87 0.02 89.82 03:01:14 03:01:14 03:01:14