Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 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-ssh11893305182874497140.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-ssh17443717981178187149.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-ssh105101860075879723.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-ssh17708618745641891119.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-ssh7547996084448492255.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4411 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/866 [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/866 # 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 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 # timeout=10 Commit message: "feat: Publish key change event after key deletion (#5200)" > git rev-list --no-walk a7e0c8dfcb9355c7ef73baebd477fdc4dc2c2930 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:15:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:15:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:15:35 ========================================================= 10:15:35 EdgeX Global Pipelines Version Info 10:15:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:15:36 ------------------- 10:15:36 stable info: 10:15:36 ------------------- 10:15:36 Commited By: Ginny Guan ginny@iotechsys.com 10:15:36 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 10:15:36 Message: update stable to v1.0.274 10:15:36 ------------------- 10:15:36 experimental info: 10:15:36 ------------------- 10:15:36 Commited By: Ginny Guan ginny@iotechsys.com 10:15:36 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 10:15:36 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:15:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37d2bc2 [Pipeline] echo 10:15:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:15:37 provisioning config files... 10:15:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/866@tmp/config16550959725451246494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:37 ---> ****-login.sh 10:15:37 nexus3.edgexfoundry.org:10001 10:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:38 10:15:38 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:15:38 Configure a credential helper to remove this warning. See 10:15:38 https://docs.****.com/go/credential-store/ 10:15:38 10:15:38 Login Succeeded 10:15:38 nexus3.edgexfoundry.org:10002 10:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:38 10:15:38 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:15:38 Configure a credential helper to remove this warning. See 10:15:38 https://docs.****.com/go/credential-store/ 10:15:38 10:15:38 Login Succeeded 10:15:38 nexus3.edgexfoundry.org:10003 10:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:38 10:15:38 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:15:38 Configure a credential helper to remove this warning. See 10:15:38 https://docs.****.com/go/credential-store/ 10:15:38 10:15:38 Login Succeeded 10:15:38 nexus3.edgexfoundry.org:10004 10:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:40 10:15:40 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:15:40 Configure a credential helper to remove this warning. See 10:15:40 https://docs.****.com/go/credential-store/ 10:15:40 10:15:40 Login Succeeded 10:15:40 ****.io 10:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:40 10:15:40 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:15:40 Configure a credential helper to remove this warning. See 10:15:40 https://docs.****.com/go/credential-store/ 10:15:40 10:15:40 Login Succeeded 10:15:40 ---> ****-login.sh ends [Pipeline] } 10:15:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:15:40 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 10:15:40 + + cut -d/ -f2 10:15:40 dirname cmd/core-command/Dockerfile 10:15:40 + echo core-command,cmd/core-command/Dockerfile 10:15:40 + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:15:40 + dirname cmd/core-data/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo core-data,cmd/core-data/Dockerfile 10:15:40 + dirname cmd/core-keeper/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo core-keeper,cmd/core-keeper/Dockerfile 10:15:40 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 10:15:40 -f2 10:15:40 + echo core-metadata,cmd/core-metadata/Dockerfile 10:15:40 + + dirname cmd/security-bootstrapper/Dockerfile 10:15:40 cut -d/ -f2 10:15:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:15:40 + dirname cmd/security-proxy-auth/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:15:40 + + cut -d/ -f2 10:15:40 dirname cmd/security-proxy-setup/Dockerfile 10:15:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:15:40 + dirname cmd/security-secretstore-setup/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:15:40 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:15:40 + dirname cmd/security-spire-agent/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:15:40 + dirname cmd/security-spire-config/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:15:40 + dirname cmd/security-spire-server/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:15:40 + dirname cmd/support-notifications/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo support-notifications,cmd/support-notifications/Dockerfile 10:15:40 + dirname cmd/support-scheduler/Dockerfile 10:15:40 + cut -d/ -f2 10:15:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:15:40 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:15:40 + git rev-list -1 --merges 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4~1..37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 10:15:40 -----------> git rev-list -1 --merges 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4~1..37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [false] [Pipeline] sh 10:15:41 + git log --format=format:%s -1 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 10:15:41 ========================================================= 10:15:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:15:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:15:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:15:41 + grep -v github /etc/ssh/ssh_known_hosts 10:15:41 + [ -e /tmp/ssh_known_hosts ] 10:15:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:15:41 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:15:41 sudo tee -a /etc/ssh/ssh_known_hosts 10:15:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:15:42 10:15:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:15:42 0.1.4: Pulling from edgex-devops/py-git-semver 10:15:42 3dae71ba6b94: Pulling fs layer 10:15:42 6bf1a483ea7c: Pulling fs layer 10:15:42 f5dfc541a4d3: Pulling fs layer 10:15:42 461d9e800cba: Pulling fs layer 10:15:42 80192f66455f: Pulling fs layer 10:15:42 2e8e34ca0e6c: Pulling fs layer 10:15:42 a29436f7fd5d: Pulling fs layer 10:15:42 923cac83aea3: Pulling fs layer 10:15:42 25ad8b0a4227: Pulling fs layer 10:15:42 db01528c6b51: Pulling fs layer 10:15:42 28988de357af: Pulling fs layer 10:15:42 923cac83aea3: Waiting 10:15:42 461d9e800cba: Waiting 10:15:42 25ad8b0a4227: Waiting 10:15:42 db01528c6b51: Waiting 10:15:42 a29436f7fd5d: Waiting 10:15:42 2e8e34ca0e6c: Waiting 10:15:42 6bf1a483ea7c: Verifying Checksum 10:15:42 6bf1a483ea7c: Download complete 10:15:42 461d9e800cba: Download complete 10:15:42 80192f66455f: Download complete 10:15:42 f5dfc541a4d3: Verifying Checksum 10:15:42 f5dfc541a4d3: Download complete 10:15:42 3dae71ba6b94: Verifying Checksum 10:15:42 3dae71ba6b94: Download complete 10:15:42 923cac83aea3: Download complete 10:15:42 25ad8b0a4227: Verifying Checksum 10:15:42 25ad8b0a4227: Download complete 10:15:42 db01528c6b51: Verifying Checksum 10:15:42 db01528c6b51: Download complete 10:15:42 28988de357af: Download complete 10:15:43 a29436f7fd5d: Verifying Checksum 10:15:43 a29436f7fd5d: Download complete 10:15:43 2e8e34ca0e6c: Verifying Checksum 10:15:43 2e8e34ca0e6c: Download complete 10:15:44 3dae71ba6b94: Pull complete 10:15:44 6bf1a483ea7c: Pull complete 10:15:45 f5dfc541a4d3: Pull complete 10:15:45 461d9e800cba: Pull complete 10:15:45 80192f66455f: Pull complete 10:15:49 2e8e34ca0e6c: Pull complete 10:15:50 a29436f7fd5d: Pull complete 10:15:50 923cac83aea3: Pull complete 10:15:50 25ad8b0a4227: Pull complete 10:15:50 db01528c6b51: Pull complete 10:15:50 28988de357af: Pull complete 10:15:50 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:15:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:15:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:15:50 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 10:15:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:15:52 $ docker top 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f -eo pid,comm 10:15:52 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:15:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:15:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:52 [ssh-agent] Looking for ssh-agent implementation... 10:15:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:53 $ docker exec 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f ssh-agent 10:15:53 SSH_AUTH_SOCK=/tmp/ssh-VQAHc7AC0AnP/agent.32 10:15:53 SSH_AGENT_PID=38 10:15:53 Running ssh-add (command line suppressed) 10:15:53 Identity added: /w/workspace/edgex-go/866@tmp/private_key_10591621870869077893.key (/w/workspace/edgex-go/866@tmp/private_key_10591621870869077893.key) 10:15:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:53 + git tag --points-at HEAD [Pipeline] } 10:15:53 $ docker exec --env ******** --env ******** 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f ssh-agent -k 10:15:53 unset SSH_AUTH_SOCK; 10:15:53 unset SSH_AGENT_PID; 10:15:53 echo Agent pid 38 killed; 10:15:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:15:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:53 [ssh-agent] Looking for ssh-agent implementation... 10:15:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:53 $ docker exec 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f ssh-agent 10:15:54 SSH_AUTH_SOCK=/tmp/ssh-GxnfLz64oYwF/agent.71 10:15:54 SSH_AGENT_PID=77 10:15:54 Running ssh-add (command line suppressed) 10:15:54 Identity added: /w/workspace/edgex-go/866@tmp/private_key_4711872066579242388.key (/w/workspace/edgex-go/866@tmp/private_key_4711872066579242388.key) 10:15:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:54 + git semver init 10:15:54 2025-07-02 10:15:54,634 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:15:54 2025-07-02 10:15:54,640 [run_init] DEBUG init version:0.0.0 force:False 10:15:54 2025-07-02 10:15:54,641 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/866/.semver 10:15:54 2025-07-02 10:15:54,641 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/866/.semver 10:15:54 2025-07-02 10:15:54,642 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/866/.semver'], cwd=/w/workspace/edgex-go/866, stdin=None, shell=False, universal_newlines=False) 10:15:59 2025-07-02 10:15:59,434 [append_file] DEBUG append to file:/w/workspace/edgex-go/866/.git/info/exclude 10:15:59 2025-07-02 10:15:59,435 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/866/.semver/main with force:False 10:15:59 2025-07-02 10:15:59,435 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 10:15:59 2025-07-02 10:15:59,435 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 10:15:59 4.1.0-dev.34 [Pipeline] } 10:15:59 $ docker exec --env ******** --env ******** 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f ssh-agent -k 10:16:00 unset SSH_AUTH_SOCK; 10:16:00 unset SSH_AGENT_PID; 10:16:00 echo Agent pid 77 killed; 10:16:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:00 + git semver [Pipeline] } 10:16:00 $ docker stop --time=1 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f 10:16:01 $ docker rm -f --volumes 93c53ce90d17d2c5fe3a708f98d3644c8adfb30ddd2cee3136f5bcab702abf6f [Pipeline] // withDockerContainer [Pipeline] sh 10:16:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:16:02 Stashed 1 file(s) [Pipeline] echo 10:16:02 [edgeXSemver]: initialized semver on version 4.1.0-dev.34 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:16:03 + git config --global --add safe.directory /w/workspace/edgex-go/866 [Pipeline] echo 10:16:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:16:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:16:03 ========================================================= 10:16:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:16:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:16:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:16:03 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 10:16:03 0a9a5dfd008f: Pulling fs layer 10:16:03 36466aa92d05: Pulling fs layer 10:16:03 e10405b45d13: Pulling fs layer 10:16:03 096b7ceb2af7: Pulling fs layer 10:16:03 4f4fb700ef54: Pulling fs layer 10:16:03 8213a616a21b: Pulling fs layer 10:16:03 985586143405: Pulling fs layer 10:16:03 0eae2285b678: Pulling fs layer 10:16:03 d3ac315be8c5: Pulling fs layer 10:16:03 8213a616a21b: Waiting 10:16:03 985586143405: Waiting 10:16:03 0eae2285b678: Waiting 10:16:03 096b7ceb2af7: Waiting 10:16:03 d3ac315be8c5: Waiting 10:16:03 4f4fb700ef54: Waiting 10:16:03 36466aa92d05: Verifying Checksum 10:16:03 36466aa92d05: Download complete 10:16:03 096b7ceb2af7: Verifying Checksum 10:16:03 096b7ceb2af7: Download complete 10:16:03 4f4fb700ef54: Verifying Checksum 10:16:03 4f4fb700ef54: Download complete 10:16:03 0a9a5dfd008f: Verifying Checksum 10:16:03 0a9a5dfd008f: Download complete 10:16:03 8213a616a21b: Verifying Checksum 10:16:03 8213a616a21b: Download complete 10:16:03 985586143405: Verifying Checksum 10:16:03 985586143405: Download complete 10:16:03 0a9a5dfd008f: Pull complete 10:16:03 36466aa92d05: Pull complete 10:16:03 d3ac315be8c5: Verifying Checksum 10:16:03 d3ac315be8c5: Download complete 10:16:04 e10405b45d13: Verifying Checksum 10:16:04 e10405b45d13: Download complete 10:16:04 0eae2285b678: Verifying Checksum 10:16:04 0eae2285b678: Download complete 10:16:09 e10405b45d13: Pull complete 10:16:09 096b7ceb2af7: Pull complete 10:16:09 4f4fb700ef54: Pull complete 10:16:09 8213a616a21b: Pull complete 10:16:09 985586143405: Pull complete 10:16:12 0eae2285b678: Pull complete 10:16:12 d3ac315be8c5: Pull complete 10:16:12 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:16:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:16:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:16:13 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:16:13 WORKDIR /edgex 10:16:13 COPY go.mod . 10:16:13 RUN go mod download 10:16:13 + docker build -t ci-base-image-x86_64 -f - . 10:16:13 #0 building with "default" instance using docker driver 10:16:13 10:16:13 #1 [internal] load build definition from Dockerfile 10:16:13 #1 transferring dockerfile: 164B done 10:16:13 #1 DONE 0.0s 10:16:13 10:16:13 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:16:13 #2 DONE 0.0s 10:16:13 10:16:13 #3 [internal] load .dockerignore 10:16:13 #3 transferring context: 50B done 10:16:13 #3 DONE 0.0s 10:16:13 10:16:13 #4 [internal] load build context 10:16:13 #4 transferring context: 6.51kB done 10:16:13 #4 DONE 0.1s 10:16:13 10:16:13 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:16:13 #5 DONE 0.1s 10:16:13 10:16:13 #6 [2/4] WORKDIR /edgex 10:16:15 #6 DONE 1.9s 10:16:15 10:16:15 #7 [3/4] COPY go.mod . 10:16:15 #7 DONE 0.0s 10:16:15 10:16:15 #8 [4/4] RUN go mod download 10:16:17 Still waiting to schedule task 10:16:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:16:42 #8 DONE 23.3s 10:16:42 10:16:42 #9 exporting to image 10:16:42 #9 exporting layers 10:16:42 #9 exporting layers 3.4s done 10:16:42 #9 writing image sha256:53540a87c02f998a464a52c7e8bbe64fae9d589f0b0fce42d6656853f824e439 done 10:16:42 #9 naming to docker.io/library/ci-base-image-x86_64 done 10:16:42 #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:42 + docker inspect -f . ci-base-image-x86_64 10:16:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:42 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 10:16:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:16:43 $ docker top 7c8c85be680535fb693374b5d46ac6930c555538b4d394d554cb9afd080aa4d6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:43 + go version 10:16:43 go version go1.23.9 linux/amd64 [Pipeline] } 10:16:43 $ docker stop --time=1 7c8c85be680535fb693374b5d46ac6930c555538b4d394d554cb9afd080aa4d6 10:16:44 $ docker rm -f --volumes 7c8c85be680535fb693374b5d46ac6930c555538b4d394d554cb9afd080aa4d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:45 + docker inspect -f . ci-base-image-x86_64 10:16:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:45 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 10:16:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:16:45 $ docker top 69a17014a26013a7fca1f9a1812aa1a2bce472c52920ac260e41d59d824677d4 -eo pid,comm [Pipeline] { [Pipeline] echo 10:16:45 ========================================================= 10:16:45 [edgeXBuildGoParallel] Running Tests and Build... 10:16:45 ========================================================= [Pipeline] sh 10:16:45 + git config --global --add safe.directory /w/workspace/edgex-go/866 [Pipeline] fileExists [Pipeline] sh 10:16:46 + make test 10:16:46 go test -race -coverprofile=coverage.out ./... 10:16:54 ? github.com/edgexfoundry/edgex-go [no test files] 10:17:20 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 10:17:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:17:20 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 10:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.046s coverage: 42.3% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 10:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.044s coverage: 97.0% of statements 10:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 10:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 10:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 10:17:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 10:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 10:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:17:22 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:17:22 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 10:17:22 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 10:17:22 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 10:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.045s coverage: 69.4% of statements 10:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 3.5% of statements 10:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.079s coverage: 46.3% of statements 10:17:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 10:17:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 10:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.187s coverage: 93.4% of statements 10:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.056s coverage: 92.4% of statements 10:17:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements 10:17:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 10:17:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:17:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:17:25 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 10:17:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 10:17:25 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 10:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.396s coverage: 95.8% of statements 10:17:27 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 10:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:17:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 10:17:27 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 10:17:27 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 10:17:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 10:17:28 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.042s coverage: 0.0% of statements [no tests to run] 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.021s coverage: 81.1% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.032s coverage: 87.1% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 10:17:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 10:17:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 10:17:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 10:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 10:17:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:17:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 10:17:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 10:17:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 10:17:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 10:17:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 10:17:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 10:17:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 10:17:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 10:17:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 10:17:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 10:17:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 10:17:32 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 10:17:32 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 10:17:33 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 10:17:35 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 10:17:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:17:37 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 10:17:37 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 10:17:37 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 10:17:37 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 10:17:41 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 10:17:42 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 10:17:42 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 10:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 10:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 10:17:42 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.035s coverage: 94.4% of statements 10:17:43 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 10:17:43 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 10:17:43 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 10:17:43 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 10:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:17:43 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 10:17:44 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 10:17:44 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 10:17:44 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 10:17:44 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 10:17:44 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 10:17:44 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 10:17:46 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 10:17:46 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 10:17:46 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 10:17:46 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 10:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 10:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:17:47 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 10:17:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:17:47 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 10:17:47 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 10:17:47 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 10:17:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 10:17:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:17:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.042s coverage: 92.9% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.035s coverage: 62.3% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.025s coverage: 87.2% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.085s coverage: 81.8% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.078s coverage: 82.1% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.056s coverage: 6.8% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.053s coverage: 33.3% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.024s coverage: 96.8% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.233s coverage: 29.2% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.030s coverage: 76.2% of statements 10:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 10:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.0% of statements 10:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.118s coverage: 94.9% of statements 10:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 10:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements 10:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.032s coverage: 43.6% of statements 10:17:54 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 10:17:54 running golangci-lint 10:17:54 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 10:17:54 go version go1.23.9 linux/amd64 10:17:54 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 10:17:54 level=info msg="[config_reader] Used config file .golangci.yml" 10:17:54 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:18:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4412 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:18:05 Running in /w/workspace/edgex-go/866 [Pipeline] { [Pipeline] checkout 10:18:08 The recommended git tool is: git 10:18:13 using credential edgex-jenkins-ssh 10:18:13 Cloning the remote Git repository 10:18:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:18:13 > git init /w/workspace/edgex-go/866 # timeout=10 10:18:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:18:13 > git --version # timeout=10 10:18:13 > git --version # 'git version 2.25.1' 10:18:13 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:16 level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|imports|files|deps|exports_file) took 21.795831608s" 10:18:16 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 49.308691ms" 10:18:28 level=info msg="[linters_context/goanalysis] analyzers took 1m38.26750695s with top 10 stages: buildir: 58.589128431s, gosec: 4.291435481s, inspect: 3.205474878s, fact_deprecated: 2.943450722s, printf: 1.631598509s, ctrlflow: 1.42333572s, fact_purity: 1.299067537s, nilness: 1.174184464s, S1038: 1.087687338s, unused: 854.406155ms" 10:18:28 level=info msg="[runner] Issues before processing: 202, after processing: 0" 10:18:28 level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, skip_dirs: 202/202, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, autogenerated_exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, identifier_marker: 202/202, exclude: 202/202, exclude-rules: 202/20" 10:18:28 level=info msg="[runner] processing took 19.808182ms with stages: nolint: 8.161141ms, identifier_marker: 5.959882ms, exclude-rules: 1.586104ms, path_prettifier: 1.564023ms, autogenerated_exclude: 1.513502ms, skip_dirs: 945.839µs, cgo: 31.361µs, invalid_issue: 28.93µs, filename_unadjuster: 13.07µs, max_same_issues: 830ns, skip_files: 530ns, uniq_by_line: 470ns, max_from_linter: 430ns, fixer: 420ns, exclude: 310ns, path_prefixer: 250ns, sort_results: 250ns, severity-rules: 240ns, path_shortener: 200ns, diff: 150ns, source_code: 140ns, max_per_file_from_linter: 110ns" 10:18:28 level=info msg="[runner] linters took 12.368516656s with stages: goanalysis_metalinter: 12.348623043s" 10:18:28 level=info msg="File cache stats: 0 entries of total size 0B" 10:18:28 level=info msg="Memory: 343 samples, avg is 309.9MB, max is 1440.6MB" 10:18:28 level=info msg="Execution took 34.2220544s" 10:18:28 go vet ./... 10:18:31 Avoid second fetch 10:18:31 Checking out Revision 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 (main) 10:18:32 Commit message: "feat: Publish key change event after key deletion (#5200)" 10:18:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:18:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:31 > git config core.sparsecheckout # timeout=10 10:18:31 > git checkout -f 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 # timeout=10 10:18:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:18:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:18:35 ./bin/test-attribution-txt.sh 10:18:35 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:18:35 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 10:18:35 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 10:18:35 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 10:18:35 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 10:18:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 10:18:35 + ls -al . 10:18:35 total 1996 10:18:35 drwxrwxr-x 11 1001 1001 4096 Jul 2 10:16 . 10:18:35 drwxr-xr-x 4 root root 4096 Jul 2 10:16 .. 10:18:35 drwxrwxr-x 2 1001 1001 4096 Jul 2 10:15 .blubracket 10:18:35 -rw-rw-r-- 1 1001 1001 10 Jul 2 10:15 .dockerignore 10:18:35 drwxrwxr-x 8 1001 1001 4096 Jul 2 10:17 .git 10:18:35 drwxrwxr-x 3 1001 1001 4096 Jul 2 10:15 .github 10:18:35 -rw-rw-r-- 1 1001 1001 909 Jul 2 10:15 .gitignore 10:18:35 -rw-rw-r-- 1 1001 1001 218 Jul 2 10:15 .golangci.yml 10:18:35 -rw-rw-r-- 1 1001 1001 100 Jul 2 10:15 .hadolint.yml 10:18:35 drwxr-xr-x 3 1001 1001 4096 Jul 2 10:15 .semver 10:18:35 -rw-rw-r-- 1 1001 1001 155 Jul 2 10:15 .sonarcloud.properties 10:18:35 -rw-rw-r-- 1 1001 1001 1171 Jul 2 10:15 ADOPTERS.md 10:18:35 -rw-rw-r-- 1 1001 1001 17374 Jul 2 10:15 Attribution.txt 10:18:35 -rw-rw-r-- 1 1001 1001 108018 Jul 2 10:15 CHANGELOG.md 10:18:35 -rw-rw-r-- 1 1001 1001 3804 Jul 2 10:15 CONTRIBUTING.md 10:18:35 -rw-rw-r-- 1 1001 1001 677 Jul 2 10:15 GOVERNANCE.md 10:18:35 -rw-rw-r-- 1 1001 1001 858 Jul 2 10:15 Jenkinsfile 10:18:35 -rw-rw-r-- 1 1001 1001 10775 Jul 2 10:15 LICENSE 10:18:35 -rw-rw-r-- 1 1001 1001 16740 Jul 2 10:15 Makefile 10:18:35 -rw-rw-r-- 1 1001 1001 582 Jul 2 10:15 OWNERS.md 10:18:35 -rw-rw-r-- 1 1001 1001 9932 Jul 2 10:15 README.md 10:18:35 -rw-rw-r-- 1 1001 1001 789 Jul 2 10:15 SECURITY.md 10:18:35 -rw-rw-r-- 1 1001 1001 12 Jul 2 10:16 VERSION 10:18:35 drwxrwxr-x 2 1001 1001 4096 Jul 2 10:15 bin 10:18:35 drwxrwxr-x 19 1001 1001 4096 Jul 2 10:15 cmd 10:18:35 -rw-r--r-- 1 root root 1666030 Jul 2 10:17 coverage.out 10:18:35 drwxrwxr-x 2 1001 1001 4096 Jul 2 10:15 fuzz_test 10:18:35 -rw-rw-r-- 1 1001 1001 6474 Jul 2 10:15 go.mod 10:18:35 -rw-rw-r-- 1 1001 1001 88358 Jul 2 10:15 go.sum 10:18:35 drwxrwxr-x 7 1001 1001 4096 Jul 2 10:15 internal 10:18:35 drwxrwxr-x 2 1001 1001 4096 Jul 2 10:15 openapi 10:18:35 -rw-rw-r-- 1 1001 1001 584 Jul 2 10:15 security.txt 10:18:35 -rw-rw-r-- 1 1001 1001 204 Jul 2 10:15 version.go [Pipeline] sh 10:18:35 + '[' -e coverage.out ] 10:18:35 + chown 1001:1001 coverage.out [Pipeline] stash 10:18:36 Stashed 1 file(s) [Pipeline] sh 10:18:36 + make build 10:18:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:18:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:18:37 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:37 Dload Upload Total Spent Left Speed 10:18:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 82677 0 --:--:-- --:--:-- --:--:-- 82677 [Pipeline] sh 10:18:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:18:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:18:37 + sudo tee /etc/docker/daemon.new 10:18:37 { 10:18:37 "registry-mirrors": [ 10:18:37 "https://nexus3.edgexfoundry.org:10001" 10:18:37 ], 10:18:37 "bip": "10.250.0.254/24", 10:18:37 "hosts": [ 10:18:37 "tcp://0.0.0.0:5555", 10:18:37 "unix:///var/run/docker.sock" 10:18:37 ], 10:18:37 "mtu": 1458, 10:18:37 "selinux-enabled": true, 10:18:37 "seccomp-profile": "/etc/docker/seccomp.json" 10:18:37 } [Pipeline] sh 10:18:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:18:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:18:56 provisioning config files... 10:18:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/866@tmp/config11347502190445364047tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:57 ---> ****-login.sh 10:18:57 nexus3.edgexfoundry.org:10001 10:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:57 Configure a credential helper to remove this warning. See 10:18:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:57 10:18:57 Login Succeeded 10:18:57 nexus3.edgexfoundry.org:10002 10:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:58 Configure a credential helper to remove this warning. See 10:18:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:58 10:18:58 Login Succeeded 10:18:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:18:58 nexus3.edgexfoundry.org:10003 10:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:58 Configure a credential helper to remove this warning. See 10:18:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:58 10:18:58 Login Succeeded 10:18:58 nexus3.edgexfoundry.org:10004 10:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:58 Configure a credential helper to remove this warning. See 10:18:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:58 10:18:58 Login Succeeded 10:18:58 ****.io 10:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:18:59 Configure a credential helper to remove this warning. See 10:18:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:18:59 10:18:59 Login Succeeded 10:18:59 ---> ****-login.sh ends [Pipeline] } 10:18:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 10:18:59 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [Pipeline] sh 10:19:00 + git config --global --add safe.directory /w/workspace/edgex-go/866 [Pipeline] echo 10:19:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:19:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:19:00 ========================================================= 10:19:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:19:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:19:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:19:00 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:19:00 94e9d8af2201: Pulling fs layer 10:19:00 a6c56e8762df: Pulling fs layer 10:19:00 f0f3c8884826: Pulling fs layer 10:19:00 c7e7622c144d: Pulling fs layer 10:19:00 4f4fb700ef54: Pulling fs layer 10:19:00 e8859aadc426: Pulling fs layer 10:19:00 b4813487a9f6: Pulling fs layer 10:19:00 502a3d64fb4b: Pulling fs layer 10:19:00 4f4fb700ef54: Waiting 10:19:00 c7e7622c144d: Waiting 10:19:00 e8859aadc426: Waiting 10:19:00 502a3d64fb4b: Waiting 10:19:00 b4813487a9f6: Waiting 10:19:01 a6c56e8762df: Verifying Checksum 10:19:01 a6c56e8762df: Download complete 10:19:01 c7e7622c144d: Verifying Checksum 10:19:01 c7e7622c144d: Download complete 10:19:01 4f4fb700ef54: Verifying Checksum 10:19:01 4f4fb700ef54: Download complete 10:19:01 e8859aadc426: Download complete 10:19:01 94e9d8af2201: Download complete 10:19:01 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:19:01 502a3d64fb4b: Verifying Checksum 10:19:01 502a3d64fb4b: Download complete 10:19:01 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:19:02 94e9d8af2201: Pull complete 10:19:02 a6c56e8762df: Pull complete 10:19:03 f0f3c8884826: Verifying Checksum 10:19:03 f0f3c8884826: Download complete 10:19:03 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:19:04 b4813487a9f6: Verifying Checksum 10:19:04 b4813487a9f6: Download complete 10:19:08 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:19:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:19:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:19:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:19:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:19:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:19:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:19:19 f0f3c8884826: Pull complete 10:19:19 c7e7622c144d: Pull complete 10:19:19 4f4fb700ef54: Pull complete 10:19:19 e8859aadc426: Pull complete [Pipeline] } 10:19:19 $ docker stop --time=1 69a17014a26013a7fca1f9a1812aa1a2bce472c52920ac260e41d59d824677d4 10:19:22 $ docker rm -f --volumes 69a17014a26013a7fca1f9a1812aa1a2bce472c52920ac260e41d59d824677d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:19:23 10:19:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:19:24 latest: Pulling from edgex-devops/edgex-compose 10:19:24 91d30c5bc195: Pulling fs layer 10:19:24 2e9b0aa3be6d: Pulling fs layer 10:19:24 9c61dcf015f6: Pulling fs layer 10:19:24 4698f68db338: Pulling fs layer 10:19:24 2a2f49069b9e: Pulling fs layer 10:19:24 e0025b399a48: Pulling fs layer 10:19:24 2a2f49069b9e: Waiting 10:19:24 e0025b399a48: Waiting 10:19:24 4698f68db338: Waiting 10:19:24 91d30c5bc195: Verifying Checksum 10:19:24 91d30c5bc195: Download complete 10:19:24 4698f68db338: Verifying Checksum 10:19:24 4698f68db338: Download complete 10:19:24 91d30c5bc195: Pull complete 10:19:24 2e9b0aa3be6d: Verifying Checksum 10:19:24 2e9b0aa3be6d: Download complete 10:19:24 e0025b399a48: Verifying Checksum 10:19:24 e0025b399a48: Download complete 10:19:24 2a2f49069b9e: Verifying Checksum 10:19:24 2a2f49069b9e: Download complete 10:19:24 2e9b0aa3be6d: Pull complete 10:19:25 9c61dcf015f6: Verifying Checksum 10:19:25 9c61dcf015f6: Download complete 10:19:25 b4813487a9f6: Pull complete 10:19:27 502a3d64fb4b: Pull complete 10:19:27 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 10:19:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:19:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:19:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:19:27 WORKDIR /edgex 10:19:27 COPY go.mod . 10:19:27 RUN go mod download 10:19:27 + docker build -t ci-base-image-arm64 -f - . 10:19:28 Sending build context to Docker daemon 3.708MB 10:19:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:19:28 ---> 3bb21d53e231 10:19:28 Step 2/4 : WORKDIR /edgex 10:19:29 9c61dcf015f6: Pull complete 10:19:29 4698f68db338: Pull complete 10:19:29 2a2f49069b9e: Pull complete 10:19:29 e0025b399a48: Pull complete 10:19:29 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:19:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:19:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:19:29 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 10:19:29 $ 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/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:19:30 ---> Running in b39d82410032 10:19:30 Removing intermediate container b39d82410032 10:19:30 ---> e7ec35f9017f 10:19:30 Step 3/4 : COPY go.mod . 10:19:31 ---> 3a91ff5f501c 10:19:31 Step 4/4 : RUN go mod download 10:19:31 ---> Running in 7c46294fb7ce 10:19:31 $ docker top e375dbca2460680ddd3332f778e343eb7290d7802cf209aea685b7891a946207 -eo pid,comm [Pipeline] { [Pipeline] sh 10:19:31 + docker compose -f ./docker-compose-build.yml build --parallel 10:19:31 #1 [security-secretstore-setup internal] load build definition from Dockerfile 10:19:31 #1 transferring dockerfile: 2.49kB done 10:19:31 #1 DONE 0.1s 10:19:31 10:19:31 #2 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:19:31 #2 DONE 0.0s 10:19:31 10:19:31 #3 [support-scheduler internal] load build definition from Dockerfile 10:19:31 #3 transferring dockerfile: 1.83kB done 10:19:31 #3 DONE 0.1s 10:19:31 10:19:31 #4 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 10:19:31 #4 DONE 0.1s 10:19:31 10:19:31 #5 [security-proxy-setup internal] load build definition from Dockerfile 10:19:31 #5 transferring dockerfile: 2.50kB done 10:19:31 #5 DONE 0.1s 10:19:31 10:19:31 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:19:31 #6 transferring dockerfile: 1.89kB done 10:19:31 #6 DONE 0.1s 10:19:31 10:19:31 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:19:31 #7 transferring dockerfile: 2.23kB done 10:19:31 #7 DONE 0.2s 10:19:31 10:19:31 #8 [core-data internal] load build definition from Dockerfile 10:19:31 #8 transferring dockerfile: 2.04kB done 10:19:31 #8 DONE 0.2s 10:19:31 10:19:31 #9 [security-spire-config internal] load build definition from Dockerfile 10:19:31 #9 transferring dockerfile: 1.69kB done 10:19:31 #9 DONE 0.2s 10:19:31 10:19:31 #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:19:31 #2 DONE 0.0s 10:19:31 10:19:31 #10 [core-data internal] load .dockerignore 10:19:31 #10 DONE 0.0s 10:19:31 10:19:31 #11 [core-common-config-bootstrapper internal] load .dockerignore 10:19:32 #11 transferring context: 50B done 10:19:32 #11 DONE 0.1s 10:19:32 10:19:32 #12 [security-bootstrapper internal] load build definition from Dockerfile 10:19:32 #12 transferring dockerfile: 3.02kB done 10:19:32 #12 DONE 0.2s 10:19:32 10:19:32 #13 [security-spire-server internal] load build definition from Dockerfile 10:19:32 #13 transferring dockerfile: 1.70kB done 10:19:32 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:19:32 #13 DONE 0.2s 10:19:32 10:19:32 #14 [security-proxy-auth internal] load build definition from Dockerfile 10:19:32 #14 transferring dockerfile: 2.14kB done 10:19:32 #14 DONE 0.2s 10:19:32 10:19:32 #15 [core-keeper internal] load build definition from Dockerfile 10:19:32 #15 transferring dockerfile: 2.01kB done 10:19:32 #15 DONE 0.2s 10:19:32 10:19:32 #16 [support-notifications internal] load build definition from Dockerfile 10:19:32 #16 transferring dockerfile: 2.00kB done 10:19:32 #16 DONE 0.2s 10:19:32 10:19:32 #17 [core-metadata internal] load build definition from Dockerfile 10:19:32 #17 transferring dockerfile: 2.10kB done 10:19:32 #17 DONE 0.2s 10:19:32 10:19:32 #18 [core-command internal] load build definition from Dockerfile 10:19:32 #18 transferring dockerfile: 1.94kB done 10:19:32 #18 DONE 0.2s 10:19:32 10:19:32 #19 [security-spire-agent internal] load build definition from Dockerfile 10:19:32 #19 transferring dockerfile: 1.81kB done 10:19:32 #19 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:19:32 #19 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 10:19:32 #19 DONE 0.2s 10:19:32 10:19:32 #2 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:19:32 #2 DONE 0.0s 10:19:32 10:19:32 #20 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:19:32 #20 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:19:32 #20 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:19:32 #20 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:19:32 #20 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:19:32 #20 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:19:32 #20 DONE 0.1s 10:19:32 10:19:32 #4 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 10:19:32 #4 DONE 0.2s 10:19:32 10:19:32 #21 [security-spiffe-token-provider internal] load .dockerignore 10:19:32 #21 transferring context: 50B done 10:19:32 #21 DONE 0.1s 10:19:32 10:19:32 #22 [support-scheduler internal] load .dockerignore 10:19:32 #22 transferring context: 50B done 10:19:32 #22 DONE 0.1s 10:19:32 10:19:32 #23 [security-proxy-setup internal] load .dockerignore 10:19:32 #23 transferring context: 50B done 10:19:32 #23 DONE 0.1s 10:19:32 10:19:32 #10 [core-data internal] load .dockerignore 10:19:32 #10 transferring context: 50B done 10:19:32 #10 DONE 0.1s 10:19:32 10:19:32 #24 [security-secretstore-setup internal] load .dockerignore 10:19:32 #24 transferring context: 50B done 10:19:32 #24 DONE 0.1s 10:19:32 10:19:32 #25 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:19:32 #25 ... 10:19:32 10:19:32 #20 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:19:32 #20 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:19:32 #20 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:19:32 #20 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:19:32 #20 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:19:32 #20 DONE 0.1s 10:19:32 10:19:32 #26 [core-keeper internal] load .dockerignore 10:19:32 #26 transferring context: 50B done 10:19:32 #26 DONE 0.4s 10:19:32 10:19:32 #27 [core-command internal] load .dockerignore 10:19:32 #27 transferring context: 50B done 10:19:32 #27 DONE 0.4s 10:19:32 10:19:32 #28 [security-bootstrapper internal] load .dockerignore 10:19:32 #28 transferring context: 50B done 10:19:32 #28 DONE 0.4s 10:19:32 10:19:32 #29 [support-notifications internal] load .dockerignore 10:19:32 #29 transferring context: 50B done 10:19:32 #29 DONE 0.4s 10:19:32 10:19:32 #30 [core-metadata internal] load .dockerignore 10:19:32 #30 transferring context: 50B done 10:19:32 #30 DONE 0.4s 10:19:32 10:19:32 #31 [security-proxy-auth internal] load .dockerignore 10:19:32 #31 transferring context: 50B done 10:19:32 #31 DONE 0.4s 10:19:32 10:19:32 #20 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:19:32 #20 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:19:32 #20 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:19:32 #20 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:19:32 #20 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:19:32 #20 DONE 0.1s 10:19:32 10:19:32 #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:19:32 #32 DONE 0.6s 10:19:32 10:19:32 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:19:32 #33 DONE 0.7s 10:19:32 10:19:32 #34 [support-scheduler builder 2/7] WORKDIR /edgex-go 10:19:37 #34 ... 10:19:37 10:19:37 #35 [core-common-config-bootstrapper internal] load build context 10:19:37 #35 transferring context: 214.61MB 5.6s 10:19:38 #35 ... 10:19:38 10:19:38 #36 [security-spiffe-token-provider internal] load build context 10:19:38 #36 ... 10:19:38 10:19:38 #35 [core-common-config-bootstrapper internal] load build context 10:19:39 #35 ... 10:19:39 10:19:39 #34 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 10:19:39 #34 DONE 7.2s 10:19:39 10:19:39 #35 [core-common-config-bootstrapper internal] load build context 10:19:42 #35 ... 10:19:42 10:19:42 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:19:42 #37 ... 10:19:42 10:19:42 #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:19:42 #0 0.713 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:42 #0 0.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:42 #0 1.234 (1/1) Installing dumb-init (1.2.5-r3) 10:19:42 #0 1.237 Executing busybox-1.36.1-r29.trigger 10:19:42 #0 1.253 OK: 8 MiB in 15 packages 10:19:42 #38 ... 10:19:42 10:19:42 #39 [security-secretstore-setup internal] load build context 10:19:42 #39 ... 10:19:42 10:19:42 #40 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:19:42 #0 1.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:42 #0 1.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:42 #0 1.925 (1/1) Installing dumb-init (1.2.5-r3) 10:19:42 #0 1.932 Executing busybox-1.36.1-r29.trigger 10:19:42 #0 1.937 OK: 8 MiB in 15 packages 10:19:42 #40 ... 10:19:42 10:19:42 #41 [security-proxy-setup internal] load build context 10:19:42 #41 ... 10:19:42 10:19:42 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:42 #42 ... 10:19:42 10:19:42 #43 [core-keeper internal] load build context 10:19:43 #43 ... 10:19:43 10:19:43 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:19:43 #37 DONE 10.8s 10:19:43 10:19:43 #43 [core-keeper internal] load build context 10:19:43 #43 transferring context: 508.32MB 10.1s done 10:19:43 #43 ... 10:19:43 10:19:43 #44 [core-command internal] load build context 10:19:43 #44 ... 10:19:43 10:19:43 #45 [core-data internal] load build context 10:19:43 #45 ... 10:19:43 10:19:43 #46 [support-scheduler internal] load build context 10:19:43 #46 transferring context: 508.32MB 10.8s done 10:19:43 #46 ... 10:19:43 10:19:43 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:19:43 #0 3.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:43 #0 3.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:43 #0 3.964 (1/4) Installing dumb-init (1.2.5-r3) 10:19:43 #0 4.114 (2/4) Installing openssl (3.3.3-r0) 10:19:43 #0 4.121 (3/4) Installing su-exec (0.2-r3) 10:19:43 #0 4.121 (4/4) Installing yq-go (4.44.1-r2) 10:19:43 #0 4.220 Executing busybox-1.36.1-r29.trigger 10:19:43 #0 4.229 OK: 19 MiB in 18 packages 10:19:43 #47 ... 10:19:43 10:19:43 #48 [support-notifications internal] load build context 10:19:43 #48 transferring context: 508.32MB 10.3s done 10:19:43 #48 ... 10:19:43 10:19:43 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:19:43 #49 ... 10:19:43 10:19:43 #50 [core-metadata internal] load build context 10:19:43 #50 ... 10:19:43 10:19:43 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:19:43 #0 5.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:43 #0 5.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:43 #0 5.455 (1/3) Installing ca-certificates (20241121-r1) 10:19:43 #0 5.474 (2/3) Installing dumb-init (1.2.5-r3) 10:19:43 #0 5.481 (3/3) Installing tzdata (2025b-r0) 10:19:43 #0 5.531 Executing busybox-1.36.1-r29.trigger 10:19:43 #0 5.531 Executing ca-certificates-20241121-r1.trigger 10:19:43 #0 5.555 OK: 10 MiB in 17 packages 10:19:43 #51 ... 10:19:43 10:19:43 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:19:43 #0 1.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:43 #0 1.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:43 #0 1.473 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:19:43 #0 1.473 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:19:43 #0 1.473 OK: 24171 distinct packages available 10:19:43 #0 1.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:43 #0 1.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:43 #0 1.923 (1/14) Installing ca-certificates (20241121-r1) 10:19:43 #0 1.940 (2/14) Installing brotli-libs (1.1.0-r2) 10:19:43 #0 1.959 (3/14) Installing c-ares (1.33.1-r0) 10:19:43 #0 1.964 (4/14) Installing libunistring (1.2-r0) 10:19:43 #0 1.990 (5/14) Installing libidn2 (2.3.7-r0) 10:19:43 #0 1.997 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:19:43 #0 2.001 (7/14) Installing libpsl (0.21.5-r1) 10:19:43 #0 2.005 (8/14) Installing zstd-libs (1.5.6-r0) 10:19:43 #0 2.017 (9/14) Installing libcurl (8.12.1-r0) 10:19:43 #0 2.032 (10/14) Installing curl (8.12.1-r0) 10:19:43 #0 2.043 (11/14) Installing dumb-init (1.2.5-r3) 10:19:43 #0 2.044 (12/14) Installing musl-obstack (1.2.3-r2) 10:19:43 #0 2.051 (13/14) Installing libucontext (1.2-r3) 10:19:43 #0 2.051 (14/14) Installing gcompat (1.1.0-r4) 10:19:43 #0 2.056 Executing busybox-1.36.1-r29.trigger 10:19:43 #0 2.069 Executing ca-certificates-20241121-r1.trigger 10:19:43 #0 2.110 OK: 13 MiB in 28 packages 10:19:43 #52 ... 10:19:43 10:19:43 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:19:43 #53 ... 10:19:43 10:19:43 #54 [security-proxy-auth internal] load build context 10:19:43 #54 transferring context: 508.32MB 10.9s done 10:19:44 #54 ... 10:19:44 10:19:44 #55 [security-bootstrapper internal] load build context 10:19:44 #55 transferring context: 508.32MB 10.8s done 10:19:44 #55 ... 10:19:44 10:19:44 #45 [core-data internal] load build context 10:19:44 #45 transferring context: 508.32MB 11.7s done 10:19:44 #45 ... 10:19:44 10:19:44 #25 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:19:44 #25 2.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:44 #25 2.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:44 #25 2.967 (1/4) Installing ca-certificates (20241121-r1) 10:19:44 #25 3.000 (2/4) Installing dumb-init (1.2.5-r3) 10:19:44 #25 3.010 (3/4) Installing su-exec (0.2-r3) 10:19:44 #25 3.010 (4/4) Installing yq-go (4.44.1-r2) 10:19:44 #25 3.074 Executing busybox-1.36.1-r29.trigger 10:19:44 #25 3.082 Executing ca-certificates-20241121-r1.trigger 10:19:44 #25 3.133 OK: 19 MiB in 18 packages 10:19:44 #25 ... 10:19:44 10:19:44 #41 [security-proxy-setup internal] load build context 10:19:44 #41 transferring context: 508.32MB 12.0s done 10:19:49 #41 ... 10:19:49 10:19:49 #36 [security-spiffe-token-provider internal] load build context 10:19:49 #36 transferring context: 508.32MB 11.6s done 10:19:51 #36 ... 10:19:51 10:19:51 #56 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:51 #56 ... 10:19:51 10:19:51 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:19:51 #57 ... 10:19:51 10:19:51 #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:19:51 #58 ... 10:19:51 10:19:51 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:19:51 #59 ... 10:19:51 10:19:51 #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:19:51 #60 ... 10:19:51 10:19:51 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:19:51 #61 ... 10:19:51 10:19:51 #35 [core-common-config-bootstrapper internal] load build context 10:19:51 #35 transferring context: 508.32MB 12.1s done 10:19:52 #35 ... 10:19:52 10:19:52 #39 [security-secretstore-setup internal] load build context 10:19:52 #39 transferring context: 508.32MB 10.8s done 10:19:52 #39 ... 10:19:52 10:19:52 #62 [security-spire-config internal] load .dockerignore 10:19:52 #62 ... 10:19:52 10:19:52 #63 [security-spire-server internal] load .dockerignore 10:19:52 #63 ... 10:19:52 10:19:52 #44 [core-command internal] load build context 10:19:52 #44 transferring context: 508.32MB 10.7s done 10:19:53 #44 ... 10:19:53 10:19:53 #64 [security-spire-agent internal] load .dockerignore 10:19:53 #64 ... 10:19:53 10:19:53 #50 [core-metadata internal] load build context 10:19:53 #50 transferring context: 508.32MB 10.9s done 10:19:55 #50 ... 10:19:55 10:19:55 #43 [core-keeper internal] load build context 10:19:55 #43 DONE 22.8s 10:19:55 10:19:55 #48 [support-notifications internal] load build context 10:19:55 #48 DONE 22.8s 10:19:55 10:19:55 #46 [support-scheduler internal] load build context 10:19:55 #46 DONE 23.2s 10:19:55 10:19:55 #39 [security-secretstore-setup internal] load build context 10:19:55 #39 DONE 23.2s 10:19:55 10:19:55 #62 [security-spire-config internal] load .dockerignore 10:19:55 #62 transferring context: 50B done 10:19:55 #62 ... 10:19:55 10:19:55 #55 [security-bootstrapper internal] load build context 10:19:55 #55 DONE 22.8s 10:19:55 10:19:55 #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:19:55 #38 DONE 23.2s 10:19:55 10:19:55 #25 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:19:55 #25 DONE 23.2s 10:19:55 10:19:55 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:19:55 #51 DONE 23.2s 10:19:55 10:19:55 #40 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:19:55 #40 DONE 23.3s 10:19:55 10:19:55 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:19:55 #47 DONE 23.3s 10:19:55 10:19:55 #44 [core-command internal] load build context 10:19:55 #44 DONE 22.9s 10:19:55 10:19:55 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:19:55 #52 DONE 23.3s 10:19:55 10:19:55 #50 [core-metadata internal] load build context 10:19:55 #50 DONE 22.9s 10:19:55 10:19:55 #54 [security-proxy-auth internal] load build context 10:19:55 #54 DONE 22.9s 10:19:55 10:19:55 #36 [security-spiffe-token-provider internal] load build context 10:19:55 #36 DONE 23.4s 10:19:55 10:19:55 #45 [core-data internal] load build context 10:19:55 #45 DONE 23.4s 10:19:55 10:19:55 #35 [core-common-config-bootstrapper internal] load build context 10:19:55 #35 DONE 23.5s 10:19:55 10:19:55 #41 [security-proxy-setup internal] load build context 10:19:55 #41 DONE 23.4s 10:19:55 10:19:55 #64 [security-spire-agent internal] load .dockerignore 10:19:55 #64 transferring context: 50B done 10:19:55 #64 DONE 12.8s 10:19:55 10:19:55 #63 [security-spire-server internal] load .dockerignore 10:19:55 #63 transferring context: 50B done 10:19:55 #63 DONE 12.8s 10:19:55 10:19:55 #62 [security-spire-config internal] load .dockerignore 10:19:55 #62 DONE 12.8s 10:19:55 10:19:55 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:19:55 #53 22.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:55 #53 ... 10:19:55 10:19:55 #20 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:19:55 #20 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:19:55 #20 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:19:55 #20 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:19:55 #20 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:19:55 #20 DONE 0.1s 10:19:55 10:19:55 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:19:55 #53 23.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:55 #53 ... 10:19:55 10:19:55 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:55 #42 DONE 23.2s 10:19:55 10:19:55 #65 [security-spire-server internal] load build context 10:19:55 #65 transferring context: 23.80kB done 10:19:55 #65 DONE 0.2s 10:19:55 10:19:55 #66 [security-spire-agent internal] load build context 10:19:55 #66 transferring context: 23.33kB done 10:19:55 #66 DONE 0.2s 10:19:55 10:19:55 #67 [security-spire-config internal] load build context 10:19:55 #67 transferring context: 22.05kB done 10:19:55 #67 DONE 0.2s 10:19:55 10:19:55 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:19:55 #61 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:55 #61 15.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:56 #61 15.82 OK: 248 MiB in 58 packages 10:19:56 #61 DONE 16.1s 10:19:56 10:19:56 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:56 #68 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 10:19:56 #68 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:19:56 #68 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 10:19:56 #68 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 10:19:56 #68 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 10:19:56 #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.0s 10:19:56 #68 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 10:19:56 #68 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:19:56 #68 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 1.0s 10:19:56 #68 ... 10:19:56 10:19:56 #58 [core-data builder 3/7] RUN apk add --update --no-cache make git 10:19:56 #58 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:56 #58 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:56 #58 15.82 OK: 248 MiB in 58 packages 10:19:56 #58 DONE 16.1s 10:19:56 10:19:56 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:19:56 #49 22.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:56 #49 23.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:56 #49 23.55 (1/2) Installing dumb-init (1.2.5-r3) 10:19:56 #49 23.56 (2/2) Installing su-exec (0.2-r3) 10:19:56 #49 23.56 Executing busybox-1.36.1-r29.trigger 10:19:56 #49 23.57 OK: 8 MiB in 16 packages 10:19:56 #49 DONE 24.1s 10:19:56 10:19:56 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:19:56 #53 23.64 (1/7) Installing ca-certificates (20241121-r1) 10:19:56 #53 23.65 (2/7) Installing dumb-init (1.2.5-r3) 10:19:56 #53 23.65 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:19:56 #53 23.65 (4/7) Installing libsodium (1.0.19-r0) 10:19:56 #53 23.67 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:19:56 #53 23.71 (6/7) Installing libzmq (4.3.5-r2) 10:19:56 #53 23.72 (7/7) Installing zeromq (4.3.5-r2) 10:19:56 #53 23.73 Executing busybox-1.36.1-r29.trigger 10:19:56 #53 23.73 Executing ca-certificates-20241121-r1.trigger 10:19:56 #53 23.76 OK: 12 MiB in 21 packages 10:19:56 #53 DONE 24.1s 10:19:56 10:19:56 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:56 #68 ... 10:19:56 10:19:56 #56 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:56 #56 DONE 16.3s 10:19:56 10:19:56 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:57 #68 ... 10:19:57 10:19:57 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:19:57 #59 15.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #59 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #59 16.11 OK: 248 MiB in 58 packages 10:19:57 #59 DONE 16.4s 10:19:57 10:19:57 #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:19:57 #69 DONE 0.3s 10:19:57 10:19:57 #70 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:19:57 #0 0.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.409 OK: 8 MiB in 15 packages 10:19:57 #70 DONE 1.6s 10:19:57 10:19:57 #71 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:19:57 #71 DONE 0.3s 10:19:57 10:19:57 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:19:57 #57 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #57 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #57 15.84 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:19:57 #57 15.84 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:19:57 #57 15.84 OK: 24171 distinct packages available 10:19:57 #57 15.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #57 15.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #57 16.27 OK: 248 MiB in 58 packages 10:19:57 #57 DONE 16.4s 10:19:57 10:19:57 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:57 #68 ... 10:19:57 10:19:57 #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:19:57 #0 1.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.619 OK: 10 MiB in 17 packages 10:19:57 #72 DONE 1.9s 10:19:57 10:19:57 #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:19:57 #73 DONE 0.3s 10:19:57 10:19:57 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:19:57 #0 1.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.652 OK: 8 MiB in 15 packages 10:19:57 #74 DONE 1.9s 10:19:57 10:19:57 #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:19:57 #60 16.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #60 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #60 16.44 OK: 248 MiB in 58 packages 10:19:57 #60 DONE 16.7s 10:19:57 10:19:57 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:19:57 #0 1.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:57 #0 1.756 OK: 19 MiB in 18 packages 10:19:57 #75 DONE 1.9s 10:19:57 10:19:57 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:19:57 #76 DONE 0.3s 10:19:57 10:19:57 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:57 #68 ... 10:19:57 10:19:57 #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:19:57 #77 DONE 0.1s 10:19:57 10:19:57 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:57 #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done 10:19:57 #68 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:19:57 #68 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 10:19:57 #68 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.65MB / 36.47MB 2.0s 10:19:57 #68 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.1s 10:19:58 #68 ... 10:19:58 10:19:58 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:19:58 #0 1.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:58 #0 1.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:58 #0 2.259 OK: 19 MiB in 18 packages 10:19:58 #78 DONE 2.7s 10:19:58 10:19:58 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:58 #68 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.4s done 10:19:58 #68 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10:19:58 #68 ... 10:19:58 10:19:58 #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:19:58 #79 DONE 0.1s 10:19:58 10:19:58 #80 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:19:58 #80 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 10:19:58 #80 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:19:58 #80 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 10:19:58 #80 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 10:19:58 #80 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done 10:19:58 #80 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:19:58 #80 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 10:19:58 #80 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 10:19:58 #80 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s done 10:19:58 #80 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:19:58 #80 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:19:58 #80 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done 10:19:58 #80 DONE 2.6s 10:19:58 10:19:58 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:58 #68 ... 10:19:58 10:19:58 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:19:58 #0 2.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:58 #0 2.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:58 #0 2.990 OK: 13 MiB in 28 packages 10:19:58 #81 DONE 3.4s 10:19:58 10:19:58 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:59 #68 ... 10:19:59 10:19:59 #82 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:19:59 #0 2.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:59 #0 2.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.280 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:19:59 #0 3.280 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:19:59 #0 3.280 OK: 24171 distinct packages available 10:19:59 #0 3.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.707 (1/4) Installing dumb-init (1.2.5-r3) 10:19:59 #0 3.714 (2/4) Installing musl-obstack (1.2.3-r2) 10:19:59 #0 3.717 (3/4) Installing libucontext (1.2-r3) 10:19:59 #0 3.721 (4/4) Installing gcompat (1.1.0-r4) 10:19:59 #0 3.726 Executing busybox-1.36.1-r29.trigger 10:19:59 #0 3.731 OK: 8 MiB in 18 packages 10:19:59 #82 DONE 4.1s 10:19:59 10:19:59 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:59 #68 ... 10:19:59 10:19:59 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:19:59 #0 2.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:59 #0 2.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:59 #0 2.553 OK: 8 MiB in 16 packages 10:19:59 #83 DONE 2.9s 10:19:59 10:19:59 #84 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:19:59 #0 2.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.435 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:19:59 #0 3.435 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:19:59 #0 3.435 OK: 24171 distinct packages available 10:19:59 #0 3.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.588 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:59 #0 3.919 (1/5) Installing dumb-init (1.2.5-r3) 10:19:59 #0 3.930 (2/5) Installing musl-obstack (1.2.3-r2) 10:19:59 #0 3.936 (3/5) Installing libucontext (1.2-r3) 10:19:59 #0 3.938 (4/5) Installing gcompat (1.1.0-r4) 10:19:59 #0 3.942 (5/5) Installing openssl (3.3.3-r0) 10:19:59 #0 3.953 Executing busybox-1.36.1-r29.trigger 10:19:59 #0 3.960 OK: 9 MiB in 19 packages 10:19:59 #84 DONE 4.1s 10:19:59 10:19:59 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:19:59 #68 ... 10:19:59 10:19:59 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:19:59 #0 2.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:19:59 #0 2.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:19:59 #0 2.956 OK: 12 MiB in 21 packages 10:19:59 #85 DONE 3.1s 10:19:59 10:19:59 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:20:00 #68 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.9s done 10:20:00 #68 DONE 4.4s 10:20:00 10:20:00 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:20:00 #86 0.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:20:00 #86 0.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:20:00 #86 ... 10:20:00 10:20:00 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:20:00 #87 DONE 0.8s 10:20:00 10:20:00 #88 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:20:00 #88 DONE 0.0s 10:20:00 10:20:00 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:20:00 #0 0.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:20:00 #0 0.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:20:00 #89 1.120 OK: 8 MiB in 18 packages 10:20:00 #89 DONE 1.2s 10:20:00 10:20:00 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:20:00 #86 0.990 OK: 9 MiB in 19 packages 10:20:00 #86 DONE 1.2s 10:20:00 10:20:00 #90 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:20:02 #90 DONE 1.4s 10:20:02 10:20:02 #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:20:02 #91 DONE 1.4s 10:20:02 10:20:02 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:20:02 #92 DONE 1.4s 10:20:02 10:20:02 #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:20:02 #93 DONE 0.1s 10:20:02 10:20:02 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:20:02 #94 DONE 0.1s 10:20:02 10:20:02 #95 [security-spire-config stage-2 6/10] COPY security.txt / 10:20:02 #95 ... 10:20:02 10:20:02 #96 [security-spire-server stage-2 6/9] COPY security.txt / 10:20:02 #96 DONE 0.6s 10:20:03 10:20:03 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:20:03 #97 DONE 0.7s 10:20:03 10:20:03 #95 [security-spire-config stage-2 6/10] COPY security.txt / 10:20:03 #95 DONE 0.6s 10:20:03 10:20:03 #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:20:03 #98 DONE 0.1s 10:20:03 10:20:03 #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:20:03 #99 DONE 0.1s 10:20:03 10:20:03 #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:20:03 #100 DONE 0.1s 10:20:03 10:20:03 #101 [security-spire-agent stage-3 7/10] COPY security.txt / 10:20:03 #101 DONE 0.1s 10:20:03 10:20:03 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:20:03 #102 DONE 0.1s 10:20:03 10:20:03 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:20:03 #103 DONE 0.1s 10:20:03 10:20:03 #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:20:03 #104 DONE 0.1s 10:20:03 10:20:03 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:20:03 #105 DONE 0.1s 10:20:03 10:20:03 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:20:03 #106 DONE 0.1s 10:20:03 10:20:03 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:20:03 #107 DONE 0.1s 10:20:03 10:20:03 #108 [security-spire-config] exporting to image 10:20:03 #108 exporting layers 10:20:03 #108 ... 10:20:03 10:20:03 #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:20:03 #109 DONE 0.1s 10:20:03 10:20:03 #110 [security-spire-agent] exporting to image 10:20:03 #110 ... 10:20:03 10:20:03 #111 [security-spire-server] exporting to image 10:20:03 #111 exporting layers 0.4s done 10:20:03 #111 writing image sha256:7829702eed6d587114093edfe24caa0695f8507252a2c99bd141e9ae5851d29e 0.0s done 10:20:03 #111 naming to docker.io/library/security-spire-server done 10:20:03 #111 DONE 0.5s 10:20:03 10:20:03 #108 [security-spire-config] exporting to image 10:20:03 #108 exporting layers 0.4s done 10:20:03 #108 writing image sha256:91f241c8d136b02c894945cff5325c0b549ce208ac4e279bb2d8e0afaa959cbb done 10:20:03 #108 naming to docker.io/library/security-spire-config done 10:20:03 #108 DONE 0.4s 10:20:03 10:20:03 #110 [security-spire-agent] exporting to image 10:20:03 #110 exporting layers 0.4s done 10:20:03 #110 writing image sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf done 10:20:03 #110 naming to docker.io/library/security-spire-agent done 10:20:03 #110 DONE 0.4s 10:20:03 10:20:03 #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:05 #112 ... 10:20:05 10:20:05 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:20:05 #0 2.023 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:20:05 #0 4.842 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:20:05 #0 8.390 OK: 248 MiB in 58 packages 10:20:05 #113 DONE 8.5s 10:20:05 10:20:05 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:20:05 #114 DONE 0.1s 10:20:05 10:20:05 #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:05 #115 ... 10:20:05 10:20:05 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:05 #116 ... 10:20:05 10:20:05 #117 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:20:05 #0 2.783 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:20:05 #0 5.760 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:20:07 #117 ... 10:20:07 10:20:07 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:07 #118 ... 10:20:07 10:20:07 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:07 #119 ... 10:20:07 10:20:07 #120 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:22 #120 ... 10:20:22 10:20:22 #117 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:20:22 #117 25.12 (1/1) Installing dumb-init (1.2.5-r3) 10:20:22 #117 26.77 Executing busybox-1.36.1-r29.trigger 10:20:22 #117 26.78 OK: 8 MiB in 15 packages 10:20:40 #117 DONE 43.6s 10:20:40 10:20:40 #115 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:40 #115 DONE 42.0s 10:20:40 10:20:40 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:40 #118 DONE 42.4s 10:20:40 10:20:40 #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:40 #112 DONE 42.4s 10:20:40 10:20:40 #120 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:40 #120 DONE 42.1s 10:20:40 10:20:40 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:40 #119 DONE 42.1s 10:20:40 10:20:40 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:40 #116 DONE 33.9s 10:20:40 10:20:40 #121 [core-metadata builder 6/7] COPY . . 10:20:50 #121 ... 10:20:50 10:20:50 #122 [security-spiffe-token-provider builder 6/7] COPY . . 10:20:50 #122 ... 10:20:50 10:20:50 #123 [security-secretstore-setup builder 6/7] COPY . . 10:20:50 #123 ... 10:20:50 10:20:50 #124 [core-keeper builder 7/8] COPY . . 10:20:50 #124 ... 10:20:50 10:20:50 #125 [support-notifications builder 6/7] COPY . . 10:20:50 #125 ... 10:20:50 10:20:50 #126 [support-scheduler builder 6/7] COPY . . 10:20:52 Removing intermediate container 7c46294fb7ce 10:20:52 ---> 675a547dcde9 10:20:52 Successfully built 675a547dcde9 10:20:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:52 + docker inspect -f . ci-base-image-arm64 10:20:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:53 #126 DONE 13.7s 10:20:53 10:20:53 #121 [core-command builder 6/7] COPY . . 10:20:53 #121 DONE 13.7s 10:20:53 10:20:53 #124 [core-keeper builder 7/8] COPY . . 10:20:53 #124 DONE 13.7s 10:20:53 10:20:53 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:53 #127 CACHED 10:20:53 10:20:53 #128 [core-command builder 6/7] COPY . . 10:20:53 #128 CACHED 10:20:53 10:20:53 #129 [core-command builder 4/7] COPY go.mod vendor* ./ 10:20:53 #129 CACHED 10:20:53 10:20:53 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 10:20:53 #130 CACHED 10:20:53 10:20:53 #131 [core-data builder 6/7] COPY . . 10:20:53 #131 CACHED 10:20:53 10:20:53 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:53 #132 CACHED 10:20:53 10:20:53 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:20:53 #133 CACHED 10:20:53 10:20:53 #134 [security-proxy-auth builder 6/7] COPY . . 10:20:53 #134 CACHED 10:20:53 10:20:53 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:53 #135 CACHED 10:20:53 10:20:53 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:53 #136 CACHED 10:20:53 10:20:53 #137 [core-metadata builder 6/7] COPY . . 10:20:53 #137 CACHED 10:20:53 10:20:53 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:20:53 #138 CACHED 10:20:53 10:20:53 #122 [security-spiffe-token-provider builder 6/7] COPY . . 10:20:53 #122 DONE 13.7s 10:20:53 10:20:53 #123 [security-bootstrapper builder 6/7] COPY . . 10:20:53 #123 DONE 13.7s 10:20:53 10:20:53 #125 [support-notifications builder 6/7] COPY . . 10:20:53 #125 DONE 13.7s 10:20:53 10:20:53 #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:53 #139 CACHED 10:20:53 10:20:53 #140 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:20:53 #140 CACHED 10:20:53 10:20:53 #141 [security-bootstrapper builder 6/7] COPY . . 10:20:53 #141 CACHED 10:20:53 10:20:53 #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:20:53 #142 CACHED 10:20:53 10:20:53 #143 [security-secretstore-setup builder 6/7] COPY . . 10:20:53 #143 CACHED 10:20:53 10:20:53 #144 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:20:53 #144 CACHED 10:20:53 10:20:53 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:20:53 prd-ubuntu20.04-docker-arm64-4c-16g-4412 does not seem to be running inside a container 10:20:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:20:54 #145 0.831 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:20:54 $ docker top 231d4c73eb3558377b5ba22c17d2e862828d81790f320fae15b0003fb518178a -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:55 + go version 10:20:55 go version go1.23.9 linux/arm64 [Pipeline] } 10:20:55 $ docker stop --time=1 231d4c73eb3558377b5ba22c17d2e862828d81790f320fae15b0003fb518178a 10:20:56 $ docker rm -f --volumes 231d4c73eb3558377b5ba22c17d2e862828d81790f320fae15b0003fb518178a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:20:57 10:20:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:20:58 latest: Pulling from edgex-devops/edgex-compose-arm64 10:20:58 547446be3368: Pulling fs layer 10:20:58 d125d8839a47: Pulling fs layer 10:20:58 3e85d5ac6304: Pulling fs layer 10:20:58 c3105a71a48b: Pulling fs layer 10:20:58 0f093f025ec4: Pulling fs layer 10:20:58 c3106fc0e877: Pulling fs layer 10:20:58 c3105a71a48b: Waiting 10:20:58 0f093f025ec4: Waiting 10:20:58 c3106fc0e877: Waiting 10:20:58 547446be3368: Verifying Checksum 10:20:58 547446be3368: Download complete 10:20:58 c3105a71a48b: Verifying Checksum 10:20:58 c3105a71a48b: Download complete 10:20:59 d125d8839a47: Verifying Checksum 10:20:59 d125d8839a47: Download complete 10:20:59 c3106fc0e877: Download complete 10:20:59 0f093f025ec4: Verifying Checksum 10:20:59 0f093f025ec4: Download complete 10:20:59 547446be3368: Pull complete 10:21:00 d125d8839a47: Pull complete 10:21:01 3e85d5ac6304: Verifying Checksum 10:21:01 3e85d5ac6304: Download complete 10:21:04 #145 ... 10:21:04 10:21:04 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:21:04 #0 1.046 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:21:04 #146 ... 10:21:04 10:21:04 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:21:04 #0 0.738 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:21:04 #147 ... 10:21:04 10:21:04 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:21:04 #0 0.824 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:21:04 #148 ... 10:21:04 10:21:04 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:21:04 #0 0.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:21:04 #149 ... 10:21:04 10:21:04 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:21:04 #0 0.677 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:21:04 #150 ... 10:21:04 10:21:04 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:21:04 #0 0.785 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:21:04 #151 ... 10:21:04 10:21:04 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:21:04 #0 1.046 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:21:04 #152 ... 10:21:04 10:21:04 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:21:04 #0 1.057 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:21:04 #153 ... 10:21:04 10:21:04 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:21:04 #0 1.028 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:21:04 #154 ... 10:21:04 10:21:04 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:21:04 #0 0.857 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:21:04 #155 ... 10:21:04 10:21:04 #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:21:04 #0 1.050 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:21:11 3e85d5ac6304: Pull complete 10:21:11 c3105a71a48b: Pull complete 10:21:11 0f093f025ec4: Pull complete 10:21:12 c3106fc0e877: Pull complete 10:21:12 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:21:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:21:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:12 prd-ubuntu20.04-docker-arm64-4c-16g-4412 does not seem to be running inside a container 10:21:12 $ 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/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:21:14 $ docker top 87fcc3c7fdfe3217c097026a04d7a607ed4481600b8d13e6eeeb50a600d71eb7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:15 + docker compose -f ./docker-compose-build.yml build --parallel 10:21:25 #1 [core-command internal] load build definition from Dockerfile 10:21:25 #1 transferring dockerfile: 1.94kB 0.0s done 10:21:25 #1 DONE 0.1s 10:21:25 10:21:25 #2 [support-scheduler internal] load build definition from Dockerfile 10:21:25 #2 transferring dockerfile: 1.83kB 0.0s done 10:21:25 #2 DONE 0.1s 10:21:25 10:21:25 #3 [security-bootstrapper internal] load build definition from Dockerfile 10:21:25 #3 transferring dockerfile: 3.02kB 0.0s done 10:21:25 #3 DONE 0.1s 10:21:25 10:21:25 #4 [security-spire-agent internal] load build definition from Dockerfile 10:21:25 #4 transferring dockerfile: 1.81kB 0.0s done 10:21:25 #4 DONE 0.1s 10:21:25 10:21:25 #5 [core-metadata internal] load build definition from Dockerfile 10:21:25 #5 transferring dockerfile: 2.10kB 0.0s done 10:21:25 #5 DONE 0.1s 10:21:25 10:21:25 #6 [support-notifications internal] load build definition from Dockerfile 10:21:25 #6 transferring dockerfile: 2.00kB done 10:21:25 #6 DONE 0.0s 10:21:25 10:21:25 #7 [security-spire-server internal] load build definition from Dockerfile 10:21:25 #7 transferring dockerfile: 1.70kB 0.0s done 10:21:25 #7 DONE 0.1s 10:21:25 10:21:25 #8 [core-keeper internal] load build definition from Dockerfile 10:21:25 #8 transferring dockerfile: 2.01kB done 10:21:25 #8 DONE 0.1s 10:21:25 10:21:25 #9 [core-data internal] load build definition from Dockerfile 10:21:25 #9 transferring dockerfile: 2.04kB 0.0s done 10:21:25 #9 DONE 0.1s 10:21:25 10:21:25 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:21:25 #10 transferring dockerfile: 1.89kB done 10:21:25 #10 DONE 0.1s 10:21:25 10:21:25 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:21:25 #11 transferring dockerfile: 2.23kB done 10:21:25 #11 DONE 0.1s 10:21:25 10:21:25 #12 [security-proxy-auth internal] load build definition from Dockerfile 10:21:25 #12 transferring dockerfile: 2.14kB done 10:21:25 #12 DONE 0.1s 10:21:25 10:21:25 #13 [security-proxy-setup internal] load build definition from Dockerfile 10:21:25 #13 transferring dockerfile: 2.50kB done 10:21:25 #13 DONE 0.0s 10:21:25 10:21:25 #14 [security-secretstore-setup internal] load build definition from Dockerfile 10:21:25 #14 transferring dockerfile: 2.49kB 0.0s done 10:21:25 #14 DONE 0.1s 10:21:25 10:21:25 #15 [security-spire-config internal] load build definition from Dockerfile 10:21:26 #15 transferring dockerfile: 1.69kB done 10:21:26 #15 DONE 0.1s 10:21:26 10:21:26 #16 [core-command internal] load .dockerignore 10:21:26 #16 transferring context: 50B 0.0s done 10:21:26 #16 DONE 0.1s 10:21:26 10:21:26 #17 [support-scheduler internal] load .dockerignore 10:21:26 #17 transferring context: 50B done 10:21:26 #17 DONE 0.0s 10:21:26 10:21:26 #18 [security-bootstrapper internal] load .dockerignore 10:21:26 #18 transferring context: 50B done 10:21:26 #18 DONE 0.0s 10:21:26 10:21:26 #19 [security-spire-agent internal] load .dockerignore 10:21:26 #19 transferring context: 50B done 10:21:26 #19 DONE 0.1s 10:21:26 10:21:26 #20 [core-metadata internal] load .dockerignore 10:21:26 #20 transferring context: 50B done 10:21:26 #20 DONE 0.1s 10:21:26 10:21:26 #21 [support-notifications internal] load .dockerignore 10:21:26 #21 transferring context: 50B done 10:21:26 #21 DONE 0.0s 10:21:26 10:21:26 #22 [security-spire-server internal] load .dockerignore 10:21:26 #22 transferring context: 50B done 10:21:26 #22 DONE 0.0s 10:21:27 10:21:27 #23 [core-keeper internal] load .dockerignore 10:21:27 #23 transferring context: 50B 0.0s done 10:21:27 #23 DONE 0.1s 10:21:27 10:21:27 #24 [core-data internal] load .dockerignore 10:21:27 #24 transferring context: 50B 0.0s done 10:21:27 #24 DONE 0.1s 10:21:27 10:21:27 #25 [security-spiffe-token-provider internal] load .dockerignore 10:21:27 #25 transferring context: 50B done 10:21:27 #25 DONE 0.1s 10:21:27 10:21:27 #26 [core-common-config-bootstrapper internal] load .dockerignore 10:21:27 #26 transferring context: 50B 0.0s done 10:21:27 #26 DONE 0.1s 10:21:27 10:21:27 #27 [security-proxy-auth internal] load .dockerignore 10:21:27 #27 transferring context: 50B done 10:21:27 #27 DONE 0.1s 10:21:27 10:21:27 #28 [security-proxy-setup internal] load .dockerignore 10:21:27 #28 transferring context: 50B done 10:21:27 #28 DONE 0.1s 10:21:27 10:21:27 #29 [security-secretstore-setup internal] load .dockerignore 10:21:27 #29 transferring context: 50B done 10:21:27 #29 DONE 0.1s 10:21:27 10:21:27 #30 [security-spire-config internal] load .dockerignore 10:21:27 #30 transferring context: 50B done 10:21:27 #30 DONE 0.1s 10:21:27 10:21:27 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:27 #31 DONE 0.0s 10:21:27 10:21:27 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 10:21:28 #32 DONE 0.6s 10:21:28 10:21:28 #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:28 #33 DONE 0.1s 10:21:28 10:21:28 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:28 #31 DONE 0.0s 10:21:28 10:21:28 #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:21:28 #34 ... 10:21:28 10:21:28 #35 [security-bootstrapper internal] load build context 10:21:28 #35 DONE 0.0s 10:21:28 10:21:28 #33 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:28 #33 DONE 0.2s 10:21:28 10:21:28 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:28 #31 DONE 0.0s 10:21:28 10:21:28 #33 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:28 #33 DONE 0.2s 10:21:28 10:21:28 #36 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:21:28 #36 ... 10:21:28 10:21:28 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:28 #31 DONE 0.0s 10:21:28 10:21:28 #33 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:28 #33 DONE 0.4s 10:21:28 10:21:28 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:28 #31 DONE 0.0s 10:21:28 10:21:28 #37 [support-notifications internal] load build context 10:21:28 #37 ... 10:21:28 10:21:28 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 10:21:28 #32 DONE 0.6s 10:21:28 10:21:28 #37 [support-notifications internal] load build context 10:21:29 #37 ... 10:21:29 10:21:29 #33 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:29 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:29 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:29 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:29 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:29 #33 DONE 0.4s 10:21:29 10:21:29 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:29 #31 DONE 0.0s 10:21:29 10:21:29 #37 [support-notifications internal] load build context 10:21:29 #37 ... 10:21:29 10:21:29 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:29 #31 DONE 0.0s 10:21:29 10:21:29 #37 [support-notifications internal] load build context 10:21:29 #37 ... 10:21:29 10:21:29 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:29 #31 DONE 0.0s 10:21:29 10:21:29 #37 [support-notifications internal] load build context 10:21:29 #37 ... 10:21:29 10:21:29 #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:29 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:29 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:29 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:29 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:29 #33 DONE 0.5s 10:21:29 10:21:29 #37 [support-notifications internal] load build context 10:21:29 #37 ... 10:21:29 10:21:29 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 10:21:29 #32 DONE 1.1s 10:21:29 10:21:29 #38 [core-command internal] load build context 10:21:29 #38 transferring context: 3.23MB 0.9s done 10:21:29 #38 DONE 1.6s 10:21:29 10:21:29 #37 [support-notifications internal] load build context 10:21:30 #37 ... 10:21:30 10:21:30 #33 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:30 #33 DONE 0.5s 10:21:30 10:21:30 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:30 #31 DONE 0.0s 10:21:30 10:21:30 #37 [support-notifications internal] load build context 10:21:30 #37 ... 10:21:30 10:21:30 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:30 #31 DONE 0.0s 10:21:30 10:21:30 #37 [support-notifications internal] load build context 10:21:30 #37 ... 10:21:30 10:21:30 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:21:30 #31 DONE 0.0s 10:21:30 10:21:30 #39 [core-metadata internal] load build context 10:21:30 #39 ... 10:21:30 10:21:30 #33 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:30 #33 DONE 0.6s 10:21:30 10:21:30 #39 [core-metadata internal] load build context 10:21:30 #39 ... 10:21:30 10:21:30 #33 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:30 #33 DONE 0.6s 10:21:30 10:21:30 #37 [support-notifications internal] load build context 10:21:31 #37 ... 10:21:31 10:21:31 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 10:21:31 #32 DONE 2.5s 10:21:31 10:21:31 #37 [support-notifications internal] load build context 10:21:31 #37 transferring context: 3.23MB 2.7s done 10:21:32 #37 ... 10:21:32 10:21:32 #39 [core-metadata internal] load build context 10:21:32 #39 transferring context: 3.23MB 2.1s done 10:21:32 #39 DONE 3.4s 10:21:32 10:21:32 #40 [core-data internal] load build context 10:21:32 #40 ... 10:21:32 10:21:32 #37 [support-notifications internal] load build context 10:21:32 #37 DONE 3.7s 10:21:32 10:21:32 #40 [core-data internal] load build context 10:21:32 #40 ... 10:21:32 10:21:32 #35 [security-bootstrapper internal] load build context 10:21:32 #35 transferring context: 3.23MB 2.9s done 10:21:32 #35 DONE 4.1s 10:21:32 10:21:32 #40 [core-data internal] load build context 10:21:32 #40 ... 10:21:32 10:21:32 #41 [support-scheduler internal] load build context 10:21:32 #41 transferring context: 3.23MB 2.5s done 10:21:32 #41 DONE 4.4s 10:21:32 10:21:32 #40 [core-data internal] load build context 10:21:33 #40 ... 10:21:33 10:21:33 #42 [core-keeper internal] load build context 10:21:33 #42 transferring context: 3.23MB 2.1s done 10:21:33 #42 DONE 4.3s 10:21:33 10:21:33 #40 [core-data internal] load build context 10:21:34 #40 ... 10:21:34 10:21:34 #43 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:21:34 #43 DONE 7.2s 10:21:34 10:21:34 #40 [core-data internal] load build context 10:21:34 #40 transferring context: 3.23MB 4.0s done 10:21:34 #40 DONE 4.8s 10:21:34 10:21:34 #44 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 10:21:35 #44 DONE 2.2s 10:21:35 10:21:35 #45 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:21:35 #45 ... 10:21:35 10:21:35 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:35 #46 DONE 6.7s 10:21:36 10:21:36 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:21:37 #47 ... 10:21:37 10:21:37 #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:37 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:37 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:37 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:37 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:37 #33 DONE 0.6s 10:21:37 10:21:37 #48 [core-common-config-bootstrapper internal] load build context 10:21:37 #48 transferring context: 3.23MB 4.7s done 10:21:37 #48 DONE 7.3s 10:21:37 10:21:37 #49 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:21:37 #49 DONE 8.7s 10:21:37 10:21:37 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:37 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:37 #50 ... 10:21:37 10:21:37 #51 [security-spiffe-token-provider internal] load build context 10:21:37 #51 transferring context: 3.23MB 5.4s done 10:21:37 #51 DONE 8.0s 10:21:37 10:21:37 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:21:38 #52 ... 10:21:38 10:21:38 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:38 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.1s done 10:21:38 #50 DONE 1.3s 10:21:38 10:21:38 #53 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:21:38 #53 ... 10:21:38 10:21:38 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:21:38 #0 9.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:38 #54 ... 10:21:38 10:21:38 #55 [security-spire-config internal] load build context 10:21:38 #55 transferring context: 22.05kB 0.3s done 10:21:38 #55 DONE 1.5s 10:21:38 10:21:38 #34 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:21:38 #34 7.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:38 #34 ... 10:21:38 10:21:38 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:21:38 #0 9.014 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:38 #0 9.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:39 #56 ... 10:21:39 10:21:39 #53 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:21:39 #53 DONE 10.5s 10:21:39 10:21:39 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:39 #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:21:39 #50 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:21:39 #50 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:21:39 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s 10:21:39 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.2s 10:21:39 #50 ... 10:21:39 10:21:39 #33 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:21:39 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:21:39 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:21:39 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:21:39 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:21:39 #33 DONE 0.6s 10:21:39 10:21:39 #57 [security-proxy-setup internal] load build context 10:21:39 #57 transferring context: 3.23MB 5.3s done 10:21:39 #57 DONE 8.6s 10:21:39 10:21:39 #58 [security-secretstore-setup internal] load build context 10:21:39 #58 transferring context: 3.23MB 5.3s done 10:21:39 #58 DONE 8.6s 10:21:39 10:21:39 #59 [security-spire-server internal] load build context 10:21:39 #59 transferring context: 23.80kB 0.2s done 10:21:39 #59 DONE 1.8s 10:21:39 10:21:39 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:39 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.1s done 10:21:39 #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:21:39 #50 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:21:39 #50 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:21:39 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 10:21:39 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s 10:21:39 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s 10:21:39 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 10:21:39 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 10:21:39 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 10:21:39 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.5s 10:21:39 #50 ... 10:21:39 10:21:39 #60 [security-proxy-auth internal] load build context 10:21:39 #60 transferring context: 3.23MB 5.5s done 10:21:39 #60 DONE 8.7s 10:21:39 10:21:39 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:39 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 10:21:39 #50 ... 10:21:39 10:21:39 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:21:39 #0 8.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:39 #0 9.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:39 #61 ... 10:21:39 10:21:39 #62 [security-spire-agent internal] load build context 10:21:39 #62 transferring context: 23.33kB 0.1s done 10:21:39 #62 DONE 0.9s 10:21:39 10:21:39 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:21:39 #0 6.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:39 #0 7.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:40 #63 ... 10:21:40 10:21:40 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:40 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.5s 10:21:40 #50 ... 10:21:40 10:21:40 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:21:40 #0 8.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:41 #64 ... 10:21:41 10:21:41 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:41 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.89MB / 33.17MB 2.3s 10:21:41 #50 ... 10:21:41 10:21:41 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:21:41 #0 8.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:41 #65 ... 10:21:41 10:21:41 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:41 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 3.2s 10:21:42 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 3.8s 10:21:43 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 4.2s 10:21:43 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:21:43 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 4.7s 10:21:44 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.46MB / 33.17MB 5.1s 10:21:44 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.22MB / 33.17MB 5.6s 10:21:44 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.12MB / 33.17MB 6.0s 10:21:45 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 6.3s 10:21:45 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.98MB / 33.17MB 6.7s 10:21:45 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 7.1s 10:21:45 #50 ... 10:21:45 10:21:45 #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:21:45 #66 ... 10:21:45 10:21:45 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:45 #67 ... 10:21:45 10:21:45 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:21:46 #68 ... 10:21:46 10:21:46 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:21:46 #0 9.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:46 #69 ... 10:21:46 10:21:46 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:21:46 #70 ... 10:21:46 10:21:46 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:46 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.41MB / 33.17MB 7.7s 10:21:46 #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 10:21:46 #50 ... 10:21:46 10:21:46 #36 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:21:46 #36 7.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:46 #36 8.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:46 #36 15.77 (1/2) Installing dumb-init (1.2.5-r3) 10:21:46 #36 15.81 (2/2) Installing su-exec (0.2-r3) 10:21:46 #36 15.82 Executing busybox-1.36.1-r29.trigger 10:21:46 #36 16.03 OK: 9 MiB in 16 packages 10:21:46 #36 ... 10:21:46 10:21:46 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:46 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 8.0s 10:21:47 #50 ... 10:21:47 10:21:47 #36 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:21:47 #36 DONE 18.4s 10:21:47 10:21:47 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:47 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 8.2s 10:21:47 #50 ... 10:21:47 10:21:47 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:47 #67 DONE 11.3s 10:21:47 10:21:47 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:47 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.3s done 10:21:48 #50 ... 10:21:48 10:21:48 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:21:48 #0 9.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:48 #71 ... 10:21:48 10:21:48 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:21:48 #72 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 10:21:48 #72 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 10:21:48 #72 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:21:48 #72 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 10:21:48 #72 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:21:48 #72 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 10:21:48 #72 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 10:21:48 #72 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 10:21:48 #72 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.8s done 10:21:48 #72 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:21:48 #72 ... 10:21:48 10:21:48 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:21:48 #47 12.28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:49 #47 ... 10:21:49 10:21:49 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:21:49 #54 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:49 #54 19.73 (1/3) Installing ca-certificates (20241121-r1) 10:21:49 #54 20.33 (2/3) Installing dumb-init (1.2.5-r3) 10:21:49 #54 20.43 (3/3) Installing tzdata (2025b-r0) 10:21:49 #54 ... 10:21:49 10:21:49 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:49 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.1s 10:21:49 #50 ... 10:21:49 10:21:49 #34 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:21:49 #34 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:49 #34 19.28 (1/1) Installing dumb-init (1.2.5-r3) 10:21:49 #34 19.35 Executing busybox-1.36.1-r29.trigger 10:21:49 #34 19.68 OK: 9 MiB in 15 packages 10:21:49 #34 ... 10:21:49 10:21:49 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:49 #50 ... 10:21:49 10:21:49 #34 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:21:49 #34 DONE 22.4s 10:21:49 10:21:49 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:50 #50 ... 10:21:50 10:21:50 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:21:50 #61 17.11 (1/1) Installing dumb-init (1.2.5-r3) 10:21:50 #61 17.15 Executing busybox-1.36.1-r29.trigger 10:21:50 #61 17.39 OK: 9 MiB in 15 packages 10:21:50 #61 DONE 20.7s 10:21:50 10:21:50 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:21:51 #73 ... 10:21:51 10:21:51 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:21:51 #64 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:51 #64 ... 10:21:51 10:21:51 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:51 #50 ... 10:21:51 10:21:51 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:21:51 #65 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:51 #65 19.24 (1/4) Installing ca-certificates (20241121-r1) 10:21:51 #65 19.78 (2/4) Installing dumb-init (1.2.5-r3) 10:21:51 #65 19.81 (3/4) Installing su-exec (0.2-r3) 10:21:51 #65 19.87 (4/4) Installing yq-go (4.44.1-r2) 10:21:51 #65 ... 10:21:51 10:21:51 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:54 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s 10:21:54 #50 ... 10:21:54 10:21:54 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:21:54 #63 14.83 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:21:54 #63 14.83 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:21:54 #63 14.83 OK: 24049 distinct packages available 10:21:54 #63 16.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:54 #63 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:54 #63 ... 10:21:54 10:21:54 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:55 #50 ... 10:21:55 10:21:55 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:21:55 #54 22.51 Executing busybox-1.36.1-r29.trigger 10:21:55 #54 22.84 Executing ca-certificates-20241121-r1.trigger 10:21:55 #54 24.30 OK: 11 MiB in 17 packages 10:21:55 #54 DONE 26.6s 10:21:55 10:21:55 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:55 #50 ... 10:21:55 10:21:55 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:21:55 #56 19.93 (1/7) Installing ca-certificates (20241121-r1) 10:21:55 #56 20.75 (2/7) Installing dumb-init (1.2.5-r3) 10:21:55 #56 20.79 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:21:55 #56 20.85 (4/7) Installing libsodium (1.0.19-r0) 10:21:55 #56 20.95 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:21:55 #56 21.48 (6/7) Installing libzmq (4.3.5-r2) 10:21:55 #56 21.67 (7/7) Installing zeromq (4.3.5-r2) 10:21:55 #56 21.80 Executing busybox-1.36.1-r29.trigger 10:21:55 #56 21.98 Executing ca-certificates-20241121-r1.trigger 10:21:55 #56 23.46 OK: 14 MiB in 21 packages 10:21:55 #56 DONE 26.4s 10:21:55 10:21:55 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:55 #50 ... 10:21:55 10:21:55 #45 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:21:55 #45 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:55 #45 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:56 #45 ... 10:21:56 10:21:56 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:21:56 #72 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.5s 10:21:56 #72 ... 10:21:56 10:21:56 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:21:56 #64 20.66 (1/4) Installing dumb-init (1.2.5-r3) 10:21:56 #64 20.73 (2/4) Installing openssl (3.3.3-r0) 10:21:56 #64 20.82 (3/4) Installing su-exec (0.2-r3) 10:21:56 #64 20.82 (4/4) Installing yq-go (4.44.1-r2) 10:21:56 #64 22.46 Executing busybox-1.36.1-r29.trigger 10:21:56 #64 22.74 OK: 20 MiB in 18 packages 10:21:56 #64 DONE 25.4s 10:21:56 10:21:56 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:56 #50 ... 10:21:56 10:21:56 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:21:56 #68 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:56 #68 13.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:56 #68 ... 10:21:56 10:21:56 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:21:56 #72 ... 10:21:56 10:21:56 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:21:56 #65 21.36 Executing busybox-1.36.1-r29.trigger 10:21:56 #65 21.51 Executing ca-certificates-20241121-r1.trigger 10:21:56 #65 22.86 OK: 20 MiB in 18 packages 10:21:56 #65 DONE 25.7s 10:21:56 10:21:56 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:21:57 #72 ... 10:21:57 10:21:57 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:21:57 #0 7.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:57 #74 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:57 #74 ... 10:21:57 10:21:57 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:21:57 #72 ... 10:21:57 10:21:57 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:21:57 #0 6.422 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:57 #75 ... 10:21:57 10:21:57 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:57 #50 ... 10:21:57 10:21:57 #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:21:57 #66 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:57 #66 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:57 #66 ... 10:21:57 10:21:57 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:21:57 #69 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:57 #69 ... 10:21:57 10:21:57 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:21:57 #70 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:57 #70 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:57 #70 ... 10:21:57 10:21:57 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:21:57 #52 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:57 #52 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:58 #52 ... 10:21:58 10:21:58 #45 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:21:58 #45 22.38 OK: 239 MiB in 58 packages 10:21:59 #45 ... 10:21:59 10:21:59 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:21:59 #72 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.3s done 10:21:59 #72 DONE 20.4s 10:21:59 10:21:59 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:21:59 #71 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:59 #71 ... 10:21:59 10:21:59 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:21:59 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.6s 10:21:59 #50 ... 10:21:59 10:21:59 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 10:21:59 #0 6.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:21:59 #0 8.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:21:59 #76 ... 10:21:59 10:21:59 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:00 #50 ... 10:22:00 10:22:00 #45 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:22:00 #45 DONE 25.3s 10:22:00 10:22:00 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:22:00 #63 30.50 (1/14) Installing ca-certificates (20241121-r1) 10:22:00 #63 30.84 (2/14) Installing brotli-libs (1.1.0-r2) 10:22:00 #63 31.13 (3/14) Installing c-ares (1.33.1-r0) 10:22:01 #63 ... 10:22:01 10:22:01 #77 [core-command builder 4/7] COPY go.mod vendor* ./ 10:22:01 #77 DONE 1.0s 10:22:01 10:22:01 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:22:01 #63 31.18 (4/14) Installing libunistring (1.2-r0) 10:22:01 #63 31.43 (5/14) Installing libidn2 (2.3.7-r0) 10:22:01 #63 31.51 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:22:01 #63 31.51 (7/14) Installing libpsl (0.21.5-r1) 10:22:01 #63 31.59 (8/14) Installing zstd-libs (1.5.6-r0) 10:22:01 #63 31.82 (9/14) Installing libcurl (8.12.1-r0) 10:22:01 #63 32.02 (10/14) Installing curl (8.12.1-r0) 10:22:02 #63 ... 10:22:02 10:22:02 #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:22:02 #66 24.66 OK: 239 MiB in 58 packages 10:22:02 #66 DONE 26.8s 10:22:02 10:22:02 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:22:02 #63 32.28 (11/14) Installing dumb-init (1.2.5-r3) 10:22:02 #63 32.31 (12/14) Installing musl-obstack (1.2.3-r2) 10:22:02 #63 32.48 (13/14) Installing libucontext (1.2-r3) 10:22:02 #63 32.55 (14/14) Installing gcompat (1.1.0-r4) 10:22:02 #63 32.63 Executing busybox-1.36.1-r29.trigger 10:22:02 #63 ... 10:22:02 10:22:02 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:22:02 #47 16.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:02 #47 ... 10:22:02 10:22:02 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:03 #50 ... 10:22:03 10:22:03 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:22:03 #70 24.98 OK: 239 MiB in 58 packages 10:22:03 #70 DONE 27.2s 10:22:03 10:22:03 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:03 #50 ... 10:22:03 10:22:03 #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:22:03 #78 DONE 1.1s 10:22:03 10:22:03 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:04 #50 ... 10:22:04 10:22:04 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:22:04 #68 25.68 OK: 239 MiB in 58 packages 10:22:04 #68 DONE 28.0s 10:22:04 10:22:04 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:04 #50 ... 10:22:04 10:22:04 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:22:04 #79 DONE 1.1s 10:22:04 10:22:04 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:04 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.9s 10:22:05 #50 ... 10:22:05 10:22:05 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:22:05 #0 7.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:05 #0 9.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:05 #80 ... 10:22:05 10:22:05 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:22:05 #81 DONE 1.3s 10:22:05 10:22:05 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:22:05 #0 7.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:05 #82 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:05 #82 ... 10:22:05 10:22:05 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:06 #50 ... 10:22:06 10:22:06 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:22:06 #0 6.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:06 #0 8.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:06 #83 ... 10:22:06 10:22:06 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:07 #50 ... 10:22:07 10:22:07 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:22:07 #0 6.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:07 #0 9.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:07 #84 ... 10:22:07 10:22:07 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:07 #50 ... 10:22:07 10:22:07 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:22:07 #63 32.85 Executing ca-certificates-20241121-r1.trigger 10:22:07 #63 34.50 OK: 15 MiB in 28 packages 10:22:07 #63 DONE 37.6s 10:22:07 10:22:07 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:07 #50 ... 10:22:07 10:22:07 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:22:07 #73 6.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:07 #73 8.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:07 #73 ... 10:22:07 10:22:07 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:22:07 #75 10.57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:07 #75 ... 10:22:07 10:22:07 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:22:10 #85 ... 10:22:10 10:22:10 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:22:10 #69 24.76 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:22:10 #69 24.76 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:22:10 #69 24.76 OK: 24049 distinct packages available 10:22:10 #69 27.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:10 #69 29.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:10 #69 ... 10:22:10 10:22:10 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:22:10 #73 19.97 OK: 9 MiB in 15 packages 10:22:11 #73 ... 10:22:11 10:22:11 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:22:11 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.5s done 10:22:11 #50 DONE 33.9s 10:22:11 10:22:11 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 10:22:11 #76 20.42 OK: 9 MiB in 15 packages 10:22:11 #76 ... 10:22:11 10:22:11 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:22:11 #74 22.26 OK: 9 MiB in 16 packages 10:22:11 #74 DONE 24.2s 10:22:11 10:22:11 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:11 #86 ... 10:22:11 10:22:11 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:22:11 #71 23.44 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:22:11 #71 23.44 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:22:11 #71 23.44 OK: 24049 distinct packages available 10:22:11 #71 26.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:11 #71 28.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:11 #71 ... 10:22:11 10:22:11 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:22:11 #87 ... 10:22:11 10:22:11 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:22:11 #47 30.49 (1/1) Installing dumb-init (1.2.5-r3) 10:22:11 #47 32.93 Executing busybox-1.36.1-r29.trigger 10:22:11 #47 33.19 OK: 9 MiB in 15 packages 10:22:11 #47 DONE 35.7s 10:22:11 10:22:11 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:22:11 #85 4.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:12 #85 ... 10:22:12 10:22:12 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 10:22:12 #76 DONE 23.5s 10:22:12 10:22:12 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:22:12 #75 24.87 OK: 239 MiB in 58 packages 10:22:12 #75 ... 10:22:12 10:22:12 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:22:12 #52 24.88 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:22:12 #52 24.88 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:22:12 #52 24.88 OK: 24049 distinct packages available 10:22:12 #52 27.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:12 #52 30.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:13 #52 ... 10:22:13 10:22:13 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:22:13 #73 DONE 22.5s 10:22:13 10:22:13 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:13 #88 ... 10:22:13 10:22:13 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:13 #89 ... 10:22:13 10:22:13 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:13 #90 ... 10:22:13 10:22:13 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:22:13 #85 6.275 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:14 #85 ... 10:22:14 10:22:14 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:22:14 #75 DONE 26.8s 10:22:14 10:22:14 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:22:14 #91 DONE 0.4s 10:22:14 10:22:14 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:14 #90 ... 10:22:14 10:22:14 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:22:14 #82 19.27 OK: 14 MiB in 21 packages 10:22:15 #82 ... 10:22:15 10:22:15 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:22:15 #87 DONE 4.0s 10:22:15 10:22:15 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:22:15 #92 DONE 0.2s 10:22:15 10:22:15 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:22:15 #80 20.03 OK: 11 MiB in 17 packages 10:22:15 #80 DONE 20.6s 10:22:15 10:22:15 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:22:15 #71 37.89 (1/5) Installing dumb-init (1.2.5-r3) 10:22:15 #71 37.97 (2/5) Installing musl-obstack (1.2.3-r2) 10:22:15 #71 38.01 (3/5) Installing libucontext (1.2-r3) 10:22:15 #71 38.02 (4/5) Installing gcompat (1.1.0-r4) 10:22:15 #71 38.14 (5/5) Installing openssl (3.3.3-r0) 10:22:16 #71 38.33 Executing busybox-1.36.1-r29.trigger 10:22:16 #71 38.54 OK: 10 MiB in 19 packages 10:22:17 #71 ... 10:22:17 10:22:17 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:22:17 #82 DONE 21.7s 10:22:17 10:22:17 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:22:17 #84 18.23 OK: 20 MiB in 18 packages 10:22:17 #84 DONE 20.1s 10:22:17 10:22:17 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:22:17 #52 38.70 (1/4) Installing dumb-init (1.2.5-r3) 10:22:17 #52 38.72 (2/4) Installing musl-obstack (1.2.3-r2) 10:22:17 #52 38.74 (3/4) Installing libucontext (1.2-r3) 10:22:17 #52 38.79 (4/4) Installing gcompat (1.1.0-r4) 10:22:17 #52 38.81 Executing busybox-1.36.1-r29.trigger 10:22:17 #52 38.94 OK: 9 MiB in 18 packages 10:22:17 #52 ... 10:22:17 10:22:17 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:22:17 #69 40.35 OK: 239 MiB in 58 packages 10:22:17 #69 DONE 41.7s 10:22:17 10:22:17 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:22:18 #93 ... 10:22:18 10:22:18 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:22:18 #71 DONE 40.4s 10:22:18 10:22:18 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:22:18 #83 20.36 OK: 20 MiB in 18 packages 10:22:18 #83 DONE 22.0s 10:22:18 10:22:18 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:22:18 #94 ... 10:22:18 10:22:18 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:22:18 #93 DONE 1.0s 10:22:18 10:22:18 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:22:18 #52 DONE 40.8s 10:22:18 10:22:18 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:22:19 #95 ... 10:22:19 10:22:19 #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:22:19 #96 DONE 0.6s 10:22:19 10:22:19 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:21 #97 ... 10:22:21 10:22:21 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:22:21 #85 12.91 OK: 15 MiB in 28 packages 10:22:21 #85 DONE 13.7s 10:22:21 10:22:21 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:21 #98 ... 10:22:21 10:22:21 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:22:21 #94 3.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:22 #94 4.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:25 #94 6.781 OK: 10 MiB in 19 packages 10:22:25 #94 ... 10:22:25 10:22:25 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:22:25 #95 3.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:22:25 #95 4.155 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:22:25 #95 6.150 OK: 9 MiB in 18 packages 10:22:25 #95 DONE 6.6s 10:22:25 10:22:25 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:22:25 #99 ... 10:22:25 10:22:25 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:22:25 #94 DONE 7.6s 10:22:25 10:22:25 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:22:26 #100 DONE 1.3s 10:22:26 10:22:26 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:22:26 #99 DONE 1.6s 10:22:26 10:22:26 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:22:26 #101 ... 10:22:26 10:22:26 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:22:26 #102 DONE 1.4s 10:22:27 10:22:27 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:22:27 #103 DONE 0.2s 10:22:27 10:22:27 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:22:27 #104 DONE 0.2s 10:22:27 10:22:27 #105 [security-spire-config stage-2 6/10] COPY security.txt / 10:22:27 #105 DONE 0.3s 10:22:27 10:22:27 #106 [security-spire-server stage-2 6/9] COPY security.txt / 10:22:27 #106 DONE 0.2s 10:22:27 10:22:27 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:22:27 #107 DONE 0.2s 10:22:27 10:22:27 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:22:27 #108 DONE 0.2s 10:22:27 10:22:27 #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:22:27 #109 DONE 0.2s 10:22:27 10:22:27 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:22:27 #110 DONE 0.2s 10:22:27 10:22:27 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:22:28 #111 ... 10:22:28 10:22:28 #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:22:28 #112 DONE 0.2s 10:22:28 10:22:28 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:22:28 #111 DONE 0.2s 10:22:28 10:22:28 #113 [security-spire-server] exporting to image 10:22:28 #113 exporting layers 10:22:28 #113 ... 10:22:28 10:22:28 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:22:28 #101 DONE 1.8s 10:22:28 10:22:28 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:22:28 #114 DONE 0.1s 10:22:28 10:22:28 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:28 #97 ... 10:22:28 10:22:28 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 10:22:28 #115 DONE 0.1s 10:22:29 10:22:29 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:22:29 #116 DONE 0.2s 10:22:29 10:22:29 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:22:29 #117 DONE 0.1s 10:22:29 10:22:29 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:22:29 #118 DONE 0.2s 10:22:29 10:22:29 #113 [security-spire-agent] exporting to image 10:22:30 #113 exporting layers 2.7s done 10:22:30 #113 writing image sha256:1375e0217d1848eb79079f115155a4c4fe3697305c4425fece673cd8e73d9235 0.0s done 10:22:30 #113 naming to docker.io/library/security-spire-server-arm64 done 10:22:30 #113 writing image sha256:e75fbd3e2a83eb8b37f6808903b9b1e6154936f491866a03b64ccdbaeb42c6d7 done 10:22:30 #113 naming to docker.io/library/security-spire-config-arm64 done 10:22:31 #113 exporting layers 2.0s done 10:22:31 #113 writing image sha256:dae2ea6341b00b7d8cee069c1270624dd8aa6e213ebaa09345da09cb10260dfc done 10:22:31 #113 naming to docker.io/library/security-spire-agent-arm64 done 10:22:31 #113 DONE 3.9s 10:22:31 10:22:31 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:41 #156 ... 10:22:41 10:22:41 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:22:41 #155 DONE 93.3s 10:22:41 10:22:41 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:22:41 #146 DONE 93.3s 10:22:41 10:22:41 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:22:41 #157 DONE 0.1s 10:22:41 10:22:41 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:22:41 #158 DONE 0.1s 10:22:41 10:22:41 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:22:41 #159 DONE 0.1s 10:22:41 10:22:41 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:22:41 #160 ... 10:22:41 10:22:41 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:22:41 #161 DONE 0.2s 10:22:41 10:22:41 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:22:41 #162 DONE 0.3s 10:22:41 10:22:41 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:22:41 #163 DONE 0.2s 10:22:41 10:22:41 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:22:41 #164 ... 10:22:41 10:22:41 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:22:41 #160 DONE 1.0s 10:22:41 10:22:41 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:22:41 #165 DONE 0.3s 10:22:41 10:22:41 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:22:41 #166 DONE 0.1s 10:22:41 10:22:41 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:22:41 #167 DONE 0.6s 10:22:41 10:22:41 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:22:41 #168 DONE 0.1s 10:22:41 10:22:41 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:22:41 #164 DONE 1.1s 10:22:41 10:22:41 #169 [core-common-config-bootstrapper] exporting to image 10:22:41 #169 exporting layers 10:22:41 #169 ... 10:22:41 10:22:41 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 10:22:41 #170 DONE 0.3s 10:22:41 10:22:41 #169 [core-common-config-bootstrapper] exporting to image 10:22:41 #169 exporting layers 0.5s done 10:22:41 #169 writing image sha256:4c9e567618c7e8df8ad1577000dedc54f98c7c955a6bd966a02518b309cbc15e 0.0s done 10:22:41 #169 naming to docker.io/library/core-common-config-bootstrapper 10:22:41 #169 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 10:22:41 #169 DONE 0.5s 10:22:41 10:22:41 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 10:22:41 #171 DONE 0.1s 10:22:41 10:22:41 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 10:22:41 #172 DONE 0.2s 10:22:41 10:22:41 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:22:41 #173 DONE 0.2s 10:22:41 10:22:41 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:22:41 #174 DONE 1.1s 10:22:41 10:22:41 #175 [security-bootstrapper] exporting to image 10:22:41 #175 exporting layers 0.3s done 10:22:41 #175 writing image sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 done 10:22:41 #175 naming to docker.io/library/security-bootstrapper done 10:22:41 #175 DONE 0.4s 10:22:41 10:22:41 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:23:27 #153 152.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:23:34 #153 ... 10:23:34 10:23:34 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:23:34 #147 DONE 161.6s 10:23:34 10:23:34 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:23:34 #152 DONE 161.6s 10:23:34 10:23:34 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:23:34 #148 DONE 161.6s 10:23:34 10:23:34 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:23:34 #151 DONE 161.7s 10:23:34 10:23:34 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:23:34 #150 DONE 161.7s 10:23:34 10:23:34 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:23:34 #145 DONE 161.7s 10:23:34 10:23:34 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:23:34 #154 DONE 161.7s 10:23:34 10:23:34 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:23:34 #149 DONE 161.7s 10:23:34 10:23:34 #176 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:23:34 #176 ... 10:23:34 10:23:34 #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:23:34 #156 DONE 161.8s 10:23:34 10:23:34 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:23:34 #153 DONE 161.8s 10:23:34 10:23:34 #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #176 DONE 0.4s 10:23:35 10:23:35 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #177 DONE 0.3s 10:23:35 10:23:35 #178 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #178 DONE 0.3s 10:23:35 10:23:35 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #179 DONE 0.3s 10:23:35 10:23:35 #180 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #180 DONE 0.3s 10:23:35 10:23:35 #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #181 DONE 0.3s 10:23:35 10:23:35 #182 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #182 DONE 0.2s 10:23:35 10:23:35 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #183 DONE 0.2s 10:23:35 10:23:35 #184 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:23:35 #184 ... 10:23:35 10:23:35 #185 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:23:35 #185 DONE 0.2s 10:23:35 10:23:35 #186 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:23:35 #186 CACHED 10:23:35 10:23:35 #187 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #187 CACHED 10:23:35 10:23:35 #188 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:23:35 #188 CACHED 10:23:35 10:23:35 #189 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:23:35 #189 CACHED 10:23:35 10:23:35 #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:23:35 #190 DONE 0.3s 10:23:35 10:23:35 #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:23:35 #191 DONE 0.3s 10:23:35 10:23:35 #192 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:23:35 #192 DONE 0.3s 10:23:35 10:23:35 #193 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:23:35 #193 DONE 0.3s 10:23:35 10:23:35 #194 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:23:35 #194 ... 10:23:35 10:23:35 #184 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:23:35 #184 DONE 0.3s 10:23:35 10:23:35 #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:23:35 #195 DONE 0.4s 10:23:35 10:23:35 #196 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:23:35 #196 ... 10:23:35 10:23:35 #197 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:23:35 #197 DONE 0.7s 10:23:36 10:23:36 #198 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:23:36 #198 ... 10:23:36 10:23:36 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:23:36 #199 DONE 1.1s 10:23:36 10:23:36 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:23:36 #200 DONE 0.9s 10:23:36 10:23:36 #201 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:23:36 #201 DONE 1.1s 10:23:36 10:23:36 #202 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:23:36 #202 DONE 1.1s 10:23:36 10:23:36 #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:23:36 #203 ... 10:23:36 10:23:36 #194 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:23:36 #194 DONE 1.1s 10:23:36 10:23:36 #204 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:23:36 #204 DONE 1.1s 10:23:36 10:23:36 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:23:36 #205 DONE 1.1s 10:23:36 10:23:36 #196 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:23:36 #196 DONE 0.9s 10:23:36 10:23:36 #206 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:23:36 #206 DONE 1.2s 10:23:36 10:23:36 #198 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:23:36 #198 DONE 0.7s 10:23:36 10:23:36 #207 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 10:23:36 #207 ... 10:23:36 10:23:36 #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:23:36 #208 DONE 0.4s 10:23:36 10:23:36 #209 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:23:36 #209 DONE 0.4s 10:23:36 10:23:36 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:23:36 #210 DONE 0.4s 10:23:36 10:23:36 #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:23:36 #203 DONE 0.4s 10:23:37 10:23:37 #211 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:23:37 #211 DONE 0.3s 10:23:37 10:23:37 #212 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:23:37 #212 DONE 0.3s 10:23:37 10:23:37 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:23:37 #213 DONE 0.3s 10:23:37 10:23:37 #214 [core-data] exporting to image 10:23:37 #214 exporting layers 10:23:37 #214 ... 10:23:37 10:23:37 #215 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:23:37 #215 DONE 0.3s 10:23:37 10:23:37 #207 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 10:23:37 #207 DONE 0.3s 10:23:37 10:23:37 #216 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:23:37 #216 DONE 0.3s 10:23:37 10:23:37 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:23:37 #217 DONE 0.3s 10:23:37 10:23:37 #218 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:23:37 #218 DONE 0.3s 10:23:37 10:23:37 #219 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:23:37 #219 DONE 0.2s 10:23:37 10:23:37 #214 [core-data] exporting to image 10:23:37 #214 exporting layers 0.3s done 10:23:37 #214 writing image sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 10:23:37 #214 ... 10:23:37 10:23:37 #220 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:23:37 #220 DONE 0.1s 10:23:37 10:23:37 #221 [core-keeper] exporting to image 10:23:37 #221 exporting layers 0.2s done 10:23:37 #221 writing image sha256:7787ca73fa0a6544076f4b5d3b9c0092658c7289f71ebc7f31c8990642f5d681 0.0s done 10:23:37 #221 naming to docker.io/library/core-keeper 0.0s done 10:23:37 #221 DONE 0.6s 10:23:37 10:23:37 #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:23:37 #222 DONE 0.2s 10:23:37 10:23:37 #223 [core-command] exporting to image 10:23:37 #223 exporting layers 0.1s done 10:23:37 #223 writing image sha256:ba679213cac15b2ce88fe0e5868499e47dc1acd37e1d6428a749a380c51234dd 0.1s done 10:23:37 #223 naming to docker.io/library/core-command done 10:23:37 #223 DONE 0.6s 10:23:37 10:23:37 #224 [support-notifications] exporting to image 10:23:37 #224 exporting layers 0.2s done 10:23:37 #224 writing image sha256:41d80453a452e0bccd709592b9d756745a9cf257af29dd04ccd51dfe5195f3aa 0.2s done 10:23:37 #224 naming to docker.io/library/support-notifications 0.0s done 10:23:37 #224 DONE 0.6s 10:23:37 10:23:37 #214 [core-data] exporting to image 10:23:37 #214 writing image sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 0.2s done 10:23:37 #214 naming to docker.io/library/core-data done 10:23:37 #214 DONE 0.5s 10:23:37 10:23:37 #225 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:23:37 #225 ... 10:23:37 10:23:37 #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:37 #226 DONE 0.5s 10:23:37 10:23:37 #227 [support-scheduler] exporting to image 10:23:37 #227 exporting layers 0.6s done 10:23:37 #227 writing image sha256:3bc7953549de95fccf1fabd110f7394b891a51b294f9a6d48b0efc1ef8e2a4cf done 10:23:37 #227 naming to docker.io/library/support-scheduler 0.0s done 10:23:37 #227 DONE 0.7s 10:23:37 10:23:37 #228 [core-metadata] exporting to image 10:23:37 #228 exporting layers 0.3s done 10:23:37 #228 writing image sha256:198ed01e7dd366149d8bca375816505162d8a518e98114ba312c036b0ca44885 done 10:23:37 #228 naming to docker.io/library/core-metadata 0.0s done 10:23:37 #228 DONE 0.6s 10:23:37 10:23:37 #229 [security-spiffe-token-provider] exporting to image 10:23:37 #229 exporting layers 0.5s done 10:23:37 #229 writing image sha256:e08a78eff54f64bf59d88f1b3989da6e59c3546a6fd8e8b098f8550979f9ab7a done 10:23:37 #229 naming to docker.io/library/security-spiffe-token-provider 0.0s done 10:23:37 #229 DONE 0.8s 10:23:37 10:23:37 #225 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:23:37 #225 DONE 0.4s 10:23:37 10:23:37 #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:37 #230 DONE 0.7s 10:23:37 10:23:37 #231 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:23:38 #231 DONE 0.2s 10:23:38 10:23:38 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:38 #232 ... 10:23:38 10:23:38 #233 [security-proxy-setup] exporting to image 10:23:38 #233 exporting layers 0.2s done 10:23:38 #233 writing image sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 0.0s done 10:23:38 #233 naming to docker.io/library/security-proxy-setup done 10:23:38 #233 DONE 0.3s 10:23:38 10:23:38 #234 [security-proxy-auth] exporting to image 10:23:38 #234 exporting layers 0.6s done 10:23:38 #234 writing image sha256:d56536bd1825eb511f6595b53c67dd883372ab5bc7da78ce670ed63e25a94a64 done 10:23:38 #234 naming to docker.io/library/security-proxy-auth done 10:23:38 #234 DONE 0.7s 10:23:38 10:23:38 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:38 #232 DONE 0.4s 10:23:38 10:23:38 #235 [security-secretstore-setup] exporting to image 10:23:38 #235 exporting layers 0.2s done 10:23:38 #235 writing image sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 done 10:23:38 #235 naming to docker.io/library/security-secretstore-setup done 10:23:38 #235 DONE 0.2s 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:23:38 time="2025-07-02T10:19:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:23:38 $ docker stop --time=1 e375dbca2460680ddd3332f778e343eb7290d7802cf209aea685b7891a946207 10:23:39 $ docker rm -f --volumes e375dbca2460680ddd3332f778e343eb7290d7802cf209aea685b7891a946207 [Pipeline] // withDockerContainer [Pipeline] sh 10:23:40 + docker images 10:23:40 REPOSITORY TAG IMAGE ID CREATED SIZE 10:23:40 security-secretstore-setup latest 09b23e755610 2 seconds ago 68.9MB 10:23:40 security-proxy-setup latest 8a269b08ffd7 3 seconds ago 38.6MB 10:23:40 security-proxy-auth latest d56536bd1825 3 seconds ago 31.9MB 10:23:40 core-data latest a015104b622f 4 seconds ago 33MB 10:23:40 security-spiffe-token-provider latest e08a78eff54f 4 seconds ago 47.5MB 10:23:40 support-scheduler latest 3bc7953549de 4 seconds ago 48.7MB 10:23:40 core-command latest ba679213cac1 4 seconds ago 28.5MB 10:23:40 core-metadata latest 198ed01e7dd3 4 seconds ago 33.2MB 10:23:40 support-notifications latest 41d80453a452 4 seconds ago 52.3MB 10:23:40 core-keeper latest 7787ca73fa0a 4 seconds ago 32.6MB 10:23:40 security-bootstrapper latest 649a913e7fae About a minute ago 20.4MB 10:23:40 core-common-config-bootstrapper latest 4c9e567618c7 About a minute ago 17.1MB 10:23:40 security-spire-agent latest 67b63483902f 3 minutes ago 195MB 10:23:40 security-spire-config latest 91f241c8d136 3 minutes ago 149MB 10:23:40 security-spire-server latest 7829702eed6d 3 minutes ago 149MB 10:23:40 ci-base-image-x86_64 latest 53540a87c02f 7 minutes ago 924MB 10:23:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 weeks ago 574MB 10:23:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 5 weeks ago 573MB 10:23:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:23:40 provisioning config files... 10:23:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/866@tmp/config5916657550284612660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:40 ---> ****-login.sh 10:23:40 nexus3.edgexfoundry.org:10001 10:23:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:40 Login Succeeded 10:23:40 nexus3.edgexfoundry.org:10002 10:23:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:40 Login Succeeded 10:23:40 nexus3.edgexfoundry.org:10003 10:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:41 Login Succeeded 10:23:41 nexus3.edgexfoundry.org:10004 10:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:41 Login Succeeded 10:23:41 ****.io 10:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:41 Login Succeeded 10:23:41 ---> ****-login.sh ends [Pipeline] } 10:23:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:23:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:23:41 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:23:41 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:41 latest 10:23:41 4.1.0-dev.34 10:23:41 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:41 main 10:23:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:42 + docker push nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:23:42 40083c45b3e1: Preparing 10:23:42 3682cf727f62: Preparing 10:23:42 73d4d8bde5a7: Preparing 10:23:42 1f1a85db88aa: Preparing 10:23:42 c73adb33e974: Preparing 10:23:42 b8d4ff6a6b44: Preparing 10:23:42 994456c4fd7b: Preparing 10:23:42 994456c4fd7b: Waiting 10:23:42 b8d4ff6a6b44: Waiting 10:23:42 c73adb33e974: Pushed 10:23:42 1f1a85db88aa: Pushed 10:23:42 73d4d8bde5a7: Pushed 10:23:42 40083c45b3e1: Pushed 10:23:42 994456c4fd7b: Layer already exists 10:23:42 b8d4ff6a6b44: Pushed 10:23:44 3682cf727f62: Pushed 10:23:44 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:45 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:23:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:23:45 40083c45b3e1: Preparing 10:23:45 3682cf727f62: Preparing 10:23:45 73d4d8bde5a7: Preparing 10:23:45 1f1a85db88aa: Preparing 10:23:45 c73adb33e974: Preparing 10:23:45 b8d4ff6a6b44: Preparing 10:23:45 994456c4fd7b: Preparing 10:23:45 b8d4ff6a6b44: Waiting 10:23:45 994456c4fd7b: Waiting 10:23:45 1f1a85db88aa: Layer already exists 10:23:45 40083c45b3e1: Layer already exists 10:23:45 c73adb33e974: Layer already exists 10:23:45 73d4d8bde5a7: Layer already exists 10:23:45 3682cf727f62: Layer already exists 10:23:45 b8d4ff6a6b44: Layer already exists 10:23:45 994456c4fd7b: Layer already exists 10:23:45 latest: digest: sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:45 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 10:23:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:23:45 40083c45b3e1: Preparing 10:23:45 3682cf727f62: Preparing 10:23:45 73d4d8bde5a7: Preparing 10:23:45 1f1a85db88aa: Preparing 10:23:45 c73adb33e974: Preparing 10:23:45 b8d4ff6a6b44: Preparing 10:23:45 994456c4fd7b: Preparing 10:23:45 b8d4ff6a6b44: Waiting 10:23:45 994456c4fd7b: Waiting 10:23:45 1f1a85db88aa: Layer already exists 10:23:45 3682cf727f62: Layer already exists 10:23:45 73d4d8bde5a7: Layer already exists 10:23:45 40083c45b3e1: Layer already exists 10:23:45 c73adb33e974: Layer already exists 10:23:45 994456c4fd7b: Layer already exists 10:23:45 b8d4ff6a6b44: Layer already exists 10:23:45 4.1.0-dev.34: digest: sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:46 + docker push nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:23:46 40083c45b3e1: Preparing 10:23:46 3682cf727f62: Preparing 10:23:46 73d4d8bde5a7: Preparing 10:23:46 1f1a85db88aa: Preparing 10:23:46 c73adb33e974: Preparing 10:23:46 b8d4ff6a6b44: Preparing 10:23:46 994456c4fd7b: Preparing 10:23:46 b8d4ff6a6b44: Waiting 10:23:46 994456c4fd7b: Waiting 10:23:46 40083c45b3e1: Layer already exists 10:23:46 c73adb33e974: Layer already exists 10:23:46 3682cf727f62: Layer already exists 10:23:46 1f1a85db88aa: Layer already exists 10:23:46 73d4d8bde5a7: Layer already exists 10:23:46 994456c4fd7b: Layer already exists 10:23:46 b8d4ff6a6b44: Layer already exists 10:23:46 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:47 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:23:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:23:47 40083c45b3e1: Preparing 10:23:47 3682cf727f62: Preparing 10:23:47 73d4d8bde5a7: Preparing 10:23:47 1f1a85db88aa: Preparing 10:23:47 c73adb33e974: Preparing 10:23:47 b8d4ff6a6b44: Preparing 10:23:47 994456c4fd7b: Preparing 10:23:47 b8d4ff6a6b44: Waiting 10:23:47 994456c4fd7b: Waiting 10:23:47 40083c45b3e1: Layer already exists 10:23:47 73d4d8bde5a7: Layer already exists 10:23:47 c73adb33e974: Layer already exists 10:23:47 3682cf727f62: Layer already exists 10:23:47 1f1a85db88aa: Layer already exists 10:23:47 b8d4ff6a6b44: Layer already exists 10:23:47 994456c4fd7b: Layer already exists 10:23:47 main: digest: sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:23:47 ===================================================== [Pipeline] echo 10:23:47 taggedImages: 10:23:47 - nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:47 - nexus3.edgexfoundry.org:10004/core-command:latest 10:23:47 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 10:23:47 - nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:47 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:23:47 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:23:47 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:47 latest 10:23:47 4.1.0-dev.34 10:23:47 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:47 main 10:23:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:23:48 e3c7fd880c6a: Preparing 10:23:48 59b9965da8f2: Preparing 10:23:48 1716a52fc54f: Preparing 10:23:48 5d568ca56ffe: Preparing 10:23:48 73d4d8bde5a7: Preparing 10:23:48 1f1a85db88aa: Preparing 10:23:48 c73adb33e974: Preparing 10:23:48 b8d4ff6a6b44: Preparing 10:23:48 994456c4fd7b: Preparing 10:23:48 1f1a85db88aa: Waiting 10:23:48 c73adb33e974: Waiting 10:23:48 b8d4ff6a6b44: Waiting 10:23:48 994456c4fd7b: Waiting 10:23:48 73d4d8bde5a7: Layer already exists 10:23:48 1f1a85db88aa: Layer already exists 10:23:48 c73adb33e974: Layer already exists 10:23:48 b8d4ff6a6b44: Layer already exists 10:23:48 e3c7fd880c6a: Pushed 10:23:48 994456c4fd7b: Layer already exists 10:23:48 59b9965da8f2: Pushed 10:23:48 1716a52fc54f: Pushed 10:23:49 5d568ca56ffe: Pushed 10:23:49 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:49 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:23:50 e3c7fd880c6a: Preparing 10:23:50 59b9965da8f2: Preparing 10:23:50 1716a52fc54f: Preparing 10:23:50 5d568ca56ffe: Preparing 10:23:50 73d4d8bde5a7: Preparing 10:23:50 1f1a85db88aa: Preparing 10:23:50 c73adb33e974: Preparing 10:23:50 b8d4ff6a6b44: Preparing 10:23:50 1f1a85db88aa: Waiting 10:23:50 c73adb33e974: Waiting 10:23:50 994456c4fd7b: Preparing 10:23:50 b8d4ff6a6b44: Waiting 10:23:50 994456c4fd7b: Waiting 10:23:50 73d4d8bde5a7: Layer already exists 10:23:50 1716a52fc54f: Layer already exists 10:23:50 e3c7fd880c6a: Layer already exists 10:23:50 59b9965da8f2: Layer already exists 10:23:50 5d568ca56ffe: Layer already exists 10:23:50 c73adb33e974: Layer already exists 10:23:50 1f1a85db88aa: Layer already exists 10:23:50 b8d4ff6a6b44: Layer already exists 10:23:50 994456c4fd7b: Layer already exists 10:23:50 latest: digest: sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:50 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 10:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:23:50 e3c7fd880c6a: Preparing 10:23:50 59b9965da8f2: Preparing 10:23:50 1716a52fc54f: Preparing 10:23:50 5d568ca56ffe: Preparing 10:23:50 73d4d8bde5a7: Preparing 10:23:50 1f1a85db88aa: Preparing 10:23:50 c73adb33e974: Preparing 10:23:50 b8d4ff6a6b44: Preparing 10:23:50 994456c4fd7b: Preparing 10:23:50 1f1a85db88aa: Waiting 10:23:50 b8d4ff6a6b44: Waiting 10:23:50 c73adb33e974: Waiting 10:23:50 994456c4fd7b: Waiting 10:23:50 1716a52fc54f: Layer already exists 10:23:50 73d4d8bde5a7: Layer already exists 10:23:50 59b9965da8f2: Layer already exists 10:23:50 e3c7fd880c6a: Layer already exists 10:23:50 5d568ca56ffe: Layer already exists 10:23:50 1f1a85db88aa: Layer already exists 10:23:50 994456c4fd7b: Layer already exists 10:23:50 c73adb33e974: Layer already exists 10:23:50 b8d4ff6a6b44: Layer already exists 10:23:50 4.1.0-dev.34: digest: sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:23:51 e3c7fd880c6a: Preparing 10:23:51 59b9965da8f2: Preparing 10:23:51 1716a52fc54f: Preparing 10:23:51 5d568ca56ffe: Preparing 10:23:51 73d4d8bde5a7: Preparing 10:23:51 1f1a85db88aa: Preparing 10:23:51 c73adb33e974: Preparing 10:23:51 b8d4ff6a6b44: Preparing 10:23:51 994456c4fd7b: Preparing 10:23:51 c73adb33e974: Waiting 10:23:51 b8d4ff6a6b44: Waiting 10:23:51 1f1a85db88aa: Waiting 10:23:51 994456c4fd7b: Waiting 10:23:51 59b9965da8f2: Layer already exists 10:23:51 e3c7fd880c6a: Layer already exists 10:23:51 73d4d8bde5a7: Layer already exists 10:23:51 1716a52fc54f: Layer already exists 10:23:51 5d568ca56ffe: Layer already exists 10:23:51 1f1a85db88aa: Layer already exists 10:23:51 b8d4ff6a6b44: Layer already exists 10:23:51 c73adb33e974: Layer already exists 10:23:51 994456c4fd7b: Layer already exists 10:23:51 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:23:52 e3c7fd880c6a: Preparing 10:23:52 59b9965da8f2: Preparing 10:23:52 1716a52fc54f: Preparing 10:23:52 5d568ca56ffe: Preparing 10:23:52 73d4d8bde5a7: Preparing 10:23:52 1f1a85db88aa: Preparing 10:23:52 c73adb33e974: Preparing 10:23:52 b8d4ff6a6b44: Preparing 10:23:52 994456c4fd7b: Preparing 10:23:52 c73adb33e974: Waiting 10:23:52 b8d4ff6a6b44: Waiting 10:23:52 994456c4fd7b: Waiting 10:23:52 1f1a85db88aa: Waiting 10:23:52 5d568ca56ffe: Layer already exists 10:23:52 1716a52fc54f: Layer already exists 10:23:52 73d4d8bde5a7: Layer already exists 10:23:52 e3c7fd880c6a: Layer already exists 10:23:52 59b9965da8f2: Layer already exists 10:23:52 c73adb33e974: Layer already exists 10:23:52 b8d4ff6a6b44: Layer already exists 10:23:52 1f1a85db88aa: Layer already exists 10:23:52 994456c4fd7b: Layer already exists 10:23:52 main: digest: sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:23:52 ===================================================== [Pipeline] echo 10:23:52 taggedImages: 10:23:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:23:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 10:23:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:23:52 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:23:52 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:52 latest 10:23:52 4.1.0-dev.34 10:23:52 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:52 main 10:23:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:52 + docker push nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:23:52 031b8a9a93ff: Preparing 10:23:52 bb65028be765: Preparing 10:23:52 73d4d8bde5a7: Preparing 10:23:52 1f1a85db88aa: Preparing 10:23:52 c73adb33e974: Preparing 10:23:52 b8d4ff6a6b44: Preparing 10:23:52 994456c4fd7b: Preparing 10:23:52 b8d4ff6a6b44: Waiting 10:23:52 994456c4fd7b: Waiting 10:23:52 73d4d8bde5a7: Layer already exists 10:23:52 1f1a85db88aa: Layer already exists 10:23:52 c73adb33e974: Layer already exists 10:23:52 b8d4ff6a6b44: Layer already exists 10:23:52 994456c4fd7b: Layer already exists 10:23:52 031b8a9a93ff: Pushed 10:23:55 bb65028be765: Pushed 10:23:55 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:56 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:23:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:23:56 031b8a9a93ff: Preparing 10:23:56 bb65028be765: Preparing 10:23:56 73d4d8bde5a7: Preparing 10:23:56 1f1a85db88aa: Preparing 10:23:56 c73adb33e974: Preparing 10:23:56 b8d4ff6a6b44: Preparing 10:23:56 994456c4fd7b: Preparing 10:23:56 b8d4ff6a6b44: Waiting 10:23:56 994456c4fd7b: Waiting 10:23:56 bb65028be765: Layer already exists 10:23:56 c73adb33e974: Layer already exists 10:23:56 73d4d8bde5a7: Layer already exists 10:23:56 1f1a85db88aa: Layer already exists 10:23:56 031b8a9a93ff: Layer already exists 10:23:56 b8d4ff6a6b44: Layer already exists 10:23:56 994456c4fd7b: Layer already exists 10:23:56 latest: digest: sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:56 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 10:23:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:23:56 031b8a9a93ff: Preparing 10:23:56 bb65028be765: Preparing 10:23:56 73d4d8bde5a7: Preparing 10:23:56 1f1a85db88aa: Preparing 10:23:56 c73adb33e974: Preparing 10:23:56 b8d4ff6a6b44: Preparing 10:23:56 994456c4fd7b: Preparing 10:23:56 b8d4ff6a6b44: Waiting 10:23:56 994456c4fd7b: Waiting 10:23:56 031b8a9a93ff: Layer already exists 10:23:56 1f1a85db88aa: Layer already exists 10:23:56 bb65028be765: Layer already exists 10:23:56 c73adb33e974: Layer already exists 10:23:56 73d4d8bde5a7: Layer already exists 10:23:56 994456c4fd7b: Layer already exists 10:23:56 b8d4ff6a6b44: Layer already exists 10:23:56 4.1.0-dev.34: digest: sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:57 + docker push nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:23:57 031b8a9a93ff: Preparing 10:23:57 bb65028be765: Preparing 10:23:57 73d4d8bde5a7: Preparing 10:23:57 1f1a85db88aa: Preparing 10:23:57 c73adb33e974: Preparing 10:23:57 b8d4ff6a6b44: Preparing 10:23:57 994456c4fd7b: Preparing 10:23:57 994456c4fd7b: Waiting 10:23:57 b8d4ff6a6b44: Waiting 10:23:57 bb65028be765: Layer already exists 10:23:57 1f1a85db88aa: Layer already exists 10:23:57 c73adb33e974: Layer already exists 10:23:57 73d4d8bde5a7: Layer already exists 10:23:57 031b8a9a93ff: Layer already exists 10:23:57 b8d4ff6a6b44: Layer already exists 10:23:57 994456c4fd7b: Layer already exists 10:23:57 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:58 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:23:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:23:58 031b8a9a93ff: Preparing 10:23:58 bb65028be765: Preparing 10:23:58 73d4d8bde5a7: Preparing 10:23:58 1f1a85db88aa: Preparing 10:23:58 c73adb33e974: Preparing 10:23:58 b8d4ff6a6b44: Preparing 10:23:58 994456c4fd7b: Preparing 10:23:58 b8d4ff6a6b44: Waiting 10:23:58 994456c4fd7b: Waiting 10:23:58 c73adb33e974: Layer already exists 10:23:58 bb65028be765: Layer already exists 10:23:58 031b8a9a93ff: Layer already exists 10:23:58 1f1a85db88aa: Layer already exists 10:23:58 73d4d8bde5a7: Layer already exists 10:23:58 994456c4fd7b: Layer already exists 10:23:58 b8d4ff6a6b44: Layer already exists 10:23:58 main: digest: sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:23:58 ===================================================== [Pipeline] echo 10:23:58 taggedImages: 10:23:58 - nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:58 - nexus3.edgexfoundry.org:10004/core-data:latest 10:23:58 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 10:23:58 - nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:58 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:23:58 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:23:58 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:58 latest 10:23:58 4.1.0-dev.34 10:23:58 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:23:58 main 10:23:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:23:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:23:59 9e09f7dfe6d3: Preparing 10:23:59 87402634a771: Preparing 10:23:59 1f1a85db88aa: Preparing 10:23:59 ba1052069e8c: Preparing 10:23:59 b9c6b03917f4: Preparing 10:23:59 994456c4fd7b: Preparing 10:23:59 994456c4fd7b: Waiting 10:23:59 1f1a85db88aa: Layer already exists 10:23:59 994456c4fd7b: Layer already exists 10:23:59 b9c6b03917f4: Pushed 10:23:59 9e09f7dfe6d3: Pushed 10:23:59 ba1052069e8c: Pushed 10:24:01 87402634a771: Pushed 10:24:01 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:01 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:24:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:24:02 9e09f7dfe6d3: Preparing 10:24:02 87402634a771: Preparing 10:24:02 1f1a85db88aa: Preparing 10:24:02 ba1052069e8c: Preparing 10:24:02 b9c6b03917f4: Preparing 10:24:02 994456c4fd7b: Preparing 10:24:02 994456c4fd7b: Waiting 10:24:02 87402634a771: Layer already exists 10:24:02 1f1a85db88aa: Layer already exists 10:24:02 b9c6b03917f4: Layer already exists 10:24:02 9e09f7dfe6d3: Layer already exists 10:24:02 ba1052069e8c: Layer already exists 10:24:02 994456c4fd7b: Layer already exists 10:24:02 latest: digest: sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 10:24:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:24:02 9e09f7dfe6d3: Preparing 10:24:02 87402634a771: Preparing 10:24:02 1f1a85db88aa: Preparing 10:24:02 ba1052069e8c: Preparing 10:24:02 b9c6b03917f4: Preparing 10:24:02 994456c4fd7b: Preparing 10:24:02 994456c4fd7b: Waiting 10:24:02 ba1052069e8c: Layer already exists 10:24:02 9e09f7dfe6d3: Layer already exists 10:24:02 b9c6b03917f4: Layer already exists 10:24:02 87402634a771: Layer already exists 10:24:02 1f1a85db88aa: Layer already exists 10:24:02 994456c4fd7b: Layer already exists 10:24:02 4.1.0-dev.34: digest: sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:24:03 9e09f7dfe6d3: Preparing 10:24:03 87402634a771: Preparing 10:24:03 1f1a85db88aa: Preparing 10:24:03 ba1052069e8c: Preparing 10:24:03 b9c6b03917f4: Preparing 10:24:03 994456c4fd7b: Preparing 10:24:03 994456c4fd7b: Waiting 10:24:03 ba1052069e8c: Layer already exists 10:24:03 b9c6b03917f4: Layer already exists 10:24:03 9e09f7dfe6d3: Layer already exists 10:24:03 87402634a771: Layer already exists 10:24:03 1f1a85db88aa: Layer already exists 10:24:03 994456c4fd7b: Layer already exists 10:24:03 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:24:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:24:04 9e09f7dfe6d3: Preparing 10:24:04 87402634a771: Preparing 10:24:04 1f1a85db88aa: Preparing 10:24:04 ba1052069e8c: Preparing 10:24:04 b9c6b03917f4: Preparing 10:24:04 994456c4fd7b: Preparing 10:24:04 994456c4fd7b: Waiting 10:24:04 9e09f7dfe6d3: Layer already exists 10:24:04 ba1052069e8c: Layer already exists 10:24:04 1f1a85db88aa: Layer already exists 10:24:04 87402634a771: Layer already exists 10:24:04 b9c6b03917f4: Layer already exists 10:24:04 994456c4fd7b: Layer already exists 10:24:04 main: digest: sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:04 ===================================================== [Pipeline] echo 10:24:04 taggedImages: 10:24:04 - nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:04 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:24:04 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 10:24:04 - nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:04 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:24:04 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:24:04 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:04 latest 10:24:04 4.1.0-dev.34 10:24:04 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:04 main 10:24:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:24:05 cb56f116e4b8: Preparing 10:24:05 72e59d69c60b: Preparing 10:24:05 8eddbbf1a835: Preparing 10:24:05 73d4d8bde5a7: Preparing 10:24:05 1f1a85db88aa: Preparing 10:24:05 c73adb33e974: Preparing 10:24:05 b8d4ff6a6b44: Preparing 10:24:05 994456c4fd7b: Preparing 10:24:05 c73adb33e974: Waiting 10:24:05 994456c4fd7b: Waiting 10:24:05 b8d4ff6a6b44: Waiting 10:24:05 73d4d8bde5a7: Layer already exists 10:24:05 1f1a85db88aa: Layer already exists 10:24:05 c73adb33e974: Layer already exists 10:24:05 b8d4ff6a6b44: Layer already exists 10:24:05 994456c4fd7b: Layer already exists 10:24:05 72e59d69c60b: Pushed 10:24:05 cb56f116e4b8: Pushed 10:24:08 #97 DONE 99.7s 10:24:08 10:24:08 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #98 DONE 103.7s 10:24:08 10:24:08 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #88 DONE 112.9s 10:24:08 10:24:08 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #89 DONE 114.9s 10:24:08 10:24:08 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #90 DONE 113.9s 10:24:08 10:24:08 #119 [support-scheduler builder 6/7] COPY . . 10:24:08 #119 ... 10:24:08 10:24:08 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #86 DONE 117.2s 10:24:08 10:24:08 #120 [core-command builder 6/7] COPY . . 10:24:08 #120 DONE 2.0s 10:24:08 10:24:08 #121 [security-spiffe-token-provider builder 6/7] COPY . . 10:24:08 #121 DONE 2.0s 10:24:08 10:24:08 #122 [core-keeper builder 7/8] COPY . . 10:24:08 #122 DONE 2.1s 10:24:08 10:24:08 #123 [core-data builder 6/7] COPY . . 10:24:08 #123 CACHED 10:24:08 10:24:08 #124 [core-data builder 4/7] COPY go.mod vendor* ./ 10:24:08 #124 CACHED 10:24:08 10:24:08 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #125 CACHED 10:24:08 10:24:08 #119 [support-scheduler builder 6/7] COPY . . 10:24:08 #119 DONE 2.0s 10:24:08 10:24:08 #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:24:08 #126 ... 10:24:08 10:24:08 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:24:08 #127 CACHED 10:24:08 10:24:08 #128 [security-secretstore-setup builder 6/7] COPY . . 10:24:08 #128 CACHED 10:24:08 10:24:08 #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #129 CACHED 10:24:08 10:24:08 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #130 CACHED 10:24:08 10:24:08 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:24:08 #131 CACHED 10:24:08 10:24:08 #132 [security-proxy-auth builder 6/7] COPY . . 10:24:08 #132 CACHED 10:24:08 10:24:08 #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #133 CACHED 10:24:08 10:24:08 #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:24:08 #134 CACHED 10:24:08 10:24:08 #135 [security-proxy-setup builder 6/7] COPY . . 10:24:08 #135 CACHED 10:24:08 10:24:08 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 10:24:08 #136 CACHED 10:24:08 10:24:08 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #137 CACHED 10:24:08 10:24:08 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:24:08 #138 CACHED 10:24:08 10:24:08 #139 [support-notifications builder 6/7] COPY . . 10:24:08 #139 DONE 2.2s 10:24:08 10:24:08 #140 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:24:08 #140 CACHED 10:24:08 10:24:08 #141 [core-metadata builder 6/7] COPY . . 10:24:08 #141 CACHED 10:24:08 10:24:08 #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:08 #142 CACHED 10:24:08 10:24:08 #143 [security-bootstrapper builder 6/7] COPY . . 10:24:08 #143 DONE 2.2s 10:24:08 10:24:08 #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 10:24:08 #144 ... 10:24:08 10:24:08 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:24:08 #0 5.280 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:24:08 #145 ... 10:24:08 10:24:08 #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:24:08 #126 5.489 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:24:08 8eddbbf1a835: Pushed 10:24:08 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:24:09 cb56f116e4b8: Preparing 10:24:09 72e59d69c60b: Preparing 10:24:09 8eddbbf1a835: Preparing 10:24:09 73d4d8bde5a7: Preparing 10:24:09 1f1a85db88aa: Preparing 10:24:09 c73adb33e974: Preparing 10:24:09 b8d4ff6a6b44: Preparing 10:24:09 994456c4fd7b: Preparing 10:24:09 c73adb33e974: Waiting 10:24:09 b8d4ff6a6b44: Waiting 10:24:09 994456c4fd7b: Waiting 10:24:09 72e59d69c60b: Layer already exists 10:24:09 8eddbbf1a835: Layer already exists 10:24:09 1f1a85db88aa: Layer already exists 10:24:09 73d4d8bde5a7: Layer already exists 10:24:09 cb56f116e4b8: Layer already exists 10:24:09 b8d4ff6a6b44: Layer already exists 10:24:09 c73adb33e974: Layer already exists 10:24:09 994456c4fd7b: Layer already exists 10:24:09 latest: digest: sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 10:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:24:09 cb56f116e4b8: Preparing 10:24:09 72e59d69c60b: Preparing 10:24:09 8eddbbf1a835: Preparing 10:24:09 73d4d8bde5a7: Preparing 10:24:09 1f1a85db88aa: Preparing 10:24:09 c73adb33e974: Preparing 10:24:09 b8d4ff6a6b44: Preparing 10:24:09 994456c4fd7b: Preparing 10:24:09 c73adb33e974: Waiting 10:24:09 b8d4ff6a6b44: Waiting 10:24:09 994456c4fd7b: Waiting 10:24:09 1f1a85db88aa: Layer already exists 10:24:09 72e59d69c60b: Layer already exists 10:24:09 cb56f116e4b8: Layer already exists 10:24:09 8eddbbf1a835: Layer already exists 10:24:09 73d4d8bde5a7: Layer already exists 10:24:09 c73adb33e974: Layer already exists 10:24:09 994456c4fd7b: Layer already exists 10:24:09 b8d4ff6a6b44: Layer already exists 10:24:09 4.1.0-dev.34: digest: sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:10 #126 ... 10:24:10 10:24:10 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:24:10 #0 5.432 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:24:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:24:10 cb56f116e4b8: Preparing 10:24:10 72e59d69c60b: Preparing 10:24:10 8eddbbf1a835: Preparing 10:24:10 73d4d8bde5a7: Preparing 10:24:10 1f1a85db88aa: Preparing 10:24:10 c73adb33e974: Preparing 10:24:10 b8d4ff6a6b44: Preparing 10:24:10 994456c4fd7b: Preparing 10:24:10 c73adb33e974: Waiting 10:24:10 b8d4ff6a6b44: Waiting 10:24:10 994456c4fd7b: Waiting 10:24:10 73d4d8bde5a7: Layer already exists 10:24:10 72e59d69c60b: Layer already exists 10:24:10 1f1a85db88aa: Layer already exists 10:24:10 8eddbbf1a835: Layer already exists 10:24:10 cb56f116e4b8: Layer already exists 10:24:10 b8d4ff6a6b44: Layer already exists 10:24:10 c73adb33e974: Layer already exists 10:24:10 994456c4fd7b: Layer already exists 10:24:10 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:10 #146 ... 10:24:10 10:24:10 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:24:10 #0 5.673 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:24:10 #147 ... 10:24:10 10:24:10 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:24:10 #0 4.546 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:24:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:10 #148 ... 10:24:10 10:24:10 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:24:10 #0 5.831 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:24:10 #149 ... 10:24:10 10:24:10 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:24:10 #0 4.808 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:24:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:24:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:24:10 cb56f116e4b8: Preparing 10:24:10 72e59d69c60b: Preparing 10:24:10 8eddbbf1a835: Preparing 10:24:10 73d4d8bde5a7: Preparing 10:24:10 1f1a85db88aa: Preparing 10:24:10 c73adb33e974: Preparing 10:24:10 b8d4ff6a6b44: Preparing 10:24:10 994456c4fd7b: Preparing 10:24:10 c73adb33e974: Waiting 10:24:10 994456c4fd7b: Waiting 10:24:10 b8d4ff6a6b44: Waiting 10:24:10 8eddbbf1a835: Layer already exists 10:24:10 1f1a85db88aa: Layer already exists 10:24:10 72e59d69c60b: Layer already exists 10:24:10 73d4d8bde5a7: Layer already exists 10:24:10 cb56f116e4b8: Layer already exists 10:24:10 c73adb33e974: Layer already exists 10:24:10 b8d4ff6a6b44: Layer already exists 10:24:10 994456c4fd7b: Layer already exists 10:24:10 main: digest: sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:11 ===================================================== [Pipeline] echo 10:24:11 taggedImages: 10:24:11 - nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:11 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:24:11 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 10:24:11 - nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:11 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:24:11 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:24:11 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:11 latest 10:24:11 4.1.0-dev.34 10:24:11 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:11 main 10:24:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:11 #150 ... 10:24:11 10:24:11 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:24:11 #0 5.645 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:24:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:11 #151 ... 10:24:11 10:24:11 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:24:11 #0 5.042 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:24:11 #152 ... 10:24:11 10:24:11 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:24:11 #0 5.509 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:11 #153 ... 10:24:11 10:24:11 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:24:11 #0 4.518 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:24:11 #154 ... 10:24:11 10:24:11 #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 10:24:11 #144 5.758 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:24:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:24:11 281600a0f376: Preparing 10:24:11 c125ab4f9ce5: Preparing 10:24:11 915b2266b7c6: Preparing 10:24:11 13e110a9b6de: Preparing 10:24:11 8d2575e761f7: Preparing 10:24:11 314dbeceb6af: Preparing 10:24:11 5f1fd61da8cd: Preparing 10:24:11 73d4d8bde5a7: Preparing 10:24:11 1f1a85db88aa: Preparing 10:24:11 93f56d5f303d: Preparing 10:24:11 bc59a0116a64: Preparing 10:24:11 5f70bf18a086: Preparing 10:24:11 a17de6ce6f9c: Preparing 10:24:11 f747dc32feb3: Preparing 10:24:11 2e4df236f59a: Preparing 10:24:11 994456c4fd7b: Preparing 10:24:11 314dbeceb6af: Waiting 10:24:11 5f1fd61da8cd: Waiting 10:24:11 73d4d8bde5a7: Waiting 10:24:11 1f1a85db88aa: Waiting 10:24:11 f747dc32feb3: Waiting 10:24:11 2e4df236f59a: Waiting 10:24:11 994456c4fd7b: Waiting 10:24:11 93f56d5f303d: Waiting 10:24:11 bc59a0116a64: Waiting 10:24:11 a17de6ce6f9c: Waiting 10:24:11 5f70bf18a086: Waiting 10:24:11 13e110a9b6de: Pushed 10:24:11 281600a0f376: Pushed 10:24:11 8d2575e761f7: Pushed 10:24:11 915b2266b7c6: Pushed 10:24:11 c125ab4f9ce5: Pushed 10:24:11 73d4d8bde5a7: Layer already exists 10:24:11 1f1a85db88aa: Layer already exists 10:24:11 314dbeceb6af: Pushed 10:24:11 5f70bf18a086: Layer already exists 10:24:12 93f56d5f303d: Pushed 10:24:12 bc59a0116a64: Pushed 10:24:12 a17de6ce6f9c: Pushed 10:24:12 f747dc32feb3: Pushed 10:24:12 994456c4fd7b: Layer already exists 10:24:12 2e4df236f59a: Pushed 10:24:13 5f1fd61da8cd: Pushed 10:24:13 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:24:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:24:14 281600a0f376: Preparing 10:24:14 c125ab4f9ce5: Preparing 10:24:14 915b2266b7c6: Preparing 10:24:14 13e110a9b6de: Preparing 10:24:14 8d2575e761f7: Preparing 10:24:14 314dbeceb6af: Preparing 10:24:14 5f1fd61da8cd: Preparing 10:24:14 73d4d8bde5a7: Preparing 10:24:14 1f1a85db88aa: Preparing 10:24:14 93f56d5f303d: Preparing 10:24:14 bc59a0116a64: Preparing 10:24:14 5f70bf18a086: Preparing 10:24:14 a17de6ce6f9c: Preparing 10:24:14 f747dc32feb3: Preparing 10:24:14 2e4df236f59a: Preparing 10:24:14 994456c4fd7b: Preparing 10:24:14 73d4d8bde5a7: Waiting 10:24:14 1f1a85db88aa: Waiting 10:24:14 93f56d5f303d: Waiting 10:24:14 314dbeceb6af: Waiting 10:24:14 bc59a0116a64: Waiting 10:24:14 5f70bf18a086: Waiting 10:24:14 a17de6ce6f9c: Waiting 10:24:14 f747dc32feb3: Waiting 10:24:14 2e4df236f59a: Waiting 10:24:14 5f1fd61da8cd: Waiting 10:24:14 994456c4fd7b: Waiting 10:24:14 915b2266b7c6: Layer already exists 10:24:14 281600a0f376: Layer already exists 10:24:14 8d2575e761f7: Layer already exists 10:24:14 13e110a9b6de: Layer already exists 10:24:14 c125ab4f9ce5: Layer already exists 10:24:14 314dbeceb6af: Layer already exists 10:24:14 5f1fd61da8cd: Layer already exists 10:24:14 73d4d8bde5a7: Layer already exists 10:24:14 1f1a85db88aa: Layer already exists 10:24:14 93f56d5f303d: Layer already exists 10:24:14 5f70bf18a086: Layer already exists 10:24:14 bc59a0116a64: Layer already exists 10:24:14 a17de6ce6f9c: Layer already exists 10:24:14 f747dc32feb3: Layer already exists 10:24:14 2e4df236f59a: Layer already exists 10:24:14 994456c4fd7b: Layer already exists 10:24:14 latest: digest: sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 10:24:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:24:14 281600a0f376: Preparing 10:24:14 c125ab4f9ce5: Preparing 10:24:14 915b2266b7c6: Preparing 10:24:14 13e110a9b6de: Preparing 10:24:14 8d2575e761f7: Preparing 10:24:14 314dbeceb6af: Preparing 10:24:14 5f1fd61da8cd: Preparing 10:24:14 73d4d8bde5a7: Preparing 10:24:14 1f1a85db88aa: Preparing 10:24:14 93f56d5f303d: Preparing 10:24:14 bc59a0116a64: Preparing 10:24:14 5f70bf18a086: Preparing 10:24:14 1f1a85db88aa: Waiting 10:24:14 a17de6ce6f9c: Preparing 10:24:14 73d4d8bde5a7: Waiting 10:24:14 93f56d5f303d: Waiting 10:24:14 bc59a0116a64: Waiting 10:24:14 314dbeceb6af: Waiting 10:24:14 5f70bf18a086: Waiting 10:24:14 5f1fd61da8cd: Waiting 10:24:14 f747dc32feb3: Preparing 10:24:14 a17de6ce6f9c: Waiting 10:24:14 2e4df236f59a: Preparing 10:24:14 994456c4fd7b: Preparing 10:24:14 f747dc32feb3: Waiting 10:24:14 2e4df236f59a: Waiting 10:24:14 994456c4fd7b: Waiting 10:24:14 281600a0f376: Layer already exists 10:24:14 13e110a9b6de: Layer already exists 10:24:14 8d2575e761f7: Layer already exists 10:24:14 915b2266b7c6: Layer already exists 10:24:14 c125ab4f9ce5: Layer already exists 10:24:14 5f1fd61da8cd: Layer already exists 10:24:14 314dbeceb6af: Layer already exists 10:24:14 73d4d8bde5a7: Layer already exists 10:24:14 1f1a85db88aa: Layer already exists 10:24:14 93f56d5f303d: Layer already exists 10:24:14 5f70bf18a086: Layer already exists 10:24:14 bc59a0116a64: Layer already exists 10:24:14 a17de6ce6f9c: Layer already exists 10:24:14 f747dc32feb3: Layer already exists 10:24:14 2e4df236f59a: Layer already exists 10:24:14 994456c4fd7b: Layer already exists 10:24:14 4.1.0-dev.34: digest: sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:24:15 281600a0f376: Preparing 10:24:15 c125ab4f9ce5: Preparing 10:24:15 915b2266b7c6: Preparing 10:24:15 13e110a9b6de: Preparing 10:24:15 8d2575e761f7: Preparing 10:24:15 314dbeceb6af: Preparing 10:24:15 5f1fd61da8cd: Preparing 10:24:15 73d4d8bde5a7: Preparing 10:24:15 1f1a85db88aa: Preparing 10:24:15 93f56d5f303d: Preparing 10:24:15 bc59a0116a64: Preparing 10:24:15 5f70bf18a086: Preparing 10:24:15 a17de6ce6f9c: Preparing 10:24:15 f747dc32feb3: Preparing 10:24:15 2e4df236f59a: Preparing 10:24:15 994456c4fd7b: Preparing 10:24:15 73d4d8bde5a7: Waiting 10:24:15 1f1a85db88aa: Waiting 10:24:15 93f56d5f303d: Waiting 10:24:15 bc59a0116a64: Waiting 10:24:15 5f70bf18a086: Waiting 10:24:15 a17de6ce6f9c: Waiting 10:24:15 f747dc32feb3: Waiting 10:24:15 2e4df236f59a: Waiting 10:24:15 994456c4fd7b: Waiting 10:24:15 314dbeceb6af: Waiting 10:24:15 5f1fd61da8cd: Waiting 10:24:15 13e110a9b6de: Layer already exists 10:24:15 c125ab4f9ce5: Layer already exists 10:24:15 281600a0f376: Layer already exists 10:24:15 915b2266b7c6: Layer already exists 10:24:15 8d2575e761f7: Layer already exists 10:24:15 314dbeceb6af: Layer already exists 10:24:15 93f56d5f303d: Layer already exists 10:24:15 73d4d8bde5a7: Layer already exists 10:24:15 5f1fd61da8cd: Layer already exists 10:24:15 1f1a85db88aa: Layer already exists 10:24:15 bc59a0116a64: Layer already exists 10:24:15 5f70bf18a086: Layer already exists 10:24:15 f747dc32feb3: Layer already exists 10:24:15 a17de6ce6f9c: Layer already exists 10:24:15 2e4df236f59a: Layer already exists 10:24:15 994456c4fd7b: Layer already exists 10:24:15 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:24:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:24:16 281600a0f376: Preparing 10:24:16 c125ab4f9ce5: Preparing 10:24:16 915b2266b7c6: Preparing 10:24:16 13e110a9b6de: Preparing 10:24:16 8d2575e761f7: Preparing 10:24:16 314dbeceb6af: Preparing 10:24:16 5f1fd61da8cd: Preparing 10:24:16 73d4d8bde5a7: Preparing 10:24:16 1f1a85db88aa: Preparing 10:24:16 93f56d5f303d: Preparing 10:24:16 bc59a0116a64: Preparing 10:24:16 5f70bf18a086: Preparing 10:24:16 a17de6ce6f9c: Preparing 10:24:16 f747dc32feb3: Preparing 10:24:16 2e4df236f59a: Preparing 10:24:16 314dbeceb6af: Waiting 10:24:16 93f56d5f303d: Waiting 10:24:16 5f1fd61da8cd: Waiting 10:24:16 bc59a0116a64: Waiting 10:24:16 5f70bf18a086: Waiting 10:24:16 73d4d8bde5a7: Waiting 10:24:16 a17de6ce6f9c: Waiting 10:24:16 1f1a85db88aa: Waiting 10:24:16 f747dc32feb3: Waiting 10:24:16 2e4df236f59a: Waiting 10:24:16 994456c4fd7b: Preparing 10:24:16 994456c4fd7b: Waiting 10:24:16 13e110a9b6de: Layer already exists 10:24:16 281600a0f376: Layer already exists 10:24:16 c125ab4f9ce5: Layer already exists 10:24:16 915b2266b7c6: Layer already exists 10:24:16 8d2575e761f7: Layer already exists 10:24:16 314dbeceb6af: Layer already exists 10:24:16 73d4d8bde5a7: Layer already exists 10:24:16 1f1a85db88aa: Layer already exists 10:24:16 5f1fd61da8cd: Layer already exists 10:24:16 93f56d5f303d: Layer already exists 10:24:16 5f70bf18a086: Layer already exists 10:24:16 bc59a0116a64: Layer already exists 10:24:16 a17de6ce6f9c: Layer already exists 10:24:16 f747dc32feb3: Layer already exists 10:24:16 2e4df236f59a: Layer already exists 10:24:16 994456c4fd7b: Layer already exists 10:24:16 main: digest: sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:16 ===================================================== [Pipeline] echo 10:24:16 taggedImages: 10:24:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:24:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 10:24:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:24:16 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:24:16 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:16 latest 10:24:16 4.1.0-dev.34 10:24:16 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:16 main 10:24:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:24:16 2fb7100137f5: Preparing 10:24:16 f19729cbce48: Preparing 10:24:16 03301563c3af: Preparing 10:24:16 85b322f624b8: Preparing 10:24:16 73d4d8bde5a7: Preparing 10:24:16 1f1a85db88aa: Preparing 10:24:16 c73adb33e974: Preparing 10:24:16 b8d4ff6a6b44: Preparing 10:24:16 994456c4fd7b: Preparing 10:24:16 c73adb33e974: Waiting 10:24:16 1f1a85db88aa: Waiting 10:24:16 b8d4ff6a6b44: Waiting 10:24:16 994456c4fd7b: Waiting 10:24:16 73d4d8bde5a7: Layer already exists 10:24:16 1f1a85db88aa: Layer already exists 10:24:16 c73adb33e974: Layer already exists 10:24:16 b8d4ff6a6b44: Layer already exists 10:24:16 f19729cbce48: Pushed 10:24:16 994456c4fd7b: Layer already exists 10:24:16 2fb7100137f5: Pushed 10:24:16 03301563c3af: Pushed 10:24:19 85b322f624b8: Pushed 10:24:19 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:24:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:24:20 2fb7100137f5: Preparing 10:24:20 f19729cbce48: Preparing 10:24:20 03301563c3af: Preparing 10:24:20 85b322f624b8: Preparing 10:24:20 73d4d8bde5a7: Preparing 10:24:20 1f1a85db88aa: Preparing 10:24:20 c73adb33e974: Preparing 10:24:20 b8d4ff6a6b44: Preparing 10:24:20 994456c4fd7b: Preparing 10:24:20 1f1a85db88aa: Waiting 10:24:20 c73adb33e974: Waiting 10:24:20 b8d4ff6a6b44: Waiting 10:24:20 994456c4fd7b: Waiting 10:24:20 2fb7100137f5: Layer already exists 10:24:20 f19729cbce48: Layer already exists 10:24:20 03301563c3af: Layer already exists 10:24:20 73d4d8bde5a7: Layer already exists 10:24:20 85b322f624b8: Layer already exists 10:24:20 c73adb33e974: Layer already exists 10:24:20 1f1a85db88aa: Layer already exists 10:24:20 b8d4ff6a6b44: Layer already exists 10:24:20 994456c4fd7b: Layer already exists 10:24:20 latest: digest: sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 10:24:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:24:21 2fb7100137f5: Preparing 10:24:21 f19729cbce48: Preparing 10:24:21 03301563c3af: Preparing 10:24:21 85b322f624b8: Preparing 10:24:21 73d4d8bde5a7: Preparing 10:24:21 1f1a85db88aa: Preparing 10:24:21 c73adb33e974: Preparing 10:24:21 b8d4ff6a6b44: Preparing 10:24:21 994456c4fd7b: Preparing 10:24:21 1f1a85db88aa: Waiting 10:24:21 c73adb33e974: Waiting 10:24:21 b8d4ff6a6b44: Waiting 10:24:21 994456c4fd7b: Waiting 10:24:21 85b322f624b8: Layer already exists 10:24:21 73d4d8bde5a7: Layer already exists 10:24:21 03301563c3af: Layer already exists 10:24:21 f19729cbce48: Layer already exists 10:24:21 2fb7100137f5: Layer already exists 10:24:21 1f1a85db88aa: Layer already exists 10:24:21 b8d4ff6a6b44: Layer already exists 10:24:21 c73adb33e974: Layer already exists 10:24:21 994456c4fd7b: Layer already exists 10:24:21 4.1.0-dev.34: digest: sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:24:21 2fb7100137f5: Preparing 10:24:21 f19729cbce48: Preparing 10:24:21 03301563c3af: Preparing 10:24:21 85b322f624b8: Preparing 10:24:21 73d4d8bde5a7: Preparing 10:24:21 1f1a85db88aa: Preparing 10:24:21 c73adb33e974: Preparing 10:24:21 b8d4ff6a6b44: Preparing 10:24:21 994456c4fd7b: Preparing 10:24:21 1f1a85db88aa: Waiting 10:24:21 c73adb33e974: Waiting 10:24:21 b8d4ff6a6b44: Waiting 10:24:21 994456c4fd7b: Waiting 10:24:21 03301563c3af: Layer already exists 10:24:21 73d4d8bde5a7: Layer already exists 10:24:21 2fb7100137f5: Layer already exists 10:24:21 85b322f624b8: Layer already exists 10:24:21 f19729cbce48: Layer already exists 10:24:21 994456c4fd7b: Layer already exists 10:24:21 c73adb33e974: Layer already exists 10:24:21 1f1a85db88aa: Layer already exists 10:24:21 b8d4ff6a6b44: Layer already exists 10:24:21 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:24:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:24:22 2fb7100137f5: Preparing 10:24:22 f19729cbce48: Preparing 10:24:22 03301563c3af: Preparing 10:24:22 85b322f624b8: Preparing 10:24:22 73d4d8bde5a7: Preparing 10:24:22 1f1a85db88aa: Preparing 10:24:22 c73adb33e974: Preparing 10:24:22 b8d4ff6a6b44: Preparing 10:24:22 994456c4fd7b: Preparing 10:24:22 1f1a85db88aa: Waiting 10:24:22 c73adb33e974: Waiting 10:24:22 b8d4ff6a6b44: Waiting 10:24:22 994456c4fd7b: Waiting 10:24:22 85b322f624b8: Layer already exists 10:24:22 f19729cbce48: Layer already exists 10:24:22 73d4d8bde5a7: Layer already exists 10:24:22 2fb7100137f5: Layer already exists 10:24:22 03301563c3af: Layer already exists 10:24:22 1f1a85db88aa: Layer already exists 10:24:22 b8d4ff6a6b44: Layer already exists 10:24:22 c73adb33e974: Layer already exists 10:24:22 994456c4fd7b: Layer already exists 10:24:22 main: digest: sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:22 ===================================================== [Pipeline] echo 10:24:22 taggedImages: 10:24:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:24:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 10:24:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:24:22 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:24:22 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:22 latest 10:24:22 4.1.0-dev.34 10:24:22 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:22 main 10:24:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:24:23 fee82a42b48f: Preparing 10:24:23 e8e90de1be5c: Preparing 10:24:23 5d330229aa0e: Preparing 10:24:23 19bb6f801b4a: Preparing 10:24:23 a47d8e773237: Preparing 10:24:23 73d4d8bde5a7: Preparing 10:24:23 1f1a85db88aa: Preparing 10:24:23 e2e197f8f79c: Preparing 10:24:23 8e2a39c4e9eb: Preparing 10:24:23 9e1d782d51c8: Preparing 10:24:23 994456c4fd7b: Preparing 10:24:23 e2e197f8f79c: Waiting 10:24:23 8e2a39c4e9eb: Waiting 10:24:23 9e1d782d51c8: Waiting 10:24:23 994456c4fd7b: Waiting 10:24:23 73d4d8bde5a7: Waiting 10:24:23 1f1a85db88aa: Waiting 10:24:23 19bb6f801b4a: Pushed 10:24:23 e8e90de1be5c: Pushed 10:24:23 a47d8e773237: Pushed 10:24:23 73d4d8bde5a7: Layer already exists 10:24:23 fee82a42b48f: Pushed 10:24:23 1f1a85db88aa: Layer already exists 10:24:23 994456c4fd7b: Layer already exists 10:24:23 e2e197f8f79c: Pushed 10:24:23 8e2a39c4e9eb: Pushed 10:24:24 9e1d782d51c8: Pushed 10:24:25 5d330229aa0e: Pushed 10:24:25 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:24:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:24:25 fee82a42b48f: Preparing 10:24:25 e8e90de1be5c: Preparing 10:24:25 5d330229aa0e: Preparing 10:24:25 19bb6f801b4a: Preparing 10:24:25 a47d8e773237: Preparing 10:24:25 73d4d8bde5a7: Preparing 10:24:25 1f1a85db88aa: Preparing 10:24:25 e2e197f8f79c: Preparing 10:24:25 8e2a39c4e9eb: Preparing 10:24:25 9e1d782d51c8: Preparing 10:24:25 994456c4fd7b: Preparing 10:24:25 1f1a85db88aa: Waiting 10:24:25 e2e197f8f79c: Waiting 10:24:25 8e2a39c4e9eb: Waiting 10:24:25 9e1d782d51c8: Waiting 10:24:25 994456c4fd7b: Waiting 10:24:25 73d4d8bde5a7: Waiting 10:24:25 fee82a42b48f: Layer already exists 10:24:25 e8e90de1be5c: Layer already exists 10:24:25 5d330229aa0e: Layer already exists 10:24:25 19bb6f801b4a: Layer already exists 10:24:25 a47d8e773237: Layer already exists 10:24:25 73d4d8bde5a7: Layer already exists 10:24:25 1f1a85db88aa: Layer already exists 10:24:25 9e1d782d51c8: Layer already exists 10:24:25 e2e197f8f79c: Layer already exists 10:24:25 8e2a39c4e9eb: Layer already exists 10:24:25 994456c4fd7b: Layer already exists 10:24:25 latest: digest: sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 10:24:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:24:26 fee82a42b48f: Preparing 10:24:26 e8e90de1be5c: Preparing 10:24:26 5d330229aa0e: Preparing 10:24:26 19bb6f801b4a: Preparing 10:24:26 a47d8e773237: Preparing 10:24:26 73d4d8bde5a7: Preparing 10:24:26 1f1a85db88aa: Preparing 10:24:26 e2e197f8f79c: Preparing 10:24:26 1f1a85db88aa: Waiting 10:24:26 73d4d8bde5a7: Waiting 10:24:26 8e2a39c4e9eb: Preparing 10:24:26 9e1d782d51c8: Preparing 10:24:26 994456c4fd7b: Preparing 10:24:26 8e2a39c4e9eb: Waiting 10:24:26 e2e197f8f79c: Waiting 10:24:26 9e1d782d51c8: Waiting 10:24:26 994456c4fd7b: Waiting 10:24:26 fee82a42b48f: Layer already exists 10:24:26 e8e90de1be5c: Layer already exists 10:24:26 5d330229aa0e: Layer already exists 10:24:26 a47d8e773237: Layer already exists 10:24:26 19bb6f801b4a: Layer already exists 10:24:26 73d4d8bde5a7: Layer already exists 10:24:26 e2e197f8f79c: Layer already exists 10:24:26 1f1a85db88aa: Layer already exists 10:24:26 9e1d782d51c8: Layer already exists 10:24:26 8e2a39c4e9eb: Layer already exists 10:24:26 994456c4fd7b: Layer already exists 10:24:26 4.1.0-dev.34: digest: sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:24:27 fee82a42b48f: Preparing 10:24:27 e8e90de1be5c: Preparing 10:24:27 5d330229aa0e: Preparing 10:24:27 19bb6f801b4a: Preparing 10:24:27 a47d8e773237: Preparing 10:24:27 73d4d8bde5a7: Preparing 10:24:27 1f1a85db88aa: Preparing 10:24:27 e2e197f8f79c: Preparing 10:24:27 8e2a39c4e9eb: Preparing 10:24:27 73d4d8bde5a7: Waiting 10:24:27 1f1a85db88aa: Waiting 10:24:27 e2e197f8f79c: Waiting 10:24:27 8e2a39c4e9eb: Waiting 10:24:27 9e1d782d51c8: Preparing 10:24:27 994456c4fd7b: Preparing 10:24:27 994456c4fd7b: Waiting 10:24:27 9e1d782d51c8: Waiting 10:24:27 19bb6f801b4a: Layer already exists 10:24:27 5d330229aa0e: Layer already exists 10:24:27 e8e90de1be5c: Layer already exists 10:24:27 a47d8e773237: Layer already exists 10:24:27 fee82a42b48f: Layer already exists 10:24:27 1f1a85db88aa: Layer already exists 10:24:27 e2e197f8f79c: Layer already exists 10:24:27 8e2a39c4e9eb: Layer already exists 10:24:27 73d4d8bde5a7: Layer already exists 10:24:27 9e1d782d51c8: Layer already exists 10:24:27 994456c4fd7b: Layer already exists 10:24:27 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:24:27 fee82a42b48f: Preparing 10:24:27 e8e90de1be5c: Preparing 10:24:27 5d330229aa0e: Preparing 10:24:27 19bb6f801b4a: Preparing 10:24:27 a47d8e773237: Preparing 10:24:27 73d4d8bde5a7: Preparing 10:24:27 1f1a85db88aa: Preparing 10:24:27 e2e197f8f79c: Preparing 10:24:27 8e2a39c4e9eb: Preparing 10:24:27 9e1d782d51c8: Preparing 10:24:27 994456c4fd7b: Preparing 10:24:27 73d4d8bde5a7: Waiting 10:24:27 1f1a85db88aa: Waiting 10:24:27 e2e197f8f79c: Waiting 10:24:27 8e2a39c4e9eb: Waiting 10:24:27 9e1d782d51c8: Waiting 10:24:27 994456c4fd7b: Waiting 10:24:27 e8e90de1be5c: Layer already exists 10:24:27 5d330229aa0e: Layer already exists 10:24:27 a47d8e773237: Layer already exists 10:24:27 fee82a42b48f: Layer already exists 10:24:27 19bb6f801b4a: Layer already exists 10:24:27 1f1a85db88aa: Layer already exists 10:24:27 8e2a39c4e9eb: Layer already exists 10:24:27 e2e197f8f79c: Layer already exists 10:24:27 73d4d8bde5a7: Layer already exists 10:24:27 9e1d782d51c8: Layer already exists 10:24:27 994456c4fd7b: Layer already exists 10:24:27 main: digest: sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:28 ===================================================== [Pipeline] echo 10:24:28 taggedImages: 10:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 10:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:24:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:24:28 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:28 latest 10:24:28 4.1.0-dev.34 10:24:28 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:28 main 10:24:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:24:28 7efe6af4cb37: Preparing 10:24:28 179cd7de9a7d: Preparing 10:24:28 e5961ee8dfaf: Preparing 10:24:28 98544accb624: Preparing 10:24:28 133a3b5a9273: Preparing 10:24:28 e796ae802d8e: Preparing 10:24:28 21fb25a07f97: Preparing 10:24:28 73d4d8bde5a7: Preparing 10:24:28 1f1a85db88aa: Preparing 10:24:28 5955beb50545: Preparing 10:24:28 6d8c5eae4a2e: Preparing 10:24:28 994456c4fd7b: Preparing 10:24:28 e796ae802d8e: Waiting 10:24:28 6d8c5eae4a2e: Waiting 10:24:28 994456c4fd7b: Waiting 10:24:28 21fb25a07f97: Waiting 10:24:28 73d4d8bde5a7: Waiting 10:24:28 5955beb50545: Waiting 10:24:28 1f1a85db88aa: Waiting 10:24:28 179cd7de9a7d: Pushed 10:24:28 133a3b5a9273: Pushed 10:24:28 7efe6af4cb37: Pushed 10:24:28 73d4d8bde5a7: Layer already exists 10:24:28 1f1a85db88aa: Layer already exists 10:24:28 e796ae802d8e: Pushed 10:24:28 21fb25a07f97: Pushed 10:24:29 994456c4fd7b: Layer already exists 10:24:29 5955beb50545: Pushed 10:24:30 6d8c5eae4a2e: Pushed 10:24:30 98544accb624: Pushed 10:24:31 e5961ee8dfaf: Pushed 10:24:31 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:24:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:24:32 7efe6af4cb37: Preparing 10:24:32 179cd7de9a7d: Preparing 10:24:32 e5961ee8dfaf: Preparing 10:24:32 98544accb624: Preparing 10:24:32 133a3b5a9273: Preparing 10:24:32 e796ae802d8e: Preparing 10:24:32 21fb25a07f97: Preparing 10:24:32 73d4d8bde5a7: Preparing 10:24:32 1f1a85db88aa: Preparing 10:24:32 5955beb50545: Preparing 10:24:32 6d8c5eae4a2e: Preparing 10:24:32 994456c4fd7b: Preparing 10:24:32 21fb25a07f97: Waiting 10:24:32 73d4d8bde5a7: Waiting 10:24:32 1f1a85db88aa: Waiting 10:24:32 5955beb50545: Waiting 10:24:32 6d8c5eae4a2e: Waiting 10:24:32 994456c4fd7b: Waiting 10:24:32 e796ae802d8e: Waiting 10:24:32 98544accb624: Layer already exists 10:24:32 7efe6af4cb37: Layer already exists 10:24:32 e5961ee8dfaf: Layer already exists 10:24:32 133a3b5a9273: Layer already exists 10:24:32 179cd7de9a7d: Layer already exists 10:24:32 21fb25a07f97: Layer already exists 10:24:32 e796ae802d8e: Layer already exists 10:24:32 73d4d8bde5a7: Layer already exists 10:24:32 1f1a85db88aa: Layer already exists 10:24:32 5955beb50545: Layer already exists 10:24:32 6d8c5eae4a2e: Layer already exists 10:24:32 994456c4fd7b: Layer already exists 10:24:32 latest: digest: sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 10:24:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:24:33 7efe6af4cb37: Preparing 10:24:33 179cd7de9a7d: Preparing 10:24:33 e5961ee8dfaf: Preparing 10:24:33 98544accb624: Preparing 10:24:33 133a3b5a9273: Preparing 10:24:33 e796ae802d8e: Preparing 10:24:33 21fb25a07f97: Preparing 10:24:33 73d4d8bde5a7: Preparing 10:24:33 1f1a85db88aa: Preparing 10:24:33 5955beb50545: Preparing 10:24:33 6d8c5eae4a2e: Preparing 10:24:33 994456c4fd7b: Preparing 10:24:33 21fb25a07f97: Waiting 10:24:33 6d8c5eae4a2e: Waiting 10:24:33 73d4d8bde5a7: Waiting 10:24:33 1f1a85db88aa: Waiting 10:24:33 994456c4fd7b: Waiting 10:24:33 5955beb50545: Waiting 10:24:33 e796ae802d8e: Waiting 10:24:33 179cd7de9a7d: Layer already exists 10:24:33 e5961ee8dfaf: Layer already exists 10:24:33 133a3b5a9273: Layer already exists 10:24:33 7efe6af4cb37: Layer already exists 10:24:33 98544accb624: Layer already exists 10:24:33 e796ae802d8e: Layer already exists 10:24:33 21fb25a07f97: Layer already exists 10:24:33 5955beb50545: Layer already exists 10:24:33 73d4d8bde5a7: Layer already exists 10:24:33 1f1a85db88aa: Layer already exists 10:24:33 6d8c5eae4a2e: Layer already exists 10:24:33 994456c4fd7b: Layer already exists 10:24:33 4.1.0-dev.34: digest: sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:24:33 7efe6af4cb37: Preparing 10:24:33 179cd7de9a7d: Preparing 10:24:33 e5961ee8dfaf: Preparing 10:24:33 98544accb624: Preparing 10:24:33 133a3b5a9273: Preparing 10:24:33 e796ae802d8e: Preparing 10:24:33 21fb25a07f97: Preparing 10:24:33 73d4d8bde5a7: Preparing 10:24:33 1f1a85db88aa: Preparing 10:24:33 5955beb50545: Preparing 10:24:33 6d8c5eae4a2e: Preparing 10:24:33 994456c4fd7b: Preparing 10:24:33 73d4d8bde5a7: Waiting 10:24:33 21fb25a07f97: Waiting 10:24:33 1f1a85db88aa: Waiting 10:24:33 5955beb50545: Waiting 10:24:33 6d8c5eae4a2e: Waiting 10:24:33 994456c4fd7b: Waiting 10:24:33 e796ae802d8e: Waiting 10:24:33 179cd7de9a7d: Layer already exists 10:24:33 e5961ee8dfaf: Layer already exists 10:24:33 98544accb624: Layer already exists 10:24:33 7efe6af4cb37: Layer already exists 10:24:33 133a3b5a9273: Layer already exists 10:24:33 e796ae802d8e: Layer already exists 10:24:33 5955beb50545: Layer already exists 10:24:33 73d4d8bde5a7: Layer already exists 10:24:33 21fb25a07f97: Layer already exists 10:24:33 1f1a85db88aa: Layer already exists 10:24:33 6d8c5eae4a2e: Layer already exists 10:24:33 994456c4fd7b: Layer already exists 10:24:33 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:24:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:24:34 7efe6af4cb37: Preparing 10:24:34 179cd7de9a7d: Preparing 10:24:34 e5961ee8dfaf: Preparing 10:24:34 98544accb624: Preparing 10:24:34 133a3b5a9273: Preparing 10:24:34 e796ae802d8e: Preparing 10:24:34 21fb25a07f97: Preparing 10:24:34 73d4d8bde5a7: Preparing 10:24:34 1f1a85db88aa: Preparing 10:24:34 5955beb50545: Preparing 10:24:34 6d8c5eae4a2e: Preparing 10:24:34 994456c4fd7b: Preparing 10:24:34 e796ae802d8e: Waiting 10:24:34 6d8c5eae4a2e: Waiting 10:24:34 994456c4fd7b: Waiting 10:24:34 5955beb50545: Waiting 10:24:34 21fb25a07f97: Waiting 10:24:34 1f1a85db88aa: Waiting 10:24:34 73d4d8bde5a7: Waiting 10:24:34 179cd7de9a7d: Layer already exists 10:24:34 133a3b5a9273: Layer already exists 10:24:34 7efe6af4cb37: Layer already exists 10:24:34 e5961ee8dfaf: Layer already exists 10:24:34 98544accb624: Layer already exists 10:24:34 e796ae802d8e: Layer already exists 10:24:34 1f1a85db88aa: Layer already exists 10:24:34 21fb25a07f97: Layer already exists 10:24:34 73d4d8bde5a7: Layer already exists 10:24:34 5955beb50545: Layer already exists 10:24:34 6d8c5eae4a2e: Layer already exists 10:24:34 994456c4fd7b: Layer already exists 10:24:34 main: digest: sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:34 ===================================================== [Pipeline] echo 10:24:34 taggedImages: 10:24:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:24:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 10:24:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:24:34 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:24:34 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:34 latest 10:24:34 4.1.0-dev.34 10:24:34 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:34 main 10:24:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:24:35 2ec1c249fc33: Preparing 10:24:35 93ae3c4ba5ff: Preparing 10:24:35 73d4d8bde5a7: Preparing 10:24:35 1f1a85db88aa: Preparing 10:24:35 70532e014a68: Preparing 10:24:35 6fe5fcc536bd: Preparing 10:24:35 994456c4fd7b: Preparing 10:24:35 6fe5fcc536bd: Waiting 10:24:35 994456c4fd7b: Waiting 10:24:35 73d4d8bde5a7: Layer already exists 10:24:35 1f1a85db88aa: Layer already exists 10:24:35 994456c4fd7b: Layer already exists 10:24:35 70532e014a68: Pushed 10:24:35 2ec1c249fc33: Pushed 10:24:36 6fe5fcc536bd: Pushed 10:24:38 93ae3c4ba5ff: Pushed 10:24:38 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:24:39 2ec1c249fc33: Preparing 10:24:39 93ae3c4ba5ff: Preparing 10:24:39 73d4d8bde5a7: Preparing 10:24:39 1f1a85db88aa: Preparing 10:24:39 70532e014a68: Preparing 10:24:39 6fe5fcc536bd: Preparing 10:24:39 994456c4fd7b: Preparing 10:24:39 994456c4fd7b: Waiting 10:24:39 6fe5fcc536bd: Waiting 10:24:39 93ae3c4ba5ff: Layer already exists 10:24:39 70532e014a68: Layer already exists 10:24:39 1f1a85db88aa: Layer already exists 10:24:39 73d4d8bde5a7: Layer already exists 10:24:39 2ec1c249fc33: Layer already exists 10:24:39 6fe5fcc536bd: Layer already exists 10:24:39 994456c4fd7b: Layer already exists 10:24:39 latest: digest: sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 10:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:24:39 2ec1c249fc33: Preparing 10:24:39 93ae3c4ba5ff: Preparing 10:24:39 73d4d8bde5a7: Preparing 10:24:39 1f1a85db88aa: Preparing 10:24:39 70532e014a68: Preparing 10:24:39 6fe5fcc536bd: Preparing 10:24:39 994456c4fd7b: Preparing 10:24:39 6fe5fcc536bd: Waiting 10:24:39 93ae3c4ba5ff: Layer already exists 10:24:39 1f1a85db88aa: Layer already exists 10:24:39 73d4d8bde5a7: Layer already exists 10:24:39 70532e014a68: Layer already exists 10:24:39 2ec1c249fc33: Layer already exists 10:24:39 6fe5fcc536bd: Layer already exists 10:24:39 994456c4fd7b: Layer already exists 10:24:39 4.1.0-dev.34: digest: sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:24:40 2ec1c249fc33: Preparing 10:24:40 93ae3c4ba5ff: Preparing 10:24:40 73d4d8bde5a7: Preparing 10:24:40 1f1a85db88aa: Preparing 10:24:40 70532e014a68: Preparing 10:24:40 6fe5fcc536bd: Preparing 10:24:40 994456c4fd7b: Preparing 10:24:40 6fe5fcc536bd: Waiting 10:24:40 994456c4fd7b: Waiting 10:24:40 1f1a85db88aa: Layer already exists 10:24:40 73d4d8bde5a7: Layer already exists 10:24:40 70532e014a68: Layer already exists 10:24:40 2ec1c249fc33: Layer already exists 10:24:40 93ae3c4ba5ff: Layer already exists 10:24:40 6fe5fcc536bd: Layer already exists 10:24:40 994456c4fd7b: Layer already exists 10:24:40 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:24:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:24:41 2ec1c249fc33: Preparing 10:24:41 93ae3c4ba5ff: Preparing 10:24:41 73d4d8bde5a7: Preparing 10:24:41 1f1a85db88aa: Preparing 10:24:41 70532e014a68: Preparing 10:24:41 6fe5fcc536bd: Preparing 10:24:41 994456c4fd7b: Preparing 10:24:41 994456c4fd7b: Waiting 10:24:41 6fe5fcc536bd: Waiting 10:24:41 1f1a85db88aa: Layer already exists 10:24:41 70532e014a68: Layer already exists 10:24:41 2ec1c249fc33: Layer already exists 10:24:41 73d4d8bde5a7: Layer already exists 10:24:41 93ae3c4ba5ff: Layer already exists 10:24:41 994456c4fd7b: Layer already exists 10:24:41 6fe5fcc536bd: Layer already exists 10:24:41 main: digest: sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:41 ===================================================== [Pipeline] echo 10:24:41 taggedImages: 10:24:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:24:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 10:24:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:24:41 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:24:41 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:41 latest 10:24:41 4.1.0-dev.34 10:24:41 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:41 main 10:24:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:24:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:24:41 9a844d4b76bf: Preparing 10:24:41 fa8a16254819: Preparing 10:24:41 c1d60bb08b24: Preparing 10:24:41 73d4d8bde5a7: Preparing 10:24:41 1f1a85db88aa: Preparing 10:24:41 b7a5d2ccd2a8: Preparing 10:24:41 3dc692ee6e27: Preparing 10:24:41 f10bef4d78c3: Preparing 10:24:41 4eef1f8f7d56: Preparing 10:24:41 994456c4fd7b: Preparing 10:24:41 b7a5d2ccd2a8: Waiting 10:24:41 994456c4fd7b: Waiting 10:24:41 3dc692ee6e27: Waiting 10:24:41 f10bef4d78c3: Waiting 10:24:41 4eef1f8f7d56: Waiting 10:24:41 1f1a85db88aa: Layer already exists 10:24:41 73d4d8bde5a7: Layer already exists 10:24:41 9a844d4b76bf: Pushed 10:24:41 fa8a16254819: Pushed 10:24:41 c1d60bb08b24: Pushed 10:24:41 994456c4fd7b: Layer already exists 10:24:41 f10bef4d78c3: Pushed 10:24:42 4eef1f8f7d56: Pushed 10:24:49 3dc692ee6e27: Pushed 10:24:57 b7a5d2ccd2a8: Pushed 10:24:57 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:24:58 9a844d4b76bf: Preparing 10:24:58 fa8a16254819: Preparing 10:24:58 c1d60bb08b24: Preparing 10:24:58 73d4d8bde5a7: Preparing 10:24:58 1f1a85db88aa: Preparing 10:24:58 b7a5d2ccd2a8: Preparing 10:24:58 3dc692ee6e27: Preparing 10:24:58 f10bef4d78c3: Preparing 10:24:58 4eef1f8f7d56: Preparing 10:24:58 994456c4fd7b: Preparing 10:24:58 3dc692ee6e27: Waiting 10:24:58 b7a5d2ccd2a8: Waiting 10:24:58 f10bef4d78c3: Waiting 10:24:58 4eef1f8f7d56: Waiting 10:24:58 994456c4fd7b: Waiting 10:24:58 c1d60bb08b24: Layer already exists 10:24:58 73d4d8bde5a7: Layer already exists 10:24:58 9a844d4b76bf: Layer already exists 10:24:58 fa8a16254819: Layer already exists 10:24:58 1f1a85db88aa: Layer already exists 10:24:58 f10bef4d78c3: Layer already exists 10:24:58 b7a5d2ccd2a8: Layer already exists 10:24:58 4eef1f8f7d56: Layer already exists 10:24:58 3dc692ee6e27: Layer already exists 10:24:58 994456c4fd7b: Layer already exists 10:24:58 latest: digest: sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 10:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:24:58 9a844d4b76bf: Preparing 10:24:58 fa8a16254819: Preparing 10:24:58 c1d60bb08b24: Preparing 10:24:58 73d4d8bde5a7: Preparing 10:24:58 1f1a85db88aa: Preparing 10:24:58 b7a5d2ccd2a8: Preparing 10:24:58 3dc692ee6e27: Preparing 10:24:58 f10bef4d78c3: Preparing 10:24:58 4eef1f8f7d56: Preparing 10:24:58 994456c4fd7b: Preparing 10:24:58 b7a5d2ccd2a8: Waiting 10:24:58 f10bef4d78c3: Waiting 10:24:58 4eef1f8f7d56: Waiting 10:24:58 994456c4fd7b: Waiting 10:24:58 3dc692ee6e27: Waiting 10:24:58 73d4d8bde5a7: Layer already exists 10:24:58 1f1a85db88aa: Layer already exists 10:24:58 fa8a16254819: Layer already exists 10:24:58 c1d60bb08b24: Layer already exists 10:24:58 9a844d4b76bf: Layer already exists 10:24:58 f10bef4d78c3: Layer already exists 10:24:58 3dc692ee6e27: Layer already exists 10:24:58 b7a5d2ccd2a8: Layer already exists 10:24:58 4eef1f8f7d56: Layer already exists 10:24:58 994456c4fd7b: Layer already exists 10:24:58 4.1.0-dev.34: digest: sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:24:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:24:59 9a844d4b76bf: Preparing 10:24:59 fa8a16254819: Preparing 10:24:59 c1d60bb08b24: Preparing 10:24:59 73d4d8bde5a7: Preparing 10:24:59 1f1a85db88aa: Preparing 10:24:59 b7a5d2ccd2a8: Preparing 10:24:59 3dc692ee6e27: Preparing 10:24:59 f10bef4d78c3: Preparing 10:24:59 4eef1f8f7d56: Preparing 10:24:59 994456c4fd7b: Preparing 10:24:59 f10bef4d78c3: Waiting 10:24:59 4eef1f8f7d56: Waiting 10:24:59 994456c4fd7b: Waiting 10:24:59 b7a5d2ccd2a8: Waiting 10:24:59 3dc692ee6e27: Waiting 10:24:59 fa8a16254819: Layer already exists 10:24:59 1f1a85db88aa: Layer already exists 10:24:59 c1d60bb08b24: Layer already exists 10:24:59 9a844d4b76bf: Layer already exists 10:24:59 73d4d8bde5a7: Layer already exists 10:24:59 f10bef4d78c3: Layer already exists 10:24:59 b7a5d2ccd2a8: Layer already exists 10:24:59 4eef1f8f7d56: Layer already exists 10:24:59 3dc692ee6e27: Layer already exists 10:24:59 994456c4fd7b: Layer already exists 10:24:59 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:25:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:25:00 9a844d4b76bf: Preparing 10:25:00 fa8a16254819: Preparing 10:25:00 c1d60bb08b24: Preparing 10:25:00 73d4d8bde5a7: Preparing 10:25:00 1f1a85db88aa: Preparing 10:25:00 b7a5d2ccd2a8: Preparing 10:25:00 3dc692ee6e27: Preparing 10:25:00 b7a5d2ccd2a8: Waiting 10:25:00 3dc692ee6e27: Waiting 10:25:00 f10bef4d78c3: Preparing 10:25:00 4eef1f8f7d56: Preparing 10:25:00 994456c4fd7b: Preparing 10:25:00 4eef1f8f7d56: Waiting 10:25:00 f10bef4d78c3: Waiting 10:25:00 994456c4fd7b: Waiting 10:25:00 fa8a16254819: Layer already exists 10:25:00 73d4d8bde5a7: Layer already exists 10:25:00 c1d60bb08b24: Layer already exists 10:25:00 1f1a85db88aa: Layer already exists 10:25:00 9a844d4b76bf: Layer already exists 10:25:00 3dc692ee6e27: Layer already exists 10:25:00 b7a5d2ccd2a8: Layer already exists 10:25:00 f10bef4d78c3: Layer already exists 10:25:00 994456c4fd7b: Layer already exists 10:25:00 4eef1f8f7d56: Layer already exists 10:25:00 main: digest: sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:00 ===================================================== [Pipeline] echo 10:25:00 taggedImages: 10:25:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:25:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 10:25:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:25:00 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:25:00 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:00 latest 10:25:00 4.1.0-dev.34 10:25:00 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:00 main 10:25:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:25:00 7ef9c39dd40f: Preparing 10:25:00 cdabb924dbbc: Preparing 10:25:00 db3f12f9030c: Preparing 10:25:00 73d4d8bde5a7: Preparing 10:25:00 1f1a85db88aa: Preparing 10:25:00 d59b3f31415c: Preparing 10:25:00 40c3c26c996e: Preparing 10:25:00 6f263e72dfe5: Preparing 10:25:00 994456c4fd7b: Preparing 10:25:00 d59b3f31415c: Waiting 10:25:00 6f263e72dfe5: Waiting 10:25:00 40c3c26c996e: Waiting 10:25:00 994456c4fd7b: Waiting 10:25:00 73d4d8bde5a7: Layer already exists 10:25:00 1f1a85db88aa: Layer already exists 10:25:00 7ef9c39dd40f: Pushed 10:25:00 cdabb924dbbc: Pushed 10:25:00 db3f12f9030c: Pushed 10:25:00 40c3c26c996e: Pushed 10:25:00 994456c4fd7b: Layer already exists 10:25:01 6f263e72dfe5: Pushed 10:25:13 d59b3f31415c: Pushed 10:25:13 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:25:14 7ef9c39dd40f: Preparing 10:25:14 cdabb924dbbc: Preparing 10:25:14 db3f12f9030c: Preparing 10:25:14 73d4d8bde5a7: Preparing 10:25:14 1f1a85db88aa: Preparing 10:25:14 d59b3f31415c: Preparing 10:25:14 40c3c26c996e: Preparing 10:25:14 6f263e72dfe5: Preparing 10:25:14 994456c4fd7b: Preparing 10:25:14 d59b3f31415c: Waiting 10:25:14 40c3c26c996e: Waiting 10:25:14 6f263e72dfe5: Waiting 10:25:14 994456c4fd7b: Waiting 10:25:14 db3f12f9030c: Layer already exists 10:25:14 1f1a85db88aa: Layer already exists 10:25:14 cdabb924dbbc: Layer already exists 10:25:14 73d4d8bde5a7: Layer already exists 10:25:14 7ef9c39dd40f: Layer already exists 10:25:14 d59b3f31415c: Layer already exists 10:25:14 40c3c26c996e: Layer already exists 10:25:14 6f263e72dfe5: Layer already exists 10:25:14 994456c4fd7b: Layer already exists 10:25:14 latest: digest: sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 10:25:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:25:15 7ef9c39dd40f: Preparing 10:25:15 cdabb924dbbc: Preparing 10:25:15 db3f12f9030c: Preparing 10:25:15 73d4d8bde5a7: Preparing 10:25:15 1f1a85db88aa: Preparing 10:25:15 d59b3f31415c: Preparing 10:25:15 40c3c26c996e: Preparing 10:25:15 6f263e72dfe5: Preparing 10:25:15 994456c4fd7b: Preparing 10:25:15 40c3c26c996e: Waiting 10:25:15 6f263e72dfe5: Waiting 10:25:15 994456c4fd7b: Waiting 10:25:15 d59b3f31415c: Waiting 10:25:15 1f1a85db88aa: Layer already exists 10:25:15 7ef9c39dd40f: Layer already exists 10:25:15 db3f12f9030c: Layer already exists 10:25:15 73d4d8bde5a7: Layer already exists 10:25:15 cdabb924dbbc: Layer already exists 10:25:15 d59b3f31415c: Layer already exists 10:25:15 40c3c26c996e: Layer already exists 10:25:15 6f263e72dfe5: Layer already exists 10:25:15 994456c4fd7b: Layer already exists 10:25:15 4.1.0-dev.34: digest: sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:25:15 7ef9c39dd40f: Preparing 10:25:15 cdabb924dbbc: Preparing 10:25:15 db3f12f9030c: Preparing 10:25:15 73d4d8bde5a7: Preparing 10:25:15 1f1a85db88aa: Preparing 10:25:15 d59b3f31415c: Preparing 10:25:15 40c3c26c996e: Preparing 10:25:15 6f263e72dfe5: Preparing 10:25:15 994456c4fd7b: Preparing 10:25:15 d59b3f31415c: Waiting 10:25:15 40c3c26c996e: Waiting 10:25:15 6f263e72dfe5: Waiting 10:25:15 994456c4fd7b: Waiting 10:25:15 db3f12f9030c: Layer already exists 10:25:15 73d4d8bde5a7: Layer already exists 10:25:15 1f1a85db88aa: Layer already exists 10:25:15 7ef9c39dd40f: Layer already exists 10:25:15 cdabb924dbbc: Layer already exists 10:25:15 40c3c26c996e: Layer already exists 10:25:15 d59b3f31415c: Layer already exists 10:25:15 6f263e72dfe5: Layer already exists 10:25:15 994456c4fd7b: Layer already exists 10:25:15 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:25:16 7ef9c39dd40f: Preparing 10:25:16 cdabb924dbbc: Preparing 10:25:16 db3f12f9030c: Preparing 10:25:16 73d4d8bde5a7: Preparing 10:25:16 1f1a85db88aa: Preparing 10:25:16 d59b3f31415c: Preparing 10:25:16 40c3c26c996e: Preparing 10:25:16 6f263e72dfe5: Preparing 10:25:16 994456c4fd7b: Preparing 10:25:16 40c3c26c996e: Waiting 10:25:16 6f263e72dfe5: Waiting 10:25:16 994456c4fd7b: Waiting 10:25:16 d59b3f31415c: Waiting 10:25:16 1f1a85db88aa: Layer already exists 10:25:16 db3f12f9030c: Layer already exists 10:25:16 73d4d8bde5a7: Layer already exists 10:25:16 cdabb924dbbc: Layer already exists 10:25:16 7ef9c39dd40f: Layer already exists 10:25:16 40c3c26c996e: Layer already exists 10:25:16 d59b3f31415c: Layer already exists 10:25:16 6f263e72dfe5: Layer already exists 10:25:16 994456c4fd7b: Layer already exists 10:25:16 main: digest: sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:16 ===================================================== [Pipeline] echo 10:25:16 taggedImages: 10:25:16 - nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:16 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:25:16 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 10:25:16 - nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:16 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:25:16 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:25:16 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:16 latest 10:25:16 4.1.0-dev.34 10:25:16 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:16 main 10:25:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:25:17 74b457aaf407: Preparing 10:25:17 b2887968638c: Preparing 10:25:17 42741016c173: Preparing 10:25:17 73d4d8bde5a7: Preparing 10:25:17 1f1a85db88aa: Preparing 10:25:17 d59b3f31415c: Preparing 10:25:17 f10bef4d78c3: Preparing 10:25:17 4eef1f8f7d56: Preparing 10:25:17 994456c4fd7b: Preparing 10:25:17 d59b3f31415c: Waiting 10:25:17 f10bef4d78c3: Waiting 10:25:17 4eef1f8f7d56: Waiting 10:25:17 994456c4fd7b: Waiting 10:25:17 73d4d8bde5a7: Layer already exists 10:25:17 1f1a85db88aa: Layer already exists 10:25:17 d59b3f31415c: Layer already exists 10:25:17 f10bef4d78c3: Layer already exists 10:25:17 4eef1f8f7d56: Layer already exists 10:25:17 994456c4fd7b: Layer already exists 10:25:17 42741016c173: Pushed 10:25:17 74b457aaf407: Pushed 10:25:17 b2887968638c: Pushed 10:25:17 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:25:18 74b457aaf407: Preparing 10:25:18 b2887968638c: Preparing 10:25:18 42741016c173: Preparing 10:25:18 73d4d8bde5a7: Preparing 10:25:18 1f1a85db88aa: Preparing 10:25:18 d59b3f31415c: Preparing 10:25:18 f10bef4d78c3: Preparing 10:25:18 4eef1f8f7d56: Preparing 10:25:18 994456c4fd7b: Preparing 10:25:18 d59b3f31415c: Waiting 10:25:18 f10bef4d78c3: Waiting 10:25:18 4eef1f8f7d56: Waiting 10:25:18 994456c4fd7b: Waiting 10:25:18 74b457aaf407: Layer already exists 10:25:18 42741016c173: Layer already exists 10:25:18 1f1a85db88aa: Layer already exists 10:25:18 73d4d8bde5a7: Layer already exists 10:25:18 b2887968638c: Layer already exists 10:25:18 d59b3f31415c: Layer already exists 10:25:18 f10bef4d78c3: Layer already exists 10:25:18 4eef1f8f7d56: Layer already exists 10:25:18 994456c4fd7b: Layer already exists 10:25:18 latest: digest: sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 10:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:25:18 74b457aaf407: Preparing 10:25:18 b2887968638c: Preparing 10:25:18 42741016c173: Preparing 10:25:18 73d4d8bde5a7: Preparing 10:25:18 1f1a85db88aa: Preparing 10:25:18 d59b3f31415c: Preparing 10:25:18 f10bef4d78c3: Preparing 10:25:18 4eef1f8f7d56: Preparing 10:25:18 994456c4fd7b: Preparing 10:25:18 f10bef4d78c3: Waiting 10:25:18 4eef1f8f7d56: Waiting 10:25:18 994456c4fd7b: Waiting 10:25:18 d59b3f31415c: Waiting 10:25:18 73d4d8bde5a7: Layer already exists 10:25:18 74b457aaf407: Layer already exists 10:25:18 b2887968638c: Layer already exists 10:25:18 42741016c173: Layer already exists 10:25:18 1f1a85db88aa: Layer already exists 10:25:18 f10bef4d78c3: Layer already exists 10:25:18 d59b3f31415c: Layer already exists 10:25:18 994456c4fd7b: Layer already exists 10:25:18 4eef1f8f7d56: Layer already exists 10:25:18 4.1.0-dev.34: digest: sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:25:19 74b457aaf407: Preparing 10:25:19 b2887968638c: Preparing 10:25:19 42741016c173: Preparing 10:25:19 73d4d8bde5a7: Preparing 10:25:19 1f1a85db88aa: Preparing 10:25:19 d59b3f31415c: Preparing 10:25:19 f10bef4d78c3: Preparing 10:25:19 4eef1f8f7d56: Preparing 10:25:19 994456c4fd7b: Preparing 10:25:19 d59b3f31415c: Waiting 10:25:19 f10bef4d78c3: Waiting 10:25:19 994456c4fd7b: Waiting 10:25:19 4eef1f8f7d56: Waiting 10:25:19 73d4d8bde5a7: Layer already exists 10:25:19 1f1a85db88aa: Layer already exists 10:25:19 b2887968638c: Layer already exists 10:25:19 42741016c173: Layer already exists 10:25:19 74b457aaf407: Layer already exists 10:25:19 d59b3f31415c: Layer already exists 10:25:19 4eef1f8f7d56: Layer already exists 10:25:19 f10bef4d78c3: Layer already exists 10:25:19 994456c4fd7b: Layer already exists 10:25:19 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:25:20 74b457aaf407: Preparing 10:25:20 b2887968638c: Preparing 10:25:20 42741016c173: Preparing 10:25:20 73d4d8bde5a7: Preparing 10:25:20 1f1a85db88aa: Preparing 10:25:20 d59b3f31415c: Preparing 10:25:20 f10bef4d78c3: Preparing 10:25:20 4eef1f8f7d56: Preparing 10:25:20 994456c4fd7b: Preparing 10:25:20 d59b3f31415c: Waiting 10:25:20 f10bef4d78c3: Waiting 10:25:20 4eef1f8f7d56: Waiting 10:25:20 994456c4fd7b: Waiting 10:25:20 1f1a85db88aa: Layer already exists 10:25:20 42741016c173: Layer already exists 10:25:20 73d4d8bde5a7: Layer already exists 10:25:20 74b457aaf407: Layer already exists 10:25:20 b2887968638c: Layer already exists 10:25:20 d59b3f31415c: Layer already exists 10:25:20 f10bef4d78c3: Layer already exists 10:25:20 4eef1f8f7d56: Layer already exists 10:25:20 994456c4fd7b: Layer already exists 10:25:20 main: digest: sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:20 ===================================================== [Pipeline] echo 10:25:20 taggedImages: 10:25:20 - nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:20 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:25:20 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 10:25:20 - nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:20 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:25:20 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:25:20 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:20 latest 10:25:20 4.1.0-dev.34 10:25:20 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:20 main 10:25:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:25:20 a09b81be1ed9: Preparing 10:25:20 c1a54ce6d49d: Preparing 10:25:20 73d4d8bde5a7: Preparing 10:25:20 1f1a85db88aa: Preparing 10:25:20 b7462a5edc95: Preparing 10:25:20 044b5f6db72c: Preparing 10:25:20 994456c4fd7b: Preparing 10:25:20 044b5f6db72c: Waiting 10:25:20 994456c4fd7b: Waiting 10:25:20 73d4d8bde5a7: Layer already exists 10:25:20 1f1a85db88aa: Layer already exists 10:25:20 994456c4fd7b: Layer already exists 10:25:20 b7462a5edc95: Pushed 10:25:20 a09b81be1ed9: Pushed 10:25:21 044b5f6db72c: Pushed 10:25:25 c1a54ce6d49d: Pushed 10:25:25 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:25:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:25:26 a09b81be1ed9: Preparing 10:25:26 c1a54ce6d49d: Preparing 10:25:26 73d4d8bde5a7: Preparing 10:25:26 1f1a85db88aa: Preparing 10:25:26 b7462a5edc95: Preparing 10:25:26 044b5f6db72c: Preparing 10:25:26 994456c4fd7b: Preparing 10:25:26 044b5f6db72c: Waiting 10:25:26 994456c4fd7b: Waiting 10:25:26 a09b81be1ed9: Layer already exists 10:25:26 1f1a85db88aa: Layer already exists 10:25:26 b7462a5edc95: Layer already exists 10:25:26 73d4d8bde5a7: Layer already exists 10:25:26 c1a54ce6d49d: Layer already exists 10:25:26 044b5f6db72c: Layer already exists 10:25:26 994456c4fd7b: Layer already exists 10:25:26 latest: digest: sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 10:25:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:25:26 a09b81be1ed9: Preparing 10:25:26 c1a54ce6d49d: Preparing 10:25:26 73d4d8bde5a7: Preparing 10:25:26 1f1a85db88aa: Preparing 10:25:26 b7462a5edc95: Preparing 10:25:26 044b5f6db72c: Preparing 10:25:26 994456c4fd7b: Preparing 10:25:26 044b5f6db72c: Waiting 10:25:26 994456c4fd7b: Waiting 10:25:26 c1a54ce6d49d: Layer already exists 10:25:26 a09b81be1ed9: Layer already exists 10:25:26 b7462a5edc95: Layer already exists 10:25:26 1f1a85db88aa: Layer already exists 10:25:26 73d4d8bde5a7: Layer already exists 10:25:26 044b5f6db72c: Layer already exists 10:25:26 994456c4fd7b: Layer already exists 10:25:26 4.1.0-dev.34: digest: sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:25:27 a09b81be1ed9: Preparing 10:25:27 c1a54ce6d49d: Preparing 10:25:27 73d4d8bde5a7: Preparing 10:25:27 1f1a85db88aa: Preparing 10:25:27 b7462a5edc95: Preparing 10:25:27 044b5f6db72c: Preparing 10:25:27 994456c4fd7b: Preparing 10:25:27 044b5f6db72c: Waiting 10:25:27 994456c4fd7b: Waiting 10:25:27 73d4d8bde5a7: Layer already exists 10:25:27 b7462a5edc95: Layer already exists 10:25:27 a09b81be1ed9: Layer already exists 10:25:27 1f1a85db88aa: Layer already exists 10:25:27 c1a54ce6d49d: Layer already exists 10:25:27 994456c4fd7b: Layer already exists 10:25:27 044b5f6db72c: Layer already exists 10:25:27 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:25:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:25:28 a09b81be1ed9: Preparing 10:25:28 c1a54ce6d49d: Preparing 10:25:28 73d4d8bde5a7: Preparing 10:25:28 1f1a85db88aa: Preparing 10:25:28 b7462a5edc95: Preparing 10:25:28 044b5f6db72c: Preparing 10:25:28 994456c4fd7b: Preparing 10:25:28 044b5f6db72c: Waiting 10:25:28 994456c4fd7b: Waiting 10:25:28 73d4d8bde5a7: Layer already exists 10:25:28 1f1a85db88aa: Layer already exists 10:25:28 b7462a5edc95: Layer already exists 10:25:28 a09b81be1ed9: Layer already exists 10:25:28 c1a54ce6d49d: Layer already exists 10:25:28 044b5f6db72c: Layer already exists 10:25:28 994456c4fd7b: Layer already exists 10:25:28 main: digest: sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:28 ===================================================== [Pipeline] echo 10:25:28 taggedImages: 10:25:28 - nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:28 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:25:28 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 10:25:28 - nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:28 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:25:28 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:25:28 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:28 latest 10:25:28 4.1.0-dev.34 10:25:28 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:28 main 10:25:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:25:29 bf55fbce38d7: Preparing 10:25:29 4da5e4ccf263: Preparing 10:25:29 73d4d8bde5a7: Preparing 10:25:29 1f1a85db88aa: Preparing 10:25:29 200ecb3af4e0: Preparing 10:25:29 217169a1eb61: Preparing 10:25:29 994456c4fd7b: Preparing 10:25:29 217169a1eb61: Waiting 10:25:29 994456c4fd7b: Waiting 10:25:29 73d4d8bde5a7: Layer already exists 10:25:29 1f1a85db88aa: Layer already exists 10:25:29 994456c4fd7b: Layer already exists 10:25:29 200ecb3af4e0: Pushed 10:25:29 bf55fbce38d7: Pushed 10:25:29 217169a1eb61: Pushed 10:25:33 4da5e4ccf263: Pushed 10:25:33 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:25:34 bf55fbce38d7: Preparing 10:25:34 4da5e4ccf263: Preparing 10:25:34 73d4d8bde5a7: Preparing 10:25:34 1f1a85db88aa: Preparing 10:25:34 200ecb3af4e0: Preparing 10:25:34 217169a1eb61: Preparing 10:25:34 994456c4fd7b: Preparing 10:25:34 217169a1eb61: Waiting 10:25:34 994456c4fd7b: Waiting 10:25:34 1f1a85db88aa: Layer already exists 10:25:34 73d4d8bde5a7: Layer already exists 10:25:34 200ecb3af4e0: Layer already exists 10:25:34 4da5e4ccf263: Layer already exists 10:25:34 bf55fbce38d7: Layer already exists 10:25:34 217169a1eb61: Layer already exists 10:25:34 994456c4fd7b: Layer already exists 10:25:34 latest: digest: sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 10:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:25:34 bf55fbce38d7: Preparing 10:25:34 4da5e4ccf263: Preparing 10:25:34 73d4d8bde5a7: Preparing 10:25:34 1f1a85db88aa: Preparing 10:25:34 200ecb3af4e0: Preparing 10:25:34 217169a1eb61: Preparing 10:25:34 994456c4fd7b: Preparing 10:25:34 217169a1eb61: Waiting 10:25:34 994456c4fd7b: Waiting 10:25:34 1f1a85db88aa: Layer already exists 10:25:34 bf55fbce38d7: Layer already exists 10:25:34 200ecb3af4e0: Layer already exists 10:25:34 217169a1eb61: Layer already exists 10:25:34 4da5e4ccf263: Layer already exists 10:25:34 73d4d8bde5a7: Layer already exists 10:25:34 994456c4fd7b: Layer already exists 10:25:34 4.1.0-dev.34: digest: sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:25:35 bf55fbce38d7: Preparing 10:25:35 4da5e4ccf263: Preparing 10:25:35 73d4d8bde5a7: Preparing 10:25:35 1f1a85db88aa: Preparing 10:25:35 200ecb3af4e0: Preparing 10:25:35 217169a1eb61: Preparing 10:25:35 994456c4fd7b: Preparing 10:25:35 217169a1eb61: Waiting 10:25:35 994456c4fd7b: Waiting 10:25:35 4da5e4ccf263: Layer already exists 10:25:35 73d4d8bde5a7: Layer already exists 10:25:35 1f1a85db88aa: Layer already exists 10:25:35 200ecb3af4e0: Layer already exists 10:25:35 bf55fbce38d7: Layer already exists 10:25:35 994456c4fd7b: Layer already exists 10:25:35 217169a1eb61: Layer already exists 10:25:35 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:25:36 bf55fbce38d7: Preparing 10:25:36 4da5e4ccf263: Preparing 10:25:36 73d4d8bde5a7: Preparing 10:25:36 1f1a85db88aa: Preparing 10:25:36 200ecb3af4e0: Preparing 10:25:36 217169a1eb61: Preparing 10:25:36 994456c4fd7b: Preparing 10:25:36 217169a1eb61: Waiting 10:25:36 994456c4fd7b: Waiting 10:25:36 bf55fbce38d7: Layer already exists 10:25:36 200ecb3af4e0: Layer already exists 10:25:36 1f1a85db88aa: Layer already exists 10:25:36 73d4d8bde5a7: Layer already exists 10:25:36 4da5e4ccf263: Layer already exists 10:25:36 217169a1eb61: Layer already exists 10:25:36 994456c4fd7b: Layer already exists 10:25:36 main: digest: sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:36 ===================================================== [Pipeline] echo 10:25:36 taggedImages: 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:25:36 ========================================================= 10:25:36 [edgeXBuildMultiArch] RAW Config: 10:25:36 images: 10:25:36 - nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/core-command:latest 10:25:36 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-command:main 10:25:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:25:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:25:36 - nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/core-data:latest 10:25:36 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-data:main 10:25:36 - nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:25:36 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-keeper:main 10:25:36 - nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:25:36 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/core-metadata:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-config:main 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/security-spire-server:main 10:25:36 - nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:25:36 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/support-notifications:main 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:25:36 - nexus3.edgexfoundry.org:10004/support-scheduler:main 10:25:36 settingsFile: 10:25:36 edgex-go-settings 10:25:36 ========================================================= [Pipeline] node 10:25:51 Still waiting to schedule task 10:25:51 All nodes of label ‘centos7-docker-4c-2g’ are offline 10:26:40 Running on prd-centos7-docker-4c-2g-4413 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:26:40 provisioning config files... 10:26:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17682670280464397721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:42 ---> ****-login.sh 10:26:42 nexus3.edgexfoundry.org:10001 10:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:42 Configure a credential helper to remove this warning. See 10:26:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:42 10:26:42 Login Succeeded 10:26:42 nexus3.edgexfoundry.org:10002 10:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:43 Configure a credential helper to remove this warning. See 10:26:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:43 10:26:43 Login Succeeded 10:26:43 nexus3.edgexfoundry.org:10003 10:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:43 Configure a credential helper to remove this warning. See 10:26:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:43 10:26:43 Login Succeeded 10:26:43 nexus3.edgexfoundry.org:10004 10:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:43 Configure a credential helper to remove this warning. See 10:26:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:43 10:26:43 Login Succeeded 10:26:43 ****.io 10:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:43 Configure a credential helper to remove this warning. See 10:26:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:43 10:26:43 Login Succeeded 10:26:43 ---> ****-login.sh ends [Pipeline] } 10:26:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:26:44 + docker buildx ls 10:26:44 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:26:44 default * docker 10:26:44 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:26:44 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:26:44 edgex-builder [Pipeline] sh 10:26:44 + docker buildx inspect --bootstrap 10:26:44 #1 [internal] booting buildkit 10:26:44 #1 pulling image moby/buildkit:buildx-stable-1 10:26:48 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 10:26:48 #1 creating container buildx_buildkit_edgex-builder0 10:26:48 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 10:26:48 #1 DONE 4.0s 10:26:49 Name: edgex-builder 10:26:49 Driver: docker-container 10:26:49 10:26:49 Nodes: 10:26:49 Name: edgex-builder0 10:26:49 Endpoint: unix:///var/run/docker.sock 10:26:49 Status: running 10:26:49 Buildkit: v0.22.0 10:26:49 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:26:49 + docker buildx ls 10:26:49 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:26:49 edgex-builder * docker-container 10:26:49 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:26:49 default docker 10:26:49 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:26:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:26:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:26:49 #1 [internal] load build definition from Dockerfile 10:26:49 #1 transferring dockerfile: 197B done 10:26:49 #1 DONE 0.0s 10:26:49 10:26:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:49 #2 DONE 0.1s 10:26:49 10:26:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:49 #3 DONE 0.1s 10:26:49 10:26:49 #4 [internal] load .dockerignore 10:26:49 #4 transferring context: 2B done 10:26:49 #4 DONE 0.0s 10:26:49 10:26:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:49 #5 DONE 0.0s 10:26:49 10:26:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:49 #6 DONE 0.1s 10:26:49 10:26:49 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:26:49 #7 DONE 0.0s 10:26:49 10:26:49 #8 exporting to image 10:26:49 #8 exporting layers done 10:26:49 #8 exporting manifest sha256:8d6531661cfff4968c975ead86f1add60d9d1293acaf29e24cef665af22d761d done 10:26:49 #8 exporting config sha256:ba679213cac15b2ce88fe0e5868499e47dc1acd37e1d6428a749a380c51234dd done 10:26:49 #8 exporting manifest sha256:71e1a7f62c616376c1657766154b1a1545b6dd78f0ada982c8ae64609f4312fa done 10:26:49 #8 exporting config sha256:7ef1ad1e384c374659086560b0ef2fb1e850c9bf58ada3c735eeda8e526f88cd done 10:26:49 #8 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a done 10:26:49 #8 pushing layers 0.1s done 10:26:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 10:26:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 0.1s done 10:26:50 #8 DONE 0.2s 10:26:50 10:26:50 1 warning found (use --debug to expand): 10:26:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 10:26:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 10:26:50 #1 [internal] load build definition from Dockerfile 10:26:50 #1 transferring dockerfile: 163B done 10:26:50 #1 DONE 0.0s 10:26:50 10:26:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:26:50 #2 DONE 0.0s 10:26:50 10:26:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:26:50 #3 DONE 0.0s 10:26:50 10:26:50 #4 [internal] load .dockerignore 10:26:50 #4 transferring context: 2B done 10:26:50 #4 DONE 0.0s 10:26:50 10:26:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba done 10:26:50 #5 CACHED 10:26:50 10:26:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:50 #6 CACHED 10:26:50 10:26:50 #7 exporting to image 10:26:50 #7 exporting layers 10:26:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:50 #7 exporting layers done 10:26:50 #7 exporting manifest sha256:8d6531661cfff4968c975ead86f1add60d9d1293acaf29e24cef665af22d761d done 10:26:50 #7 exporting config sha256:ba679213cac15b2ce88fe0e5868499e47dc1acd37e1d6428a749a380c51234dd done 10:26:50 #7 exporting manifest sha256:71e1a7f62c616376c1657766154b1a1545b6dd78f0ada982c8ae64609f4312fa done 10:26:50 #7 exporting config sha256:7ef1ad1e384c374659086560b0ef2fb1e850c9bf58ada3c735eeda8e526f88cd done 10:26:50 #7 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a done 10:26:50 #7 pushing layers 0.0s done 10:26:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 0.1s done 10:26:50 #7 DONE 0.1s 10:26:50 10:26:50 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:26:50 #8 DONE 0.0s 10:26:50 10:26:50 1 warning found (use --debug to expand): 10:26:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34' 10:26:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 --push - 10:26:51 #1 [internal] load build definition from Dockerfile 10:26:51 #1 transferring dockerfile: 169B done 10:26:51 #1 DONE 0.0s 10:26:51 10:26:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 10:26:51 #2 DONE 0.0s 10:26:51 10:26:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34 10:26:51 #3 DONE 0.0s 10:26:51 10:26:51 #4 [internal] load .dockerignore 10:26:51 #4 transferring context: 2B done 10:26:51 #4 DONE 0.0s 10:26:51 10:26:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:51 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:51 #5 CACHED 10:26:51 10:26:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:51 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:51 #6 CACHED 10:26:51 10:26:51 #7 exporting to image 10:26:51 #7 exporting layers done 10:26:51 #7 exporting manifest sha256:8d6531661cfff4968c975ead86f1add60d9d1293acaf29e24cef665af22d761d done 10:26:51 #7 exporting config sha256:ba679213cac15b2ce88fe0e5868499e47dc1acd37e1d6428a749a380c51234dd done 10:26:51 #7 exporting manifest sha256:71e1a7f62c616376c1657766154b1a1545b6dd78f0ada982c8ae64609f4312fa done 10:26:51 #7 exporting config sha256:7ef1ad1e384c374659086560b0ef2fb1e850c9bf58ada3c735eeda8e526f88cd done 10:26:51 #7 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a done 10:26:51 #7 pushing layers 1.2s done 10:26:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 10:26:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.34@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 0.1s done 10:26:51 #7 DONE 1.3s 10:26:51 10:26:51 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:26:51 #8 DONE 0.0s 10:26:51 10:26:51 1 warning found (use --debug to expand): 10:26:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:26:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:26:51 #1 [internal] load build definition from Dockerfile 10:26:51 #1 transferring dockerfile: 210B done 10:26:51 #1 DONE 0.0s 10:26:51 10:26:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:26:51 #2 DONE 0.0s 10:26:51 10:26:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:26:51 #3 DONE 0.0s 10:26:51 10:26:51 #4 [internal] load .dockerignore 10:26:51 #4 transferring context: 2B done 10:26:51 #4 DONE 0.0s 10:26:51 10:26:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:51 #5 resolve nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba done 10:26:51 #5 CACHED 10:26:51 10:26:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:51 #6 resolve nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:51 #6 CACHED 10:26:51 10:26:51 #7 exporting to image 10:26:51 #7 exporting layers done 10:26:51 #7 exporting manifest sha256:8d6531661cfff4968c975ead86f1add60d9d1293acaf29e24cef665af22d761d done 10:26:51 #7 exporting config sha256:ba679213cac15b2ce88fe0e5868499e47dc1acd37e1d6428a749a380c51234dd done 10:26:51 #7 exporting manifest sha256:71e1a7f62c616376c1657766154b1a1545b6dd78f0ada982c8ae64609f4312fa done 10:26:51 #7 exporting config sha256:7ef1ad1e384c374659086560b0ef2fb1e850c9bf58ada3c735eeda8e526f88cd done 10:26:51 #7 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 10:26:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:51 #7 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a done 10:26:51 #7 pushing layers 0.0s done 10:26:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 0.1s done 10:26:51 #7 DONE 0.1s 10:26:51 10:26:51 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:26:51 #8 DONE 0.0s 10:26:51 10:26:51 1 warning found (use --debug to expand): 10:26:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 10:26:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 10:26:52 #1 [internal] load build definition from Dockerfile 10:26:52 #1 transferring dockerfile: 161B done 10:26:52 #1 DONE 0.0s 10:26:52 10:26:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:26:52 #2 DONE 0.0s 10:26:52 10:26:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:26:52 #3 DONE 0.0s 10:26:52 10:26:52 #4 [internal] load .dockerignore 10:26:52 #4 transferring context: 2B done 10:26:52 #4 DONE 0.0s 10:26:52 10:26:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:52 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:52 #5 CACHED 10:26:52 10:26:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 10:26:52 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:49dec9d73153015ca74fd480d6f1f0b4f52784043e3a59d3c08aa0beee1405ba 0.0s done 10:26:52 #6 CACHED 10:26:52 10:26:52 #7 exporting to image 10:26:52 #7 exporting layers done 10:26:52 #7 exporting manifest sha256:8d6531661cfff4968c975ead86f1add60d9d1293acaf29e24cef665af22d761d done 10:26:52 #7 exporting config sha256:ba679213cac15b2ce88fe0e5868499e47dc1acd37e1d6428a749a380c51234dd done 10:26:52 #7 exporting manifest sha256:71e1a7f62c616376c1657766154b1a1545b6dd78f0ada982c8ae64609f4312fa done 10:26:52 #7 exporting config sha256:7ef1ad1e384c374659086560b0ef2fb1e850c9bf58ada3c735eeda8e526f88cd done 10:26:52 #7 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 10:26:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:52 #7 exporting manifest list sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a done 10:26:52 #7 pushing layers 0.0s done 10:26:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:ebd52207f8c5e271a4f2c9d00792e842807d822e8a5aa480f9731b0867cc8b4a 0.1s done 10:26:52 #7 DONE 0.1s 10:26:52 10:26:52 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:26:52 #8 DONE 0.0s 10:26:52 10:26:52 1 warning found (use --debug to expand): 10:26:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:26:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:26:52 #1 [internal] load build definition from Dockerfile 10:26:52 #1 transferring dockerfile: 216B done 10:26:52 #1 DONE 0.0s 10:26:52 10:26:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:52 #2 DONE 0.0s 10:26:52 10:26:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:52 #3 DONE 0.0s 10:26:52 10:26:52 #4 [internal] load .dockerignore 10:26:52 #4 transferring context: 2B done 10:26:52 #4 DONE 0.0s 10:26:52 10:26:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 done 10:26:52 #5 DONE 0.0s 10:26:52 10:26:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:52 #6 DONE 0.0s 10:26:52 10:26:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 done 10:26:52 #5 DONE 0.1s 10:26:52 10:26:52 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:52 #7 DONE 0.0s 10:26:52 10:26:52 #8 exporting to image 10:26:52 #8 exporting layers done 10:26:52 #8 exporting manifest sha256:0578d1c0567248b0cbe6da13195b5459a6f5f6e4b01417f4f4c7c0442f2d6b24 done 10:26:52 #8 exporting config sha256:4c9e567618c7e8df8ad1577000dedc54f98c7c955a6bd966a02518b309cbc15e done 10:26:52 #8 exporting manifest sha256:cc3dcb4dd93720ebbfd4340767213db86473a5b5c675437849bc873ff6d793b2 done 10:26:52 #8 exporting config sha256:9f5cfd065b259e7ac0c0a36e537dc40ccd2a5fc280747e9a35a0543c674ba2ad done 10:26:52 #8 exporting manifest list sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d done 10:26:52 #8 pushing layers 0.1s done 10:26:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 0.1s done 10:26:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:52 #8 DONE 0.2s 10:26:53 10:26:53 1 warning found (use --debug to expand): 10:26:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 10:26:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 10:26:53 #1 [internal] load build definition from Dockerfile 10:26:53 #1 transferring dockerfile: 182B done 10:26:53 #1 DONE 0.0s 10:26:53 10:26:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:26:53 #2 DONE 0.0s 10:26:53 10:26:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:26:53 #3 DONE 0.0s 10:26:53 10:26:53 #4 [internal] load .dockerignore 10:26:53 #4 transferring context: 2B done 10:26:53 #4 DONE 0.0s 10:26:53 10:26:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 done 10:26:53 #5 CACHED 10:26:53 10:26:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 done 10:26:53 #6 CACHED 10:26:53 10:26:53 #7 exporting to image 10:26:53 #7 exporting layers done 10:26:53 #7 exporting manifest sha256:0578d1c0567248b0cbe6da13195b5459a6f5f6e4b01417f4f4c7c0442f2d6b24 done 10:26:53 #7 exporting config sha256:4c9e567618c7e8df8ad1577000dedc54f98c7c955a6bd966a02518b309cbc15e done 10:26:53 #7 exporting manifest sha256:cc3dcb4dd93720ebbfd4340767213db86473a5b5c675437849bc873ff6d793b2 done 10:26:53 #7 exporting config sha256:9f5cfd065b259e7ac0c0a36e537dc40ccd2a5fc280747e9a35a0543c674ba2ad done 10:26:53 #7 exporting manifest list sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d done 10:26:53 #7 pushing layers 0.0s done 10:26:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 10:26:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 0.1s done 10:26:53 #7 DONE 0.1s 10:26:53 10:26:53 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:53 #8 DONE 0.0s 10:26:53 10:26:53 1 warning found (use --debug to expand): 10:26:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34' 10:26:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 --push - 10:26:54 #1 [internal] load build definition from Dockerfile 10:26:54 #1 transferring dockerfile: 188B done 10:26:54 #1 DONE 0.0s 10:26:54 10:26:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 10:26:54 #2 DONE 0.0s 10:26:54 10:26:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34 10:26:54 #3 DONE 0.0s 10:26:54 10:26:54 #4 [internal] load .dockerignore 10:26:54 #4 transferring context: 2B done 10:26:54 #4 DONE 0.0s 10:26:54 10:26:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:54 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 0.0s done 10:26:54 #5 CACHED 10:26:54 10:26:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:54 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 0.0s done 10:26:54 #6 CACHED 10:26:54 10:26:54 #7 exporting to image 10:26:54 #7 exporting layers done 10:26:54 #7 exporting manifest sha256:0578d1c0567248b0cbe6da13195b5459a6f5f6e4b01417f4f4c7c0442f2d6b24 done 10:26:54 #7 exporting config sha256:4c9e567618c7e8df8ad1577000dedc54f98c7c955a6bd966a02518b309cbc15e done 10:26:54 #7 exporting manifest sha256:cc3dcb4dd93720ebbfd4340767213db86473a5b5c675437849bc873ff6d793b2 done 10:26:54 #7 exporting config sha256:9f5cfd065b259e7ac0c0a36e537dc40ccd2a5fc280747e9a35a0543c674ba2ad done 10:26:54 #7 exporting manifest list sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d done 10:26:54 #7 pushing layers 0.0s done 10:26:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 10:26:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.34@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 0.1s done 10:26:54 #7 DONE 0.1s 10:26:54 10:26:54 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:54 #8 DONE 0.0s 10:26:54 10:26:54 1 warning found (use --debug to expand): 10:26:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:26:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:26:54 #1 [internal] load build definition from Dockerfile 10:26:54 #1 transferring dockerfile: 229B done 10:26:54 #1 DONE 0.0s 10:26:54 10:26:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:26:54 #2 DONE 0.0s 10:26:54 10:26:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:26:54 #3 DONE 0.0s 10:26:54 10:26:54 #4 [internal] load .dockerignore 10:26:54 #4 transferring context: 2B done 10:26:54 #4 DONE 0.0s 10:26:54 10:26:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:54 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 0.0s done 10:26:54 #5 CACHED 10:26:54 10:26:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:54 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 0.0s done 10:26:54 #6 CACHED 10:26:54 10:26:54 #7 exporting to image 10:26:54 #7 exporting layers done 10:26:54 #7 exporting manifest sha256:0578d1c0567248b0cbe6da13195b5459a6f5f6e4b01417f4f4c7c0442f2d6b24 done 10:26:54 #7 exporting config sha256:4c9e567618c7e8df8ad1577000dedc54f98c7c955a6bd966a02518b309cbc15e done 10:26:54 #7 exporting manifest sha256:cc3dcb4dd93720ebbfd4340767213db86473a5b5c675437849bc873ff6d793b2 done 10:26:54 #7 exporting config sha256:9f5cfd065b259e7ac0c0a36e537dc40ccd2a5fc280747e9a35a0543c674ba2ad 10:26:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:54 #7 exporting config sha256:9f5cfd065b259e7ac0c0a36e537dc40ccd2a5fc280747e9a35a0543c674ba2ad done 10:26:54 #7 exporting manifest list sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d done 10:26:54 #7 pushing layers 0.0s done 10:26:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 0.1s done 10:26:54 #7 DONE 0.1s 10:26:54 10:26:54 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:54 #8 DONE 0.0s 10:26:54 10:26:54 1 warning found (use --debug to expand): 10:26:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 10:26:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 10:26:55 #1 [internal] load build definition from Dockerfile 10:26:55 #1 transferring dockerfile: 180B done 10:26:55 #1 DONE 0.0s 10:26:55 10:26:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:26:55 #2 DONE 0.0s 10:26:55 10:26:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:26:55 #3 DONE 0.0s 10:26:55 10:26:55 #4 [internal] load .dockerignore 10:26:55 #4 transferring context: 2B done 10:26:55 #4 DONE 0.0s 10:26:55 10:26:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:55 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 0.0s done 10:26:55 #5 DONE 0.0s 10:26:55 10:26:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:55 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 0.0s done 10:26:55 #6 CACHED 10:26:55 10:26:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:881fde03d82137c4b51437260eef999309413a9ea03fd15cd25ab5a9621fcfe6 10:26:55 #5 CACHED 10:26:55 10:26:55 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:55 #7 DONE 0.0s 10:26:55 10:26:55 #8 exporting to image 10:26:55 #8 exporting layers done 10:26:55 #8 exporting manifest sha256:0578d1c0567248b0cbe6da13195b5459a6f5f6e4b01417f4f4c7c0442f2d6b24 done 10:26:55 #8 exporting config sha256:4c9e567618c7e8df8ad1577000dedc54f98c7c955a6bd966a02518b309cbc15e done 10:26:55 #8 exporting manifest sha256:cc3dcb4dd93720ebbfd4340767213db86473a5b5c675437849bc873ff6d793b2 done 10:26:55 #8 exporting config sha256:9f5cfd065b259e7ac0c0a36e537dc40ccd2a5fc280747e9a35a0543c674ba2ad done 10:26:55 #8 exporting manifest list sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d done 10:26:55 #8 pushing layers 0.0s done 10:26:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2809b5775086351790fc1923d227c8f3ece9ad2cc8630f6739d88e836c3c5c6d 0.1s done 10:26:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:55 #8 DONE 0.1s 10:26:55 10:26:55 1 warning found (use --debug to expand): 10:26:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:26:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:26:56 #1 [internal] load build definition from Dockerfile 10:26:56 #1 transferring dockerfile: 194B done 10:26:56 #1 DONE 0.0s 10:26:56 10:26:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:56 #2 DONE 0.0s 10:26:56 10:26:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:56 #3 DONE 0.0s 10:26:56 10:26:56 #4 [internal] load .dockerignore 10:26:56 #4 transferring context: 2B done 10:26:56 #4 DONE 0.0s 10:26:56 10:26:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:56 #5 DONE 0.0s 10:26:56 10:26:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:56 #6 DONE 0.0s 10:26:56 10:26:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:56 #5 DONE 0.0s 10:26:56 10:26:56 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:26:56 #7 DONE 0.0s 10:26:56 10:26:56 #8 exporting to image 10:26:56 #8 exporting layers done 10:26:56 #8 exporting manifest sha256:c509c276588a0d23619f33054cf759f0811c7d1ccfc97044859aa3c7d2f2b92d done 10:26:56 #8 exporting config sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 done 10:26:56 #8 exporting manifest sha256:64b1c9f47b03288e404613474d659e92af1131537a50eaef0d7b8373da92a33b done 10:26:56 #8 exporting config sha256:90d5d3d9d88cdcfc3548f71a4c59ae7c5d6c96b191b4612a6d326c9337125973 0.0s done 10:26:56 #8 exporting manifest list sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd done 10:26:56 #8 pushing layers 10:26:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:56 #8 pushing layers 0.1s done 10:26:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 0.1s done 10:26:56 #8 DONE 0.2s 10:26:56 10:26:56 1 warning found (use --debug to expand): 10:26:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 10:26:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 10:26:56 #1 [internal] load build definition from Dockerfile 10:26:56 #1 transferring dockerfile: 160B done 10:26:56 #1 DONE 0.0s 10:26:56 10:26:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:26:56 #2 DONE 0.0s 10:26:56 10:26:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:26:56 #3 DONE 0.0s 10:26:56 10:26:56 #4 [internal] load .dockerignore 10:26:56 #4 transferring context: 2B done 10:26:56 #4 DONE 0.0s 10:26:56 10:26:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:56 #5 CACHED 10:26:56 10:26:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 0.0s done 10:26:56 #6 CACHED 10:26:56 10:26:56 #7 exporting to image 10:26:56 #7 exporting layers done 10:26:56 #7 exporting manifest sha256:c509c276588a0d23619f33054cf759f0811c7d1ccfc97044859aa3c7d2f2b92d done 10:26:56 #7 exporting config sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 10:26:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:56 #7 exporting config sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 done 10:26:56 #7 exporting manifest sha256:64b1c9f47b03288e404613474d659e92af1131537a50eaef0d7b8373da92a33b done 10:26:56 #7 exporting config sha256:90d5d3d9d88cdcfc3548f71a4c59ae7c5d6c96b191b4612a6d326c9337125973 done 10:26:56 #7 exporting manifest list sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd done 10:26:56 #7 pushing layers 0.0s done 10:26:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 0.1s done 10:26:56 #7 DONE 0.1s 10:26:56 10:26:56 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:26:56 #8 DONE 0.0s 10:26:56 10:26:56 1 warning found (use --debug to expand): 10:26:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34' 10:26:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 --push - 10:26:57 #1 [internal] load build definition from Dockerfile 10:26:57 #1 transferring dockerfile: 166B done 10:26:57 #1 DONE 0.0s 10:26:57 10:26:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 10:26:57 #2 DONE 0.0s 10:26:57 10:26:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34 10:26:57 #3 DONE 0.0s 10:26:57 10:26:57 #4 [internal] load .dockerignore 10:26:57 #4 transferring context: 2B done 10:26:57 #4 DONE 0.0s 10:26:57 10:26:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:57 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 0.0s done 10:26:57 #5 CACHED 10:26:57 10:26:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:57 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:57 #6 CACHED 10:26:57 10:26:57 #7 exporting to image 10:26:57 #7 exporting layers done 10:26:57 #7 exporting manifest sha256:c509c276588a0d23619f33054cf759f0811c7d1ccfc97044859aa3c7d2f2b92d done 10:26:57 #7 exporting config sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 done 10:26:57 #7 exporting manifest sha256:64b1c9f47b03288e404613474d659e92af1131537a50eaef0d7b8373da92a33b done 10:26:57 #7 exporting config sha256:90d5d3d9d88cdcfc3548f71a4c59ae7c5d6c96b191b4612a6d326c9337125973 done 10:26:57 #7 exporting manifest list sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd done 10:26:57 #7 pushing layers 0.0s done 10:26:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 10:26:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.34@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 0.1s done 10:26:57 #7 DONE 0.1s 10:26:57 10:26:57 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:26:57 #8 DONE 0.0s 10:26:57 10:26:57 1 warning found (use --debug to expand): 10:26:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:26:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:26:57 #1 [internal] load build definition from Dockerfile 10:26:57 #1 transferring dockerfile: 207B done 10:26:57 #1 DONE 0.0s 10:26:57 10:26:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:26:57 #2 DONE 0.0s 10:26:57 10:26:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:26:57 #3 DONE 0.0s 10:26:57 10:26:57 #4 [internal] load .dockerignore 10:26:57 #4 transferring context: 2B done 10:26:57 #4 DONE 0.0s 10:26:57 10:26:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:57 #5 resolve nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:57 #5 CACHED 10:26:57 10:26:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:57 #6 resolve nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:57 #6 CACHED 10:26:57 10:26:57 #7 exporting to image 10:26:57 #7 exporting layers done 10:26:57 #7 exporting manifest sha256:c509c276588a0d23619f33054cf759f0811c7d1ccfc97044859aa3c7d2f2b92d done 10:26:57 #7 exporting config sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 done 10:26:57 #7 exporting manifest sha256:64b1c9f47b03288e404613474d659e92af1131537a50eaef0d7b8373da92a33b done 10:26:57 #7 exporting config sha256:90d5d3d9d88cdcfc3548f71a4c59ae7c5d6c96b191b4612a6d326c9337125973 done 10:26:57 #7 exporting manifest list sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd done 10:26:57 #7 pushing layers 0.0s done 10:26:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 10:26:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 0.1s done 10:26:57 #7 DONE 0.1s 10:26:57 10:26:57 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:26:57 #8 DONE 0.0s 10:26:57 10:26:57 1 warning found (use --debug to expand): 10:26:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 10:26:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 10:26:58 #1 [internal] load build definition from Dockerfile 10:26:58 #1 transferring dockerfile: 158B done 10:26:58 #1 DONE 0.0s 10:26:58 10:26:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:26:58 #2 DONE 0.0s 10:26:58 10:26:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:26:58 #3 DONE 0.0s 10:26:58 10:26:58 #4 [internal] load .dockerignore 10:26:58 #4 transferring context: 2B done 10:26:58 #4 DONE 0.0s 10:26:58 10:26:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:58 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 done 10:26:58 #5 CACHED 10:26:58 10:26:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:58 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 0.0s done 10:26:58 #6 DONE 0.0s 10:26:58 10:26:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:14ab5dee8c6a7e2d04ec4427f537feb974a549a189071ed87226a2d1b3d3bba8 10:26:58 #6 CACHED 10:26:58 10:26:58 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:26:58 #7 DONE 0.0s 10:26:58 10:26:58 #8 exporting to image 10:26:58 #8 exporting layers done 10:26:58 #8 exporting manifest sha256:c509c276588a0d23619f33054cf759f0811c7d1ccfc97044859aa3c7d2f2b92d done 10:26:58 #8 exporting config sha256:a015104b622fc2aebe2dbdc711a1ddb84ac0a0c4e4179c42624ad4fe30a0fbc6 done 10:26:58 #8 exporting manifest sha256:64b1c9f47b03288e404613474d659e92af1131537a50eaef0d7b8373da92a33b done 10:26:58 #8 exporting config sha256:90d5d3d9d88cdcfc3548f71a4c59ae7c5d6c96b191b4612a6d326c9337125973 done 10:26:58 #8 exporting manifest list sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd done 10:26:58 #8 pushing layers 0.0s done 10:26:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:44833642a5635f125161c90a903bfa48d088b6b311a6a3ad8dd8fa49d50834dd 0.1s done 10:26:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:58 #8 DONE 0.1s 10:26:58 10:26:58 1 warning found (use --debug to expand): 10:26:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:26:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:26:58 #1 [internal] load build definition from Dockerfile 10:26:58 #1 transferring dockerfile: 196B done 10:26:58 #1 DONE 0.0s 10:26:58 10:26:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:58 #2 DONE 0.0s 10:26:58 10:26:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:26:58 #3 DONE 0.0s 10:26:58 10:26:58 #4 [internal] load .dockerignore 10:26:58 #4 transferring context: 2B done 10:26:58 #4 DONE 0.0s 10:26:58 10:26:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:26:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 0.0s done 10:26:58 #5 DONE 0.0s 10:26:58 10:26:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:26:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:26:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:26:59 #6 DONE 0.1s 10:26:59 10:26:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:26:59 #5 DONE 0.0s 10:26:59 10:26:59 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:59 #7 DONE 0.0s 10:26:59 10:26:59 #8 exporting to image 10:26:59 #8 exporting layers done 10:26:59 #8 exporting manifest sha256:b8676e646891f59e28076f6c842c2450c8995e3a0fe0e909a78b34de995042a5 done 10:26:59 #8 exporting config sha256:7787ca73fa0a6544076f4b5d3b9c0092658c7289f71ebc7f31c8990642f5d681 done 10:26:59 #8 exporting manifest sha256:72415956cf6bd334c6a507f63ea1bed9e1994a3570538b9425376191c1e643e0 done 10:26:59 #8 exporting config sha256:86404cbc3b43551b91136b174e1a5d9e785b62b5b2e651e593fb3cd1c800f27f done 10:26:59 #8 exporting manifest list sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a done 10:26:59 #8 pushing layers 0.1s done 10:26:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a 0.1s done 10:26:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:59 #8 DONE 0.2s 10:26:59 10:26:59 1 warning found (use --debug to expand): 10:26:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:26:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 10:26:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 10:26:59 #1 [internal] load build definition from Dockerfile 10:26:59 #1 transferring dockerfile: 162B done 10:26:59 #1 DONE 0.0s 10:26:59 10:26:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:26:59 #2 DONE 0.0s 10:26:59 10:26:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:26:59 #3 DONE 0.0s 10:26:59 10:26:59 #4 [internal] load .dockerignore 10:26:59 #4 transferring context: 2B done 10:26:59 #4 DONE 0.0s 10:26:59 10:26:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:26:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:26:59 #5 CACHED 10:26:59 10:26:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:26:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:26:59 #6 CACHED 10:26:59 10:26:59 #7 exporting to image 10:26:59 #7 exporting layers done 10:26:59 #7 exporting manifest sha256:b8676e646891f59e28076f6c842c2450c8995e3a0fe0e909a78b34de995042a5 done 10:26:59 #7 exporting config sha256:7787ca73fa0a6544076f4b5d3b9c0092658c7289f71ebc7f31c8990642f5d681 done 10:26:59 #7 exporting manifest sha256:72415956cf6bd334c6a507f63ea1bed9e1994a3570538b9425376191c1e643e0 done 10:26:59 #7 exporting config sha256:86404cbc3b43551b91136b174e1a5d9e785b62b5b2e651e593fb3cd1c800f27f done 10:26:59 #7 exporting manifest list sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a done 10:26:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:26:59 #7 pushing layers 0.0s done 10:26:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a 0.1s done 10:26:59 #7 DONE 0.1s 10:26:59 10:26:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:26:59 #8 DONE 0.0s 10:26:59 10:26:59 1 warning found (use --debug to expand): 10:26:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34' 10:27:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 --push - 10:27:00 #1 [internal] load build definition from Dockerfile 10:27:00 #1 transferring dockerfile: 168B done 10:27:00 #1 DONE 0.0s 10:27:00 10:27:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 10:27:00 #2 DONE 0.0s 10:27:00 10:27:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34 10:27:00 #3 DONE 0.0s 10:27:00 10:27:00 #4 [internal] load .dockerignore 10:27:00 #4 transferring context: 2B done 10:27:00 #4 DONE 0.0s 10:27:00 10:27:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:27:00 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 0.0s done 10:27:00 #5 CACHED 10:27:00 10:27:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:27:00 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 0.0s done 10:27:00 #6 CACHED 10:27:00 10:27:00 #7 exporting to image 10:27:00 #7 exporting layers done 10:27:00 #7 exporting manifest sha256:b8676e646891f59e28076f6c842c2450c8995e3a0fe0e909a78b34de995042a5 done 10:27:00 #7 exporting config sha256:7787ca73fa0a6544076f4b5d3b9c0092658c7289f71ebc7f31c8990642f5d681 done 10:27:00 #7 exporting manifest sha256:72415956cf6bd334c6a507f63ea1bed9e1994a3570538b9425376191c1e643e0 done 10:27:00 #7 exporting config sha256:86404cbc3b43551b91136b174e1a5d9e785b62b5b2e651e593fb3cd1c800f27f done 10:27:00 #7 exporting manifest list sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a done 10:27:00 #7 pushing layers 0.0s done 10:27:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34@sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a 10:27:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.34@sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a 0.1s done 10:27:00 #7 DONE 0.1s 10:27:00 10:27:00 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:00 #8 DONE 0.0s 10:27:00 10:27:00 1 warning found (use --debug to expand): 10:27:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:00 #1 [internal] load build definition from Dockerfile 10:27:00 #1 transferring dockerfile: 209B done 10:27:00 #1 DONE 0.0s 10:27:00 10:27:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:00 #2 DONE 0.0s 10:27:00 10:27:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:00 #3 DONE 0.0s 10:27:00 10:27:00 #4 [internal] load .dockerignore 10:27:00 #4 transferring context: 2B done 10:27:00 #4 DONE 0.0s 10:27:00 10:27:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:27:00 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:27:00 #5 CACHED 10:27:00 10:27:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:27:00 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:27:00 #6 CACHED 10:27:00 10:27:00 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:00 #7 DONE 0.0s 10:27:00 10:27:00 #8 exporting to image 10:27:00 #8 exporting layers done 10:27:00 #8 exporting manifest sha256:b8676e646891f59e28076f6c842c2450c8995e3a0fe0e909a78b34de995042a5 done 10:27:00 #8 exporting config sha256:7787ca73fa0a6544076f4b5d3b9c0092658c7289f71ebc7f31c8990642f5d681 done 10:27:00 #8 exporting manifest sha256:72415956cf6bd334c6a507f63ea1bed9e1994a3570538b9425376191c1e643e0 done 10:27:00 #8 exporting config sha256:86404cbc3b43551b91136b174e1a5d9e785b62b5b2e651e593fb3cd1c800f27f done 10:27:00 #8 exporting manifest list sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a done 10:27:00 #8 pushing layers 0.0s done 10:27:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a 0.1s done 10:27:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:00 #8 DONE 0.1s 10:27:00 10:27:00 1 warning found (use --debug to expand): 10:27:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 10:27:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 10:27:01 #1 [internal] load build definition from Dockerfile 10:27:01 #1 transferring dockerfile: 160B done 10:27:01 #1 DONE 0.0s 10:27:01 10:27:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:27:01 #2 DONE 0.0s 10:27:01 10:27:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:27:01 #3 DONE 0.0s 10:27:01 10:27:01 #4 [internal] load .dockerignore 10:27:01 #4 transferring context: 2B done 10:27:01 #4 DONE 0.0s 10:27:01 10:27:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:27:01 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b done 10:27:01 #5 CACHED 10:27:01 10:27:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 10:27:01 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:928060b1307a7019f74d19ca4226bbf25bedd12662204c05ccebb9714b3a036b 0.0s done 10:27:01 #6 CACHED 10:27:01 10:27:01 #7 exporting to image 10:27:01 #7 exporting layers 10:27:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:01 #7 exporting layers done 10:27:01 #7 exporting manifest sha256:b8676e646891f59e28076f6c842c2450c8995e3a0fe0e909a78b34de995042a5 done 10:27:01 #7 exporting config sha256:7787ca73fa0a6544076f4b5d3b9c0092658c7289f71ebc7f31c8990642f5d681 done 10:27:01 #7 exporting manifest sha256:72415956cf6bd334c6a507f63ea1bed9e1994a3570538b9425376191c1e643e0 done 10:27:01 #7 exporting config sha256:86404cbc3b43551b91136b174e1a5d9e785b62b5b2e651e593fb3cd1c800f27f done 10:27:01 #7 exporting manifest list sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a done 10:27:01 #7 pushing layers 0.0s done 10:27:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:36fdec07f606e60c79c35382cc0ccccc17668ed4aaa018b90b8951f6f6b70d2a 0.1s done 10:27:01 #7 DONE 0.1s 10:27:01 10:27:01 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:01 #8 DONE 0.0s 10:27:01 10:27:01 1 warning found (use --debug to expand): 10:27:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:01 #1 [internal] load build definition from Dockerfile 10:27:01 #1 transferring dockerfile: 198B done 10:27:01 #1 DONE 0.0s 10:27:01 10:27:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:01 #2 DONE 0.0s 10:27:01 10:27:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:01 #3 DONE 0.0s 10:27:01 10:27:01 #4 [internal] load .dockerignore 10:27:01 #4 transferring context: 2B done 10:27:01 #4 DONE 0.0s 10:27:01 10:27:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 done 10:27:01 #5 DONE 0.0s 10:27:01 10:27:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:02 #6 DONE 0.0s 10:27:02 10:27:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 done 10:27:02 #5 DONE 0.0s 10:27:02 10:27:02 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:27:02 #7 DONE 0.0s 10:27:02 10:27:02 #8 exporting to image 10:27:02 #8 exporting layers done 10:27:02 #8 exporting manifest sha256:410c567d08ce0188f811523c89714a5a61bac6071d52fa0783ad916cea28dd64 done 10:27:02 #8 exporting config sha256:198ed01e7dd366149d8bca375816505162d8a518e98114ba312c036b0ca44885 done 10:27:02 #8 exporting manifest sha256:cb799148226337f1cfc5f39ce2d0fbc4b8d018660d3a5bf643e813afc516616b done 10:27:02 #8 exporting config sha256:7a5c161e21e04f10d8f9eb5a46acb561eb9a4e11426a20ba2c71db8a83368b41 done 10:27:02 #8 exporting manifest list sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 done 10:27:02 #8 pushing layers 10:27:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:02 #8 pushing layers 0.1s done 10:27:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 0.1s done 10:27:02 #8 DONE 0.2s 10:27:02 10:27:02 1 warning found (use --debug to expand): 10:27:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 10:27:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 10:27:02 #1 [internal] load build definition from Dockerfile 10:27:02 #1 transferring dockerfile: 164B done 10:27:02 #1 DONE 0.0s 10:27:02 10:27:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:27:02 #2 DONE 0.0s 10:27:02 10:27:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:27:02 #3 DONE 0.0s 10:27:02 10:27:02 #4 [internal] load .dockerignore 10:27:02 #4 transferring context: 2B done 10:27:02 #4 DONE 0.0s 10:27:02 10:27:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:02 #5 DONE 0.0s 10:27:02 10:27:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:02 #6 CACHED 10:27:02 10:27:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:02 #5 CACHED 10:27:02 10:27:02 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:27:02 #7 DONE 0.0s 10:27:02 10:27:02 #8 exporting to image 10:27:02 #8 exporting layers done 10:27:02 #8 exporting manifest sha256:410c567d08ce0188f811523c89714a5a61bac6071d52fa0783ad916cea28dd64 done 10:27:02 #8 exporting config sha256:198ed01e7dd366149d8bca375816505162d8a518e98114ba312c036b0ca44885 done 10:27:02 #8 exporting manifest sha256:cb799148226337f1cfc5f39ce2d0fbc4b8d018660d3a5bf643e813afc516616b done 10:27:02 #8 exporting config sha256:7a5c161e21e04f10d8f9eb5a46acb561eb9a4e11426a20ba2c71db8a83368b41 done 10:27:02 #8 exporting manifest list sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 done 10:27:02 #8 pushing layers 0.0s done 10:27:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 0.1s done 10:27:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:02 #8 DONE 0.1s 10:27:02 10:27:02 1 warning found (use --debug to expand): 10:27:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 --push - 10:27:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34' 10:27:03 #1 [internal] load build definition from Dockerfile 10:27:03 #1 transferring dockerfile: 170B done 10:27:03 #1 DONE 0.0s 10:27:03 10:27:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 10:27:03 #2 DONE 0.0s 10:27:03 10:27:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34 10:27:03 #3 DONE 0.0s 10:27:03 10:27:03 #4 [internal] load .dockerignore 10:27:03 #4 transferring context: 2B done 10:27:03 #4 DONE 0.0s 10:27:03 10:27:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:03 #5 CACHED 10:27:03 10:27:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:03 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:03 #6 CACHED 10:27:03 10:27:03 #7 exporting to image 10:27:03 #7 exporting layers done 10:27:03 #7 exporting manifest sha256:410c567d08ce0188f811523c89714a5a61bac6071d52fa0783ad916cea28dd64 done 10:27:03 #7 exporting config sha256:198ed01e7dd366149d8bca375816505162d8a518e98114ba312c036b0ca44885 done 10:27:03 #7 exporting manifest sha256:cb799148226337f1cfc5f39ce2d0fbc4b8d018660d3a5bf643e813afc516616b done 10:27:03 #7 exporting config sha256:7a5c161e21e04f10d8f9eb5a46acb561eb9a4e11426a20ba2c71db8a83368b41 done 10:27:03 #7 exporting manifest list sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 10:27:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:03 #7 exporting manifest list sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 done 10:27:03 #7 pushing layers 0.0s done 10:27:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.34@sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 0.1s done 10:27:03 #7 DONE 0.1s 10:27:03 10:27:03 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:27:03 #8 DONE 0.0s 10:27:03 10:27:03 1 warning found (use --debug to expand): 10:27:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:03 #1 [internal] load build definition from Dockerfile 10:27:03 #1 transferring dockerfile: 211B done 10:27:03 #1 DONE 0.0s 10:27:03 10:27:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:03 #2 DONE 0.0s 10:27:03 10:27:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:03 #3 DONE 0.0s 10:27:03 10:27:03 #4 [internal] load .dockerignore 10:27:03 #4 transferring context: 2B done 10:27:03 #4 DONE 0.0s 10:27:03 10:27:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:03 #5 CACHED 10:27:03 10:27:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:03 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:03 #6 CACHED 10:27:03 10:27:03 #7 exporting to image 10:27:03 #7 exporting layers 10:27:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:03 #7 exporting layers done 10:27:03 #7 exporting manifest sha256:410c567d08ce0188f811523c89714a5a61bac6071d52fa0783ad916cea28dd64 done 10:27:03 #7 exporting config sha256:198ed01e7dd366149d8bca375816505162d8a518e98114ba312c036b0ca44885 done 10:27:03 #7 exporting manifest sha256:cb799148226337f1cfc5f39ce2d0fbc4b8d018660d3a5bf643e813afc516616b done 10:27:03 #7 exporting config sha256:7a5c161e21e04f10d8f9eb5a46acb561eb9a4e11426a20ba2c71db8a83368b41 done 10:27:03 #7 exporting manifest list sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 done 10:27:03 #7 pushing layers 0.0s done 10:27:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 0.1s done 10:27:03 #7 DONE 0.1s 10:27:03 10:27:03 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:27:03 #8 DONE 0.0s 10:27:03 10:27:03 1 warning found (use --debug to expand): 10:27:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 10:27:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 10:27:04 #1 [internal] load build definition from Dockerfile 10:27:04 #1 transferring dockerfile: 162B done 10:27:04 #1 DONE 0.0s 10:27:04 10:27:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:27:04 #2 DONE 0.0s 10:27:04 10:27:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:27:04 #3 DONE 0.0s 10:27:04 10:27:04 #4 [internal] load .dockerignore 10:27:04 #4 transferring context: 2B done 10:27:04 #4 DONE 0.0s 10:27:04 10:27:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 0.0s done 10:27:04 #5 CACHED 10:27:04 10:27:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 10:27:04 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1380174df75b2b2fe63608e4a04cdd9860ef8e654102627354ed288ba20223a6 done 10:27:04 #6 CACHED 10:27:04 10:27:04 #7 exporting to image 10:27:04 #7 exporting layers done 10:27:04 #7 exporting manifest sha256:410c567d08ce0188f811523c89714a5a61bac6071d52fa0783ad916cea28dd64 done 10:27:04 #7 exporting config sha256:198ed01e7dd366149d8bca375816505162d8a518e98114ba312c036b0ca44885 done 10:27:04 #7 exporting manifest sha256:cb799148226337f1cfc5f39ce2d0fbc4b8d018660d3a5bf643e813afc516616b done 10:27:04 #7 exporting config sha256:7a5c161e21e04f10d8f9eb5a46acb561eb9a4e11426a20ba2c71db8a83368b41 done 10:27:04 #7 exporting manifest list sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 done 10:27:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:04 #7 pushing layers 0.0s done 10:27:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b44056258027404c70ec3cacf075525d8a9c284b2f987e8d7ab737fce7447eb2 0.1s done 10:27:04 #7 DONE 0.1s 10:27:04 10:27:04 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:27:04 #8 DONE 0.0s 10:27:04 10:27:04 1 warning found (use --debug to expand): 10:27:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:04 #1 [internal] load build definition from Dockerfile 10:27:04 #1 transferring dockerfile: 206B done 10:27:04 #1 DONE 0.0s 10:27:04 10:27:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:04 #2 DONE 0.0s 10:27:04 10:27:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:04 #3 DONE 0.1s 10:27:04 10:27:04 #4 [internal] load .dockerignore 10:27:04 #4 transferring context: 2B done 10:27:04 #4 DONE 0.0s 10:27:05 10:27:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:05 #5 ... 10:27:05 10:27:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:05 #6 DONE 0.1s 10:27:05 10:27:05 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:05 #7 DONE 0.0s 10:27:05 10:27:05 #8 exporting to image 10:27:05 #8 exporting layers done 10:27:05 #8 exporting manifest sha256:1fb4f36334c9c69d5d6699f4bec654a8e151998c53f4258d18dad8e6b057ecd1 done 10:27:05 #8 exporting config sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 done 10:27:05 #8 exporting manifest sha256:d4b8285faa1e5dde0ad5875046602b4dfcc1947072ae0934bbd10ad4bc16afab done 10:27:05 #8 exporting config sha256:dcba2f4509695e98006311ef56aeee5dcdd244b12ba653e47aa36f95d81dc345 done 10:27:05 #8 exporting manifest list sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb done 10:27:05 #8 pushing layers 0.1s done 10:27:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb 10:27:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb 0.1s done 10:27:05 #8 DONE 0.2s 10:27:05 10:27:05 1 warning found (use --debug to expand): 10:27:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 10:27:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 10:27:05 #1 [internal] load build definition from Dockerfile 10:27:05 #1 transferring dockerfile: 172B done 10:27:05 #1 DONE 0.0s 10:27:05 10:27:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:27:05 #2 DONE 0.0s 10:27:05 10:27:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:27:05 #3 DONE 0.0s 10:27:05 10:27:05 #4 [internal] load .dockerignore 10:27:05 #4 transferring context: 2B done 10:27:05 #4 DONE 0.0s 10:27:05 10:27:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:05 #5 CACHED 10:27:05 10:27:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:05 #6 CACHED 10:27:05 10:27:05 #7 exporting to image 10:27:05 #7 exporting layers done 10:27:05 #7 exporting manifest sha256:1fb4f36334c9c69d5d6699f4bec654a8e151998c53f4258d18dad8e6b057ecd1 done 10:27:05 #7 exporting config sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 done 10:27:05 #7 exporting manifest sha256:d4b8285faa1e5dde0ad5875046602b4dfcc1947072ae0934bbd10ad4bc16afab done 10:27:05 #7 exporting config sha256:dcba2f4509695e98006311ef56aeee5dcdd244b12ba653e47aa36f95d81dc345 10:27:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:05 #7 exporting config sha256:dcba2f4509695e98006311ef56aeee5dcdd244b12ba653e47aa36f95d81dc345 done 10:27:05 #7 exporting manifest list sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb done 10:27:05 #7 pushing layers 0.0s done 10:27:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb 0.1s done 10:27:05 #7 DONE 0.1s 10:27:05 10:27:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:05 #8 DONE 0.0s 10:27:05 10:27:05 1 warning found (use --debug to expand): 10:27:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34' 10:27:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 --push - 10:27:06 #1 [internal] load build definition from Dockerfile 10:27:06 #1 transferring dockerfile: 178B done 10:27:06 #1 DONE 0.0s 10:27:06 10:27:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 10:27:06 #2 DONE 0.0s 10:27:06 10:27:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34 10:27:06 #3 DONE 0.0s 10:27:06 10:27:06 #4 [internal] load .dockerignore 10:27:06 #4 transferring context: 2B done 10:27:06 #4 DONE 0.0s 10:27:06 10:27:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:06 #5 CACHED 10:27:06 10:27:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:06 #6 CACHED 10:27:06 10:27:06 #7 exporting to image 10:27:06 #7 exporting layers done 10:27:06 #7 exporting manifest sha256:1fb4f36334c9c69d5d6699f4bec654a8e151998c53f4258d18dad8e6b057ecd1 done 10:27:06 #7 exporting config sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 done 10:27:06 #7 exporting manifest sha256:d4b8285faa1e5dde0ad5875046602b4dfcc1947072ae0934bbd10ad4bc16afab done 10:27:06 #7 exporting config sha256:dcba2f4509695e98006311ef56aeee5dcdd244b12ba653e47aa36f95d81dc345 done 10:27:06 #7 exporting manifest list sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb done 10:27:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:06 #7 pushing layers 0.0s done 10:27:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.34@sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb 0.1s done 10:27:06 #7 DONE 0.1s 10:27:06 10:27:06 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:06 #8 DONE 0.0s 10:27:06 10:27:06 1 warning found (use --debug to expand): 10:27:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:06 #1 [internal] load build definition from Dockerfile 10:27:06 #1 transferring dockerfile: 219B done 10:27:06 #1 DONE 0.0s 10:27:06 10:27:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:06 #2 DONE 0.0s 10:27:06 10:27:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:06 #3 DONE 0.0s 10:27:06 10:27:06 #4 [internal] load .dockerignore 10:27:06 #4 transferring context: 2B done 10:27:06 #4 DONE 0.0s 10:27:06 10:27:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:06 #5 CACHED 10:27:06 10:27:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:06 #6 CACHED 10:27:06 10:27:06 #7 exporting to image 10:27:06 #7 exporting layers done 10:27:06 #7 exporting manifest sha256:1fb4f36334c9c69d5d6699f4bec654a8e151998c53f4258d18dad8e6b057ecd1 done 10:27:06 #7 exporting config sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 10:27:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:07 #7 exporting config sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 done 10:27:07 #7 exporting manifest sha256:d4b8285faa1e5dde0ad5875046602b4dfcc1947072ae0934bbd10ad4bc16afab done 10:27:07 #7 exporting config sha256:dcba2f4509695e98006311ef56aeee5dcdd244b12ba653e47aa36f95d81dc345 done 10:27:07 #7 exporting manifest list sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb done 10:27:07 #7 pushing layers 0.0s done 10:27:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb 0.1s done 10:27:07 #7 DONE 0.1s 10:27:07 10:27:07 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:07 #8 DONE 0.0s 10:27:07 10:27:07 1 warning found (use --debug to expand): 10:27:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 10:27:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 10:27:07 #1 [internal] load build definition from Dockerfile 10:27:07 #1 transferring dockerfile: 170B done 10:27:07 #1 DONE 0.0s 10:27:07 10:27:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:27:07 #2 DONE 0.0s 10:27:07 10:27:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:27:07 #3 DONE 0.0s 10:27:07 10:27:07 #4 [internal] load .dockerignore 10:27:07 #4 transferring context: 2B done 10:27:07 #4 DONE 0.0s 10:27:07 10:27:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:07 #5 CACHED 10:27:07 10:27:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 10:27:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2f474372ef13a7220fc628ea28af4b58bbcb2146a1d8df8ff512ae0893b4d865 0.0s done 10:27:07 #6 CACHED 10:27:07 10:27:07 #7 exporting to image 10:27:07 #7 exporting layers done 10:27:07 #7 exporting manifest sha256:1fb4f36334c9c69d5d6699f4bec654a8e151998c53f4258d18dad8e6b057ecd1 done 10:27:07 #7 exporting config sha256:649a913e7fae599eeb300d4cb5e3225e68899266d33bef35bb511eaf56276e65 done 10:27:07 #7 exporting manifest sha256:d4b8285faa1e5dde0ad5875046602b4dfcc1947072ae0934bbd10ad4bc16afab done 10:27:07 #7 exporting config sha256:dcba2f4509695e98006311ef56aeee5dcdd244b12ba653e47aa36f95d81dc345 done 10:27:07 #7 exporting manifest list sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb done 10:27:07 #7 pushing layers 10:27:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:07 #7 pushing layers 0.0s done 10:27:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4bb827629e47347b2ff4b21217bfb2302938c3b877881ab3bd4d394f8f8fb3cb 0.1s done 10:27:07 #7 DONE 0.1s 10:27:07 10:27:07 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:27:07 #8 DONE 0.0s 10:27:07 10:27:07 1 warning found (use --debug to expand): 10:27:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:07 #1 [internal] load build definition from Dockerfile 10:27:07 #1 transferring dockerfile: 204B done 10:27:07 #1 DONE 0.0s 10:27:07 10:27:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:07 #2 DONE 0.0s 10:27:07 10:27:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:07 #3 DONE 0.0s 10:27:07 10:27:07 #4 [internal] load .dockerignore 10:27:07 #4 transferring context: 2B done 10:27:07 #4 DONE 0.0s 10:27:07 10:27:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:08 #5 DONE 0.0s 10:27:08 10:27:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 0.0s done 10:27:08 #6 DONE 0.1s 10:27:08 10:27:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:27:08 #7 DONE 0.0s 10:27:08 10:27:08 #8 exporting to image 10:27:08 #8 exporting layers done 10:27:08 #8 exporting manifest sha256:eeedc805149115095c5175d8b6b30f6ecc66b43704858a91ed5a69b6d689ad1f done 10:27:08 #8 exporting config sha256:d56536bd1825eb511f6595b53c67dd883372ab5bc7da78ce670ed63e25a94a64 done 10:27:08 #8 exporting manifest sha256:4993cca14db3b5ac366b3e5c8b7a07f3a9897baeb1138af539ab5c37f8daca19 done 10:27:08 #8 exporting config sha256:5322e753e68b6d842bb2a0e2c0f7f043e837e590ae88f92371c1967c8723db86 done 10:27:08 #8 exporting manifest list sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 done 10:27:08 #8 pushing layers 0.1s done 10:27:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 0.1s done 10:27:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:08 #8 DONE 0.2s 10:27:08 10:27:08 1 warning found (use --debug to expand): 10:27:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 10:27:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 10:27:08 #1 [internal] load build definition from Dockerfile 10:27:08 #1 transferring dockerfile: 170B done 10:27:08 #1 DONE 0.0s 10:27:08 10:27:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:27:08 #2 DONE 0.0s 10:27:08 10:27:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:27:08 #3 DONE 0.0s 10:27:08 10:27:08 #4 [internal] load .dockerignore 10:27:08 #4 transferring context: 2B done 10:27:08 #4 DONE 0.0s 10:27:08 10:27:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c done 10:27:08 #5 CACHED 10:27:08 10:27:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 0.0s done 10:27:08 #6 CACHED 10:27:08 10:27:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:27:08 #7 DONE 0.0s 10:27:08 10:27:08 #8 exporting to image 10:27:08 #8 exporting layers done 10:27:08 #8 exporting manifest sha256:eeedc805149115095c5175d8b6b30f6ecc66b43704858a91ed5a69b6d689ad1f done 10:27:08 #8 exporting config sha256:d56536bd1825eb511f6595b53c67dd883372ab5bc7da78ce670ed63e25a94a64 done 10:27:08 #8 exporting manifest sha256:4993cca14db3b5ac366b3e5c8b7a07f3a9897baeb1138af539ab5c37f8daca19 done 10:27:08 #8 exporting config sha256:5322e753e68b6d842bb2a0e2c0f7f043e837e590ae88f92371c1967c8723db86 done 10:27:08 #8 exporting manifest list sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 done 10:27:08 #8 pushing layers 0.0s done 10:27:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 0.1s done 10:27:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:08 #8 DONE 0.1s 10:27:08 10:27:08 1 warning found (use --debug to expand): 10:27:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34' 10:27:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 --push - 10:27:09 #1 [internal] load build definition from Dockerfile 10:27:09 #1 transferring dockerfile: 176B done 10:27:09 #1 DONE 0.0s 10:27:09 10:27:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 10:27:09 #2 DONE 0.0s 10:27:09 10:27:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34 10:27:09 #3 DONE 0.0s 10:27:09 10:27:09 #4 [internal] load .dockerignore 10:27:09 #4 transferring context: 2B done 10:27:09 #4 DONE 0.0s 10:27:09 10:27:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 0.0s done 10:27:09 #5 CACHED 10:27:09 10:27:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 0.0s done 10:27:09 #6 CACHED 10:27:09 10:27:09 #7 exporting to image 10:27:09 #7 exporting layers done 10:27:09 #7 exporting manifest sha256:eeedc805149115095c5175d8b6b30f6ecc66b43704858a91ed5a69b6d689ad1f done 10:27:09 #7 exporting config sha256:d56536bd1825eb511f6595b53c67dd883372ab5bc7da78ce670ed63e25a94a64 done 10:27:09 #7 exporting manifest sha256:4993cca14db3b5ac366b3e5c8b7a07f3a9897baeb1138af539ab5c37f8daca19 done 10:27:09 #7 exporting config sha256:5322e753e68b6d842bb2a0e2c0f7f043e837e590ae88f92371c1967c8723db86 done 10:27:09 #7 exporting manifest list sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 10:27:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:09 #7 exporting manifest list sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 done 10:27:09 #7 pushing layers 0.0s done 10:27:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.34@sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 0.1s done 10:27:09 #7 DONE 0.1s 10:27:09 10:27:09 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:27:09 #8 DONE 0.0s 10:27:09 10:27:09 1 warning found (use --debug to expand): 10:27:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:09 #1 [internal] load build definition from Dockerfile 10:27:09 #1 transferring dockerfile: 217B done 10:27:09 #1 DONE 0.0s 10:27:09 10:27:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:09 #2 DONE 0.0s 10:27:09 10:27:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:09 #3 DONE 0.0s 10:27:09 10:27:09 #4 [internal] load .dockerignore 10:27:09 #4 transferring context: 2B done 10:27:09 #4 DONE 0.0s 10:27:09 10:27:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c done 10:27:09 #5 CACHED 10:27:09 10:27:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c done 10:27:09 #6 CACHED 10:27:09 10:27:09 #7 exporting to image 10:27:09 #7 exporting layers done 10:27:09 #7 exporting manifest sha256:eeedc805149115095c5175d8b6b30f6ecc66b43704858a91ed5a69b6d689ad1f done 10:27:09 #7 exporting config sha256:d56536bd1825eb511f6595b53c67dd883372ab5bc7da78ce670ed63e25a94a64 done 10:27:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:09 #7 exporting manifest sha256:4993cca14db3b5ac366b3e5c8b7a07f3a9897baeb1138af539ab5c37f8daca19 done 10:27:09 #7 exporting config sha256:5322e753e68b6d842bb2a0e2c0f7f043e837e590ae88f92371c1967c8723db86 done 10:27:09 #7 exporting manifest list sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 done 10:27:09 #7 pushing layers 0.0s done 10:27:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 0.1s done 10:27:09 #7 DONE 0.1s 10:27:09 10:27:09 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:27:09 #8 DONE 0.0s 10:27:09 10:27:09 1 warning found (use --debug to expand): 10:27:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 10:27:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 10:27:10 #1 [internal] load build definition from Dockerfile 10:27:10 #1 transferring dockerfile: 168B done 10:27:10 #1 DONE 0.0s 10:27:10 10:27:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:27:10 #2 DONE 0.0s 10:27:10 10:27:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:27:10 #3 DONE 0.0s 10:27:10 10:27:10 #4 [internal] load .dockerignore 10:27:10 #4 transferring context: 2B done 10:27:10 #4 DONE 0.0s 10:27:10 10:27:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 0.0s done 10:27:10 #5 CACHED 10:27:10 10:27:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 10:27:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:ad30a39ea75ee5f8625c432062445989856977e500ffb3a643b06fdc7b778e6c 0.0s done 10:27:10 #6 CACHED 10:27:10 10:27:10 #7 exporting to image 10:27:10 #7 exporting layers done 10:27:10 #7 exporting manifest sha256:eeedc805149115095c5175d8b6b30f6ecc66b43704858a91ed5a69b6d689ad1f done 10:27:10 #7 exporting config sha256:d56536bd1825eb511f6595b53c67dd883372ab5bc7da78ce670ed63e25a94a64 done 10:27:10 #7 exporting manifest sha256:4993cca14db3b5ac366b3e5c8b7a07f3a9897baeb1138af539ab5c37f8daca19 done 10:27:10 #7 exporting config sha256:5322e753e68b6d842bb2a0e2c0f7f043e837e590ae88f92371c1967c8723db86 done 10:27:10 #7 exporting manifest list sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 done 10:27:10 #7 pushing layers 0.0s done 10:27:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 10:27:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c3e9ca1afd864fddb9a11a4cdd1832a96492b3fb3653e73e24e37460b8eaf48 0.1s done 10:27:10 #7 DONE 0.1s 10:27:10 10:27:10 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:27:10 #8 DONE 0.0s 10:27:10 10:27:10 1 warning found (use --debug to expand): 10:27:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:10 #1 [internal] load build definition from Dockerfile 10:27:10 #1 transferring dockerfile: 205B done 10:27:10 #1 DONE 0.0s 10:27:10 10:27:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:10 #2 DONE 0.0s 10:27:10 10:27:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:10 #3 DONE 0.0s 10:27:10 10:27:10 #4 [internal] load .dockerignore 10:27:10 #4 transferring context: 2B done 10:27:10 #4 DONE 0.0s 10:27:10 10:27:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 0.0s done 10:27:11 #5 DONE 0.0s 10:27:11 10:27:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 0.0s done 10:27:11 #6 DONE 0.1s 10:27:11 10:27:11 #7 exporting to image 10:27:11 #7 exporting layers done 10:27:11 #7 exporting manifest sha256:134fc4aaed16cd79bf24173ed05b82f3cfd29fa986d2786fdd6aa861d1fb4d22 done 10:27:11 #7 exporting config sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 10:27:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:11 #7 ... 10:27:11 10:27:11 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:11 #8 DONE 0.0s 10:27:11 10:27:11 #7 exporting to image 10:27:11 #7 exporting config sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 done 10:27:11 #7 exporting manifest sha256:5b9c02d728deb809c159756f0b8a598cef0036a358de76e2557f369b9ed3078f done 10:27:11 #7 exporting config sha256:17d249200c774e9aa2f6c4eb2a85adb18266c6345d1269651e43d889dff6a41c done 10:27:11 #7 exporting manifest list sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 done 10:27:11 #7 pushing layers 0.1s done 10:27:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 10:27:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 0.1s done 10:27:11 #7 DONE 0.2s 10:27:11 10:27:11 1 warning found (use --debug to expand): 10:27:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 10:27:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 10:27:11 #1 [internal] load build definition from Dockerfile 10:27:11 #1 transferring dockerfile: 171B done 10:27:11 #1 DONE 0.0s 10:27:11 10:27:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:27:11 #2 DONE 0.0s 10:27:11 10:27:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:27:11 #3 DONE 0.0s 10:27:11 10:27:11 #4 [internal] load .dockerignore 10:27:11 #4 transferring context: 2B done 10:27:11 #4 DONE 0.0s 10:27:11 10:27:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d done 10:27:11 #5 CACHED 10:27:11 10:27:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d done 10:27:11 #6 CACHED 10:27:11 10:27:11 #7 exporting to image 10:27:11 #7 exporting layers done 10:27:11 #7 exporting manifest sha256:134fc4aaed16cd79bf24173ed05b82f3cfd29fa986d2786fdd6aa861d1fb4d22 done 10:27:11 #7 exporting config sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 done 10:27:11 #7 exporting manifest sha256:5b9c02d728deb809c159756f0b8a598cef0036a358de76e2557f369b9ed3078f done 10:27:11 #7 exporting config sha256:17d249200c774e9aa2f6c4eb2a85adb18266c6345d1269651e43d889dff6a41c done 10:27:11 #7 exporting manifest list sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 10:27:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:11 #7 exporting manifest list sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 done 10:27:11 #7 pushing layers 0.0s done 10:27:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 0.1s done 10:27:11 #7 DONE 0.1s 10:27:11 10:27:11 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:11 #8 DONE 0.0s 10:27:11 10:27:11 1 warning found (use --debug to expand): 10:27:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34' 10:27:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 --push - 10:27:12 #1 [internal] load build definition from Dockerfile 10:27:12 #1 transferring dockerfile: 177B done 10:27:12 #1 DONE 0.0s 10:27:12 10:27:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 10:27:12 #2 DONE 0.0s 10:27:12 10:27:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34 10:27:12 #3 DONE 0.0s 10:27:12 10:27:12 #4 [internal] load .dockerignore 10:27:12 #4 transferring context: 2B done 10:27:12 #4 DONE 0.0s 10:27:12 10:27:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d done 10:27:12 #5 CACHED 10:27:12 10:27:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 0.0s done 10:27:12 #6 CACHED 10:27:12 10:27:12 #7 exporting to image 10:27:12 #7 exporting layers done 10:27:12 #7 exporting manifest sha256:134fc4aaed16cd79bf24173ed05b82f3cfd29fa986d2786fdd6aa861d1fb4d22 done 10:27:12 #7 exporting config sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 done 10:27:12 #7 exporting manifest sha256:5b9c02d728deb809c159756f0b8a598cef0036a358de76e2557f369b9ed3078f done 10:27:12 #7 exporting config sha256:17d249200c774e9aa2f6c4eb2a85adb18266c6345d1269651e43d889dff6a41c done 10:27:12 #7 exporting manifest list sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 done 10:27:12 #7 pushing layers 0.0s done 10:27:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 10:27:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.34@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 0.1s done 10:27:12 #7 DONE 0.1s 10:27:12 10:27:12 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:12 #8 DONE 0.0s 10:27:12 10:27:12 1 warning found (use --debug to expand): 10:27:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:12 #1 [internal] load build definition from Dockerfile 10:27:12 #1 transferring dockerfile: 218B done 10:27:12 #1 DONE 0.0s 10:27:12 10:27:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:12 #2 DONE 0.0s 10:27:12 10:27:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:12 #3 DONE 0.0s 10:27:12 10:27:12 #4 [internal] load .dockerignore 10:27:12 #4 transferring context: 2B done 10:27:12 #4 DONE 0.0s 10:27:12 10:27:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d done 10:27:12 #5 CACHED 10:27:12 10:27:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 0.0s done 10:27:12 #6 CACHED 10:27:12 10:27:12 #7 exporting to image 10:27:12 #7 exporting layers done 10:27:12 #7 exporting manifest sha256:134fc4aaed16cd79bf24173ed05b82f3cfd29fa986d2786fdd6aa861d1fb4d22 done 10:27:12 #7 exporting config sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 done 10:27:12 #7 exporting manifest sha256:5b9c02d728deb809c159756f0b8a598cef0036a358de76e2557f369b9ed3078f done 10:27:12 #7 exporting config sha256:17d249200c774e9aa2f6c4eb2a85adb18266c6345d1269651e43d889dff6a41c done 10:27:12 #7 exporting manifest list sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 done 10:27:12 #7 pushing layers 0.0s done 10:27:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 10:27:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 0.1s done 10:27:12 #7 DONE 0.1s 10:27:12 10:27:12 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:12 #8 DONE 0.0s 10:27:12 10:27:12 1 warning found (use --debug to expand): 10:27:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 10:27:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 10:27:13 #1 [internal] load build definition from Dockerfile 10:27:13 #1 transferring dockerfile: 169B done 10:27:13 #1 DONE 0.0s 10:27:13 10:27:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:27:13 #2 DONE 0.0s 10:27:13 10:27:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:27:13 #3 DONE 0.0s 10:27:13 10:27:13 #4 [internal] load .dockerignore 10:27:13 #4 transferring context: 2B done 10:27:13 #4 DONE 0.0s 10:27:13 10:27:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:13 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d done 10:27:13 #5 CACHED 10:27:13 10:27:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d 10:27:13 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2f89a002a636db16bc2669a7b015126d19f63d75005a82f5dcb923466f25463d done 10:27:13 #6 CACHED 10:27:13 10:27:13 #7 exporting to image 10:27:13 #7 exporting layers done 10:27:13 #7 exporting manifest sha256:134fc4aaed16cd79bf24173ed05b82f3cfd29fa986d2786fdd6aa861d1fb4d22 done 10:27:13 #7 exporting config sha256:8a269b08ffd7ae56ce8b842f22f1d4cd4614a0ffb73ecb373bb6335624806bb0 done 10:27:13 #7 exporting manifest sha256:5b9c02d728deb809c159756f0b8a598cef0036a358de76e2557f369b9ed3078f done 10:27:13 #7 exporting config sha256:17d249200c774e9aa2f6c4eb2a85adb18266c6345d1269651e43d889dff6a41c done 10:27:13 #7 exporting manifest list sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 done 10:27:13 #7 pushing layers 0.0s done 10:27:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 10:27:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1f87497b18fad461e7e1e55bc2f975acb4e7e7f9ae24ede83e692f83a5aa2235 0.1s done 10:27:13 #7 DONE 0.1s 10:27:13 10:27:13 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:13 #8 DONE 0.0s 10:27:13 10:27:13 1 warning found (use --debug to expand): 10:27:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:13 #1 [internal] load build definition from Dockerfile 10:27:13 #1 transferring dockerfile: 211B done 10:27:13 #1 DONE 0.0s 10:27:13 10:27:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:13 #2 DONE 0.0s 10:27:13 10:27:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:13 #3 DONE 0.1s 10:27:13 10:27:13 #4 [internal] load .dockerignore 10:27:13 #4 transferring context: 2B done 10:27:13 #4 DONE 0.0s 10:27:13 10:27:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 0.0s done 10:27:13 #5 DONE 0.0s 10:27:13 10:27:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:14 #6 DONE 0.0s 10:27:14 10:27:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 0.0s done 10:27:14 #5 DONE 0.1s 10:27:14 10:27:14 #7 exporting to image 10:27:14 #7 exporting layers done 10:27:14 #7 exporting manifest sha256:57ce72b862702f55565f50cf50cc360fc3816456d33c64f1dfffe0793194aed3 done 10:27:14 #7 exporting config sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 10:27:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:14 #7 ... 10:27:14 10:27:14 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:14 #8 DONE 0.0s 10:27:14 10:27:14 #7 exporting to image 10:27:14 #7 exporting config sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 done 10:27:14 #7 exporting manifest sha256:b56e91c34c307784bd479c4bd2e3390ca2e7eb2074264aa7b98f215f11dbf3f9 done 10:27:14 #7 exporting config sha256:dfd4b2da7077b4d4a741f4a2528934059d931407abd83c11337301cf83e130e6 done 10:27:14 #7 exporting manifest list sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 done 10:27:14 #7 pushing layers 0.1s done 10:27:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 10:27:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 0.1s done 10:27:14 #7 DONE 0.2s 10:27:14 10:27:14 1 warning found (use --debug to expand): 10:27:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 10:27:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 10:27:14 #1 [internal] load build definition from Dockerfile 10:27:14 #1 transferring dockerfile: 177B done 10:27:14 #1 DONE 0.0s 10:27:14 10:27:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:27:14 #2 DONE 0.0s 10:27:14 10:27:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:27:14 #3 DONE 0.0s 10:27:14 10:27:14 #4 [internal] load .dockerignore 10:27:14 #4 transferring context: 2B done 10:27:14 #4 DONE 0.0s 10:27:14 10:27:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d done 10:27:14 #5 CACHED 10:27:14 10:27:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d done 10:27:14 #6 CACHED 10:27:14 10:27:14 #7 exporting to image 10:27:14 #7 exporting layers done 10:27:14 #7 exporting manifest sha256:57ce72b862702f55565f50cf50cc360fc3816456d33c64f1dfffe0793194aed3 done 10:27:14 #7 exporting config sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 done 10:27:14 #7 exporting manifest sha256:b56e91c34c307784bd479c4bd2e3390ca2e7eb2074264aa7b98f215f11dbf3f9 done 10:27:14 #7 exporting config sha256:dfd4b2da7077b4d4a741f4a2528934059d931407abd83c11337301cf83e130e6 done 10:27:14 #7 exporting manifest list sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 done 10:27:14 #7 pushing layers 0.0s done 10:27:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 10:27:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 0.1s done 10:27:14 #7 DONE 0.1s 10:27:14 10:27:14 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:14 #8 DONE 0.0s 10:27:14 10:27:14 1 warning found (use --debug to expand): 10:27:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 --push - 10:27:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34' 10:27:15 #1 [internal] load build definition from Dockerfile 10:27:15 #1 transferring dockerfile: 183B done 10:27:15 #1 DONE 0.0s 10:27:15 10:27:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 10:27:15 #2 DONE 0.0s 10:27:15 10:27:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34 10:27:15 #3 DONE 0.0s 10:27:15 10:27:15 #4 [internal] load .dockerignore 10:27:15 #4 transferring context: 2B done 10:27:15 #4 DONE 0.0s 10:27:15 10:27:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d done 10:27:15 #5 CACHED 10:27:15 10:27:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:15 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d done 10:27:15 #6 CACHED 10:27:15 10:27:15 #7 exporting to image 10:27:15 #7 exporting layers done 10:27:15 #7 exporting manifest sha256:57ce72b862702f55565f50cf50cc360fc3816456d33c64f1dfffe0793194aed3 done 10:27:15 #7 exporting config sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 done 10:27:15 #7 exporting manifest sha256:b56e91c34c307784bd479c4bd2e3390ca2e7eb2074264aa7b98f215f11dbf3f9 done 10:27:15 #7 exporting config sha256:dfd4b2da7077b4d4a741f4a2528934059d931407abd83c11337301cf83e130e6 done 10:27:15 #7 exporting manifest list sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 done 10:27:15 #7 pushing layers 0.0s done 10:27:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 10:27:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.34@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 0.1s done 10:27:15 #7 DONE 0.1s 10:27:15 10:27:15 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:15 #8 DONE 0.0s 10:27:15 10:27:15 1 warning found (use --debug to expand): 10:27:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:15 #1 [internal] load build definition from Dockerfile 10:27:15 #1 transferring dockerfile: 224B done 10:27:15 #1 DONE 0.0s 10:27:15 10:27:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:15 #2 DONE 0.0s 10:27:15 10:27:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:15 #3 DONE 0.0s 10:27:15 10:27:15 #4 [internal] load .dockerignore 10:27:15 #4 transferring context: 2B done 10:27:15 #4 DONE 0.0s 10:27:15 10:27:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 0.0s done 10:27:15 #5 CACHED 10:27:15 10:27:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:15 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 0.0s done 10:27:15 #6 CACHED 10:27:15 10:27:15 #7 exporting to image 10:27:15 #7 exporting layers done 10:27:15 #7 exporting manifest sha256:57ce72b862702f55565f50cf50cc360fc3816456d33c64f1dfffe0793194aed3 done 10:27:15 #7 exporting config sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 done 10:27:15 #7 exporting manifest sha256:b56e91c34c307784bd479c4bd2e3390ca2e7eb2074264aa7b98f215f11dbf3f9 done 10:27:15 #7 exporting config sha256:dfd4b2da7077b4d4a741f4a2528934059d931407abd83c11337301cf83e130e6 done 10:27:15 #7 exporting manifest list sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 done 10:27:15 #7 pushing layers 10:27:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:16 #7 pushing layers 0.0s done 10:27:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 0.1s done 10:27:16 #7 DONE 0.1s 10:27:16 10:27:16 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:16 #8 DONE 0.0s 10:27:16 10:27:16 1 warning found (use --debug to expand): 10:27:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 10:27:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 10:27:16 #1 [internal] load build definition from Dockerfile 10:27:16 #1 transferring dockerfile: 175B done 10:27:16 #1 DONE 0.0s 10:27:16 10:27:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:27:16 #2 DONE 0.0s 10:27:16 10:27:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:27:16 #3 DONE 0.0s 10:27:16 10:27:16 #4 [internal] load .dockerignore 10:27:16 #4 transferring context: 2B done 10:27:16 #4 DONE 0.0s 10:27:16 10:27:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:16 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d done 10:27:16 #5 CACHED 10:27:16 10:27:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 10:27:16 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:326f8663d4192ad031dded54d423bb958effef760774c1b8d211d087cb33d30d 0.0s done 10:27:16 #6 CACHED 10:27:16 10:27:16 #7 exporting to image 10:27:16 #7 exporting layers done 10:27:16 #7 exporting manifest sha256:57ce72b862702f55565f50cf50cc360fc3816456d33c64f1dfffe0793194aed3 done 10:27:16 #7 exporting config sha256:09b23e7556108bc55c37feba516908dbd22034d9e717179a0522b95d69d63a20 done 10:27:16 #7 exporting manifest sha256:b56e91c34c307784bd479c4bd2e3390ca2e7eb2074264aa7b98f215f11dbf3f9 done 10:27:16 #7 exporting config sha256:dfd4b2da7077b4d4a741f4a2528934059d931407abd83c11337301cf83e130e6 done 10:27:16 #7 exporting manifest list sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 done 10:27:16 #7 pushing layers 0.0s done 10:27:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 10:27:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d2a62bd8a821025db77fdc9b092ea53adb8eda3d9a3a099a1b7f4efcdfa4c6f9 0.1s done 10:27:16 #7 DONE 0.1s 10:27:16 10:27:16 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:27:16 #8 DONE 0.0s 10:27:16 10:27:16 1 warning found (use --debug to expand): 10:27:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:17 #1 [internal] load build definition from Dockerfile 10:27:17 #1 transferring dockerfile: 215B done 10:27:17 #1 DONE 0.0s 10:27:17 10:27:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:17 #2 DONE 0.0s 10:27:17 10:27:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:17 #3 DONE 0.0s 10:27:17 10:27:17 #4 [internal] load .dockerignore 10:27:17 #4 transferring context: 2B done 10:27:17 #4 DONE 0.0s 10:27:17 10:27:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:17 #5 ... 10:27:17 10:27:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b done 10:27:17 #6 DONE 0.1s 10:27:17 10:27:17 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:27:17 #7 DONE 0.0s 10:27:17 10:27:17 #8 exporting to image 10:27:17 #8 exporting layers done 10:27:17 #8 exporting manifest sha256:3a6c840941cda9b060ff62d3b80ec43dfaa5b3b511cca71f73c2a80eb060e502 done 10:27:17 #8 exporting config sha256:e08a78eff54f64bf59d88f1b3989da6e59c3546a6fd8e8b098f8550979f9ab7a done 10:27:17 #8 exporting manifest sha256:411a18d55ab11931484c0f141fa7138db0c4a6159290c073497d32996acce046 done 10:27:17 #8 exporting config sha256:1c8b35727d9cbf3c2462e5e6da13ef568f15b9532fe737f5ad33257f7ebd774f done 10:27:17 #8 exporting manifest list sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 done 10:27:17 #8 pushing layers 0.1s done 10:27:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 10:27:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 0.1s done 10:27:17 #8 DONE 0.2s 10:27:17 10:27:17 1 warning found (use --debug to expand): 10:27:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 10:27:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 10:27:17 #1 [internal] load build definition from Dockerfile 10:27:17 #1 transferring dockerfile: 181B done 10:27:17 #1 DONE 0.0s 10:27:17 10:27:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:27:17 #2 DONE 0.0s 10:27:17 10:27:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:27:17 #3 DONE 0.0s 10:27:17 10:27:17 #4 [internal] load .dockerignore 10:27:17 #4 transferring context: 2B done 10:27:17 #4 DONE 0.0s 10:27:17 10:27:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 0.0s done 10:27:17 #5 CACHED 10:27:17 10:27:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 0.0s done 10:27:17 #6 CACHED 10:27:17 10:27:17 #7 exporting to image 10:27:17 #7 exporting layers done 10:27:17 #7 exporting manifest sha256:3a6c840941cda9b060ff62d3b80ec43dfaa5b3b511cca71f73c2a80eb060e502 done 10:27:17 #7 exporting config sha256:e08a78eff54f64bf59d88f1b3989da6e59c3546a6fd8e8b098f8550979f9ab7a done 10:27:17 #7 exporting manifest sha256:411a18d55ab11931484c0f141fa7138db0c4a6159290c073497d32996acce046 done 10:27:17 #7 exporting config sha256:1c8b35727d9cbf3c2462e5e6da13ef568f15b9532fe737f5ad33257f7ebd774f done 10:27:17 #7 exporting manifest list sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 done 10:27:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:17 #7 pushing layers 0.0s done 10:27:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 0.1s done 10:27:17 #7 DONE 0.1s 10:27:17 10:27:17 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:27:17 #8 DONE 0.0s 10:27:17 10:27:17 1 warning found (use --debug to expand): 10:27:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34' 10:27:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 --push - 10:27:18 #1 [internal] load build definition from Dockerfile 10:27:18 #1 transferring dockerfile: 187B done 10:27:18 #1 DONE 0.0s 10:27:18 10:27:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 10:27:18 #2 DONE 0.0s 10:27:18 10:27:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34 10:27:18 #3 DONE 0.0s 10:27:18 10:27:18 #4 [internal] load .dockerignore 10:27:18 #4 transferring context: 2B done 10:27:18 #4 DONE 0.0s 10:27:18 10:27:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 0.0s done 10:27:18 #5 CACHED 10:27:18 10:27:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 0.0s done 10:27:18 #6 CACHED 10:27:18 10:27:18 #7 exporting to image 10:27:18 #7 exporting layers done 10:27:18 #7 exporting manifest sha256:3a6c840941cda9b060ff62d3b80ec43dfaa5b3b511cca71f73c2a80eb060e502 done 10:27:18 #7 exporting config sha256:e08a78eff54f64bf59d88f1b3989da6e59c3546a6fd8e8b098f8550979f9ab7a done 10:27:18 #7 exporting manifest sha256:411a18d55ab11931484c0f141fa7138db0c4a6159290c073497d32996acce046 done 10:27:18 #7 exporting config sha256:1c8b35727d9cbf3c2462e5e6da13ef568f15b9532fe737f5ad33257f7ebd774f done 10:27:18 #7 exporting manifest list sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 done 10:27:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:18 #7 pushing layers 0.0s done 10:27:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.34@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 0.1s done 10:27:18 #7 DONE 0.1s 10:27:18 10:27:18 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:27:18 #8 DONE 0.0s 10:27:18 10:27:18 1 warning found (use --debug to expand): 10:27:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:19 #1 [internal] load build definition from Dockerfile 10:27:19 #1 transferring dockerfile: 228B done 10:27:19 #1 DONE 0.0s 10:27:19 10:27:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:19 #2 DONE 0.0s 10:27:19 10:27:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:19 #3 DONE 0.0s 10:27:19 10:27:19 #4 [internal] load .dockerignore 10:27:19 #4 transferring context: 2B done 10:27:19 #4 DONE 0.0s 10:27:19 10:27:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b done 10:27:19 #5 CACHED 10:27:19 10:27:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b done 10:27:19 #6 CACHED 10:27:19 10:27:19 #7 exporting to image 10:27:19 #7 exporting layers done 10:27:19 #7 exporting manifest sha256:3a6c840941cda9b060ff62d3b80ec43dfaa5b3b511cca71f73c2a80eb060e502 done 10:27:19 #7 exporting config sha256:e08a78eff54f64bf59d88f1b3989da6e59c3546a6fd8e8b098f8550979f9ab7a done 10:27:19 #7 exporting manifest sha256:411a18d55ab11931484c0f141fa7138db0c4a6159290c073497d32996acce046 done 10:27:19 #7 exporting config sha256:1c8b35727d9cbf3c2462e5e6da13ef568f15b9532fe737f5ad33257f7ebd774f done 10:27:19 #7 exporting manifest list sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 done 10:27:19 #7 pushing layers 0.0s done 10:27:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 10:27:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 0.1s done 10:27:19 #7 DONE 0.1s 10:27:19 10:27:19 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:27:19 #8 DONE 0.0s 10:27:19 10:27:19 1 warning found (use --debug to expand): 10:27:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 10:27:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 10:27:19 #1 [internal] load build definition from Dockerfile 10:27:19 #1 transferring dockerfile: 179B done 10:27:19 #1 DONE 0.0s 10:27:19 10:27:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:27:19 #2 DONE 0.0s 10:27:19 10:27:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:27:19 #3 DONE 0.0s 10:27:19 10:27:19 #4 [internal] load .dockerignore 10:27:19 #4 transferring context: 2B done 10:27:19 #4 DONE 0.0s 10:27:19 10:27:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b done 10:27:19 #5 CACHED 10:27:19 10:27:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 10:27:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:041fe82b97523dcc2268ae362cd3ed31ad8a8a881e88fb0955afd1052540e03b 0.0s done 10:27:19 #6 CACHED 10:27:19 10:27:19 #7 exporting to image 10:27:19 #7 exporting layers done 10:27:19 #7 exporting manifest sha256:3a6c840941cda9b060ff62d3b80ec43dfaa5b3b511cca71f73c2a80eb060e502 done 10:27:19 #7 exporting config sha256:e08a78eff54f64bf59d88f1b3989da6e59c3546a6fd8e8b098f8550979f9ab7a done 10:27:19 #7 exporting manifest sha256:411a18d55ab11931484c0f141fa7138db0c4a6159290c073497d32996acce046 done 10:27:19 #7 exporting config sha256:1c8b35727d9cbf3c2462e5e6da13ef568f15b9532fe737f5ad33257f7ebd774f done 10:27:19 #7 exporting manifest list sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 done 10:27:19 #7 pushing layers 0.0s done 10:27:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 10:27:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6fade118a0f96cabd00d81c7d7ca9d49c6db09cd63fa74262c78196199692890 0.1s done 10:27:19 #7 DONE 0.1s 10:27:19 10:27:19 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:27:19 #8 DONE 0.0s 10:27:19 10:27:19 1 warning found (use --debug to expand): 10:27:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:19 #1 [internal] load build definition from Dockerfile 10:27:19 #1 transferring dockerfile: 205B done 10:27:19 #1 DONE 0.0s 10:27:19 10:27:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:19 #2 DONE 0.0s 10:27:19 10:27:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:19 #3 DONE 0.0s 10:27:19 10:27:19 #4 [internal] load .dockerignore 10:27:19 #4 transferring context: 2B done 10:27:19 #4 DONE 0.0s 10:27:19 10:27:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:19 #5 DONE 0.0s 10:27:19 10:27:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 0.0s done 10:27:20 #6 DONE 0.0s 10:27:20 10:27:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:20 #5 DONE 0.1s 10:27:20 10:27:20 #7 exporting to image 10:27:20 #7 exporting layers done 10:27:20 #7 exporting manifest sha256:143a4fba3460ee892bffa731a8b90b36cc86c2cfa95745455ba7761122346a00 done 10:27:20 #7 exporting config sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf done 10:27:20 #7 exporting manifest sha256:1fd5753020da8d762b748bdbb18c8640a1269ac11d7f9e1d5001850ec85b17f8 0.0s done 10:27:20 #7 exporting config sha256:db5f91a9b37609208806e618bca7c8bd8c6908a5d3033cbcad33a1eb48f46d52 10:27:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:20 #7 ... 10:27:20 10:27:20 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:27:20 #8 DONE 0.0s 10:27:20 10:27:20 #7 exporting to image 10:27:20 #7 exporting config sha256:db5f91a9b37609208806e618bca7c8bd8c6908a5d3033cbcad33a1eb48f46d52 done 10:27:20 #7 exporting manifest list sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 done 10:27:20 #7 pushing layers 0.1s done 10:27:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 10:27:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 0.1s done 10:27:20 #7 DONE 0.2s 10:27:20 10:27:20 1 warning found (use --debug to expand): 10:27:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 10:27:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 10:27:20 #1 [internal] load build definition from Dockerfile 10:27:20 #1 transferring dockerfile: 171B done 10:27:20 #1 DONE 0.0s 10:27:20 10:27:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:27:20 #2 DONE 0.0s 10:27:20 10:27:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:27:20 #3 DONE 0.0s 10:27:20 10:27:20 #4 [internal] load .dockerignore 10:27:20 #4 transferring context: 2B done 10:27:20 #4 DONE 0.0s 10:27:20 10:27:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:20 #5 CACHED 10:27:20 10:27:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 0.0s done 10:27:20 #6 CACHED 10:27:20 10:27:20 #7 exporting to image 10:27:20 #7 exporting layers done 10:27:20 #7 exporting manifest sha256:143a4fba3460ee892bffa731a8b90b36cc86c2cfa95745455ba7761122346a00 done 10:27:20 #7 exporting config sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf done 10:27:20 #7 exporting manifest sha256:1fd5753020da8d762b748bdbb18c8640a1269ac11d7f9e1d5001850ec85b17f8 done 10:27:20 #7 exporting config sha256:db5f91a9b37609208806e618bca7c8bd8c6908a5d3033cbcad33a1eb48f46d52 done 10:27:20 #7 exporting manifest list sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 done 10:27:20 #7 pushing layers 0.0s done 10:27:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 10:27:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 0.1s done 10:27:20 #7 DONE 0.1s 10:27:20 10:27:20 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:27:20 #8 DONE 0.0s 10:27:20 10:27:20 1 warning found (use --debug to expand): 10:27:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34' 10:27:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 --push - 10:27:21 #1 [internal] load build definition from Dockerfile 10:27:21 #1 transferring dockerfile: 177B done 10:27:21 #1 DONE 0.0s 10:27:21 10:27:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 10:27:21 #2 DONE 0.0s 10:27:21 10:27:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34 10:27:21 #3 DONE 0.0s 10:27:21 10:27:21 #4 [internal] load .dockerignore 10:27:21 #4 transferring context: 2B done 10:27:21 #4 DONE 0.0s 10:27:21 10:27:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:21 #5 CACHED 10:27:21 10:27:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 0.0s done 10:27:21 #6 CACHED 10:27:21 10:27:21 #7 exporting to image 10:27:21 #7 exporting layers done 10:27:21 #7 exporting manifest sha256:143a4fba3460ee892bffa731a8b90b36cc86c2cfa95745455ba7761122346a00 done 10:27:21 #7 exporting config sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf 10:27:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:21 #7 exporting config sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf done 10:27:21 #7 exporting manifest sha256:1fd5753020da8d762b748bdbb18c8640a1269ac11d7f9e1d5001850ec85b17f8 done 10:27:21 #7 exporting config sha256:db5f91a9b37609208806e618bca7c8bd8c6908a5d3033cbcad33a1eb48f46d52 done 10:27:21 #7 exporting manifest list sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 done 10:27:21 #7 pushing layers 0.0s done 10:27:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.34@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 0.1s done 10:27:21 #7 DONE 0.1s 10:27:21 10:27:21 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:27:21 #8 DONE 0.0s 10:27:21 10:27:21 1 warning found (use --debug to expand): 10:27:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:21 #1 [internal] load build definition from Dockerfile 10:27:21 #1 transferring dockerfile: 218B done 10:27:21 #1 DONE 0.0s 10:27:21 10:27:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:21 #2 DONE 0.0s 10:27:21 10:27:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:21 #3 DONE 0.0s 10:27:21 10:27:21 #4 [internal] load .dockerignore 10:27:21 #4 transferring context: 2B done 10:27:21 #4 DONE 0.0s 10:27:21 10:27:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:21 #5 CACHED 10:27:21 10:27:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 0.0s done 10:27:21 #6 CACHED 10:27:21 10:27:21 #7 exporting to image 10:27:21 #7 exporting layers done 10:27:21 #7 exporting manifest sha256:143a4fba3460ee892bffa731a8b90b36cc86c2cfa95745455ba7761122346a00 done 10:27:21 #7 exporting config sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf done 10:27:21 #7 exporting manifest sha256:1fd5753020da8d762b748bdbb18c8640a1269ac11d7f9e1d5001850ec85b17f8 done 10:27:21 #7 exporting config sha256:db5f91a9b37609208806e618bca7c8bd8c6908a5d3033cbcad33a1eb48f46d52 done 10:27:21 #7 exporting manifest list sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 done 10:27:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:22 #7 pushing layers 0.0s done 10:27:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 0.1s done 10:27:22 #7 DONE 0.1s 10:27:22 10:27:22 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:27:22 #8 DONE 0.0s 10:27:22 10:27:22 1 warning found (use --debug to expand): 10:27:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 10:27:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 10:27:22 #1 [internal] load build definition from Dockerfile 10:27:22 #1 transferring dockerfile: 169B done 10:27:22 #1 DONE 0.0s 10:27:22 10:27:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:27:22 #2 DONE 0.0s 10:27:22 10:27:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:27:22 #3 DONE 0.0s 10:27:22 10:27:22 #4 [internal] load .dockerignore 10:27:22 #4 transferring context: 2B done 10:27:22 #4 DONE 0.0s 10:27:22 10:27:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:22 #5 CACHED 10:27:22 10:27:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae 10:27:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5da0b8d2a80cac21ffaa4e9bf7d2b0463e526fb02f933333323941b96fe298ae done 10:27:22 #6 CACHED 10:27:22 10:27:22 #7 exporting to image 10:27:22 #7 exporting layers done 10:27:22 #7 exporting manifest sha256:143a4fba3460ee892bffa731a8b90b36cc86c2cfa95745455ba7761122346a00 done 10:27:22 #7 exporting config sha256:67b63483902f750b81426a18a6d4800e8b509f59230592995686be4172a959bf done 10:27:22 #7 exporting manifest sha256:1fd5753020da8d762b748bdbb18c8640a1269ac11d7f9e1d5001850ec85b17f8 done 10:27:22 #7 exporting config sha256:db5f91a9b37609208806e618bca7c8bd8c6908a5d3033cbcad33a1eb48f46d52 done 10:27:22 #7 exporting manifest list sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 done 10:27:22 #7 pushing layers 0.0s done 10:27:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 10:27:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5a0f5ef04329c6248930fe9af1b26b7a2a1ef5e4919875c220467804df219131 0.1s done 10:27:22 #7 DONE 0.1s 10:27:22 10:27:22 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:27:22 #8 DONE 0.0s 10:27:22 10:27:22 1 warning found (use --debug to expand): 10:27:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:22 #1 [internal] load build definition from Dockerfile 10:27:22 #1 transferring dockerfile: 206B done 10:27:22 #1 DONE 0.0s 10:27:22 10:27:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:22 #2 DONE 0.0s 10:27:22 10:27:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:22 #3 DONE 0.0s 10:27:22 10:27:22 #4 [internal] load .dockerignore 10:27:22 #4 transferring context: 2B done 10:27:22 #4 DONE 0.0s 10:27:22 10:27:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 0.0s done 10:27:22 #5 DONE 0.0s 10:27:22 10:27:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 0.0s done 10:27:23 #6 DONE 0.0s 10:27:23 10:27:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 0.0s done 10:27:23 #5 DONE 0.1s 10:27:23 10:27:23 #7 exporting to image 10:27:23 #7 exporting layers done 10:27:23 #7 exporting manifest sha256:15c7d4d5a64e64cf2278e92c901a288b441e78dab3c60809b7e8adb2190c6008 done 10:27:23 #7 exporting config sha256:91f241c8d136b02c894945cff5325c0b549ce208ac4e279bb2d8e0afaa959cbb done 10:27:23 #7 exporting manifest sha256:1638cb4732d514ad9360f70d0c5d78d8336ffb0036c764d4b0d9a2a96ce5330a done 10:27:23 #7 exporting config sha256:d8f22c412fbde21e06cfc1277f7952636af69b11b02db68465a6f6454f381c48 done 10:27:23 #7 exporting manifest list sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d done 10:27:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:23 #7 ... 10:27:23 10:27:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:27:23 #8 DONE 0.0s 10:27:23 10:27:23 #7 exporting to image 10:27:23 #7 pushing layers 0.1s done 10:27:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 10:27:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 0.1s done 10:27:23 #7 DONE 0.2s 10:27:23 10:27:23 1 warning found (use --debug to expand): 10:27:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 10:27:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 10:27:23 #1 [internal] load build definition from Dockerfile 10:27:23 #1 transferring dockerfile: 172B done 10:27:23 #1 DONE 0.0s 10:27:23 10:27:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:27:23 #2 DONE 0.0s 10:27:23 10:27:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:27:23 #3 DONE 0.0s 10:27:23 10:27:23 #4 [internal] load .dockerignore 10:27:23 #4 transferring context: 2B done 10:27:23 #4 DONE 0.0s 10:27:23 10:27:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 done 10:27:23 #5 CACHED 10:27:23 10:27:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 0.0s done 10:27:23 #6 CACHED 10:27:23 10:27:23 #7 exporting to image 10:27:23 #7 exporting layers done 10:27:23 #7 exporting manifest sha256:15c7d4d5a64e64cf2278e92c901a288b441e78dab3c60809b7e8adb2190c6008 done 10:27:23 #7 exporting config sha256:91f241c8d136b02c894945cff5325c0b549ce208ac4e279bb2d8e0afaa959cbb done 10:27:23 #7 exporting manifest sha256:1638cb4732d514ad9360f70d0c5d78d8336ffb0036c764d4b0d9a2a96ce5330a done 10:27:23 #7 exporting config sha256:d8f22c412fbde21e06cfc1277f7952636af69b11b02db68465a6f6454f381c48 done 10:27:23 #7 exporting manifest list sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d done 10:27:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:23 #7 pushing layers 0.0s done 10:27:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 0.1s done 10:27:23 #7 DONE 0.1s 10:27:23 10:27:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:27:23 #8 DONE 0.0s 10:27:23 10:27:23 1 warning found (use --debug to expand): 10:27:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34' 10:27:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 --push - 10:27:24 #1 [internal] load build definition from Dockerfile 10:27:24 #1 transferring dockerfile: 178B done 10:27:24 #1 DONE 0.0s 10:27:24 10:27:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 10:27:24 #2 DONE 0.0s 10:27:24 10:27:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34 10:27:24 #3 DONE 0.0s 10:27:24 10:27:24 #4 [internal] load .dockerignore 10:27:24 #4 transferring context: 2B done 10:27:24 #4 DONE 0.0s 10:27:24 10:27:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 done 10:27:24 #5 CACHED 10:27:24 10:27:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 done 10:27:24 #6 CACHED 10:27:24 10:27:24 #7 exporting to image 10:27:24 #7 exporting layers done 10:27:24 #7 exporting manifest sha256:15c7d4d5a64e64cf2278e92c901a288b441e78dab3c60809b7e8adb2190c6008 done 10:27:24 #7 exporting config sha256:91f241c8d136b02c894945cff5325c0b549ce208ac4e279bb2d8e0afaa959cbb done 10:27:24 #7 exporting manifest sha256:1638cb4732d514ad9360f70d0c5d78d8336ffb0036c764d4b0d9a2a96ce5330a done 10:27:24 #7 exporting config sha256:d8f22c412fbde21e06cfc1277f7952636af69b11b02db68465a6f6454f381c48 done 10:27:24 #7 exporting manifest list sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d done 10:27:24 #7 pushing layers 0.0s done 10:27:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 10:27:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.34@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 0.1s done 10:27:24 #7 DONE 0.1s 10:27:24 10:27:24 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:27:24 #8 DONE 0.0s 10:27:24 10:27:24 1 warning found (use --debug to expand): 10:27:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:24 #1 [internal] load build definition from Dockerfile 10:27:24 #1 transferring dockerfile: 219B done 10:27:24 #1 DONE 0.0s 10:27:24 10:27:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:24 #2 DONE 0.0s 10:27:24 10:27:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:24 #3 DONE 0.0s 10:27:24 10:27:24 #4 [internal] load .dockerignore 10:27:24 #4 transferring context: 2B done 10:27:24 #4 DONE 0.0s 10:27:24 10:27:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 done 10:27:24 #5 CACHED 10:27:24 10:27:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 done 10:27:24 #6 CACHED 10:27:24 10:27:24 #7 exporting to image 10:27:24 #7 exporting layers done 10:27:24 #7 exporting manifest sha256:15c7d4d5a64e64cf2278e92c901a288b441e78dab3c60809b7e8adb2190c6008 done 10:27:24 #7 exporting config sha256:91f241c8d136b02c894945cff5325c0b549ce208ac4e279bb2d8e0afaa959cbb done 10:27:24 #7 exporting manifest sha256:1638cb4732d514ad9360f70d0c5d78d8336ffb0036c764d4b0d9a2a96ce5330a done 10:27:24 #7 exporting config sha256:d8f22c412fbde21e06cfc1277f7952636af69b11b02db68465a6f6454f381c48 done 10:27:24 #7 exporting manifest list sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 10:27:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:25 #7 exporting manifest list sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d done 10:27:25 #7 pushing layers 0.0s done 10:27:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 0.1s done 10:27:25 #7 DONE 0.1s 10:27:25 10:27:25 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:27:25 #8 DONE 0.0s 10:27:25 10:27:25 1 warning found (use --debug to expand): 10:27:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 10:27:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 10:27:25 #1 [internal] load build definition from Dockerfile 10:27:25 #1 transferring dockerfile: 170B done 10:27:25 #1 DONE 0.0s 10:27:25 10:27:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:27:25 #2 DONE 0.0s 10:27:25 10:27:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:27:25 #3 DONE 0.0s 10:27:25 10:27:25 #4 [internal] load .dockerignore 10:27:25 #4 transferring context: 2B done 10:27:25 #4 DONE 0.0s 10:27:25 10:27:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 0.0s done 10:27:25 #5 DONE 0.0s 10:27:25 10:27:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 0.0s done 10:27:25 #6 CACHED 10:27:25 10:27:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:0c740b197def2ca679c28d95b0da7424c0c629096094d9d637dc70a05a0ea558 10:27:25 #5 CACHED 10:27:25 10:27:25 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:27:25 #7 DONE 0.0s 10:27:25 10:27:25 #8 exporting to image 10:27:25 #8 exporting layers done 10:27:25 #8 exporting manifest sha256:15c7d4d5a64e64cf2278e92c901a288b441e78dab3c60809b7e8adb2190c6008 done 10:27:25 #8 exporting config sha256:91f241c8d136b02c894945cff5325c0b549ce208ac4e279bb2d8e0afaa959cbb done 10:27:25 #8 exporting manifest sha256:1638cb4732d514ad9360f70d0c5d78d8336ffb0036c764d4b0d9a2a96ce5330a done 10:27:25 #8 exporting config sha256:d8f22c412fbde21e06cfc1277f7952636af69b11b02db68465a6f6454f381c48 done 10:27:25 #8 exporting manifest list sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d done 10:27:25 #8 pushing layers 0.0s done 10:27:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ed91bb0e039ec5c89c7a2de05d3ad413c72fa36a6c01467cbab076ef276bc61d 0.1s done 10:27:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:25 #8 DONE 0.1s 10:27:25 10:27:25 1 warning found (use --debug to expand): 10:27:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:25 #1 [internal] load build definition from Dockerfile 10:27:25 #1 transferring dockerfile: 206B done 10:27:25 #1 DONE 0.0s 10:27:25 10:27:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:25 #2 DONE 0.0s 10:27:25 10:27:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:25 #3 DONE 0.0s 10:27:25 10:27:25 #4 [internal] load .dockerignore 10:27:25 #4 transferring context: 2B done 10:27:25 #4 DONE 0.0s 10:27:25 10:27:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:26 #5 DONE 0.1s 10:27:26 10:27:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:26 #6 DONE 0.0s 10:27:26 10:27:26 #7 exporting to image 10:27:26 #7 exporting layers done 10:27:26 #7 exporting manifest sha256:b538e857efa33fcff8925621af50b6f071be58b1c95b5d95ad81284b769a5932 done 10:27:26 #7 exporting config sha256:7829702eed6d587114093edfe24caa0695f8507252a2c99bd141e9ae5851d29e done 10:27:26 #7 exporting manifest sha256:d0ee9fa07a63c806264c760842897f7aaf4191df2891f49c1730f5d69ee7720f done 10:27:26 #7 exporting config sha256:2058d3bd57a07e5acb13df507c380b93f3584fc88e8de2f32732385ec2c0da13 done 10:27:26 #7 exporting manifest list sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 done 10:27:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:26 #7 ... 10:27:26 10:27:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:27:26 #8 DONE 0.0s 10:27:26 10:27:26 #7 exporting to image 10:27:26 #7 pushing layers 0.1s done 10:27:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 10:27:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 0.1s done 10:27:26 #7 DONE 0.2s 10:27:26 10:27:26 1 warning found (use --debug to expand): 10:27:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 10:27:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 10:27:26 #1 [internal] load build definition from Dockerfile 10:27:26 #1 transferring dockerfile: 172B done 10:27:26 #1 DONE 0.0s 10:27:26 10:27:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:27:26 #2 DONE 0.0s 10:27:26 10:27:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:27:26 #3 DONE 0.0s 10:27:26 10:27:26 #4 [internal] load .dockerignore 10:27:26 #4 transferring context: 2B done 10:27:26 #4 DONE 0.0s 10:27:26 10:27:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:26 #5 CACHED 10:27:26 10:27:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:26 #6 CACHED 10:27:26 10:27:26 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:27:26 #7 DONE 0.0s 10:27:26 10:27:26 #8 exporting to image 10:27:26 #8 exporting layers done 10:27:26 #8 exporting manifest sha256:b538e857efa33fcff8925621af50b6f071be58b1c95b5d95ad81284b769a5932 done 10:27:26 #8 exporting config sha256:7829702eed6d587114093edfe24caa0695f8507252a2c99bd141e9ae5851d29e done 10:27:26 #8 exporting manifest sha256:d0ee9fa07a63c806264c760842897f7aaf4191df2891f49c1730f5d69ee7720f done 10:27:26 #8 exporting config sha256:2058d3bd57a07e5acb13df507c380b93f3584fc88e8de2f32732385ec2c0da13 done 10:27:26 #8 exporting manifest list sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 done 10:27:26 #8 pushing layers 0.0s done 10:27:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 0.1s done 10:27:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:26 #8 DONE 0.1s 10:27:26 10:27:26 1 warning found (use --debug to expand): 10:27:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34' 10:27:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 --push - 10:27:27 #1 [internal] load build definition from Dockerfile 10:27:27 #1 transferring dockerfile: 178B done 10:27:27 #1 DONE 0.0s 10:27:27 10:27:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 10:27:27 #2 DONE 0.0s 10:27:27 10:27:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34 10:27:27 #3 DONE 0.0s 10:27:27 10:27:27 #4 [internal] load .dockerignore 10:27:27 #4 transferring context: 2B done 10:27:27 #4 DONE 0.0s 10:27:27 10:27:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:27 #5 DONE 0.0s 10:27:27 10:27:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:27 #6 CACHED 10:27:27 10:27:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:27 #5 CACHED 10:27:27 10:27:27 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:27:27 #7 DONE 0.0s 10:27:27 10:27:27 #8 exporting to image 10:27:27 #8 exporting layers done 10:27:27 #8 exporting manifest sha256:b538e857efa33fcff8925621af50b6f071be58b1c95b5d95ad81284b769a5932 done 10:27:27 #8 exporting config sha256:7829702eed6d587114093edfe24caa0695f8507252a2c99bd141e9ae5851d29e done 10:27:27 #8 exporting manifest sha256:d0ee9fa07a63c806264c760842897f7aaf4191df2891f49c1730f5d69ee7720f done 10:27:27 #8 exporting config sha256:2058d3bd57a07e5acb13df507c380b93f3584fc88e8de2f32732385ec2c0da13 done 10:27:27 #8 exporting manifest list sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 done 10:27:27 #8 pushing layers 0.0s done 10:27:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.34@sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 0.1s done 10:27:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:27 #8 DONE 0.1s 10:27:27 10:27:27 1 warning found (use --debug to expand): 10:27:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:28 #1 [internal] load build definition from Dockerfile 10:27:28 #1 transferring dockerfile: 219B done 10:27:28 #1 DONE 0.0s 10:27:28 10:27:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:28 #2 DONE 0.0s 10:27:28 10:27:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:28 #3 DONE 0.0s 10:27:28 10:27:28 #4 [internal] load .dockerignore 10:27:28 #4 transferring context: 2B done 10:27:28 #4 DONE 0.0s 10:27:28 10:27:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:28 #5 CACHED 10:27:28 10:27:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:28 #6 CACHED 10:27:28 10:27:28 #7 exporting to image 10:27:28 #7 exporting layers done 10:27:28 #7 exporting manifest sha256:b538e857efa33fcff8925621af50b6f071be58b1c95b5d95ad81284b769a5932 done 10:27:28 #7 exporting config sha256:7829702eed6d587114093edfe24caa0695f8507252a2c99bd141e9ae5851d29e done 10:27:28 #7 exporting manifest sha256:d0ee9fa07a63c806264c760842897f7aaf4191df2891f49c1730f5d69ee7720f done 10:27:28 #7 exporting config sha256:2058d3bd57a07e5acb13df507c380b93f3584fc88e8de2f32732385ec2c0da13 done 10:27:28 #7 exporting manifest list sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 10:27:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:28 #7 exporting manifest list sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 done 10:27:28 #7 pushing layers 0.0s done 10:27:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 0.1s done 10:27:28 #7 DONE 0.1s 10:27:28 10:27:28 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:27:28 #8 DONE 0.0s 10:27:28 10:27:28 1 warning found (use --debug to expand): 10:27:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 10:27:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 10:27:28 #1 [internal] load build definition from Dockerfile 10:27:28 #1 transferring dockerfile: 170B done 10:27:28 #1 DONE 0.0s 10:27:28 10:27:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:27:28 #2 DONE 0.0s 10:27:28 10:27:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:27:28 #3 DONE 0.0s 10:27:28 10:27:28 #4 [internal] load .dockerignore 10:27:28 #4 transferring context: 2B done 10:27:28 #4 DONE 0.0s 10:27:28 10:27:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d done 10:27:28 #5 CACHED 10:27:28 10:27:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 10:27:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3ebafcf04756fd6df8576ab9923729d130e8566ae9aa291c93cb2ccc49dfb62d 0.0s done 10:27:28 #6 CACHED 10:27:28 10:27:28 #7 exporting to image 10:27:28 #7 exporting layers done 10:27:28 #7 exporting manifest sha256:b538e857efa33fcff8925621af50b6f071be58b1c95b5d95ad81284b769a5932 10:27:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:28 #7 exporting manifest sha256:b538e857efa33fcff8925621af50b6f071be58b1c95b5d95ad81284b769a5932 done 10:27:28 #7 exporting config sha256:7829702eed6d587114093edfe24caa0695f8507252a2c99bd141e9ae5851d29e done 10:27:28 #7 exporting manifest sha256:d0ee9fa07a63c806264c760842897f7aaf4191df2891f49c1730f5d69ee7720f done 10:27:28 #7 exporting config sha256:2058d3bd57a07e5acb13df507c380b93f3584fc88e8de2f32732385ec2c0da13 done 10:27:28 #7 exporting manifest list sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 done 10:27:28 #7 pushing layers 0.0s done 10:27:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:52d1faccff2c7b3e7d09e2bee44dd7e825b9aafc74fa53352205b07dae1b11a4 0.1s done 10:27:28 #7 DONE 0.1s 10:27:28 10:27:28 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:27:28 #8 DONE 0.0s 10:27:28 10:27:28 1 warning found (use --debug to expand): 10:27:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:29 #1 [internal] load build definition from Dockerfile 10:27:29 #1 transferring dockerfile: 206B done 10:27:29 #1 DONE 0.0s 10:27:29 10:27:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:29 #2 DONE 0.0s 10:27:29 10:27:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:29 #3 DONE 0.0s 10:27:29 10:27:29 #4 [internal] load .dockerignore 10:27:29 #4 transferring context: 2B done 10:27:29 #4 DONE 0.0s 10:27:29 10:27:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 0.0s done 10:27:29 #5 DONE 0.0s 10:27:29 10:27:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 done 10:27:29 #6 DONE 0.1s 10:27:29 10:27:29 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:27:29 #7 DONE 0.0s 10:27:29 10:27:29 #8 exporting to image 10:27:29 #8 exporting layers done 10:27:29 #8 exporting manifest sha256:bc1b2428a20355468e5b785277e03bf207e01c52f727581961b5c9debe89680a done 10:27:29 #8 exporting config sha256:41d80453a452e0bccd709592b9d756745a9cf257af29dd04ccd51dfe5195f3aa done 10:27:29 #8 exporting manifest sha256:73a8424359ab221f246d5aa24ecc6caa36a1466670d487b7faf91c31e846f304 done 10:27:29 #8 exporting config sha256:2d0ae700154d13705c33c20cd61998daa693eb588e1644441164378ac400f137 done 10:27:29 #8 exporting manifest list sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 done 10:27:29 #8 pushing layers 0.1s done 10:27:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 0.1s done 10:27:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:29 #8 DONE 0.2s 10:27:29 10:27:29 1 warning found (use --debug to expand): 10:27:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 10:27:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 10:27:29 #1 [internal] load build definition from Dockerfile 10:27:29 #1 transferring dockerfile: 172B done 10:27:29 #1 DONE 0.0s 10:27:29 10:27:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:27:29 #2 DONE 0.0s 10:27:29 10:27:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:27:29 #3 DONE 0.0s 10:27:29 10:27:29 #4 [internal] load .dockerignore 10:27:29 #4 transferring context: 2B done 10:27:29 #4 DONE 0.0s 10:27:29 10:27:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 done 10:27:29 #5 CACHED 10:27:29 10:27:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 done 10:27:29 #6 CACHED 10:27:29 10:27:29 #7 exporting to image 10:27:29 #7 exporting layers done 10:27:29 #7 exporting manifest sha256:bc1b2428a20355468e5b785277e03bf207e01c52f727581961b5c9debe89680a done 10:27:29 #7 exporting config sha256:41d80453a452e0bccd709592b9d756745a9cf257af29dd04ccd51dfe5195f3aa done 10:27:29 #7 exporting manifest sha256:73a8424359ab221f246d5aa24ecc6caa36a1466670d487b7faf91c31e846f304 done 10:27:29 #7 exporting config sha256:2d0ae700154d13705c33c20cd61998daa693eb588e1644441164378ac400f137 done 10:27:29 #7 exporting manifest list sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 10:27:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:29 #7 exporting manifest list sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 done 10:27:29 #7 pushing layers 0.0s done 10:27:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 0.1s done 10:27:29 #7 DONE 0.1s 10:27:29 10:27:29 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:27:29 #8 DONE 0.0s 10:27:29 10:27:29 1 warning found (use --debug to expand): 10:27:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34' 10:27:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 --push - 10:27:30 #1 [internal] load build definition from Dockerfile 10:27:30 #1 transferring dockerfile: 178B done 10:27:30 #1 DONE 0.0s 10:27:30 10:27:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 10:27:30 #2 DONE 0.0s 10:27:30 10:27:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34 10:27:30 #3 DONE 0.0s 10:27:30 10:27:30 #4 [internal] load .dockerignore 10:27:30 #4 transferring context: 2B done 10:27:30 #4 DONE 0.0s 10:27:30 10:27:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:30 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 0.0s done 10:27:30 #5 CACHED 10:27:30 10:27:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:30 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 0.0s done 10:27:30 #6 CACHED 10:27:30 10:27:30 #7 exporting to image 10:27:30 #7 exporting layers done 10:27:30 #7 exporting manifest sha256:bc1b2428a20355468e5b785277e03bf207e01c52f727581961b5c9debe89680a done 10:27:30 #7 exporting config sha256:41d80453a452e0bccd709592b9d756745a9cf257af29dd04ccd51dfe5195f3aa done 10:27:30 #7 exporting manifest sha256:73a8424359ab221f246d5aa24ecc6caa36a1466670d487b7faf91c31e846f304 done 10:27:30 #7 exporting config sha256:2d0ae700154d13705c33c20cd61998daa693eb588e1644441164378ac400f137 done 10:27:30 #7 exporting manifest list sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 done 10:27:30 #7 pushing layers 10:27:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:30 #7 pushing layers 0.0s done 10:27:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.34@sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 0.1s done 10:27:30 #7 DONE 0.1s 10:27:30 10:27:30 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:27:30 #8 DONE 0.0s 10:27:30 10:27:30 1 warning found (use --debug to expand): 10:27:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:31 #1 [internal] load build definition from Dockerfile 10:27:31 #1 transferring dockerfile: 219B done 10:27:31 #1 DONE 0.0s 10:27:31 10:27:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:31 #2 DONE 0.0s 10:27:31 10:27:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:31 #3 DONE 0.0s 10:27:31 10:27:31 #4 [internal] load .dockerignore 10:27:31 #4 transferring context: 2B done 10:27:31 #4 DONE 0.0s 10:27:31 10:27:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:31 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 done 10:27:31 #5 CACHED 10:27:31 10:27:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:31 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 0.0s done 10:27:31 #6 CACHED 10:27:31 10:27:31 #7 exporting to image 10:27:31 #7 exporting layers done 10:27:31 #7 exporting manifest sha256:bc1b2428a20355468e5b785277e03bf207e01c52f727581961b5c9debe89680a done 10:27:31 #7 exporting config sha256:41d80453a452e0bccd709592b9d756745a9cf257af29dd04ccd51dfe5195f3aa done 10:27:31 #7 exporting manifest sha256:73a8424359ab221f246d5aa24ecc6caa36a1466670d487b7faf91c31e846f304 done 10:27:31 #7 exporting config sha256:2d0ae700154d13705c33c20cd61998daa693eb588e1644441164378ac400f137 done 10:27:31 #7 exporting manifest list sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 done 10:27:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:31 #7 pushing layers 0.0s done 10:27:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 0.1s done 10:27:31 #7 DONE 0.1s 10:27:31 10:27:31 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:27:31 #8 DONE 0.0s 10:27:31 10:27:31 1 warning found (use --debug to expand): 10:27:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 10:27:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 10:27:31 #1 [internal] load build definition from Dockerfile 10:27:31 #1 transferring dockerfile: 170B done 10:27:31 #1 DONE 0.0s 10:27:31 10:27:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:27:31 #2 DONE 0.0s 10:27:31 10:27:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:27:31 #3 DONE 0.0s 10:27:31 10:27:31 #4 [internal] load .dockerignore 10:27:31 #4 transferring context: 2B done 10:27:31 #4 DONE 0.0s 10:27:31 10:27:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:31 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 0.0s done 10:27:31 #5 CACHED 10:27:31 10:27:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 10:27:31 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4873930175a1da711b3c66690fb92065ad575013f45b076393a2d796666a2552 done 10:27:31 #6 CACHED 10:27:31 10:27:31 #7 exporting to image 10:27:31 #7 exporting layers done 10:27:31 #7 exporting manifest sha256:bc1b2428a20355468e5b785277e03bf207e01c52f727581961b5c9debe89680a done 10:27:31 #7 exporting config sha256:41d80453a452e0bccd709592b9d756745a9cf257af29dd04ccd51dfe5195f3aa done 10:27:31 #7 exporting manifest sha256:73a8424359ab221f246d5aa24ecc6caa36a1466670d487b7faf91c31e846f304 done 10:27:31 #7 exporting config sha256:2d0ae700154d13705c33c20cd61998daa693eb588e1644441164378ac400f137 done 10:27:31 #7 exporting manifest list sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 done 10:27:31 #7 pushing layers 0.0s done 10:27:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 10:27:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:d66f1e50829fe49bc9ec121f04454804696f8a007d9cf008689ff87073a690f9 0.1s done 10:27:31 #7 DONE 0.1s 10:27:31 10:27:31 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:27:31 #8 DONE 0.0s 10:27:31 10:27:31 1 warning found (use --debug to expand): 10:27:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4' 10:27:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 --push - 10:27:32 #1 [internal] load build definition from Dockerfile 10:27:32 #1 transferring dockerfile: 202B done 10:27:32 #1 DONE 0.0s 10:27:32 10:27:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:32 #2 DONE 0.0s 10:27:32 10:27:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:27:32 #3 DONE 0.0s 10:27:32 10:27:32 #4 [internal] load .dockerignore 10:27:32 #4 transferring context: 2B done 10:27:32 #4 DONE 0.0s 10:27:32 10:27:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 0.0s done 10:27:32 #5 DONE 0.0s 10:27:32 10:27:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 0.0s done 10:27:32 #6 DONE 0.0s 10:27:32 10:27:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 0.0s done 10:27:32 #5 DONE 0.1s 10:27:32 10:27:32 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:27:32 #7 DONE 0.0s 10:27:32 10:27:32 #8 exporting to image 10:27:32 #8 exporting layers done 10:27:32 #8 exporting manifest sha256:25fec173b4bda4bc8a7c77814a8ba065616c2508548b39c43c676aca4014126b done 10:27:32 #8 exporting config sha256:3bc7953549de95fccf1fabd110f7394b891a51b294f9a6d48b0efc1ef8e2a4cf done 10:27:32 #8 exporting manifest sha256:f9e8c513e9789de298d4faa11e86108f5214af6ba50ea8cb6007f945c338e58b done 10:27:32 #8 exporting config sha256:b02c9c11e2d132f59d2ba18a2a7a110508745ab47edfc3914f98a7bb282e8b10 done 10:27:32 #8 exporting manifest list sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 done 10:27:32 #8 pushing layers 0.1s done 10:27:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4@sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 0.1s done 10:27:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:32 #8 DONE 0.2s 10:27:32 10:27:32 1 warning found (use --debug to expand): 10:27:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 10:27:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 10:27:32 #1 [internal] load build definition from Dockerfile 10:27:32 #1 transferring dockerfile: 168B done 10:27:32 #1 DONE 0.0s 10:27:32 10:27:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:27:32 #2 DONE 0.0s 10:27:32 10:27:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:27:32 #3 DONE 0.0s 10:27:32 10:27:32 #4 [internal] load .dockerignore 10:27:32 #4 transferring context: 2B done 10:27:32 #4 DONE 0.0s 10:27:32 10:27:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 done 10:27:32 #5 CACHED 10:27:32 10:27:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 done 10:27:32 #6 CACHED 10:27:32 10:27:32 #7 exporting to image 10:27:32 #7 exporting layers 10:27:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:32 #7 exporting layers done 10:27:32 #7 exporting manifest sha256:25fec173b4bda4bc8a7c77814a8ba065616c2508548b39c43c676aca4014126b done 10:27:32 #7 exporting config sha256:3bc7953549de95fccf1fabd110f7394b891a51b294f9a6d48b0efc1ef8e2a4cf done 10:27:32 #7 exporting manifest sha256:f9e8c513e9789de298d4faa11e86108f5214af6ba50ea8cb6007f945c338e58b done 10:27:32 #7 exporting config sha256:b02c9c11e2d132f59d2ba18a2a7a110508745ab47edfc3914f98a7bb282e8b10 done 10:27:32 #7 exporting manifest list sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 done 10:27:32 #7 pushing layers 0.0s done 10:27:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 0.1s done 10:27:32 #7 DONE 0.1s 10:27:32 10:27:32 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:27:32 #8 DONE 0.0s 10:27:32 10:27:32 1 warning found (use --debug to expand): 10:27:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34' 10:27:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 --push - 10:27:33 #1 [internal] load build definition from Dockerfile 10:27:33 #1 transferring dockerfile: 174B done 10:27:33 #1 DONE 0.0s 10:27:33 10:27:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 10:27:33 #2 DONE 0.0s 10:27:33 10:27:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34 10:27:33 #3 DONE 0.0s 10:27:33 10:27:33 #4 [internal] load .dockerignore 10:27:33 #4 transferring context: 2B done 10:27:33 #4 DONE 0.0s 10:27:33 10:27:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:33 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 0.0s done 10:27:33 #5 CACHED 10:27:33 10:27:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:33 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 done 10:27:33 #6 CACHED 10:27:33 10:27:33 #7 exporting to image 10:27:33 #7 exporting layers done 10:27:33 #7 exporting manifest sha256:25fec173b4bda4bc8a7c77814a8ba065616c2508548b39c43c676aca4014126b done 10:27:33 #7 exporting config sha256:3bc7953549de95fccf1fabd110f7394b891a51b294f9a6d48b0efc1ef8e2a4cf done 10:27:33 #7 exporting manifest sha256:f9e8c513e9789de298d4faa11e86108f5214af6ba50ea8cb6007f945c338e58b done 10:27:33 #7 exporting config sha256:b02c9c11e2d132f59d2ba18a2a7a110508745ab47edfc3914f98a7bb282e8b10 done 10:27:33 #7 exporting manifest list sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 done 10:27:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:33 #7 pushing layers 0.0s done 10:27:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.34@sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 0.1s done 10:27:33 #7 DONE 0.1s 10:27:33 10:27:33 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:27:33 #8 DONE 0.0s 10:27:33 10:27:33 1 warning found (use --debug to expand): 10:27:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34' 10:27:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 --push - 10:27:34 #1 [internal] load build definition from Dockerfile 10:27:34 #1 transferring dockerfile: 215B done 10:27:34 #1 DONE 0.0s 10:27:34 10:27:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:34 #2 DONE 0.0s 10:27:34 10:27:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:27:34 #3 DONE 0.0s 10:27:34 10:27:34 #4 [internal] load .dockerignore 10:27:34 #4 transferring context: 2B done 10:27:34 #4 DONE 0.0s 10:27:34 10:27:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:34 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 done 10:27:34 #5 CACHED 10:27:34 10:27:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:34 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 done 10:27:34 #6 CACHED 10:27:34 10:27:34 #7 exporting to image 10:27:34 #7 exporting layers done 10:27:34 #7 exporting manifest sha256:25fec173b4bda4bc8a7c77814a8ba065616c2508548b39c43c676aca4014126b done 10:27:34 #7 exporting config sha256:3bc7953549de95fccf1fabd110f7394b891a51b294f9a6d48b0efc1ef8e2a4cf done 10:27:34 #7 exporting manifest sha256:f9e8c513e9789de298d4faa11e86108f5214af6ba50ea8cb6007f945c338e58b done 10:27:34 #7 exporting config sha256:b02c9c11e2d132f59d2ba18a2a7a110508745ab47edfc3914f98a7bb282e8b10 done 10:27:34 #7 exporting manifest list sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 done 10:27:34 #7 pushing layers 0.0s done 10:27:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 10:27:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34@sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 0.1s done 10:27:34 #7 DONE 0.1s 10:27:34 10:27:34 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:27:34 #8 DONE 0.0s 10:27:34 10:27:34 1 warning found (use --debug to expand): 10:27:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:27:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 10:27:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 10:27:34 #1 [internal] load build definition from Dockerfile 10:27:34 #1 transferring dockerfile: 166B done 10:27:34 #1 DONE 0.0s 10:27:34 10:27:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:27:34 #2 DONE 0.0s 10:27:34 10:27:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:27:34 #3 DONE 0.0s 10:27:34 10:27:34 #4 [internal] load .dockerignore 10:27:34 #4 transferring context: 2B done 10:27:34 #4 DONE 0.0s 10:27:34 10:27:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:34 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 0.0s done 10:27:34 #5 CACHED 10:27:34 10:27:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 10:27:34 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:1068bb7c8c6b3d067d939c5800f3573076c19fa6ea1c5999ea9ef6dabce81188 0.0s done 10:27:34 #6 CACHED 10:27:34 10:27:34 #7 exporting to image 10:27:34 #7 exporting layers done 10:27:34 #7 exporting manifest sha256:25fec173b4bda4bc8a7c77814a8ba065616c2508548b39c43c676aca4014126b done 10:27:34 #7 exporting config sha256:3bc7953549de95fccf1fabd110f7394b891a51b294f9a6d48b0efc1ef8e2a4cf done 10:27:34 #7 exporting manifest sha256:f9e8c513e9789de298d4faa11e86108f5214af6ba50ea8cb6007f945c338e58b done 10:27:34 #7 exporting config sha256:b02c9c11e2d132f59d2ba18a2a7a110508745ab47edfc3914f98a7bb282e8b10 done 10:27:34 #7 exporting manifest list sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 done 10:27:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:27:34 #7 pushing layers 0.0s done 10:27:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9cf11b3cb113b16d3dbe23bd42c83796e72a4ef1063e84552bedd24b95476877 0.1s done 10:27:34 #7 DONE 0.1s 10:27:34 10:27:34 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:27:34 #8 DONE 0.0s 10:27:34 10:27:34 1 warning found (use --debug to expand): 10:27:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:27:35 + '[' -d /w/workspace/edgex-go/866/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:27:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:27:35 ---> package-listing.sh 10:27:35 ++ facter osfamily 10:27:35 ++ tr '[:upper:]' '[:lower:]' 10:27:36 + OS_FAMILY=redhat 10:27:36 + workspace=/w/workspace/edgex-go/866 10:27:36 + START_PACKAGES=/tmp/packages_start.txt 10:27:36 + END_PACKAGES=/tmp/packages_end.txt 10:27:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:27:36 + PACKAGES=/tmp/packages_start.txt 10:27:36 + '[' /w/workspace/edgex-go/866 ']' 10:27:36 + PACKAGES=/tmp/packages_end.txt 10:27:36 + case "${OS_FAMILY}" in 10:27:36 + sort 10:27:36 + rpm -qa 10:27:36 + '[' -f /tmp/packages_start.txt ']' 10:27:36 + '[' -f /tmp/packages_end.txt ']' 10:27:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:27:36 + '[' /w/workspace/edgex-go/866 ']' 10:27:36 + mkdir -p /w/workspace/edgex-go/866/archives/ 10:27:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/866/archives/ [Pipeline] echo 10:27:36 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/866/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:27:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:27:37 10:27:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:27:37 latest: Pulling from edgex-lftools-log-publisher 10:27:37 5eb5b503b376: Pulling fs layer 10:27:37 5c69ac0246d0: Pulling fs layer 10:27:37 ec43610c2a17: Pulling fs layer 10:27:37 3a2ae6a8a46f: Pulling fs layer 10:27:37 33b1e0a273af: Pulling fs layer 10:27:37 5d3b04190fa2: Pulling fs layer 10:27:37 2f39f015ded8: Pulling fs layer 10:27:37 33b1e0a273af: Waiting 10:27:37 3a2ae6a8a46f: Waiting 10:27:37 5d3b04190fa2: Waiting 10:27:37 2f39f015ded8: Waiting 10:27:37 5c69ac0246d0: Verifying Checksum 10:27:37 5c69ac0246d0: Download complete 10:27:37 3a2ae6a8a46f: Verifying Checksum 10:27:37 3a2ae6a8a46f: Download complete 10:27:37 33b1e0a273af: Download complete 10:27:37 5d3b04190fa2: Verifying Checksum 10:27:37 5d3b04190fa2: Download complete 10:27:37 ec43610c2a17: Verifying Checksum 10:27:37 ec43610c2a17: Download complete 10:27:38 5eb5b503b376: Verifying Checksum 10:27:38 5eb5b503b376: Download complete 10:27:38 2f39f015ded8: Verifying Checksum 10:27:38 2f39f015ded8: Download complete 10:27:39 5eb5b503b376: Pull complete 10:27:39 5c69ac0246d0: Pull complete 10:27:40 ec43610c2a17: Pull complete 10:27:40 3a2ae6a8a46f: Pull complete 10:27:40 33b1e0a273af: Pull complete 10:27:40 5d3b04190fa2: Pull complete 10:27:44 2f39f015ded8: Pull complete 10:27:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:27:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:27:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:27:44 prd-centos7-docker-4c-2g-4413 does not seem to be running inside a container 10:27:44 $ 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/866/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:27:48 $ docker top fb9a1dc310958060bed2e38251ff9d0cc2954207c00f14d1bc47efea001dd286 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:48 + touch /tmp/pre-build-complete [Pipeline] sh 10:27:48 + mkdir -p /var/log/sysstat [Pipeline] sh 10:27:49 + ls /var/log/sa-host 10:27:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:27:49 provisioning config files... 10:27:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9507792907034583707tmp [Pipeline] { [Pipeline] echo 10:27:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:27:49 ---> create-netrc.sh [Pipeline] } 10:27:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:27:49 ---> python-tools-install.sh [Pipeline] echo 10:27:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:27:50 ---> sudo-logs.sh 10:27:50 Archiving 'sudo' log.. 10:27:50 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:50 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:27:50 $ docker stop --time=1 fb9a1dc310958060bed2e38251ff9d0cc2954207c00f14d1bc47efea001dd286 10:27:51 $ docker rm -f --volumes fb9a1dc310958060bed2e38251ff9d0cc2954207c00f14d1bc47efea001dd286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:27:51 [WS-CLEANUP] Deleting project workspace... 10:27:51 [WS-CLEANUP] Deferred wipeout is used... 10:27:51 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:41:49 #144 ... 10:41:49 10:41:49 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:41:49 #146 DONE 1062.5s 10:41:49 10:41:49 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:41:49 #151 ... 10:41:49 10:41:49 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:41:49 #155 DONE 0.2s 10:41:49 10:41:49 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:41:49 #147 ... 10:41:49 10:41:49 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:41:49 #156 DONE 0.2s 10:41:49 10:41:49 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:41:49 #152 ... 10:41:49 10:41:49 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:41:49 #157 DONE 0.2s 10:41:49 10:41:49 #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 10:41:49 #158 DONE 0.3s 10:41:49 10:41:49 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:41:49 #159 DONE 0.1s 10:41:49 10:41:49 #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:41:49 #126 ... 10:41:49 10:41:49 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:41:49 #160 DONE 2.3s 10:41:49 10:41:49 #113 [core-common-config-bootstrapper] exporting to image 10:41:49 #113 exporting layers 10:41:49 #113 exporting layers 0.8s done 10:41:49 #113 writing image sha256:16dc1d2009f0cfe6d39f0165f6a9afdde3cdf1f6d72feb61aa99fd0fd7263332 done 10:41:49 #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:41:49 #113 DONE 4.7s 10:41:49 10:41:49 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:41:51 #145 ... 10:41:51 10:41:51 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:41:51 #151 DONE 1070.9s 10:41:51 10:41:51 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:41:51 #161 DONE 0.5s 10:41:51 10:41:51 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:41:54 #162 DONE 2.2s 10:41:54 10:41:54 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:41:54 #163 DONE 0.3s 10:41:54 10:41:54 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:41:54 #164 DONE 0.2s 10:41:54 10:41:54 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:41:54 #165 DONE 0.4s 10:41:54 10:41:54 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:41:55 #166 DONE 0.1s 10:41:55 10:41:55 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 10:41:55 #167 DONE 0.1s 10:41:55 10:41:55 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 10:41:55 #168 DONE 0.2s 10:41:55 10:41:55 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 10:41:55 #169 DONE 0.1s 10:41:55 10:41:55 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:41:55 #170 DONE 0.2s 10:41:55 10:41:55 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:41:58 #171 DONE 2.1s 10:41:58 10:41:58 #113 [security-bootstrapper] exporting to image 10:41:58 #113 exporting layers 10:41:58 #113 exporting layers 1.0s done 10:41:58 #113 writing image sha256:118dfae1468b95e9a50f579d3bd2d2171c73d72743b6e8e2e8d4cd75e57985e9 done 10:41:58 #113 naming to docker.io/library/security-bootstrapper-arm64 done 10:41:58 #113 DONE 5.7s 10:41:58 10:41:58 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:56:22 #152 ... 10:56:22 10:56:22 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:56:22 #147 DONE 1935.4s 10:56:22 10:56:22 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:56:22 #149 ... 10:56:22 10:56:22 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:56:22 #172 DONE 0.1s 10:56:22 10:56:22 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:56:22 #173 DONE 0.2s 10:56:22 10:56:22 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:56:22 #174 DONE 0.4s 10:56:22 10:56:22 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:56:22 #175 DONE 0.1s 10:56:22 10:56:22 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:56:22 #148 ... 10:56:22 10:56:22 #113 [core-command] exporting to image 10:56:22 #113 exporting layers 10:56:22 #113 exporting layers 0.3s done 10:56:22 #113 writing image sha256:089e84f880f163bea4fae180b11b8216d55397dcd119a509c981893948f76ea3 done 10:56:22 #113 naming to docker.io/library/core-command-arm64 done 10:56:22 #113 DONE 6.0s 10:56:22 10:56:22 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:56:44 #148 ... 10:56:44 10:56:44 #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 10:56:44 #144 1963.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:56:48 #144 ... 10:56:48 10:56:48 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:56:48 #145 DONE 1968.6s 10:56:49 10:56:49 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:56:49 #148 ... 10:56:49 10:56:49 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:56:49 #176 DONE 0.2s 10:56:49 10:56:49 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:56:50 #177 DONE 0.3s 10:56:50 10:56:50 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:56:50 #178 DONE 0.2s 10:56:50 10:56:50 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:56:50 #179 DONE 0.1s 10:56:50 10:56:50 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:56:50 #180 DONE 0.4s 10:56:50 10:56:50 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:56:50 #149 ... 10:56:50 10:56:50 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:56:51 #181 DONE 0.2s 10:56:51 10:56:51 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:53 #182 DONE 1.9s 10:56:53 10:56:53 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:56:53 #149 ... 10:56:53 10:56:53 #113 [security-proxy-setup] exporting to image 10:56:53 #113 exporting layers 10:56:53 #113 exporting layers 0.8s done 10:56:53 #113 writing image sha256:505c73ff20fad78ce787c84fae6805717262981bd861d60a28822fb3172d67a4 done 10:56:53 #113 naming to docker.io/library/security-proxy-setup-arm64 done 10:56:53 #113 DONE 6.8s 10:56:53 10:56:53 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:57:15 #153 ... 10:57:15 10:57:15 #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 10:57:15 #144 DONE 1995.3s 10:57:15 10:57:15 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:57:16 #148 ... 10:57:16 10:57:16 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:57:16 #183 DONE 0.2s 10:57:16 10:57:16 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:57:16 #148 ... 10:57:16 10:57:16 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:57:17 #184 DONE 0.3s 10:57:17 10:57:17 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:57:17 #185 DONE 0.2s 10:57:17 10:57:17 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 10:57:17 #186 DONE 0.1s 10:57:17 10:57:17 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:57:17 #187 DONE 0.1s 10:57:17 10:57:17 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:57:17 #188 DONE 0.4s 10:57:17 10:57:17 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:57:18 #189 DONE 0.5s 10:57:18 10:57:18 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:57:18 #190 DONE 0.1s 10:57:18 10:57:18 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:57:20 #191 DONE 1.9s 10:57:20 10:57:20 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:57:20 #152 ... 10:57:20 10:57:20 #113 [security-secretstore-setup] exporting to image 10:57:20 #113 exporting layers 10:57:21 #113 exporting layers 1.4s done 10:57:21 #113 writing image sha256:560423034155d1c51b864233d07c4d76f3bdec0ef7f64b8670475ab8952a4b0b done 10:57:21 #113 naming to docker.io/library/security-secretstore-setup-arm64 done 10:57:21 #113 DONE 8.3s 10:57:21 10:57:21 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:58:18 #149 ... 10:58:18 10:58:18 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:58:18 #148 DONE 2052.4s 10:58:18 10:58:18 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:58:18 #154 ... 10:58:18 10:58:18 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:58:18 #192 DONE 0.1s 10:58:18 10:58:18 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:58:18 #153 ... 10:58:18 10:58:18 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:58:18 #193 DONE 0.1s 10:58:18 10:58:18 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:58:18 #194 DONE 0.4s 10:58:18 10:58:18 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:58:18 #152 ... 10:58:18 10:58:18 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:58:18 #195 DONE 0.1s 10:58:18 10:58:18 #113 [security-spiffe-token-provider] exporting to image 10:58:18 #113 exporting layers 10:58:18 #113 exporting layers 0.8s done 10:58:18 #113 writing image sha256:b02db52fbde7cd7298861487bdd0f59924820efac67e3448dece8e3b63823cdb done 10:58:18 #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done 10:58:18 #113 DONE 9.1s 10:58:18 10:58:18 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:59:04 #152 DONE 2096.7s 10:59:04 10:59:04 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:59:04 #149 DONE 2096.7s 10:59:04 10:59:04 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:59:04 #154 ... 10:59:04 10:59:04 #196 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:59:04 #196 DONE 0.5s 10:59:04 10:59:04 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:59:04 #153 ... 10:59:04 10:59:04 #197 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:59:04 #197 DONE 0.2s 10:59:04 10:59:04 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:59:04 #198 CACHED 10:59:04 10:59:04 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:59:04 #199 CACHED 10:59:04 10:59:04 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:59:04 #200 DONE 0.5s 10:59:04 10:59:04 #201 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:59:04 #201 DONE 0.6s 10:59:04 10:59:04 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:59:04 #202 DONE 0.2s 10:59:04 10:59:04 #203 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:59:04 #203 DONE 0.2s 10:59:04 10:59:04 #204 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:59:04 #204 DONE 0.2s 10:59:04 10:59:04 #205 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:59:04 #205 DONE 0.2s 10:59:04 10:59:04 #113 [core-metadata] exporting to image 10:59:04 #113 exporting layers 10:59:04 #113 exporting layers 1.1s done 10:59:04 #113 writing image sha256:d95b9f38298cd5d572cd914c86afdf94c0560fc4140bd2b118359ffb9f57b826 done 10:59:04 #113 naming to docker.io/library/core-metadata-arm64 done 10:59:04 #113 DONE 10.2s 10:59:04 10:59:04 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:59:04 #206 ... 10:59:04 10:59:04 #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:59:04 #126 DONE 2100.4s 10:59:04 10:59:04 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:59:04 #154 DONE 2100.5s 10:59:04 10:59:04 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:59:04 #150 ... 10:59:04 10:59:04 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:59:04 #207 DONE 0.4s 10:59:04 10:59:04 #208 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:59:04 #208 DONE 0.3s 10:59:04 10:59:04 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:59:04 #209 ... 10:59:04 10:59:04 #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:59:04 #210 DONE 0.2s 10:59:04 10:59:04 #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:59:04 #211 ... 10:59:04 10:59:04 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:59:04 #206 DONE 3.6s 10:59:04 10:59:04 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:59:04 #209 DONE 0.7s 10:59:04 10:59:04 #113 [security-proxy-auth] exporting to image 10:59:04 #113 ... 10:59:04 10:59:04 #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:59:04 #211 DONE 0.9s 10:59:04 10:59:04 #212 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:59:04 #212 DONE 0.5s 10:59:04 10:59:04 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:59:04 #213 DONE 0.2s 10:59:04 10:59:04 #113 [core-keeper] exporting to image 10:59:04 #113 exporting layers 0.8s done 10:59:04 #113 writing image sha256:2791709ac090900e8a15938b5b7e5938272a64a1250ace7f5d2030bc6c5735d6 0.0s done 10:59:04 #113 naming to docker.io/library/core-keeper-arm64 done 10:59:04 #113 writing image sha256:277dee907bfde92f3089f2e62f7c2a60c3422d2b7336305f2509dff5755c6b55 0.0s done 10:59:04 #113 naming to docker.io/library/security-proxy-auth-arm64 done 10:59:04 #113 writing image sha256:dcbf01b46f7268e52b048cc45b7e0a935df23a80e64d5b9064b234389b251cc8 10:59:04 #113 writing image sha256:dcbf01b46f7268e52b048cc45b7e0a935df23a80e64d5b9064b234389b251cc8 done 10:59:04 #113 naming to docker.io/library/core-data-arm64 done 10:59:04 #113 DONE 11.8s 10:59:04 10:59:04 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:59:31 #150 DONE 2131.2s 10:59:31 10:59:31 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:59:31 #153 ... 10:59:31 10:59:31 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:59:32 #214 DONE 0.1s 10:59:32 10:59:32 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:59:32 #153 ... 10:59:32 10:59:32 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:59:32 #215 DONE 0.1s 10:59:32 10:59:32 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:59:33 #216 DONE 0.5s 10:59:33 10:59:33 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:59:33 #217 DONE 0.1s 10:59:33 10:59:33 #113 [support-scheduler] exporting to image 10:59:33 #113 exporting layers 10:59:34 #113 exporting layers 1.3s done 10:59:34 #113 writing image sha256:1ce83ac88d91781900d5f42f6f5642ebb0e25d05d1389474abbced3d542c3f9c done 10:59:34 #113 naming to docker.io/library/support-scheduler-arm64 done 10:59:34 #113 DONE 13.1s 10:59:34 10:59:34 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:59:39 #153 DONE 2138.5s 10:59:39 10:59:39 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:59:39 #218 DONE 0.1s 10:59:39 10:59:39 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:59:39 #219 DONE 0.1s 10:59:39 10:59:39 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:59:40 #220 DONE 0.5s 10:59:40 10:59:40 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:59:40 #221 DONE 0.1s 10:59:40 10:59:40 #113 [support-notifications] exporting to image 10:59:40 #113 exporting layers 10:59:40 #113 exporting layers 0.6s done 10:59:40 #113 writing image sha256:3b0881eaf8f0494671df0aa454761722683c59b3afd521437af9161fb56a4e92 done 10:59:40 #113 naming to docker.io/library/support-notifications-arm64 done 10:59:40 #113 DONE 13.7s 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:59:40 time="2025-07-02T10:21:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:59:40 $ docker stop --time=1 87fcc3c7fdfe3217c097026a04d7a607ed4481600b8d13e6eeeb50a600d71eb7 10:59:42 $ docker rm -f --volumes 87fcc3c7fdfe3217c097026a04d7a607ed4481600b8d13e6eeeb50a600d71eb7 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:42 + docker images 10:59:42 REPOSITORY TAG IMAGE ID CREATED SIZE 10:59:42 support-notifications-arm64 latest 3b0881eaf8f0 3 seconds ago 52.6MB 10:59:42 support-scheduler-arm64 latest 1ce83ac88d91 10 seconds ago 48.9MB 10:59:42 core-data-arm64 latest dcbf01b46f72 39 seconds ago 33.4MB 10:59:42 core-keeper-arm64 latest 2791709ac090 39 seconds ago 33MB 10:59:42 security-proxy-auth-arm64 latest 277dee907bfd 40 seconds ago 32.3MB 10:59:42 core-metadata-arm64 latest d95b9f38298c 43 seconds ago 33.6MB 10:59:42 security-spiffe-token-provider-arm64 latest b02db52fbde7 About a minute ago 48.4MB 10:59:42 security-secretstore-setup-arm64 latest 560423034155 2 minutes ago 68.5MB 10:59:42 security-proxy-setup-arm64 latest 505c73ff20fa 2 minutes ago 39MB 10:59:42 core-command-arm64 latest 089e84f880f1 3 minutes ago 29MB 10:59:42 security-bootstrapper-arm64 latest 118dfae1468b 17 minutes ago 21.1MB 10:59:42 core-common-config-bootstrapper-arm64 latest 16dc1d2009f0 17 minutes ago 18MB 10:59:42 security-spire-agent-arm64 latest dae2ea6341b0 37 minutes ago 187MB 10:59:42 security-spire-config-arm64 latest e75fbd3e2a83 37 minutes ago 143MB 10:59:42 security-spire-server-arm64 latest 1375e0217d18 37 minutes ago 144MB 10:59:42 ci-base-image-arm64 latest 675a547dcde9 39 minutes ago 909MB 10:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 weeks ago 560MB 10:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:59:42 provisioning config files... 10:59:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/866@tmp/config13655048479697791817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:43 ---> ****-login.sh 10:59:43 nexus3.edgexfoundry.org:10001 10:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:59:43 Configure a credential helper to remove this warning. See 10:59:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:59:43 10:59:43 Login Succeeded 10:59:43 nexus3.edgexfoundry.org:10002 10:59:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:59:44 Configure a credential helper to remove this warning. See 10:59:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:59:44 10:59:44 Login Succeeded 10:59:44 nexus3.edgexfoundry.org:10003 10:59:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:59:44 Configure a credential helper to remove this warning. See 10:59:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:59:44 10:59:44 Login Succeeded 10:59:44 nexus3.edgexfoundry.org:10004 10:59:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:59:44 Configure a credential helper to remove this warning. See 10:59:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:59:44 10:59:44 Login Succeeded 10:59:44 ****.io 10:59:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:59:45 Configure a credential helper to remove this warning. See 10:59:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:59:45 10:59:45 Login Succeeded 10:59:45 ---> ****-login.sh ends [Pipeline] } 10:59:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:59:45 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:59:45 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:59:45 latest 10:59:45 4.1.0-dev.34 10:59:45 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:59:45 main 10:59:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:46 1910c9516d9e: Preparing 10:59:46 bc948c1aed2b: Preparing 10:59:46 cd0ab3cf9bb0: Preparing 10:59:46 2841b6fccaa1: Preparing 10:59:46 f07a1a7ea2ee: Preparing 10:59:46 a170c59aa3ec: Preparing 10:59:46 a170c59aa3ec: Waiting 10:59:46 dd9c8f8612c8: Preparing 10:59:46 cd0ab3cf9bb0: Pushed 10:59:46 2841b6fccaa1: Pushed 10:59:46 f07a1a7ea2ee: Pushed 10:59:46 1910c9516d9e: Pushed 10:59:46 dd9c8f8612c8: Layer already exists 10:59:46 a170c59aa3ec: Pushed 10:59:51 bc948c1aed2b: Pushed 10:59:51 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:6a3925bf0f5cb058bc47feaad64c86d37f76df5b35fe076d50e28638e94afeb7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:52 1910c9516d9e: Preparing 10:59:52 bc948c1aed2b: Preparing 10:59:52 cd0ab3cf9bb0: Preparing 10:59:52 2841b6fccaa1: Preparing 10:59:52 f07a1a7ea2ee: Preparing 10:59:52 a170c59aa3ec: Preparing 10:59:52 dd9c8f8612c8: Preparing 10:59:52 a170c59aa3ec: Waiting 10:59:52 dd9c8f8612c8: Waiting 10:59:52 cd0ab3cf9bb0: Layer already exists 10:59:52 bc948c1aed2b: Layer already exists 10:59:52 2841b6fccaa1: Layer already exists 10:59:52 1910c9516d9e: Layer already exists 10:59:52 f07a1a7ea2ee: Layer already exists 10:59:52 a170c59aa3ec: Layer already exists 10:59:52 dd9c8f8612c8: Layer already exists 10:59:52 latest: digest: sha256:6a3925bf0f5cb058bc47feaad64c86d37f76df5b35fe076d50e28638e94afeb7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.34 10:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:53 1910c9516d9e: Preparing 10:59:53 bc948c1aed2b: Preparing 10:59:53 cd0ab3cf9bb0: Preparing 10:59:53 2841b6fccaa1: Preparing 10:59:53 f07a1a7ea2ee: Preparing 10:59:53 a170c59aa3ec: Preparing 10:59:53 dd9c8f8612c8: Preparing 10:59:53 a170c59aa3ec: Waiting 10:59:53 dd9c8f8612c8: Waiting 10:59:53 bc948c1aed2b: Layer already exists 10:59:53 cd0ab3cf9bb0: Layer already exists 10:59:53 1910c9516d9e: Layer already exists 10:59:53 2841b6fccaa1: Layer already exists 10:59:53 f07a1a7ea2ee: Layer already exists 10:59:53 a170c59aa3ec: Layer already exists 10:59:53 dd9c8f8612c8: Layer already exists 10:59:53 4.1.0-dev.34: digest: sha256:6a3925bf0f5cb058bc47feaad64c86d37f76df5b35fe076d50e28638e94afeb7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:54 1910c9516d9e: Preparing 10:59:54 bc948c1aed2b: Preparing 10:59:54 cd0ab3cf9bb0: Preparing 10:59:54 2841b6fccaa1: Preparing 10:59:54 f07a1a7ea2ee: Preparing 10:59:54 a170c59aa3ec: Preparing 10:59:54 dd9c8f8612c8: Preparing 10:59:54 a170c59aa3ec: Waiting 10:59:54 1910c9516d9e: Layer already exists 10:59:54 bc948c1aed2b: Layer already exists 10:59:54 cd0ab3cf9bb0: Layer already exists 10:59:54 2841b6fccaa1: Layer already exists 10:59:54 f07a1a7ea2ee: Layer already exists 10:59:54 a170c59aa3ec: Layer already exists 10:59:54 dd9c8f8612c8: Layer already exists 10:59:54 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:6a3925bf0f5cb058bc47feaad64c86d37f76df5b35fe076d50e28638e94afeb7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:55 1910c9516d9e: Preparing 10:59:55 bc948c1aed2b: Preparing 10:59:55 cd0ab3cf9bb0: Preparing 10:59:55 2841b6fccaa1: Preparing 10:59:55 f07a1a7ea2ee: Preparing 10:59:55 a170c59aa3ec: Preparing 10:59:55 dd9c8f8612c8: Preparing 10:59:55 a170c59aa3ec: Waiting 10:59:55 dd9c8f8612c8: Waiting 10:59:55 f07a1a7ea2ee: Layer already exists 10:59:55 bc948c1aed2b: Layer already exists 10:59:55 2841b6fccaa1: Layer already exists 10:59:55 cd0ab3cf9bb0: Layer already exists 10:59:55 1910c9516d9e: Layer already exists 10:59:55 dd9c8f8612c8: Layer already exists 10:59:55 a170c59aa3ec: Layer already exists 10:59:55 main: digest: sha256:6a3925bf0f5cb058bc47feaad64c86d37f76df5b35fe076d50e28638e94afeb7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:55 ===================================================== [Pipeline] echo 10:59:55 taggedImages: 10:59:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:59:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:59:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.34 10:59:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:59:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:59:55 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:59:55 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:59:55 latest 10:59:55 4.1.0-dev.34 10:59:55 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 10:59:55 main 10:59:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 10:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:59:56 60789a23ee81: Preparing 10:59:56 be49f5446b86: Preparing 10:59:56 736ee88c7bb4: Preparing 10:59:56 9199643b9de0: Preparing 10:59:56 cd0ab3cf9bb0: Preparing 10:59:56 2841b6fccaa1: Preparing 10:59:56 f07a1a7ea2ee: Preparing 10:59:56 2841b6fccaa1: Waiting 10:59:56 a170c59aa3ec: Preparing 10:59:56 f07a1a7ea2ee: Waiting 10:59:56 dd9c8f8612c8: Preparing 10:59:56 a170c59aa3ec: Waiting 10:59:56 dd9c8f8612c8: Waiting 10:59:56 cd0ab3cf9bb0: Layer already exists 10:59:56 2841b6fccaa1: Layer already exists 10:59:56 f07a1a7ea2ee: Layer already exists 10:59:56 736ee88c7bb4: Pushed 10:59:56 be49f5446b86: Pushed 10:59:56 60789a23ee81: Pushed 10:59:56 a170c59aa3ec: Layer already exists 10:59:56 dd9c8f8612c8: Layer already exists 10:59:58 9199643b9de0: Pushed 10:59:59 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:d0bab212a8dae3b80ab77e6df74c350eb0102e31b87728c9984761a7cd74f386 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:59:59 60789a23ee81: Preparing 10:59:59 be49f5446b86: Preparing 10:59:59 736ee88c7bb4: Preparing 10:59:59 9199643b9de0: Preparing 10:59:59 cd0ab3cf9bb0: Preparing 10:59:59 2841b6fccaa1: Preparing 10:59:59 f07a1a7ea2ee: Preparing 10:59:59 a170c59aa3ec: Preparing 10:59:59 dd9c8f8612c8: Preparing 10:59:59 2841b6fccaa1: Waiting 10:59:59 f07a1a7ea2ee: Waiting 10:59:59 a170c59aa3ec: Waiting 10:59:59 dd9c8f8612c8: Waiting 10:59:59 60789a23ee81: Layer already exists 10:59:59 cd0ab3cf9bb0: Layer already exists 10:59:59 736ee88c7bb4: Layer already exists 10:59:59 9199643b9de0: Layer already exists 10:59:59 be49f5446b86: Layer already exists 10:59:59 a170c59aa3ec: Layer already exists 10:59:59 f07a1a7ea2ee: Layer already exists 10:59:59 2841b6fccaa1: Layer already exists 10:59:59 dd9c8f8612c8: Layer already exists 11:00:00 latest: digest: sha256:d0bab212a8dae3b80ab77e6df74c350eb0102e31b87728c9984761a7cd74f386 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.34 11:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:00 60789a23ee81: Preparing 11:00:00 be49f5446b86: Preparing 11:00:00 736ee88c7bb4: Preparing 11:00:00 9199643b9de0: Preparing 11:00:00 cd0ab3cf9bb0: Preparing 11:00:00 2841b6fccaa1: Preparing 11:00:00 f07a1a7ea2ee: Preparing 11:00:00 a170c59aa3ec: Preparing 11:00:00 dd9c8f8612c8: Preparing 11:00:00 f07a1a7ea2ee: Waiting 11:00:00 dd9c8f8612c8: Waiting 11:00:00 2841b6fccaa1: Waiting 11:00:00 a170c59aa3ec: Waiting 11:00:00 9199643b9de0: Layer already exists 11:00:00 cd0ab3cf9bb0: Layer already exists 11:00:00 60789a23ee81: Layer already exists 11:00:00 be49f5446b86: Layer already exists 11:00:00 736ee88c7bb4: Layer already exists 11:00:00 f07a1a7ea2ee: Layer already exists 11:00:00 2841b6fccaa1: Layer already exists 11:00:00 a170c59aa3ec: Layer already exists 11:00:00 dd9c8f8612c8: Layer already exists 11:00:00 4.1.0-dev.34: digest: sha256:d0bab212a8dae3b80ab77e6df74c350eb0102e31b87728c9984761a7cd74f386 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:01 60789a23ee81: Preparing 11:00:01 be49f5446b86: Preparing 11:00:01 736ee88c7bb4: Preparing 11:00:01 9199643b9de0: Preparing 11:00:01 cd0ab3cf9bb0: Preparing 11:00:01 2841b6fccaa1: Preparing 11:00:01 f07a1a7ea2ee: Preparing 11:00:01 a170c59aa3ec: Preparing 11:00:01 dd9c8f8612c8: Preparing 11:00:01 f07a1a7ea2ee: Waiting 11:00:01 a170c59aa3ec: Waiting 11:00:01 dd9c8f8612c8: Waiting 11:00:01 2841b6fccaa1: Waiting 11:00:01 cd0ab3cf9bb0: Layer already exists 11:00:01 be49f5446b86: Layer already exists 11:00:01 736ee88c7bb4: Layer already exists 11:00:01 60789a23ee81: Layer already exists 11:00:01 9199643b9de0: Layer already exists 11:00:01 f07a1a7ea2ee: Layer already exists 11:00:01 2841b6fccaa1: Layer already exists 11:00:01 a170c59aa3ec: Layer already exists 11:00:01 dd9c8f8612c8: Layer already exists 11:00:01 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:d0bab212a8dae3b80ab77e6df74c350eb0102e31b87728c9984761a7cd74f386 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:02 + 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 11:00:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:02 60789a23ee81: Preparing 11:00:02 be49f5446b86: Preparing 11:00:02 736ee88c7bb4: Preparing 11:00:02 9199643b9de0: Preparing 11:00:02 cd0ab3cf9bb0: Preparing 11:00:02 2841b6fccaa1: Preparing 11:00:02 f07a1a7ea2ee: Preparing 11:00:02 a170c59aa3ec: Preparing 11:00:02 f07a1a7ea2ee: Waiting 11:00:02 dd9c8f8612c8: Preparing 11:00:02 a170c59aa3ec: Waiting 11:00:02 dd9c8f8612c8: Waiting 11:00:02 cd0ab3cf9bb0: Layer already exists 11:00:02 be49f5446b86: Layer already exists 11:00:02 60789a23ee81: Layer already exists 11:00:02 736ee88c7bb4: Layer already exists 11:00:02 9199643b9de0: Layer already exists 11:00:02 f07a1a7ea2ee: Layer already exists 11:00:02 dd9c8f8612c8: Layer already exists 11:00:02 a170c59aa3ec: Layer already exists 11:00:02 2841b6fccaa1: Layer already exists 11:00:02 main: digest: sha256:d0bab212a8dae3b80ab77e6df74c350eb0102e31b87728c9984761a7cd74f386 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:03 ===================================================== [Pipeline] echo 11:00:03 taggedImages: 11:00:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:00:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.34 11:00:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:00:03 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:00:03 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:03 latest 11:00:03 4.1.0-dev.34 11:00:03 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:03 main 11:00:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:03 59bfc2d5ecfc: Preparing 11:00:03 928f4a8e6fc7: Preparing 11:00:03 cd0ab3cf9bb0: Preparing 11:00:03 2841b6fccaa1: Preparing 11:00:03 24b81fc830b9: Preparing 11:00:03 1400edd03cb1: Preparing 11:00:03 dd9c8f8612c8: Preparing 11:00:03 1400edd03cb1: Waiting 11:00:03 dd9c8f8612c8: Waiting 11:00:03 2841b6fccaa1: Layer already exists 11:00:03 cd0ab3cf9bb0: Layer already exists 11:00:04 dd9c8f8612c8: Layer already exists 11:00:04 24b81fc830b9: Pushed 11:00:04 59bfc2d5ecfc: Pushed 11:00:04 1400edd03cb1: Pushed 11:00:09 928f4a8e6fc7: Pushed 11:00:09 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:be0f121042d1be0fcd1c3d059ae70e02c7b8fb334fa084bd80df35c016b86fce size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:10 59bfc2d5ecfc: Preparing 11:00:10 928f4a8e6fc7: Preparing 11:00:10 cd0ab3cf9bb0: Preparing 11:00:10 2841b6fccaa1: Preparing 11:00:10 24b81fc830b9: Preparing 11:00:10 1400edd03cb1: Preparing 11:00:10 dd9c8f8612c8: Preparing 11:00:10 dd9c8f8612c8: Waiting 11:00:10 1400edd03cb1: Waiting 11:00:10 928f4a8e6fc7: Layer already exists 11:00:10 24b81fc830b9: Layer already exists 11:00:10 cd0ab3cf9bb0: Layer already exists 11:00:10 59bfc2d5ecfc: Layer already exists 11:00:10 2841b6fccaa1: Layer already exists 11:00:10 1400edd03cb1: Layer already exists 11:00:10 dd9c8f8612c8: Layer already exists 11:00:10 latest: digest: sha256:be0f121042d1be0fcd1c3d059ae70e02c7b8fb334fa084bd80df35c016b86fce size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.34 11:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:11 59bfc2d5ecfc: Preparing 11:00:11 928f4a8e6fc7: Preparing 11:00:11 cd0ab3cf9bb0: Preparing 11:00:11 2841b6fccaa1: Preparing 11:00:11 24b81fc830b9: Preparing 11:00:11 1400edd03cb1: Preparing 11:00:11 dd9c8f8612c8: Preparing 11:00:11 1400edd03cb1: Waiting 11:00:11 dd9c8f8612c8: Waiting 11:00:11 2841b6fccaa1: Layer already exists 11:00:11 59bfc2d5ecfc: Layer already exists 11:00:11 928f4a8e6fc7: Layer already exists 11:00:11 24b81fc830b9: Layer already exists 11:00:11 cd0ab3cf9bb0: Layer already exists 11:00:11 1400edd03cb1: Layer already exists 11:00:11 dd9c8f8612c8: Layer already exists 11:00:11 4.1.0-dev.34: digest: sha256:be0f121042d1be0fcd1c3d059ae70e02c7b8fb334fa084bd80df35c016b86fce size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:12 59bfc2d5ecfc: Preparing 11:00:12 928f4a8e6fc7: Preparing 11:00:12 cd0ab3cf9bb0: Preparing 11:00:12 2841b6fccaa1: Preparing 11:00:12 24b81fc830b9: Preparing 11:00:12 1400edd03cb1: Preparing 11:00:12 dd9c8f8612c8: Preparing 11:00:12 1400edd03cb1: Waiting 11:00:12 dd9c8f8612c8: Waiting 11:00:12 24b81fc830b9: Layer already exists 11:00:12 cd0ab3cf9bb0: Layer already exists 11:00:12 59bfc2d5ecfc: Layer already exists 11:00:12 2841b6fccaa1: Layer already exists 11:00:12 928f4a8e6fc7: Layer already exists 11:00:12 dd9c8f8612c8: Layer already exists 11:00:12 1400edd03cb1: Layer already exists 11:00:12 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:be0f121042d1be0fcd1c3d059ae70e02c7b8fb334fa084bd80df35c016b86fce size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:13 59bfc2d5ecfc: Preparing 11:00:13 928f4a8e6fc7: Preparing 11:00:13 cd0ab3cf9bb0: Preparing 11:00:13 2841b6fccaa1: Preparing 11:00:13 24b81fc830b9: Preparing 11:00:13 1400edd03cb1: Preparing 11:00:13 dd9c8f8612c8: Preparing 11:00:13 1400edd03cb1: Waiting 11:00:13 dd9c8f8612c8: Waiting 11:00:13 59bfc2d5ecfc: Layer already exists 11:00:13 24b81fc830b9: Layer already exists 11:00:13 2841b6fccaa1: Layer already exists 11:00:13 cd0ab3cf9bb0: Layer already exists 11:00:13 928f4a8e6fc7: Layer already exists 11:00:13 dd9c8f8612c8: Layer already exists 11:00:13 1400edd03cb1: Layer already exists 11:00:13 main: digest: sha256:be0f121042d1be0fcd1c3d059ae70e02c7b8fb334fa084bd80df35c016b86fce size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:13 ===================================================== [Pipeline] echo 11:00:13 taggedImages: 11:00:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:00:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.34 11:00:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:00:13 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:00:13 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:13 latest 11:00:13 4.1.0-dev.34 11:00:13 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:13 main 11:00:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:13 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:14 10ad097a9537: Preparing 11:00:14 0028696f213f: Preparing 11:00:14 2841b6fccaa1: Preparing 11:00:14 1042913903f0: Preparing 11:00:14 a410fce9692e: Preparing 11:00:14 dd9c8f8612c8: Preparing 11:00:14 dd9c8f8612c8: Waiting 11:00:14 2841b6fccaa1: Layer already exists 11:00:14 dd9c8f8612c8: Layer already exists 11:00:14 a410fce9692e: Pushed 11:00:14 10ad097a9537: Pushed 11:00:14 1042913903f0: Pushed 11:00:19 0028696f213f: Pushed 11:00:19 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:efd9b55167eebec3e93e950bc283450ef7069ea0c0bfa9aa4de9fb3cfaa82f13 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:20 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:20 10ad097a9537: Preparing 11:00:20 0028696f213f: Preparing 11:00:20 2841b6fccaa1: Preparing 11:00:20 1042913903f0: Preparing 11:00:20 a410fce9692e: Preparing 11:00:20 dd9c8f8612c8: Preparing 11:00:20 dd9c8f8612c8: Waiting 11:00:20 2841b6fccaa1: Layer already exists 11:00:20 a410fce9692e: Layer already exists 11:00:20 10ad097a9537: Layer already exists 11:00:20 0028696f213f: Layer already exists 11:00:20 1042913903f0: Layer already exists 11:00:20 dd9c8f8612c8: Layer already exists 11:00:20 latest: digest: sha256:efd9b55167eebec3e93e950bc283450ef7069ea0c0bfa9aa4de9fb3cfaa82f13 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.34 11:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:21 10ad097a9537: Preparing 11:00:21 0028696f213f: Preparing 11:00:21 2841b6fccaa1: Preparing 11:00:21 1042913903f0: Preparing 11:00:21 a410fce9692e: Preparing 11:00:21 dd9c8f8612c8: Preparing 11:00:21 dd9c8f8612c8: Waiting 11:00:21 10ad097a9537: Layer already exists 11:00:21 2841b6fccaa1: Layer already exists 11:00:21 1042913903f0: Layer already exists 11:00:21 a410fce9692e: Layer already exists 11:00:21 0028696f213f: Layer already exists 11:00:21 dd9c8f8612c8: Layer already exists 11:00:21 4.1.0-dev.34: digest: sha256:efd9b55167eebec3e93e950bc283450ef7069ea0c0bfa9aa4de9fb3cfaa82f13 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:22 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:22 10ad097a9537: Preparing 11:00:22 0028696f213f: Preparing 11:00:22 2841b6fccaa1: Preparing 11:00:22 1042913903f0: Preparing 11:00:22 a410fce9692e: Preparing 11:00:22 dd9c8f8612c8: Preparing 11:00:22 dd9c8f8612c8: Waiting 11:00:22 0028696f213f: Layer already exists 11:00:22 1042913903f0: Layer already exists 11:00:22 2841b6fccaa1: Layer already exists 11:00:22 a410fce9692e: Layer already exists 11:00:22 10ad097a9537: Layer already exists 11:00:22 dd9c8f8612c8: Layer already exists 11:00:22 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:efd9b55167eebec3e93e950bc283450ef7069ea0c0bfa9aa4de9fb3cfaa82f13 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:23 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:23 10ad097a9537: Preparing 11:00:23 0028696f213f: Preparing 11:00:23 2841b6fccaa1: Preparing 11:00:23 1042913903f0: Preparing 11:00:23 a410fce9692e: Preparing 11:00:23 dd9c8f8612c8: Preparing 11:00:23 dd9c8f8612c8: Waiting 11:00:23 10ad097a9537: Layer already exists 11:00:23 0028696f213f: Layer already exists 11:00:23 1042913903f0: Layer already exists 11:00:23 2841b6fccaa1: Layer already exists 11:00:23 a410fce9692e: Layer already exists 11:00:23 dd9c8f8612c8: Layer already exists 11:00:23 main: digest: sha256:efd9b55167eebec3e93e950bc283450ef7069ea0c0bfa9aa4de9fb3cfaa82f13 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:23 ===================================================== [Pipeline] echo 11:00:23 taggedImages: 11:00:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:00:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.34 11:00:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:00:23 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:00:23 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:23 latest 11:00:23 4.1.0-dev.34 11:00:23 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:23 main 11:00:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:00:24 ab60fbd6845b: Preparing 11:00:24 467c339820a6: Preparing 11:00:24 b7e850b375dc: Preparing 11:00:24 cd0ab3cf9bb0: Preparing 11:00:24 2841b6fccaa1: Preparing 11:00:24 f07a1a7ea2ee: Preparing 11:00:24 a170c59aa3ec: Preparing 11:00:24 dd9c8f8612c8: Preparing 11:00:24 f07a1a7ea2ee: Waiting 11:00:24 a170c59aa3ec: Waiting 11:00:24 dd9c8f8612c8: Waiting 11:00:24 cd0ab3cf9bb0: Layer already exists 11:00:24 2841b6fccaa1: Layer already exists 11:00:24 f07a1a7ea2ee: Layer already exists 11:00:24 a170c59aa3ec: Layer already exists 11:00:24 467c339820a6: Pushed 11:00:24 dd9c8f8612c8: Layer already exists 11:00:24 ab60fbd6845b: Pushed 11:00:30 b7e850b375dc: Pushed 11:00:30 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:cd051a1cb5835c523020a9ee08281d74af7e2671cb2254ef18d45c2910a17a43 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:00:31 ab60fbd6845b: Preparing 11:00:31 467c339820a6: Preparing 11:00:31 b7e850b375dc: Preparing 11:00:31 cd0ab3cf9bb0: Preparing 11:00:31 2841b6fccaa1: Preparing 11:00:31 f07a1a7ea2ee: Preparing 11:00:31 a170c59aa3ec: Preparing 11:00:31 dd9c8f8612c8: Preparing 11:00:31 a170c59aa3ec: Waiting 11:00:31 dd9c8f8612c8: Waiting 11:00:31 f07a1a7ea2ee: Waiting 11:00:31 b7e850b375dc: Layer already exists 11:00:31 cd0ab3cf9bb0: Layer already exists 11:00:31 ab60fbd6845b: Layer already exists 11:00:31 2841b6fccaa1: Layer already exists 11:00:31 467c339820a6: Layer already exists 11:00:31 dd9c8f8612c8: Layer already exists 11:00:31 f07a1a7ea2ee: Layer already exists 11:00:31 a170c59aa3ec: Layer already exists 11:00:31 latest: digest: sha256:cd051a1cb5835c523020a9ee08281d74af7e2671cb2254ef18d45c2910a17a43 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.34 11:00:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:00:32 ab60fbd6845b: Preparing 11:00:32 467c339820a6: Preparing 11:00:32 b7e850b375dc: Preparing 11:00:32 cd0ab3cf9bb0: Preparing 11:00:32 2841b6fccaa1: Preparing 11:00:32 f07a1a7ea2ee: Preparing 11:00:32 a170c59aa3ec: Preparing 11:00:32 dd9c8f8612c8: Preparing 11:00:32 f07a1a7ea2ee: Waiting 11:00:32 dd9c8f8612c8: Waiting 11:00:32 a170c59aa3ec: Waiting 11:00:32 ab60fbd6845b: Layer already exists 11:00:32 b7e850b375dc: Layer already exists 11:00:32 2841b6fccaa1: Layer already exists 11:00:32 cd0ab3cf9bb0: Layer already exists 11:00:32 467c339820a6: Layer already exists 11:00:32 f07a1a7ea2ee: Layer already exists 11:00:32 a170c59aa3ec: Layer already exists 11:00:32 dd9c8f8612c8: Layer already exists 11:00:32 4.1.0-dev.34: digest: sha256:cd051a1cb5835c523020a9ee08281d74af7e2671cb2254ef18d45c2910a17a43 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:00:33 ab60fbd6845b: Preparing 11:00:33 467c339820a6: Preparing 11:00:33 b7e850b375dc: Preparing 11:00:33 cd0ab3cf9bb0: Preparing 11:00:33 2841b6fccaa1: Preparing 11:00:33 f07a1a7ea2ee: Preparing 11:00:33 a170c59aa3ec: Preparing 11:00:33 dd9c8f8612c8: Preparing 11:00:33 f07a1a7ea2ee: Waiting 11:00:33 a170c59aa3ec: Waiting 11:00:33 dd9c8f8612c8: Waiting 11:00:33 cd0ab3cf9bb0: Layer already exists 11:00:33 b7e850b375dc: Layer already exists 11:00:33 467c339820a6: Layer already exists 11:00:33 2841b6fccaa1: Layer already exists 11:00:33 ab60fbd6845b: Layer already exists 11:00:33 f07a1a7ea2ee: Layer already exists 11:00:33 a170c59aa3ec: Layer already exists 11:00:33 dd9c8f8612c8: Layer already exists 11:00:33 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:cd051a1cb5835c523020a9ee08281d74af7e2671cb2254ef18d45c2910a17a43 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:00:34 ab60fbd6845b: Preparing 11:00:34 467c339820a6: Preparing 11:00:34 b7e850b375dc: Preparing 11:00:34 cd0ab3cf9bb0: Preparing 11:00:34 2841b6fccaa1: Preparing 11:00:34 f07a1a7ea2ee: Preparing 11:00:34 a170c59aa3ec: Preparing 11:00:34 dd9c8f8612c8: Preparing 11:00:34 f07a1a7ea2ee: Waiting 11:00:34 a170c59aa3ec: Waiting 11:00:34 dd9c8f8612c8: Waiting 11:00:34 ab60fbd6845b: Layer already exists 11:00:34 467c339820a6: Layer already exists 11:00:34 2841b6fccaa1: Layer already exists 11:00:34 b7e850b375dc: Layer already exists 11:00:34 cd0ab3cf9bb0: Layer already exists 11:00:34 f07a1a7ea2ee: Layer already exists 11:00:34 a170c59aa3ec: Layer already exists 11:00:34 dd9c8f8612c8: Layer already exists 11:00:34 main: digest: sha256:cd051a1cb5835c523020a9ee08281d74af7e2671cb2254ef18d45c2910a17a43 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:34 ===================================================== [Pipeline] echo 11:00:34 taggedImages: 11:00:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:00:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.34 11:00:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:00:34 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:00:34 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:34 latest 11:00:34 4.1.0-dev.34 11:00:34 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:34 main 11:00:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:00:34 32e317bd6e25: Preparing 11:00:34 a98c68dd2f4f: Preparing 11:00:34 f5ccbbd90d88: Preparing 11:00:34 aaea0e9e6775: Preparing 11:00:34 8c89ccd8cb92: Preparing 11:00:34 a73e5d9ebeb3: Preparing 11:00:34 9c524ee603bc: Preparing 11:00:34 a73e5d9ebeb3: Waiting 11:00:34 cd0ab3cf9bb0: Preparing 11:00:34 9c524ee603bc: Waiting 11:00:34 2841b6fccaa1: Preparing 11:00:34 cd0ab3cf9bb0: Waiting 11:00:34 2841b6fccaa1: Waiting 11:00:34 22a4058822bd: Preparing 11:00:34 9f848607fb91: Preparing 11:00:34 22a4058822bd: Waiting 11:00:34 9f848607fb91: Waiting 11:00:34 5f70bf18a086: Preparing 11:00:34 5acf8de8faf8: Preparing 11:00:34 5f70bf18a086: Waiting 11:00:34 2296ce67c0e0: Preparing 11:00:34 5acf8de8faf8: Waiting 11:00:34 c3fba7f90864: Preparing 11:00:34 dd9c8f8612c8: Preparing 11:00:34 2296ce67c0e0: Waiting 11:00:34 c3fba7f90864: Waiting 11:00:34 dd9c8f8612c8: Waiting 11:00:35 8c89ccd8cb92: Pushed 11:00:35 aaea0e9e6775: Pushed 11:00:35 f5ccbbd90d88: Pushed 11:00:35 a98c68dd2f4f: Pushed 11:00:35 32e317bd6e25: Pushed 11:00:35 cd0ab3cf9bb0: Layer already exists 11:00:35 2841b6fccaa1: Layer already exists 11:00:35 5f70bf18a086: Layer already exists 11:00:35 a73e5d9ebeb3: Pushed 11:00:35 22a4058822bd: Pushed 11:00:35 9f848607fb91: Pushed 11:00:35 dd9c8f8612c8: Layer already exists 11:00:35 5acf8de8faf8: Pushed 11:00:35 2296ce67c0e0: Pushed 11:00:35 c3fba7f90864: Pushed 11:00:38 9c524ee603bc: Pushed 11:00:38 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:22b46226114eb7af5804cdabc308a8b63fc58419bbdd7e0168f1c218dba5ce3e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:00:39 32e317bd6e25: Preparing 11:00:39 a98c68dd2f4f: Preparing 11:00:39 f5ccbbd90d88: Preparing 11:00:39 aaea0e9e6775: Preparing 11:00:39 8c89ccd8cb92: Preparing 11:00:39 a73e5d9ebeb3: Preparing 11:00:39 9c524ee603bc: Preparing 11:00:39 cd0ab3cf9bb0: Preparing 11:00:39 2841b6fccaa1: Preparing 11:00:39 22a4058822bd: Preparing 11:00:39 9f848607fb91: Preparing 11:00:39 5f70bf18a086: Preparing 11:00:39 5acf8de8faf8: Preparing 11:00:39 2296ce67c0e0: Preparing 11:00:39 c3fba7f90864: Preparing 11:00:39 dd9c8f8612c8: Preparing 11:00:39 22a4058822bd: Waiting 11:00:39 9f848607fb91: Waiting 11:00:39 5f70bf18a086: Waiting 11:00:39 5acf8de8faf8: Waiting 11:00:39 2296ce67c0e0: Waiting 11:00:39 a73e5d9ebeb3: Waiting 11:00:39 9c524ee603bc: Waiting 11:00:39 c3fba7f90864: Waiting 11:00:39 cd0ab3cf9bb0: Waiting 11:00:39 dd9c8f8612c8: Waiting 11:00:39 2841b6fccaa1: Waiting 11:00:39 f5ccbbd90d88: Layer already exists 11:00:39 aaea0e9e6775: Layer already exists 11:00:39 32e317bd6e25: Layer already exists 11:00:39 8c89ccd8cb92: Layer already exists 11:00:39 a98c68dd2f4f: Layer already exists 11:00:39 9c524ee603bc: Layer already exists 11:00:39 2841b6fccaa1: Layer already exists 11:00:39 22a4058822bd: Layer already exists 11:00:39 a73e5d9ebeb3: Layer already exists 11:00:39 9f848607fb91: Layer already exists 11:00:39 5f70bf18a086: Layer already exists 11:00:39 5acf8de8faf8: Layer already exists 11:00:39 2296ce67c0e0: Layer already exists 11:00:39 dd9c8f8612c8: Layer already exists 11:00:39 c3fba7f90864: Layer already exists 11:00:39 cd0ab3cf9bb0: Layer already exists 11:00:39 latest: digest: sha256:22b46226114eb7af5804cdabc308a8b63fc58419bbdd7e0168f1c218dba5ce3e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.34 11:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:00:39 32e317bd6e25: Preparing 11:00:39 a98c68dd2f4f: Preparing 11:00:39 f5ccbbd90d88: Preparing 11:00:39 aaea0e9e6775: Preparing 11:00:39 8c89ccd8cb92: Preparing 11:00:39 a73e5d9ebeb3: Preparing 11:00:39 9c524ee603bc: Preparing 11:00:39 cd0ab3cf9bb0: Preparing 11:00:39 2841b6fccaa1: Preparing 11:00:39 22a4058822bd: Preparing 11:00:39 9f848607fb91: Preparing 11:00:39 5f70bf18a086: Preparing 11:00:39 5acf8de8faf8: Preparing 11:00:39 2296ce67c0e0: Preparing 11:00:39 c3fba7f90864: Preparing 11:00:39 dd9c8f8612c8: Preparing 11:00:39 cd0ab3cf9bb0: Waiting 11:00:39 2841b6fccaa1: Waiting 11:00:39 22a4058822bd: Waiting 11:00:39 9f848607fb91: Waiting 11:00:39 a73e5d9ebeb3: Waiting 11:00:39 9c524ee603bc: Waiting 11:00:39 5f70bf18a086: Waiting 11:00:39 5acf8de8faf8: Waiting 11:00:39 dd9c8f8612c8: Waiting 11:00:39 aaea0e9e6775: Layer already exists 11:00:39 f5ccbbd90d88: Layer already exists 11:00:39 a98c68dd2f4f: Layer already exists 11:00:39 8c89ccd8cb92: Layer already exists 11:00:39 32e317bd6e25: Layer already exists 11:00:39 9c524ee603bc: Layer already exists 11:00:39 a73e5d9ebeb3: Layer already exists 11:00:39 cd0ab3cf9bb0: Layer already exists 11:00:39 2841b6fccaa1: Layer already exists 11:00:39 22a4058822bd: Layer already exists 11:00:39 5f70bf18a086: Layer already exists 11:00:39 9f848607fb91: Layer already exists 11:00:39 2296ce67c0e0: Layer already exists 11:00:39 5acf8de8faf8: Layer already exists 11:00:39 c3fba7f90864: Layer already exists 11:00:39 dd9c8f8612c8: Layer already exists 11:00:40 4.1.0-dev.34: digest: sha256:22b46226114eb7af5804cdabc308a8b63fc58419bbdd7e0168f1c218dba5ce3e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:40 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:00:41 32e317bd6e25: Preparing 11:00:41 a98c68dd2f4f: Preparing 11:00:41 f5ccbbd90d88: Preparing 11:00:41 aaea0e9e6775: Preparing 11:00:41 8c89ccd8cb92: Preparing 11:00:41 a73e5d9ebeb3: Preparing 11:00:41 9c524ee603bc: Preparing 11:00:41 cd0ab3cf9bb0: Preparing 11:00:41 2841b6fccaa1: Preparing 11:00:41 22a4058822bd: Preparing 11:00:41 9f848607fb91: Preparing 11:00:41 5f70bf18a086: Preparing 11:00:41 5acf8de8faf8: Preparing 11:00:41 2296ce67c0e0: Preparing 11:00:41 c3fba7f90864: Preparing 11:00:41 dd9c8f8612c8: Preparing 11:00:41 a73e5d9ebeb3: Waiting 11:00:41 9c524ee603bc: Waiting 11:00:41 cd0ab3cf9bb0: Waiting 11:00:41 2841b6fccaa1: Waiting 11:00:41 22a4058822bd: Waiting 11:00:41 9f848607fb91: Waiting 11:00:41 5f70bf18a086: Waiting 11:00:41 2296ce67c0e0: Waiting 11:00:41 dd9c8f8612c8: Waiting 11:00:41 32e317bd6e25: Layer already exists 11:00:41 aaea0e9e6775: Layer already exists 11:00:41 a98c68dd2f4f: Layer already exists 11:00:41 f5ccbbd90d88: Layer already exists 11:00:41 8c89ccd8cb92: Layer already exists 11:00:41 2841b6fccaa1: Layer already exists 11:00:41 9c524ee603bc: Layer already exists 11:00:41 22a4058822bd: Layer already exists 11:00:41 cd0ab3cf9bb0: Layer already exists 11:00:41 a73e5d9ebeb3: Layer already exists 11:00:41 5f70bf18a086: Layer already exists 11:00:41 5acf8de8faf8: Layer already exists 11:00:41 2296ce67c0e0: Layer already exists 11:00:41 9f848607fb91: Layer already exists 11:00:41 c3fba7f90864: Layer already exists 11:00:41 dd9c8f8612c8: Layer already exists 11:00:42 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:22b46226114eb7af5804cdabc308a8b63fc58419bbdd7e0168f1c218dba5ce3e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:42 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:00:42 32e317bd6e25: Preparing 11:00:42 a98c68dd2f4f: Preparing 11:00:42 f5ccbbd90d88: Preparing 11:00:42 aaea0e9e6775: Preparing 11:00:42 8c89ccd8cb92: Preparing 11:00:42 a73e5d9ebeb3: Preparing 11:00:42 9c524ee603bc: Preparing 11:00:42 cd0ab3cf9bb0: Preparing 11:00:42 2841b6fccaa1: Preparing 11:00:42 22a4058822bd: Preparing 11:00:42 9f848607fb91: Preparing 11:00:42 5f70bf18a086: Preparing 11:00:42 5acf8de8faf8: Preparing 11:00:42 2296ce67c0e0: Preparing 11:00:42 c3fba7f90864: Preparing 11:00:42 dd9c8f8612c8: Preparing 11:00:42 a73e5d9ebeb3: Waiting 11:00:42 9c524ee603bc: Waiting 11:00:42 cd0ab3cf9bb0: Waiting 11:00:42 2841b6fccaa1: Waiting 11:00:42 22a4058822bd: Waiting 11:00:42 9f848607fb91: Waiting 11:00:42 5f70bf18a086: Waiting 11:00:42 5acf8de8faf8: Waiting 11:00:42 2296ce67c0e0: Waiting 11:00:42 c3fba7f90864: Waiting 11:00:42 dd9c8f8612c8: Waiting 11:00:42 8c89ccd8cb92: Layer already exists 11:00:42 aaea0e9e6775: Layer already exists 11:00:42 32e317bd6e25: Layer already exists 11:00:42 a98c68dd2f4f: Layer already exists 11:00:42 f5ccbbd90d88: Layer already exists 11:00:42 a73e5d9ebeb3: Layer already exists 11:00:42 2841b6fccaa1: Layer already exists 11:00:42 9c524ee603bc: Layer already exists 11:00:42 9f848607fb91: Layer already exists 11:00:42 cd0ab3cf9bb0: Layer already exists 11:00:42 5f70bf18a086: Layer already exists 11:00:42 5acf8de8faf8: Layer already exists 11:00:42 22a4058822bd: Layer already exists 11:00:42 2296ce67c0e0: Layer already exists 11:00:42 c3fba7f90864: Layer already exists 11:00:42 dd9c8f8612c8: Layer already exists 11:00:43 main: digest: sha256:22b46226114eb7af5804cdabc308a8b63fc58419bbdd7e0168f1c218dba5ce3e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:43 ===================================================== [Pipeline] echo 11:00:43 taggedImages: 11:00:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:00:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.34 11:00:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:00:43 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:00:43 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:43 latest 11:00:43 4.1.0-dev.34 11:00:43 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:43 main 11:00:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:43 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:00:43 2f0d81224d00: Preparing 11:00:43 c57dc6b09921: Preparing 11:00:43 dcaf50e22bb3: Preparing 11:00:43 47739e660a2a: Preparing 11:00:43 cd0ab3cf9bb0: Preparing 11:00:43 2841b6fccaa1: Preparing 11:00:43 f07a1a7ea2ee: Preparing 11:00:43 a170c59aa3ec: Preparing 11:00:43 dd9c8f8612c8: Preparing 11:00:43 2841b6fccaa1: Waiting 11:00:43 f07a1a7ea2ee: Waiting 11:00:43 a170c59aa3ec: Waiting 11:00:43 dd9c8f8612c8: Waiting 11:00:43 cd0ab3cf9bb0: Layer already exists 11:00:44 2841b6fccaa1: Layer already exists 11:00:44 f07a1a7ea2ee: Layer already exists 11:00:44 a170c59aa3ec: Layer already exists 11:00:44 dcaf50e22bb3: Pushed 11:00:44 c57dc6b09921: Pushed 11:00:44 2f0d81224d00: Pushed 11:00:44 dd9c8f8612c8: Layer already exists 11:00:49 47739e660a2a: Pushed 11:00:49 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:7f6f1ce70abe76a0ee050b061bdc8c1081fad4976dca9898b2fe60cd39041c19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:49 + 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 11:00:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:00:50 2f0d81224d00: Preparing 11:00:50 c57dc6b09921: Preparing 11:00:50 dcaf50e22bb3: Preparing 11:00:50 47739e660a2a: Preparing 11:00:50 cd0ab3cf9bb0: Preparing 11:00:50 2841b6fccaa1: Preparing 11:00:50 f07a1a7ea2ee: Preparing 11:00:50 a170c59aa3ec: Preparing 11:00:50 dd9c8f8612c8: Preparing 11:00:50 f07a1a7ea2ee: Waiting 11:00:50 a170c59aa3ec: Waiting 11:00:50 dd9c8f8612c8: Waiting 11:00:50 2841b6fccaa1: Waiting 11:00:50 47739e660a2a: Layer already exists 11:00:50 dcaf50e22bb3: Layer already exists 11:00:50 2f0d81224d00: Layer already exists 11:00:50 cd0ab3cf9bb0: Layer already exists 11:00:50 c57dc6b09921: Layer already exists 11:00:50 f07a1a7ea2ee: Layer already exists 11:00:50 a170c59aa3ec: Layer already exists 11:00:50 dd9c8f8612c8: Layer already exists 11:00:50 2841b6fccaa1: Layer already exists 11:00:50 latest: digest: sha256:7f6f1ce70abe76a0ee050b061bdc8c1081fad4976dca9898b2fe60cd39041c19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:50 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.34 11:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:00:51 2f0d81224d00: Preparing 11:00:51 c57dc6b09921: Preparing 11:00:51 dcaf50e22bb3: Preparing 11:00:51 47739e660a2a: Preparing 11:00:51 cd0ab3cf9bb0: Preparing 11:00:51 2841b6fccaa1: Preparing 11:00:51 f07a1a7ea2ee: Preparing 11:00:51 a170c59aa3ec: Preparing 11:00:51 dd9c8f8612c8: Preparing 11:00:51 f07a1a7ea2ee: Waiting 11:00:51 a170c59aa3ec: Waiting 11:00:51 dd9c8f8612c8: Waiting 11:00:51 2841b6fccaa1: Waiting 11:00:51 cd0ab3cf9bb0: Layer already exists 11:00:51 2f0d81224d00: Layer already exists 11:00:51 c57dc6b09921: Layer already exists 11:00:51 47739e660a2a: Layer already exists 11:00:51 dcaf50e22bb3: Layer already exists 11:00:51 f07a1a7ea2ee: Layer already exists 11:00:51 2841b6fccaa1: Layer already exists 11:00:51 a170c59aa3ec: Layer already exists 11:00:51 dd9c8f8612c8: Layer already exists 11:00:51 4.1.0-dev.34: digest: sha256:7f6f1ce70abe76a0ee050b061bdc8c1081fad4976dca9898b2fe60cd39041c19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:00:52 2f0d81224d00: Preparing 11:00:52 c57dc6b09921: Preparing 11:00:52 dcaf50e22bb3: Preparing 11:00:52 47739e660a2a: Preparing 11:00:52 cd0ab3cf9bb0: Preparing 11:00:52 2841b6fccaa1: Preparing 11:00:52 f07a1a7ea2ee: Preparing 11:00:52 a170c59aa3ec: Preparing 11:00:52 dd9c8f8612c8: Preparing 11:00:52 f07a1a7ea2ee: Waiting 11:00:52 a170c59aa3ec: Waiting 11:00:52 dd9c8f8612c8: Waiting 11:00:52 2841b6fccaa1: Waiting 11:00:53 c57dc6b09921: Layer already exists 11:00:53 2f0d81224d00: Layer already exists 11:00:53 dcaf50e22bb3: Layer already exists 11:00:53 cd0ab3cf9bb0: Layer already exists 11:00:53 47739e660a2a: Layer already exists 11:00:53 2841b6fccaa1: Layer already exists 11:00:53 f07a1a7ea2ee: Layer already exists 11:00:53 a170c59aa3ec: Layer already exists 11:00:53 dd9c8f8612c8: Layer already exists 11:00:53 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:7f6f1ce70abe76a0ee050b061bdc8c1081fad4976dca9898b2fe60cd39041c19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:53 + 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 11:00:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:00:53 2f0d81224d00: Preparing 11:00:53 c57dc6b09921: Preparing 11:00:53 dcaf50e22bb3: Preparing 11:00:53 47739e660a2a: Preparing 11:00:53 cd0ab3cf9bb0: Preparing 11:00:53 2841b6fccaa1: Preparing 11:00:53 f07a1a7ea2ee: Preparing 11:00:53 a170c59aa3ec: Preparing 11:00:53 dd9c8f8612c8: Preparing 11:00:53 f07a1a7ea2ee: Waiting 11:00:53 a170c59aa3ec: Waiting 11:00:53 dd9c8f8612c8: Waiting 11:00:53 2841b6fccaa1: Waiting 11:00:53 dcaf50e22bb3: Layer already exists 11:00:53 cd0ab3cf9bb0: Layer already exists 11:00:53 47739e660a2a: Layer already exists 11:00:53 c57dc6b09921: Layer already exists 11:00:53 2f0d81224d00: Layer already exists 11:00:53 2841b6fccaa1: Layer already exists 11:00:53 a170c59aa3ec: Layer already exists 11:00:53 f07a1a7ea2ee: Layer already exists 11:00:53 dd9c8f8612c8: Layer already exists 11:00:53 main: digest: sha256:7f6f1ce70abe76a0ee050b061bdc8c1081fad4976dca9898b2fe60cd39041c19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:54 ===================================================== [Pipeline] echo 11:00:54 taggedImages: 11:00:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:00:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.34 11:00:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:00:54 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:00:54 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:54 latest 11:00:54 4.1.0-dev.34 11:00:54 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:00:54 main 11:00:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:00:54 8927a185bf14: Preparing 11:00:54 e772b7a016af: Preparing 11:00:54 1b461fdfe769: Preparing 11:00:54 0de2cacdb09c: Preparing 11:00:54 9ad3cc3027f3: Preparing 11:00:54 cd0ab3cf9bb0: Preparing 11:00:54 2841b6fccaa1: Preparing 11:00:54 d739ebd0930e: Preparing 11:00:54 cd24973214b6: Preparing 11:00:54 3e06878fb78a: Preparing 11:00:54 dd9c8f8612c8: Preparing 11:00:54 cd0ab3cf9bb0: Waiting 11:00:54 2841b6fccaa1: Waiting 11:00:54 d739ebd0930e: Waiting 11:00:54 3e06878fb78a: Waiting 11:00:54 cd24973214b6: Waiting 11:00:54 dd9c8f8612c8: Waiting 11:00:55 0de2cacdb09c: Pushed 11:00:55 8927a185bf14: Pushed 11:00:55 cd0ab3cf9bb0: Layer already exists 11:00:55 9ad3cc3027f3: Pushed 11:00:55 e772b7a016af: Pushed 11:00:55 2841b6fccaa1: Layer already exists 11:00:55 dd9c8f8612c8: Layer already exists 11:00:55 d739ebd0930e: Pushed 11:00:55 cd24973214b6: Pushed 11:00:58 3e06878fb78a: Pushed 11:00:59 1b461fdfe769: Pushed 11:00:59 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:f256e6c2a148f7703d49a0d24a241d98642b81c88ca025346e58c08bc5b422b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:59 + 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 11:01:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:00 8927a185bf14: Preparing 11:01:00 e772b7a016af: Preparing 11:01:00 1b461fdfe769: Preparing 11:01:00 0de2cacdb09c: Preparing 11:01:00 9ad3cc3027f3: Preparing 11:01:00 cd0ab3cf9bb0: Preparing 11:01:00 2841b6fccaa1: Preparing 11:01:00 d739ebd0930e: Preparing 11:01:00 cd24973214b6: Preparing 11:01:00 3e06878fb78a: Preparing 11:01:00 dd9c8f8612c8: Preparing 11:01:00 d739ebd0930e: Waiting 11:01:00 cd24973214b6: Waiting 11:01:00 3e06878fb78a: Waiting 11:01:00 dd9c8f8612c8: Waiting 11:01:00 cd0ab3cf9bb0: Waiting 11:01:00 2841b6fccaa1: Waiting 11:01:00 e772b7a016af: Layer already exists 11:01:00 0de2cacdb09c: Layer already exists 11:01:00 1b461fdfe769: Layer already exists 11:01:00 9ad3cc3027f3: Layer already exists 11:01:00 8927a185bf14: Layer already exists 11:01:00 cd0ab3cf9bb0: Layer already exists 11:01:00 2841b6fccaa1: Layer already exists 11:01:00 cd24973214b6: Layer already exists 11:01:00 d739ebd0930e: Layer already exists 11:01:00 3e06878fb78a: Layer already exists 11:01:00 dd9c8f8612c8: Layer already exists 11:01:00 latest: digest: sha256:f256e6c2a148f7703d49a0d24a241d98642b81c88ca025346e58c08bc5b422b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.34 11:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:01 8927a185bf14: Preparing 11:01:01 e772b7a016af: Preparing 11:01:01 1b461fdfe769: Preparing 11:01:01 0de2cacdb09c: Preparing 11:01:01 9ad3cc3027f3: Preparing 11:01:01 cd0ab3cf9bb0: Preparing 11:01:01 2841b6fccaa1: Preparing 11:01:01 d739ebd0930e: Preparing 11:01:01 cd24973214b6: Preparing 11:01:01 3e06878fb78a: Preparing 11:01:01 dd9c8f8612c8: Preparing 11:01:01 cd0ab3cf9bb0: Waiting 11:01:01 2841b6fccaa1: Waiting 11:01:01 d739ebd0930e: Waiting 11:01:01 cd24973214b6: Waiting 11:01:01 3e06878fb78a: Waiting 11:01:01 dd9c8f8612c8: Waiting 11:01:01 1b461fdfe769: Layer already exists 11:01:01 0de2cacdb09c: Layer already exists 11:01:01 e772b7a016af: Layer already exists 11:01:01 9ad3cc3027f3: Layer already exists 11:01:01 8927a185bf14: Layer already exists 11:01:01 cd0ab3cf9bb0: Layer already exists 11:01:01 d739ebd0930e: Layer already exists 11:01:01 2841b6fccaa1: Layer already exists 11:01:01 cd24973214b6: Layer already exists 11:01:01 3e06878fb78a: Layer already exists 11:01:01 dd9c8f8612c8: Layer already exists 11:01:01 4.1.0-dev.34: digest: sha256:f256e6c2a148f7703d49a0d24a241d98642b81c88ca025346e58c08bc5b422b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:01 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:01 8927a185bf14: Preparing 11:01:01 e772b7a016af: Preparing 11:01:01 1b461fdfe769: Preparing 11:01:01 0de2cacdb09c: Preparing 11:01:01 9ad3cc3027f3: Preparing 11:01:01 cd0ab3cf9bb0: Preparing 11:01:01 2841b6fccaa1: Preparing 11:01:01 d739ebd0930e: Preparing 11:01:01 cd24973214b6: Preparing 11:01:01 3e06878fb78a: Preparing 11:01:01 dd9c8f8612c8: Preparing 11:01:01 cd0ab3cf9bb0: Waiting 11:01:01 2841b6fccaa1: Waiting 11:01:01 d739ebd0930e: Waiting 11:01:01 cd24973214b6: Waiting 11:01:01 3e06878fb78a: Waiting 11:01:01 dd9c8f8612c8: Waiting 11:01:01 8927a185bf14: Layer already exists 11:01:01 e772b7a016af: Layer already exists 11:01:01 9ad3cc3027f3: Layer already exists 11:01:01 1b461fdfe769: Layer already exists 11:01:01 0de2cacdb09c: Layer already exists 11:01:01 3e06878fb78a: Layer already exists 11:01:01 cd24973214b6: Layer already exists 11:01:01 d739ebd0930e: Layer already exists 11:01:01 2841b6fccaa1: Layer already exists 11:01:01 cd0ab3cf9bb0: Layer already exists 11:01:01 dd9c8f8612c8: Layer already exists 11:01:02 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:f256e6c2a148f7703d49a0d24a241d98642b81c88ca025346e58c08bc5b422b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:02 + 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 11:01:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:01:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:02 8927a185bf14: Preparing 11:01:02 e772b7a016af: Preparing 11:01:02 1b461fdfe769: Preparing 11:01:02 0de2cacdb09c: Preparing 11:01:02 9ad3cc3027f3: Preparing 11:01:02 cd0ab3cf9bb0: Preparing 11:01:02 2841b6fccaa1: Preparing 11:01:02 d739ebd0930e: Preparing 11:01:02 cd24973214b6: Preparing 11:01:02 3e06878fb78a: Preparing 11:01:02 dd9c8f8612c8: Preparing 11:01:02 2841b6fccaa1: Waiting 11:01:02 3e06878fb78a: Waiting 11:01:02 dd9c8f8612c8: Waiting 11:01:02 d739ebd0930e: Waiting 11:01:02 cd24973214b6: Waiting 11:01:02 0de2cacdb09c: Layer already exists 11:01:02 9ad3cc3027f3: Layer already exists 11:01:02 1b461fdfe769: Layer already exists 11:01:02 e772b7a016af: Layer already exists 11:01:02 8927a185bf14: Layer already exists 11:01:02 cd24973214b6: Layer already exists 11:01:02 2841b6fccaa1: Layer already exists 11:01:02 cd0ab3cf9bb0: Layer already exists 11:01:02 d739ebd0930e: Layer already exists 11:01:02 3e06878fb78a: Layer already exists 11:01:02 dd9c8f8612c8: Layer already exists 11:01:03 main: digest: sha256:f256e6c2a148f7703d49a0d24a241d98642b81c88ca025346e58c08bc5b422b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:03 ===================================================== [Pipeline] echo 11:01:03 taggedImages: 11:01:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:01:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.34 11:01:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:01:03 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:01:03 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:03 latest 11:01:03 4.1.0-dev.34 11:01:03 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:03 main 11:01:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:01:04 2e6edf263855: Preparing 11:01:04 11c48ca7f2e2: Preparing 11:01:04 b679cdeae96d: Preparing 11:01:04 5eb1cc1f636d: Preparing 11:01:04 47505e9e420c: Preparing 11:01:04 c33d4993d01d: Preparing 11:01:04 46e12f14bd93: Preparing 11:01:04 cd0ab3cf9bb0: Preparing 11:01:04 2841b6fccaa1: Preparing 11:01:04 9bbe4446ab3e: Preparing 11:01:04 78eb7218f759: Preparing 11:01:04 dd9c8f8612c8: Preparing 11:01:04 2841b6fccaa1: Waiting 11:01:04 9bbe4446ab3e: Waiting 11:01:04 c33d4993d01d: Waiting 11:01:04 46e12f14bd93: Waiting 11:01:04 cd0ab3cf9bb0: Waiting 11:01:04 dd9c8f8612c8: Waiting 11:01:04 78eb7218f759: Waiting 11:01:04 47505e9e420c: Pushed 11:01:04 11c48ca7f2e2: Pushed 11:01:04 2e6edf263855: Pushed 11:01:04 cd0ab3cf9bb0: Layer already exists 11:01:04 2841b6fccaa1: Layer already exists 11:01:04 c33d4993d01d: Pushed 11:01:04 46e12f14bd93: Pushed 11:01:04 dd9c8f8612c8: Layer already exists 11:01:04 9bbe4446ab3e: Pushed 11:01:08 78eb7218f759: Pushed 11:01:08 5eb1cc1f636d: Pushed 11:01:11 b679cdeae96d: Pushed 11:01:11 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:ba1ebe846e41520dffe80b938b536b9e650d5cdd3509cc8d4fc848bf635f94f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:11 + 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 11:01:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:01:11 2e6edf263855: Preparing 11:01:11 11c48ca7f2e2: Preparing 11:01:11 b679cdeae96d: Preparing 11:01:11 5eb1cc1f636d: Preparing 11:01:11 47505e9e420c: Preparing 11:01:11 c33d4993d01d: Preparing 11:01:11 46e12f14bd93: Preparing 11:01:11 cd0ab3cf9bb0: Preparing 11:01:11 2841b6fccaa1: Preparing 11:01:11 9bbe4446ab3e: Preparing 11:01:11 78eb7218f759: Preparing 11:01:11 dd9c8f8612c8: Preparing 11:01:11 cd0ab3cf9bb0: Waiting 11:01:11 2841b6fccaa1: Waiting 11:01:11 c33d4993d01d: Waiting 11:01:11 46e12f14bd93: Waiting 11:01:11 78eb7218f759: Waiting 11:01:11 dd9c8f8612c8: Waiting 11:01:11 9bbe4446ab3e: Waiting 11:01:11 11c48ca7f2e2: Layer already exists 11:01:11 2e6edf263855: Layer already exists 11:01:11 b679cdeae96d: Layer already exists 11:01:11 47505e9e420c: Layer already exists 11:01:11 5eb1cc1f636d: Layer already exists 11:01:11 c33d4993d01d: Layer already exists 11:01:11 46e12f14bd93: Layer already exists 11:01:11 2841b6fccaa1: Layer already exists 11:01:11 cd0ab3cf9bb0: Layer already exists 11:01:11 9bbe4446ab3e: Layer already exists 11:01:11 dd9c8f8612c8: Layer already exists 11:01:11 78eb7218f759: Layer already exists 11:01:12 latest: digest: sha256:ba1ebe846e41520dffe80b938b536b9e650d5cdd3509cc8d4fc848bf635f94f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.34 11:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:01:12 2e6edf263855: Preparing 11:01:12 11c48ca7f2e2: Preparing 11:01:12 b679cdeae96d: Preparing 11:01:12 5eb1cc1f636d: Preparing 11:01:12 47505e9e420c: Preparing 11:01:12 c33d4993d01d: Preparing 11:01:12 46e12f14bd93: Preparing 11:01:12 cd0ab3cf9bb0: Preparing 11:01:12 2841b6fccaa1: Preparing 11:01:12 9bbe4446ab3e: Preparing 11:01:12 78eb7218f759: Preparing 11:01:12 dd9c8f8612c8: Preparing 11:01:12 2841b6fccaa1: Waiting 11:01:12 9bbe4446ab3e: Waiting 11:01:12 78eb7218f759: Waiting 11:01:12 dd9c8f8612c8: Waiting 11:01:12 cd0ab3cf9bb0: Waiting 11:01:12 46e12f14bd93: Waiting 11:01:12 c33d4993d01d: Waiting 11:01:12 b679cdeae96d: Layer already exists 11:01:12 47505e9e420c: Layer already exists 11:01:12 5eb1cc1f636d: Layer already exists 11:01:12 11c48ca7f2e2: Layer already exists 11:01:12 2e6edf263855: Layer already exists 11:01:12 9bbe4446ab3e: Layer already exists 11:01:12 cd0ab3cf9bb0: Layer already exists 11:01:12 c33d4993d01d: Layer already exists 11:01:12 46e12f14bd93: Layer already exists 11:01:12 2841b6fccaa1: Layer already exists 11:01:12 dd9c8f8612c8: Layer already exists 11:01:12 78eb7218f759: Layer already exists 11:01:12 4.1.0-dev.34: digest: sha256:ba1ebe846e41520dffe80b938b536b9e650d5cdd3509cc8d4fc848bf635f94f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:01:13 2e6edf263855: Preparing 11:01:13 11c48ca7f2e2: Preparing 11:01:13 b679cdeae96d: Preparing 11:01:13 5eb1cc1f636d: Preparing 11:01:13 47505e9e420c: Preparing 11:01:13 c33d4993d01d: Preparing 11:01:13 46e12f14bd93: Preparing 11:01:13 cd0ab3cf9bb0: Preparing 11:01:13 2841b6fccaa1: Preparing 11:01:13 9bbe4446ab3e: Preparing 11:01:13 78eb7218f759: Preparing 11:01:13 dd9c8f8612c8: Preparing 11:01:13 c33d4993d01d: Waiting 11:01:13 46e12f14bd93: Waiting 11:01:13 cd0ab3cf9bb0: Waiting 11:01:13 2841b6fccaa1: Waiting 11:01:13 9bbe4446ab3e: Waiting 11:01:13 78eb7218f759: Waiting 11:01:13 dd9c8f8612c8: Waiting 11:01:13 b679cdeae96d: Layer already exists 11:01:13 11c48ca7f2e2: Layer already exists 11:01:13 47505e9e420c: Layer already exists 11:01:13 2e6edf263855: Layer already exists 11:01:13 5eb1cc1f636d: Layer already exists 11:01:13 c33d4993d01d: Layer already exists 11:01:13 cd0ab3cf9bb0: Layer already exists 11:01:13 2841b6fccaa1: Layer already exists 11:01:13 46e12f14bd93: Layer already exists 11:01:13 9bbe4446ab3e: Layer already exists 11:01:13 78eb7218f759: Layer already exists 11:01:13 dd9c8f8612c8: Layer already exists 11:01:13 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:ba1ebe846e41520dffe80b938b536b9e650d5cdd3509cc8d4fc848bf635f94f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:14 + 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 11:01:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:01:14 2e6edf263855: Preparing 11:01:14 11c48ca7f2e2: Preparing 11:01:14 b679cdeae96d: Preparing 11:01:14 5eb1cc1f636d: Preparing 11:01:14 47505e9e420c: Preparing 11:01:14 c33d4993d01d: Preparing 11:01:14 46e12f14bd93: Preparing 11:01:14 cd0ab3cf9bb0: Preparing 11:01:14 2841b6fccaa1: Preparing 11:01:14 9bbe4446ab3e: Preparing 11:01:14 78eb7218f759: Preparing 11:01:14 dd9c8f8612c8: Preparing 11:01:14 46e12f14bd93: Waiting 11:01:14 cd0ab3cf9bb0: Waiting 11:01:14 2841b6fccaa1: Waiting 11:01:14 9bbe4446ab3e: Waiting 11:01:14 78eb7218f759: Waiting 11:01:14 dd9c8f8612c8: Waiting 11:01:14 c33d4993d01d: Waiting 11:01:14 11c48ca7f2e2: Layer already exists 11:01:14 47505e9e420c: Layer already exists 11:01:14 5eb1cc1f636d: Layer already exists 11:01:14 b679cdeae96d: Layer already exists 11:01:14 2e6edf263855: Layer already exists 11:01:14 46e12f14bd93: Layer already exists 11:01:14 c33d4993d01d: Layer already exists 11:01:14 2841b6fccaa1: Layer already exists 11:01:14 9bbe4446ab3e: Layer already exists 11:01:14 cd0ab3cf9bb0: Layer already exists 11:01:14 78eb7218f759: Layer already exists 11:01:14 dd9c8f8612c8: Layer already exists 11:01:14 main: digest: sha256:ba1ebe846e41520dffe80b938b536b9e650d5cdd3509cc8d4fc848bf635f94f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:14 ===================================================== [Pipeline] echo 11:01:14 taggedImages: 11:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.34 11:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:01:15 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:01:15 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:15 latest 11:01:15 4.1.0-dev.34 11:01:15 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:15 main 11:01:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:01:15 7e775aada940: Preparing 11:01:15 eb8f412da983: Preparing 11:01:15 cd0ab3cf9bb0: Preparing 11:01:15 2841b6fccaa1: Preparing 11:01:15 ab82bfb98c2a: Preparing 11:01:15 08d31a436e36: Preparing 11:01:15 dd9c8f8612c8: Preparing 11:01:15 08d31a436e36: Waiting 11:01:15 dd9c8f8612c8: Waiting 11:01:15 2841b6fccaa1: Layer already exists 11:01:15 cd0ab3cf9bb0: Layer already exists 11:01:15 dd9c8f8612c8: Layer already exists 11:01:15 ab82bfb98c2a: Pushed 11:01:15 7e775aada940: Pushed 11:01:17 08d31a436e36: Pushed 11:01:23 eb8f412da983: Pushed 11:01:23 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:fa60b8a5c58172d25c24ed1c9cc9741f4fb8d5a17761a29ce55ae073048a81cb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:23 + 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 11:01:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:01:23 7e775aada940: Preparing 11:01:23 eb8f412da983: Preparing 11:01:23 cd0ab3cf9bb0: Preparing 11:01:23 2841b6fccaa1: Preparing 11:01:23 ab82bfb98c2a: Preparing 11:01:23 08d31a436e36: Preparing 11:01:23 dd9c8f8612c8: Preparing 11:01:23 08d31a436e36: Waiting 11:01:23 dd9c8f8612c8: Waiting 11:01:23 7e775aada940: Layer already exists 11:01:23 cd0ab3cf9bb0: Layer already exists 11:01:23 eb8f412da983: Layer already exists 11:01:23 2841b6fccaa1: Layer already exists 11:01:23 ab82bfb98c2a: Layer already exists 11:01:23 08d31a436e36: Layer already exists 11:01:23 dd9c8f8612c8: Layer already exists 11:01:24 latest: digest: sha256:fa60b8a5c58172d25c24ed1c9cc9741f4fb8d5a17761a29ce55ae073048a81cb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:24 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.34 11:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:01:24 7e775aada940: Preparing 11:01:24 eb8f412da983: Preparing 11:01:24 cd0ab3cf9bb0: Preparing 11:01:24 2841b6fccaa1: Preparing 11:01:24 ab82bfb98c2a: Preparing 11:01:24 08d31a436e36: Preparing 11:01:24 dd9c8f8612c8: Preparing 11:01:24 08d31a436e36: Waiting 11:01:24 dd9c8f8612c8: Waiting 11:01:24 2841b6fccaa1: Layer already exists 11:01:24 7e775aada940: Layer already exists 11:01:24 ab82bfb98c2a: Layer already exists 11:01:24 eb8f412da983: Layer already exists 11:01:24 cd0ab3cf9bb0: Layer already exists 11:01:24 dd9c8f8612c8: Layer already exists 11:01:24 08d31a436e36: Layer already exists 11:01:25 4.1.0-dev.34: digest: sha256:fa60b8a5c58172d25c24ed1c9cc9741f4fb8d5a17761a29ce55ae073048a81cb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:01:25 7e775aada940: Preparing 11:01:25 eb8f412da983: Preparing 11:01:25 cd0ab3cf9bb0: Preparing 11:01:25 2841b6fccaa1: Preparing 11:01:25 ab82bfb98c2a: Preparing 11:01:25 08d31a436e36: Preparing 11:01:25 dd9c8f8612c8: Preparing 11:01:25 dd9c8f8612c8: Waiting 11:01:25 08d31a436e36: Waiting 11:01:25 2841b6fccaa1: Layer already exists 11:01:25 cd0ab3cf9bb0: Layer already exists 11:01:25 7e775aada940: Layer already exists 11:01:25 eb8f412da983: Layer already exists 11:01:25 ab82bfb98c2a: Layer already exists 11:01:25 dd9c8f8612c8: Layer already exists 11:01:25 08d31a436e36: Layer already exists 11:01:26 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:fa60b8a5c58172d25c24ed1c9cc9741f4fb8d5a17761a29ce55ae073048a81cb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:26 + 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 11:01:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:01:26 7e775aada940: Preparing 11:01:26 eb8f412da983: Preparing 11:01:26 cd0ab3cf9bb0: Preparing 11:01:26 2841b6fccaa1: Preparing 11:01:26 ab82bfb98c2a: Preparing 11:01:26 08d31a436e36: Preparing 11:01:26 dd9c8f8612c8: Preparing 11:01:26 08d31a436e36: Waiting 11:01:26 dd9c8f8612c8: Waiting 11:01:26 7e775aada940: Layer already exists 11:01:26 2841b6fccaa1: Layer already exists 11:01:26 ab82bfb98c2a: Layer already exists 11:01:26 eb8f412da983: Layer already exists 11:01:26 cd0ab3cf9bb0: Layer already exists 11:01:26 08d31a436e36: Layer already exists 11:01:26 dd9c8f8612c8: Layer already exists 11:01:27 main: digest: sha256:fa60b8a5c58172d25c24ed1c9cc9741f4fb8d5a17761a29ce55ae073048a81cb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:27 ===================================================== [Pipeline] echo 11:01:27 taggedImages: 11:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.34 11:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:01:27 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:01:27 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:27 latest 11:01:27 4.1.0-dev.34 11:01:27 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:27 main 11:01:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:01:28 f6b153fd4c3e: Preparing 11:01:28 4aaa298269c4: Preparing 11:01:28 d3f692de0546: Preparing 11:01:28 cd0ab3cf9bb0: Preparing 11:01:28 2841b6fccaa1: Preparing 11:01:28 2f7301b15d40: Preparing 11:01:28 be22975f72c9: Preparing 11:01:28 c7e84c3af10e: Preparing 11:01:28 2d0ca262dad4: Preparing 11:01:28 dd9c8f8612c8: Preparing 11:01:28 c7e84c3af10e: Waiting 11:01:28 2d0ca262dad4: Waiting 11:01:28 2f7301b15d40: Waiting 11:01:28 be22975f72c9: Waiting 11:01:28 dd9c8f8612c8: Waiting 11:01:28 2841b6fccaa1: Layer already exists 11:01:28 cd0ab3cf9bb0: Layer already exists 11:01:28 d3f692de0546: Pushed 11:01:28 4aaa298269c4: Pushed 11:01:28 f6b153fd4c3e: Pushed 11:01:28 dd9c8f8612c8: Layer already exists 11:01:28 c7e84c3af10e: Pushed 11:01:29 2d0ca262dad4: Pushed 11:01:39 be22975f72c9: Pushed 11:01:54 2f7301b15d40: Pushed 11:01:54 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:1f07cd7c24c16bfb789dfa5249733be2f593d3236e5affcf7870c229ae497800 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:54 + 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 11:01:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:01:54 f6b153fd4c3e: Preparing 11:01:54 4aaa298269c4: Preparing 11:01:54 d3f692de0546: Preparing 11:01:54 cd0ab3cf9bb0: Preparing 11:01:54 2841b6fccaa1: Preparing 11:01:54 2f7301b15d40: Preparing 11:01:54 be22975f72c9: Preparing 11:01:54 c7e84c3af10e: Preparing 11:01:54 2d0ca262dad4: Preparing 11:01:54 dd9c8f8612c8: Preparing 11:01:54 2f7301b15d40: Waiting 11:01:54 c7e84c3af10e: Waiting 11:01:54 be22975f72c9: Waiting 11:01:54 2d0ca262dad4: Waiting 11:01:54 dd9c8f8612c8: Waiting 11:01:54 2841b6fccaa1: Layer already exists 11:01:54 f6b153fd4c3e: Layer already exists 11:01:54 cd0ab3cf9bb0: Layer already exists 11:01:54 d3f692de0546: Layer already exists 11:01:54 4aaa298269c4: Layer already exists 11:01:54 c7e84c3af10e: Layer already exists 11:01:54 2f7301b15d40: Layer already exists 11:01:54 dd9c8f8612c8: Layer already exists 11:01:54 2d0ca262dad4: Layer already exists 11:01:54 be22975f72c9: Layer already exists 11:01:55 latest: digest: sha256:1f07cd7c24c16bfb789dfa5249733be2f593d3236e5affcf7870c229ae497800 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.34 11:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:01:55 f6b153fd4c3e: Preparing 11:01:55 4aaa298269c4: Preparing 11:01:55 d3f692de0546: Preparing 11:01:55 cd0ab3cf9bb0: Preparing 11:01:55 2841b6fccaa1: Preparing 11:01:55 2f7301b15d40: Preparing 11:01:55 be22975f72c9: Preparing 11:01:55 c7e84c3af10e: Preparing 11:01:55 2d0ca262dad4: Preparing 11:01:55 dd9c8f8612c8: Preparing 11:01:55 c7e84c3af10e: Waiting 11:01:55 2d0ca262dad4: Waiting 11:01:55 dd9c8f8612c8: Waiting 11:01:55 2f7301b15d40: Waiting 11:01:55 be22975f72c9: Waiting 11:01:55 2841b6fccaa1: Layer already exists 11:01:55 cd0ab3cf9bb0: Layer already exists 11:01:55 f6b153fd4c3e: Layer already exists 11:01:55 d3f692de0546: Layer already exists 11:01:55 4aaa298269c4: Layer already exists 11:01:55 be22975f72c9: Layer already exists 11:01:55 2f7301b15d40: Layer already exists 11:01:55 c7e84c3af10e: Layer already exists 11:01:55 2d0ca262dad4: Layer already exists 11:01:55 dd9c8f8612c8: Layer already exists 11:01:56 4.1.0-dev.34: digest: sha256:1f07cd7c24c16bfb789dfa5249733be2f593d3236e5affcf7870c229ae497800 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:56 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:01:56 f6b153fd4c3e: Preparing 11:01:56 4aaa298269c4: Preparing 11:01:56 d3f692de0546: Preparing 11:01:56 cd0ab3cf9bb0: Preparing 11:01:56 2841b6fccaa1: Preparing 11:01:56 2f7301b15d40: Preparing 11:01:56 be22975f72c9: Preparing 11:01:56 c7e84c3af10e: Preparing 11:01:56 2d0ca262dad4: Preparing 11:01:56 dd9c8f8612c8: Preparing 11:01:56 c7e84c3af10e: Waiting 11:01:56 2f7301b15d40: Waiting 11:01:56 be22975f72c9: Waiting 11:01:56 2d0ca262dad4: Waiting 11:01:56 dd9c8f8612c8: Waiting 11:01:56 cd0ab3cf9bb0: Layer already exists 11:01:56 4aaa298269c4: Layer already exists 11:01:56 2841b6fccaa1: Layer already exists 11:01:56 d3f692de0546: Layer already exists 11:01:56 f6b153fd4c3e: Layer already exists 11:01:56 c7e84c3af10e: Layer already exists 11:01:56 2f7301b15d40: Layer already exists 11:01:56 be22975f72c9: Layer already exists 11:01:56 dd9c8f8612c8: Layer already exists 11:01:56 2d0ca262dad4: Layer already exists 11:01:56 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:1f07cd7c24c16bfb789dfa5249733be2f593d3236e5affcf7870c229ae497800 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:57 + 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 11:01:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:01:57 f6b153fd4c3e: Preparing 11:01:57 4aaa298269c4: Preparing 11:01:57 d3f692de0546: Preparing 11:01:57 cd0ab3cf9bb0: Preparing 11:01:57 2841b6fccaa1: Preparing 11:01:57 2f7301b15d40: Preparing 11:01:57 be22975f72c9: Preparing 11:01:57 c7e84c3af10e: Preparing 11:01:57 2d0ca262dad4: Preparing 11:01:57 dd9c8f8612c8: Preparing 11:01:57 be22975f72c9: Waiting 11:01:57 c7e84c3af10e: Waiting 11:01:57 2d0ca262dad4: Waiting 11:01:57 dd9c8f8612c8: Waiting 11:01:57 2f7301b15d40: Waiting 11:01:57 f6b153fd4c3e: Layer already exists 11:01:57 4aaa298269c4: Layer already exists 11:01:57 2841b6fccaa1: Layer already exists 11:01:57 d3f692de0546: Layer already exists 11:01:57 cd0ab3cf9bb0: Layer already exists 11:01:57 c7e84c3af10e: Layer already exists 11:01:57 2d0ca262dad4: Layer already exists 11:01:57 be22975f72c9: Layer already exists 11:01:57 2f7301b15d40: Layer already exists 11:01:57 dd9c8f8612c8: Layer already exists 11:01:58 main: digest: sha256:1f07cd7c24c16bfb789dfa5249733be2f593d3236e5affcf7870c229ae497800 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:58 ===================================================== [Pipeline] echo 11:01:58 taggedImages: 11:01:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:01:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.34 11:01:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:01:58 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:01:58 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:58 latest 11:01:58 4.1.0-dev.34 11:01:58 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:01:58 main 11:01:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:01:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:01:58 dcf647ff51d8: Preparing 11:01:58 a2dbcb4ea2da: Preparing 11:01:58 d082ef53839e: Preparing 11:01:58 cd0ab3cf9bb0: Preparing 11:01:58 2841b6fccaa1: Preparing 11:01:58 536d58a71a1e: Preparing 11:01:58 760df7036409: Preparing 11:01:58 1fb1a51cf4ef: Preparing 11:01:58 dd9c8f8612c8: Preparing 11:01:58 536d58a71a1e: Waiting 11:01:58 1fb1a51cf4ef: Waiting 11:01:58 dd9c8f8612c8: Waiting 11:01:58 760df7036409: Waiting 11:01:58 cd0ab3cf9bb0: Layer already exists 11:01:58 2841b6fccaa1: Layer already exists 11:01:59 dcf647ff51d8: Pushed 11:01:59 d082ef53839e: Pushed 11:01:59 a2dbcb4ea2da: Pushed 11:01:59 dd9c8f8612c8: Layer already exists 11:01:59 760df7036409: Pushed 11:01:59 1fb1a51cf4ef: Pushed 11:02:26 536d58a71a1e: Pushed 11:02:26 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:93c397e4658221cdfbb8b95546d263dbc2b6c2f7a9cd51d0823aec4778f95c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:26 + 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 11:02:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:02:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:02:27 dcf647ff51d8: Preparing 11:02:27 a2dbcb4ea2da: Preparing 11:02:27 d082ef53839e: Preparing 11:02:27 cd0ab3cf9bb0: Preparing 11:02:27 2841b6fccaa1: Preparing 11:02:27 536d58a71a1e: Preparing 11:02:27 760df7036409: Preparing 11:02:27 1fb1a51cf4ef: Preparing 11:02:27 dd9c8f8612c8: Preparing 11:02:27 536d58a71a1e: Waiting 11:02:27 760df7036409: Waiting 11:02:27 1fb1a51cf4ef: Waiting 11:02:27 2841b6fccaa1: Layer already exists 11:02:27 dcf647ff51d8: Layer already exists 11:02:27 cd0ab3cf9bb0: Layer already exists 11:02:27 d082ef53839e: Layer already exists 11:02:27 a2dbcb4ea2da: Layer already exists 11:02:27 536d58a71a1e: Layer already exists 11:02:27 dd9c8f8612c8: Layer already exists 11:02:27 760df7036409: Layer already exists 11:02:27 1fb1a51cf4ef: Layer already exists 11:02:27 latest: digest: sha256:93c397e4658221cdfbb8b95546d263dbc2b6c2f7a9cd51d0823aec4778f95c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.34 11:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:02:28 dcf647ff51d8: Preparing 11:02:28 a2dbcb4ea2da: Preparing 11:02:28 d082ef53839e: Preparing 11:02:28 cd0ab3cf9bb0: Preparing 11:02:28 2841b6fccaa1: Preparing 11:02:28 536d58a71a1e: Preparing 11:02:28 760df7036409: Preparing 11:02:28 1fb1a51cf4ef: Preparing 11:02:28 dd9c8f8612c8: Preparing 11:02:28 536d58a71a1e: Waiting 11:02:28 760df7036409: Waiting 11:02:28 1fb1a51cf4ef: Waiting 11:02:28 dd9c8f8612c8: Waiting 11:02:28 dcf647ff51d8: Layer already exists 11:02:28 d082ef53839e: Layer already exists 11:02:28 2841b6fccaa1: Layer already exists 11:02:28 cd0ab3cf9bb0: Layer already exists 11:02:28 a2dbcb4ea2da: Layer already exists 11:02:28 760df7036409: Layer already exists 11:02:28 536d58a71a1e: Layer already exists 11:02:28 dd9c8f8612c8: Layer already exists 11:02:28 1fb1a51cf4ef: Layer already exists 11:02:28 4.1.0-dev.34: digest: sha256:93c397e4658221cdfbb8b95546d263dbc2b6c2f7a9cd51d0823aec4778f95c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:28 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:02:29 dcf647ff51d8: Preparing 11:02:29 a2dbcb4ea2da: Preparing 11:02:29 d082ef53839e: Preparing 11:02:29 cd0ab3cf9bb0: Preparing 11:02:29 2841b6fccaa1: Preparing 11:02:29 536d58a71a1e: Preparing 11:02:29 760df7036409: Preparing 11:02:29 1fb1a51cf4ef: Preparing 11:02:29 dd9c8f8612c8: Preparing 11:02:29 760df7036409: Waiting 11:02:29 536d58a71a1e: Waiting 11:02:29 dd9c8f8612c8: Waiting 11:02:29 1fb1a51cf4ef: Waiting 11:02:29 a2dbcb4ea2da: Layer already exists 11:02:29 2841b6fccaa1: Layer already exists 11:02:29 cd0ab3cf9bb0: Layer already exists 11:02:29 dcf647ff51d8: Layer already exists 11:02:29 d082ef53839e: Layer already exists 11:02:29 1fb1a51cf4ef: Layer already exists 11:02:29 760df7036409: Layer already exists 11:02:29 536d58a71a1e: Layer already exists 11:02:29 dd9c8f8612c8: Layer already exists 11:02:29 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:93c397e4658221cdfbb8b95546d263dbc2b6c2f7a9cd51d0823aec4778f95c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:29 + 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 11:02:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:02:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:02:29 dcf647ff51d8: Preparing 11:02:29 a2dbcb4ea2da: Preparing 11:02:29 d082ef53839e: Preparing 11:02:29 cd0ab3cf9bb0: Preparing 11:02:29 2841b6fccaa1: Preparing 11:02:29 536d58a71a1e: Preparing 11:02:29 760df7036409: Preparing 11:02:29 1fb1a51cf4ef: Preparing 11:02:29 dd9c8f8612c8: Preparing 11:02:29 1fb1a51cf4ef: Waiting 11:02:29 536d58a71a1e: Waiting 11:02:29 dd9c8f8612c8: Waiting 11:02:29 760df7036409: Waiting 11:02:29 cd0ab3cf9bb0: Layer already exists 11:02:29 dcf647ff51d8: Layer already exists 11:02:29 d082ef53839e: Layer already exists 11:02:29 2841b6fccaa1: Layer already exists 11:02:29 a2dbcb4ea2da: Layer already exists 11:02:29 760df7036409: Layer already exists 11:02:29 1fb1a51cf4ef: Layer already exists 11:02:29 536d58a71a1e: Layer already exists 11:02:29 dd9c8f8612c8: Layer already exists 11:02:30 main: digest: sha256:93c397e4658221cdfbb8b95546d263dbc2b6c2f7a9cd51d0823aec4778f95c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:30 ===================================================== [Pipeline] echo 11:02:30 taggedImages: 11:02:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:02:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.34 11:02:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:02:30 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:02:30 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:30 latest 11:02:30 4.1.0-dev.34 11:02:30 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:30 main 11:02:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:02:31 535f5b13d209: Preparing 11:02:31 690d840bcbf0: Preparing 11:02:31 c023b1eb4687: Preparing 11:02:31 cd0ab3cf9bb0: Preparing 11:02:31 2841b6fccaa1: Preparing 11:02:31 536d58a71a1e: Preparing 11:02:31 c7e84c3af10e: Preparing 11:02:31 2d0ca262dad4: Preparing 11:02:31 dd9c8f8612c8: Preparing 11:02:31 c7e84c3af10e: Waiting 11:02:31 2d0ca262dad4: Waiting 11:02:31 dd9c8f8612c8: Waiting 11:02:31 536d58a71a1e: Waiting 11:02:31 2841b6fccaa1: Layer already exists 11:02:31 cd0ab3cf9bb0: Layer already exists 11:02:31 536d58a71a1e: Layer already exists 11:02:31 c7e84c3af10e: Layer already exists 11:02:31 2d0ca262dad4: Layer already exists 11:02:31 dd9c8f8612c8: Layer already exists 11:02:31 690d840bcbf0: Pushed 11:02:31 c023b1eb4687: Pushed 11:02:31 535f5b13d209: Pushed 11:02:31 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:59d702850b7b22ecd4f1b72ad804137c94bbc3a37d0dbcbc43fbad586b99ae3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:31 + 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 11:02:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:02:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:02:32 535f5b13d209: Preparing 11:02:32 690d840bcbf0: Preparing 11:02:32 c023b1eb4687: Preparing 11:02:32 cd0ab3cf9bb0: Preparing 11:02:32 2841b6fccaa1: Preparing 11:02:32 536d58a71a1e: Preparing 11:02:32 c7e84c3af10e: Preparing 11:02:32 2d0ca262dad4: Preparing 11:02:32 dd9c8f8612c8: Preparing 11:02:32 c7e84c3af10e: Waiting 11:02:32 2d0ca262dad4: Waiting 11:02:32 536d58a71a1e: Waiting 11:02:32 dd9c8f8612c8: Waiting 11:02:32 cd0ab3cf9bb0: Layer already exists 11:02:32 690d840bcbf0: Layer already exists 11:02:32 c023b1eb4687: Layer already exists 11:02:32 535f5b13d209: Layer already exists 11:02:32 2841b6fccaa1: Layer already exists 11:02:32 536d58a71a1e: Layer already exists 11:02:32 dd9c8f8612c8: Layer already exists 11:02:32 c7e84c3af10e: Layer already exists 11:02:32 2d0ca262dad4: Layer already exists 11:02:32 latest: digest: sha256:59d702850b7b22ecd4f1b72ad804137c94bbc3a37d0dbcbc43fbad586b99ae3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.34 11:02:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:02:32 535f5b13d209: Preparing 11:02:32 690d840bcbf0: Preparing 11:02:32 c023b1eb4687: Preparing 11:02:32 cd0ab3cf9bb0: Preparing 11:02:32 2841b6fccaa1: Preparing 11:02:32 536d58a71a1e: Preparing 11:02:32 c7e84c3af10e: Preparing 11:02:32 2d0ca262dad4: Preparing 11:02:32 dd9c8f8612c8: Preparing 11:02:32 536d58a71a1e: Waiting 11:02:32 c7e84c3af10e: Waiting 11:02:32 2d0ca262dad4: Waiting 11:02:32 dd9c8f8612c8: Waiting 11:02:32 c023b1eb4687: Layer already exists 11:02:32 535f5b13d209: Layer already exists 11:02:32 2841b6fccaa1: Layer already exists 11:02:32 690d840bcbf0: Layer already exists 11:02:32 cd0ab3cf9bb0: Layer already exists 11:02:32 2d0ca262dad4: Layer already exists 11:02:32 c7e84c3af10e: Layer already exists 11:02:32 536d58a71a1e: Layer already exists 11:02:32 dd9c8f8612c8: Layer already exists 11:02:32 4.1.0-dev.34: digest: sha256:59d702850b7b22ecd4f1b72ad804137c94bbc3a37d0dbcbc43fbad586b99ae3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:02:33 535f5b13d209: Preparing 11:02:33 690d840bcbf0: Preparing 11:02:33 c023b1eb4687: Preparing 11:02:33 cd0ab3cf9bb0: Preparing 11:02:33 2841b6fccaa1: Preparing 11:02:33 536d58a71a1e: Preparing 11:02:33 c7e84c3af10e: Preparing 11:02:33 2d0ca262dad4: Preparing 11:02:33 dd9c8f8612c8: Preparing 11:02:33 2d0ca262dad4: Waiting 11:02:33 dd9c8f8612c8: Waiting 11:02:33 536d58a71a1e: Waiting 11:02:33 2841b6fccaa1: Layer already exists 11:02:33 cd0ab3cf9bb0: Layer already exists 11:02:33 c023b1eb4687: Layer already exists 11:02:33 535f5b13d209: Layer already exists 11:02:33 690d840bcbf0: Layer already exists 11:02:33 c7e84c3af10e: Layer already exists 11:02:33 536d58a71a1e: Layer already exists 11:02:33 2d0ca262dad4: Layer already exists 11:02:33 dd9c8f8612c8: Layer already exists 11:02:33 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:59d702850b7b22ecd4f1b72ad804137c94bbc3a37d0dbcbc43fbad586b99ae3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:34 + 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 11:02:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:02:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:02:34 535f5b13d209: Preparing 11:02:34 690d840bcbf0: Preparing 11:02:34 c023b1eb4687: Preparing 11:02:34 cd0ab3cf9bb0: Preparing 11:02:34 2841b6fccaa1: Preparing 11:02:34 536d58a71a1e: Preparing 11:02:34 c7e84c3af10e: Preparing 11:02:34 2d0ca262dad4: Preparing 11:02:34 dd9c8f8612c8: Preparing 11:02:34 536d58a71a1e: Waiting 11:02:34 c7e84c3af10e: Waiting 11:02:34 2d0ca262dad4: Waiting 11:02:34 dd9c8f8612c8: Waiting 11:02:34 535f5b13d209: Layer already exists 11:02:34 2841b6fccaa1: Layer already exists 11:02:34 cd0ab3cf9bb0: Layer already exists 11:02:34 c023b1eb4687: Layer already exists 11:02:34 690d840bcbf0: Layer already exists 11:02:34 536d58a71a1e: Layer already exists 11:02:34 2d0ca262dad4: Layer already exists 11:02:34 c7e84c3af10e: Layer already exists 11:02:34 dd9c8f8612c8: Layer already exists 11:02:35 main: digest: sha256:59d702850b7b22ecd4f1b72ad804137c94bbc3a37d0dbcbc43fbad586b99ae3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:35 ===================================================== [Pipeline] echo 11:02:35 taggedImages: 11:02:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:02:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.34 11:02:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:02:35 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:02:35 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:35 latest 11:02:35 4.1.0-dev.34 11:02:35 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:35 main 11:02:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:02:36 ab08de694244: Preparing 11:02:36 e370cf84c07c: Preparing 11:02:36 cd0ab3cf9bb0: Preparing 11:02:36 2841b6fccaa1: Preparing 11:02:36 8cd04ffcbf38: Preparing 11:02:36 7e237fc731d6: Preparing 11:02:36 dd9c8f8612c8: Preparing 11:02:36 7e237fc731d6: Waiting 11:02:36 dd9c8f8612c8: Waiting 11:02:36 2841b6fccaa1: Layer already exists 11:02:36 cd0ab3cf9bb0: Layer already exists 11:02:36 dd9c8f8612c8: Layer already exists 11:02:36 8cd04ffcbf38: Pushed 11:02:36 ab08de694244: Pushed 11:02:37 7e237fc731d6: Pushed 11:02:44 e370cf84c07c: Pushed 11:02:44 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:3cfa416f35ee5e1877534adc36d3ce2eea7a66e050dbef465f7d4493a2ac6462 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:02:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:02:45 ab08de694244: Preparing 11:02:45 e370cf84c07c: Preparing 11:02:45 cd0ab3cf9bb0: Preparing 11:02:45 2841b6fccaa1: Preparing 11:02:45 8cd04ffcbf38: Preparing 11:02:45 7e237fc731d6: Preparing 11:02:45 dd9c8f8612c8: Preparing 11:02:45 7e237fc731d6: Waiting 11:02:45 dd9c8f8612c8: Waiting 11:02:45 e370cf84c07c: Layer already exists 11:02:45 ab08de694244: Layer already exists 11:02:45 2841b6fccaa1: Layer already exists 11:02:45 cd0ab3cf9bb0: Layer already exists 11:02:45 8cd04ffcbf38: Layer already exists 11:02:45 dd9c8f8612c8: Layer already exists 11:02:45 7e237fc731d6: Layer already exists 11:02:45 latest: digest: sha256:3cfa416f35ee5e1877534adc36d3ce2eea7a66e050dbef465f7d4493a2ac6462 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.34 11:02:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:02:45 ab08de694244: Preparing 11:02:45 e370cf84c07c: Preparing 11:02:45 cd0ab3cf9bb0: Preparing 11:02:45 2841b6fccaa1: Preparing 11:02:45 8cd04ffcbf38: Preparing 11:02:45 7e237fc731d6: Preparing 11:02:45 dd9c8f8612c8: Preparing 11:02:45 7e237fc731d6: Waiting 11:02:45 dd9c8f8612c8: Waiting 11:02:45 cd0ab3cf9bb0: Layer already exists 11:02:45 e370cf84c07c: Layer already exists 11:02:45 2841b6fccaa1: Layer already exists 11:02:45 ab08de694244: Layer already exists 11:02:45 8cd04ffcbf38: Layer already exists 11:02:45 dd9c8f8612c8: Layer already exists 11:02:45 7e237fc731d6: Layer already exists 11:02:45 4.1.0-dev.34: digest: sha256:3cfa416f35ee5e1877534adc36d3ce2eea7a66e050dbef465f7d4493a2ac6462 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:02:47 ab08de694244: Preparing 11:02:47 e370cf84c07c: Preparing 11:02:47 cd0ab3cf9bb0: Preparing 11:02:47 2841b6fccaa1: Preparing 11:02:47 8cd04ffcbf38: Preparing 11:02:47 7e237fc731d6: Preparing 11:02:47 dd9c8f8612c8: Preparing 11:02:47 7e237fc731d6: Waiting 11:02:47 dd9c8f8612c8: Waiting 11:02:47 2841b6fccaa1: Layer already exists 11:02:47 e370cf84c07c: Layer already exists 11:02:47 8cd04ffcbf38: Layer already exists 11:02:47 ab08de694244: Layer already exists 11:02:47 cd0ab3cf9bb0: Layer already exists 11:02:47 7e237fc731d6: Layer already exists 11:02:47 dd9c8f8612c8: Layer already exists 11:02:47 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:3cfa416f35ee5e1877534adc36d3ce2eea7a66e050dbef465f7d4493a2ac6462 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:02:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:02:48 ab08de694244: Preparing 11:02:48 e370cf84c07c: Preparing 11:02:48 cd0ab3cf9bb0: Preparing 11:02:48 2841b6fccaa1: Preparing 11:02:48 8cd04ffcbf38: Preparing 11:02:48 7e237fc731d6: Preparing 11:02:48 dd9c8f8612c8: Preparing 11:02:48 7e237fc731d6: Waiting 11:02:48 dd9c8f8612c8: Waiting 11:02:48 cd0ab3cf9bb0: Layer already exists 11:02:48 e370cf84c07c: Layer already exists 11:02:48 8cd04ffcbf38: Layer already exists 11:02:48 ab08de694244: Layer already exists 11:02:48 2841b6fccaa1: Layer already exists 11:02:48 7e237fc731d6: Layer already exists 11:02:48 dd9c8f8612c8: Layer already exists 11:02:48 main: digest: sha256:3cfa416f35ee5e1877534adc36d3ce2eea7a66e050dbef465f7d4493a2ac6462 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:48 ===================================================== [Pipeline] echo 11:02:48 taggedImages: 11:02:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:02:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.34 11:02:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:02:48 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:02:48 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:48 latest 11:02:48 4.1.0-dev.34 11:02:48 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:02:48 main 11:02:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:02:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:02:49 3e8d3ee6edaa: Preparing 11:02:49 0aa4c8e2db4e: Preparing 11:02:49 cd0ab3cf9bb0: Preparing 11:02:49 2841b6fccaa1: Preparing 11:02:49 2ab1e8bd59ab: Preparing 11:02:49 45f32b509803: Preparing 11:02:49 dd9c8f8612c8: Preparing 11:02:49 45f32b509803: Waiting 11:02:49 dd9c8f8612c8: Waiting 11:02:49 cd0ab3cf9bb0: Layer already exists 11:02:49 2841b6fccaa1: Layer already exists 11:02:49 dd9c8f8612c8: Layer already exists 11:02:49 3e8d3ee6edaa: Pushed 11:02:49 2ab1e8bd59ab: Pushed 11:02:49 45f32b509803: Pushed 11:02:58 0aa4c8e2db4e: Pushed 11:02:58 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4: digest: sha256:daded3409c3b779775d7020ecd2482d8f5f5da879d303c0559918ff15100de13 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:02:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:02:58 3e8d3ee6edaa: Preparing 11:02:58 0aa4c8e2db4e: Preparing 11:02:58 cd0ab3cf9bb0: Preparing 11:02:58 2841b6fccaa1: Preparing 11:02:58 2ab1e8bd59ab: Preparing 11:02:58 45f32b509803: Preparing 11:02:58 dd9c8f8612c8: Preparing 11:02:58 45f32b509803: Waiting 11:02:58 dd9c8f8612c8: Waiting 11:02:58 0aa4c8e2db4e: Layer already exists 11:02:58 2841b6fccaa1: Layer already exists 11:02:58 3e8d3ee6edaa: Layer already exists 11:02:58 cd0ab3cf9bb0: Layer already exists 11:02:58 2ab1e8bd59ab: Layer already exists 11:02:58 45f32b509803: Layer already exists 11:02:58 dd9c8f8612c8: Layer already exists 11:02:58 latest: digest: sha256:daded3409c3b779775d7020ecd2482d8f5f5da879d303c0559918ff15100de13 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.34 11:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:02:59 3e8d3ee6edaa: Preparing 11:02:59 0aa4c8e2db4e: Preparing 11:02:59 cd0ab3cf9bb0: Preparing 11:02:59 2841b6fccaa1: Preparing 11:02:59 2ab1e8bd59ab: Preparing 11:02:59 45f32b509803: Preparing 11:02:59 dd9c8f8612c8: Preparing 11:02:59 45f32b509803: Waiting 11:02:59 dd9c8f8612c8: Waiting 11:02:59 2ab1e8bd59ab: Layer already exists 11:02:59 0aa4c8e2db4e: Layer already exists 11:02:59 3e8d3ee6edaa: Layer already exists 11:02:59 cd0ab3cf9bb0: Layer already exists 11:02:59 2841b6fccaa1: Layer already exists 11:02:59 dd9c8f8612c8: Layer already exists 11:02:59 45f32b509803: Layer already exists 11:02:59 4.1.0-dev.34: digest: sha256:daded3409c3b779775d7020ecd2482d8f5f5da879d303c0559918ff15100de13 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:03:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:03:00 3e8d3ee6edaa: Preparing 11:03:00 0aa4c8e2db4e: Preparing 11:03:00 cd0ab3cf9bb0: Preparing 11:03:00 2841b6fccaa1: Preparing 11:03:00 2ab1e8bd59ab: Preparing 11:03:00 45f32b509803: Preparing 11:03:00 dd9c8f8612c8: Preparing 11:03:00 45f32b509803: Waiting 11:03:00 dd9c8f8612c8: Waiting 11:03:00 2841b6fccaa1: Layer already exists 11:03:00 2ab1e8bd59ab: Layer already exists 11:03:00 0aa4c8e2db4e: Layer already exists 11:03:00 cd0ab3cf9bb0: Layer already exists 11:03:00 3e8d3ee6edaa: Layer already exists 11:03:00 dd9c8f8612c8: Layer already exists 11:03:00 45f32b509803: Layer already exists 11:03:01 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34: digest: sha256:daded3409c3b779775d7020ecd2482d8f5f5da879d303c0559918ff15100de13 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:03:01 3e8d3ee6edaa: Preparing 11:03:01 0aa4c8e2db4e: Preparing 11:03:01 cd0ab3cf9bb0: Preparing 11:03:01 2841b6fccaa1: Preparing 11:03:01 2ab1e8bd59ab: Preparing 11:03:01 45f32b509803: Preparing 11:03:01 dd9c8f8612c8: Preparing 11:03:01 45f32b509803: Waiting 11:03:01 dd9c8f8612c8: Waiting 11:03:01 2841b6fccaa1: Layer already exists 11:03:01 2ab1e8bd59ab: Layer already exists 11:03:01 cd0ab3cf9bb0: Layer already exists 11:03:01 0aa4c8e2db4e: Layer already exists 11:03:01 3e8d3ee6edaa: Layer already exists 11:03:01 45f32b509803: Layer already exists 11:03:01 dd9c8f8612c8: Layer already exists 11:03:01 main: digest: sha256:daded3409c3b779775d7020ecd2482d8f5f5da879d303c0559918ff15100de13 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:03:01 ===================================================== [Pipeline] echo 11:03:01 taggedImages: 11:03:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 11:03:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:03:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.34 11:03:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 11:03:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.34 [Pipeline] echo 11:03:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4-4.1.0-dev.34 [Pipeline] echo 11:03:02 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 11:03:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:03:03 11:03:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:03:03 arm64: Pulling from edgex-lftools-log-publisher 11:03:03 8998bd30e6a1: Pulling fs layer 11:03:03 04944245beec: Pulling fs layer 11:03:03 699f458cf7ca: Pulling fs layer 11:03:03 765212b225bb: Pulling fs layer 11:03:03 f23df028b6ca: Pulling fs layer 11:03:03 d65c8cfc05b1: Pulling fs layer 11:03:03 2437ff75d9bd: Pulling fs layer 11:03:03 765212b225bb: Waiting 11:03:03 f23df028b6ca: Waiting 11:03:03 d65c8cfc05b1: Waiting 11:03:03 2437ff75d9bd: Waiting 11:03:03 04944245beec: Verifying Checksum 11:03:03 04944245beec: Download complete 11:03:03 765212b225bb: Verifying Checksum 11:03:03 765212b225bb: Download complete 11:03:03 f23df028b6ca: Verifying Checksum 11:03:03 f23df028b6ca: Download complete 11:03:03 d65c8cfc05b1: Verifying Checksum 11:03:03 d65c8cfc05b1: Download complete 11:03:04 699f458cf7ca: Verifying Checksum 11:03:04 699f458cf7ca: Download complete 11:03:04 8998bd30e6a1: Verifying Checksum 11:03:04 8998bd30e6a1: Download complete 11:03:06 2437ff75d9bd: Verifying Checksum 11:03:06 2437ff75d9bd: Download complete 11:03:09 8998bd30e6a1: Pull complete 11:03:09 04944245beec: Pull complete 11:03:10 699f458cf7ca: Pull complete 11:03:11 765212b225bb: Pull complete 11:03:12 f23df028b6ca: Pull complete 11:03:12 d65c8cfc05b1: Pull complete 11:03:30 2437ff75d9bd: Pull complete 11:03:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:03:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:03:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:30 prd-ubuntu20.04-docker-arm64-4c-16g-4412 does not seem to be running inside a container 11:03:30 $ 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/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@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 11:03:33 $ docker top 66231271ef831e1bf0337f7b866ea0b4a775eb7ec74162e756d826c4620d6865 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:03:34 ---> job-cost.sh 11:03:34 lf-activate-venv: SKIPPING 11:03:34 INFO: No Stack... 11:03:34 INFO: Retrieving Pricing Info for: v3-standard-4 11:03:35 INFO: Archiving Costs [Pipeline] sh 11:03:36 + + cat /w/workspace/edgex-go/866/archives/cost.csvcut 11:03:36 -d, -f6 [Pipeline] lock 11:03:36 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-866-stack-cost] 11:03:36 Resource [jenkins-edgexfoundry-edgex-go-main-866-stack-cost] did not exist. Created. 11:03:36 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-866-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:03:36 + echo total: 0.10999999940395355 [Pipeline] stash 11:03:37 Stashed 1 file(s) [Pipeline] } 11:03:37 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-866-stack-cost] [Pipeline] // lock [Pipeline] } 11:03:37 $ docker stop --time=1 66231271ef831e1bf0337f7b866ea0b4a775eb7ec74162e756d826c4620d6865 11:03:38 $ docker rm -f --volumes 66231271ef831e1bf0337f7b866ea0b4a775eb7ec74162e756d826c4620d6865 [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 11:03:39 provisioning config files... 11:03:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/866@tmp/config4578167940128286142tmp [Pipeline] { [Pipeline] sh 11:03:39 + set +x 11:03:39 + curl -s https://codecov.io/bash 11:03:39 + bash -s -- 11:03:39 11:03:39 _____ _ 11:03:39 / ____| | | 11:03:39 | | ___ __| | ___ ___ _____ __ 11:03:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:03:39 | |___| (_) | (_| | __/ (_| (_) \ V / 11:03:39 \_____\___/ \__,_|\___|\___\___/ \_/ 11:03:39 Bash-1.0.6 11:03:39 11:03:39 11:03:39 ==> git version 2.25.1 found 11:03:39 ==> 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 11:03:39 Release-Date: 2020-01-08 11:03:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:03:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:03:39 ==> Jenkins CI detected. 11:03:39 current dir:  /w/workspace/edgex-go/866 11:03:39 project root: . 11:03:39 --> token set from env 11:03:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:03:40 ==> Running gcov in . (disable via -X gcov) 11:03:40 ==> Python coveragepy not found 11:03:40 ==> Searching for coverage reports in: 11:03:40 + . 11:03:40 -> Found 1 reports 11:03:40 ==> Detecting git/mercurial file structure 11:03:40 ==> Reading reports 11:03:40 + ./coverage.out bytes=1666030 11:03:40 ==> Appending adjustments 11:03:40 https://docs.codecov.io/docs/fixing-reports 11:03:41 + Found adjustments 11:03:41 ==> Gzipping contents 11:03:41 140K /tmp/codecov.NSMNPv.gz 11:03:41 ==> Uploading reports 11:03:41 url: https://codecov.io 11:03:41 query: branch=main&commit=37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4&build=866&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F866%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:03:41 -> Pinging Codecov 11:03:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4&build=866&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F866%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:03:41 -> Uploading to 11:03:41 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4/5c1cc715-74c4-4e2e-8d1a-0b60571f5ea2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250702%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250702T110341Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=2555325581e2cc21aa6801b3038da78e70d82079778e25e37f9adfcc0babfe7b 11:03:41 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:41 Dload Upload Total Spent Left Speed 11:03:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 347k --:--:-- --:--:-- --:--:-- 347k 11:03:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 [Pipeline] } 11:03:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:03:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:03:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:03:42 11:03:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:03:43 latest: Pulling from edgex-devops/edgex-snyk-go 11:03:43 0a9a5dfd008f: Already exists 11:03:43 36466aa92d05: Already exists 11:03:43 e10405b45d13: Already exists 11:03:43 096b7ceb2af7: Already exists 11:03:43 4f4fb700ef54: Already exists 11:03:43 e50aa161e22a: Pulling fs layer 11:03:43 d3c8db5fb9df: Pulling fs layer 11:03:43 e50aa161e22a: Verifying Checksum 11:03:43 e50aa161e22a: Download complete 11:03:43 e50aa161e22a: Pull complete 11:03:44 d3c8db5fb9df: Verifying Checksum 11:03:44 d3c8db5fb9df: Download complete 11:03:49 d3c8db5fb9df: Pull complete 11:03:49 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 11:03:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:03:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:49 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 11:03:49 $ 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/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:03:52 $ docker top 041831c233e347423c949fd3cd46638a2a30f4adafa91ad4da8aa5918c330abe -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:53 + git config --global --add safe.directory /w/workspace/edgex-go/866 [Pipeline] echo 11:03:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:03:53 + set -o pipefail 11:03:53 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:04:10 11:04:10 Monitoring /w/workspace/edgex-go/866 (github.com/edgexfoundry/edgex-go)... 11:04:10 11:04:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/3b9088cc-9949-428c-bcf0-4ea2cc99771c 11:04:10 11:04:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:04:10 [Pipeline] } 11:04:10 $ docker stop --time=1 041831c233e347423c949fd3cd46638a2a30f4adafa91ad4da8aa5918c330abe 11:04:17 $ docker rm -f --volumes 041831c233e347423c949fd3cd46638a2a30f4adafa91ad4da8aa5918c330abe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:04:18 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:18 provisioning config files... 11:04:18 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/866@tmp/config8783679236011216778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:18 --> edgex-publish-swagger.sh 11:04:18 === Publish openapi API === 11:04:18 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 11:04:18 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/866/openapi/core-command.yaml] 11:04:18 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:18 Dload Upload Total Spent Left Speed 11:04:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 208 102k --:--:-- --:--:-- --:--:-- 103k 11:04:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:18 11:04:18 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/866/openapi/core-data.yaml] 11:04:18 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:18 Dload Upload Total Spent Left Speed 11:04:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 254 263k --:--:-- --:--:-- --:--:-- 264k 11:04:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:19 11:04:19 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/866/openapi/core-keeper.yaml] 11:04:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:19 Dload Upload Total Spent Left Speed 11:04:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 331 148k --:--:-- --:--:-- --:--:-- 147k 100 30300 100 66 100 30234 330 147k --:--:-- --:--:-- --:--:-- 147k 11:04:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:19 11:04:19 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/866/openapi/core-metadata.yaml] 11:04:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:19 Dload Upload Total Spent Left Speed 11:04:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 273 650k --:--:-- --:--:-- --:--:-- 650k 11:04:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:19 11:04:19 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/866/openapi/security-proxy-auth.yaml] 11:04:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:19 Dload Upload Total Spent Left Speed 11:04:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 420 152k --:--:-- --:--:-- --:--:-- 152k 11:04:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:19 11:04:19 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/866/openapi/security-secretstore-setup.yaml] 11:04:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:19 Dload Upload Total Spent Left Speed 11:04:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 500 29643 --:--:-- --:--:-- --:--:-- 30143 11:04:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:19 11:04:19 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/866/openapi/support-notifications.yaml] 11:04:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:19 Dload Upload Total Spent Left Speed 11:04:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 390 577k --:--:-- --:--:-- --:--:-- 578k 11:04:20 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:20 11:04:20 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/866/openapi/support-scheduler.yaml] 11:04:20 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:20 Dload Upload Total Spent Left Speed 11:04:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 448 336k --:--:-- --:--:-- --:--:-- 337k 11:04:20 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:04:20 [Pipeline] } 11:04:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:04:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:04:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:20 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 11:04:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:04:21 $ docker top 59e246121a198705c910c2ae06d03d3cb4d6e8eaca0c735d9e4ecdfa40b8ec7e -eo pid,comm 11:04:21 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). 11:04:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:21 [ssh-agent] Looking for ssh-agent implementation... 11:04:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:21 $ docker exec 59e246121a198705c910c2ae06d03d3cb4d6e8eaca0c735d9e4ecdfa40b8ec7e ssh-agent 11:04:21 SSH_AUTH_SOCK=/tmp/ssh-9OqqrlAM0vNz/agent.32 11:04:21 SSH_AGENT_PID=37 11:04:21 Running ssh-add (command line suppressed) 11:04:21 Identity added: /w/workspace/edgex-go/866@tmp/private_key_14405979559062836408.key (/w/workspace/edgex-go/866@tmp/private_key_14405979559062836408.key) 11:04:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:22 + git semver tag 11:04:22 2025-07-02 11:04:22,368 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:04:22 2025-07-02 11:04:22,372 [run_tag] DEBUG tag force:False 11:04:22 2025-07-02 11:04:22,372 [check_head_tag] DEBUG check head tag 11:04:22 2025-07-02 11:04:22,373 [execute] INFO git cat-file --batch-check 11:04:22 2025-07-02 11:04:22,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/866, stdin=, shell=False, universal_newlines=False) 11:04:22 2025-07-02 11:04:22,375 [execute] INFO git cat-file --batch 11:04:22 2025-07-02 11:04:22,375 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/866, stdin=, shell=False, universal_newlines=False) 11:04:22 2025-07-02 11:04:22,393 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 11:04:22 2025-07-02 11:04:22,393 [execute] INFO git tag -a v4.1.0-dev.34 -m v4.1.0-dev.34 11:04:22 2025-07-02 11:04:22,394 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.34', '-m', 'v4.1.0-dev.34'], cwd=/w/workspace/edgex-go/866, stdin=None, shell=False, universal_newlines=False) 11:04:22 2025-07-02 11:04:22,396 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 11:04:22 4.1.0-dev.34 [Pipeline] } 11:04:22 $ docker exec --env ******** --env ******** 59e246121a198705c910c2ae06d03d3cb4d6e8eaca0c735d9e4ecdfa40b8ec7e ssh-agent -k 11:04:22 unset SSH_AUTH_SOCK; 11:04:22 unset SSH_AGENT_PID; 11:04:22 echo Agent pid 37 killed; 11:04:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:23 + git semver [Pipeline] } 11:04:23 $ docker stop --time=1 59e246121a198705c910c2ae06d03d3cb4d6e8eaca0c735d9e4ecdfa40b8ec7e 11:04:24 $ docker rm -f --volumes 59e246121a198705c910c2ae06d03d3cb4d6e8eaca0c735d9e4ecdfa40b8ec7e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:04:25 11:04:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:04:25 0.23.1-centos7: Pulling from edgex-lftools 11:04:25 ab5ef0e58194: Pulling fs layer 11:04:25 9712f1f96733: Pulling fs layer 11:04:25 63f879dbbcfc: Pulling fs layer 11:04:25 0d9ebad4ef96: Pulling fs layer 11:04:25 e9a5061849ea: Pulling fs layer 11:04:25 d747dcd14b5f: Pulling fs layer 11:04:25 2de7ff778b66: Pulling fs layer 11:04:25 0d9ebad4ef96: Waiting 11:04:25 d747dcd14b5f: Waiting 11:04:25 2de7ff778b66: Waiting 11:04:25 e9a5061849ea: Waiting 11:04:25 9712f1f96733: Verifying Checksum 11:04:25 9712f1f96733: Download complete 11:04:26 63f879dbbcfc: Verifying Checksum 11:04:26 63f879dbbcfc: Download complete 11:04:26 ab5ef0e58194: Verifying Checksum 11:04:26 ab5ef0e58194: Download complete 11:04:26 d747dcd14b5f: Download complete 11:04:26 0d9ebad4ef96: Download complete 11:04:26 e9a5061849ea: Verifying Checksum 11:04:26 e9a5061849ea: Download complete 11:04:26 2de7ff778b66: Verifying Checksum 11:04:26 2de7ff778b66: Download complete 11:04:30 ab5ef0e58194: Pull complete 11:04:30 9712f1f96733: Pull complete 11:04:31 63f879dbbcfc: Pull complete 11:04:36 0d9ebad4ef96: Pull complete 11:04:36 e9a5061849ea: Pull complete 11:04:37 d747dcd14b5f: Pull complete 11:04:39 2de7ff778b66: Pull complete 11:04:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:04:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:04:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:39 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 11:04:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:04:46 $ docker top 6c9f0f1394c040a5a79fafb2765f42afaab09f1ffdab369a0d8fa70f52e3c0c4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:04:46 provisioning config files... 11:04:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/866@tmp/config10655896072193468310tmp 11:04:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/866@tmp/config15275200937063335440tmp 11:04:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/866@tmp/config17344839877180699400tmp [Pipeline] { [Pipeline] echo 11:04:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:04:47 ---> sigul-configuration.sh 11:04:47 gpg: directory `/root/.gnupg' created 11:04:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:04:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:04:47 gpg: keyring `/root/.gnupg/secring.gpg' created 11:04:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:04:47 gpg: CAST5 encrypted data 11:04:47 gpg: encrypted with 1 passphrase 11:04:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:04:47 + mkdir /home/jenkins 11:04:47 + mkdir /home/jenkins/sigul [Pipeline] sh 11:04:47 + 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 11:04:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:04:48 ---> sigul-install.sh 11:04:48 Sigul already installed; skipping installation. [Pipeline] sh 11:04:48 + git tag --list 11:04:48 0.6.0 11:04:48 0.6.1 11:04:48 0.7.0 11:04:48 0.7.1 11:04:48 v1.0.0 11:04:48 v1.0.1 11:04:48 v1.1.0 11:04:48 v1.2.0 11:04:48 v1.2.1 11:04:48 v1.3.0 11:04:48 v1.3.1 11:04:48 v2.0.0 11:04:48 v2.1.0 11:04:48 v2.1.1 11:04:48 v2.2.0 11:04:48 v2.3.0 11:04:48 v3.0 11:04:48 v3.0.0 11:04:48 v3.1 11:04:48 v3.1.0 11:04:48 v3.1.1 11:04:48 v4.0 11:04:48 v4.0.0 11:04:48 v4.0.1 11:04:48 v4.0.1-dev.1 11:04:48 v4.1.0-dev.1 11:04:48 v4.1.0-dev.10 11:04:48 v4.1.0-dev.11 11:04:48 v4.1.0-dev.12 11:04:48 v4.1.0-dev.13 11:04:48 v4.1.0-dev.14 11:04:48 v4.1.0-dev.15 11:04:48 v4.1.0-dev.16 11:04:48 v4.1.0-dev.17 11:04:48 v4.1.0-dev.18 11:04:48 v4.1.0-dev.19 11:04:48 v4.1.0-dev.2 11:04:48 v4.1.0-dev.20 11:04:48 v4.1.0-dev.21 11:04:48 v4.1.0-dev.22 11:04:48 v4.1.0-dev.23 11:04:48 v4.1.0-dev.24 11:04:48 v4.1.0-dev.25 11:04:48 v4.1.0-dev.26 11:04:48 v4.1.0-dev.27 11:04:48 v4.1.0-dev.28 11:04:48 v4.1.0-dev.29 11:04:48 v4.1.0-dev.3 11:04:48 v4.1.0-dev.30 11:04:48 v4.1.0-dev.31 11:04:48 v4.1.0-dev.32 11:04:48 v4.1.0-dev.33 11:04:48 v4.1.0-dev.34 11:04:48 v4.1.0-dev.4 11:04:48 v4.1.0-dev.5 11:04:48 v4.1.0-dev.6 11:04:48 v4.1.0-dev.7 11:04:48 v4.1.0-dev.8 11:04:48 v4.1.0-dev.9 [Pipeline] sh 11:04:48 + lftools sign git-tag v4.1.0-dev.34 11:04:49 Signing Git tag with Sigul... 11:04:49 Signing v4.1.0-dev.34 [Pipeline] echo 11:04:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:04:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:04:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:04:50 $ docker stop --time=1 6c9f0f1394c040a5a79fafb2765f42afaab09f1ffdab369a0d8fa70f52e3c0c4 11:04:51 $ docker rm -f --volumes 6c9f0f1394c040a5a79fafb2765f42afaab09f1ffdab369a0d8fa70f52e3c0c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:04:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:04:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:52 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 11:04:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:04:53 $ docker top f5fbb4a21eab79e5b5def8a176abb6f2cecd054de713f12ca440e6e15514cacf -eo pid,comm 11:04:53 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). 11:04:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:53 [ssh-agent] Looking for ssh-agent implementation... 11:04:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:53 $ docker exec f5fbb4a21eab79e5b5def8a176abb6f2cecd054de713f12ca440e6e15514cacf ssh-agent 11:04:53 SSH_AUTH_SOCK=/tmp/ssh-ZuvTQGvbvZiK/agent.13 11:04:53 SSH_AGENT_PID=19 11:04:53 Running ssh-add (command line suppressed) 11:04:53 Identity added: /w/workspace/edgex-go/866@tmp/private_key_12315054575799912063.key (/w/workspace/edgex-go/866@tmp/private_key_12315054575799912063.key) 11:04:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:53 + git semver bump pre 11:04:54 2025-07-02 11:04:54,203 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:04:54 2025-07-02 11:04:54,235 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 11:04:54 2025-07-02 11:04:54,235 [bump_version] DEBUG bumping version:4.1.0-dev.34 on axis:pre with prefix:dev 11:04:54 2025-07-02 11:04:54,235 [bump_version] DEBUG bumped version:4.1.0-dev.35 11:04:54 2025-07-02 11:04:54,235 [write_version] DEBUG write version:4.1.0-dev.35 to path:/w/workspace/edgex-go/866/.semver/main with force:True 11:04:54 2025-07-02 11:04:54,235 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 11:04:54 2025-07-02 11:04:54,235 [write_file] DEBUG write to file:/w/workspace/edgex-go/866/.semver/main 11:04:54 2025-07-02 11:04:54,239 [execute] INFO git cat-file --batch-check 11:04:54 2025-07-02 11:04:54,239 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/866/.semver, stdin=, shell=False, universal_newlines=False) 11:04:54 2025-07-02 11:04:54,244 [execute] INFO git cat-file --batch 11:04:54 2025-07-02 11:04:54,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/866/.semver, stdin=, shell=False, universal_newlines=False) 11:04:54 2025-07-02 11:04:54,248 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 11:04:54 4.1.0-dev.35 [Pipeline] } 11:04:54 $ docker exec --env ******** --env ******** f5fbb4a21eab79e5b5def8a176abb6f2cecd054de713f12ca440e6e15514cacf ssh-agent -k 11:04:54 unset SSH_AUTH_SOCK; 11:04:54 unset SSH_AGENT_PID; 11:04:54 echo Agent pid 19 killed; 11:04:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:54 + git semver [Pipeline] } 11:04:55 $ docker stop --time=1 f5fbb4a21eab79e5b5def8a176abb6f2cecd054de713f12ca440e6e15514cacf 11:04:57 $ docker rm -f --volumes f5fbb4a21eab79e5b5def8a176abb6f2cecd054de713f12ca440e6e15514cacf [Pipeline] // withDockerContainer [Pipeline] sh 11:04:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:04:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:58 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 11:04:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:04:58 $ docker top c863a3b8b2c0bd6c259e5b83a7d0c88511adbf6715ca6ce1be8b151ef0a4ee5c -eo pid,comm 11:04:58 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). 11:04:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:59 [ssh-agent] Looking for ssh-agent implementation... 11:04:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:59 $ docker exec c863a3b8b2c0bd6c259e5b83a7d0c88511adbf6715ca6ce1be8b151ef0a4ee5c ssh-agent 11:04:59 SSH_AUTH_SOCK=/tmp/ssh-BUcaokkJipXt/agent.21 11:04:59 SSH_AGENT_PID=27 11:04:59 Running ssh-add (command line suppressed) 11:04:59 Identity added: /w/workspace/edgex-go/866@tmp/private_key_3515072543535634003.key (/w/workspace/edgex-go/866@tmp/private_key_3515072543535634003.key) 11:04:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:59 + git semver push 11:04:59 2025-07-02 11:04:59,837 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:04:59 2025-07-02 11:04:59,842 [run_push] DEBUG push 11:04:59 2025-07-02 11:04:59,843 [execute] INFO git cat-file --batch-check 11:04:59 2025-07-02 11:04:59,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/866/.semver, stdin=, shell=False, universal_newlines=False) 11:04:59 2025-07-02 11:04:59,845 [execute] INFO git rev-list 5e39f4af64514f7013e799ace65f370c5106cdce -- 11:04:59 2025-07-02 11:04:59,846 [execute] DEBUG Popen(['git', 'rev-list', '5e39f4af64514f7013e799ace65f370c5106cdce', '--'], cwd=/w/workspace/edgex-go/866/.semver, stdin=None, shell=False, universal_newlines=False) 11:04:59 2025-07-02 11:04:59,865 [execute] INFO git fetch -v -- origin 11:04:59 2025-07-02 11:04:59,865 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/866/.semver, stdin=None, shell=False, universal_newlines=True) 11:05:00 2025-07-02 11:05:00,379 [run_push] DEBUG no remote changes detected 11:05:00 2025-07-02 11:05:00,379 [execute] INFO git push origin semver 11:05:00 2025-07-02 11:05:00,379 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/866/.semver, stdin=None, shell=False, universal_newlines=False) 11:05:01 2025-07-02 11:05:01,342 [run_push] DEBUG push all version tags 11:05:01 2025-07-02 11:05:01,342 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:05:01 2025-07-02 11:05:01,342 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/866, stdin=None, shell=False, universal_newlines=False) 11:05:02 2025-07-02 11:05:02,191 [read_version] DEBUG read version from /w/workspace/edgex-go/866/.semver/main 11:05:02 4.1.0-dev.35 [Pipeline] } 11:05:02 $ docker exec --env ******** --env ******** c863a3b8b2c0bd6c259e5b83a7d0c88511adbf6715ca6ce1be8b151ef0a4ee5c ssh-agent -k 11:05:02 unset SSH_AUTH_SOCK; 11:05:02 unset SSH_AGENT_PID; 11:05:02 echo Agent pid 27 killed; 11:05:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:05:02 + git semver [Pipeline] } 11:05:03 $ docker stop --time=1 c863a3b8b2c0bd6c259e5b83a7d0c88511adbf6715ca6ce1be8b151ef0a4ee5c 11:05:04 $ docker rm -f --volumes c863a3b8b2c0bd6c259e5b83a7d0c88511adbf6715ca6ce1be8b151ef0a4ee5c [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 11:05:05 + [ -d /w/workspace/edgex-go/866/archives ] [Pipeline] libraryResource [Pipeline] sh 11:05:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:05:06 ---> package-listing.sh 11:05:06 ++ facter osfamily 11:05:06 ++ tr '[:upper:]' '[:lower:]' 11:05:06 + OS_FAMILY=debian 11:05:06 + workspace=/w/workspace/edgex-go/866 11:05:06 + START_PACKAGES=/tmp/packages_start.txt 11:05:06 + END_PACKAGES=/tmp/packages_end.txt 11:05:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:05:06 + PACKAGES=/tmp/packages_start.txt 11:05:06 + '[' /w/workspace/edgex-go/866 ']' 11:05:06 + PACKAGES=/tmp/packages_end.txt 11:05:06 + case "${OS_FAMILY}" in 11:05:06 + dpkg -l 11:05:06 + grep '^ii' 11:05:06 + '[' -f /tmp/packages_start.txt ']' 11:05:06 + '[' -f /tmp/packages_end.txt ']' 11:05:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:05:06 + '[' /w/workspace/edgex-go/866 ']' 11:05:06 + mkdir -p /w/workspace/edgex-go/866/archives/ 11:05:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/866/archives/ [Pipeline] echo 11:05:06 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/866/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:05:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:07 11:05:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:07 latest: Pulling from edgex-lftools-log-publisher 11:05:07 5eb5b503b376: Pulling fs layer 11:05:07 5c69ac0246d0: Pulling fs layer 11:05:07 ec43610c2a17: Pulling fs layer 11:05:07 3a2ae6a8a46f: Pulling fs layer 11:05:07 33b1e0a273af: Pulling fs layer 11:05:07 5d3b04190fa2: Pulling fs layer 11:05:07 2f39f015ded8: Pulling fs layer 11:05:07 5d3b04190fa2: Waiting 11:05:07 3a2ae6a8a46f: Waiting 11:05:07 33b1e0a273af: Waiting 11:05:07 2f39f015ded8: Waiting 11:05:07 5c69ac0246d0: Verifying Checksum 11:05:07 5c69ac0246d0: Download complete 11:05:07 3a2ae6a8a46f: Verifying Checksum 11:05:07 3a2ae6a8a46f: Download complete 11:05:07 33b1e0a273af: Verifying Checksum 11:05:07 33b1e0a273af: Download complete 11:05:07 ec43610c2a17: Verifying Checksum 11:05:07 ec43610c2a17: Download complete 11:05:07 5d3b04190fa2: Verifying Checksum 11:05:07 5d3b04190fa2: Download complete 11:05:08 5eb5b503b376: Verifying Checksum 11:05:08 5eb5b503b376: Download complete 11:05:08 2f39f015ded8: Download complete 11:05:10 5eb5b503b376: Pull complete 11:05:10 5c69ac0246d0: Pull complete 11:05:10 ec43610c2a17: Pull complete 11:05:11 3a2ae6a8a46f: Pull complete 11:05:11 33b1e0a273af: Pull complete 11:05:11 5d3b04190fa2: Pull complete 11:05:18 2f39f015ded8: Pull complete 11:05:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:05:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:18 prd-ubuntu20.04-docker-8c-8g-4411 does not seem to be running inside a container 11:05:18 $ 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/866/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/866 -v /w/workspace/edgex-go/866:/w/workspace/edgex-go/866:rw,z -v /w/workspace/edgex-go/866@tmp:/w/workspace/edgex-go/866@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:05:27 $ docker top 7c31853929e9efe48c66de3e538caecd7e5e68210dbd861fa8ea198f61abd2a6 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:27 + touch /tmp/pre-build-complete [Pipeline] sh 11:05:27 + mkdir -p /var/log/sysstat [Pipeline] sh 11:05:28 + ls /var/log/sa-host 11:05:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:05:28 provisioning config files... 11:05:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/866@tmp/config4959630549462070774tmp [Pipeline] { [Pipeline] echo 11:05:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:05:28 ---> create-netrc.sh [Pipeline] } 11:05:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:05:28 ---> python-tools-install.sh [Pipeline] echo 11:05:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:05:29 ---> sudo-logs.sh 11:05:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:05:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:05:29 ---> job-cost.sh 11:05:29 lf-activate-venv: SKIPPING 11:05:29 DEBUG: total: 0.10999999940395355 11:05:29 INFO: Retrieving Stack Cost... 11:05:29 INFO: Retrieving Pricing Info for: v3-standard-8 11:05:29 INFO: Archiving Costs [Pipeline] echo 11:05:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:05:30 ---> logs-deploy.sh 11:05:30 lf-activate-venv: SKIPPING 11:05:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/866 11:05:30 INFO: archiving workspace using pattern(s): 11:05:31 Archives upload complete. 11:05:31 INFO: archiving logs to Nexus 11:05:32 ---> uname -a: 11:05:32 Linux prd-ubuntu20-04-docker-8c-8g-4411 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 11:05:32 11:05:32 11:05:32 ---> lscpu: 11:05:32 Architecture: x86_64 11:05:32 CPU op-mode(s): 32-bit, 64-bit 11:05:32 Byte Order: Little Endian 11:05:32 Address sizes: 40 bits physical, 48 bits virtual 11:05:32 CPU(s): 8 11:05:32 On-line CPU(s) list: 0-7 11:05:32 Thread(s) per core: 1 11:05:32 Core(s) per socket: 1 11:05:32 Socket(s): 8 11:05:32 NUMA node(s): 1 11:05:32 Vendor ID: AuthenticAMD 11:05:32 CPU family: 23 11:05:32 Model: 49 11:05:32 Model name: AMD EPYC-Rome Processor 11:05:32 Stepping: 0 11:05:32 CPU MHz: 2799.998 11:05:32 BogoMIPS: 5599.99 11:05:32 Virtualization: AMD-V 11:05:32 Hypervisor vendor: KVM 11:05:32 Virtualization type: full 11:05:32 L1d cache: 256 KiB 11:05:32 L1i cache: 256 KiB 11:05:32 L2 cache: 4 MiB 11:05:32 L3 cache: 128 MiB 11:05:32 NUMA node0 CPU(s): 0-7 11:05:32 Vulnerability Gather data sampling: Not affected 11:05:32 Vulnerability Itlb multihit: Not affected 11:05:32 Vulnerability L1tf: Not affected 11:05:32 Vulnerability Mds: Not affected 11:05:32 Vulnerability Meltdown: Not affected 11:05:32 Vulnerability Mmio stale data: Not affected 11:05:32 Vulnerability Retbleed: Vulnerable 11:05:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:05:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:05:32 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 11:05:32 Vulnerability Srbds: Not affected 11:05:32 Vulnerability Tsx async abort: Not affected 11:05:32 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:05:32 11:05:32 11:05:32 ---> nproc: 11:05:32 8 11:05:32 11:05:32 11:05:32 ---> df -h: 11:05:32 Filesystem Size Used Avail Use% Mounted on 11:05:32 overlay 155G 31G 125G 20% / 11:05:32 tmpfs 64M 0 64M 0% /dev 11:05:32 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:05:32 shm 64M 0 64M 0% /dev/shm 11:05:32 /dev/vda1 155G 31G 125G 20% /facter-os 11:05:32 11:05:32 11:05:32 ---> sar -b -r -n DEV: 11:05:32 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4411) 07/02/25 _x86_64_ (8 CPU) 11:05:32 11:05:32 10:14:51 LINUX RESTART (8 CPU) 11:05:32 11:05:32 10:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:05:32 10:16:02 386.89 72.75 314.13 0.00 12340.74 212529.78 0.00 11:05:32 10:17:01 167.81 9.83 157.98 0.00 1680.92 38652.39 0.00 11:05:32 10:18:01 40.79 0.05 40.74 0.00 0.40 36467.14 0.00 11:05:32 10:19:01 51.29 0.22 51.07 0.00 2.67 20787.74 0.00 11:05:32 10:20:01 509.92 1.00 508.92 0.00 55.46 258009.27 0.00 11:05:32 10:21:01 785.54 22.24 763.30 0.00 4408.13 249055.65 0.00 11:05:32 10:22:01 130.63 0.18 130.45 0.00 1.47 53266.70 0.00 11:05:32 10:23:01 339.87 0.08 339.79 0.00 0.67 96541.15 0.00 11:05:32 10:24:01 630.82 0.05 630.77 0.00 1.87 142655.78 0.00 11:05:32 10:25:01 37.73 0.00 37.73 0.00 0.00 945.71 0.00 11:05:32 10:26:01 13.83 0.00 13.83 0.00 0.00 361.27 0.00 11:05:32 10:27:01 2.08 0.00 2.08 0.00 0.00 26.93 0.00 11:05:32 10:28:01 1.35 0.00 1.35 0.00 0.00 14.00 0.00 11:05:32 10:29:01 1.50 0.00 1.50 0.00 0.00 15.46 0.00 11:05:32 10:30:01 2.23 0.02 2.22 0.00 0.13 23.46 0.00 11:05:32 10:31:01 1.17 0.00 1.17 0.00 0.00 16.00 0.00 11:05:32 10:32:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 11:05:32 10:33:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 11:05:32 10:34:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 11:05:32 10:35:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 11:05:32 10:36:01 1.28 0.00 1.28 0.00 0.00 13.60 0.00 11:05:32 10:37:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 11:05:32 10:38:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 11:05:32 10:39:01 0.93 0.00 0.93 0.00 0.00 9.73 0.00 11:05:32 10:40:01 1.53 0.00 1.53 0.00 0.00 18.26 0.00 11:05:32 10:41:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 11:05:32 10:42:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 11:05:32 10:43:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 11:05:32 10:44:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 11:05:32 10:45:01 1.40 0.00 1.40 0.00 0.00 16.79 0.00 11:05:32 10:46:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 11:05:32 10:47:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 11:05:32 10:48:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 11:05:32 10:49:01 0.98 0.00 0.98 0.00 0.00 10.00 0.00 11:05:32 10:50:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 11:05:32 10:51:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 11:05:32 10:52:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 11:05:32 10:53:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 11:05:32 10:54:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 11:05:32 10:55:01 0.95 0.00 0.95 0.00 0.00 10.92 0.00 11:05:32 10:56:01 1.53 0.00 1.53 0.00 0.00 18.52 0.00 11:05:32 10:57:01 0.88 0.00 0.88 0.00 0.00 9.60 0.00 11:05:32 10:58:01 1.58 0.00 1.58 0.00 0.00 19.59 0.00 11:05:32 10:59:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 11:05:32 11:00:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 11:05:32 11:01:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 11:05:32 11:02:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 11:05:32 11:03:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 11:05:32 11:04:02 28.60 0.22 28.38 0.00 12.50 13938.19 0.00 11:05:32 11:05:01 130.28 0.12 130.16 0.00 0.95 37860.02 0.00 11:05:32 Average: 65.93 2.13 63.80 0.00 369.77 23221.11 0.00 11:05:32 11:05:32 10:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:05:32 10:16:02 28931316 31557824 751852 2.29 75844 2845460 1639296 4.83 990300 2590972 24 11:05:32 10:17:01 26951776 31265648 1011004 3.08 121628 4349628 2184120 6.44 1778036 3606988 451580 11:05:32 10:18:01 26478984 31171760 1101968 3.35 127556 4688392 2433280 7.17 1827092 3998976 249868 11:05:32 10:19:01 25961196 31478604 792244 2.41 133036 5452872 1802584 5.31 1789748 4500000 459984 11:05:32 10:20:01 19736284 31153296 1082152 3.29 152468 11171300 3616544 10.66 2445212 9851388 206908 11:05:32 10:21:01 10190144 29389544 2777716 8.45 408184 17966748 6849516 20.19 5137636 15896412 185644 11:05:32 10:22:01 5853728 27987208 4170456 12.69 427056 20736156 11149880 32.87 7883148 17314340 1459352 11:05:32 10:23:01 3322812 28485024 3680344 11.20 444548 23636740 8971884 26.45 8697292 18927940 1950076 11:05:32 10:24:01 7584088 31378556 852204 2.59 454432 22502176 2113020 6.23 3695092 20006960 440 11:05:32 10:25:01 7574300 31370904 858872 2.61 455976 22502624 2150016 6.34 4050924 19660268 500 11:05:32 10:26:01 7587028 31384188 845680 2.57 456468 22502844 2016444 5.94 4244600 19453596 168 11:05:32 10:27:01 7588436 31385648 844192 2.57 456508 22502848 2016444 5.94 4241904 19453600 4 11:05:32 10:28:01 7602900 31400196 830168 2.53 456548 22502848 2016444 5.94 4227464 19453600 8 11:05:32 10:29:01 7603840 31401164 829376 2.52 456564 22502852 2016444 5.94 4227576 19453604 156 11:05:32 10:30:01 7607620 31405036 825688 2.51 456604 22502856 2034256 6.00 4223236 19453608 124 11:05:32 10:31:01 7607588 31405024 825696 2.51 456636 22502832 2034256 6.00 4223012 19453580 140 11:05:32 10:32:01 7608240 31405704 824916 2.51 456656 22502836 2034256 6.00 4223272 19453588 160 11:05:32 10:33:01 7608248 31405732 824832 2.51 456660 22502840 2034256 6.00 4222872 19453592 140 11:05:32 10:34:01 7609628 31407116 823572 2.51 456684 22502840 2034256 6.00 4221644 19453592 12 11:05:32 10:35:01 7609548 31407080 823548 2.51 456696 22502844 2034256 6.00 4221960 19453596 180 11:05:32 10:36:01 7609452 31407052 823492 2.51 456716 22502844 2034256 6.00 4222132 19453596 164 11:05:32 10:37:01 7609404 31407020 823464 2.51 456720 22502848 2034256 6.00 4222044 19453600 228 11:05:32 10:38:01 7609136 31406776 823692 2.51 456740 22502852 2034256 6.00 4222144 19453604 28 11:05:32 10:39:01 7608820 31406484 823932 2.51 456756 22502856 2034256 6.00 4222124 19453608 232 11:05:32 10:40:01 7608520 31406212 824200 2.51 456788 22502856 2034256 6.00 4222084 19453612 8 11:05:32 10:41:01 7608620 31406360 823920 2.51 456820 22502864 2034256 6.00 4222208 19453616 236 11:05:32 10:42:01 7608556 31406304 823900 2.51 456832 22502868 2034256 6.00 4222188 19453620 152 11:05:32 10:43:01 7608824 31406608 823568 2.51 456852 22502872 2050300 6.04 4221912 19453624 148 11:05:32 10:44:01 7608800 31406588 823520 2.51 456876 22502872 2050300 6.04 4221896 19453624 12 11:05:32 10:45:01 7608332 31406204 823720 2.51 456908 22502868 2050300 6.04 4222220 19453628 172 11:05:32 10:46:01 7608308 31406220 823680 2.51 456932 22502880 2050300 6.04 4222068 19453632 8 11:05:32 10:47:01 7607996 31405924 824172 2.51 456952 22502880 2050300 6.04 4222176 19453632 184 11:05:32 10:48:01 7608408 31406344 823944 2.51 456972 22502884 2050300 6.04 4222016 19453636 4 11:05:32 10:49:01 7607904 31405876 824416 2.51 456988 22502888 2050300 6.04 4222144 19453636 148 11:05:32 10:50:01 7607856 31405836 824384 2.51 457016 22502880 2050300 6.04 4222044 19453644 4 11:05:32 10:51:01 7608124 31406168 824008 2.51 457048 22502896 2066348 6.09 4222180 19453648 164 11:05:32 10:52:01 7608076 31406124 823972 2.51 457068 22502896 2066348 6.09 4222104 19453648 8 11:05:32 10:53:01 7607916 31406028 824044 2.51 457076 22502900 2066348 6.09 4222148 19453652 164 11:05:32 10:54:01 7608120 31406252 823764 2.51 457100 22502900 2066348 6.09 4222168 19453652 8 11:05:32 10:55:01 7607888 31406084 823772 2.51 457116 22502904 2066348 6.09 4222196 19453656 148 11:05:32 10:56:01 7607856 31406080 823716 2.51 457144 22502908 2066348 6.09 4222616 19453660 168 11:05:32 10:57:01 7607360 31405608 824184 2.51 457164 22502908 2066348 6.09 4222248 19453660 148 11:05:32 10:58:01 7607480 31405772 824100 2.51 457216 22502920 2050176 6.04 4222300 19453664 12 11:05:32 10:59:01 7607440 31405784 824064 2.51 457244 22502924 2050176 6.04 4222348 19453676 152 11:05:32 11:00:01 7607708 31406052 823740 2.51 457276 22502916 2050176 6.04 4222348 19453676 12 11:05:32 11:01:01 7607204 31405612 824160 2.51 457304 22502928 2050176 6.04 4222560 19453680 152 11:05:32 11:02:01 7606928 31405336 824356 2.51 457316 22502928 2050176 6.04 4222392 19453680 8 11:05:32 11:03:01 7607132 31405584 824060 2.51 457344 22502932 2050176 6.04 4222532 19453684 164 11:05:32 11:04:02 6739684 31116828 1107424 3.37 469568 23026540 2427380 7.16 4527132 19959620 125564 11:05:32 11:05:01 6377104 31321776 902828 2.75 497984 23505424 2095168 6.18 4366008 20431000 972 11:05:32 Average: 9295253 31221123 1009134 3.07 422612 20749867 2502234 7.38 4153734 17919655 101901 11:05:32 11:05:32 10:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:05:32 10:16:02 ens3 1630.88 1504.63 10506.11 184.51 0.00 0.00 0.00 0.00 11:05:32 10:16:02 docker0 618.85 559.17 42.69 2983.96 0.00 0.00 0.00 0.00 11:05:32 10:16:02 lo 3.83 3.83 0.37 0.37 0.00 0.00 0.00 0.00 11:05:32 10:17:01 ens3 426.72 354.52 4955.45 77.68 0.00 0.00 0.00 0.00 11:05:32 10:17:01 vethd2dbbc0 0.14 0.25 0.01 0.02 0.00 0.00 0.00 0.00 11:05:32 10:17:01 docker0 251.29 264.71 20.01 1678.32 0.00 0.00 0.00 0.00 11:05:32 10:17:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 11:05:32 10:18:01 ens3 36.54 22.70 29.16 14.32 0.00 0.00 0.00 0.00 11:05:32 10:18:01 vethd2dbbc0 1.37 1.40 0.12 0.12 0.00 0.00 0.00 0.00 11:05:32 10:18:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 11:05:32 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:19:01 ens3 19.96 11.60 17.39 10.48 0.00 0.00 0.00 0.00 11:05:32 10:19:01 vethd2dbbc0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:20:01 ens3 345.04 189.72 5314.15 34.30 0.00 0.00 0.00 0.00 11:05:32 10:20:01 vethd8f2abb 1.58 2.13 0.11 3.58 0.00 0.00 0.00 0.00 11:05:32 10:20:01 veth8019825 2.38 3.13 0.22 1.34 0.00 0.00 0.00 0.00 11:05:32 10:20:01 vethe82efd6 3.18 4.10 0.30 1.59 0.00 0.00 0.00 0.00 11:05:32 10:20:01 vethd9637c7 2.43 3.20 0.23 1.42 0.00 0.00 0.00 0.00 11:05:32 10:20:01 docker0 79.29 152.49 4.96 1355.43 0.00 0.00 0.00 0.00 11:05:32 10:20:01 lo 1.60 1.60 0.15 0.15 0.00 0.00 0.00 0.00 11:05:32 10:20:01 vethea00383 0.38 2.20 0.03 0.21 0.00 0.00 0.00 0.00 11:05:32 10:20:01 vethd6c97a9 2.28 3.15 0.22 1.35 0.00 0.00 0.00 0.00 11:05:32 10:20:01 vethb285075 2.22 2.90 0.21 1.32 0.00 0.00 0.00 0.00 11:05:32 10:20:01 veth8b78711 2.28 3.75 0.16 7.34 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth4bd5828 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth77847f2 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth6134444 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth5d79788 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 ens3 1043.42 753.20 9607.11 76.31 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth73a9237 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 docker0 655.63 877.07 51.24 7467.44 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth5437024 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 11:05:32 10:21:01 vethe79e89e 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth84f0c75 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 vethea00383 0.08 1.65 0.00 0.08 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth3a48025 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 vethf041c93 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth2bb7b89 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:21:01 veth9fc0900 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth4bd5828 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth77847f2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth6134444 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth5d79788 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 ens3 9.08 5.86 10.08 3.44 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth73a9237 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 docker0 0.15 0.22 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth5437024 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:22:01 vethe79e89e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth84f0c75 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 vethea00383 0.10 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth3a48025 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 vethf041c93 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth2bb7b89 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:22:01 veth9fc0900 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth4bd5828 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth77847f2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth6134444 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth5d79788 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 ens3 5.00 2.55 4.09 2.22 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth73a9237 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:23:01 docker0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth5437024 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth84f0c75 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 vethea00383 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth3a48025 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 vethf041c93 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:23:01 veth9fc0900 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 10:24:01 ens3 176.99 196.42 86.32 679.37 0.00 0.00 0.00 0.00 11:05:32 10:24:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:24:01 lo 14.13 14.13 1.38 1.38 0.00 0.00 0.00 0.00 11:05:32 10:25:01 ens3 445.64 446.58 207.36 2280.02 0.00 0.00 0.00 0.00 11:05:32 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:25:01 lo 40.46 40.46 3.96 3.96 0.00 0.00 0.00 0.00 11:05:32 10:26:01 ens3 188.10 178.99 92.23 1046.03 0.00 0.00 0.00 0.00 11:05:32 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:26:01 lo 15.13 15.13 1.48 1.48 0.00 0.00 0.00 0.00 11:05:32 10:27:01 ens3 0.77 0.43 0.30 0.22 0.00 0.00 0.00 0.00 11:05:32 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:29:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:30:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:31:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:05:32 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:32:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:33:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:34:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:35:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:36:01 ens3 0.60 0.47 0.34 0.28 0.00 0.00 0.00 0.00 11:05:32 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:37:01 ens3 0.23 0.18 0.12 0.01 0.00 0.00 0.00 0.00 11:05:32 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:38:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:39:01 ens3 0.55 0.08 0.05 0.01 0.00 0.00 0.00 0.00 11:05:32 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:40:01 ens3 0.42 0.45 0.26 0.22 0.00 0.00 0.00 0.00 11:05:32 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:41:01 ens3 0.35 0.30 0.14 0.08 0.00 0.00 0.00 0.00 11:05:32 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:43:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:44:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:45:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:46:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:05:32 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:47:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:48:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 11:05:32 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:49:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:51:01 ens3 0.35 0.32 0.14 0.09 0.00 0.00 0.00 0.00 11:05:32 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:52:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:53:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:54:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:55:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:56:01 ens3 0.22 0.22 0.13 0.07 0.00 0.00 0.00 0.00 11:05:32 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:57:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:58:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:59:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 11:00:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:01:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 11:05:32 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 11:02:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:03:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:05:32 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:32 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:05:32 11:04:02 ens3 130.67 84.78 2906.15 16.10 0.00 0.00 0.00 0.00 11:05:32 11:04:02 veth694ec1e 30.92 34.45 2.71 259.64 0.00 0.00 0.00 0.02 11:05:32 11:04:02 docker0 30.92 34.33 2.29 259.63 0.00 0.00 0.00 0.00 11:05:32 11:04:02 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 11:05:32 11:05:01 veth235c822 1.36 1.14 0.20 0.44 0.00 0.00 0.00 0.00 11:05:32 11:05:01 ens3 287.56 223.72 3937.51 162.81 0.00 0.00 0.00 0.00 11:05:32 11:05:01 docker0 58.96 65.23 5.19 618.81 0.00 0.00 0.00 0.00 11:05:32 11:05:01 lo 1.49 1.49 0.16 0.16 0.00 0.00 0.00 0.00 11:05:32 Average: veth235c822 0.03 0.02 0.00 0.01 0.00 0.00 0.00 0.00 11:05:32 Average: ens3 94.85 79.45 751.14 91.75 0.00 0.00 0.00 0.00 11:05:32 Average: docker0 33.85 39.01 2.52 286.70 0.00 0.00 0.00 0.00 11:05:32 Average: lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 11:05:32 11:05:32 11:05:32 ---> sar -P ALL: 11:05:32 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4411) 07/02/25 _x86_64_ (8 CPU) 11:05:32 11:05:32 10:14:51 LINUX RESTART (8 CPU) 11:05:32 11:05:32 10:15:01 CPU %user %nice %system %iowait %steal %idle 11:05:32 10:16:02 all 9.33 0.00 3.06 2.14 0.05 85.42 11:05:32 10:16:02 0 7.70 0.00 2.54 4.11 0.05 85.60 11:05:32 10:16:02 1 13.03 0.00 3.00 0.54 0.07 83.36 11:05:32 10:16:02 2 10.27 0.00 4.52 0.89 0.05 84.27 11:05:32 10:16:02 3 14.77 0.00 4.11 4.24 0.07 76.81 11:05:32 10:16:02 4 7.05 0.00 1.88 5.59 0.03 85.45 11:05:32 10:16:02 5 9.64 0.00 3.69 0.76 0.05 85.87 11:05:32 10:16:02 6 4.75 0.00 1.96 0.49 0.05 92.76 11:05:32 10:16:02 7 7.43 0.00 2.81 0.46 0.05 89.26 11:05:32 10:17:01 all 20.03 0.00 4.00 0.95 0.07 74.95 11:05:32 10:17:01 0 20.47 0.00 4.16 4.59 0.09 70.70 11:05:32 10:17:01 1 18.37 0.00 3.54 1.30 0.07 76.73 11:05:32 10:17:01 2 21.16 0.00 3.78 0.48 0.09 74.49 11:05:32 10:17:01 3 19.20 0.00 4.18 0.53 0.07 76.02 11:05:32 10:17:01 4 20.52 0.00 3.73 0.32 0.09 75.34 11:05:32 10:17:01 5 20.40 0.00 4.35 0.15 0.07 75.03 11:05:32 10:17:01 6 20.02 0.00 3.88 0.07 0.07 75.96 11:05:32 10:17:01 7 20.09 0.00 4.41 0.14 0.07 75.29 11:05:32 10:18:01 all 38.73 0.00 6.43 0.42 0.09 54.34 11:05:32 10:18:01 0 38.70 0.00 5.59 0.00 0.07 55.64 11:05:32 10:18:01 1 40.09 0.00 6.52 0.00 0.08 53.30 11:05:32 10:18:01 2 38.41 0.00 6.02 0.00 0.08 55.49 11:05:32 10:18:01 3 37.71 0.00 6.77 0.02 0.10 55.40 11:05:32 10:18:01 4 36.46 0.00 6.92 0.12 0.08 56.41 11:05:32 10:18:01 5 36.88 0.00 6.86 1.77 0.10 54.40 11:05:32 10:18:01 6 40.03 0.00 6.52 1.41 0.10 51.94 11:05:32 10:18:01 7 41.52 0.00 6.24 0.02 0.10 52.13 11:05:32 10:19:01 all 64.55 0.00 8.03 0.11 0.11 27.20 11:05:32 10:19:01 0 63.62 0.00 7.87 0.03 0.12 28.36 11:05:32 10:19:01 1 63.42 0.00 7.93 0.59 0.10 27.97 11:05:32 10:19:01 2 65.01 0.00 7.87 0.00 0.10 27.01 11:05:32 10:19:01 3 64.17 0.00 8.41 0.00 0.10 27.32 11:05:32 10:19:01 4 64.27 0.00 8.49 0.02 0.12 27.10 11:05:32 10:19:01 5 64.85 0.00 7.83 0.18 0.10 27.04 11:05:32 10:19:01 6 65.25 0.00 7.94 0.00 0.10 26.70 11:05:32 10:19:01 7 65.82 0.00 7.91 0.08 0.12 26.06 11:05:32 10:20:01 all 23.26 0.00 8.37 10.39 0.11 57.87 11:05:32 10:20:01 0 23.59 0.00 7.68 3.09 0.08 65.55 11:05:32 10:20:01 1 21.16 0.00 8.23 7.92 0.10 62.59 11:05:32 10:20:01 2 23.48 0.00 8.10 6.25 0.09 62.09 11:05:32 10:20:01 3 22.05 0.00 8.49 2.96 0.10 66.40 11:05:32 10:20:01 4 23.54 0.00 7.91 8.98 0.12 59.46 11:05:32 10:20:01 5 25.29 0.00 8.57 17.33 0.10 48.70 11:05:32 10:20:01 6 23.39 0.00 9.31 11.61 0.12 55.57 11:05:32 10:20:01 7 23.58 0.00 8.70 25.00 0.14 42.59 11:05:32 10:21:01 all 18.77 0.00 8.51 11.49 0.08 61.16 11:05:32 10:21:01 0 21.45 0.00 10.78 38.34 0.08 29.34 11:05:32 10:21:01 1 18.82 0.00 7.32 8.01 0.07 65.79 11:05:32 10:21:01 2 17.16 0.00 8.05 7.61 0.08 67.09 11:05:32 10:21:01 3 18.48 0.00 8.04 6.56 0.07 66.85 11:05:32 10:21:01 4 18.64 0.00 7.98 5.55 0.07 67.76 11:05:32 10:21:01 5 17.68 0.00 9.56 10.08 0.08 62.60 11:05:32 10:21:01 6 19.09 0.00 7.92 5.38 0.07 67.54 11:05:32 10:21:01 7 18.81 0.00 8.45 10.45 0.08 62.21 11:05:32 10:22:01 all 89.96 0.00 9.92 0.00 0.12 0.00 11:05:32 10:22:01 0 90.58 0.00 9.29 0.00 0.13 0.00 11:05:32 10:22:01 1 90.82 0.00 9.08 0.00 0.10 0.00 11:05:32 10:22:01 2 90.49 0.00 9.40 0.00 0.12 0.00 11:05:32 10:22:01 3 90.04 0.00 9.83 0.00 0.13 0.00 11:05:32 10:22:01 4 88.32 0.00 11.56 0.00 0.12 0.00 11:05:32 10:22:01 5 88.10 0.00 11.78 0.00 0.12 0.00 11:05:32 10:22:01 6 90.10 0.00 9.78 0.00 0.12 0.00 11:05:32 10:22:01 7 91.22 0.00 8.66 0.00 0.12 0.00 11:05:32 10:23:01 all 90.79 0.00 9.10 0.00 0.11 0.00 11:05:32 10:23:01 0 90.80 0.00 9.10 0.00 0.10 0.00 11:05:32 10:23:01 1 90.35 0.00 9.55 0.00 0.10 0.00 11:05:32 10:23:01 2 91.30 0.00 8.56 0.00 0.13 0.00 11:05:32 10:23:01 3 91.29 0.00 8.61 0.00 0.10 0.00 11:05:32 10:23:01 4 89.64 0.00 10.25 0.00 0.12 0.00 11:05:32 10:23:01 5 90.12 0.00 9.76 0.00 0.12 0.00 11:05:32 10:23:01 6 91.42 0.00 8.48 0.00 0.10 0.00 11:05:32 10:23:01 7 91.42 0.00 8.46 0.00 0.12 0.00 11:05:32 10:24:01 all 47.94 0.00 6.73 2.91 0.10 42.33 11:05:32 10:24:01 0 48.45 0.00 6.72 3.83 0.10 40.90 11:05:32 10:24:01 1 46.16 0.00 7.84 1.44 0.10 44.46 11:05:32 10:24:01 2 49.23 0.00 6.69 2.76 0.10 41.22 11:05:32 10:24:01 3 49.02 0.00 5.77 2.38 0.10 42.73 11:05:32 10:24:01 4 47.21 0.00 7.46 6.50 0.10 38.73 11:05:32 10:24:01 5 47.93 0.00 6.88 2.20 0.08 42.90 11:05:32 10:24:01 6 47.29 0.00 6.24 2.26 0.08 44.13 11:05:32 10:24:01 7 48.21 0.00 6.22 1.92 0.10 43.54 11:05:32 10:25:01 all 9.60 0.00 1.09 0.14 0.07 89.10 11:05:32 10:25:01 0 8.63 0.00 0.88 0.03 0.08 90.37 11:05:32 10:25:01 1 9.16 0.00 1.20 0.03 0.07 89.54 11:05:32 10:25:01 2 11.17 0.00 1.20 0.05 0.07 87.51 11:05:32 10:25:01 3 12.23 0.00 1.33 0.07 0.07 86.31 11:05:32 10:25:01 4 7.55 0.00 1.10 0.02 0.07 91.27 11:05:32 10:25:01 5 11.12 0.00 1.10 0.05 0.07 87.66 11:05:32 10:25:01 6 10.85 0.00 1.02 0.78 0.08 87.26 11:05:32 10:25:01 7 6.11 0.00 0.90 0.07 0.08 92.83 11:05:32 10:26:01 all 5.00 0.00 0.46 0.05 0.04 94.44 11:05:32 10:26:01 0 6.30 0.00 0.35 0.02 0.05 93.28 11:05:32 10:26:01 1 6.10 0.00 0.43 0.00 0.03 93.43 11:05:32 10:26:01 2 7.95 0.00 0.57 0.02 0.05 91.42 11:05:32 10:26:01 3 4.74 0.00 0.57 0.02 0.05 94.62 11:05:32 10:26:01 4 1.31 0.00 0.38 0.02 0.03 98.26 11:05:32 10:26:01 5 2.71 0.00 0.50 0.02 0.05 96.73 11:05:32 10:26:01 6 8.29 0.00 0.47 0.30 0.05 90.89 11:05:32 10:26:01 7 2.61 0.00 0.40 0.05 0.03 96.91 11:05:32 11:05:32 10:26:01 CPU %user %nice %system %iowait %steal %idle 11:05:32 10:27:01 all 0.04 0.00 0.03 0.01 0.01 99.90 11:05:32 10:27:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:05:32 10:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:27:01 2 0.02 0.00 0.03 0.02 0.00 99.93 11:05:32 10:27:01 3 0.03 0.00 0.03 0.02 0.02 99.90 11:05:32 10:27:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:05:32 10:27:01 5 0.17 0.00 0.08 0.02 0.03 99.70 11:05:32 10:27:01 6 0.03 0.00 0.00 0.07 0.00 99.90 11:05:32 10:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:28:01 all 0.03 0.00 0.02 0.00 0.01 99.93 11:05:32 10:28:01 0 0.08 0.00 0.05 0.00 0.03 99.83 11:05:32 10:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:28:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:05:32 10:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:28:01 5 0.03 0.00 0.00 0.00 0.03 99.93 11:05:32 10:28:01 6 0.05 0.00 0.02 0.03 0.00 99.90 11:05:32 10:28:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:29:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:05:32 10:29:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:05:32 10:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:05:32 10:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:29:01 4 0.07 0.00 0.00 0.00 0.02 99.92 11:05:32 10:29:01 5 0.07 0.00 0.00 0.02 0.03 99.88 11:05:32 10:29:01 6 0.00 0.00 0.02 0.02 0.02 99.95 11:05:32 10:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:30:01 all 0.04 0.00 0.03 0.01 0.01 99.91 11:05:32 10:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:05:32 10:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:05:32 10:30:01 3 0.07 0.00 0.05 0.00 0.00 99.88 11:05:32 10:30:01 4 0.07 0.00 0.02 0.00 0.02 99.90 11:05:32 10:30:01 5 0.02 0.00 0.05 0.02 0.02 99.90 11:05:32 10:30:01 6 0.05 0.00 0.03 0.03 0.02 99.87 11:05:32 10:30:01 7 0.02 0.00 0.05 0.02 0.02 99.90 11:05:32 10:31:01 all 0.02 0.00 0.02 0.00 0.02 99.94 11:05:32 10:31:01 0 0.03 0.00 0.03 0.00 0.03 99.90 11:05:32 10:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:05:32 10:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:05:32 10:31:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:05:32 10:31:01 6 0.03 0.00 0.03 0.00 0.05 99.88 11:05:32 10:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:05:32 10:32:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:05:32 10:32:01 0 0.12 0.00 0.00 0.00 0.03 99.85 11:05:32 10:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:32:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:32:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:05:32 10:32:01 6 0.03 0.00 0.02 0.03 0.02 99.90 11:05:32 10:32:01 7 0.02 0.00 0.00 0.02 0.02 99.95 11:05:32 10:33:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:05:32 10:33:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:05:32 10:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:05:32 10:33:01 4 0.10 0.00 0.00 0.00 0.03 99.87 11:05:32 10:33:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:05:32 10:33:01 6 0.02 0.00 0.00 0.02 0.03 99.93 11:05:32 10:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:34:01 all 0.12 0.00 0.01 0.00 0.01 99.85 11:05:32 10:34:01 0 0.05 0.00 0.02 0.00 0.03 99.90 11:05:32 10:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:34:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:05:32 10:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:05:32 10:34:01 4 0.71 0.00 0.02 0.00 0.02 99.25 11:05:32 10:34:01 5 0.02 0.00 0.00 0.02 0.02 99.95 11:05:32 10:34:01 6 0.08 0.00 0.02 0.02 0.03 99.85 11:05:32 10:34:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:05:32 10:35:01 all 0.28 0.00 0.02 0.00 0.01 99.69 11:05:32 10:35:01 0 0.12 0.00 0.05 0.00 0.02 99.82 11:05:32 10:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:35:01 4 2.00 0.00 0.02 0.00 0.02 97.96 11:05:32 10:35:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:05:32 10:35:01 6 0.03 0.00 0.05 0.02 0.03 99.87 11:05:32 10:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:36:01 all 0.26 0.00 0.02 0.00 0.01 99.70 11:05:32 10:36:01 0 0.13 0.00 0.07 0.00 0.03 99.77 11:05:32 10:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:36:01 2 0.08 0.00 0.02 0.00 0.00 99.90 11:05:32 10:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 11:05:32 10:36:01 4 1.60 0.00 0.02 0.00 0.02 98.37 11:05:32 10:36:01 5 0.13 0.00 0.02 0.00 0.02 99.83 11:05:32 10:36:01 6 0.05 0.00 0.05 0.02 0.00 99.88 11:05:32 10:36:01 7 0.02 0.00 0.00 0.02 0.02 99.95 11:05:32 10:37:01 all 0.26 0.00 0.02 0.01 0.01 99.70 11:05:32 10:37:01 0 0.08 0.00 0.07 0.00 0.03 99.82 11:05:32 10:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:37:01 4 1.95 0.00 0.02 0.00 0.02 98.01 11:05:32 10:37:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:37:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:05:32 10:37:01 7 0.00 0.00 0.02 0.03 0.00 99.95 11:05:32 11:05:32 10:37:01 CPU %user %nice %system %iowait %steal %idle 11:05:32 10:38:01 all 0.13 0.00 0.03 0.00 0.01 99.83 11:05:32 10:38:01 0 0.08 0.00 0.03 0.00 0.03 99.85 11:05:32 10:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:38:01 2 0.08 0.00 0.03 0.00 0.02 99.87 11:05:32 10:38:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:05:32 10:38:01 4 0.76 0.00 0.08 0.00 0.02 99.14 11:05:32 10:38:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:05:32 10:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:05:32 10:38:01 7 0.02 0.00 0.02 0.02 0.00 99.95 11:05:32 10:39:01 all 0.25 0.00 0.01 0.00 0.01 99.72 11:05:32 10:39:01 0 0.03 0.00 0.03 0.00 0.03 99.90 11:05:32 10:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:05:32 10:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:39:01 4 1.86 0.00 0.00 0.00 0.02 98.13 11:05:32 10:39:01 5 0.00 0.00 0.00 0.02 0.02 99.97 11:05:32 10:39:01 6 0.07 0.00 0.02 0.02 0.00 99.90 11:05:32 10:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:40:01 all 0.13 0.00 0.02 0.00 0.01 99.83 11:05:32 10:40:01 0 0.13 0.00 0.07 0.00 0.05 99.75 11:05:32 10:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:40:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:05:32 10:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:40:01 4 0.78 0.00 0.00 0.00 0.02 99.20 11:05:32 10:40:01 5 0.05 0.00 0.00 0.00 0.00 99.95 11:05:32 10:40:01 6 0.02 0.00 0.00 0.03 0.02 99.93 11:05:32 10:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:41:01 all 0.02 0.00 0.03 0.00 0.01 99.95 11:05:32 10:41:01 0 0.07 0.00 0.08 0.00 0.02 99.83 11:05:32 10:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:41:01 5 0.00 0.00 0.02 0.02 0.02 99.95 11:05:32 10:41:01 6 0.00 0.00 0.07 0.02 0.00 99.92 11:05:32 10:41:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:42:01 all 0.03 0.00 0.02 0.01 0.01 99.92 11:05:32 10:42:01 0 0.15 0.00 0.02 0.00 0.02 99.82 11:05:32 10:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:05:32 10:42:01 2 0.05 0.00 0.03 0.00 0.03 99.88 11:05:32 10:42:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:42:01 4 0.00 0.00 0.03 0.00 0.00 99.97 11:05:32 10:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:42:01 6 0.00 0.00 0.00 0.10 0.00 99.90 11:05:32 10:42:01 7 0.07 0.00 0.03 0.02 0.00 99.88 11:05:32 10:43:01 all 0.02 0.00 0.01 0.01 0.02 99.94 11:05:32 10:43:01 0 0.05 0.00 0.03 0.00 0.03 99.88 11:05:32 10:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:43:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:43:01 3 0.03 0.00 0.02 0.00 0.03 99.92 11:05:32 10:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:43:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:05:32 10:43:01 6 0.02 0.00 0.00 0.03 0.02 99.93 11:05:32 10:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:44:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:05:32 10:44:01 0 0.07 0.00 0.02 0.00 0.02 99.90 11:05:32 10:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:44:01 2 0.03 0.00 0.05 0.00 0.02 99.90 11:05:32 10:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:44:01 5 0.05 0.00 0.00 0.02 0.00 99.93 11:05:32 10:44:01 6 0.00 0.00 0.03 0.02 0.00 99.95 11:05:32 10:44:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:45:01 all 0.03 0.00 0.02 0.00 0.00 99.94 11:05:32 10:45:01 0 0.07 0.00 0.05 0.00 0.00 99.88 11:05:32 10:45:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:05:32 10:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:05:32 10:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 11:05:32 10:45:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:05:32 10:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:45:01 7 0.00 0.00 0.03 0.02 0.00 99.95 11:05:32 10:46:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:05:32 10:46:01 0 0.10 0.00 0.02 0.00 0.02 99.87 11:05:32 10:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:46:01 3 0.12 0.00 0.05 0.00 0.02 99.82 11:05:32 10:46:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:46:01 5 0.05 0.00 0.00 0.00 0.00 99.95 11:05:32 10:46:01 6 0.02 0.00 0.02 0.02 0.00 99.95 11:05:32 10:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:47:01 all 0.04 0.00 0.01 0.00 0.01 99.93 11:05:32 10:47:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:05:32 10:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:47:01 2 0.07 0.00 0.02 0.00 0.02 99.90 11:05:32 10:47:01 3 0.07 0.00 0.03 0.00 0.02 99.88 11:05:32 10:47:01 4 0.07 0.00 0.00 0.00 0.02 99.92 11:05:32 10:47:01 5 0.02 0.00 0.03 0.02 0.02 99.92 11:05:32 10:47:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:05:32 10:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:48:01 all 0.04 0.00 0.02 0.00 0.00 99.93 11:05:32 10:48:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:05:32 10:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 10:48:01 2 0.07 0.00 0.03 0.00 0.00 99.90 11:05:32 10:48:01 3 0.00 0.00 0.03 0.00 0.02 99.95 11:05:32 10:48:01 4 0.07 0.00 0.02 0.00 0.00 99.92 11:05:32 10:48:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:05:32 10:48:01 6 0.03 0.00 0.02 0.02 0.00 99.93 11:05:32 10:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:05:32 11:05:32 10:48:01 CPU %user %nice %system %iowait %steal %idle 11:05:32 10:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:05:32 10:49:01 0 0.07 0.00 0.02 0.00 0.00 99.92 11:05:32 10:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:05:32 10:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:49:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:49:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:05:32 10:49:01 6 0.00 0.00 0.00 0.02 0.02 99.97 11:05:32 10:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:50:01 all 0.08 0.00 0.02 0.00 0.01 99.89 11:05:32 10:50:01 0 0.23 0.00 0.02 0.00 0.02 99.73 11:05:32 10:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 11:05:32 10:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:05:32 10:50:01 4 0.22 0.00 0.02 0.00 0.02 99.75 11:05:32 10:50:01 5 0.08 0.00 0.02 0.00 0.02 99.88 11:05:32 10:50:01 6 0.00 0.00 0.02 0.03 0.00 99.95 11:05:32 10:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:51:01 all 0.13 0.00 0.02 0.03 0.01 99.82 11:05:32 10:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:05:32 10:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:05:32 10:51:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:05:32 10:51:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:05:32 10:51:01 4 0.80 0.00 0.02 0.00 0.00 99.19 11:05:32 10:51:01 5 0.02 0.00 0.03 0.18 0.02 99.75 11:05:32 10:51:01 6 0.02 0.00 0.00 0.05 0.00 99.93 11:05:32 10:51:01 7 0.03 0.00 0.05 0.00 0.00 99.92 11:05:32 10:52:01 all 0.18 0.00 0.02 0.01 0.01 99.78 11:05:32 10:52:01 0 0.13 0.00 0.03 0.00 0.02 99.82 11:05:32 10:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:05:32 10:52:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:05:32 10:52:01 4 1.04 0.00 0.07 0.00 0.02 98.87 11:05:32 10:52:01 5 0.00 0.00 0.02 0.07 0.00 99.92 11:05:32 10:52:01 6 0.03 0.00 0.00 0.05 0.00 99.92 11:05:32 10:52:01 7 0.12 0.00 0.02 0.00 0.00 99.87 11:05:32 10:53:01 all 0.17 0.00 0.02 0.04 0.01 99.76 11:05:32 10:53:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:05:32 10:53:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:05:32 10:53:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:05:32 10:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:53:01 4 1.16 0.00 0.08 0.00 0.00 98.76 11:05:32 10:53:01 5 0.03 0.00 0.00 0.17 0.02 99.78 11:05:32 10:53:01 6 0.02 0.00 0.03 0.13 0.00 99.82 11:05:32 10:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:54:01 all 0.23 0.00 0.01 0.07 0.01 99.68 11:05:32 10:54:01 0 0.07 0.00 0.02 0.00 0.02 99.90 11:05:32 10:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:54:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:05:32 10:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:05:32 10:54:01 4 1.61 0.00 0.02 0.00 0.02 98.35 11:05:32 10:54:01 5 0.03 0.00 0.00 0.12 0.00 99.85 11:05:32 10:54:01 6 0.00 0.00 0.02 0.48 0.02 99.48 11:05:32 10:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:55:01 all 0.09 0.00 0.02 0.02 0.01 99.85 11:05:32 10:55:01 0 0.05 0.00 0.03 0.05 0.00 99.87 11:05:32 10:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:55:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:05:32 10:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:55:01 4 0.60 0.00 0.07 0.00 0.02 99.32 11:05:32 10:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:55:01 6 0.00 0.00 0.00 0.15 0.00 99.85 11:05:32 10:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 10:56:01 all 0.06 0.00 0.02 0.01 0.01 99.90 11:05:32 10:56:01 0 0.18 0.00 0.02 0.02 0.02 99.77 11:05:32 10:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 10:56:01 2 0.08 0.00 0.05 0.00 0.00 99.87 11:05:32 10:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:05:32 10:56:01 4 0.03 0.00 0.00 0.00 0.03 99.93 11:05:32 10:56:01 5 0.00 0.00 0.02 0.03 0.00 99.95 11:05:32 10:56:01 6 0.02 0.00 0.02 0.03 0.00 99.93 11:05:32 10:56:01 7 0.17 0.00 0.03 0.00 0.00 99.80 11:05:32 10:57:01 all 0.03 0.00 0.03 0.01 0.01 99.92 11:05:32 10:57:01 0 0.08 0.00 0.08 0.00 0.02 99.82 11:05:32 10:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 10:57:01 2 0.00 0.00 0.05 0.00 0.02 99.93 11:05:32 10:57:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:05:32 10:57:01 4 0.07 0.00 0.02 0.00 0.00 99.92 11:05:32 10:57:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:05:32 10:57:01 6 0.02 0.00 0.02 0.05 0.00 99.92 11:05:32 10:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 10:58:01 all 0.08 0.00 0.01 0.03 0.01 99.88 11:05:32 10:58:01 0 0.27 0.00 0.00 0.00 0.02 99.72 11:05:32 10:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:05:32 10:58:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:05:32 10:58:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:05:32 10:58:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:58:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:05:32 10:58:01 6 0.03 0.00 0.00 0.20 0.00 99.77 11:05:32 10:58:01 7 0.15 0.00 0.02 0.00 0.00 99.83 11:05:32 10:59:01 all 0.03 0.00 0.02 0.03 0.01 99.90 11:05:32 10:59:01 0 0.07 0.00 0.02 0.00 0.02 99.90 11:05:32 10:59:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:05:32 10:59:01 2 0.03 0.00 0.05 0.00 0.00 99.92 11:05:32 10:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:59:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 10:59:01 5 0.07 0.00 0.02 0.17 0.02 99.73 11:05:32 10:59:01 6 0.02 0.00 0.00 0.10 0.02 99.87 11:05:32 10:59:01 7 0.03 0.00 0.05 0.00 0.00 99.92 11:05:32 11:05:32 10:59:01 CPU %user %nice %system %iowait %steal %idle 11:05:32 11:00:01 all 0.04 0.00 0.02 0.04 0.01 99.89 11:05:32 11:00:01 0 0.10 0.00 0.03 0.18 0.00 99.68 11:05:32 11:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:05:32 11:00:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:05:32 11:00:01 3 0.02 0.00 0.03 0.00 0.03 99.92 11:05:32 11:00:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:05:32 11:00:01 5 0.10 0.00 0.02 0.00 0.02 99.87 11:05:32 11:00:01 6 0.02 0.00 0.02 0.17 0.00 99.80 11:05:32 11:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 11:01:01 all 0.03 0.00 0.02 0.01 0.01 99.93 11:05:32 11:01:01 0 0.08 0.00 0.03 0.00 0.02 99.87 11:05:32 11:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 11:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:05:32 11:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:05:32 11:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 11:01:01 5 0.05 0.00 0.02 0.10 0.02 99.82 11:05:32 11:01:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:05:32 11:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 11:02:01 all 0.04 0.00 0.02 0.00 0.01 99.92 11:05:32 11:02:01 0 0.10 0.00 0.02 0.00 0.02 99.87 11:05:32 11:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 11:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:05:32 11:02:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:05:32 11:02:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:05:32 11:02:01 5 0.05 0.00 0.05 0.00 0.00 99.90 11:05:32 11:02:01 6 0.08 0.00 0.02 0.03 0.00 99.87 11:05:32 11:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 11:03:01 all 0.07 0.00 0.02 0.01 0.01 99.90 11:05:32 11:03:01 0 0.08 0.00 0.03 0.00 0.00 99.88 11:05:32 11:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:05:32 11:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:05:32 11:03:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:05:32 11:03:01 4 0.40 0.00 0.03 0.00 0.02 99.55 11:05:32 11:03:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:05:32 11:03:01 6 0.00 0.00 0.00 0.05 0.00 99.95 11:05:32 11:03:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:05:32 11:04:02 all 2.81 0.00 1.15 1.51 0.05 94.48 11:05:32 11:04:02 0 3.08 0.00 1.49 0.03 0.05 95.34 11:05:32 11:04:02 1 3.25 0.00 1.06 0.33 0.07 95.30 11:05:32 11:04:02 2 2.64 0.00 1.34 0.03 0.03 95.95 11:05:32 11:04:02 3 2.40 0.00 1.30 0.10 0.09 96.11 11:05:32 11:04:02 4 3.58 0.00 0.99 0.03 0.05 95.34 11:05:32 11:04:02 5 2.96 0.00 1.20 5.03 0.09 90.73 11:05:32 11:04:02 6 2.72 0.00 0.84 6.37 0.03 90.04 11:05:32 11:04:02 7 1.83 0.00 0.97 0.03 0.02 97.15 11:05:32 11:05:01 all 6.07 0.00 2.48 4.13 0.06 87.26 11:05:32 11:05:01 0 6.02 0.00 3.92 1.61 0.05 88.41 11:05:32 11:05:01 1 5.91 0.00 1.80 0.33 0.09 91.87 11:05:32 11:05:01 2 6.74 0.00 2.54 8.01 0.07 82.63 11:05:32 11:05:01 3 5.62 0.00 1.83 1.34 0.07 91.15 11:05:32 11:05:01 4 6.69 0.00 2.09 0.43 0.07 90.73 11:05:32 11:05:01 5 6.35 0.00 2.92 19.41 0.05 71.27 11:05:32 11:05:01 6 6.01 0.00 2.83 1.92 0.05 89.19 11:05:32 11:05:01 7 5.21 0.00 1.93 0.10 0.07 92.69 11:05:32 Average: all 8.58 0.00 1.39 0.68 0.03 89.32 11:05:32 Average: 0 8.63 0.00 1.42 1.11 0.04 88.80 11:05:32 Average: 1 8.51 0.00 1.35 0.40 0.02 89.71 11:05:32 Average: 2 8.70 0.00 1.38 0.51 0.03 89.39 11:05:32 Average: 3 8.63 0.00 1.39 0.36 0.03 89.58 11:05:32 Average: 4 8.60 0.00 1.42 0.55 0.03 89.40 11:05:32 Average: 5 8.49 0.00 1.50 1.14 0.03 88.84 11:05:32 Average: 6 8.57 0.00 1.35 0.65 0.03 89.41 11:05:32 Average: 7 8.47 0.00 1.33 0.76 0.02 89.42 11:05:32 11:05:32 11:05:32