Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 79e201fa8481d96c2e3941a52db52a24d107e5bf 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-ssh4171307061476414464.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-ssh10656855267955353179.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-ssh17038426335718940864.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-ssh18064079738101035214.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-ssh16525519109458059385.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5644 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/875 [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/875 # 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 79e201fa8481d96c2e3941a52db52a24d107e5bf (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 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5209)" > git rev-list --no-walk 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:47:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:47:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:47:44 ========================================================= 01:47:44 EdgeX Global Pipelines Version Info 01:47:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:47:45 ------------------- 01:47:45 stable info: 01:47:45 ------------------- 01:47:45 Commited By: Ginny Guan ginny@iotechsys.com 01:47:45 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:47:45 Message: update stable to v1.0.274 01:47:46 ------------------- 01:47:46 experimental info: 01:47:46 ------------------- 01:47:46 Commited By: Ginny Guan ginny@iotechsys.com 01:47:46 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:47:46 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79e201f [Pipeline] echo 01:47:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:47:46 provisioning config files... 01:47:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/875@tmp/config3581353026254753713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:47:47 ---> ****-login.sh 01:47:47 nexus3.edgexfoundry.org:10001 01:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:47 01:47:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:47:47 Configure a credential helper to remove this warning. See 01:47:47 https://docs.****.com/go/credential-store/ 01:47:47 01:47:47 Login Succeeded 01:47:47 nexus3.edgexfoundry.org:10002 01:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:47 01:47:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:47:47 Configure a credential helper to remove this warning. See 01:47:47 https://docs.****.com/go/credential-store/ 01:47:47 01:47:47 Login Succeeded 01:47:47 nexus3.edgexfoundry.org:10003 01:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:47 01:47:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:47:47 Configure a credential helper to remove this warning. See 01:47:47 https://docs.****.com/go/credential-store/ 01:47:47 01:47:47 Login Succeeded 01:47:47 nexus3.edgexfoundry.org:10004 01:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:47 01:47:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:47:47 Configure a credential helper to remove this warning. See 01:47:47 https://docs.****.com/go/credential-store/ 01:47:47 01:47:47 Login Succeeded 01:47:47 ****.io 01:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:47 01:47:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:47:47 Configure a credential helper to remove this warning. See 01:47:47 https://docs.****.com/go/credential-store/ 01:47:47 01:47:47 Login Succeeded 01:47:47 ---> ****-login.sh ends [Pipeline] } 01:47:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:47:48 + 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 01:47:48 + dirname cmd/core-command/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo core-command,cmd/core-command/Dockerfile 01:47:48 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:47:48 + dirname cmd/core-data/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo core-data,cmd/core-data/Dockerfile 01:47:48 + dirname cmd/core-keeper/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo core-keeper,cmd/core-keeper/Dockerfile 01:47:48 + dirname+ cmd/core-metadata/Dockerfile 01:47:48 cut -d/ -f2 01:47:48 + echo core-metadata,cmd/core-metadata/Dockerfile 01:47:48 + dirname cmd/security-bootstrapper/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:47:48 + dirname cmd/security-proxy-auth/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:47:48 + dirname cmd/security-proxy-setup/Dockerfile+ 01:47:48 cut -d/ -f2 01:47:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:47:48 + dirname+ cmd/security-secretstore-setup/Dockerfile 01:47:48 cut -d/ -f2 01:47:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:47:48 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:47:48 + dirname cmd/security-spire-agent/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:47:48 + dirname cmd/security-spire-config/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:47:48 + dirname cmd/security-spire-server/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:47:48 + dirname cmd/support-notifications/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo support-notifications,cmd/support-notifications/Dockerfile 01:47:48 + dirname cmd/support-scheduler/Dockerfile 01:47:48 + cut -d/ -f2 01:47:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:47:48 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 01:47:48 + git rev-list -1 --merges 79e201fa8481d96c2e3941a52db52a24d107e5bf~1..79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] echo 01:47:48 -----------> git rev-list -1 --merges 79e201fa8481d96c2e3941a52db52a24d107e5bf~1..79e201fa8481d96c2e3941a52db52a24d107e5bf 79e201fa8481d96c2e3941a52db52a24d107e5bf [false] [Pipeline] sh 01:47:49 + git log --format=format:%s -1 79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] echo 01:47:49 ========================================================= 01:47:49 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:47:49 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:47:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:47:49 + grep -v github /etc/ssh/ssh_known_hosts 01:47:49 + [ -e /tmp/ssh_known_hosts ] 01:47:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:47:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:47:49 + sudo tee -a /etc/ssh/ssh_known_hosts 01:47:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:47:49 01:47:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:47:50 0.1.4: Pulling from edgex-devops/py-git-semver 01:47:50 3dae71ba6b94: Pulling fs layer 01:47:50 6bf1a483ea7c: Pulling fs layer 01:47:50 f5dfc541a4d3: Pulling fs layer 01:47:50 461d9e800cba: Pulling fs layer 01:47:50 80192f66455f: Pulling fs layer 01:47:50 2e8e34ca0e6c: Pulling fs layer 01:47:50 a29436f7fd5d: Pulling fs layer 01:47:50 923cac83aea3: Pulling fs layer 01:47:50 25ad8b0a4227: Pulling fs layer 01:47:50 db01528c6b51: Pulling fs layer 01:47:50 28988de357af: Pulling fs layer 01:47:50 2e8e34ca0e6c: Waiting 01:47:50 a29436f7fd5d: Waiting 01:47:50 923cac83aea3: Waiting 01:47:50 db01528c6b51: Waiting 01:47:50 461d9e800cba: Waiting 01:47:50 80192f66455f: Waiting 01:47:50 28988de357af: Waiting 01:47:50 25ad8b0a4227: Waiting 01:47:50 6bf1a483ea7c: Verifying Checksum 01:47:50 6bf1a483ea7c: Download complete 01:47:50 461d9e800cba: Download complete 01:47:50 80192f66455f: Verifying Checksum 01:47:50 80192f66455f: Download complete 01:47:50 f5dfc541a4d3: Verifying Checksum 01:47:50 f5dfc541a4d3: Download complete 01:47:50 3dae71ba6b94: Download complete 01:47:50 923cac83aea3: Verifying Checksum 01:47:50 923cac83aea3: Download complete 01:47:50 25ad8b0a4227: Verifying Checksum 01:47:50 25ad8b0a4227: Download complete 01:47:50 db01528c6b51: Download complete 01:47:50 28988de357af: Verifying Checksum 01:47:50 28988de357af: Download complete 01:47:50 a29436f7fd5d: Verifying Checksum 01:47:50 a29436f7fd5d: Download complete 01:47:50 2e8e34ca0e6c: Verifying Checksum 01:47:50 2e8e34ca0e6c: Download complete 01:47:51 3dae71ba6b94: Pull complete 01:47:51 6bf1a483ea7c: Pull complete 01:47:52 f5dfc541a4d3: Pull complete 01:47:52 461d9e800cba: Pull complete 01:47:52 80192f66455f: Pull complete 01:47:56 2e8e34ca0e6c: Pull complete 01:47:57 a29436f7fd5d: Pull complete 01:47:57 923cac83aea3: Pull complete 01:47:57 25ad8b0a4227: Pull complete 01:47:57 db01528c6b51: Pull complete 01:47:58 28988de357af: Pull complete 01:47:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:47:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:47:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:58 prd-ubuntu20.04-docker-8c-8g-5644 does not seem to be running inside a container 01:47:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/875 -v /w/workspace/edgex-go/875:/w/workspace/edgex-go/875:rw,z -v /w/workspace/edgex-go/875@tmp:/w/workspace/edgex-go/875@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:48:01 $ docker top c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 -eo pid,comm 01:48:01 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). 01:48:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:48:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:48:01 [ssh-agent] Looking for ssh-agent implementation... 01:48:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:48:02 $ docker exec c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 ssh-agent 01:48:02 SSH_AUTH_SOCK=/tmp/ssh-3tl42a0gTywK/agent.32 01:48:02 SSH_AGENT_PID=38 01:48:02 Running ssh-add (command line suppressed) 01:48:02 Identity added: /w/workspace/edgex-go/875@tmp/private_key_7187861127412456215.key (/w/workspace/edgex-go/875@tmp/private_key_7187861127412456215.key) 01:48:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:48:02 + git tag --points-at HEAD [Pipeline] } 01:48:02 $ docker exec --env ******** --env ******** c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 ssh-agent -k 01:48:02 unset SSH_AUTH_SOCK; 01:48:02 unset SSH_AGENT_PID; 01:48:02 echo Agent pid 38 killed; 01:48:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:48:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:48:02 [ssh-agent] Looking for ssh-agent implementation... 01:48:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:48:02 $ docker exec c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 ssh-agent 01:48:02 SSH_AUTH_SOCK=/tmp/ssh-qPN7NjGy3GKD/agent.71 01:48:02 SSH_AGENT_PID=77 01:48:02 Running ssh-add (command line suppressed) 01:48:02 Identity added: /w/workspace/edgex-go/875@tmp/private_key_16277824261101482165.key (/w/workspace/edgex-go/875@tmp/private_key_16277824261101482165.key) 01:48:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:48:03 + git semver init 01:48:03 2025-07-24 01:48:03,462 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:48:03 2025-07-24 01:48:03,465 [run_init] DEBUG init version:0.0.0 force:False 01:48:03 2025-07-24 01:48:03,465 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/875/.semver 01:48:03 2025-07-24 01:48:03,466 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/875/.semver 01:48:03 2025-07-24 01:48:03,466 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/875/.semver'], cwd=/w/workspace/edgex-go/875, stdin=None, shell=False, universal_newlines=False) 01:48:08 2025-07-24 01:48:08,329 [append_file] DEBUG append to file:/w/workspace/edgex-go/875/.git/info/exclude 01:48:08 2025-07-24 01:48:08,329 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/875/.semver/main with force:False 01:48:08 2025-07-24 01:48:08,329 [read_version] DEBUG read version from /w/workspace/edgex-go/875/.semver/main 01:48:08 2025-07-24 01:48:08,330 [read_version] DEBUG read version from /w/workspace/edgex-go/875/.semver/main 01:48:08 4.1.0-dev.42 [Pipeline] } 01:48:08 $ docker exec --env ******** --env ******** c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 ssh-agent -k 01:48:08 unset SSH_AUTH_SOCK; 01:48:08 unset SSH_AGENT_PID; 01:48:08 echo Agent pid 77 killed; 01:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:48:09 + git semver [Pipeline] } 01:48:09 $ docker stop --time=1 c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 01:48:10 $ docker rm -f --volumes c819bc60b2a2b5d6291debbce9eb5b8aedbb833ca87fedd48ec8733364be30d3 [Pipeline] // withDockerContainer [Pipeline] sh 01:48:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:48:11 Stashed 1 file(s) [Pipeline] echo 01:48:11 [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [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 01:48:11 + git config --global --add safe.directory /w/workspace/edgex-go/875 [Pipeline] echo 01:48:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:48:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:48:11 ========================================================= 01:48:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:48:11 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:48:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:48:12 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:48:12 0a9a5dfd008f: Pulling fs layer 01:48:12 36466aa92d05: Pulling fs layer 01:48:12 e10405b45d13: Pulling fs layer 01:48:12 096b7ceb2af7: Pulling fs layer 01:48:12 4f4fb700ef54: Pulling fs layer 01:48:12 8213a616a21b: Pulling fs layer 01:48:12 985586143405: Pulling fs layer 01:48:12 0eae2285b678: Pulling fs layer 01:48:12 096b7ceb2af7: Waiting 01:48:12 8213a616a21b: Waiting 01:48:12 985586143405: Waiting 01:48:12 4f4fb700ef54: Waiting 01:48:12 d3ac315be8c5: Pulling fs layer 01:48:12 0eae2285b678: Waiting 01:48:12 d3ac315be8c5: Waiting 01:48:12 36466aa92d05: Verifying Checksum 01:48:12 36466aa92d05: Download complete 01:48:12 096b7ceb2af7: Verifying Checksum 01:48:12 096b7ceb2af7: Download complete 01:48:12 4f4fb700ef54: Verifying Checksum 01:48:12 4f4fb700ef54: Download complete 01:48:12 8213a616a21b: Verifying Checksum 01:48:12 8213a616a21b: Download complete 01:48:12 0a9a5dfd008f: Download complete 01:48:12 985586143405: Verifying Checksum 01:48:12 985586143405: Download complete 01:48:12 0a9a5dfd008f: Pull complete 01:48:12 36466aa92d05: Pull complete 01:48:12 d3ac315be8c5: Verifying Checksum 01:48:12 d3ac315be8c5: Download complete 01:48:12 e10405b45d13: Download complete 01:48:13 0eae2285b678: Verifying Checksum 01:48:13 0eae2285b678: Download complete 01:48:18 e10405b45d13: Pull complete 01:48:18 096b7ceb2af7: Pull complete 01:48:18 4f4fb700ef54: Pull complete 01:48:18 8213a616a21b: Pull complete 01:48:18 985586143405: Pull complete 01:48:21 0eae2285b678: Pull complete 01:48:21 d3ac315be8c5: Pull complete 01:48:21 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:48:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:48:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:48:21 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:48:21 WORKDIR /edgex 01:48:21 COPY go.mod . 01:48:21 RUN go mod download 01:48:21 + docker build -t ci-base-image-x86_64 -f - . 01:48:22 #0 building with "default" instance using docker driver 01:48:22 01:48:22 #1 [internal] load build definition from Dockerfile 01:48:22 #1 transferring dockerfile: 164B done 01:48:22 #1 DONE 0.0s 01:48:22 01:48:22 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:48:22 #2 DONE 0.0s 01:48:22 01:48:22 #3 [internal] load .dockerignore 01:48:22 #3 transferring context: 01:48:22 #3 transferring context: 50B done 01:48:22 #3 DONE 0.1s 01:48:22 01:48:22 #4 [internal] load build context 01:48:22 #4 transferring context: 6.51kB done 01:48:22 #4 DONE 0.0s 01:48:22 01:48:22 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:48:22 #5 DONE 0.1s 01:48:22 01:48:22 #6 [2/4] WORKDIR /edgex 01:48:26 Still waiting to schedule task 01:48:26 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5641’ 01:48:26 #6 DONE 3.5s 01:48:26 01:48:26 #7 [3/4] COPY go.mod . 01:48:26 #7 DONE 0.0s 01:48:26 01:48:26 #8 [4/4] RUN go mod download 01:48:53 #8 DONE 23.3s 01:48:53 01:48:53 #9 exporting to image 01:48:53 #9 exporting layers 01:48:53 #9 exporting layers 3.5s done 01:48:53 #9 writing image sha256:f5b9b26b1dbba97f54a62cca676d041a348fe6673720e424bfcadc41f516ac76 done 01:48:53 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:48:53 #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:53 + docker inspect -f . ci-base-image-x86_64 01:48:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:53 prd-ubuntu20.04-docker-8c-8g-5644 does not seem to be running inside a container 01:48:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/875 -v /w/workspace/edgex-go/875:/w/workspace/edgex-go/875:rw,z -v /w/workspace/edgex-go/875@tmp:/w/workspace/edgex-go/875@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:48:54 $ docker top 47a570824682695aba9ea6a4ccffb90b72eff71cae97eec66fd202360b5a194a -eo pid,comm [Pipeline] { [Pipeline] sh 01:48:54 + go version 01:48:54 go version go1.23.9 linux/amd64 [Pipeline] } 01:48:54 $ docker stop --time=1 47a570824682695aba9ea6a4ccffb90b72eff71cae97eec66fd202360b5a194a 01:48:55 $ docker rm -f --volumes 47a570824682695aba9ea6a4ccffb90b72eff71cae97eec66fd202360b5a194a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:56 + docker inspect -f . ci-base-image-x86_64 01:48:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:56 prd-ubuntu20.04-docker-8c-8g-5644 does not seem to be running inside a container 01:48:56 $ 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/875 -v /w/workspace/edgex-go/875:/w/workspace/edgex-go/875:rw,z -v /w/workspace/edgex-go/875@tmp:/w/workspace/edgex-go/875@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:48:56 $ docker top 9bd7d3c641143be122940916fbf93789dce07c0e6f2917db8a6aee1d1c6fff1f -eo pid,comm [Pipeline] { [Pipeline] echo 01:48:56 ========================================================= 01:48:56 [edgeXBuildGoParallel] Running Tests and Build... 01:48:56 ========================================================= [Pipeline] sh 01:48:56 + git config --global --add safe.directory /w/workspace/edgex-go/875 [Pipeline] fileExists [Pipeline] sh 01:48:57 + make test 01:48:57 go test -race -coverprofile=coverage.out ./... 01:49:05 ? github.com/edgexfoundry/edgex-go [no test files] 01:49:31 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:49:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:49:31 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:49:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 42.3% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:49:31 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 01:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:49:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:49:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:49:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:49:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:49:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:49:34 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:49:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements 01:49:35 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 01:49:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.049s coverage: 46.3% of statements 01:49:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:49:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:49:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.300s coverage: 93.4% of statements 01:49:36 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.058s coverage: 92.4% of statements 01:49:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 8.4% of statements 01:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:49:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:49:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:49:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:49:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.348s coverage: 95.8% of statements 01:49:38 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 01:49:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:49:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:49:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:49:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:49:39 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:49:39 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:49:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] 01:49:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements 01:49:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.033s coverage: 38.1% of statements 01:49:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 01:49:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements 01:49:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.031s coverage: 87.1% of statements 01:49:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 01:49:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:49:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:49:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:49:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.040s coverage: 96.3% of statements 01:49:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:49:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:49:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:49:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:49:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:49:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:49:44 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:49:44 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:49:44 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:49:46 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:49:47 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:49:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:49:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:49:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:49:51 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:49:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:49:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:49:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:49:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:49:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements 01:49:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:49:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:49:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:49:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:49:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:49:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:49:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:49:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:49:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:49:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:49:55 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:49:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:49:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:49:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:49:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:49:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:49:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:49:57 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:49:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:49:57 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:49:57 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:49:57 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:49:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:49:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:49:59 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.057s coverage: 92.9% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 68.8% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.024s coverage: 87.2% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.074s coverage: 81.8% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.076s coverage: 82.1% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.054s coverage: 33.3% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.179s coverage: 54.5% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.022s coverage: 96.8% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.014s coverage: 100.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.030s coverage: 93.8% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.135s coverage: 94.9% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.026s coverage: 9.0% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.058s coverage: 97.7% of statements 01:50:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements 01:50:06 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 01:50:06 running golangci-lint 01:50:06 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:50:06 go version go1.23.9 linux/amd64 01:50:06 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:50:06 level=info msg="[config_reader] Used config file .golangci.yml" 01:50:06 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:50:32 level=info msg="[loader] Go packages loading at mode 575 (deps|types_sizes|compiled_files|exports_file|files|imports|name) took 23.496125251s" 01:50:32 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.778682ms" 01:50:41 level=info msg="[linters_context/goanalysis] analyzers took 1m50.527078611s with top 10 stages: buildir: 53.420119185s, fact_deprecated: 3.625505896s, inspect: 3.413270662s, gosec: 3.364347727s, printf: 2.397520521s, ctrlflow: 2.025369647s, fact_purity: 1.275003128s, nilness: 1.272708989s, S1038: 1.100465023s, isgenerated: 885.760115ms" 01:50:41 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:50:41 level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 202/20, skip_dirs: 202/202, path_prettifier: 202/202, skip_files: 202/202, nolint: 20/0, cgo: 202/202, identifier_marker: 202/202, invalid_issue: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, filename_unadjuster: 202/202" 01:50:41 level=info msg="[runner] processing took 16.640832ms with stages: nolint: 7.150104ms, identifier_marker: 4.168593ms, autogenerated_exclude: 1.63708ms, path_prettifier: 1.526093ms, exclude-rules: 1.126189ms, skip_dirs: 960.989µs, invalid_issue: 27.732µs, cgo: 27.392µs, filename_unadjuster: 13.09µs, max_same_issues: 670ns, uniq_by_line: 480ns, skip_files: 480ns, fixer: 440ns, exclude: 370ns, sort_results: 240ns, diff: 150ns, max_from_linter: 150ns, path_prefixer: 150ns, source_code: 140ns, severity-rules: 100ns, max_per_file_from_linter: 100ns, path_shortener: 100ns" 01:50:41 level=info msg="[runner] linters took 11.270112194s with stages: goanalysis_metalinter: 11.253392809s" 01:50:41 level=info msg="File cache stats: 0 entries of total size 0B" 01:50:41 level=info msg="Memory: 349 samples, avg is 277.9MB, max is 1315.1MB" 01:50:41 level=info msg="Execution took 34.823190151s" 01:50:41 go vet ./... 01:50:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:50:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:50:47 ./bin/test-attribution-txt.sh 01:50:47 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:50:47 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:50:47 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:50:47 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:50:47 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:50:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:50:47 + ls -al . 01:50:47 total 1996 01:50:47 drwxrwxr-x 11 1001 1001 4096 Jul 24 01:48 . 01:50:47 drwxr-xr-x 4 root root 4096 Jul 24 01:48 .. 01:50:47 drwxrwxr-x 2 1001 1001 4096 Jul 24 01:47 .blubracket 01:50:47 -rw-rw-r-- 1 1001 1001 10 Jul 24 01:47 .dockerignore 01:50:47 drwxrwxr-x 8 1001 1001 4096 Jul 24 01:50 .git 01:50:47 drwxrwxr-x 3 1001 1001 4096 Jul 24 01:47 .github 01:50:47 -rw-rw-r-- 1 1001 1001 909 Jul 24 01:47 .gitignore 01:50:47 -rw-rw-r-- 1 1001 1001 218 Jul 24 01:47 .golangci.yml 01:50:47 -rw-rw-r-- 1 1001 1001 100 Jul 24 01:47 .hadolint.yml 01:50:47 drwxr-xr-x 3 1001 1001 4096 Jul 24 01:48 .semver 01:50:47 -rw-rw-r-- 1 1001 1001 155 Jul 24 01:47 .sonarcloud.properties 01:50:47 -rw-rw-r-- 1 1001 1001 1171 Jul 24 01:47 ADOPTERS.md 01:50:47 -rw-rw-r-- 1 1001 1001 17374 Jul 24 01:47 Attribution.txt 01:50:47 -rw-rw-r-- 1 1001 1001 108018 Jul 24 01:47 CHANGELOG.md 01:50:47 -rw-rw-r-- 1 1001 1001 3804 Jul 24 01:47 CONTRIBUTING.md 01:50:47 -rw-rw-r-- 1 1001 1001 677 Jul 24 01:47 GOVERNANCE.md 01:50:47 -rw-rw-r-- 1 1001 1001 858 Jul 24 01:47 Jenkinsfile 01:50:47 -rw-rw-r-- 1 1001 1001 10775 Jul 24 01:47 LICENSE 01:50:47 -rw-rw-r-- 1 1001 1001 16740 Jul 24 01:47 Makefile 01:50:47 -rw-rw-r-- 1 1001 1001 582 Jul 24 01:47 OWNERS.md 01:50:47 -rw-rw-r-- 1 1001 1001 9932 Jul 24 01:47 README.md 01:50:47 -rw-rw-r-- 1 1001 1001 789 Jul 24 01:47 SECURITY.md 01:50:47 -rw-rw-r-- 1 1001 1001 12 Jul 24 01:48 VERSION 01:50:47 drwxrwxr-x 2 1001 1001 4096 Jul 24 01:47 bin 01:50:47 drwxrwxr-x 19 1001 1001 4096 Jul 24 01:47 cmd 01:50:47 -rw-r--r-- 1 root root 1666030 Jul 24 01:50 coverage.out 01:50:47 drwxrwxr-x 2 1001 1001 4096 Jul 24 01:47 fuzz_test 01:50:47 -rw-rw-r-- 1 1001 1001 6474 Jul 24 01:47 go.mod 01:50:47 -rw-rw-r-- 1 1001 1001 88358 Jul 24 01:47 go.sum 01:50:47 drwxrwxr-x 7 1001 1001 4096 Jul 24 01:47 internal 01:50:47 drwxrwxr-x 2 1001 1001 4096 Jul 24 01:47 openapi 01:50:47 -rw-rw-r-- 1 1001 1001 584 Jul 24 01:47 security.txt 01:50:47 -rw-rw-r-- 1 1001 1001 204 Jul 24 01:47 version.go [Pipeline] sh 01:50:48 + '[' -e coverage.out ] 01:50:48 + chown 1001:1001 coverage.out [Pipeline] stash 01:50:48 Stashed 1 file(s) [Pipeline] sh 01:50:48 + make build 01:50:48 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:51:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:51:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:51:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:51:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:51:13 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:51:18 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:51:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:51:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:51:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:51:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:51:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:51:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:51:29 $ docker stop --time=1 9bd7d3c641143be122940916fbf93789dce07c0e6f2917db8a6aee1d1c6fff1f 01:51:34 $ docker rm -f --volumes 9bd7d3c641143be122940916fbf93789dce07c0e6f2917db8a6aee1d1c6fff1f [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 01:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:51:35 01:51:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:51:36 latest: Pulling from edgex-devops/edgex-compose 01:51:36 91d30c5bc195: Pulling fs layer 01:51:36 2e9b0aa3be6d: Pulling fs layer 01:51:36 9c61dcf015f6: Pulling fs layer 01:51:36 4698f68db338: Pulling fs layer 01:51:36 2a2f49069b9e: Pulling fs layer 01:51:36 e0025b399a48: Pulling fs layer 01:51:36 4698f68db338: Waiting 01:51:36 e0025b399a48: Waiting 01:51:36 2a2f49069b9e: Waiting 01:51:36 91d30c5bc195: Verifying Checksum 01:51:36 91d30c5bc195: Download complete 01:51:36 4698f68db338: Download complete 01:51:36 2e9b0aa3be6d: Verifying Checksum 01:51:36 2e9b0aa3be6d: Download complete 01:51:36 e0025b399a48: Download complete 01:51:36 91d30c5bc195: Pull complete 01:51:36 2a2f49069b9e: Verifying Checksum 01:51:36 2a2f49069b9e: Download complete 01:51:36 2e9b0aa3be6d: Pull complete 01:51:37 9c61dcf015f6: Download complete 01:51:40 9c61dcf015f6: Pull complete 01:51:40 4698f68db338: Pull complete 01:51:40 2a2f49069b9e: Pull complete 01:51:40 e0025b399a48: Pull complete 01:51:40 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:51:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:51:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:40 prd-ubuntu20.04-docker-8c-8g-5644 does not seem to be running inside a container 01:51:40 $ 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/875 -v /w/workspace/edgex-go/875:/w/workspace/edgex-go/875:rw,z -v /w/workspace/edgex-go/875@tmp:/w/workspace/edgex-go/875@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:51:42 $ docker top 41df13cd77faa2d2470238f5e5ea880a528ff635c35ee5664e8a0ab5b6ff7881 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:43 + docker compose -f ./docker-compose-build.yml build --parallel 01:51:43 #1 [core-data internal] load build definition from Dockerfile 01:51:43 #1 transferring dockerfile: 2.04kB done 01:51:43 #1 DONE 0.1s 01:51:43 01:51:43 #2 [security-bootstrapper internal] load build definition from Dockerfile 01:51:43 #2 transferring dockerfile: 3.02kB done 01:51:43 #2 DONE 0.1s 01:51:43 01:51:43 #3 [security-proxy-auth internal] load build definition from Dockerfile 01:51:43 #3 transferring dockerfile: 2.14kB done 01:51:43 #3 DONE 0.1s 01:51:43 01:51:43 #4 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:51:43 #4 DONE 0.0s 01:51:43 01:51:43 #5 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:51:43 #5 ... 01:51:43 01:51:43 #6 [support-scheduler internal] load build definition from Dockerfile 01:51:43 #6 transferring dockerfile: 1.83kB done 01:51:43 #6 DONE 0.1s 01:51:43 01:51:43 #7 [core-metadata internal] load build definition from Dockerfile 01:51:43 #7 transferring dockerfile: 2.10kB done 01:51:43 #7 DONE 0.1s 01:51:43 01:51:43 #8 [security-spire-config internal] load build definition from Dockerfile 01:51:43 #8 transferring dockerfile: 1.69kB done 01:51:43 #8 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:51:43 #8 DONE 0.1s 01:51:43 01:51:43 #9 [security-spire-server internal] load build definition from Dockerfile 01:51:43 #9 transferring dockerfile: 1.70kB done 01:51:43 #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:51:43 #9 DONE 0.1s 01:51:43 01:51:43 #10 [security-spire-agent internal] load build definition from Dockerfile 01:51:43 #10 transferring dockerfile: 1.81kB done 01:51:43 #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:51:43 #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:51:43 #10 DONE 0.1s 01:51:43 01:51:43 #11 [core-command internal] load build definition from Dockerfile 01:51:43 #11 transferring dockerfile: 1.94kB done 01:51:43 #11 DONE 0.1s 01:51:43 01:51:43 #12 [core-keeper internal] load build definition from Dockerfile 01:51:43 #12 transferring dockerfile: 2.01kB done 01:51:43 #12 DONE 0.1s 01:51:43 01:51:43 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:51:43 #13 transferring dockerfile: 2.23kB done 01:51:43 #13 DONE 0.1s 01:51:43 01:51:43 #14 [security-proxy-setup internal] load build definition from Dockerfile 01:51:43 #14 transferring dockerfile: 2.50kB done 01:51:43 #14 DONE 0.1s 01:51:43 01:51:43 #15 [support-notifications internal] load build definition from Dockerfile 01:51:43 #15 transferring dockerfile: 2.00kB done 01:51:43 #15 DONE 0.1s 01:51:43 01:51:43 #16 [security-secretstore-setup internal] load build definition from Dockerfile 01:51:43 #16 transferring dockerfile: 2.49kB done 01:51:43 #16 DONE 0.1s 01:51:43 01:51:43 #17 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:51:43 #17 transferring dockerfile: 1.89kB done 01:51:43 #17 DONE 0.1s 01:51:43 01:51:43 #4 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:51:43 #4 DONE 0.0s 01:51:43 01:51:43 #5 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 01:51:43 #5 DONE 0.2s 01:51:43 01:51:43 #4 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:51:43 #4 DONE 0.0s 01:51:43 01:51:43 #18 [core-data internal] load .dockerignore 01:51:43 #18 transferring context: 50B done 01:51:43 #18 DONE 0.0s 01:51:43 01:51:43 #19 [security-proxy-auth internal] load .dockerignore 01:51:43 #19 transferring context: 50B done 01:51:43 #19 DONE 0.1s 01:51:43 01:51:43 #20 [core-keeper internal] load .dockerignore 01:51:43 #20 transferring context: 50B 0.0s done 01:51:43 #20 DONE 0.1s 01:51:43 01:51:43 #21 [security-proxy-setup internal] load .dockerignore 01:51:43 #21 transferring context: 50B done 01:51:43 #21 DONE 0.1s 01:51:43 01:51:43 #22 [core-metadata internal] load .dockerignore 01:51:43 #22 transferring context: 50B 0.0s done 01:51:43 #22 DONE 0.1s 01:51:43 01:51:43 #23 [security-bootstrapper internal] load .dockerignore 01:51:43 #23 transferring context: 50B 0.0s done 01:51:43 #23 DONE 0.1s 01:51:43 01:51:43 #24 [core-common-config-bootstrapper internal] load .dockerignore 01:51:43 #24 transferring context: 50B done 01:51:43 #24 DONE 0.1s 01:51:43 01:51:43 #25 [security-proxy-setup internal] load build context 01:51:43 #25 ... 01:51:43 01:51:43 #26 [support-scheduler internal] load .dockerignore 01:51:43 #26 transferring context: 50B done 01:51:43 #26 DONE 0.2s 01:51:43 01:51:43 #27 [core-command internal] load .dockerignore 01:51:43 #27 transferring context: 50B done 01:51:43 #27 DONE 0.2s 01:51:43 01:51:43 #28 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:51:43 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:51:43 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:51:43 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:51:43 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:51:43 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:51:43 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s 01:51:44 #28 ... 01:51:44 01:51:44 #29 [support-notifications internal] load .dockerignore 01:51:44 #29 transferring context: 50B done 01:51:44 #29 DONE 0.3s 01:51:44 01:51:44 #30 [security-spiffe-token-provider internal] load .dockerignore 01:51:44 #30 transferring context: 50B 0.0s done 01:51:44 #30 DONE 0.4s 01:51:44 01:51:44 #31 [security-secretstore-setup internal] load .dockerignore 01:51:44 #31 transferring context: 50B done 01:51:44 #31 DONE 0.4s 01:51:44 01:51:44 #28 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:51:44 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:51:44 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:51:44 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:51:44 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:51:44 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:51:44 #28 ... 01:51:44 01:51:44 #32 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:51:44 #32 DONE 0.4s 01:51:44 01:51:44 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:51:44 #33 DONE 0.6s 01:51:44 01:51:44 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:51:44 #34 DONE 0.6s 01:51:44 01:51:44 #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:51:44 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:51:44 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:51:44 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:51:44 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:51:44 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:51:44 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:51:49 #28 ... 01:51:49 01:51:49 #35 [core-data internal] load build context 01:51:49 #35 transferring context: 145.14MB 5.3s 01:51:53 #35 ... 01:51:53 01:51:53 #36 [security-proxy-auth internal] load build context 01:51:53 #36 ... 01:51:53 01:51:53 #37 [core-keeper internal] load build context 01:51:54 #37 ... 01:51:54 01:51:54 #38 [core-common-config-bootstrapper internal] load build context 01:51:55 #38 ... 01:51:55 01:51:55 #39 [security-bootstrapper internal] load build context 01:51:55 #39 ... 01:51:55 01:51:55 #40 [security-spire-config internal] load .dockerignore 01:51:55 #40 transferring context: 50B 0.1s done 01:51:55 #40 ... 01:51:55 01:51:55 #41 [security-spire-server internal] load .dockerignore 01:51:55 #41 ... 01:51:55 01:51:55 #42 [security-spiffe-token-provider internal] load build context 01:51:55 #42 ... 01:51:55 01:51:55 #43 [support-scheduler internal] load build context 01:51:55 #43 ... 01:51:55 01:51:55 #44 [security-secretstore-setup internal] load build context 01:51:55 #44 ... 01:51:55 01:51:55 #45 [support-notifications internal] load build context 01:51:55 #45 ... 01:51:55 01:51:55 #46 [security-spire-agent internal] load .dockerignore 01:51:55 #46 ... 01:51:55 01:51:55 #47 [core-metadata internal] load build context 01:51:55 #47 ... 01:51:55 01:51:55 #25 [security-proxy-setup internal] load build context 01:51:55 #25 ... 01:51:55 01:51:55 #48 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:51:55 #48 ... 01:51:55 01:51:55 #49 [core-command internal] load build context 01:51:56 #49 ... 01:51:56 01:51:56 #47 [core-metadata internal] load build context 01:51:57 #47 transferring context: 508.62MB 13.6s done 01:51:59 #47 ... 01:51:59 01:51:59 #40 [security-spire-config internal] load .dockerignore 01:51:59 #40 DONE 15.4s 01:51:59 01:51:59 #28 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:51:59 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:51:59 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:51:59 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:51:59 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:51:59 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:51:59 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:51:59 #28 DONE 15.9s 01:51:59 01:51:59 #48 [support-scheduler builder 2/7] WORKDIR /edgex-go 01:51:59 #48 DONE 15.5s 01:51:59 01:51:59 #43 [support-scheduler internal] load build context 01:51:59 #43 transferring context: 508.62MB 12.2s done 01:51:59 #43 DONE 15.7s 01:51:59 01:51:59 #38 [core-common-config-bootstrapper internal] load build context 01:51:59 #38 transferring context: 508.62MB 12.7s done 01:51:59 #38 DONE 15.8s 01:51:59 01:51:59 #45 [support-notifications internal] load build context 01:51:59 #45 transferring context: 508.62MB 12.8s done 01:51:59 #45 DONE 15.5s 01:51:59 01:51:59 #44 [security-secretstore-setup internal] load build context 01:51:59 #44 transferring context: 508.62MB 12.8s done 01:51:59 #44 DONE 15.5s 01:51:59 01:51:59 #37 [core-keeper internal] load build context 01:51:59 #37 transferring context: 508.62MB 13.4s done 01:51:59 #37 DONE 15.8s 01:51:59 01:51:59 #39 [security-bootstrapper internal] load build context 01:51:59 #39 transferring context: 508.62MB 13.5s done 01:51:59 #39 DONE 15.8s 01:51:59 01:51:59 #25 [security-proxy-setup internal] load build context 01:51:59 #25 transferring context: 508.62MB 13.6s done 01:51:59 #25 DONE 15.9s 01:51:59 01:51:59 #47 [core-metadata internal] load build context 01:51:59 #47 DONE 15.9s 01:51:59 01:51:59 #36 [security-proxy-auth internal] load build context 01:51:59 #36 transferring context: 508.62MB 13.9s done 01:51:59 #36 DONE 15.9s 01:51:59 01:51:59 #49 [core-command internal] load build context 01:51:59 #49 transferring context: 508.62MB 13.6s done 01:51:59 #49 DONE 15.8s 01:51:59 01:51:59 #35 [core-data internal] load build context 01:51:59 #35 transferring context: 508.62MB 15.4s done 01:51:59 #35 DONE 15.9s 01:51:59 01:51:59 #41 [security-spire-server internal] load .dockerignore 01:51:59 #41 transferring context: 50B done 01:51:59 #41 DONE 15.5s 01:51:59 01:51:59 #42 [security-spiffe-token-provider internal] load build context 01:51:59 #42 transferring context: 508.62MB 11.8s done 01:51:59 #42 DONE 15.5s 01:51:59 01:51:59 #46 [security-spire-agent internal] load .dockerignore 01:51:59 #46 transferring context: 50B done 01:51:59 #46 DONE 15.5s 01:51:59 01:51:59 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:51:59 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:51:59 #50 ... 01:51:59 01:51:59 #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:51:59 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:51:59 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:51:59 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:51:59 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:51:59 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:51:59 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:51:59 #28 DONE 15.9s 01:51:59 01:51:59 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:51:59 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:51:59 #50 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:51:59 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:51:59 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:51:59 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:51:59 #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:51:59 #50 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:51:59 #50 ... 01:51:59 01:51:59 #51 [security-spire-server internal] load build context 01:51:59 #51 transferring context: 23.80kB done 01:51:59 #51 DONE 0.2s 01:51:59 01:51:59 #52 [security-spire-config internal] load build context 01:51:59 #52 transferring context: 22.05kB done 01:51:59 #52 DONE 0.3s 01:51:59 01:51:59 #53 [security-spire-agent internal] load build context 01:51:59 #53 transferring context: 23.33kB 0.0s done 01:51:59 #53 DONE 0.2s 01:51:59 01:51:59 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:51:59 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:51:59 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:51:59 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:51:59 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 01:51:59 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 01:51:59 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 7.34MB / 36.47MB 0.3s 01:51:59 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 16.78MB / 36.47MB 0.4s 01:52:00 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 30.41MB / 36.47MB 0.5s 01:52:00 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s 01:52:00 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done 01:52:00 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:52:00 #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:52:00 #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:52:02 #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s done 01:52:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5646 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:52:06 Running in /w/workspace/edgex-go/875 [Pipeline] { [Pipeline] checkout 01:52:09 The recommended git tool is: git 01:52:10 #50 ... 01:52:10 01:52:10 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:52:10 #0 3.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 3.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 3.788 OK: 248 MiB in 58 packages 01:52:10 #54 ... 01:52:10 01:52:10 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:10 #55 ... 01:52:10 01:52:10 #56 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:52:10 #0 3.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 3.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 3.381 OK: 248 MiB in 58 packages 01:52:10 #56 ... 01:52:10 01:52:10 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:52:10 #0 2.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 2.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 2.909 v3.20.7-12-g405451b46f6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:52:10 #0 2.909 v3.20.7-10-geee029c63f9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:52:10 #0 2.909 OK: 24171 distinct packages available 01:52:10 #0 2.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 3.054 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 3.302 (1/4) Installing dumb-init (1.2.5-r3) 01:52:10 #0 3.307 (2/4) Installing musl-obstack (1.2.3-r2) 01:52:10 #0 3.310 (3/4) Installing libucontext (1.2-r3) 01:52:10 #0 3.320 (4/4) Installing gcompat (1.1.0-r4) 01:52:10 #0 3.327 Executing busybox-1.36.1-r29.trigger 01:52:10 #0 3.335 OK: 8 MiB in 18 packages 01:52:10 #57 ... 01:52:10 01:52:10 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:10 #58 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 01:52:10 #58 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:52:10 #58 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:52:10 #58 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:52:10 #58 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done 01:52:10 #58 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:52:10 #58 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:52:10 #58 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done 01:52:10 #58 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:52:10 #58 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:52:10 #58 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s done 01:52:10 #58 ... 01:52:10 01:52:10 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:52:10 #0 1.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.663 v3.20.7-12-g405451b46f6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:52:10 #0 1.663 v3.20.7-10-geee029c63f9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:52:10 #0 1.663 OK: 24171 distinct packages available 01:52:10 #0 1.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.790 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 2.090 (1/14) Installing ca-certificates (20250619-r0) 01:52:10 #0 2.105 (2/14) Installing brotli-libs (1.1.0-r2) 01:52:10 #0 2.118 (3/14) Installing c-ares (1.33.1-r0) 01:52:10 #0 2.124 (4/14) Installing libunistring (1.2-r0) 01:52:10 #0 2.141 (5/14) Installing libidn2 (2.3.7-r0) 01:52:10 #0 2.147 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:52:10 #0 2.152 (7/14) Installing libpsl (0.21.5-r1) 01:52:10 #0 2.158 (8/14) Installing zstd-libs (1.5.6-r0) 01:52:10 #0 2.169 (9/14) Installing libcurl (8.12.1-r0) 01:52:10 #0 2.183 (10/14) Installing curl (8.12.1-r0) 01:52:10 #0 2.188 (11/14) Installing dumb-init (1.2.5-r3) 01:52:10 #0 2.193 (12/14) Installing musl-obstack (1.2.3-r2) 01:52:10 #0 2.196 (13/14) Installing libucontext (1.2-r3) 01:52:10 #0 2.199 (14/14) Installing gcompat (1.1.0-r4) 01:52:10 #0 2.205 Executing busybox-1.36.1-r29.trigger 01:52:10 #0 2.210 Executing ca-certificates-20250619-r0.trigger 01:52:10 #0 2.251 OK: 13 MiB in 28 packages 01:52:10 #59 ... 01:52:10 01:52:10 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:10 #60 ... 01:52:10 01:52:10 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:52:10 #0 1.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.737 (1/3) Installing ca-certificates (20250619-r0) 01:52:10 #0 1.756 (2/3) Installing dumb-init (1.2.5-r3) 01:52:10 #0 1.766 (3/3) Installing tzdata (2025b-r0) 01:52:10 #0 1.792 Executing busybox-1.36.1-r29.trigger 01:52:10 #0 1.797 Executing ca-certificates-20250619-r0.trigger 01:52:10 #0 1.846 OK: 10 MiB in 17 packages 01:52:10 #61 ... 01:52:10 01:52:10 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:52:10 #0 1.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:10 #0 1.665 (1/4) Installing dumb-init (1.2.5-r3) 01:52:10 #0 1.669 (2/4) Installing openssl (3.3.4-r0) 01:52:10 #0 1.682 (3/4) Installing su-exec (0.2-r3) 01:52:10 #0 1.686 (4/4) Installing yq-go (4.44.1-r2) 01:52:10 #0 1.760 Executing busybox-1.36.1-r29.trigger 01:52:10 #0 1.772 OK: 19 MiB in 18 packages 01:52:10 #62 ... 01:52:10 01:52:10 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:52:11 #63 ... 01:52:11 01:52:11 #64 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:52:11 #0 4.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:11 #0 4.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:11 #0 4.437 OK: 248 MiB in 58 packages 01:52:11 #64 ... 01:52:11 01:52:11 #65 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:52:11 #65 ... 01:52:11 01:52:11 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:11 #60 DONE 11.9s 01:52:11 01:52:11 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:52:11 #0 1.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:11 #0 1.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:11 #0 1.681 (1/7) Installing ca-certificates (20250619-r0) 01:52:11 #0 1.706 (2/7) Installing dumb-init (1.2.5-r3) 01:52:11 #0 1.713 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:52:11 #0 1.719 (4/7) Installing libsodium (1.0.19-r0) 01:52:11 #0 1.729 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:52:11 #0 1.751 (6/7) Installing libzmq (4.3.5-r2) 01:52:11 #0 1.771 (7/7) Installing zeromq (4.3.5-r2) 01:52:11 #0 1.846 Executing busybox-1.36.1-r29.trigger 01:52:11 #0 1.855 Executing ca-certificates-20250619-r0.trigger 01:52:11 #0 1.893 OK: 12 MiB in 21 packages 01:52:11 #66 DONE 11.9s 01:52:11 01:52:11 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:52:11 #57 DONE 11.9s 01:52:11 01:52:11 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:52:11 #61 DONE 11.9s 01:52:11 01:52:11 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:11 #50 DONE 11.9s 01:52:11 01:52:11 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:11 #55 DONE 11.9s 01:52:11 01:52:11 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:52:11 #0 1.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:11 #0 1.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:11 #0 1.658 (1/1) Installing dumb-init (1.2.5-r3) 01:52:11 #0 1.663 Executing busybox-1.36.1-r29.trigger 01:52:11 #0 1.669 OK: 8 MiB in 15 packages 01:52:11 #67 DONE 11.9s 01:52:11 01:52:11 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:52:11 #54 DONE 11.9s 01:52:11 01:52:11 #64 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:52:11 #64 DONE 11.9s 01:52:11 01:52:11 #56 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:52:11 #56 DONE 11.9s 01:52:11 01:52:11 #68 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:52:11 #0 4.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:11 #0 4.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:11 #0 4.408 (1/1) Installing dumb-init (1.2.5-r3) 01:52:11 #0 4.445 Executing busybox-1.36.1-r29.trigger 01:52:11 #0 4.451 OK: 8 MiB in 15 packages 01:52:11 #68 DONE 11.9s 01:52:11 01:52:11 #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:52:11 #0 4.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:11 #0 4.132 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:11 #0 4.484 (1/2) Installing dumb-init (1.2.5-r3) 01:52:11 #0 4.489 (2/2) Installing su-exec (0.2-r3) 01:52:11 #0 4.492 Executing busybox-1.36.1-r29.trigger 01:52:11 #0 4.498 OK: 8 MiB in 16 packages 01:52:11 #69 DONE 11.9s 01:52:11 01:52:11 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:52:11 #59 DONE 11.9s 01:52:11 01:52:11 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:52:11 #62 DONE 11.9s 01:52:11 01:52:11 #70 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:52:11 #0 2.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:11 #0 2.108 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:11 #0 2.365 (1/4) Installing ca-certificates (20250619-r0) 01:52:11 #0 2.381 (2/4) Installing dumb-init (1.2.5-r3) 01:52:11 #0 2.383 (3/4) Installing su-exec (0.2-r3) 01:52:11 #0 2.387 (4/4) Installing yq-go (4.44.1-r2) 01:52:11 #0 2.490 Executing busybox-1.36.1-r29.trigger 01:52:11 #0 2.497 Executing ca-certificates-20250619-r0.trigger 01:52:11 #0 2.545 OK: 19 MiB in 18 packages 01:52:11 #70 DONE 11.9s 01:52:11 01:52:11 #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:52:11 #71 ... 01:52:11 01:52:11 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:52:11 #72 DONE 0.2s 01:52:11 01:52:11 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:52:11 #73 ... 01:52:11 01:52:11 #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:52:11 #74 DONE 0.2s 01:52:11 01:52:11 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:11 #58 DONE 12.0s 01:52:11 01:52:11 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:52:11 #75 DONE 0.2s 01:52:11 01:52:11 #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:13 #76 ... 01:52:13 01:52:13 #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:52:13 #65 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:13 #65 13.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:13 #65 13.41 OK: 248 MiB in 58 packages 01:52:13 #65 DONE 13.6s 01:52:13 01:52:13 #77 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:52:13 #77 DONE 0.1s 01:52:13 01:52:13 #78 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:13 #78 ... 01:52:13 01:52:13 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:52:13 #0 1.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:13 #0 1.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:13 #0 1.921 OK: 8 MiB in 18 packages 01:52:13 #79 DONE 2.0s 01:52:13 01:52:13 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:52:13 #73 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:13 #73 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:13 #73 13.36 v3.20.7-12-g405451b46f6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:52:13 #73 13.36 v3.20.7-10-geee029c63f9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:52:13 #73 13.36 OK: 24171 distinct packages available 01:52:13 #73 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:13 #73 13.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:13 #73 13.87 (1/5) Installing dumb-init (1.2.5-r3) 01:52:13 #73 13.88 (2/5) Installing musl-obstack (1.2.3-r2) 01:52:13 #73 13.89 (3/5) Installing libucontext (1.2-r3) 01:52:13 #73 13.92 (4/5) Installing gcompat (1.1.0-r4) 01:52:13 #73 13.93 (5/5) Installing openssl (3.3.4-r0) 01:52:13 #73 13.96 Executing busybox-1.36.1-r29.trigger 01:52:13 #73 14.01 OK: 9 MiB in 19 packages 01:52:14 using credential edgex-jenkins-ssh 01:52:14 Cloning the remote Git repository 01:52:14 #73 DONE 14.6s 01:52:14 01:52:14 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:52:14 #0 1.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #0 1.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #0 1.939 OK: 10 MiB in 17 packages 01:52:14 #80 DONE 2.8s 01:52:14 01:52:14 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:52:14 #0 1.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #0 1.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #0 1.946 OK: 8 MiB in 15 packages 01:52:14 #81 DONE 2.8s 01:52:14 01:52:14 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:52:14 #63 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #63 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #63 13.45 v3.20.7-12-g405451b46f6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:52:14 #63 13.45 v3.20.7-10-geee029c63f9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:52:14 #63 13.45 OK: 24177 distinct packages available 01:52:14 #63 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #63 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #63 13.96 OK: 248 MiB in 58 packages 01:52:14 #63 DONE 14.7s 01:52:14 01:52:14 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:52:14 #0 2.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #0 2.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #0 2.492 OK: 19 MiB in 18 packages 01:52:14 #82 DONE 2.8s 01:52:14 01:52:14 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:52:14 #83 DONE 0.8s 01:52:14 01:52:14 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:52:14 #84 DONE 0.1s 01:52:14 01:52:14 #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:52:14 #71 2.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #71 ... 01:52:14 01:52:14 #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:52:14 #85 DONE 0.1s 01:52:14 01:52:14 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:52:14 #86 DONE 0.1s 01:52:14 01:52:14 #87 [security-spire-config stage-2 6/10] COPY security.txt / 01:52:14 #87 DONE 0.0s 01:52:14 01:52:14 #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:52:14 #88 DONE 0.1s 01:52:14 01:52:14 #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:52:14 #71 2.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:52:14 > git init /w/workspace/edgex-go/875 # timeout=10 01:52:14 #71 ... 01:52:14 01:52:14 #89 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:52:14 #89 DONE 0.1s 01:52:14 01:52:14 #90 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:52:14 #90 DONE 0.1s 01:52:14 01:52:14 #91 [security-spire-config] exporting to image 01:52:14 #91 exporting layers 01:52:14 #91 ... 01:52:14 01:52:14 #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:52:14 #0 2.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #0 2.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #0 3.208 OK: 8 MiB in 16 packages 01:52:14 #92 DONE 3.4s 01:52:14 01:52:14 #93 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:52:14 #0 2.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #0 2.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #0 3.280 OK: 8 MiB in 15 packages 01:52:14 #93 DONE 3.4s 01:52:14 01:52:14 #94 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:52:14 #0 2.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:14 #0 2.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:14 #0 3.289 OK: 12 MiB in 21 packages 01:52:14 #94 DONE 3.5s 01:52:14 01:52:14 #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:52:14 #71 3.278 OK: 19 MiB in 18 packages 01:52:14 #71 DONE 3.5s 01:52:15 01:52:15 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:52:15 #0 2.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:15 #0 3.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:15 #0 3.513 OK: 13 MiB in 28 packages 01:52:15 #95 DONE 3.6s 01:52:15 01:52:15 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:52:15 #96 ... 01:52:15 01:52:15 #91 [security-spire-config] exporting to image 01:52:15 #91 exporting layers 0.6s done 01:52:15 #91 writing image sha256:583e9e69d2647d1bb9174c7d413b06a5b22996396b9309eed22ae3817ee7f48c done 01:52:15 #91 naming to docker.io/library/security-spire-config done 01:52:15 #91 DONE 0.7s 01:52:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:52:14 > git --version # timeout=10 01:52:14 > git --version # 'git version 2.25.1' 01:52:14 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:15 01:52:15 #97 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:52:15 #97 ... 01:52:15 01:52:15 #98 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:52:15 #0 2.900 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:15 #0 3.394 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:15 #0 4.195 OK: 248 MiB in 58 packages 01:52:15 #98 DONE 4.3s 01:52:15 01:52:15 #99 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:52:15 #99 DONE 0.0s 01:52:15 01:52:15 #97 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:52:15 #97 1.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:16 #97 ... 01:52:16 01:52:16 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:52:16 #96 DONE 1.2s 01:52:16 01:52:16 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:52:16 #100 DONE 0.0s 01:52:16 01:52:16 #97 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:52:16 #97 1.803 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:16 #97 2.089 OK: 9 MiB in 19 packages 01:52:16 #97 DONE 2.2s 01:52:16 01:52:16 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:52:17 #101 DONE 0.8s 01:52:17 01:52:17 #102 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:52:17 #0 1.564 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:52:17 #0 4.503 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:52:17 #0 5.232 (1/1) Installing dumb-init (1.2.5-r3) 01:52:17 #0 5.559 Executing busybox-1.36.1-r29.trigger 01:52:17 #0 5.581 OK: 8 MiB in 15 packages 01:52:17 #102 DONE 5.9s 01:52:17 01:52:17 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:52:17 #103 DONE 0.8s 01:52:17 01:52:17 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:52:17 #104 DONE 0.0s 01:52:17 01:52:17 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:52:18 #105 DONE 0.7s 01:52:18 01:52:18 #106 [security-spire-server stage-2 6/9] COPY security.txt / 01:52:18 #106 DONE 0.6s 01:52:18 01:52:18 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:52:18 #107 DONE 0.0s 01:52:18 01:52:18 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:52:18 #108 DONE 0.0s 01:52:18 01:52:18 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:52:18 #109 DONE 0.0s 01:52:18 01:52:18 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 01:52:18 #110 DONE 0.0s 01:52:18 01:52:18 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:52:18 #111 DONE 0.0s 01:52:18 01:52:18 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:52:18 #112 DONE 0.0s 01:52:18 01:52:18 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:52:18 #113 DONE 0.0s 01:52:18 01:52:18 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:52:18 #114 DONE 0.0s 01:52:18 01:52:18 #115 [security-spire-server] exporting to image 01:52:18 #115 exporting layers 0.4s done 01:52:18 #115 writing image sha256:ba32fe6cccec3da58133880cfd99f4c3393de836c23890b57b930921e79bc534 done 01:52:18 #115 naming to docker.io/library/security-spire-server done 01:52:18 #115 DONE 0.5s 01:52:18 01:52:18 #116 [security-spire-agent] exporting to image 01:52:18 #116 exporting layers 0.4s done 01:52:18 #116 writing image sha256:37a10df86cb4af2f11337b61f5a765175e272e09e50b0cb1a08eaad20330239e done 01:52:18 #116 naming to docker.io/library/security-spire-agent done 01:52:18 #116 DONE 0.4s 01:52:18 01:52:18 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:22 #117 ... 01:52:22 01:52:22 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:22 #118 ... 01:52:22 01:52:22 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:22 #119 ... 01:52:22 01:52:22 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:52:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:33 Avoid second fetch 01:52:33 Checking out Revision 79e201fa8481d96c2e3941a52db52a24d107e5bf (main) 01:52:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5209)" 01:52:33 > git config core.sparsecheckout # timeout=10 01:52:33 > git checkout -f 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:52:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:52:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:52:39 Dload Upload Total Spent Left Speed 01:52:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 73 0 --:--:-- --:--:-- --:--:-- 73 [Pipeline] sh 01:52:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:52:40 + sudo tee /etc/docker/daemon.new 01:52:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:52:40 { 01:52:40 "registry-mirrors": [ 01:52:40 "https://nexus3.edgexfoundry.org:10001" 01:52:40 ], 01:52:40 "bip": "10.250.0.254/24", 01:52:40 "hosts": [ 01:52:40 "tcp://0.0.0.0:5555", 01:52:40 "unix:///var/run/docker.sock" 01:52:40 ], 01:52:40 "mtu": 1458, 01:52:40 "selinux-enabled": true, 01:52:40 "seccomp-profile": "/etc/docker/seccomp.json" 01:52:40 } [Pipeline] sh 01:52:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:52:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:52:59 provisioning config files... 01:52:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/875@tmp/config21507384008990589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:52:59 ---> ****-login.sh 01:52:59 nexus3.edgexfoundry.org:10001 01:52:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:00 Configure a credential helper to remove this warning. See 01:53:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:00 01:53:00 Login Succeeded 01:53:00 nexus3.edgexfoundry.org:10002 01:53:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:00 Configure a credential helper to remove this warning. See 01:53:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:00 01:53:00 Login Succeeded 01:53:00 nexus3.edgexfoundry.org:10003 01:53:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:01 Configure a credential helper to remove this warning. See 01:53:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:01 01:53:01 Login Succeeded 01:53:01 nexus3.edgexfoundry.org:10004 01:53:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:01 Configure a credential helper to remove this warning. See 01:53:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:01 01:53:01 Login Succeeded 01:53:01 ****.io 01:53:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:02 Configure a credential helper to remove this warning. See 01:53:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:02 01:53:02 Login Succeeded 01:53:02 ---> ****-login.sh ends [Pipeline] } 01:53:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:53:02 + git config --global --add safe.directory /w/workspace/edgex-go/875 [Pipeline] echo 01:53:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:53:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:53:02 ========================================================= 01:53:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:53:02 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:53:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:53:03 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:53:03 94e9d8af2201: Pulling fs layer 01:53:03 a6c56e8762df: Pulling fs layer 01:53:03 f0f3c8884826: Pulling fs layer 01:53:03 c7e7622c144d: Pulling fs layer 01:53:03 4f4fb700ef54: Pulling fs layer 01:53:03 e8859aadc426: Pulling fs layer 01:53:03 b4813487a9f6: Pulling fs layer 01:53:03 502a3d64fb4b: Pulling fs layer 01:53:03 c7e7622c144d: Waiting 01:53:03 4f4fb700ef54: Waiting 01:53:03 e8859aadc426: Waiting 01:53:03 b4813487a9f6: Waiting 01:53:03 502a3d64fb4b: Waiting 01:53:03 a6c56e8762df: Verifying Checksum 01:53:03 a6c56e8762df: Download complete 01:53:03 c7e7622c144d: Verifying Checksum 01:53:03 c7e7622c144d: Download complete 01:53:03 4f4fb700ef54: Verifying Checksum 01:53:03 4f4fb700ef54: Download complete 01:53:03 e8859aadc426: Verifying Checksum 01:53:03 e8859aadc426: Download complete 01:53:03 94e9d8af2201: Verifying Checksum 01:53:03 94e9d8af2201: Download complete 01:53:04 502a3d64fb4b: Verifying Checksum 01:53:04 502a3d64fb4b: Download complete 01:53:04 94e9d8af2201: Pull complete 01:53:04 a6c56e8762df: Pull complete 01:53:05 f0f3c8884826: Download complete 01:53:06 b4813487a9f6: Verifying Checksum 01:53:06 b4813487a9f6: Download complete 01:53:08 #120 ... 01:53:08 01:53:08 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:08 #119 DONE 50.8s 01:53:08 01:53:08 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:08 #117 DONE 46.7s 01:53:08 01:53:08 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:08 #118 DONE 50.8s 01:53:08 01:53:08 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:08 #78 DONE 49.2s 01:53:08 01:53:08 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:08 #120 DONE 48.1s 01:53:08 01:53:08 #76 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:08 #76 DONE 50.8s 01:53:08 01:53:08 #121 [core-command builder 6/7] COPY . . 01:53:12 #121 ... 01:53:12 01:53:12 #122 [security-proxy-setup builder 6/7] COPY . . 01:53:12 #122 ... 01:53:12 01:53:12 #123 [support-scheduler builder 6/7] COPY . . 01:53:12 #123 ... 01:53:12 01:53:12 #124 [security-spiffe-token-provider builder 6/7] COPY . . 01:53:12 #124 ... 01:53:12 01:53:12 #125 [core-keeper builder 7/8] COPY . . 01:53:13 #125 ... 01:53:13 01:53:13 #126 [support-notifications builder 6/7] COPY . . 01:53:15 #126 DONE 12.7s 01:53:15 01:53:15 #123 [support-scheduler builder 6/7] COPY . . 01:53:15 #123 DONE 12.6s 01:53:15 01:53:15 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:53:15 #127 CACHED 01:53:15 01:53:15 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:15 #128 CACHED 01:53:15 01:53:15 #129 [security-bootstrapper builder 6/7] COPY . . 01:53:15 #129 CACHED 01:53:15 01:53:15 #122 [security-proxy-setup builder 6/7] COPY . . 01:53:15 #122 DONE 12.6s 01:53:15 01:53:15 #125 [core-keeper builder 7/8] COPY . . 01:53:15 #125 DONE 12.6s 01:53:15 01:53:15 #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:15 #130 CACHED 01:53:15 01:53:15 #131 [security-secretstore-setup builder 6/7] COPY . . 01:53:15 #131 CACHED 01:53:15 01:53:15 #132 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:53:15 #132 CACHED 01:53:15 01:53:15 #121 [core-metadata builder 6/7] COPY . . 01:53:15 #121 DONE 12.6s 01:53:15 01:53:15 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:53:15 #133 CACHED 01:53:15 01:53:15 #134 [security-proxy-auth builder 6/7] COPY . . 01:53:15 #134 CACHED 01:53:15 01:53:15 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:15 #135 CACHED 01:53:15 01:53:15 #136 [core-metadata builder 6/7] COPY . . 01:53:15 #136 CACHED 01:53:15 01:53:15 #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:15 #137 CACHED 01:53:15 01:53:15 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:53:15 #138 CACHED 01:53:15 01:53:15 #124 [security-spiffe-token-provider builder 6/7] COPY . . 01:53:15 #124 DONE 12.6s 01:53:15 01:53:15 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:53:15 #139 CACHED 01:53:15 01:53:15 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 01:53:15 #140 CACHED 01:53:15 01:53:15 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:15 #141 CACHED 01:53:15 01:53:15 #142 [core-command builder 6/7] COPY . . 01:53:15 #142 CACHED 01:53:15 01:53:15 #143 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:15 #143 CACHED 01:53:15 01:53:15 #144 [core-command builder 4/7] COPY go.mod vendor* ./ 01:53:15 #144 CACHED 01:53:15 01:53:15 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:53:16 #145 1.011 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:53:21 f0f3c8884826: Pull complete 01:53:21 c7e7622c144d: Pull complete 01:53:21 4f4fb700ef54: Pull complete 01:53:21 e8859aadc426: Pull complete 01:53:26 #145 ... 01:53:26 01:53:26 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:53:26 #0 1.032 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:53:26 #146 ... 01:53:26 01:53:26 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:53:26 #0 0.644 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:53:26 #147 ... 01:53:26 01:53:26 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:53:26 #0 1.028 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:53:26 #148 ... 01:53:26 01:53:26 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:53:26 #0 0.594 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:53:26 #149 ... 01:53:26 01:53:26 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:53:26 #0 0.953 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:53:26 #150 ... 01:53:26 01:53:26 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:53:26 #0 0.621 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:53:26 #151 ... 01:53:26 01:53:26 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:53:26 #0 1.034 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:53:26 #152 ... 01:53:26 01:53:26 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:53:26 #0 0.518 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:53:26 #153 ... 01:53:26 01:53:26 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:53:26 #0 0.997 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:53:26 #154 ... 01:53:26 01:53:26 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:53:26 #0 1.024 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:53:26 #155 ... 01:53:26 01:53:26 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:53:26 #0 0.521 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:53:27 b4813487a9f6: Pull complete 01:53:29 502a3d64fb4b: Pull complete 01:53:29 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:53:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:53:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:53:29 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:53:29 WORKDIR /edgex 01:53:29 COPY go.mod . 01:53:29 RUN go mod download -t 01:53:29 ci-base-image-arm64 -f - . 01:53:30 Sending build context to Docker daemon 3.708MB 01:53:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:53:30 ---> 3bb21d53e231 01:53:30 Step 2/4 : WORKDIR /edgex 01:53:32 ---> Running in 88930fc96fdd 01:53:32 Removing intermediate container 88930fc96fdd 01:53:32 ---> d1441d460198 01:53:32 Step 3/4 : COPY go.mod . 01:53:33 ---> 5051253f9e00 01:53:33 Step 4/4 : RUN go mod download 01:53:33 ---> Running in 152e60353aa7 01:53:33 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:53:34 01:53:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:53:34 arm64: Pulling from edgex-lftools-log-publisher 01:53:34 8998bd30e6a1: Pulling fs layer 01:53:34 04944245beec: Pulling fs layer 01:53:34 699f458cf7ca: Pulling fs layer 01:53:34 765212b225bb: Pulling fs layer 01:53:34 f23df028b6ca: Pulling fs layer 01:53:34 d65c8cfc05b1: Pulling fs layer 01:53:34 2437ff75d9bd: Pulling fs layer 01:53:34 f23df028b6ca: Waiting 01:53:34 d65c8cfc05b1: Waiting 01:53:34 2437ff75d9bd: Waiting 01:53:34 765212b225bb: Waiting 01:53:34 04944245beec: Verifying Checksum 01:53:34 04944245beec: Download complete 01:53:34 765212b225bb: Verifying Checksum 01:53:34 765212b225bb: Download complete 01:53:34 f23df028b6ca: Verifying Checksum 01:53:34 f23df028b6ca: Download complete 01:53:34 d65c8cfc05b1: Verifying Checksum 01:53:34 d65c8cfc05b1: Download complete 01:53:34 699f458cf7ca: Verifying Checksum 01:53:34 699f458cf7ca: Download complete 01:53:35 8998bd30e6a1: Download complete 01:53:37 2437ff75d9bd: Verifying Checksum 01:53:37 2437ff75d9bd: Download complete 01:53:39 8998bd30e6a1: Pull complete 01:53:40 04944245beec: Pull complete 01:53:42 699f458cf7ca: Pull complete 01:53:42 765212b225bb: Pull complete 01:53:43 f23df028b6ca: Pull complete 01:53:43 d65c8cfc05b1: Pull complete 01:54:01 2437ff75d9bd: Pull complete 01:54:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:54:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:02 prd-ubuntu20.04-docker-arm64-4c-16g-5646 does not seem to be running inside a container 01:54:02 $ 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/875 -v /w/workspace/edgex-go/875:/w/workspace/edgex-go/875:rw,z -v /w/workspace/edgex-go/875@tmp:/w/workspace/edgex-go/875@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 01:54:04 $ docker top e83e38ea0fe5e71617fa8b594d1fdc01eb57b853a925357f09c2c1ed6617fdf3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:54:05 ---> job-cost.sh 01:54:05 lf-activate-venv: SKIPPING 01:54:05 INFO: No Stack... 01:54:05 INFO: Retrieving Pricing Info for: v3-standard-4 01:54:06 INFO: Archiving Costs [Pipeline] sh 01:54:07 + cat /w/workspace/edgex-go/875/archives/cost.csv 01:54:07 + cut -d, -f6 [Pipeline] lock 01:54:07 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-875-stack-cost] 01:54:07 Resource [jenkins-edgexfoundry-edgex-go-main-875-stack-cost] did not exist. Created. 01:54:07 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-875-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:54:08 + echo total: 0.10999999940395355 [Pipeline] stash 01:54:08 Stashed 1 file(s) [Pipeline] } 01:54:08 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-875-stack-cost] [Pipeline] // lock [Pipeline] } 01:54:08 $ docker stop --time=1 e83e38ea0fe5e71617fa8b594d1fdc01eb57b853a925357f09c2c1ed6617fdf3 01:54:10 $ docker rm -f --volumes e83e38ea0fe5e71617fa8b594d1fdc01eb57b853a925357f09c2c1ed6617fdf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:54:10 Failed in branch arm64 01:55:18 #156 ... 01:55:18 01:55:18 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:55:18 #147 DONE 117.3s 01:55:18 01:55:18 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:55:34 #152 ... 01:55:34 01:55:34 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:55:34 #146 DONE 138.5s 01:55:34 01:55:34 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:55:41 #157 ... 01:55:41 01:55:41 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:55:41 #156 146.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:55:49 #156 ... 01:55:49 01:55:49 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:55:49 #150 DONE 153.8s 01:55:49 01:55:49 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:55:49 #154 DONE 153.8s 01:55:49 01:55:49 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:55:49 #156 DONE 153.8s 01:55:49 01:55:49 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:55:49 #151 DONE 153.8s 01:55:49 01:55:49 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:55:49 #153 DONE 153.9s 01:55:49 01:55:49 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:55:49 #149 DONE 153.8s 01:55:49 01:55:49 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:55:49 #155 DONE 153.9s 01:55:49 01:55:49 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:55:49 #157 DONE 15.4s 01:55:49 01:55:49 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:55:49 #158 ... 01:55:49 01:55:49 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:55:49 #152 DONE 153.9s 01:55:49 01:55:49 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:55:49 #148 DONE 154.0s 01:55:49 01:55:49 #159 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #159 DONE 0.3s 01:55:49 01:55:49 #160 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #160 DONE 0.3s 01:55:49 01:55:49 #161 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:55:49 #161 DONE 0.1s 01:55:49 01:55:49 #162 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #162 DONE 0.2s 01:55:49 01:55:49 #163 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #163 DONE 0.1s 01:55:49 01:55:49 #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #164 DONE 0.2s 01:55:49 01:55:49 #165 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #165 DONE 0.2s 01:55:49 01:55:49 #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #166 DONE 0.2s 01:55:49 01:55:49 #167 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:55:49 #167 CACHED 01:55:49 01:55:49 #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #168 CACHED 01:55:49 01:55:49 #169 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:55:49 #169 CACHED 01:55:49 01:55:49 #170 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #170 CACHED 01:55:49 01:55:49 #171 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:55:49 #171 CACHED 01:55:49 01:55:49 #172 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:55:49 #172 CACHED 01:55:49 01:55:49 #173 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:55:50 #173 ... 01:55:50 01:55:50 #174 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:55:50 #174 DONE 0.7s 01:55:50 01:55:50 #175 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:55:50 #175 DONE 0.7s 01:55:50 01:55:50 #176 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:55:50 #176 DONE 0.7s 01:55:50 01:55:50 #177 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:55:50 #177 ... 01:55:50 01:55:50 #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:55:50 #178 DONE 0.9s 01:55:50 01:55:50 #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:55:50 #179 DONE 1.2s 01:55:50 01:55:50 #180 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:55:50 #180 ... 01:55:50 01:55:50 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:55:50 #181 DONE 1.3s 01:55:50 01:55:50 #173 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:55:50 #173 DONE 1.3s 01:55:50 01:55:50 #182 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:55:50 #182 DONE 1.3s 01:55:51 01:55:51 #183 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:55:51 #183 DONE 1.3s 01:55:51 01:55:51 #184 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:55:51 #184 DONE 1.3s 01:55:51 01:55:51 #185 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:55:51 #185 ... 01:55:51 01:55:51 #186 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:55:51 #186 DONE 1.2s 01:55:51 01:55:51 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:55:51 #158 DONE 2.3s 01:55:51 01:55:51 #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:55:51 #187 ... 01:55:51 01:55:51 #177 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:55:51 #177 DONE 1.4s 01:55:51 01:55:51 #180 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:55:51 #180 DONE 1.5s 01:55:51 01:55:51 #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:55:51 #188 DONE 0.9s 01:55:51 01:55:51 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:55:51 #145 DONE 156.3s 01:55:51 01:55:51 #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:55:51 #189 DONE 0.8s 01:55:51 01:55:51 #190 [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 01:55:51 #190 DONE 0.9s 01:55:51 01:55:51 #191 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:55:51 #191 DONE 0.8s 01:55:51 01:55:51 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:55:51 #192 DONE 0.8s 01:55:51 01:55:51 #185 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:55:51 #185 DONE 0.8s 01:55:51 01:55:51 #193 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:55:51 #193 DONE 0.8s 01:55:51 01:55:51 #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:55:51 #187 DONE 0.3s 01:55:51 01:55:51 #194 [core-command] exporting to image 01:55:51 #194 exporting layers 01:55:51 #194 ... 01:55:51 01:55:51 #195 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:55:51 #195 DONE 0.2s 01:55:51 01:55:51 #196 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:55:51 #196 DONE 0.2s 01:55:51 01:55:51 #197 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:55:51 #197 DONE 0.2s 01:55:51 01:55:51 #198 [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 01:55:51 #198 DONE 0.2s 01:55:51 01:55:51 #199 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:55:51 #199 DONE 0.2s 01:55:51 01:55:51 #200 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:55:51 #200 DONE 0.2s 01:55:51 01:55:51 #194 [core-command] exporting to image 01:55:51 #194 exporting layers 0.1s done 01:55:51 #194 ... 01:55:51 01:55:51 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:55:51 #201 DONE 0.2s 01:55:51 01:55:51 #202 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:55:51 #202 DONE 0.2s 01:55:51 01:55:51 #203 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:55:51 #203 DONE 0.2s 01:55:51 01:55:51 #204 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:55:51 #204 DONE 0.2s 01:55:51 01:55:51 #205 [core-metadata] exporting to image 01:55:52 #205 ... 01:55:52 01:55:52 #206 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:55:52 #206 DONE 0.4s 01:55:52 01:55:52 #207 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:55:52 #207 DONE 0.4s 01:55:52 01:55:52 #208 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:55:52 #208 DONE 0.3s 01:55:52 01:55:52 #205 [core-metadata] exporting to image 01:55:52 #205 exporting layers 0.4s done 01:55:52 #205 ... 01:55:52 01:55:52 #209 [core-keeper] exporting to image 01:55:52 #209 exporting layers 0.2s done 01:55:52 #209 writing image sha256:348442aacc8b250f5a7fa19b9af537cab200083aef33a5630d57bebadee54c4f 0.0s done 01:55:52 #209 naming to docker.io/library/core-keeper done 01:55:52 #209 DONE 0.9s 01:55:52 01:55:52 #210 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:55:52 #210 DONE 0.4s 01:55:52 01:55:52 #205 [core-metadata] exporting to image 01:55:52 #205 writing image sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a 01:55:52 #205 ... 01:55:52 01:55:52 #211 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:55:52 #211 DONE 0.6s 01:55:52 01:55:52 #212 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:55:52 #212 DONE 0.6s 01:55:52 01:55:52 #194 [core-command] exporting to image 01:55:52 #194 writing image sha256:5bd92fb01372be01dfc5aa6a323380ffa6287a134b5ba84e6ec6ad965195f600 0.4s done 01:55:52 #194 naming to docker.io/library/core-command done 01:55:52 #194 DONE 1.2s 01:55:52 01:55:52 #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:55:52 #213 DONE 0.6s 01:55:52 01:55:52 #214 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:55:52 #214 DONE 1.0s 01:55:52 01:55:52 #215 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:55:52 #215 DONE 1.0s 01:55:52 01:55:52 #216 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:55:52 #216 DONE 0.5s 01:55:52 01:55:52 #205 [core-metadata] exporting to image 01:55:52 #205 writing image sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a 0.4s done 01:55:52 #205 naming to docker.io/library/core-metadata 0.0s done 01:55:52 #205 DONE 1.0s 01:55:52 01:55:52 #217 [security-spiffe-token-provider] exporting to image 01:55:52 #217 exporting layers 0.6s done 01:55:52 #217 writing image sha256:ffa21d4686c5f009e0b1f49ef8085e2a85601e025077f7dd9daddcf2c9873999 0.4s done 01:55:52 #217 naming to docker.io/library/security-spiffe-token-provider 0.0s done 01:55:52 #217 DONE 1.1s 01:55:52 01:55:52 #218 [core-data] exporting to image 01:55:52 #218 exporting layers 0.1s done 01:55:52 #218 writing image sha256:4821eb34c5f38b533f85864088a52dc6bc190c455916c77f09cf48038b12e1cf 0.4s done 01:55:52 #218 naming to docker.io/library/core-data 0.0s done 01:55:52 #218 DONE 1.1s 01:55:52 01:55:52 #219 [support-scheduler] exporting to image 01:55:52 #219 exporting layers 1.0s done 01:55:52 #219 writing image sha256:679fa0f68e82177adbc17bb5a0b515c2186ce2de35a49911d6de402170ca57a5 done 01:55:52 #219 naming to docker.io/library/support-scheduler done 01:55:52 #219 DONE 1.1s 01:55:52 01:55:52 #220 [security-proxy-auth] exporting to image 01:55:53 #220 ... 01:55:53 01:55:53 #221 [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/ 01:55:53 #221 DONE 1.1s 01:55:53 01:55:53 #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:55:53 #222 DONE 1.2s 01:55:53 01:55:53 #223 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:55:53 #223 DONE 1.2s 01:55:53 01:55:53 #220 [security-proxy-auth] exporting to image 01:55:53 #220 exporting layers 1.1s done 01:55:54 #220 writing image sha256:c5ec5090622e557ec2fbca603d64d28607171f63aa66a30bb4a7b6863d68d569 done 01:55:54 #220 naming to docker.io/library/security-proxy-auth done 01:55:54 #220 DONE 1.2s 01:55:54 01:55:54 #224 [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/ 01:55:54 #224 DONE 0.1s 01:55:54 01:55:54 #225 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:55:54 #225 DONE 0.1s 01:55:54 01:55:54 #226 [core-common-config-bootstrapper] exporting to image 01:55:54 #226 exporting layers 0.5s done 01:55:54 #226 writing image sha256:89fc60af8e13b37b006d67dacaf8bbc641e6fe60dd5488f3a90f25ae34f8a373 done 01:55:54 #226 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 01:55:54 #226 DONE 1.2s 01:55:54 01:55:54 #227 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:55:54 #227 DONE 1.3s 01:55:54 01:55:54 #228 [security-proxy-setup] exporting to image 01:55:54 #228 ... 01:55:54 01:55:54 #229 [support-notifications] exporting to image 01:55:54 #229 exporting layers 0.2s done 01:55:54 #229 writing image sha256:df53d7952b6d959268819282930ace1c3931f44ecba6c14c6d67906fae32648b done 01:55:54 #229 naming to docker.io/library/support-notifications 0.0s done 01:55:54 #229 DONE 0.2s 01:55:54 01:55:54 #230 [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/ 01:55:54 #230 DONE 0.1s 01:55:54 01:55:54 #231 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:55:54 #231 DONE 0.1s 01:55:54 01:55:54 #228 [security-proxy-setup] exporting to image 01:55:54 #228 exporting layers 0.2s done 01:55:54 #228 writing image sha256:783c03c0ec848a97e7bae7bfcaf920e739622f186a4660b430228f5a6c6bb482 done 01:55:54 #228 naming to docker.io/library/security-proxy-setup done 01:55:54 #228 DONE 0.2s 01:55:54 01:55:54 #232 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:55:54 #232 ... 01:55:54 01:55:54 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:55:54 #233 DONE 0.4s 01:55:54 01:55:54 #232 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:55:54 #232 DONE 0.4s 01:55:54 01:55:54 #234 [security-secretstore-setup] exporting to image 01:55:54 #234 exporting layers 0.2s done 01:55:54 #234 writing image sha256:7c5a5d0541b350d69d89d070d05d025787a516d8d786a6f34a9491b88c3b96a3 done 01:55:54 #234 naming to docker.io/library/security-secretstore-setup done 01:55:54 #234 DONE 0.2s 01:55:54 01:55:54 #235 [security-bootstrapper] exporting to image 01:55:54 #235 exporting layers 0.2s done 01:55:54 #235 writing image sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c done 01:55:54 #235 naming to docker.io/library/security-bootstrapper done 01:55:54 #235 DONE 0.2s 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:55:54 time="2025-07-24T01:51:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:55:54 $ docker stop --time=1 41df13cd77faa2d2470238f5e5ea880a528ff635c35ee5664e8a0ab5b6ff7881 01:55:56 $ docker rm -f --volumes 41df13cd77faa2d2470238f5e5ea880a528ff635c35ee5664e8a0ab5b6ff7881 [Pipeline] // withDockerContainer [Pipeline] sh 01:55:56 + docker images 01:55:56 REPOSITORY TAG IMAGE ID CREATED SIZE 01:55:56 security-bootstrapper latest c9f2a09f2cbb 2 seconds ago 20.4MB 01:55:56 security-secretstore-setup latest 7c5a5d0541b3 2 seconds ago 68.9MB 01:55:56 security-proxy-setup latest 783c03c0ec84 3 seconds ago 38.6MB 01:55:56 support-notifications latest df53d7952b6d 3 seconds ago 52.3MB 01:55:56 core-common-config-bootstrapper latest 89fc60af8e13 4 seconds ago 17.1MB 01:55:56 security-proxy-auth latest c5ec5090622e 4 seconds ago 31.9MB 01:55:56 support-scheduler latest 679fa0f68e82 5 seconds ago 48.7MB 01:55:56 core-command latest 5bd92fb01372 5 seconds ago 28.5MB 01:55:56 core-metadata latest 7cc746f56672 5 seconds ago 33.2MB 01:55:56 core-data latest 4821eb34c5f3 5 seconds ago 33MB 01:55:56 security-spiffe-token-provider latest ffa21d4686c5 5 seconds ago 47.5MB 01:55:56 core-keeper latest 348442aacc8b 6 seconds ago 32.6MB 01:55:56 security-spire-server latest ba32fe6cccec 3 minutes ago 149MB 01:55:56 security-spire-agent latest 37a10df86cb4 3 minutes ago 195MB 01:55:56 security-spire-config latest 583e9e69d264 3 minutes ago 149MB 01:55:56 ci-base-image-x86_64 latest f5b9b26b1dbb 7 minutes ago 924MB 01:55:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 weeks ago 574MB 01:55:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 8 weeks ago 573MB 01:55:56 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 01:55:56 provisioning config files... 01:55:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/875@tmp/config17136204898924163196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:55:56 ---> ****-login.sh 01:55:56 nexus3.edgexfoundry.org:10001 01:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:56 Login Succeeded 01:55:56 nexus3.edgexfoundry.org:10002 01:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:56 Login Succeeded 01:55:56 nexus3.edgexfoundry.org:10003 01:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:57 Login Succeeded 01:55:57 nexus3.edgexfoundry.org:10004 01:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:57 Login Succeeded 01:55:57 ****.io 01:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:55:57 Login Succeeded 01:55:57 ---> ****-login.sh ends [Pipeline] } 01:55:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:55:57 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:55:57 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:55:57 latest 01:55:57 4.1.0-dev.42 01:55:57 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:55:57 main 01:55:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:58 + docker push nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:55:58 097eaf82f9e6: Preparing 01:55:58 8120e2c90992: Preparing 01:55:58 548690317d54: Preparing 01:55:58 76b9d5a76082: Preparing 01:55:58 be08637f8b4f: Preparing 01:55:58 59580262d586: Preparing 01:55:58 097100c76c15: Preparing 01:55:58 59580262d586: Waiting 01:55:58 097100c76c15: Waiting 01:55:58 097eaf82f9e6: Pushed 01:55:58 548690317d54: Pushed 01:55:58 be08637f8b4f: Pushed 01:55:58 76b9d5a76082: Pushed 01:55:58 097100c76c15: Layer already exists 01:55:58 59580262d586: Pushed 01:56:00 8120e2c90992: Pushed 01:56:00 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:01 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:01 097eaf82f9e6: Preparing 01:56:01 8120e2c90992: Preparing 01:56:01 548690317d54: Preparing 01:56:01 76b9d5a76082: Preparing 01:56:01 be08637f8b4f: Preparing 01:56:01 59580262d586: Preparing 01:56:01 097100c76c15: Preparing 01:56:01 59580262d586: Waiting 01:56:01 097100c76c15: Waiting 01:56:01 8120e2c90992: Layer already exists 01:56:01 548690317d54: Layer already exists 01:56:01 097eaf82f9e6: Layer already exists 01:56:01 be08637f8b4f: Layer already exists 01:56:01 76b9d5a76082: Layer already exists 01:56:01 097100c76c15: Layer already exists 01:56:01 59580262d586: Layer already exists 01:56:01 latest: digest: sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:01 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:01 097eaf82f9e6: Preparing 01:56:01 8120e2c90992: Preparing 01:56:01 548690317d54: Preparing 01:56:01 76b9d5a76082: Preparing 01:56:01 be08637f8b4f: Preparing 01:56:01 59580262d586: Preparing 01:56:01 097100c76c15: Preparing 01:56:01 59580262d586: Waiting 01:56:01 097100c76c15: Waiting 01:56:01 8120e2c90992: Layer already exists 01:56:01 76b9d5a76082: Layer already exists 01:56:01 548690317d54: Layer already exists 01:56:01 097eaf82f9e6: Layer already exists 01:56:01 be08637f8b4f: Layer already exists 01:56:01 59580262d586: Layer already exists 01:56:01 097100c76c15: Layer already exists 01:56:01 4.1.0-dev.42: digest: sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:02 + docker push nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:02 097eaf82f9e6: Preparing 01:56:02 8120e2c90992: Preparing 01:56:02 548690317d54: Preparing 01:56:02 76b9d5a76082: Preparing 01:56:02 be08637f8b4f: Preparing 01:56:02 59580262d586: Preparing 01:56:02 097100c76c15: Preparing 01:56:02 59580262d586: Waiting 01:56:02 097100c76c15: Waiting 01:56:02 097eaf82f9e6: Layer already exists 01:56:02 76b9d5a76082: Layer already exists 01:56:02 548690317d54: Layer already exists 01:56:02 8120e2c90992: Layer already exists 01:56:02 be08637f8b4f: Layer already exists 01:56:02 097100c76c15: Layer already exists 01:56:02 59580262d586: Layer already exists 01:56:02 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:02 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:02 097eaf82f9e6: Preparing 01:56:02 8120e2c90992: Preparing 01:56:02 548690317d54: Preparing 01:56:02 76b9d5a76082: Preparing 01:56:02 be08637f8b4f: Preparing 01:56:02 59580262d586: Preparing 01:56:02 097100c76c15: Preparing 01:56:02 097100c76c15: Waiting 01:56:02 59580262d586: Waiting 01:56:02 be08637f8b4f: Layer already exists 01:56:02 8120e2c90992: Layer already exists 01:56:02 548690317d54: Layer already exists 01:56:02 097eaf82f9e6: Layer already exists 01:56:02 76b9d5a76082: Layer already exists 01:56:02 59580262d586: Layer already exists 01:56:02 097100c76c15: Layer already exists 01:56:02 main: digest: sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:03 ===================================================== [Pipeline] echo 01:56:03 taggedImages: 01:56:03 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:03 - nexus3.edgexfoundry.org:10004/core-command:latest 01:56:03 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:56:03 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:03 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:56:03 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:56:03 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:03 latest 01:56:03 4.1.0-dev.42 01:56:03 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:03 main 01:56:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:03 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:03 32e5b7877015: Preparing 01:56:03 27c1062f9230: Preparing 01:56:03 6c85d4a71bc5: Preparing 01:56:03 d0cf709c5232: Preparing 01:56:03 548690317d54: Preparing 01:56:03 76b9d5a76082: Preparing 01:56:03 be08637f8b4f: Preparing 01:56:03 59580262d586: Preparing 01:56:03 097100c76c15: Preparing 01:56:03 be08637f8b4f: Waiting 01:56:03 59580262d586: Waiting 01:56:03 76b9d5a76082: Waiting 01:56:03 097100c76c15: Waiting 01:56:03 548690317d54: Layer already exists 01:56:03 76b9d5a76082: Layer already exists 01:56:03 be08637f8b4f: Layer already exists 01:56:03 59580262d586: Layer already exists 01:56:03 097100c76c15: Layer already exists 01:56:03 27c1062f9230: Pushed 01:56:03 32e5b7877015: Pushed 01:56:03 6c85d4a71bc5: Pushed 01:56:04 d0cf709c5232: Pushed 01:56:04 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:05 + 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 01:56:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:05 32e5b7877015: Preparing 01:56:05 27c1062f9230: Preparing 01:56:05 6c85d4a71bc5: Preparing 01:56:05 d0cf709c5232: Preparing 01:56:05 548690317d54: Preparing 01:56:05 76b9d5a76082: Preparing 01:56:05 be08637f8b4f: Preparing 01:56:05 59580262d586: Preparing 01:56:05 097100c76c15: Preparing 01:56:05 76b9d5a76082: Waiting 01:56:05 be08637f8b4f: Waiting 01:56:05 59580262d586: Waiting 01:56:05 097100c76c15: Waiting 01:56:05 32e5b7877015: Layer already exists 01:56:05 548690317d54: Layer already exists 01:56:05 6c85d4a71bc5: Layer already exists 01:56:05 27c1062f9230: Layer already exists 01:56:05 d0cf709c5232: Layer already exists 01:56:05 be08637f8b4f: Layer already exists 01:56:05 76b9d5a76082: Layer already exists 01:56:05 097100c76c15: Layer already exists 01:56:05 59580262d586: Layer already exists 01:56:05 latest: digest: sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:06 32e5b7877015: Preparing 01:56:06 27c1062f9230: Preparing 01:56:06 6c85d4a71bc5: Preparing 01:56:06 d0cf709c5232: Preparing 01:56:06 548690317d54: Preparing 01:56:06 76b9d5a76082: Preparing 01:56:06 be08637f8b4f: Preparing 01:56:06 59580262d586: Preparing 01:56:06 097100c76c15: Preparing 01:56:06 76b9d5a76082: Waiting 01:56:06 be08637f8b4f: Waiting 01:56:06 59580262d586: Waiting 01:56:06 097100c76c15: Waiting 01:56:06 6c85d4a71bc5: Layer already exists 01:56:06 548690317d54: Layer already exists 01:56:06 32e5b7877015: Layer already exists 01:56:06 d0cf709c5232: Layer already exists 01:56:06 27c1062f9230: Layer already exists 01:56:06 be08637f8b4f: Layer already exists 01:56:06 76b9d5a76082: Layer already exists 01:56:06 097100c76c15: Layer already exists 01:56:06 59580262d586: Layer already exists 01:56:06 4.1.0-dev.42: digest: sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:07 32e5b7877015: Preparing 01:56:07 27c1062f9230: Preparing 01:56:07 6c85d4a71bc5: Preparing 01:56:07 d0cf709c5232: Preparing 01:56:07 548690317d54: Preparing 01:56:07 76b9d5a76082: Preparing 01:56:07 be08637f8b4f: Preparing 01:56:07 59580262d586: Preparing 01:56:07 097100c76c15: Preparing 01:56:07 76b9d5a76082: Waiting 01:56:07 097100c76c15: Waiting 01:56:07 be08637f8b4f: Waiting 01:56:07 59580262d586: Waiting 01:56:07 32e5b7877015: Layer already exists 01:56:07 548690317d54: Layer already exists 01:56:07 6c85d4a71bc5: Layer already exists 01:56:07 27c1062f9230: Layer already exists 01:56:07 d0cf709c5232: Layer already exists 01:56:07 76b9d5a76082: Layer already exists 01:56:07 be08637f8b4f: Layer already exists 01:56:07 59580262d586: Layer already exists 01:56:07 097100c76c15: Layer already exists 01:56:07 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:07 + 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 01:56:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:07 32e5b7877015: Preparing 01:56:07 27c1062f9230: Preparing 01:56:07 6c85d4a71bc5: Preparing 01:56:07 d0cf709c5232: Preparing 01:56:07 548690317d54: Preparing 01:56:07 76b9d5a76082: Preparing 01:56:07 be08637f8b4f: Preparing 01:56:07 59580262d586: Preparing 01:56:07 097100c76c15: Preparing 01:56:07 59580262d586: Waiting 01:56:07 be08637f8b4f: Waiting 01:56:07 097100c76c15: Waiting 01:56:07 76b9d5a76082: Waiting 01:56:07 27c1062f9230: Layer already exists 01:56:07 d0cf709c5232: Layer already exists 01:56:07 6c85d4a71bc5: Layer already exists 01:56:07 548690317d54: Layer already exists 01:56:07 32e5b7877015: Layer already exists 01:56:07 76b9d5a76082: Layer already exists 01:56:07 be08637f8b4f: Layer already exists 01:56:07 59580262d586: Layer already exists 01:56:07 097100c76c15: Layer already exists 01:56:07 main: digest: sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:07 ===================================================== [Pipeline] echo 01:56:07 taggedImages: 01:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:56:07 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:56:07 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:07 latest 01:56:07 4.1.0-dev.42 01:56:07 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:07 main 01:56:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:08 + docker push nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:08 aed149837814: Preparing 01:56:08 cedda6ea8f18: Preparing 01:56:08 548690317d54: Preparing 01:56:08 76b9d5a76082: Preparing 01:56:08 89751b55b4ff: Preparing 01:56:08 c37ed4ea20bb: Preparing 01:56:08 097100c76c15: Preparing 01:56:08 c37ed4ea20bb: Waiting 01:56:08 097100c76c15: Waiting 01:56:08 548690317d54: Layer already exists 01:56:08 76b9d5a76082: Layer already exists 01:56:08 097100c76c15: Layer already exists 01:56:08 89751b55b4ff: Pushed 01:56:08 aed149837814: Pushed 01:56:08 c37ed4ea20bb: Pushed 01:56:11 cedda6ea8f18: Pushed 01:56:11 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:11 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:11 aed149837814: Preparing 01:56:11 cedda6ea8f18: Preparing 01:56:11 548690317d54: Preparing 01:56:11 76b9d5a76082: Preparing 01:56:11 89751b55b4ff: Preparing 01:56:11 c37ed4ea20bb: Preparing 01:56:11 097100c76c15: Preparing 01:56:11 c37ed4ea20bb: Waiting 01:56:11 097100c76c15: Waiting 01:56:11 76b9d5a76082: Layer already exists 01:56:11 548690317d54: Layer already exists 01:56:11 cedda6ea8f18: Layer already exists 01:56:11 aed149837814: Layer already exists 01:56:11 89751b55b4ff: Layer already exists 01:56:11 c37ed4ea20bb: Layer already exists 01:56:11 097100c76c15: Layer already exists 01:56:11 latest: digest: sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:12 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:56:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:12 aed149837814: Preparing 01:56:12 cedda6ea8f18: Preparing 01:56:12 548690317d54: Preparing 01:56:12 76b9d5a76082: Preparing 01:56:12 89751b55b4ff: Preparing 01:56:12 c37ed4ea20bb: Preparing 01:56:12 097100c76c15: Preparing 01:56:12 c37ed4ea20bb: Waiting 01:56:12 097100c76c15: Waiting 01:56:12 aed149837814: Layer already exists 01:56:12 cedda6ea8f18: Layer already exists 01:56:12 76b9d5a76082: Layer already exists 01:56:12 548690317d54: Layer already exists 01:56:12 89751b55b4ff: Layer already exists 01:56:12 c37ed4ea20bb: Layer already exists 01:56:12 097100c76c15: Layer already exists 01:56:12 4.1.0-dev.42: digest: sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:12 + docker push nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:13 aed149837814: Preparing 01:56:13 cedda6ea8f18: Preparing 01:56:13 548690317d54: Preparing 01:56:13 76b9d5a76082: Preparing 01:56:13 89751b55b4ff: Preparing 01:56:13 c37ed4ea20bb: Preparing 01:56:13 097100c76c15: Preparing 01:56:13 c37ed4ea20bb: Waiting 01:56:13 097100c76c15: Waiting 01:56:13 aed149837814: Layer already exists 01:56:13 cedda6ea8f18: Layer already exists 01:56:13 76b9d5a76082: Layer already exists 01:56:13 548690317d54: Layer already exists 01:56:13 89751b55b4ff: Layer already exists 01:56:13 097100c76c15: Layer already exists 01:56:13 c37ed4ea20bb: Layer already exists 01:56:13 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:13 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:56:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:13 aed149837814: Preparing 01:56:13 cedda6ea8f18: Preparing 01:56:13 548690317d54: Preparing 01:56:13 76b9d5a76082: Preparing 01:56:13 89751b55b4ff: Preparing 01:56:13 c37ed4ea20bb: Preparing 01:56:13 097100c76c15: Preparing 01:56:13 c37ed4ea20bb: Waiting 01:56:13 097100c76c15: Waiting 01:56:13 aed149837814: Layer already exists 01:56:13 89751b55b4ff: Layer already exists 01:56:13 548690317d54: Layer already exists 01:56:13 cedda6ea8f18: Layer already exists 01:56:13 76b9d5a76082: Layer already exists 01:56:13 c37ed4ea20bb: Layer already exists 01:56:13 097100c76c15: Layer already exists 01:56:13 main: digest: sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:13 ===================================================== [Pipeline] echo 01:56:13 taggedImages: 01:56:13 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:13 - nexus3.edgexfoundry.org:10004/core-data:latest 01:56:13 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:56:13 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:13 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:56:13 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:56:13 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:13 latest 01:56:13 4.1.0-dev.42 01:56:13 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:13 main 01:56:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:14 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:14 7a5752abf849: Preparing 01:56:14 c4518d9ce4ed: Preparing 01:56:14 76b9d5a76082: Preparing 01:56:14 7adb35a9522c: Preparing 01:56:14 215d71dca567: Preparing 01:56:14 097100c76c15: Preparing 01:56:14 097100c76c15: Waiting 01:56:14 76b9d5a76082: Layer already exists 01:56:14 097100c76c15: Layer already exists 01:56:14 7adb35a9522c: Pushed 01:56:14 215d71dca567: Pushed 01:56:14 7a5752abf849: Pushed 01:56:16 c4518d9ce4ed: Pushed 01:56:16 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:17 7a5752abf849: Preparing 01:56:17 c4518d9ce4ed: Preparing 01:56:17 76b9d5a76082: Preparing 01:56:17 7adb35a9522c: Preparing 01:56:17 215d71dca567: Preparing 01:56:17 097100c76c15: Preparing 01:56:17 097100c76c15: Waiting 01:56:17 7a5752abf849: Layer already exists 01:56:17 215d71dca567: Layer already exists 01:56:17 7adb35a9522c: Layer already exists 01:56:17 76b9d5a76082: Layer already exists 01:56:17 c4518d9ce4ed: Layer already exists 01:56:17 097100c76c15: Layer already exists 01:56:17 latest: digest: sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:18 7a5752abf849: Preparing 01:56:18 c4518d9ce4ed: Preparing 01:56:18 76b9d5a76082: Preparing 01:56:18 7adb35a9522c: Preparing 01:56:18 215d71dca567: Preparing 01:56:18 097100c76c15: Preparing 01:56:18 097100c76c15: Waiting 01:56:18 7a5752abf849: Layer already exists 01:56:18 76b9d5a76082: Layer already exists 01:56:18 7adb35a9522c: Layer already exists 01:56:18 c4518d9ce4ed: Layer already exists 01:56:18 215d71dca567: Layer already exists 01:56:18 097100c76c15: Layer already exists 01:56:18 4.1.0-dev.42: digest: sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:18 7a5752abf849: Preparing 01:56:18 c4518d9ce4ed: Preparing 01:56:18 76b9d5a76082: Preparing 01:56:18 7adb35a9522c: Preparing 01:56:18 215d71dca567: Preparing 01:56:18 097100c76c15: Preparing 01:56:18 097100c76c15: Waiting 01:56:18 c4518d9ce4ed: Layer already exists 01:56:18 76b9d5a76082: Layer already exists 01:56:18 7adb35a9522c: Layer already exists 01:56:18 7a5752abf849: Layer already exists 01:56:18 215d71dca567: Layer already exists 01:56:18 097100c76c15: Layer already exists 01:56:18 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:56:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:19 7a5752abf849: Preparing 01:56:19 c4518d9ce4ed: Preparing 01:56:19 76b9d5a76082: Preparing 01:56:19 7adb35a9522c: Preparing 01:56:19 215d71dca567: Preparing 01:56:19 097100c76c15: Preparing 01:56:19 097100c76c15: Waiting 01:56:19 c4518d9ce4ed: Layer already exists 01:56:19 7adb35a9522c: Layer already exists 01:56:19 76b9d5a76082: Layer already exists 01:56:19 215d71dca567: Layer already exists 01:56:19 7a5752abf849: Layer already exists 01:56:19 097100c76c15: Layer already exists 01:56:19 main: digest: sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:19 ===================================================== [Pipeline] echo 01:56:19 taggedImages: 01:56:19 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:19 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:56:19 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:56:19 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:19 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:56:19 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:56:19 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:19 latest 01:56:19 4.1.0-dev.42 01:56:19 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:19 main 01:56:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:56:20 73f3c5567893: Preparing 01:56:20 e5e49c18a0d1: Preparing 01:56:20 03f8368f6e56: Preparing 01:56:20 548690317d54: Preparing 01:56:20 76b9d5a76082: Preparing 01:56:20 be08637f8b4f: Preparing 01:56:20 59580262d586: Preparing 01:56:20 097100c76c15: Preparing 01:56:20 be08637f8b4f: Waiting 01:56:20 59580262d586: Waiting 01:56:20 097100c76c15: Waiting 01:56:20 76b9d5a76082: Layer already exists 01:56:20 548690317d54: Layer already exists 01:56:20 be08637f8b4f: Layer already exists 01:56:20 59580262d586: Layer already exists 01:56:20 097100c76c15: Layer already exists 01:56:20 e5e49c18a0d1: Pushed 01:56:20 73f3c5567893: Pushed 01:56:22 03f8368f6e56: Pushed 01:56:23 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:56:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:56:23 73f3c5567893: Preparing 01:56:23 e5e49c18a0d1: Preparing 01:56:23 03f8368f6e56: Preparing 01:56:23 548690317d54: Preparing 01:56:23 76b9d5a76082: Preparing 01:56:23 be08637f8b4f: Preparing 01:56:23 59580262d586: Preparing 01:56:23 097100c76c15: Preparing 01:56:23 be08637f8b4f: Waiting 01:56:23 59580262d586: Waiting 01:56:23 097100c76c15: Waiting 01:56:23 73f3c5567893: Layer already exists 01:56:23 76b9d5a76082: Layer already exists 01:56:23 03f8368f6e56: Layer already exists 01:56:23 548690317d54: Layer already exists 01:56:23 e5e49c18a0d1: Layer already exists 01:56:23 be08637f8b4f: Layer already exists 01:56:23 59580262d586: Layer already exists 01:56:23 097100c76c15: Layer already exists 01:56:23 latest: digest: sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:56:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:56:24 73f3c5567893: Preparing 01:56:24 e5e49c18a0d1: Preparing 01:56:24 03f8368f6e56: Preparing 01:56:24 548690317d54: Preparing 01:56:24 76b9d5a76082: Preparing 01:56:24 be08637f8b4f: Preparing 01:56:24 59580262d586: Preparing 01:56:24 097100c76c15: Preparing 01:56:24 be08637f8b4f: Waiting 01:56:24 59580262d586: Waiting 01:56:24 097100c76c15: Waiting 01:56:24 76b9d5a76082: Layer already exists 01:56:24 548690317d54: Layer already exists 01:56:24 73f3c5567893: Layer already exists 01:56:24 e5e49c18a0d1: Layer already exists 01:56:24 03f8368f6e56: Layer already exists 01:56:24 59580262d586: Layer already exists 01:56:24 be08637f8b4f: Layer already exists 01:56:24 097100c76c15: Layer already exists 01:56:24 4.1.0-dev.42: digest: sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:56:25 73f3c5567893: Preparing 01:56:25 e5e49c18a0d1: Preparing 01:56:25 03f8368f6e56: Preparing 01:56:25 548690317d54: Preparing 01:56:25 76b9d5a76082: Preparing 01:56:25 be08637f8b4f: Preparing 01:56:25 59580262d586: Preparing 01:56:25 097100c76c15: Preparing 01:56:25 59580262d586: Waiting 01:56:25 097100c76c15: Waiting 01:56:25 be08637f8b4f: Waiting 01:56:25 76b9d5a76082: Layer already exists 01:56:25 73f3c5567893: Layer already exists 01:56:25 548690317d54: Layer already exists 01:56:25 03f8368f6e56: Layer already exists 01:56:25 e5e49c18a0d1: Layer already exists 01:56:25 59580262d586: Layer already exists 01:56:25 be08637f8b4f: Layer already exists 01:56:25 097100c76c15: Layer already exists 01:56:25 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:56:25 73f3c5567893: Preparing 01:56:25 e5e49c18a0d1: Preparing 01:56:25 03f8368f6e56: Preparing 01:56:25 548690317d54: Preparing 01:56:25 76b9d5a76082: Preparing 01:56:25 be08637f8b4f: Preparing 01:56:25 59580262d586: Preparing 01:56:25 097100c76c15: Preparing 01:56:25 59580262d586: Waiting 01:56:25 097100c76c15: Waiting 01:56:25 be08637f8b4f: Waiting 01:56:25 03f8368f6e56: Layer already exists 01:56:25 76b9d5a76082: Layer already exists 01:56:25 548690317d54: Layer already exists 01:56:25 73f3c5567893: Layer already exists 01:56:25 e5e49c18a0d1: Layer already exists 01:56:25 be08637f8b4f: Layer already exists 01:56:25 59580262d586: Layer already exists 01:56:25 097100c76c15: Layer already exists 01:56:25 main: digest: sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:25 ===================================================== [Pipeline] echo 01:56:25 taggedImages: 01:56:25 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:25 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:56:25 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:56:25 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:25 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:56:25 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:56:25 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:25 latest 01:56:25 4.1.0-dev.42 01:56:25 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:56:25 main 01:56:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:26 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:56:26 f0751fa1b08e: Preparing 01:56:26 2110383c4acd: Preparing 01:56:26 b0b1df42f96a: Preparing 01:56:26 2b3ed2fec354: Preparing 01:56:26 aeb824a6ef91: Preparing 01:56:26 7e442af604c3: Preparing 01:56:26 0c34e723d124: Preparing 01:56:26 548690317d54: Preparing 01:56:26 76b9d5a76082: Preparing 01:56:26 33d84abd81f5: Preparing 01:56:26 7a22c3937ae2: Preparing 01:56:26 5f70bf18a086: Preparing 01:56:26 8ed28d608bb6: Preparing 01:56:26 961d7d169810: Preparing 01:56:26 b9c35d78353f: Preparing 01:56:26 097100c76c15: Preparing 01:56:26 7e442af604c3: Waiting 01:56:26 0c34e723d124: Waiting 01:56:26 548690317d54: Waiting 01:56:26 76b9d5a76082: Waiting 01:56:26 33d84abd81f5: Waiting 01:56:26 7a22c3937ae2: Waiting 01:56:26 5f70bf18a086: Waiting 01:56:26 8ed28d608bb6: Waiting 01:56:26 961d7d169810: Waiting 01:56:26 b9c35d78353f: Waiting 01:56:26 097100c76c15: Waiting 01:56:26 2110383c4acd: Pushed 01:56:26 2b3ed2fec354: Pushed 01:56:26 b0b1df42f96a: Pushed 01:56:26 f0751fa1b08e: Pushed 01:56:26 aeb824a6ef91: Pushed 01:56:26 548690317d54: Layer already exists 01:56:26 76b9d5a76082: Layer already exists 01:56:26 5f70bf18a086: Layer already exists 01:56:26 7e442af604c3: Pushed 01:56:26 33d84abd81f5: Pushed 01:56:26 7a22c3937ae2: Pushed 01:56:26 8ed28d608bb6: Pushed 01:56:26 097100c76c15: Layer already exists 01:56:26 961d7d169810: Pushed 01:56:26 b9c35d78353f: Pushed 01:56:58 0c34e723d124: Pushed 01:56:58 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:56:59 f0751fa1b08e: Preparing 01:56:59 2110383c4acd: Preparing 01:56:59 b0b1df42f96a: Preparing 01:56:59 2b3ed2fec354: Preparing 01:56:59 aeb824a6ef91: Preparing 01:56:59 7e442af604c3: Preparing 01:56:59 0c34e723d124: Preparing 01:56:59 548690317d54: Preparing 01:56:59 76b9d5a76082: Preparing 01:56:59 33d84abd81f5: Preparing 01:56:59 7a22c3937ae2: Preparing 01:56:59 5f70bf18a086: Preparing 01:56:59 8ed28d608bb6: Preparing 01:56:59 961d7d169810: Preparing 01:56:59 b9c35d78353f: Preparing 01:56:59 097100c76c15: Preparing 01:56:59 7e442af604c3: Waiting 01:56:59 0c34e723d124: Waiting 01:56:59 7a22c3937ae2: Waiting 01:56:59 5f70bf18a086: Waiting 01:56:59 961d7d169810: Waiting 01:56:59 548690317d54: Waiting 01:56:59 76b9d5a76082: Waiting 01:56:59 8ed28d608bb6: Waiting 01:56:59 b9c35d78353f: Waiting 01:56:59 097100c76c15: Waiting 01:56:59 33d84abd81f5: Waiting 01:56:59 2b3ed2fec354: Layer already exists 01:56:59 b0b1df42f96a: Layer already exists 01:56:59 aeb824a6ef91: Layer already exists 01:56:59 2110383c4acd: Layer already exists 01:56:59 f0751fa1b08e: Layer already exists 01:56:59 7e442af604c3: Layer already exists 01:56:59 548690317d54: Layer already exists 01:56:59 33d84abd81f5: Layer already exists 01:56:59 0c34e723d124: Layer already exists 01:56:59 76b9d5a76082: Layer already exists 01:56:59 7a22c3937ae2: Layer already exists 01:56:59 8ed28d608bb6: Layer already exists 01:56:59 5f70bf18a086: Layer already exists 01:56:59 961d7d169810: Layer already exists 01:56:59 b9c35d78353f: Layer already exists 01:56:59 097100c76c15: Layer already exists 01:56:59 latest: digest: sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:00 f0751fa1b08e: Preparing 01:57:00 2110383c4acd: Preparing 01:57:00 b0b1df42f96a: Preparing 01:57:00 2b3ed2fec354: Preparing 01:57:00 aeb824a6ef91: Preparing 01:57:00 7e442af604c3: Preparing 01:57:00 0c34e723d124: Preparing 01:57:00 548690317d54: Preparing 01:57:00 76b9d5a76082: Preparing 01:57:00 33d84abd81f5: Preparing 01:57:00 7a22c3937ae2: Preparing 01:57:00 5f70bf18a086: Preparing 01:57:00 8ed28d608bb6: Preparing 01:57:00 961d7d169810: Preparing 01:57:00 b9c35d78353f: Preparing 01:57:00 097100c76c15: Preparing 01:57:00 76b9d5a76082: Waiting 01:57:00 33d84abd81f5: Waiting 01:57:00 7a22c3937ae2: Waiting 01:57:00 5f70bf18a086: Waiting 01:57:00 8ed28d608bb6: Waiting 01:57:00 961d7d169810: Waiting 01:57:00 b9c35d78353f: Waiting 01:57:00 097100c76c15: Waiting 01:57:00 7e442af604c3: Waiting 01:57:00 0c34e723d124: Waiting 01:57:00 548690317d54: Waiting 01:57:00 2b3ed2fec354: Layer already exists 01:57:00 b0b1df42f96a: Layer already exists 01:57:00 f0751fa1b08e: Layer already exists 01:57:00 aeb824a6ef91: Layer already exists 01:57:00 2110383c4acd: Layer already exists 01:57:00 7e442af604c3: Layer already exists 01:57:00 0c34e723d124: Layer already exists 01:57:00 548690317d54: Layer already exists 01:57:00 76b9d5a76082: Layer already exists 01:57:00 33d84abd81f5: Layer already exists 01:57:00 7a22c3937ae2: Layer already exists 01:57:00 5f70bf18a086: Layer already exists 01:57:00 961d7d169810: Layer already exists 01:57:00 b9c35d78353f: Layer already exists 01:57:00 8ed28d608bb6: Layer already exists 01:57:00 097100c76c15: Layer already exists 01:57:00 4.1.0-dev.42: digest: sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:00 f0751fa1b08e: Preparing 01:57:00 2110383c4acd: Preparing 01:57:00 b0b1df42f96a: Preparing 01:57:00 2b3ed2fec354: Preparing 01:57:00 aeb824a6ef91: Preparing 01:57:00 7e442af604c3: Preparing 01:57:00 0c34e723d124: Preparing 01:57:00 548690317d54: Preparing 01:57:00 76b9d5a76082: Preparing 01:57:00 33d84abd81f5: Preparing 01:57:00 7a22c3937ae2: Preparing 01:57:00 5f70bf18a086: Preparing 01:57:00 8ed28d608bb6: Preparing 01:57:00 961d7d169810: Preparing 01:57:00 b9c35d78353f: Preparing 01:57:00 097100c76c15: Preparing 01:57:00 0c34e723d124: Waiting 01:57:00 5f70bf18a086: Waiting 01:57:00 548690317d54: Waiting 01:57:00 8ed28d608bb6: Waiting 01:57:00 76b9d5a76082: Waiting 01:57:00 961d7d169810: Waiting 01:57:00 33d84abd81f5: Waiting 01:57:00 b9c35d78353f: Waiting 01:57:00 7a22c3937ae2: Waiting 01:57:00 097100c76c15: Waiting 01:57:00 7e442af604c3: Waiting 01:57:00 f0751fa1b08e: Layer already exists 01:57:00 2b3ed2fec354: Layer already exists 01:57:00 aeb824a6ef91: Layer already exists 01:57:00 b0b1df42f96a: Layer already exists 01:57:00 2110383c4acd: Layer already exists 01:57:00 548690317d54: Layer already exists 01:57:00 76b9d5a76082: Layer already exists 01:57:00 7e442af604c3: Layer already exists 01:57:00 0c34e723d124: Layer already exists 01:57:00 33d84abd81f5: Layer already exists 01:57:00 7a22c3937ae2: Layer already exists 01:57:00 8ed28d608bb6: Layer already exists 01:57:00 5f70bf18a086: Layer already exists 01:57:00 961d7d169810: Layer already exists 01:57:00 b9c35d78353f: Layer already exists 01:57:00 097100c76c15: Layer already exists 01:57:00 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:57:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:01 f0751fa1b08e: Preparing 01:57:01 2110383c4acd: Preparing 01:57:01 b0b1df42f96a: Preparing 01:57:01 2b3ed2fec354: Preparing 01:57:01 aeb824a6ef91: Preparing 01:57:01 7e442af604c3: Preparing 01:57:01 0c34e723d124: Preparing 01:57:01 548690317d54: Preparing 01:57:01 76b9d5a76082: Preparing 01:57:01 33d84abd81f5: Preparing 01:57:01 7a22c3937ae2: Preparing 01:57:01 5f70bf18a086: Preparing 01:57:01 8ed28d608bb6: Preparing 01:57:01 961d7d169810: Preparing 01:57:01 b9c35d78353f: Preparing 01:57:01 097100c76c15: Preparing 01:57:01 7e442af604c3: Waiting 01:57:01 548690317d54: Waiting 01:57:01 76b9d5a76082: Waiting 01:57:01 33d84abd81f5: Waiting 01:57:01 7a22c3937ae2: Waiting 01:57:01 5f70bf18a086: Waiting 01:57:01 8ed28d608bb6: Waiting 01:57:01 961d7d169810: Waiting 01:57:01 0c34e723d124: Waiting 01:57:01 b9c35d78353f: Waiting 01:57:01 097100c76c15: Waiting 01:57:01 2b3ed2fec354: Layer already exists 01:57:01 2110383c4acd: Layer already exists 01:57:01 aeb824a6ef91: Layer already exists 01:57:01 f0751fa1b08e: Layer already exists 01:57:01 b0b1df42f96a: Layer already exists 01:57:01 76b9d5a76082: Layer already exists 01:57:01 7e442af604c3: Layer already exists 01:57:01 0c34e723d124: Layer already exists 01:57:01 548690317d54: Layer already exists 01:57:01 33d84abd81f5: Layer already exists 01:57:01 7a22c3937ae2: Layer already exists 01:57:01 5f70bf18a086: Layer already exists 01:57:01 8ed28d608bb6: Layer already exists 01:57:01 961d7d169810: Layer already exists 01:57:01 b9c35d78353f: Layer already exists 01:57:01 097100c76c15: Layer already exists 01:57:01 main: digest: sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:01 ===================================================== [Pipeline] echo 01:57:01 taggedImages: 01:57:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:57:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:57:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:57:01 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:57:01 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:01 latest 01:57:01 4.1.0-dev.42 01:57:01 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:01 main 01:57:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:02 32e5b7877015: Preparing 01:57:02 27c1062f9230: Preparing 01:57:02 6e886a45b92c: Preparing 01:57:02 e677e195eaa2: Preparing 01:57:02 548690317d54: Preparing 01:57:02 76b9d5a76082: Preparing 01:57:02 be08637f8b4f: Preparing 01:57:02 76b9d5a76082: Waiting 01:57:02 59580262d586: Preparing 01:57:02 097100c76c15: Preparing 01:57:02 be08637f8b4f: Waiting 01:57:02 59580262d586: Waiting 01:57:02 097100c76c15: Waiting 01:57:02 27c1062f9230: Layer already exists 01:57:02 548690317d54: Layer already exists 01:57:02 32e5b7877015: Layer already exists 01:57:02 76b9d5a76082: Layer already exists 01:57:02 be08637f8b4f: Layer already exists 01:57:02 59580262d586: Layer already exists 01:57:02 097100c76c15: Layer already exists 01:57:02 6e886a45b92c: Pushed 01:57:12 e677e195eaa2: Pushed 01:57:12 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:57:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:12 32e5b7877015: Preparing 01:57:12 27c1062f9230: Preparing 01:57:12 6e886a45b92c: Preparing 01:57:12 e677e195eaa2: Preparing 01:57:12 548690317d54: Preparing 01:57:12 76b9d5a76082: Preparing 01:57:12 be08637f8b4f: Preparing 01:57:12 59580262d586: Preparing 01:57:12 097100c76c15: Preparing 01:57:12 76b9d5a76082: Waiting 01:57:12 be08637f8b4f: Waiting 01:57:12 59580262d586: Waiting 01:57:12 097100c76c15: Waiting 01:57:12 e677e195eaa2: Layer already exists 01:57:12 32e5b7877015: Layer already exists 01:57:12 6e886a45b92c: Layer already exists 01:57:12 548690317d54: Layer already exists 01:57:12 27c1062f9230: Layer already exists 01:57:12 be08637f8b4f: Layer already exists 01:57:12 76b9d5a76082: Layer already exists 01:57:12 097100c76c15: Layer already exists 01:57:12 59580262d586: Layer already exists 01:57:16 latest: digest: sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:57:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:16 32e5b7877015: Preparing 01:57:16 27c1062f9230: Preparing 01:57:16 6e886a45b92c: Preparing 01:57:16 e677e195eaa2: Preparing 01:57:16 548690317d54: Preparing 01:57:16 76b9d5a76082: Preparing 01:57:16 be08637f8b4f: Preparing 01:57:16 59580262d586: Preparing 01:57:16 097100c76c15: Preparing 01:57:16 76b9d5a76082: Waiting 01:57:16 be08637f8b4f: Waiting 01:57:16 59580262d586: Waiting 01:57:16 097100c76c15: Waiting 01:57:16 32e5b7877015: Layer already exists 01:57:16 27c1062f9230: Layer already exists 01:57:16 6e886a45b92c: Layer already exists 01:57:16 548690317d54: Layer already exists 01:57:16 e677e195eaa2: Layer already exists 01:57:16 76b9d5a76082: Layer already exists 01:57:16 be08637f8b4f: Layer already exists 01:57:16 59580262d586: Layer already exists 01:57:16 097100c76c15: Layer already exists 01:57:16 4.1.0-dev.42: digest: sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:17 32e5b7877015: Preparing 01:57:17 27c1062f9230: Preparing 01:57:17 6e886a45b92c: Preparing 01:57:17 e677e195eaa2: Preparing 01:57:17 548690317d54: Preparing 01:57:17 76b9d5a76082: Preparing 01:57:17 be08637f8b4f: Preparing 01:57:17 59580262d586: Preparing 01:57:17 097100c76c15: Preparing 01:57:17 76b9d5a76082: Waiting 01:57:17 59580262d586: Waiting 01:57:17 be08637f8b4f: Waiting 01:57:17 097100c76c15: Waiting 01:57:17 e677e195eaa2: Layer already exists 01:57:17 27c1062f9230: Layer already exists 01:57:17 6e886a45b92c: Layer already exists 01:57:17 32e5b7877015: Layer already exists 01:57:17 548690317d54: Layer already exists 01:57:17 59580262d586: Layer already exists 01:57:17 76b9d5a76082: Layer already exists 01:57:17 be08637f8b4f: Layer already exists 01:57:17 097100c76c15: Layer already exists 01:57:17 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:18 32e5b7877015: Preparing 01:57:18 27c1062f9230: Preparing 01:57:18 6e886a45b92c: Preparing 01:57:18 e677e195eaa2: Preparing 01:57:18 548690317d54: Preparing 01:57:18 76b9d5a76082: Preparing 01:57:18 be08637f8b4f: Preparing 01:57:18 59580262d586: Preparing 01:57:18 097100c76c15: Preparing 01:57:18 be08637f8b4f: Waiting 01:57:18 59580262d586: Waiting 01:57:18 097100c76c15: Waiting 01:57:18 76b9d5a76082: Waiting 01:57:18 e677e195eaa2: Layer already exists 01:57:18 32e5b7877015: Layer already exists 01:57:18 548690317d54: Layer already exists 01:57:18 6e886a45b92c: Layer already exists 01:57:18 27c1062f9230: Layer already exists 01:57:18 59580262d586: Layer already exists 01:57:18 be08637f8b4f: Layer already exists 01:57:18 76b9d5a76082: Layer already exists 01:57:18 097100c76c15: Layer already exists 01:57:18 main: digest: sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:18 ===================================================== [Pipeline] echo 01:57:18 taggedImages: 01:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:57:18 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:57:18 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:18 latest 01:57:18 4.1.0-dev.42 01:57:18 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:18 main 01:57:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:18 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:18 9d21cbc3742e: Preparing 01:57:18 d9f1e31e8c6b: Preparing 01:57:18 c64d93c76799: Preparing 01:57:18 cd597bf5fb59: Preparing 01:57:18 a942ee8feeaa: Preparing 01:57:18 548690317d54: Preparing 01:57:18 76b9d5a76082: Preparing 01:57:18 b6c78bffa0ee: Preparing 01:57:18 b96ce8199f8a: Preparing 01:57:18 856042997e4c: Preparing 01:57:18 097100c76c15: Preparing 01:57:18 b96ce8199f8a: Waiting 01:57:18 548690317d54: Waiting 01:57:18 856042997e4c: Waiting 01:57:18 b6c78bffa0ee: Waiting 01:57:18 097100c76c15: Waiting 01:57:18 76b9d5a76082: Waiting 01:57:18 cd597bf5fb59: Pushed 01:57:18 9d21cbc3742e: Pushed 01:57:18 a942ee8feeaa: Pushed 01:57:18 548690317d54: Layer already exists 01:57:18 d9f1e31e8c6b: Pushed 01:57:18 76b9d5a76082: Layer already exists 01:57:18 097100c76c15: Layer already exists 01:57:18 b6c78bffa0ee: Pushed 01:57:18 b96ce8199f8a: Pushed 01:57:20 856042997e4c: Pushed 01:57:20 c64d93c76799: Pushed 01:57:20 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:21 9d21cbc3742e: Preparing 01:57:21 d9f1e31e8c6b: Preparing 01:57:21 c64d93c76799: Preparing 01:57:21 cd597bf5fb59: Preparing 01:57:21 a942ee8feeaa: Preparing 01:57:21 548690317d54: Preparing 01:57:21 76b9d5a76082: Preparing 01:57:21 b6c78bffa0ee: Preparing 01:57:21 b96ce8199f8a: Preparing 01:57:21 856042997e4c: Preparing 01:57:21 097100c76c15: Preparing 01:57:21 76b9d5a76082: Waiting 01:57:21 548690317d54: Waiting 01:57:21 b6c78bffa0ee: Waiting 01:57:21 856042997e4c: Waiting 01:57:21 097100c76c15: Waiting 01:57:21 b96ce8199f8a: Waiting 01:57:21 c64d93c76799: Layer already exists 01:57:21 d9f1e31e8c6b: Layer already exists 01:57:21 9d21cbc3742e: Layer already exists 01:57:21 a942ee8feeaa: Layer already exists 01:57:21 cd597bf5fb59: Layer already exists 01:57:21 548690317d54: Layer already exists 01:57:21 b6c78bffa0ee: Layer already exists 01:57:21 76b9d5a76082: Layer already exists 01:57:21 b96ce8199f8a: Layer already exists 01:57:21 097100c76c15: Layer already exists 01:57:21 856042997e4c: Layer already exists 01:57:21 latest: digest: sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:21 9d21cbc3742e: Preparing 01:57:21 d9f1e31e8c6b: Preparing 01:57:21 c64d93c76799: Preparing 01:57:21 cd597bf5fb59: Preparing 01:57:21 a942ee8feeaa: Preparing 01:57:21 548690317d54: Preparing 01:57:21 76b9d5a76082: Preparing 01:57:21 b6c78bffa0ee: Preparing 01:57:21 b96ce8199f8a: Preparing 01:57:21 856042997e4c: Preparing 01:57:21 097100c76c15: Preparing 01:57:21 b6c78bffa0ee: Waiting 01:57:21 548690317d54: Waiting 01:57:21 b96ce8199f8a: Waiting 01:57:21 856042997e4c: Waiting 01:57:21 76b9d5a76082: Waiting 01:57:21 097100c76c15: Waiting 01:57:21 d9f1e31e8c6b: Layer already exists 01:57:21 a942ee8feeaa: Layer already exists 01:57:21 c64d93c76799: Layer already exists 01:57:21 9d21cbc3742e: Layer already exists 01:57:21 cd597bf5fb59: Layer already exists 01:57:21 76b9d5a76082: Layer already exists 01:57:21 548690317d54: Layer already exists 01:57:21 b6c78bffa0ee: Layer already exists 01:57:21 856042997e4c: Layer already exists 01:57:21 b96ce8199f8a: Layer already exists 01:57:21 097100c76c15: Layer already exists 01:57:21 4.1.0-dev.42: digest: sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:22 9d21cbc3742e: Preparing 01:57:22 d9f1e31e8c6b: Preparing 01:57:22 c64d93c76799: Preparing 01:57:22 cd597bf5fb59: Preparing 01:57:22 a942ee8feeaa: Preparing 01:57:22 548690317d54: Preparing 01:57:22 76b9d5a76082: Preparing 01:57:22 b6c78bffa0ee: Preparing 01:57:22 b96ce8199f8a: Preparing 01:57:22 856042997e4c: Preparing 01:57:22 097100c76c15: Preparing 01:57:22 548690317d54: Waiting 01:57:22 76b9d5a76082: Waiting 01:57:22 b96ce8199f8a: Waiting 01:57:22 b6c78bffa0ee: Waiting 01:57:22 856042997e4c: Waiting 01:57:22 097100c76c15: Waiting 01:57:22 c64d93c76799: Layer already exists 01:57:22 a942ee8feeaa: Layer already exists 01:57:22 9d21cbc3742e: Layer already exists 01:57:22 cd597bf5fb59: Layer already exists 01:57:22 d9f1e31e8c6b: Layer already exists 01:57:22 548690317d54: Layer already exists 01:57:22 76b9d5a76082: Layer already exists 01:57:22 b6c78bffa0ee: Layer already exists 01:57:22 b96ce8199f8a: Layer already exists 01:57:22 856042997e4c: Layer already exists 01:57:22 097100c76c15: Layer already exists 01:57:22 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:57:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:23 9d21cbc3742e: Preparing 01:57:23 d9f1e31e8c6b: Preparing 01:57:23 c64d93c76799: Preparing 01:57:23 cd597bf5fb59: Preparing 01:57:23 a942ee8feeaa: Preparing 01:57:23 548690317d54: Preparing 01:57:23 76b9d5a76082: Preparing 01:57:23 b6c78bffa0ee: Preparing 01:57:23 b96ce8199f8a: Preparing 01:57:23 856042997e4c: Preparing 01:57:23 097100c76c15: Preparing 01:57:23 548690317d54: Waiting 01:57:23 097100c76c15: Waiting 01:57:23 b6c78bffa0ee: Waiting 01:57:23 76b9d5a76082: Waiting 01:57:23 856042997e4c: Waiting 01:57:23 b96ce8199f8a: Waiting 01:57:23 d9f1e31e8c6b: Layer already exists 01:57:23 9d21cbc3742e: Layer already exists 01:57:23 c64d93c76799: Layer already exists 01:57:23 a942ee8feeaa: Layer already exists 01:57:23 cd597bf5fb59: Layer already exists 01:57:23 548690317d54: Layer already exists 01:57:23 b6c78bffa0ee: Layer already exists 01:57:23 76b9d5a76082: Layer already exists 01:57:23 b96ce8199f8a: Layer already exists 01:57:23 856042997e4c: Layer already exists 01:57:23 097100c76c15: Layer already exists 01:57:23 main: digest: sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:23 ===================================================== [Pipeline] echo 01:57:23 taggedImages: 01:57:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:57:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:57:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:57:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:57:23 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:23 latest 01:57:23 4.1.0-dev.42 01:57:23 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:23 main 01:57:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:24 a51e713e86c6: Preparing 01:57:24 cc16e03629a2: Preparing 01:57:24 b79a46db2db9: Preparing 01:57:24 e019f542b694: Preparing 01:57:24 8963098680fb: Preparing 01:57:24 69ffb0945e29: Preparing 01:57:24 503e2646be89: Preparing 01:57:24 548690317d54: Preparing 01:57:24 76b9d5a76082: Preparing 01:57:24 e8339984cfcb: Preparing 01:57:24 9e39c686232e: Preparing 01:57:24 097100c76c15: Preparing 01:57:24 69ffb0945e29: Waiting 01:57:24 76b9d5a76082: Waiting 01:57:24 e8339984cfcb: Waiting 01:57:24 9e39c686232e: Waiting 01:57:24 097100c76c15: Waiting 01:57:24 503e2646be89: Waiting 01:57:24 548690317d54: Waiting 01:57:24 8963098680fb: Pushed 01:57:24 a51e713e86c6: Pushed 01:57:24 cc16e03629a2: Pushed 01:57:24 548690317d54: Layer already exists 01:57:24 76b9d5a76082: Layer already exists 01:57:24 69ffb0945e29: Pushed 01:57:24 503e2646be89: Pushed 01:57:24 097100c76c15: Layer already exists 01:57:24 e8339984cfcb: Pushed 01:57:25 9e39c686232e: Pushed 01:57:25 e019f542b694: Pushed 01:57:26 b79a46db2db9: Pushed 01:57:26 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:27 a51e713e86c6: Preparing 01:57:27 cc16e03629a2: Preparing 01:57:27 b79a46db2db9: Preparing 01:57:27 e019f542b694: Preparing 01:57:27 8963098680fb: Preparing 01:57:27 69ffb0945e29: Preparing 01:57:27 503e2646be89: Preparing 01:57:27 548690317d54: Preparing 01:57:27 76b9d5a76082: Preparing 01:57:27 e8339984cfcb: Preparing 01:57:27 9e39c686232e: Preparing 01:57:27 097100c76c15: Preparing 01:57:27 503e2646be89: Waiting 01:57:27 548690317d54: Waiting 01:57:27 76b9d5a76082: Waiting 01:57:27 e8339984cfcb: Waiting 01:57:27 69ffb0945e29: Waiting 01:57:27 9e39c686232e: Waiting 01:57:27 097100c76c15: Waiting 01:57:27 8963098680fb: Layer already exists 01:57:27 a51e713e86c6: Layer already exists 01:57:27 b79a46db2db9: Layer already exists 01:57:27 cc16e03629a2: Layer already exists 01:57:27 e019f542b694: Layer already exists 01:57:27 503e2646be89: Layer already exists 01:57:27 76b9d5a76082: Layer already exists 01:57:27 69ffb0945e29: Layer already exists 01:57:27 e8339984cfcb: Layer already exists 01:57:27 548690317d54: Layer already exists 01:57:27 9e39c686232e: Layer already exists 01:57:27 097100c76c15: Layer already exists 01:57:27 latest: digest: sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:28 a51e713e86c6: Preparing 01:57:28 cc16e03629a2: Preparing 01:57:28 b79a46db2db9: Preparing 01:57:28 e019f542b694: Preparing 01:57:28 8963098680fb: Preparing 01:57:28 69ffb0945e29: Preparing 01:57:28 503e2646be89: Preparing 01:57:28 548690317d54: Preparing 01:57:28 76b9d5a76082: Preparing 01:57:28 e8339984cfcb: Preparing 01:57:28 9e39c686232e: Preparing 01:57:28 097100c76c15: Preparing 01:57:28 69ffb0945e29: Waiting 01:57:28 503e2646be89: Waiting 01:57:28 548690317d54: Waiting 01:57:28 76b9d5a76082: Waiting 01:57:28 e8339984cfcb: Waiting 01:57:28 9e39c686232e: Waiting 01:57:28 097100c76c15: Waiting 01:57:28 e019f542b694: Layer already exists 01:57:28 a51e713e86c6: Layer already exists 01:57:28 b79a46db2db9: Layer already exists 01:57:28 8963098680fb: Layer already exists 01:57:28 cc16e03629a2: Layer already exists 01:57:28 69ffb0945e29: Layer already exists 01:57:28 503e2646be89: Layer already exists 01:57:28 548690317d54: Layer already exists 01:57:28 76b9d5a76082: Layer already exists 01:57:28 e8339984cfcb: Layer already exists 01:57:28 9e39c686232e: Layer already exists 01:57:28 097100c76c15: Layer already exists 01:57:28 4.1.0-dev.42: digest: sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:28 a51e713e86c6: Preparing 01:57:28 cc16e03629a2: Preparing 01:57:28 b79a46db2db9: Preparing 01:57:28 e019f542b694: Preparing 01:57:28 8963098680fb: Preparing 01:57:28 69ffb0945e29: Preparing 01:57:28 503e2646be89: Preparing 01:57:28 548690317d54: Preparing 01:57:28 76b9d5a76082: Preparing 01:57:28 e8339984cfcb: Preparing 01:57:28 9e39c686232e: Preparing 01:57:28 097100c76c15: Preparing 01:57:28 76b9d5a76082: Waiting 01:57:28 097100c76c15: Waiting 01:57:28 e8339984cfcb: Waiting 01:57:28 548690317d54: Waiting 01:57:28 69ffb0945e29: Waiting 01:57:28 9e39c686232e: Waiting 01:57:28 cc16e03629a2: Layer already exists 01:57:28 e019f542b694: Layer already exists 01:57:28 b79a46db2db9: Layer already exists 01:57:28 8963098680fb: Layer already exists 01:57:28 a51e713e86c6: Layer already exists 01:57:28 69ffb0945e29: Layer already exists 01:57:28 503e2646be89: Layer already exists 01:57:28 76b9d5a76082: Layer already exists 01:57:28 e8339984cfcb: Layer already exists 01:57:28 548690317d54: Layer already exists 01:57:28 9e39c686232e: Layer already exists 01:57:28 097100c76c15: Layer already exists 01:57:28 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:57:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:29 a51e713e86c6: Preparing 01:57:29 cc16e03629a2: Preparing 01:57:29 b79a46db2db9: Preparing 01:57:29 e019f542b694: Preparing 01:57:29 8963098680fb: Preparing 01:57:29 69ffb0945e29: Preparing 01:57:29 503e2646be89: Preparing 01:57:29 548690317d54: Preparing 01:57:29 76b9d5a76082: Preparing 01:57:29 e8339984cfcb: Preparing 01:57:29 9e39c686232e: Preparing 01:57:29 097100c76c15: Preparing 01:57:29 69ffb0945e29: Waiting 01:57:29 503e2646be89: Waiting 01:57:29 548690317d54: Waiting 01:57:29 76b9d5a76082: Waiting 01:57:29 e8339984cfcb: Waiting 01:57:29 9e39c686232e: Waiting 01:57:29 097100c76c15: Waiting 01:57:29 e019f542b694: Layer already exists 01:57:29 8963098680fb: Layer already exists 01:57:29 a51e713e86c6: Layer already exists 01:57:29 b79a46db2db9: Layer already exists 01:57:29 cc16e03629a2: Layer already exists 01:57:29 548690317d54: Layer already exists 01:57:29 69ffb0945e29: Layer already exists 01:57:29 503e2646be89: Layer already exists 01:57:29 76b9d5a76082: Layer already exists 01:57:29 e8339984cfcb: Layer already exists 01:57:29 097100c76c15: Layer already exists 01:57:29 9e39c686232e: Layer already exists 01:57:29 main: digest: sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:29 ===================================================== [Pipeline] echo 01:57:29 taggedImages: 01:57:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:57:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:57:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:57:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:57:29 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:29 latest 01:57:29 4.1.0-dev.42 01:57:29 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:29 main 01:57:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:30 0384ced61404: Preparing 01:57:30 bd484c9b34f2: Preparing 01:57:30 548690317d54: Preparing 01:57:30 76b9d5a76082: Preparing 01:57:30 8c8b0a7b0164: Preparing 01:57:30 66ae0f830848: Preparing 01:57:30 097100c76c15: Preparing 01:57:30 66ae0f830848: Waiting 01:57:30 097100c76c15: Waiting 01:57:30 548690317d54: Layer already exists 01:57:30 76b9d5a76082: Layer already exists 01:57:30 097100c76c15: Layer already exists 01:57:30 8c8b0a7b0164: Pushed 01:57:30 0384ced61404: Pushed 01:57:31 66ae0f830848: Pushed 01:57:33 bd484c9b34f2: Pushed 01:57:33 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:34 + 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 01:57:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:34 0384ced61404: Preparing 01:57:34 bd484c9b34f2: Preparing 01:57:34 548690317d54: Preparing 01:57:34 76b9d5a76082: Preparing 01:57:34 8c8b0a7b0164: Preparing 01:57:34 66ae0f830848: Preparing 01:57:34 097100c76c15: Preparing 01:57:34 66ae0f830848: Waiting 01:57:34 097100c76c15: Waiting 01:57:34 76b9d5a76082: Layer already exists 01:57:34 8c8b0a7b0164: Layer already exists 01:57:34 0384ced61404: Layer already exists 01:57:34 548690317d54: Layer already exists 01:57:34 bd484c9b34f2: Layer already exists 01:57:34 66ae0f830848: Layer already exists 01:57:34 097100c76c15: Layer already exists 01:57:34 latest: digest: sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:35 0384ced61404: Preparing 01:57:35 bd484c9b34f2: Preparing 01:57:35 548690317d54: Preparing 01:57:35 76b9d5a76082: Preparing 01:57:35 8c8b0a7b0164: Preparing 01:57:35 66ae0f830848: Preparing 01:57:35 097100c76c15: Preparing 01:57:35 66ae0f830848: Waiting 01:57:35 097100c76c15: Waiting 01:57:35 548690317d54: Layer already exists 01:57:35 0384ced61404: Layer already exists 01:57:35 bd484c9b34f2: Layer already exists 01:57:35 8c8b0a7b0164: Layer already exists 01:57:35 76b9d5a76082: Layer already exists 01:57:35 097100c76c15: Layer already exists 01:57:35 66ae0f830848: Layer already exists 01:57:35 4.1.0-dev.42: digest: sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:35 0384ced61404: Preparing 01:57:35 bd484c9b34f2: Preparing 01:57:35 548690317d54: Preparing 01:57:35 76b9d5a76082: Preparing 01:57:35 8c8b0a7b0164: Preparing 01:57:35 66ae0f830848: Preparing 01:57:35 097100c76c15: Preparing 01:57:35 66ae0f830848: Waiting 01:57:35 097100c76c15: Waiting 01:57:35 bd484c9b34f2: Layer already exists 01:57:35 0384ced61404: Layer already exists 01:57:35 548690317d54: Layer already exists 01:57:35 8c8b0a7b0164: Layer already exists 01:57:35 76b9d5a76082: Layer already exists 01:57:35 66ae0f830848: Layer already exists 01:57:35 097100c76c15: Layer already exists 01:57:35 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:35 + 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 01:57:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:57:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:36 0384ced61404: Preparing 01:57:36 bd484c9b34f2: Preparing 01:57:36 548690317d54: Preparing 01:57:36 76b9d5a76082: Preparing 01:57:36 8c8b0a7b0164: Preparing 01:57:36 66ae0f830848: Preparing 01:57:36 097100c76c15: Preparing 01:57:36 66ae0f830848: Waiting 01:57:36 097100c76c15: Waiting 01:57:36 76b9d5a76082: Layer already exists 01:57:36 bd484c9b34f2: Layer already exists 01:57:36 548690317d54: Layer already exists 01:57:36 0384ced61404: Layer already exists 01:57:36 8c8b0a7b0164: Layer already exists 01:57:36 66ae0f830848: Layer already exists 01:57:36 097100c76c15: Layer already exists 01:57:36 main: digest: sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:36 ===================================================== [Pipeline] echo 01:57:36 taggedImages: 01:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:57:36 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:57:36 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:36 latest 01:57:36 4.1.0-dev.42 01:57:36 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:36 main 01:57:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:37 b3495cdeb98c: Preparing 01:57:37 ab396dd6b211: Preparing 01:57:37 d48bcc39678a: Preparing 01:57:37 548690317d54: Preparing 01:57:37 76b9d5a76082: Preparing 01:57:37 51aa1ab0867f: Preparing 01:57:37 7d0a20f43b18: Preparing 01:57:37 bf16ce3e7309: Preparing 01:57:37 a0ab6d10d3e9: Preparing 01:57:37 097100c76c15: Preparing 01:57:37 51aa1ab0867f: Waiting 01:57:37 7d0a20f43b18: Waiting 01:57:37 bf16ce3e7309: Waiting 01:57:37 a0ab6d10d3e9: Waiting 01:57:37 097100c76c15: Waiting 01:57:37 76b9d5a76082: Layer already exists 01:57:37 548690317d54: Layer already exists 01:57:37 b3495cdeb98c: Pushed 01:57:37 ab396dd6b211: Pushed 01:57:37 d48bcc39678a: Pushed 01:57:37 097100c76c15: Layer already exists 01:57:37 bf16ce3e7309: Pushed 01:57:37 a0ab6d10d3e9: Pushed 01:57:41 7d0a20f43b18: Pushed 01:57:49 51aa1ab0867f: Pushed 01:57:49 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:57:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:50 b3495cdeb98c: Preparing 01:57:50 ab396dd6b211: Preparing 01:57:50 d48bcc39678a: Preparing 01:57:50 548690317d54: Preparing 01:57:50 76b9d5a76082: Preparing 01:57:50 51aa1ab0867f: Preparing 01:57:50 7d0a20f43b18: Preparing 01:57:50 bf16ce3e7309: Preparing 01:57:50 a0ab6d10d3e9: Preparing 01:57:50 097100c76c15: Preparing 01:57:50 7d0a20f43b18: Waiting 01:57:50 097100c76c15: Waiting 01:57:50 bf16ce3e7309: Waiting 01:57:50 a0ab6d10d3e9: Waiting 01:57:50 51aa1ab0867f: Waiting 01:57:50 76b9d5a76082: Layer already exists 01:57:50 ab396dd6b211: Layer already exists 01:57:50 b3495cdeb98c: Layer already exists 01:57:50 d48bcc39678a: Layer already exists 01:57:50 548690317d54: Layer already exists 01:57:50 51aa1ab0867f: Layer already exists 01:57:50 7d0a20f43b18: Layer already exists 01:57:50 a0ab6d10d3e9: Layer already exists 01:57:50 097100c76c15: Layer already exists 01:57:50 bf16ce3e7309: Layer already exists 01:57:50 latest: digest: sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:57:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:51 b3495cdeb98c: Preparing 01:57:51 ab396dd6b211: Preparing 01:57:51 d48bcc39678a: Preparing 01:57:51 548690317d54: Preparing 01:57:51 76b9d5a76082: Preparing 01:57:51 51aa1ab0867f: Preparing 01:57:51 7d0a20f43b18: Preparing 01:57:51 bf16ce3e7309: Preparing 01:57:51 a0ab6d10d3e9: Preparing 01:57:51 097100c76c15: Preparing 01:57:51 a0ab6d10d3e9: Waiting 01:57:51 51aa1ab0867f: Waiting 01:57:51 7d0a20f43b18: Waiting 01:57:51 097100c76c15: Waiting 01:57:51 bf16ce3e7309: Waiting 01:57:51 b3495cdeb98c: Layer already exists 01:57:51 76b9d5a76082: Layer already exists 01:57:51 ab396dd6b211: Layer already exists 01:57:51 548690317d54: Layer already exists 01:57:51 d48bcc39678a: Layer already exists 01:57:51 51aa1ab0867f: Layer already exists 01:57:51 7d0a20f43b18: Layer already exists 01:57:51 bf16ce3e7309: Layer already exists 01:57:51 097100c76c15: Layer already exists 01:57:51 a0ab6d10d3e9: Layer already exists 01:57:51 4.1.0-dev.42: digest: sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:52 b3495cdeb98c: Preparing 01:57:52 ab396dd6b211: Preparing 01:57:52 d48bcc39678a: Preparing 01:57:52 548690317d54: Preparing 01:57:52 76b9d5a76082: Preparing 01:57:52 51aa1ab0867f: Preparing 01:57:52 7d0a20f43b18: Preparing 01:57:52 bf16ce3e7309: Preparing 01:57:52 a0ab6d10d3e9: Preparing 01:57:52 097100c76c15: Preparing 01:57:52 7d0a20f43b18: Waiting 01:57:52 a0ab6d10d3e9: Waiting 01:57:52 bf16ce3e7309: Waiting 01:57:52 51aa1ab0867f: Waiting 01:57:52 097100c76c15: Waiting 01:57:52 d48bcc39678a: Layer already exists 01:57:52 ab396dd6b211: Layer already exists 01:57:52 b3495cdeb98c: Layer already exists 01:57:52 76b9d5a76082: Layer already exists 01:57:52 548690317d54: Layer already exists 01:57:52 51aa1ab0867f: Layer already exists 01:57:52 7d0a20f43b18: Layer already exists 01:57:52 bf16ce3e7309: Layer already exists 01:57:52 a0ab6d10d3e9: Layer already exists 01:57:52 097100c76c15: Layer already exists 01:57:52 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:52 b3495cdeb98c: Preparing 01:57:52 ab396dd6b211: Preparing 01:57:52 d48bcc39678a: Preparing 01:57:52 548690317d54: Preparing 01:57:52 76b9d5a76082: Preparing 01:57:52 51aa1ab0867f: Preparing 01:57:52 7d0a20f43b18: Preparing 01:57:52 bf16ce3e7309: Preparing 01:57:52 a0ab6d10d3e9: Preparing 01:57:52 097100c76c15: Preparing 01:57:52 7d0a20f43b18: Waiting 01:57:52 bf16ce3e7309: Waiting 01:57:52 a0ab6d10d3e9: Waiting 01:57:52 097100c76c15: Waiting 01:57:52 51aa1ab0867f: Waiting 01:57:52 548690317d54: Layer already exists 01:57:52 ab396dd6b211: Layer already exists 01:57:52 76b9d5a76082: Layer already exists 01:57:52 b3495cdeb98c: Layer already exists 01:57:52 d48bcc39678a: Layer already exists 01:57:52 bf16ce3e7309: Layer already exists 01:57:52 51aa1ab0867f: Layer already exists 01:57:52 7d0a20f43b18: Layer already exists 01:57:52 097100c76c15: Layer already exists 01:57:52 a0ab6d10d3e9: Layer already exists 01:57:52 main: digest: sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:52 ===================================================== [Pipeline] echo 01:57:52 taggedImages: 01:57:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:57:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:57:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:57:52 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:57:52 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:52 latest 01:57:52 4.1.0-dev.42 01:57:52 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:57:52 main 01:57:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:57:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:57:53 c1319a6e5968: Preparing 01:57:53 7dee9fbf0d53: Preparing 01:57:53 3145beadc13e: Preparing 01:57:53 548690317d54: Preparing 01:57:53 76b9d5a76082: Preparing 01:57:53 c7f9d21f7bdc: Preparing 01:57:53 bfd393b00c75: Preparing 01:57:53 2c64238d9b72: Preparing 01:57:53 097100c76c15: Preparing 01:57:53 c7f9d21f7bdc: Waiting 01:57:53 bfd393b00c75: Waiting 01:57:53 2c64238d9b72: Waiting 01:57:53 097100c76c15: Waiting 01:57:53 76b9d5a76082: Layer already exists 01:57:53 548690317d54: Layer already exists 01:57:53 7dee9fbf0d53: Pushed 01:57:53 3145beadc13e: Pushed 01:57:53 c1319a6e5968: Pushed 01:57:53 bfd393b00c75: Pushed 01:57:53 097100c76c15: Layer already exists 01:57:53 2c64238d9b72: Pushed 01:58:06 c7f9d21f7bdc: Pushed 01:58:06 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:06 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:58:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:06 c1319a6e5968: Preparing 01:58:06 7dee9fbf0d53: Preparing 01:58:06 3145beadc13e: Preparing 01:58:06 548690317d54: Preparing 01:58:06 76b9d5a76082: Preparing 01:58:06 c7f9d21f7bdc: Preparing 01:58:06 bfd393b00c75: Preparing 01:58:06 2c64238d9b72: Preparing 01:58:06 097100c76c15: Preparing 01:58:06 bfd393b00c75: Waiting 01:58:06 2c64238d9b72: Waiting 01:58:06 097100c76c15: Waiting 01:58:06 c7f9d21f7bdc: Waiting 01:58:06 7dee9fbf0d53: Layer already exists 01:58:06 c1319a6e5968: Layer already exists 01:58:06 76b9d5a76082: Layer already exists 01:58:06 548690317d54: Layer already exists 01:58:06 3145beadc13e: Layer already exists 01:58:06 097100c76c15: Layer already exists 01:58:06 c7f9d21f7bdc: Layer already exists 01:58:06 bfd393b00c75: Layer already exists 01:58:06 2c64238d9b72: Layer already exists 01:58:06 latest: digest: sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:06 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:07 c1319a6e5968: Preparing 01:58:07 7dee9fbf0d53: Preparing 01:58:07 3145beadc13e: Preparing 01:58:07 548690317d54: Preparing 01:58:07 76b9d5a76082: Preparing 01:58:07 c7f9d21f7bdc: Preparing 01:58:07 bfd393b00c75: Preparing 01:58:07 2c64238d9b72: Preparing 01:58:07 097100c76c15: Preparing 01:58:07 bfd393b00c75: Waiting 01:58:07 2c64238d9b72: Waiting 01:58:07 c7f9d21f7bdc: Waiting 01:58:07 097100c76c15: Waiting 01:58:07 7dee9fbf0d53: Layer already exists 01:58:07 76b9d5a76082: Layer already exists 01:58:07 548690317d54: Layer already exists 01:58:07 c1319a6e5968: Layer already exists 01:58:07 3145beadc13e: Layer already exists 01:58:07 c7f9d21f7bdc: Layer already exists 01:58:07 2c64238d9b72: Layer already exists 01:58:07 bfd393b00c75: Layer already exists 01:58:07 097100c76c15: Layer already exists 01:58:07 4.1.0-dev.42: digest: sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:07 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:07 c1319a6e5968: Preparing 01:58:07 7dee9fbf0d53: Preparing 01:58:07 3145beadc13e: Preparing 01:58:07 548690317d54: Preparing 01:58:07 76b9d5a76082: Preparing 01:58:07 c7f9d21f7bdc: Preparing 01:58:07 bfd393b00c75: Preparing 01:58:07 2c64238d9b72: Preparing 01:58:07 097100c76c15: Preparing 01:58:07 bfd393b00c75: Waiting 01:58:07 2c64238d9b72: Waiting 01:58:07 097100c76c15: Waiting 01:58:07 c7f9d21f7bdc: Waiting 01:58:07 548690317d54: Layer already exists 01:58:07 c1319a6e5968: Layer already exists 01:58:07 3145beadc13e: Layer already exists 01:58:07 76b9d5a76082: Layer already exists 01:58:07 7dee9fbf0d53: Layer already exists 01:58:07 c7f9d21f7bdc: Layer already exists 01:58:07 bfd393b00c75: Layer already exists 01:58:07 097100c76c15: Layer already exists 01:58:07 2c64238d9b72: Layer already exists 01:58:07 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:58:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:08 c1319a6e5968: Preparing 01:58:08 7dee9fbf0d53: Preparing 01:58:08 3145beadc13e: Preparing 01:58:08 548690317d54: Preparing 01:58:08 76b9d5a76082: Preparing 01:58:08 c7f9d21f7bdc: Preparing 01:58:08 bfd393b00c75: Preparing 01:58:08 2c64238d9b72: Preparing 01:58:08 097100c76c15: Preparing 01:58:08 c7f9d21f7bdc: Waiting 01:58:08 bfd393b00c75: Waiting 01:58:08 2c64238d9b72: Waiting 01:58:08 097100c76c15: Waiting 01:58:08 c1319a6e5968: Layer already exists 01:58:08 76b9d5a76082: Layer already exists 01:58:08 3145beadc13e: Layer already exists 01:58:08 548690317d54: Layer already exists 01:58:08 7dee9fbf0d53: Layer already exists 01:58:08 c7f9d21f7bdc: Layer already exists 01:58:08 bfd393b00c75: Layer already exists 01:58:08 097100c76c15: Layer already exists 01:58:08 2c64238d9b72: Layer already exists 01:58:08 main: digest: sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:08 ===================================================== [Pipeline] echo 01:58:08 taggedImages: 01:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:58:08 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:58:08 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:08 latest 01:58:08 4.1.0-dev.42 01:58:08 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:08 main 01:58:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:09 b3495cdeb98c: Preparing 01:58:09 e853670416f6: Preparing 01:58:09 b2c5d8dde986: Preparing 01:58:09 548690317d54: Preparing 01:58:09 76b9d5a76082: Preparing 01:58:09 62fe56f7d954: Preparing 01:58:09 bf16ce3e7309: Preparing 01:58:09 a0ab6d10d3e9: Preparing 01:58:09 097100c76c15: Preparing 01:58:09 bf16ce3e7309: Waiting 01:58:09 a0ab6d10d3e9: Waiting 01:58:09 097100c76c15: Waiting 01:58:09 62fe56f7d954: Waiting 01:58:09 76b9d5a76082: Layer already exists 01:58:09 548690317d54: Layer already exists 01:58:09 b3495cdeb98c: Layer already exists 01:58:09 bf16ce3e7309: Layer already exists 01:58:09 a0ab6d10d3e9: Layer already exists 01:58:09 097100c76c15: Layer already exists 01:58:09 e853670416f6: Pushed 01:58:09 b2c5d8dde986: Pushed 01:58:21 62fe56f7d954: Pushed 01:58:21 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:58:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:22 b3495cdeb98c: Preparing 01:58:22 e853670416f6: Preparing 01:58:22 b2c5d8dde986: Preparing 01:58:22 548690317d54: Preparing 01:58:22 76b9d5a76082: Preparing 01:58:22 62fe56f7d954: Preparing 01:58:22 bf16ce3e7309: Preparing 01:58:22 a0ab6d10d3e9: Preparing 01:58:22 097100c76c15: Preparing 01:58:22 62fe56f7d954: Waiting 01:58:22 bf16ce3e7309: Waiting 01:58:22 a0ab6d10d3e9: Waiting 01:58:22 097100c76c15: Waiting 01:58:22 76b9d5a76082: Layer already exists 01:58:22 e853670416f6: Layer already exists 01:58:22 548690317d54: Layer already exists 01:58:22 b3495cdeb98c: Layer already exists 01:58:22 b2c5d8dde986: Layer already exists 01:58:22 62fe56f7d954: Layer already exists 01:58:22 bf16ce3e7309: Layer already exists 01:58:22 097100c76c15: Layer already exists 01:58:22 a0ab6d10d3e9: Layer already exists 01:58:22 latest: digest: sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:58:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:22 b3495cdeb98c: Preparing 01:58:22 e853670416f6: Preparing 01:58:22 b2c5d8dde986: Preparing 01:58:22 548690317d54: Preparing 01:58:22 76b9d5a76082: Preparing 01:58:22 62fe56f7d954: Preparing 01:58:22 bf16ce3e7309: Preparing 01:58:22 a0ab6d10d3e9: Preparing 01:58:22 097100c76c15: Preparing 01:58:22 bf16ce3e7309: Waiting 01:58:22 62fe56f7d954: Waiting 01:58:22 097100c76c15: Waiting 01:58:22 a0ab6d10d3e9: Waiting 01:58:22 e853670416f6: Layer already exists 01:58:22 76b9d5a76082: Layer already exists 01:58:22 548690317d54: Layer already exists 01:58:22 b2c5d8dde986: Layer already exists 01:58:22 b3495cdeb98c: Layer already exists 01:58:22 bf16ce3e7309: Layer already exists 01:58:22 62fe56f7d954: Layer already exists 01:58:22 a0ab6d10d3e9: Layer already exists 01:58:22 097100c76c15: Layer already exists 01:58:22 4.1.0-dev.42: digest: sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:23 b3495cdeb98c: Preparing 01:58:23 e853670416f6: Preparing 01:58:23 b2c5d8dde986: Preparing 01:58:23 548690317d54: Preparing 01:58:23 76b9d5a76082: Preparing 01:58:23 62fe56f7d954: Preparing 01:58:23 bf16ce3e7309: Preparing 01:58:23 a0ab6d10d3e9: Preparing 01:58:23 097100c76c15: Preparing 01:58:23 62fe56f7d954: Waiting 01:58:23 bf16ce3e7309: Waiting 01:58:23 a0ab6d10d3e9: Waiting 01:58:23 097100c76c15: Waiting 01:58:23 b2c5d8dde986: Layer already exists 01:58:23 76b9d5a76082: Layer already exists 01:58:23 b3495cdeb98c: Layer already exists 01:58:23 548690317d54: Layer already exists 01:58:23 e853670416f6: Layer already exists 01:58:23 a0ab6d10d3e9: Layer already exists 01:58:23 62fe56f7d954: Layer already exists 01:58:23 bf16ce3e7309: Layer already exists 01:58:23 097100c76c15: Layer already exists 01:58:23 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:58:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:24 b3495cdeb98c: Preparing 01:58:24 e853670416f6: Preparing 01:58:24 b2c5d8dde986: Preparing 01:58:24 548690317d54: Preparing 01:58:24 76b9d5a76082: Preparing 01:58:24 62fe56f7d954: Preparing 01:58:24 bf16ce3e7309: Preparing 01:58:24 a0ab6d10d3e9: Preparing 01:58:24 097100c76c15: Preparing 01:58:24 62fe56f7d954: Waiting 01:58:24 a0ab6d10d3e9: Waiting 01:58:24 bf16ce3e7309: Waiting 01:58:24 097100c76c15: Waiting 01:58:24 e853670416f6: Layer already exists 01:58:24 b2c5d8dde986: Layer already exists 01:58:24 b3495cdeb98c: Layer already exists 01:58:24 76b9d5a76082: Layer already exists 01:58:24 548690317d54: Layer already exists 01:58:24 62fe56f7d954: Layer already exists 01:58:24 bf16ce3e7309: Layer already exists 01:58:24 a0ab6d10d3e9: Layer already exists 01:58:24 097100c76c15: Layer already exists 01:58:24 main: digest: sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:24 ===================================================== [Pipeline] echo 01:58:24 taggedImages: 01:58:24 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:24 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:58:24 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:58:24 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:24 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:58:24 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:58:24 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:24 latest 01:58:24 4.1.0-dev.42 01:58:24 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:24 main 01:58:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:24 6dffe5eb540c: Preparing 01:58:24 1e44dbbb2c65: Preparing 01:58:24 548690317d54: Preparing 01:58:24 76b9d5a76082: Preparing 01:58:24 99578ead59aa: Preparing 01:58:24 dd35d2687107: Preparing 01:58:24 097100c76c15: Preparing 01:58:24 dd35d2687107: Waiting 01:58:24 097100c76c15: Waiting 01:58:24 548690317d54: Layer already exists 01:58:24 76b9d5a76082: Layer already exists 01:58:24 097100c76c15: Layer already exists 01:58:24 99578ead59aa: Pushed 01:58:24 6dffe5eb540c: Pushed 01:58:25 dd35d2687107: Pushed 01:58:28 1e44dbbb2c65: Pushed 01:58:28 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:29 6dffe5eb540c: Preparing 01:58:29 1e44dbbb2c65: Preparing 01:58:29 548690317d54: Preparing 01:58:29 76b9d5a76082: Preparing 01:58:29 99578ead59aa: Preparing 01:58:29 dd35d2687107: Preparing 01:58:29 097100c76c15: Preparing 01:58:29 dd35d2687107: Waiting 01:58:29 097100c76c15: Waiting 01:58:29 548690317d54: Layer already exists 01:58:29 6dffe5eb540c: Layer already exists 01:58:29 76b9d5a76082: Layer already exists 01:58:29 99578ead59aa: Layer already exists 01:58:29 1e44dbbb2c65: Layer already exists 01:58:29 dd35d2687107: Layer already exists 01:58:29 097100c76c15: Layer already exists 01:58:29 latest: digest: sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:30 6dffe5eb540c: Preparing 01:58:30 1e44dbbb2c65: Preparing 01:58:30 548690317d54: Preparing 01:58:30 76b9d5a76082: Preparing 01:58:30 99578ead59aa: Preparing 01:58:30 dd35d2687107: Preparing 01:58:30 097100c76c15: Preparing 01:58:30 dd35d2687107: Waiting 01:58:30 097100c76c15: Waiting 01:58:30 76b9d5a76082: Layer already exists 01:58:30 6dffe5eb540c: Layer already exists 01:58:30 1e44dbbb2c65: Layer already exists 01:58:30 99578ead59aa: Layer already exists 01:58:30 548690317d54: Layer already exists 01:58:30 dd35d2687107: Layer already exists 01:58:30 097100c76c15: Layer already exists 01:58:30 4.1.0-dev.42: digest: sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:30 6dffe5eb540c: Preparing 01:58:30 1e44dbbb2c65: Preparing 01:58:30 548690317d54: Preparing 01:58:30 76b9d5a76082: Preparing 01:58:30 99578ead59aa: Preparing 01:58:30 dd35d2687107: Preparing 01:58:30 097100c76c15: Preparing 01:58:30 dd35d2687107: Waiting 01:58:30 097100c76c15: Waiting 01:58:30 99578ead59aa: Layer already exists 01:58:30 76b9d5a76082: Layer already exists 01:58:30 548690317d54: Layer already exists 01:58:30 6dffe5eb540c: Layer already exists 01:58:30 1e44dbbb2c65: Layer already exists 01:58:30 dd35d2687107: Layer already exists 01:58:30 097100c76c15: Layer already exists 01:58:30 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:31 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:31 6dffe5eb540c: Preparing 01:58:31 1e44dbbb2c65: Preparing 01:58:31 548690317d54: Preparing 01:58:31 76b9d5a76082: Preparing 01:58:31 99578ead59aa: Preparing 01:58:31 dd35d2687107: Preparing 01:58:31 097100c76c15: Preparing 01:58:31 dd35d2687107: Waiting 01:58:31 097100c76c15: Waiting 01:58:31 6dffe5eb540c: Layer already exists 01:58:31 99578ead59aa: Layer already exists 01:58:31 76b9d5a76082: Layer already exists 01:58:31 548690317d54: Layer already exists 01:58:31 1e44dbbb2c65: Layer already exists 01:58:31 097100c76c15: Layer already exists 01:58:31 dd35d2687107: Layer already exists 01:58:31 main: digest: sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:31 ===================================================== [Pipeline] echo 01:58:31 taggedImages: 01:58:31 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:31 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:58:31 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:58:31 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:31 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:58:31 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:58:31 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:31 latest 01:58:31 4.1.0-dev.42 01:58:31 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:31 main 01:58:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:32 c3baa45a1d45: Preparing 01:58:32 957cf9653c61: Preparing 01:58:32 548690317d54: Preparing 01:58:32 76b9d5a76082: Preparing 01:58:32 fcdd00eb2579: Preparing 01:58:32 8f39f88d1886: Preparing 01:58:32 097100c76c15: Preparing 01:58:32 097100c76c15: Waiting 01:58:32 8f39f88d1886: Waiting 01:58:32 548690317d54: Layer already exists 01:58:32 76b9d5a76082: Layer already exists 01:58:32 097100c76c15: Layer already exists 01:58:32 fcdd00eb2579: Pushed 01:58:32 c3baa45a1d45: Pushed 01:58:32 8f39f88d1886: Pushed 01:58:36 957cf9653c61: Pushed 01:58:36 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:37 c3baa45a1d45: Preparing 01:58:37 957cf9653c61: Preparing 01:58:37 548690317d54: Preparing 01:58:37 76b9d5a76082: Preparing 01:58:37 fcdd00eb2579: Preparing 01:58:37 8f39f88d1886: Preparing 01:58:37 097100c76c15: Preparing 01:58:37 8f39f88d1886: Waiting 01:58:37 097100c76c15: Waiting 01:58:37 76b9d5a76082: Layer already exists 01:58:37 c3baa45a1d45: Layer already exists 01:58:37 fcdd00eb2579: Layer already exists 01:58:37 548690317d54: Layer already exists 01:58:37 957cf9653c61: Layer already exists 01:58:37 8f39f88d1886: Layer already exists 01:58:37 097100c76c15: Layer already exists 01:58:37 latest: digest: sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:37 c3baa45a1d45: Preparing 01:58:37 957cf9653c61: Preparing 01:58:37 548690317d54: Preparing 01:58:37 76b9d5a76082: Preparing 01:58:37 fcdd00eb2579: Preparing 01:58:37 8f39f88d1886: Preparing 01:58:37 097100c76c15: Preparing 01:58:37 8f39f88d1886: Waiting 01:58:37 097100c76c15: Waiting 01:58:37 fcdd00eb2579: Layer already exists 01:58:37 c3baa45a1d45: Layer already exists 01:58:37 76b9d5a76082: Layer already exists 01:58:37 548690317d54: Layer already exists 01:58:37 957cf9653c61: Layer already exists 01:58:37 097100c76c15: Layer already exists 01:58:37 8f39f88d1886: Layer already exists 01:58:37 4.1.0-dev.42: digest: sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:38 c3baa45a1d45: Preparing 01:58:38 957cf9653c61: Preparing 01:58:38 548690317d54: Preparing 01:58:38 76b9d5a76082: Preparing 01:58:38 fcdd00eb2579: Preparing 01:58:38 8f39f88d1886: Preparing 01:58:38 097100c76c15: Preparing 01:58:38 8f39f88d1886: Waiting 01:58:38 097100c76c15: Waiting 01:58:38 957cf9653c61: Layer already exists 01:58:38 c3baa45a1d45: Layer already exists 01:58:38 fcdd00eb2579: Layer already exists 01:58:38 76b9d5a76082: Layer already exists 01:58:38 548690317d54: Layer already exists 01:58:38 8f39f88d1886: Layer already exists 01:58:38 097100c76c15: Layer already exists 01:58:38 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:58:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:39 c3baa45a1d45: Preparing 01:58:39 957cf9653c61: Preparing 01:58:39 548690317d54: Preparing 01:58:39 76b9d5a76082: Preparing 01:58:39 fcdd00eb2579: Preparing 01:58:39 8f39f88d1886: Preparing 01:58:39 097100c76c15: Preparing 01:58:39 8f39f88d1886: Waiting 01:58:39 097100c76c15: Waiting 01:58:39 c3baa45a1d45: Layer already exists 01:58:39 548690317d54: Layer already exists 01:58:39 76b9d5a76082: Layer already exists 01:58:39 fcdd00eb2579: Layer already exists 01:58:39 957cf9653c61: Layer already exists 01:58:39 8f39f88d1886: Layer already exists 01:58:39 097100c76c15: Layer already exists 01:58:39 main: digest: sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:39 ===================================================== [Pipeline] echo 01:58:39 taggedImages: 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:58:39 ========================================================= 01:58:39 [edgeXBuildMultiArch] RAW Config: 01:58:39 images: 01:58:39 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/core-command:latest 01:58:39 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-command:main 01:58:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:58:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:58:39 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/core-data:latest 01:58:39 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-data:main 01:58:39 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:58:39 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:58:39 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:58:39 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:58:39 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:58:39 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:58:39 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:58:39 settingsFile: 01:58:39 edgex-go-settings 01:58:39 ========================================================= [Pipeline] node 01:58:54 Still waiting to schedule task 01:58:54 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:59:37 Running on prd-centos7-docker-4c-2g-5648 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:59:37 provisioning config files... 01:59:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13710219229144150163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:59:38 ---> ****-login.sh 01:59:38 nexus3.edgexfoundry.org:10001 01:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:59:40 Configure a credential helper to remove this warning. See 01:59:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:59:40 01:59:40 Login Succeeded 01:59:40 nexus3.edgexfoundry.org:10002 01:59:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:59:40 Configure a credential helper to remove this warning. See 01:59:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:59:40 01:59:40 Login Succeeded 01:59:40 nexus3.edgexfoundry.org:10003 01:59:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:59:40 Configure a credential helper to remove this warning. See 01:59:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:59:40 01:59:40 Login Succeeded 01:59:40 nexus3.edgexfoundry.org:10004 01:59:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:59:40 Configure a credential helper to remove this warning. See 01:59:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:59:40 01:59:40 Login Succeeded 01:59:40 ****.io 01:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:59:41 Configure a credential helper to remove this warning. See 01:59:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:59:41 01:59:41 Login Succeeded 01:59:41 ---> ****-login.sh ends [Pipeline] } 01:59:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:59:41 + docker buildx ls 01:59:42 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:59:42 default * docker 01:59:42 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:59:42 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:59:42 edgex-builder [Pipeline] sh 01:59:42 + docker buildx inspect --bootstrap 01:59:42 #1 [internal] booting buildkit 01:59:42 #1 pulling image moby/buildkit:buildx-stable-1 01:59:46 #1 pulling image moby/buildkit:buildx-stable-1 3.4s done 01:59:46 #1 creating container buildx_buildkit_edgex-builder0 01:59:47 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 01:59:47 #1 DONE 4.8s 01:59:47 Name: edgex-builder 01:59:47 Driver: docker-container 01:59:47 01:59:47 Nodes: 01:59:47 Name: edgex-builder0 01:59:47 Endpoint: unix:///var/run/docker.sock 01:59:47 Status: running 01:59:47 Buildkit: v0.22.0 01:59:47 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:59:47 + docker buildx ls 01:59:47 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:59:47 edgex-builder * docker-container 01:59:47 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:59:47 default docker 01:59:47 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:59:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:59:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:59:48 #1 [internal] load build definition from Dockerfile 01:59:48 #1 transferring dockerfile: 197B done 01:59:48 #1 DONE 0.0s 01:59:48 01:59:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:48 #2 DONE 0.1s 01:59:48 01:59:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:48 #3 DONE 0.1s 01:59:48 01:59:48 #4 [internal] load .dockerignore 01:59:48 #4 transferring context: 2B done 01:59:48 #4 DONE 0.0s 01:59:48 01:59:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:48 #5 DONE 0.0s 01:59:48 01:59:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 done 01:59:48 #6 DONE 0.1s 01:59:48 01:59:48 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:59:48 #7 DONE 0.0s 01:59:48 01:59:48 #8 exporting to image 01:59:48 #8 exporting layers done 01:59:48 #8 exporting manifest sha256:d92759d2bfe4f88202627018823d3bff1420013074d5429fa9a534a10d000b5d done 01:59:48 #8 exporting config sha256:5bd92fb01372be01dfc5aa6a323380ffa6287a134b5ba84e6ec6ad965195f600 done 01:59:48 #8 exporting manifest sha256:8c27eef516945b4ac5ca9e21da63dab6be6fbdef39d60e2cb7217c5409d61e40 done 01:59:48 #8 exporting config sha256:96df8d6b041acb698b6779a5015395763e67f79b726b02c155501c61b5ff706d done 01:59:48 #8 exporting manifest list sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 done 01:59:48 #8 pushing layers 0.1s done 01:59:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 01:59:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 0.1s done 01:59:48 #8 DONE 0.2s 01:59:48 01:59:48 1 warning found (use --debug to expand): 01:59:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:59:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:59:48 #1 [internal] load build definition from Dockerfile 01:59:48 #1 transferring dockerfile: 163B done 01:59:48 #1 DONE 0.0s 01:59:48 01:59:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:59:48 #2 DONE 0.0s 01:59:48 01:59:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:59:48 #3 DONE 0.0s 01:59:48 01:59:48 #4 [internal] load .dockerignore 01:59:48 #4 transferring context: 2B done 01:59:48 #4 DONE 0.0s 01:59:48 01:59:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:48 #5 CACHED 01:59:48 01:59:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:48 #6 CACHED 01:59:48 01:59:48 #7 exporting to image 01:59:48 #7 exporting layers 01:59:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:49 #7 exporting layers done 01:59:49 #7 exporting manifest sha256:d92759d2bfe4f88202627018823d3bff1420013074d5429fa9a534a10d000b5d done 01:59:49 #7 exporting config sha256:5bd92fb01372be01dfc5aa6a323380ffa6287a134b5ba84e6ec6ad965195f600 done 01:59:49 #7 exporting manifest sha256:8c27eef516945b4ac5ca9e21da63dab6be6fbdef39d60e2cb7217c5409d61e40 done 01:59:49 #7 exporting config sha256:96df8d6b041acb698b6779a5015395763e67f79b726b02c155501c61b5ff706d done 01:59:49 #7 exporting manifest list sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 done 01:59:49 #7 pushing layers 0.0s done 01:59:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 0.1s done 01:59:49 #7 DONE 0.1s 01:59:49 01:59:49 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:59:49 #8 DONE 0.0s 01:59:49 01:59:49 1 warning found (use --debug to expand): 01:59:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42' 01:59:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 --push - 01:59:49 #1 [internal] load build definition from Dockerfile 01:59:49 #1 transferring dockerfile: 169B done 01:59:49 #1 DONE 0.0s 01:59:49 01:59:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:59:49 #2 DONE 0.0s 01:59:49 01:59:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:59:49 #3 DONE 0.0s 01:59:49 01:59:49 #4 [internal] load .dockerignore 01:59:49 #4 transferring context: 2B done 01:59:49 #4 DONE 0.0s 01:59:49 01:59:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:49 #5 CACHED 01:59:49 01:59:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:49 #6 CACHED 01:59:49 01:59:49 #7 exporting to image 01:59:49 #7 exporting layers done 01:59:49 #7 exporting manifest sha256:d92759d2bfe4f88202627018823d3bff1420013074d5429fa9a534a10d000b5d done 01:59:49 #7 exporting config sha256:5bd92fb01372be01dfc5aa6a323380ffa6287a134b5ba84e6ec6ad965195f600 done 01:59:49 #7 exporting manifest sha256:8c27eef516945b4ac5ca9e21da63dab6be6fbdef39d60e2cb7217c5409d61e40 done 01:59:49 #7 exporting config sha256:96df8d6b041acb698b6779a5015395763e67f79b726b02c155501c61b5ff706d done 01:59:49 #7 exporting manifest list sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 done 01:59:49 #7 pushing layers 0.0s done 01:59:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 01:59:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 0.1s done 01:59:49 #7 DONE 0.1s 01:59:49 01:59:49 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:59:49 #8 DONE 0.0s 01:59:49 01:59:49 1 warning found (use --debug to expand): 01:59:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:59:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:59:50 #1 [internal] load build definition from Dockerfile 01:59:50 #1 transferring dockerfile: 210B done 01:59:50 #1 DONE 0.0s 01:59:50 01:59:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:50 #2 DONE 0.0s 01:59:50 01:59:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:50 #3 DONE 0.0s 01:59:50 01:59:50 #4 [internal] load .dockerignore 01:59:50 #4 transferring context: 2B done 01:59:50 #4 DONE 0.0s 01:59:50 01:59:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:50 #5 CACHED 01:59:50 01:59:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:50 #6 CACHED 01:59:50 01:59:50 #7 exporting to image 01:59:50 #7 exporting layers done 01:59:50 #7 exporting manifest sha256:d92759d2bfe4f88202627018823d3bff1420013074d5429fa9a534a10d000b5d done 01:59:50 #7 exporting config sha256:5bd92fb01372be01dfc5aa6a323380ffa6287a134b5ba84e6ec6ad965195f600 done 01:59:50 #7 exporting manifest sha256:8c27eef516945b4ac5ca9e21da63dab6be6fbdef39d60e2cb7217c5409d61e40 done 01:59:50 #7 exporting config sha256:96df8d6b041acb698b6779a5015395763e67f79b726b02c155501c61b5ff706d done 01:59:50 #7 exporting manifest list sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 done 01:59:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:50 #7 pushing layers 0.0s done 01:59:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 0.1s done 01:59:50 #7 DONE 0.1s 01:59:50 01:59:50 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:59:50 #8 DONE 0.0s 01:59:50 01:59:50 1 warning found (use --debug to expand): 01:59:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:59:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:59:50 #1 [internal] load build definition from Dockerfile 01:59:50 #1 transferring dockerfile: 161B done 01:59:50 #1 DONE 0.0s 01:59:50 01:59:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:59:50 #2 DONE 0.0s 01:59:50 01:59:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:59:50 #3 DONE 0.0s 01:59:50 01:59:50 #4 [internal] load .dockerignore 01:59:50 #4 transferring context: 2B done 01:59:50 #4 DONE 0.0s 01:59:50 01:59:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:50 #5 CACHED 01:59:50 01:59:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 01:59:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:0f60e1291a60fbeb944f19c0b1cd0f7608d85a34594bb98202ea903b33dac723 0.0s done 01:59:50 #6 CACHED 01:59:50 01:59:50 #7 exporting to image 01:59:50 #7 exporting layers done 01:59:50 #7 exporting manifest sha256:d92759d2bfe4f88202627018823d3bff1420013074d5429fa9a534a10d000b5d done 01:59:50 #7 exporting config sha256:5bd92fb01372be01dfc5aa6a323380ffa6287a134b5ba84e6ec6ad965195f600 done 01:59:50 #7 exporting manifest sha256:8c27eef516945b4ac5ca9e21da63dab6be6fbdef39d60e2cb7217c5409d61e40 done 01:59:50 #7 exporting config sha256:96df8d6b041acb698b6779a5015395763e67f79b726b02c155501c61b5ff706d done 01:59:50 #7 exporting manifest list sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 01:59:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:50 #7 exporting manifest list sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 done 01:59:50 #7 pushing layers 0.0s done 01:59:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:565770ce33ab658b0088d5c5fd4ca1a7fd1920f45417dd598d8b7484fe46b128 0.1s done 01:59:50 #7 DONE 0.1s 01:59:50 01:59:50 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:59:50 #8 DONE 0.0s 01:59:50 01:59:50 1 warning found (use --debug to expand): 01:59:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:59:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:59:51 #1 [internal] load build definition from Dockerfile 01:59:51 #1 transferring dockerfile: 216B done 01:59:51 #1 DONE 0.0s 01:59:51 01:59:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:51 #2 DONE 0.0s 01:59:51 01:59:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:51 #3 DONE 0.1s 01:59:51 01:59:51 #4 [internal] load .dockerignore 01:59:51 #4 transferring context: 2B done 01:59:51 #4 DONE 0.0s 01:59:51 01:59:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:51 #5 ... 01:59:51 01:59:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 0.0s done 01:59:51 #6 DONE 0.1s 01:59:51 01:59:51 #7 exporting to image 01:59:51 #7 exporting layers done 01:59:51 #7 exporting manifest sha256:03abbf70e4e437c30024cd158031f7ebce0d5b9795c8b018e8104d114d1742d8 done 01:59:51 #7 exporting config sha256:89fc60af8e13b37b006d67dacaf8bbc641e6fe60dd5488f3a90f25ae34f8a373 done 01:59:51 #7 exporting manifest sha256:7d548a6c696410cafb8677039bb713ba415764775bbebfc6d9ab74acda91069b done 01:59:51 #7 exporting config sha256:1b0886b89693b979cb719426d8208466e69554233bea30b426eced6302cba325 done 01:59:51 #7 exporting manifest list sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 done 01:59:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:51 #7 ... 01:59:51 01:59:51 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:51 #8 DONE 0.0s 01:59:51 01:59:51 #7 exporting to image 01:59:51 #7 pushing layers 0.1s done 01:59:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 01:59:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 0.1s done 01:59:51 #7 DONE 0.3s 01:59:51 01:59:51 1 warning found (use --debug to expand): 01:59:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:59:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:59:51 #1 [internal] load build definition from Dockerfile 01:59:51 #1 transferring dockerfile: 182B done 01:59:51 #1 DONE 0.0s 01:59:51 01:59:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:59:51 #2 DONE 0.0s 01:59:51 01:59:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:59:51 #3 DONE 0.0s 01:59:51 01:59:51 #4 [internal] load .dockerignore 01:59:51 #4 transferring context: 2B done 01:59:51 #4 DONE 0.0s 01:59:51 01:59:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 done 01:59:51 #5 CACHED 01:59:51 01:59:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 0.0s done 01:59:51 #6 CACHED 01:59:51 01:59:51 #7 exporting to image 01:59:51 #7 exporting layers 01:59:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:52 #7 exporting layers done 01:59:52 #7 exporting manifest sha256:03abbf70e4e437c30024cd158031f7ebce0d5b9795c8b018e8104d114d1742d8 done 01:59:52 #7 exporting config sha256:89fc60af8e13b37b006d67dacaf8bbc641e6fe60dd5488f3a90f25ae34f8a373 done 01:59:52 #7 exporting manifest sha256:7d548a6c696410cafb8677039bb713ba415764775bbebfc6d9ab74acda91069b done 01:59:52 #7 exporting config sha256:1b0886b89693b979cb719426d8208466e69554233bea30b426eced6302cba325 done 01:59:52 #7 exporting manifest list sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 done 01:59:52 #7 pushing layers 0.0s done 01:59:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 0.1s done 01:59:52 #7 DONE 0.1s 01:59:52 01:59:52 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:52 #8 DONE 0.0s 01:59:52 01:59:52 1 warning found (use --debug to expand): 01:59:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42' 01:59:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 --push - 01:59:52 #1 [internal] load build definition from Dockerfile 01:59:52 #1 transferring dockerfile: 188B done 01:59:52 #1 DONE 0.0s 01:59:52 01:59:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:59:52 #2 DONE 0.0s 01:59:52 01:59:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:59:52 #3 DONE 0.0s 01:59:52 01:59:52 #4 [internal] load .dockerignore 01:59:52 #4 transferring context: 2B done 01:59:52 #4 DONE 0.0s 01:59:52 01:59:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 done 01:59:52 #5 CACHED 01:59:52 01:59:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 0.0s done 01:59:52 #6 CACHED 01:59:52 01:59:52 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:52 #7 DONE 0.0s 01:59:52 01:59:52 #8 exporting to image 01:59:52 #8 exporting layers done 01:59:52 #8 exporting manifest sha256:03abbf70e4e437c30024cd158031f7ebce0d5b9795c8b018e8104d114d1742d8 done 01:59:52 #8 exporting config sha256:89fc60af8e13b37b006d67dacaf8bbc641e6fe60dd5488f3a90f25ae34f8a373 done 01:59:52 #8 exporting manifest sha256:7d548a6c696410cafb8677039bb713ba415764775bbebfc6d9ab74acda91069b done 01:59:52 #8 exporting config sha256:1b0886b89693b979cb719426d8208466e69554233bea30b426eced6302cba325 done 01:59:52 #8 exporting manifest list sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 done 01:59:52 #8 pushing layers 0.0s done 01:59:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 0.1s done 01:59:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:52 #8 DONE 0.1s 01:59:52 01:59:52 1 warning found (use --debug to expand): 01:59:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:59:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:59:53 #1 [internal] load build definition from Dockerfile 01:59:53 #1 transferring dockerfile: 229B done 01:59:53 #1 DONE 0.0s 01:59:53 01:59:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:53 #2 DONE 0.0s 01:59:53 01:59:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:53 #3 DONE 0.0s 01:59:53 01:59:53 #4 [internal] load .dockerignore 01:59:53 #4 transferring context: 2B done 01:59:53 #4 DONE 0.0s 01:59:53 01:59:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 done 01:59:53 #5 CACHED 01:59:53 01:59:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 0.0s done 01:59:53 #6 CACHED 01:59:53 01:59:53 #7 exporting to image 01:59:53 #7 exporting layers done 01:59:53 #7 exporting manifest sha256:03abbf70e4e437c30024cd158031f7ebce0d5b9795c8b018e8104d114d1742d8 done 01:59:53 #7 exporting config sha256:89fc60af8e13b37b006d67dacaf8bbc641e6fe60dd5488f3a90f25ae34f8a373 done 01:59:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:53 #7 exporting manifest sha256:7d548a6c696410cafb8677039bb713ba415764775bbebfc6d9ab74acda91069b done 01:59:53 #7 exporting config sha256:1b0886b89693b979cb719426d8208466e69554233bea30b426eced6302cba325 done 01:59:53 #7 exporting manifest list sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 done 01:59:53 #7 pushing layers 0.0s done 01:59:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 0.1s done 01:59:53 #7 DONE 0.1s 01:59:53 01:59:53 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:53 #8 DONE 0.0s 01:59:53 01:59:53 1 warning found (use --debug to expand): 01:59:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:59:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:59:53 #1 [internal] load build definition from Dockerfile 01:59:53 #1 transferring dockerfile: 180B done 01:59:53 #1 DONE 0.0s 01:59:53 01:59:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:59:53 #2 DONE 0.0s 01:59:53 01:59:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:59:53 #3 DONE 0.0s 01:59:53 01:59:53 #4 [internal] load .dockerignore 01:59:53 #4 transferring context: 2B done 01:59:53 #4 DONE 0.0s 01:59:53 01:59:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 done 01:59:53 #5 CACHED 01:59:53 01:59:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 01:59:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a3b820c349f7a263af39f578beaf516f87f469a54066be58fdbed1aac1f43032 0.0s done 01:59:53 #6 CACHED 01:59:53 01:59:53 #7 exporting to image 01:59:53 #7 exporting layers done 01:59:53 #7 exporting manifest sha256:03abbf70e4e437c30024cd158031f7ebce0d5b9795c8b018e8104d114d1742d8 done 01:59:53 #7 exporting config sha256:89fc60af8e13b37b006d67dacaf8bbc641e6fe60dd5488f3a90f25ae34f8a373 done 01:59:53 #7 exporting manifest sha256:7d548a6c696410cafb8677039bb713ba415764775bbebfc6d9ab74acda91069b done 01:59:53 #7 exporting config sha256:1b0886b89693b979cb719426d8208466e69554233bea30b426eced6302cba325 done 01:59:53 #7 exporting manifest list sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 done 01:59:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:53 #7 pushing layers 0.0s done 01:59:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ca242eaa4ae1b24b49ab0f8c0462cfd17ff88044484518767a717d96c1353cc1 0.1s done 01:59:53 #7 DONE 0.1s 01:59:53 01:59:53 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:53 #8 DONE 0.0s 01:59:53 01:59:53 1 warning found (use --debug to expand): 01:59:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:59:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:59:54 #1 [internal] load build definition from Dockerfile 01:59:54 #1 transferring dockerfile: 194B done 01:59:54 #1 DONE 0.0s 01:59:54 01:59:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:54 #2 DONE 0.0s 01:59:54 01:59:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:54 #3 DONE 0.0s 01:59:54 01:59:54 #4 [internal] load .dockerignore 01:59:54 #4 transferring context: 2B done 01:59:54 #4 DONE 0.0s 01:59:54 01:59:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 0.0s done 01:59:54 #5 DONE 0.0s 01:59:54 01:59:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:54 #6 DONE 0.0s 01:59:54 01:59:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 0.0s done 01:59:54 #5 DONE 0.1s 01:59:54 01:59:54 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:59:54 #7 DONE 0.0s 01:59:54 01:59:54 #8 exporting to image 01:59:54 #8 exporting layers done 01:59:54 #8 exporting manifest sha256:46b64bf314d0f7b59c8ce1206e7e6b6a2d5d07d83945d5902f35b74038a419a0 done 01:59:54 #8 exporting config sha256:4821eb34c5f38b533f85864088a52dc6bc190c455916c77f09cf48038b12e1cf done 01:59:54 #8 exporting manifest sha256:4bfbadef8c6bee91a56d7deca997e69a89829fca90ca1b6f538406cbaa2c0724 done 01:59:54 #8 exporting config sha256:ba0ddd8ac1533f6ce75f5e01e79e93f45c07a6a36942b058927ba3b055879f4b done 01:59:54 #8 exporting manifest list sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 done 01:59:54 #8 pushing layers 0.1s done 01:59:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 01:59:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 0.1s done 01:59:54 #8 DONE 0.2s 01:59:54 01:59:54 1 warning found (use --debug to expand): 01:59:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:59:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:59:54 #1 [internal] load build definition from Dockerfile 01:59:54 #1 transferring dockerfile: 160B done 01:59:54 #1 DONE 0.0s 01:59:54 01:59:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:59:54 #2 DONE 0.0s 01:59:54 01:59:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:59:54 #3 DONE 0.0s 01:59:54 01:59:54 #4 [internal] load .dockerignore 01:59:54 #4 transferring context: 2B done 01:59:54 #4 DONE 0.0s 01:59:54 01:59:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 0.0s done 01:59:55 #5 CACHED 01:59:55 01:59:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 done 01:59:55 #6 CACHED 01:59:55 01:59:55 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:59:55 #7 DONE 0.0s 01:59:55 01:59:55 #8 exporting to image 01:59:55 #8 exporting layers done 01:59:55 #8 exporting manifest sha256:46b64bf314d0f7b59c8ce1206e7e6b6a2d5d07d83945d5902f35b74038a419a0 done 01:59:55 #8 exporting config sha256:4821eb34c5f38b533f85864088a52dc6bc190c455916c77f09cf48038b12e1cf done 01:59:55 #8 exporting manifest sha256:4bfbadef8c6bee91a56d7deca997e69a89829fca90ca1b6f538406cbaa2c0724 done 01:59:55 #8 exporting config sha256:ba0ddd8ac1533f6ce75f5e01e79e93f45c07a6a36942b058927ba3b055879f4b done 01:59:55 #8 exporting manifest list sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 done 01:59:55 #8 pushing layers 0.0s done 01:59:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 0.1s done 01:59:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:55 #8 DONE 0.1s 01:59:55 01:59:55 1 warning found (use --debug to expand): 01:59:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42' 01:59:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 --push - 01:59:55 #1 [internal] load build definition from Dockerfile 01:59:55 #1 transferring dockerfile: 166B done 01:59:55 #1 DONE 0.0s 01:59:55 01:59:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:59:55 #2 DONE 0.0s 01:59:55 01:59:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:59:55 #3 DONE 0.0s 01:59:55 01:59:55 #4 [internal] load .dockerignore 01:59:55 #4 transferring context: 2B done 01:59:55 #4 DONE 0.0s 01:59:55 01:59:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 done 01:59:55 #5 CACHED 01:59:55 01:59:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 done 01:59:55 #6 CACHED 01:59:55 01:59:55 #7 exporting to image 01:59:55 #7 exporting layers done 01:59:55 #7 exporting manifest sha256:46b64bf314d0f7b59c8ce1206e7e6b6a2d5d07d83945d5902f35b74038a419a0 done 01:59:55 #7 exporting config sha256:4821eb34c5f38b533f85864088a52dc6bc190c455916c77f09cf48038b12e1cf done 01:59:55 #7 exporting manifest sha256:4bfbadef8c6bee91a56d7deca997e69a89829fca90ca1b6f538406cbaa2c0724 done 01:59:55 #7 exporting config sha256:ba0ddd8ac1533f6ce75f5e01e79e93f45c07a6a36942b058927ba3b055879f4b done 01:59:55 #7 exporting manifest list sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 done 01:59:55 #7 pushing layers 0.0s done 01:59:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 01:59:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 0.1s done 01:59:55 #7 DONE 0.1s 01:59:55 01:59:55 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:59:55 #8 DONE 0.0s 01:59:55 01:59:55 1 warning found (use --debug to expand): 01:59:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:59:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:59:56 #1 [internal] load build definition from Dockerfile 01:59:56 #1 transferring dockerfile: 207B done 01:59:56 #1 DONE 0.0s 01:59:56 01:59:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:56 #2 DONE 0.0s 01:59:56 01:59:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:56 #3 DONE 0.0s 01:59:56 01:59:56 #4 [internal] load .dockerignore 01:59:56 #4 transferring context: 2B done 01:59:56 #4 DONE 0.0s 01:59:56 01:59:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 done 01:59:56 #5 CACHED 01:59:56 01:59:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 done 01:59:56 #6 CACHED 01:59:56 01:59:56 #7 exporting to image 01:59:56 #7 exporting layers done 01:59:56 #7 exporting manifest sha256:46b64bf314d0f7b59c8ce1206e7e6b6a2d5d07d83945d5902f35b74038a419a0 done 01:59:56 #7 exporting config sha256:4821eb34c5f38b533f85864088a52dc6bc190c455916c77f09cf48038b12e1cf done 01:59:56 #7 exporting manifest sha256:4bfbadef8c6bee91a56d7deca997e69a89829fca90ca1b6f538406cbaa2c0724 done 01:59:56 #7 exporting config sha256:ba0ddd8ac1533f6ce75f5e01e79e93f45c07a6a36942b058927ba3b055879f4b done 01:59:56 #7 exporting manifest list sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 done 01:59:56 #7 pushing layers 0.0s done 01:59:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 01:59:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 0.1s done 01:59:56 #7 DONE 0.1s 01:59:56 01:59:56 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:59:56 #8 DONE 0.0s 01:59:56 01:59:56 1 warning found (use --debug to expand): 01:59:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:59:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:59:56 #1 [internal] load build definition from Dockerfile 01:59:56 #1 transferring dockerfile: 158B done 01:59:56 #1 DONE 0.0s 01:59:56 01:59:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:59:56 #2 DONE 0.0s 01:59:56 01:59:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:59:56 #3 DONE 0.0s 01:59:56 01:59:56 #4 [internal] load .dockerignore 01:59:56 #4 transferring context: 2B done 01:59:56 #4 DONE 0.0s 01:59:56 01:59:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 0.0s done 01:59:56 #5 CACHED 01:59:56 01:59:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 01:59:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:cd19796a449408042140f2fef42d172cf72a660276a800f3af6eececaf2bfb40 done 01:59:56 #6 CACHED 01:59:56 01:59:56 #7 exporting to image 01:59:56 #7 exporting layers done 01:59:56 #7 exporting manifest sha256:46b64bf314d0f7b59c8ce1206e7e6b6a2d5d07d83945d5902f35b74038a419a0 done 01:59:56 #7 exporting config sha256:4821eb34c5f38b533f85864088a52dc6bc190c455916c77f09cf48038b12e1cf done 01:59:56 #7 exporting manifest sha256:4bfbadef8c6bee91a56d7deca997e69a89829fca90ca1b6f538406cbaa2c0724 done 01:59:56 #7 exporting config sha256:ba0ddd8ac1533f6ce75f5e01e79e93f45c07a6a36942b058927ba3b055879f4b done 01:59:56 #7 exporting manifest list sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 done 01:59:56 #7 pushing layers 0.0s done 01:59:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 01:59:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:dbd99b20ad7a1f458aba06c9df30bc649219878417e056e0e1120b9dd7775ad8 0.1s done 01:59:56 #7 DONE 0.1s 01:59:56 01:59:56 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:59:56 #8 DONE 0.0s 01:59:56 01:59:56 1 warning found (use --debug to expand): 01:59:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:59:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:59:57 #1 [internal] load build definition from Dockerfile 01:59:57 #1 transferring dockerfile: 196B done 01:59:57 #1 DONE 0.0s 01:59:57 01:59:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:57 #2 DONE 0.0s 01:59:57 01:59:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:59:57 #3 DONE 0.1s 01:59:57 01:59:57 #4 [internal] load .dockerignore 01:59:57 #4 transferring context: 2B done 01:59:57 #4 DONE 0.0s 01:59:57 01:59:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:57 #5 DONE 0.0s 01:59:57 01:59:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:57 #6 DONE 0.0s 01:59:57 01:59:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:57 #5 DONE 0.1s 01:59:57 01:59:57 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:57 #7 DONE 0.0s 01:59:57 01:59:57 #8 exporting to image 01:59:57 #8 exporting layers done 01:59:57 #8 exporting manifest sha256:a8b472242e90d1e159e3ddfb677796fe4f0a3bd4aa3f5ad0c3c9d0af8ead23b6 done 01:59:57 #8 exporting config sha256:348442aacc8b250f5a7fa19b9af537cab200083aef33a5630d57bebadee54c4f done 01:59:57 #8 exporting manifest sha256:418272c6c344b23be82de9e74f62d980e3f17edb2d67bb4b516bf2f918b66880 done 01:59:57 #8 exporting config sha256:4691c822e5452bac440533c7e69cf5322593342ec8c42dae15939d6c3a3a0261 done 01:59:57 #8 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 done 01:59:57 #8 pushing layers 01:59:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:57 #8 pushing layers 0.1s done 01:59:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 0.1s done 01:59:57 #8 DONE 0.2s 01:59:57 01:59:57 1 warning found (use --debug to expand): 01:59:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:59:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:59:57 #1 [internal] load build definition from Dockerfile 01:59:57 #1 transferring dockerfile: 162B done 01:59:57 #1 DONE 0.0s 01:59:57 01:59:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:59:57 #2 DONE 0.0s 01:59:57 01:59:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:59:57 #3 DONE 0.0s 01:59:57 01:59:57 #4 [internal] load .dockerignore 01:59:57 #4 transferring context: 2B done 01:59:57 #4 DONE 0.0s 01:59:57 01:59:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:57 #5 CACHED 01:59:57 01:59:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:58 #6 CACHED 01:59:58 01:59:58 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:58 #7 DONE 0.0s 01:59:58 01:59:58 #8 exporting to image 01:59:58 #8 exporting layers done 01:59:58 #8 exporting manifest sha256:a8b472242e90d1e159e3ddfb677796fe4f0a3bd4aa3f5ad0c3c9d0af8ead23b6 done 01:59:58 #8 exporting config sha256:348442aacc8b250f5a7fa19b9af537cab200083aef33a5630d57bebadee54c4f done 01:59:58 #8 exporting manifest sha256:418272c6c344b23be82de9e74f62d980e3f17edb2d67bb4b516bf2f918b66880 done 01:59:58 #8 exporting config sha256:4691c822e5452bac440533c7e69cf5322593342ec8c42dae15939d6c3a3a0261 done 01:59:58 #8 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 done 01:59:58 #8 pushing layers 0.0s done 01:59:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 0.1s done 01:59:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:58 #8 DONE 0.1s 01:59:58 01:59:58 1 warning found (use --debug to expand): 01:59:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42' 01:59:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 --push - 01:59:58 #1 [internal] load build definition from Dockerfile 01:59:58 #1 transferring dockerfile: 168B done 01:59:58 #1 DONE 0.0s 01:59:58 01:59:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:59:58 #2 DONE 0.0s 01:59:58 01:59:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:59:58 #3 DONE 0.0s 01:59:58 01:59:58 #4 [internal] load .dockerignore 01:59:58 #4 transferring context: 2B done 01:59:58 #4 DONE 0.0s 01:59:58 01:59:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 done 01:59:58 #5 CACHED 01:59:58 01:59:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 done 01:59:58 #6 CACHED 01:59:58 01:59:58 #7 exporting to image 01:59:58 #7 exporting layers done 01:59:58 #7 exporting manifest sha256:a8b472242e90d1e159e3ddfb677796fe4f0a3bd4aa3f5ad0c3c9d0af8ead23b6 done 01:59:58 #7 exporting config sha256:348442aacc8b250f5a7fa19b9af537cab200083aef33a5630d57bebadee54c4f done 01:59:58 #7 exporting manifest sha256:418272c6c344b23be82de9e74f62d980e3f17edb2d67bb4b516bf2f918b66880 done 01:59:58 #7 exporting config sha256:4691c822e5452bac440533c7e69cf5322593342ec8c42dae15939d6c3a3a0261 done 01:59:58 #7 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 done 01:59:58 #7 pushing layers 0.0s done 01:59:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 01:59:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 0.1s done 01:59:58 #7 DONE 0.1s 01:59:58 01:59:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:58 #8 DONE 0.0s 01:59:58 01:59:58 1 warning found (use --debug to expand): 01:59:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:59:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:59:59 #1 [internal] load build definition from Dockerfile 01:59:59 #1 transferring dockerfile: 209B done 01:59:59 #1 DONE 0.0s 01:59:59 01:59:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:59 #2 DONE 0.0s 01:59:59 01:59:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:59:59 #3 DONE 0.0s 01:59:59 01:59:59 #4 [internal] load .dockerignore 01:59:59 #4 transferring context: 2B done 01:59:59 #4 DONE 0.0s 01:59:59 01:59:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:59 #5 CACHED 01:59:59 01:59:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 0.0s done 01:59:59 #6 CACHED 01:59:59 01:59:59 #7 exporting to image 01:59:59 #7 exporting layers done 01:59:59 #7 exporting manifest sha256:a8b472242e90d1e159e3ddfb677796fe4f0a3bd4aa3f5ad0c3c9d0af8ead23b6 done 01:59:59 #7 exporting config sha256:348442aacc8b250f5a7fa19b9af537cab200083aef33a5630d57bebadee54c4f done 01:59:59 #7 exporting manifest sha256:418272c6c344b23be82de9e74f62d980e3f17edb2d67bb4b516bf2f918b66880 done 01:59:59 #7 exporting config sha256:4691c822e5452bac440533c7e69cf5322593342ec8c42dae15939d6c3a3a0261 done 01:59:59 #7 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 01:59:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:59 #7 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 done 01:59:59 #7 pushing layers 0.0s done 01:59:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 0.1s done 01:59:59 #7 DONE 0.1s 01:59:59 01:59:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:59 #8 DONE 0.0s 01:59:59 01:59:59 1 warning found (use --debug to expand): 01:59:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:59:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:59:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:59:59 #1 [internal] load build definition from Dockerfile 01:59:59 #1 transferring dockerfile: 160B done 01:59:59 #1 DONE 0.0s 01:59:59 01:59:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:59:59 #2 DONE 0.0s 01:59:59 01:59:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:59:59 #3 DONE 0.0s 01:59:59 01:59:59 #4 [internal] load .dockerignore 01:59:59 #4 transferring context: 2B done 01:59:59 #4 DONE 0.0s 01:59:59 01:59:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 done 01:59:59 #5 CACHED 01:59:59 01:59:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 01:59:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e09e98b177b6fac4402ad099e758c3007ec99d3b154134bbc51612b33a2a6978 done 01:59:59 #6 CACHED 01:59:59 01:59:59 #7 exporting to image 01:59:59 #7 exporting layers done 01:59:59 #7 exporting manifest sha256:a8b472242e90d1e159e3ddfb677796fe4f0a3bd4aa3f5ad0c3c9d0af8ead23b6 done 01:59:59 #7 exporting config sha256:348442aacc8b250f5a7fa19b9af537cab200083aef33a5630d57bebadee54c4f done 01:59:59 #7 exporting manifest sha256:418272c6c344b23be82de9e74f62d980e3f17edb2d67bb4b516bf2f918b66880 done 01:59:59 #7 exporting config sha256:4691c822e5452bac440533c7e69cf5322593342ec8c42dae15939d6c3a3a0261 done 01:59:59 #7 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 01:59:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:59:59 #7 exporting manifest list sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 done 01:59:59 #7 pushing layers 0.0s done 01:59:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:bd67ef6c6a51ca1f00271f807e570b1a10fd15c57736523a2ee7bfa9aaeea875 0.1s done 01:59:59 #7 DONE 0.1s 01:59:59 01:59:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:59:59 #8 DONE 0.0s 01:59:59 01:59:59 1 warning found (use --debug to expand): 01:59:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:00 #1 [internal] load build definition from Dockerfile 02:00:00 #1 transferring dockerfile: 198B done 02:00:00 #1 DONE 0.0s 02:00:00 02:00:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:00 #2 DONE 0.0s 02:00:00 02:00:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:00 #3 DONE 0.1s 02:00:00 02:00:00 #4 [internal] load .dockerignore 02:00:00 #4 transferring context: 02:00:00 #4 transferring context: 2B done 02:00:00 #4 DONE 0.0s 02:00:00 02:00:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:00 #5 ... 02:00:00 02:00:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:00 #6 DONE 0.1s 02:00:00 02:00:00 #7 exporting to image 02:00:00 #7 exporting layers done 02:00:00 #7 exporting manifest sha256:278d8f83ae1b3e319e96f80bc00fa84cee5da78445f4cf564818d82bc8651529 done 02:00:00 #7 exporting config sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a done 02:00:00 #7 exporting manifest sha256:ef8734a2f5187cd1c15cb840e2fc8d296953c4c07735942c9661f7efd6563b42 done 02:00:00 #7 exporting config sha256:236bee3f24f7ae86a9532040942ab1e6fe305133a62ef34136c54a676a6fc523 done 02:00:00 #7 exporting manifest list sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e done 02:00:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:00 #7 ... 02:00:00 02:00:00 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:00:00 #8 DONE 0.0s 02:00:00 02:00:00 #7 exporting to image 02:00:00 #7 pushing layers 0.1s done 02:00:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e 02:00:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e 0.1s done 02:00:00 #7 DONE 0.2s 02:00:00 02:00:00 1 warning found (use --debug to expand): 02:00:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:00:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:00:01 #1 [internal] load build definition from Dockerfile 02:00:01 #1 transferring dockerfile: 164B done 02:00:01 #1 DONE 0.0s 02:00:01 02:00:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:00:01 #2 DONE 0.0s 02:00:01 02:00:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:00:01 #3 DONE 0.0s 02:00:01 02:00:01 #4 [internal] load .dockerignore 02:00:01 #4 transferring context: 2B done 02:00:01 #4 DONE 0.0s 02:00:01 02:00:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 done 02:00:01 #5 DONE 0.0s 02:00:01 02:00:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:01 #6 CACHED 02:00:01 02:00:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:01 #5 CACHED 02:00:01 02:00:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:00:01 #7 DONE 0.0s 02:00:01 02:00:01 #8 exporting to image 02:00:01 #8 exporting layers done 02:00:01 #8 exporting manifest sha256:278d8f83ae1b3e319e96f80bc00fa84cee5da78445f4cf564818d82bc8651529 done 02:00:01 #8 exporting config sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a done 02:00:01 #8 exporting manifest sha256:ef8734a2f5187cd1c15cb840e2fc8d296953c4c07735942c9661f7efd6563b42 done 02:00:01 #8 exporting config sha256:236bee3f24f7ae86a9532040942ab1e6fe305133a62ef34136c54a676a6fc523 done 02:00:01 #8 exporting manifest list sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e done 02:00:01 #8 pushing layers 0.0s done 02:00:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e 0.1s done 02:00:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:01 #8 DONE 0.1s 02:00:01 02:00:01 1 warning found (use --debug to expand): 02:00:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42' 02:00:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 --push - 02:00:01 #1 [internal] load build definition from Dockerfile 02:00:01 #1 transferring dockerfile: 170B done 02:00:01 #1 DONE 0.0s 02:00:01 02:00:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 02:00:01 #2 DONE 0.0s 02:00:01 02:00:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 02:00:01 #3 DONE 0.0s 02:00:01 02:00:01 #4 [internal] load .dockerignore 02:00:01 #4 transferring context: 2B done 02:00:01 #4 DONE 0.0s 02:00:01 02:00:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:01 #5 DONE 0.0s 02:00:01 02:00:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:01 #6 CACHED 02:00:01 02:00:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:01 #5 CACHED 02:00:01 02:00:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:00:01 #7 DONE 0.0s 02:00:01 02:00:01 #8 exporting to image 02:00:01 #8 exporting layers done 02:00:01 #8 exporting manifest sha256:278d8f83ae1b3e319e96f80bc00fa84cee5da78445f4cf564818d82bc8651529 done 02:00:01 #8 exporting config sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a done 02:00:01 #8 exporting manifest sha256:ef8734a2f5187cd1c15cb840e2fc8d296953c4c07735942c9661f7efd6563b42 done 02:00:01 #8 exporting config sha256:236bee3f24f7ae86a9532040942ab1e6fe305133a62ef34136c54a676a6fc523 done 02:00:01 #8 exporting manifest list sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e done 02:00:01 #8 pushing layers 0.0s done 02:00:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e 0.1s done 02:00:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:01 #8 DONE 0.1s 02:00:01 02:00:01 1 warning found (use --debug to expand): 02:00:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:02 #1 [internal] load build definition from Dockerfile 02:00:02 #1 transferring dockerfile: 211B done 02:00:02 #1 DONE 0.0s 02:00:02 02:00:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:02 #2 DONE 0.0s 02:00:02 02:00:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:02 #3 DONE 0.0s 02:00:02 02:00:02 #4 [internal] load .dockerignore 02:00:02 #4 transferring context: 2B done 02:00:02 #4 DONE 0.0s 02:00:02 02:00:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:02 #5 CACHED 02:00:02 02:00:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:02 #6 CACHED 02:00:02 02:00:02 #7 exporting to image 02:00:02 #7 exporting layers done 02:00:02 #7 exporting manifest sha256:278d8f83ae1b3e319e96f80bc00fa84cee5da78445f4cf564818d82bc8651529 done 02:00:02 #7 exporting config sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a done 02:00:02 #7 exporting manifest sha256:ef8734a2f5187cd1c15cb840e2fc8d296953c4c07735942c9661f7efd6563b42 done 02:00:02 #7 exporting config sha256:236bee3f24f7ae86a9532040942ab1e6fe305133a62ef34136c54a676a6fc523 done 02:00:02 #7 exporting manifest list sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e done 02:00:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:02 #7 pushing layers 0.0s done 02:00:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e 0.1s done 02:00:02 #7 DONE 0.1s 02:00:02 02:00:02 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:00:02 #8 DONE 0.0s 02:00:02 02:00:02 1 warning found (use --debug to expand): 02:00:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:00:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:00:02 #1 [internal] load build definition from Dockerfile 02:00:02 #1 transferring dockerfile: 162B done 02:00:02 #1 DONE 0.0s 02:00:02 02:00:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:00:02 #2 DONE 0.0s 02:00:02 02:00:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:00:02 #3 DONE 0.0s 02:00:02 02:00:02 #4 [internal] load .dockerignore 02:00:02 #4 transferring context: 2B done 02:00:02 #4 DONE 0.0s 02:00:02 02:00:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:02 #5 CACHED 02:00:02 02:00:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 02:00:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6c55d5632e9052b372277fe35fb62b58318ba0c8782ade3efb5298096c4f7df3 0.0s done 02:00:02 #6 CACHED 02:00:02 02:00:02 #7 exporting to image 02:00:02 #7 exporting layers done 02:00:02 #7 exporting manifest sha256:278d8f83ae1b3e319e96f80bc00fa84cee5da78445f4cf564818d82bc8651529 done 02:00:02 #7 exporting config sha256:7cc746f56672f8f2c84415abed7db5fbbe2f2b4b4e61e37ae08d53240ab52a1a done 02:00:02 #7 exporting manifest sha256:ef8734a2f5187cd1c15cb840e2fc8d296953c4c07735942c9661f7efd6563b42 done 02:00:02 #7 exporting config sha256:236bee3f24f7ae86a9532040942ab1e6fe305133a62ef34136c54a676a6fc523 done 02:00:02 #7 exporting manifest list sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e done 02:00:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:02 #7 pushing layers 0.0s done 02:00:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7f4bb441ed6a72ae44604b8e281cc34c3f355265e3560a5abb92502b0b01248e 0.1s done 02:00:02 #7 DONE 0.1s 02:00:02 02:00:02 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:00:02 #8 DONE 0.0s 02:00:02 02:00:02 1 warning found (use --debug to expand): 02:00:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:03 #1 [internal] load build definition from Dockerfile 02:00:03 #1 transferring dockerfile: 206B done 02:00:03 #1 DONE 0.0s 02:00:03 02:00:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:03 #2 DONE 0.0s 02:00:03 02:00:03 #3 [internal] load .dockerignore 02:00:03 #3 transferring context: 2B done 02:00:03 #3 DONE 0.0s 02:00:03 02:00:03 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:03 #4 DONE 0.1s 02:00:03 02:00:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:03 #5 DONE 0.0s 02:00:03 02:00:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:03 #6 DONE 0.0s 02:00:03 02:00:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:03 #5 DONE 0.2s 02:00:03 02:00:03 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:03 #7 DONE 0.0s 02:00:03 02:00:03 #8 exporting to image 02:00:03 #8 exporting layers done 02:00:03 #8 exporting manifest sha256:831c8cc16c39320d1b8b6075a874f0edc4de3ff92ae5d54cba1eeaa25922e414 done 02:00:03 #8 exporting config sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c done 02:00:03 #8 exporting manifest sha256:7607be744e3192c14725a8789e672d5a3f853dedeea13db2b96a36e8c9e721ef done 02:00:03 #8 exporting config sha256:8712079df3aad9f4d0821daa18dc4704c488738c2ee5d7f55753c61afe46f54e done 02:00:03 #8 exporting manifest list sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 done 02:00:03 #8 pushing layers 0.1s done 02:00:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 02:00:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 0.1s done 02:00:03 #8 DONE 0.2s 02:00:03 02:00:03 1 warning found (use --debug to expand): 02:00:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:00:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:00:04 #1 [internal] load build definition from Dockerfile 02:00:04 #1 transferring dockerfile: 172B done 02:00:04 #1 DONE 0.0s 02:00:04 02:00:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:00:04 #2 DONE 0.0s 02:00:04 02:00:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:00:04 #3 DONE 0.0s 02:00:04 02:00:04 #4 [internal] load .dockerignore 02:00:04 #4 transferring context: 2B done 02:00:04 #4 DONE 0.0s 02:00:04 02:00:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:04 #5 CACHED 02:00:04 02:00:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:04 #6 CACHED 02:00:04 02:00:04 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:04 #7 DONE 0.0s 02:00:04 02:00:04 #8 exporting to image 02:00:04 #8 exporting layers done 02:00:04 #8 exporting manifest sha256:831c8cc16c39320d1b8b6075a874f0edc4de3ff92ae5d54cba1eeaa25922e414 done 02:00:04 #8 exporting config sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c done 02:00:04 #8 exporting manifest sha256:7607be744e3192c14725a8789e672d5a3f853dedeea13db2b96a36e8c9e721ef done 02:00:04 #8 exporting config sha256:8712079df3aad9f4d0821daa18dc4704c488738c2ee5d7f55753c61afe46f54e done 02:00:04 #8 exporting manifest list sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 done 02:00:04 #8 pushing layers 0.0s done 02:00:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 0.1s done 02:00:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:04 #8 DONE 0.1s 02:00:04 02:00:04 1 warning found (use --debug to expand): 02:00:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 --push - 02:00:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42' 02:00:04 #1 [internal] load build definition from Dockerfile 02:00:04 #1 transferring dockerfile: 178B done 02:00:04 #1 DONE 0.0s 02:00:04 02:00:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 02:00:04 #2 DONE 0.0s 02:00:04 02:00:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 02:00:04 #3 DONE 0.0s 02:00:04 02:00:04 #4 [internal] load .dockerignore 02:00:04 #4 transferring context: 2B done 02:00:04 #4 DONE 0.0s 02:00:04 02:00:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed done 02:00:04 #5 CACHED 02:00:04 02:00:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed done 02:00:04 #6 CACHED 02:00:04 02:00:04 #7 exporting to image 02:00:04 #7 exporting layers done 02:00:04 #7 exporting manifest sha256:831c8cc16c39320d1b8b6075a874f0edc4de3ff92ae5d54cba1eeaa25922e414 done 02:00:04 #7 exporting config sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c done 02:00:04 #7 exporting manifest sha256:7607be744e3192c14725a8789e672d5a3f853dedeea13db2b96a36e8c9e721ef done 02:00:04 #7 exporting config sha256:8712079df3aad9f4d0821daa18dc4704c488738c2ee5d7f55753c61afe46f54e 02:00:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:04 #7 exporting config sha256:8712079df3aad9f4d0821daa18dc4704c488738c2ee5d7f55753c61afe46f54e done 02:00:04 #7 exporting manifest list sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 done 02:00:04 #7 pushing layers 0.0s done 02:00:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 0.1s done 02:00:04 #7 DONE 0.1s 02:00:04 02:00:04 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:04 #8 DONE 0.0s 02:00:04 02:00:04 1 warning found (use --debug to expand): 02:00:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:05 #1 [internal] load build definition from Dockerfile 02:00:05 #1 transferring dockerfile: 219B done 02:00:05 #1 DONE 0.0s 02:00:05 02:00:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:05 #2 DONE 0.0s 02:00:05 02:00:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:05 #3 DONE 0.0s 02:00:05 02:00:05 #4 [internal] load .dockerignore 02:00:05 #4 transferring context: 2B done 02:00:05 #4 DONE 0.0s 02:00:05 02:00:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:05 #5 CACHED 02:00:05 02:00:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:05 #6 CACHED 02:00:05 02:00:05 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:05 #7 DONE 0.0s 02:00:05 02:00:05 #8 exporting to image 02:00:05 #8 exporting layers done 02:00:05 #8 exporting manifest sha256:831c8cc16c39320d1b8b6075a874f0edc4de3ff92ae5d54cba1eeaa25922e414 done 02:00:05 #8 exporting config sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c done 02:00:05 #8 exporting manifest sha256:7607be744e3192c14725a8789e672d5a3f853dedeea13db2b96a36e8c9e721ef done 02:00:05 #8 exporting config sha256:8712079df3aad9f4d0821daa18dc4704c488738c2ee5d7f55753c61afe46f54e done 02:00:05 #8 exporting manifest list sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 done 02:00:05 #8 pushing layers 0.0s done 02:00:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 0.1s done 02:00:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:05 #8 DONE 0.1s 02:00:05 02:00:05 1 warning found (use --debug to expand): 02:00:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:00:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:00:05 #1 [internal] load build definition from Dockerfile 02:00:05 #1 transferring dockerfile: 170B done 02:00:05 #1 DONE 0.0s 02:00:05 02:00:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:00:05 #2 DONE 0.0s 02:00:05 02:00:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:00:05 #3 DONE 0.0s 02:00:05 02:00:05 #4 [internal] load .dockerignore 02:00:05 #4 transferring context: 2B done 02:00:05 #4 DONE 0.0s 02:00:05 02:00:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:05 #5 CACHED 02:00:05 02:00:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 02:00:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:cbbe684213bd1d50bad107deb8266015743ba4844936ed36335b6ca5b8ea0aed 0.0s done 02:00:05 #6 CACHED 02:00:05 02:00:05 #7 exporting to image 02:00:05 #7 exporting layers done 02:00:05 #7 exporting manifest sha256:831c8cc16c39320d1b8b6075a874f0edc4de3ff92ae5d54cba1eeaa25922e414 done 02:00:05 #7 exporting config sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c 02:00:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:05 #7 exporting config sha256:c9f2a09f2cbb64ac425f7b8debae7a6d74cee081cdf2c1e1bdb686b431ce4e6c done 02:00:05 #7 exporting manifest sha256:7607be744e3192c14725a8789e672d5a3f853dedeea13db2b96a36e8c9e721ef done 02:00:05 #7 exporting config sha256:8712079df3aad9f4d0821daa18dc4704c488738c2ee5d7f55753c61afe46f54e done 02:00:05 #7 exporting manifest list sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 done 02:00:05 #7 pushing layers 0.0s done 02:00:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee420291997abf003c655e8c67c031de88ca9b163ddeeb3927f48f19a3454687 0.1s done 02:00:05 #7 DONE 0.1s 02:00:05 02:00:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:05 #8 DONE 0.0s 02:00:05 02:00:05 1 warning found (use --debug to expand): 02:00:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:06 #1 [internal] load build definition from Dockerfile 02:00:06 #1 transferring dockerfile: 204B done 02:00:06 #1 DONE 0.0s 02:00:06 02:00:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:06 #2 DONE 0.0s 02:00:06 02:00:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:06 #3 DONE 0.0s 02:00:06 02:00:06 #4 [internal] load .dockerignore 02:00:06 #4 transferring context: 2B done 02:00:06 #4 DONE 0.0s 02:00:06 02:00:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:06 #5 ... 02:00:06 02:00:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:06 #6 DONE 0.1s 02:00:06 02:00:06 #7 exporting to image 02:00:06 #7 exporting layers done 02:00:06 #7 exporting manifest sha256:adb8b79eab58986a7ae9cfa52748ee6e6000efffd3defe815b81429917eeb18c 0.0s done 02:00:06 #7 exporting config sha256:c5ec5090622e557ec2fbca603d64d28607171f63aa66a30bb4a7b6863d68d569 done 02:00:06 #7 exporting manifest sha256:f40c8ac4fc112dd39badece2ac2a0a702fc27485e930adf15b3d65cddb07a202 done 02:00:06 #7 exporting config sha256:54d39b4d43c86cd9595ccb8758cadab24479775193b1c41f3aeb8cba2921c8b3 done 02:00:06 #7 exporting manifest list sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f done 02:00:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:06 #7 ... 02:00:06 02:00:06 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:00:06 #8 DONE 0.0s 02:00:06 02:00:06 #7 exporting to image 02:00:06 #7 pushing layers 0.1s done 02:00:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f 02:00:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f 0.1s done 02:00:06 #7 DONE 0.2s 02:00:06 02:00:06 1 warning found (use --debug to expand): 02:00:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:00:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:00:07 #1 [internal] load build definition from Dockerfile 02:00:07 #1 transferring dockerfile: 170B done 02:00:07 #1 DONE 0.0s 02:00:07 02:00:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:00:07 #2 DONE 0.0s 02:00:07 02:00:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:00:07 #3 DONE 0.0s 02:00:07 02:00:07 #4 [internal] load .dockerignore 02:00:07 #4 transferring context: 2B done 02:00:07 #4 DONE 0.0s 02:00:07 02:00:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:07 #5 DONE 0.0s 02:00:07 02:00:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:07 #6 CACHED 02:00:07 02:00:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:07 #5 CACHED 02:00:07 02:00:07 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:00:07 #7 DONE 0.0s 02:00:07 02:00:07 #8 exporting to image 02:00:07 #8 exporting layers done 02:00:07 #8 exporting manifest sha256:adb8b79eab58986a7ae9cfa52748ee6e6000efffd3defe815b81429917eeb18c done 02:00:07 #8 exporting config sha256:c5ec5090622e557ec2fbca603d64d28607171f63aa66a30bb4a7b6863d68d569 done 02:00:07 #8 exporting manifest sha256:f40c8ac4fc112dd39badece2ac2a0a702fc27485e930adf15b3d65cddb07a202 done 02:00:07 #8 exporting config sha256:54d39b4d43c86cd9595ccb8758cadab24479775193b1c41f3aeb8cba2921c8b3 done 02:00:07 #8 exporting manifest list sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f done 02:00:07 #8 pushing layers 0.0s done 02:00:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f 0.1s done 02:00:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:07 #8 DONE 0.1s 02:00:07 02:00:07 1 warning found (use --debug to expand): 02:00:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 --push - 02:00:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42' 02:00:08 #1 [internal] load build definition from Dockerfile 02:00:08 #1 transferring dockerfile: 176B done 02:00:08 #1 DONE 0.0s 02:00:08 02:00:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 02:00:08 #2 DONE 0.0s 02:00:08 02:00:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 02:00:08 #3 DONE 0.0s 02:00:08 02:00:08 #4 [internal] load .dockerignore 02:00:08 #4 transferring context: 2B done 02:00:08 #4 DONE 0.0s 02:00:08 02:00:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:08 #5 CACHED 02:00:08 02:00:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:08 #6 CACHED 02:00:08 02:00:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:00:08 #7 DONE 0.0s 02:00:08 02:00:08 #8 exporting to image 02:00:08 #8 exporting layers done 02:00:08 #8 exporting manifest sha256:adb8b79eab58986a7ae9cfa52748ee6e6000efffd3defe815b81429917eeb18c done 02:00:08 #8 exporting config sha256:c5ec5090622e557ec2fbca603d64d28607171f63aa66a30bb4a7b6863d68d569 done 02:00:08 #8 exporting manifest sha256:f40c8ac4fc112dd39badece2ac2a0a702fc27485e930adf15b3d65cddb07a202 done 02:00:08 #8 exporting config sha256:54d39b4d43c86cd9595ccb8758cadab24479775193b1c41f3aeb8cba2921c8b3 done 02:00:08 #8 exporting manifest list sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f done 02:00:08 #8 pushing layers 0.0s done 02:00:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f 0.1s done 02:00:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:08 #8 DONE 0.1s 02:00:08 02:00:08 1 warning found (use --debug to expand): 02:00:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:08 #1 [internal] load build definition from Dockerfile 02:00:08 #1 transferring dockerfile: 217B done 02:00:08 #1 DONE 0.0s 02:00:08 02:00:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:08 #2 DONE 0.0s 02:00:08 02:00:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:08 #3 DONE 0.0s 02:00:08 02:00:08 #4 [internal] load .dockerignore 02:00:08 #4 transferring context: 2B done 02:00:08 #4 DONE 0.0s 02:00:08 02:00:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:08 #5 CACHED 02:00:08 02:00:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:08 #6 CACHED 02:00:08 02:00:08 #7 exporting to image 02:00:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:08 #7 exporting layers done 02:00:08 #7 exporting manifest sha256:adb8b79eab58986a7ae9cfa52748ee6e6000efffd3defe815b81429917eeb18c done 02:00:08 #7 exporting config sha256:c5ec5090622e557ec2fbca603d64d28607171f63aa66a30bb4a7b6863d68d569 done 02:00:08 #7 exporting manifest sha256:f40c8ac4fc112dd39badece2ac2a0a702fc27485e930adf15b3d65cddb07a202 done 02:00:08 #7 exporting config sha256:54d39b4d43c86cd9595ccb8758cadab24479775193b1c41f3aeb8cba2921c8b3 done 02:00:08 #7 exporting manifest list sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f done 02:00:08 #7 pushing layers 0.0s done 02:00:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f 0.1s done 02:00:08 #7 DONE 0.1s 02:00:08 02:00:08 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:00:08 #8 DONE 0.0s 02:00:08 02:00:08 1 warning found (use --debug to expand): 02:00:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:00:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:00:09 #1 [internal] load build definition from Dockerfile 02:00:09 #1 transferring dockerfile: 168B done 02:00:09 #1 DONE 0.0s 02:00:09 02:00:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:00:09 #2 DONE 0.0s 02:00:09 02:00:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:00:09 #3 DONE 0.0s 02:00:09 02:00:09 #4 [internal] load .dockerignore 02:00:09 #4 transferring context: 2B done 02:00:09 #4 DONE 0.0s 02:00:09 02:00:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:09 #5 CACHED 02:00:09 02:00:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 02:00:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:39ad2da77ca00bdf42f81ceedb6a8dc101dae91d2cdc5048b11fbfc66ad2a808 0.0s done 02:00:09 #6 CACHED 02:00:09 02:00:09 #7 exporting to image 02:00:09 #7 exporting layers 02:00:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:09 #7 exporting layers done 02:00:09 #7 exporting manifest sha256:adb8b79eab58986a7ae9cfa52748ee6e6000efffd3defe815b81429917eeb18c done 02:00:09 #7 exporting config sha256:c5ec5090622e557ec2fbca603d64d28607171f63aa66a30bb4a7b6863d68d569 done 02:00:09 #7 exporting manifest sha256:f40c8ac4fc112dd39badece2ac2a0a702fc27485e930adf15b3d65cddb07a202 done 02:00:09 #7 exporting config sha256:54d39b4d43c86cd9595ccb8758cadab24479775193b1c41f3aeb8cba2921c8b3 done 02:00:09 #7 exporting manifest list sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f done 02:00:09 #7 pushing layers 0.0s done 02:00:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:36e5ca58e21938be2c4298609f020aa82e1087c6fac19f9546c4dd117dbf542f 0.1s done 02:00:09 #7 DONE 0.1s 02:00:09 02:00:09 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:00:09 #8 DONE 0.0s 02:00:09 02:00:09 1 warning found (use --debug to expand): 02:00:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:09 #1 [internal] load build definition from Dockerfile 02:00:09 #1 transferring dockerfile: 205B done 02:00:09 #1 DONE 0.0s 02:00:09 02:00:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:09 #2 DONE 0.0s 02:00:09 02:00:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:09 #3 DONE 0.1s 02:00:09 02:00:09 #4 [internal] load .dockerignore 02:00:09 #4 transferring context: 2B done 02:00:09 #4 DONE 0.0s 02:00:09 02:00:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:09 #5 ... 02:00:09 02:00:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:09 #6 DONE 0.1s 02:00:09 02:00:09 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:09 #7 DONE 0.0s 02:00:09 02:00:09 #8 exporting to image 02:00:09 #8 exporting layers done 02:00:09 #8 exporting manifest sha256:3399011d3afbd0bb43f8f40d3e000d192a147d66667b6f4ac49f8502e5dcf41b done 02:00:09 #8 exporting config sha256:783c03c0ec848a97e7bae7bfcaf920e739622f186a4660b430228f5a6c6bb482 done 02:00:09 #8 exporting manifest sha256:1052fa883a6b28dfbaa03eaaa4a9ee8e4c8adae8a93b680c19f4e54f93b8ded9 0.0s done 02:00:09 #8 exporting config sha256:6ce581bac4ec6e15fad3cfd945fede9605a4d4d0b36a235693e63f2e037b65d8 done 02:00:09 #8 exporting manifest list sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 0.0s done 02:00:09 #8 pushing layers 0.1s done 02:00:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 02:00:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 5.0s done 02:00:14 #8 DONE 5.1s 02:00:14 02:00:14 1 warning found (use --debug to expand): 02:00:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:00:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:00:15 #1 [internal] load build definition from Dockerfile 02:00:15 #1 transferring dockerfile: 171B done 02:00:15 #1 DONE 0.0s 02:00:15 02:00:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:00:15 #2 DONE 0.0s 02:00:15 02:00:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:00:15 #3 DONE 0.0s 02:00:15 02:00:15 #4 [internal] load .dockerignore 02:00:15 #4 transferring context: 2B done 02:00:15 #4 DONE 0.0s 02:00:15 02:00:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:15 #5 DONE 0.0s 02:00:15 02:00:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:15 #6 CACHED 02:00:15 02:00:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:15 #5 CACHED 02:00:15 02:00:15 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:15 #7 DONE 0.0s 02:00:15 02:00:15 #8 exporting to image 02:00:15 #8 exporting layers done 02:00:15 #8 exporting manifest sha256:3399011d3afbd0bb43f8f40d3e000d192a147d66667b6f4ac49f8502e5dcf41b done 02:00:15 #8 exporting config sha256:783c03c0ec848a97e7bae7bfcaf920e739622f186a4660b430228f5a6c6bb482 done 02:00:15 #8 exporting manifest sha256:1052fa883a6b28dfbaa03eaaa4a9ee8e4c8adae8a93b680c19f4e54f93b8ded9 done 02:00:15 #8 exporting config sha256:6ce581bac4ec6e15fad3cfd945fede9605a4d4d0b36a235693e63f2e037b65d8 done 02:00:15 #8 exporting manifest list sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 done 02:00:15 #8 pushing layers 0.0s done 02:00:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 0.1s done 02:00:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:15 #8 DONE 0.1s 02:00:15 02:00:15 1 warning found (use --debug to expand): 02:00:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42' 02:00:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 --push - 02:00:15 #1 [internal] load build definition from Dockerfile 02:00:15 #1 transferring dockerfile: 177B done 02:00:15 #1 DONE 0.0s 02:00:15 02:00:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 02:00:15 #2 DONE 0.0s 02:00:15 02:00:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 02:00:15 #3 DONE 0.0s 02:00:15 02:00:15 #4 [internal] load .dockerignore 02:00:15 #4 transferring context: 2B done 02:00:15 #4 DONE 0.0s 02:00:15 02:00:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a done 02:00:15 #5 CACHED 02:00:15 02:00:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:15 #6 CACHED 02:00:15 02:00:15 #7 exporting to image 02:00:15 #7 exporting layers done 02:00:15 #7 exporting manifest sha256:3399011d3afbd0bb43f8f40d3e000d192a147d66667b6f4ac49f8502e5dcf41b done 02:00:15 #7 exporting config sha256:783c03c0ec848a97e7bae7bfcaf920e739622f186a4660b430228f5a6c6bb482 done 02:00:15 #7 exporting manifest sha256:1052fa883a6b28dfbaa03eaaa4a9ee8e4c8adae8a93b680c19f4e54f93b8ded9 done 02:00:15 #7 exporting config sha256:6ce581bac4ec6e15fad3cfd945fede9605a4d4d0b36a235693e63f2e037b65d8 done 02:00:15 #7 exporting manifest list sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 done 02:00:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:16 #7 pushing layers 0.0s done 02:00:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 0.1s done 02:00:16 #7 DONE 0.1s 02:00:16 02:00:16 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:16 #8 DONE 0.0s 02:00:16 02:00:16 1 warning found (use --debug to expand): 02:00:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:16 #1 [internal] load build definition from Dockerfile 02:00:16 #1 transferring dockerfile: 218B done 02:00:16 #1 DONE 0.0s 02:00:16 02:00:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:16 #2 DONE 0.0s 02:00:16 02:00:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:16 #3 DONE 0.0s 02:00:16 02:00:16 #4 [internal] load .dockerignore 02:00:16 #4 transferring context: 2B done 02:00:16 #4 DONE 0.0s 02:00:16 02:00:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:16 #5 CACHED 02:00:16 02:00:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:16 #6 CACHED 02:00:16 02:00:16 #7 exporting to image 02:00:16 #7 exporting layers done 02:00:16 #7 exporting manifest sha256:3399011d3afbd0bb43f8f40d3e000d192a147d66667b6f4ac49f8502e5dcf41b done 02:00:16 #7 exporting config sha256:783c03c0ec848a97e7bae7bfcaf920e739622f186a4660b430228f5a6c6bb482 done 02:00:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:16 #7 exporting manifest sha256:1052fa883a6b28dfbaa03eaaa4a9ee8e4c8adae8a93b680c19f4e54f93b8ded9 done 02:00:16 #7 exporting config sha256:6ce581bac4ec6e15fad3cfd945fede9605a4d4d0b36a235693e63f2e037b65d8 done 02:00:16 #7 exporting manifest list sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 done 02:00:16 #7 pushing layers 0.0s done 02:00:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 0.1s done 02:00:16 #7 DONE 0.1s 02:00:16 02:00:16 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:16 #8 DONE 0.0s 02:00:16 02:00:16 1 warning found (use --debug to expand): 02:00:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:00:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:00:17 #1 [internal] load build definition from Dockerfile 02:00:17 #1 transferring dockerfile: 169B done 02:00:17 #1 DONE 0.0s 02:00:17 02:00:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:00:17 #2 DONE 0.0s 02:00:17 02:00:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:00:17 #3 DONE 0.0s 02:00:17 02:00:17 #4 [internal] load .dockerignore 02:00:17 #4 transferring context: 2B done 02:00:17 #4 DONE 0.0s 02:00:17 02:00:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:17 #5 CACHED 02:00:17 02:00:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 02:00:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e121cc81e7ef8986cda32043b4fae7a2c35cd62520eb39c34f4a114057b378a 0.0s done 02:00:17 #6 CACHED 02:00:17 02:00:17 #7 exporting to image 02:00:17 #7 exporting layers done 02:00:17 #7 exporting manifest sha256:3399011d3afbd0bb43f8f40d3e000d192a147d66667b6f4ac49f8502e5dcf41b done 02:00:17 #7 exporting config sha256:783c03c0ec848a97e7bae7bfcaf920e739622f186a4660b430228f5a6c6bb482 done 02:00:17 #7 exporting manifest sha256:1052fa883a6b28dfbaa03eaaa4a9ee8e4c8adae8a93b680c19f4e54f93b8ded9 done 02:00:17 #7 exporting config sha256:6ce581bac4ec6e15fad3cfd945fede9605a4d4d0b36a235693e63f2e037b65d8 done 02:00:17 #7 exporting manifest list sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 done 02:00:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:17 #7 pushing layers 0.0s done 02:00:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:519e75a0a26a7a2ef375902692f4510d61efa4c589ee93bca2437d034ee2dcd0 0.1s done 02:00:17 #7 DONE 0.1s 02:00:17 02:00:17 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:17 #8 DONE 0.0s 02:00:17 02:00:17 1 warning found (use --debug to expand): 02:00:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:17 #1 [internal] load build definition from Dockerfile 02:00:17 #1 transferring dockerfile: 211B done 02:00:17 #1 DONE 0.0s 02:00:17 02:00:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:17 #2 DONE 0.0s 02:00:17 02:00:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:17 #3 DONE 0.0s 02:00:17 02:00:17 #4 [internal] load .dockerignore 02:00:17 #4 transferring context: 2B done 02:00:17 #4 DONE 0.0s 02:00:17 02:00:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:17 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:17 #5 DONE 0.0s 02:00:17 02:00:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:17 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 0.0s done 02:00:17 #6 DONE 0.0s 02:00:17 02:00:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:17 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:17 #5 DONE 0.1s 02:00:17 02:00:17 #7 exporting to image 02:00:17 #7 exporting layers 02:00:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:17 #7 ... 02:00:17 02:00:17 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:17 #8 DONE 0.0s 02:00:17 02:00:17 #7 exporting to image 02:00:17 #7 exporting layers done 02:00:17 #7 exporting manifest sha256:00f237a44e6e65fb412e913ac1321d3bd2524dcfeadb83ab1fbba757eb2f03a1 0.0s done 02:00:17 #7 exporting config sha256:7c5a5d0541b350d69d89d070d05d025787a516d8d786a6f34a9491b88c3b96a3 done 02:00:17 #7 exporting manifest sha256:2223cacac500073c091be5d633c88ecd08bbecb6bda7c940cdbd752c10706c5b done 02:00:17 #7 exporting config sha256:7c02fdb093799f9012e7954852866cc234e5068b5d2ec4522b71ed1576f90a0e done 02:00:17 #7 exporting manifest list sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad done 02:00:17 #7 pushing layers 0.1s done 02:00:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 02:00:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 0.1s done 02:00:17 #7 DONE 0.2s 02:00:17 02:00:17 1 warning found (use --debug to expand): 02:00:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:00:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:00:18 #1 [internal] load build definition from Dockerfile 02:00:18 #1 transferring dockerfile: 177B done 02:00:18 #1 DONE 0.0s 02:00:18 02:00:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:00:18 #2 DONE 0.0s 02:00:18 02:00:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:00:18 #3 DONE 0.0s 02:00:18 02:00:18 #4 [internal] load .dockerignore 02:00:18 #4 transferring context: 2B done 02:00:18 #4 DONE 0.0s 02:00:18 02:00:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:18 #5 DONE 0.0s 02:00:18 02:00:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:18 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 0.0s done 02:00:18 #6 CACHED 02:00:18 02:00:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:18 #5 CACHED 02:00:18 02:00:18 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:18 #7 DONE 0.0s 02:00:18 02:00:18 #8 exporting to image 02:00:18 #8 exporting layers done 02:00:18 #8 exporting manifest sha256:00f237a44e6e65fb412e913ac1321d3bd2524dcfeadb83ab1fbba757eb2f03a1 done 02:00:18 #8 exporting config sha256:7c5a5d0541b350d69d89d070d05d025787a516d8d786a6f34a9491b88c3b96a3 done 02:00:18 #8 exporting manifest sha256:2223cacac500073c091be5d633c88ecd08bbecb6bda7c940cdbd752c10706c5b done 02:00:18 #8 exporting config sha256:7c02fdb093799f9012e7954852866cc234e5068b5d2ec4522b71ed1576f90a0e done 02:00:18 #8 exporting manifest list sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad done 02:00:18 #8 pushing layers 0.0s done 02:00:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 0.1s done 02:00:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:18 #8 DONE 0.1s 02:00:18 02:00:18 1 warning found (use --debug to expand): 02:00:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42' 02:00:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 --push - 02:00:18 #1 [internal] load build definition from Dockerfile 02:00:18 #1 transferring dockerfile: 183B done 02:00:18 #1 DONE 0.0s 02:00:18 02:00:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 02:00:18 #2 DONE 0.0s 02:00:18 02:00:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 02:00:18 #3 DONE 0.0s 02:00:18 02:00:18 #4 [internal] load .dockerignore 02:00:18 #4 transferring context: 2B done 02:00:18 #4 DONE 0.0s 02:00:18 02:00:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:18 #5 CACHED 02:00:18 02:00:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:18 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:18 #6 CACHED 02:00:18 02:00:18 #7 exporting to image 02:00:18 #7 exporting layers done 02:00:18 #7 exporting manifest sha256:00f237a44e6e65fb412e913ac1321d3bd2524dcfeadb83ab1fbba757eb2f03a1 done 02:00:18 #7 exporting config sha256:7c5a5d0541b350d69d89d070d05d025787a516d8d786a6f34a9491b88c3b96a3 done 02:00:18 #7 exporting manifest sha256:2223cacac500073c091be5d633c88ecd08bbecb6bda7c940cdbd752c10706c5b done 02:00:18 #7 exporting config sha256:7c02fdb093799f9012e7954852866cc234e5068b5d2ec4522b71ed1576f90a0e done 02:00:18 #7 exporting manifest list sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad done 02:00:18 #7 pushing layers 0.0s done 02:00:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 02:00:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 0.1s done 02:00:19 #7 DONE 0.1s 02:00:19 02:00:19 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:19 #8 DONE 0.0s 02:00:19 02:00:19 1 warning found (use --debug to expand): 02:00:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:19 #1 [internal] load build definition from Dockerfile 02:00:19 #1 transferring dockerfile: 224B done 02:00:19 #1 DONE 0.0s 02:00:19 02:00:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:19 #2 DONE 0.0s 02:00:19 02:00:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:19 #3 DONE 0.0s 02:00:19 02:00:19 #4 [internal] load .dockerignore 02:00:19 #4 transferring context: 2B done 02:00:19 #4 DONE 0.0s 02:00:19 02:00:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:19 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:19 #5 CACHED 02:00:19 02:00:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:19 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 0.0s done 02:00:19 #6 CACHED 02:00:19 02:00:19 #7 exporting to image 02:00:19 #7 exporting layers done 02:00:19 #7 exporting manifest sha256:00f237a44e6e65fb412e913ac1321d3bd2524dcfeadb83ab1fbba757eb2f03a1 done 02:00:19 #7 exporting config sha256:7c5a5d0541b350d69d89d070d05d025787a516d8d786a6f34a9491b88c3b96a3 done 02:00:19 #7 exporting manifest sha256:2223cacac500073c091be5d633c88ecd08bbecb6bda7c940cdbd752c10706c5b done 02:00:19 #7 exporting config sha256:7c02fdb093799f9012e7954852866cc234e5068b5d2ec4522b71ed1576f90a0e done 02:00:19 #7 exporting manifest list sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad done 02:00:19 #7 pushing layers 0.0s done 02:00:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 02:00:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 0.1s done 02:00:19 #7 DONE 0.1s 02:00:19 02:00:19 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:19 #8 DONE 0.0s 02:00:19 02:00:19 1 warning found (use --debug to expand): 02:00:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:00:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:00:20 #1 [internal] load build definition from Dockerfile 02:00:20 #1 transferring dockerfile: 175B done 02:00:20 #1 DONE 0.0s 02:00:20 02:00:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:00:20 #2 DONE 0.0s 02:00:20 02:00:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:00:20 #3 DONE 0.0s 02:00:20 02:00:20 #4 [internal] load .dockerignore 02:00:20 #4 transferring context: 2B done 02:00:20 #4 DONE 0.0s 02:00:20 02:00:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:20 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:20 #5 CACHED 02:00:20 02:00:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 02:00:20 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:95cf918512e3161de24fe3ca77effffc9ce64b026c466f3b57fec4fd4e4e07a5 done 02:00:20 #6 CACHED 02:00:20 02:00:20 #7 exporting to image 02:00:20 #7 exporting layers done 02:00:20 #7 exporting manifest sha256:00f237a44e6e65fb412e913ac1321d3bd2524dcfeadb83ab1fbba757eb2f03a1 done 02:00:20 #7 exporting config sha256:7c5a5d0541b350d69d89d070d05d025787a516d8d786a6f34a9491b88c3b96a3 done 02:00:20 #7 exporting manifest sha256:2223cacac500073c091be5d633c88ecd08bbecb6bda7c940cdbd752c10706c5b done 02:00:20 #7 exporting config sha256:7c02fdb093799f9012e7954852866cc234e5068b5d2ec4522b71ed1576f90a0e done 02:00:20 #7 exporting manifest list sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad done 02:00:20 #7 pushing layers 0.0s done 02:00:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 02:00:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bcc006ee6fb415684b12f230cc2ff402313c504cd2f94f8a0519ef5f4d12f9ad 0.1s done 02:00:20 #7 DONE 0.1s 02:00:20 02:00:20 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:00:20 #8 DONE 0.0s 02:00:20 02:00:20 1 warning found (use --debug to expand): 02:00:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:20 #1 [internal] load build definition from Dockerfile 02:00:20 #1 transferring dockerfile: 215B done 02:00:20 #1 DONE 0.0s 02:00:20 02:00:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:20 #2 DONE 0.0s 02:00:20 02:00:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:20 #3 DONE 0.0s 02:00:20 02:00:20 #4 [internal] load .dockerignore 02:00:20 #4 transferring context: 2B done 02:00:20 #4 DONE 0.0s 02:00:20 02:00:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 0.0s done 02:00:20 #5 DONE 0.0s 02:00:20 02:00:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 0.0s done 02:00:20 #6 DONE 0.1s 02:00:20 02:00:20 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:00:20 #7 DONE 0.0s 02:00:20 02:00:20 #8 exporting to image 02:00:20 #8 exporting layers done 02:00:20 #8 exporting manifest sha256:f92b40071acce8fa73c827ee563463f1321eda7ae7505d1e9db69e0117799cb8 done 02:00:20 #8 exporting config sha256:ffa21d4686c5f009e0b1f49ef8085e2a85601e025077f7dd9daddcf2c9873999 done 02:00:20 #8 exporting manifest sha256:a827d01e6422a7673c187a17d6d5013b9073c2e872b3d393e731ff888866dbae done 02:00:20 #8 exporting config sha256:d9fb90dac6f5e5149e83a62392be75cf762ed98a3dda4a6d89afe022d0d90a3b done 02:00:20 #8 exporting manifest list sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 done 02:00:20 #8 pushing layers 0.1s done 02:00:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 02:00:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 0.1s done 02:00:20 #8 DONE 0.2s 02:00:20 02:00:20 1 warning found (use --debug to expand): 02:00:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:00:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:00:21 #1 [internal] load build definition from Dockerfile 02:00:21 #1 transferring dockerfile: 181B done 02:00:21 #1 DONE 0.0s 02:00:21 02:00:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:00:21 #2 DONE 0.0s 02:00:21 02:00:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:00:21 #3 DONE 0.0s 02:00:21 02:00:21 #4 [internal] load .dockerignore 02:00:21 #4 transferring context: 2B done 02:00:21 #4 DONE 0.0s 02:00:21 02:00:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 done 02:00:21 #5 CACHED 02:00:21 02:00:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 0.0s done 02:00:21 #6 CACHED 02:00:21 02:00:21 #7 exporting to image 02:00:21 #7 exporting layers done 02:00:21 #7 exporting manifest sha256:f92b40071acce8fa73c827ee563463f1321eda7ae7505d1e9db69e0117799cb8 done 02:00:21 #7 exporting config sha256:ffa21d4686c5f009e0b1f49ef8085e2a85601e025077f7dd9daddcf2c9873999 done 02:00:21 #7 exporting manifest sha256:a827d01e6422a7673c187a17d6d5013b9073c2e872b3d393e731ff888866dbae done 02:00:21 #7 exporting config sha256:d9fb90dac6f5e5149e83a62392be75cf762ed98a3dda4a6d89afe022d0d90a3b done 02:00:21 #7 exporting manifest list sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 done 02:00:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:21 #7 pushing layers 0.0s done 02:00:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 0.1s done 02:00:21 #7 DONE 0.1s 02:00:21 02:00:21 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:00:21 #8 DONE 0.0s 02:00:21 02:00:21 1 warning found (use --debug to expand): 02:00:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42' 02:00:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 --push - 02:00:22 #1 [internal] load build definition from Dockerfile 02:00:22 #1 transferring dockerfile: 187B done 02:00:22 #1 DONE 0.0s 02:00:22 02:00:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 02:00:22 #2 DONE 0.0s 02:00:22 02:00:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 02:00:22 #3 DONE 0.0s 02:00:22 02:00:22 #4 [internal] load .dockerignore 02:00:22 #4 transferring context: 2B done 02:00:22 #4 DONE 0.0s 02:00:22 02:00:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 done 02:00:22 #5 CACHED 02:00:22 02:00:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 done 02:00:22 #6 CACHED 02:00:22 02:00:22 #7 exporting to image 02:00:22 #7 exporting layers done 02:00:22 #7 exporting manifest sha256:f92b40071acce8fa73c827ee563463f1321eda7ae7505d1e9db69e0117799cb8 done 02:00:22 #7 exporting config sha256:ffa21d4686c5f009e0b1f49ef8085e2a85601e025077f7dd9daddcf2c9873999 done 02:00:22 #7 exporting manifest sha256:a827d01e6422a7673c187a17d6d5013b9073c2e872b3d393e731ff888866dbae done 02:00:22 #7 exporting config sha256:d9fb90dac6f5e5149e83a62392be75cf762ed98a3dda4a6d89afe022d0d90a3b done 02:00:22 #7 exporting manifest list sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 done 02:00:22 #7 pushing layers 0.0s done 02:00:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 02:00:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 0.1s done 02:00:22 #7 DONE 0.1s 02:00:22 02:00:22 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:00:22 #8 DONE 0.0s 02:00:22 02:00:22 1 warning found (use --debug to expand): 02:00:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:22 #1 [internal] load build definition from Dockerfile 02:00:22 #1 transferring dockerfile: 228B done 02:00:22 #1 DONE 0.0s 02:00:22 02:00:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:22 #2 DONE 0.0s 02:00:22 02:00:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:22 #3 DONE 0.0s 02:00:22 02:00:22 #4 [internal] load .dockerignore 02:00:22 #4 transferring context: 2B done 02:00:22 #4 DONE 0.0s 02:00:22 02:00:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 0.0s done 02:00:22 #5 CACHED 02:00:22 02:00:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 0.0s done 02:00:22 #6 CACHED 02:00:22 02:00:22 #7 exporting to image 02:00:22 #7 exporting layers done 02:00:22 #7 exporting manifest sha256:f92b40071acce8fa73c827ee563463f1321eda7ae7505d1e9db69e0117799cb8 done 02:00:22 #7 exporting config sha256:ffa21d4686c5f009e0b1f49ef8085e2a85601e025077f7dd9daddcf2c9873999 done 02:00:22 #7 exporting manifest sha256:a827d01e6422a7673c187a17d6d5013b9073c2e872b3d393e731ff888866dbae done 02:00:22 #7 exporting config sha256:d9fb90dac6f5e5149e83a62392be75cf762ed98a3dda4a6d89afe022d0d90a3b done 02:00:22 #7 exporting manifest list sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 done 02:00:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:22 #7 pushing layers 0.0s done 02:00:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 0.1s done 02:00:22 #7 DONE 0.1s 02:00:22 02:00:22 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:00:22 #8 DONE 0.0s 02:00:22 02:00:22 1 warning found (use --debug to expand): 02:00:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:00:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:00:22 #1 [internal] load build definition from Dockerfile 02:00:22 #1 transferring dockerfile: 179B done 02:00:22 #1 DONE 0.0s 02:00:22 02:00:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:00:22 #2 DONE 0.0s 02:00:22 02:00:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:00:22 #3 DONE 0.0s 02:00:22 02:00:22 #4 [internal] load .dockerignore 02:00:22 #4 transferring context: 2B done 02:00:22 #4 DONE 0.0s 02:00:22 02:00:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 done 02:00:22 #5 CACHED 02:00:22 02:00:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 02:00:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ee51cc20c8410e531f51533fb2a2a78badae0aa1d1431d3bccc52db6e3a47978 0.0s done 02:00:22 #6 CACHED 02:00:22 02:00:22 #7 exporting to image 02:00:22 #7 exporting layers done 02:00:22 #7 exporting manifest sha256:f92b40071acce8fa73c827ee563463f1321eda7ae7505d1e9db69e0117799cb8 done 02:00:22 #7 exporting config sha256:ffa21d4686c5f009e0b1f49ef8085e2a85601e025077f7dd9daddcf2c9873999 done 02:00:22 #7 exporting manifest sha256:a827d01e6422a7673c187a17d6d5013b9073c2e872b3d393e731ff888866dbae done 02:00:22 #7 exporting config sha256:d9fb90dac6f5e5149e83a62392be75cf762ed98a3dda4a6d89afe022d0d90a3b done 02:00:22 #7 exporting manifest list sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 done 02:00:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:23 #7 pushing layers 0.0s done 02:00:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:8aa92961a25a60541bbdca848b9295c3605ac05c534133796db5983df4c258c5 0.1s done 02:00:23 #7 DONE 0.1s 02:00:23 02:00:23 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:00:23 #8 DONE 0.0s 02:00:23 02:00:23 1 warning found (use --debug to expand): 02:00:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:23 #1 [internal] load build definition from Dockerfile 02:00:23 #1 transferring dockerfile: 205B done 02:00:23 #1 DONE 0.0s 02:00:23 02:00:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:23 #2 DONE 0.0s 02:00:23 02:00:23 #3 [internal] load .dockerignore 02:00:23 #3 transferring context: 2B done 02:00:23 #3 DONE 0.0s 02:00:23 02:00:23 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:23 #4 DONE 0.1s 02:00:23 02:00:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 done 02:00:23 #5 DONE 0.0s 02:00:23 02:00:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 done 02:00:23 #6 DONE 0.1s 02:00:23 02:00:23 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:00:23 #7 DONE 0.0s 02:00:23 02:00:23 #8 exporting to image 02:00:23 #8 exporting layers done 02:00:23 #8 exporting manifest sha256:8732e049c4f6834e6683d5c5d3066f6ebe6a0f6a4667896e1572dd70b94f285a done 02:00:23 #8 exporting config sha256:37a10df86cb4af2f11337b61f5a765175e272e09e50b0cb1a08eaad20330239e done 02:00:23 #8 exporting manifest sha256:b3406d978ea231128612094f0522f4cdb22678ec85fa5b74a4274134195e1200 done 02:00:23 #8 exporting config sha256:f455fd905fcfc521223f3212563c8840755ba1af20cdbb8eb6ed2559124cc7b0 done 02:00:23 #8 exporting manifest list sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 done 02:00:23 #8 pushing layers 0.1s done 02:00:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 02:00:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 0.1s done 02:00:23 #8 DONE 0.2s 02:00:23 02:00:23 1 warning found (use --debug to expand): 02:00:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:00:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:00:24 #1 [internal] load build definition from Dockerfile 02:00:24 #1 transferring dockerfile: 171B done 02:00:24 #1 DONE 0.0s 02:00:24 02:00:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:00:24 #2 DONE 0.0s 02:00:24 02:00:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:00:24 #3 DONE 0.0s 02:00:24 02:00:24 #4 [internal] load .dockerignore 02:00:24 #4 transferring context: 2B done 02:00:24 #4 DONE 0.0s 02:00:24 02:00:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 0.0s done 02:00:24 #5 CACHED 02:00:24 02:00:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 0.0s done 02:00:24 #6 CACHED 02:00:24 02:00:24 #7 exporting to image 02:00:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:24 #7 exporting layers done 02:00:24 #7 exporting manifest sha256:8732e049c4f6834e6683d5c5d3066f6ebe6a0f6a4667896e1572dd70b94f285a done 02:00:24 #7 exporting config sha256:37a10df86cb4af2f11337b61f5a765175e272e09e50b0cb1a08eaad20330239e done 02:00:24 #7 exporting manifest sha256:b3406d978ea231128612094f0522f4cdb22678ec85fa5b74a4274134195e1200 done 02:00:24 #7 exporting config sha256:f455fd905fcfc521223f3212563c8840755ba1af20cdbb8eb6ed2559124cc7b0 done 02:00:24 #7 exporting manifest list sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 done 02:00:24 #7 pushing layers 0.0s done 02:00:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 0.1s done 02:00:24 #7 DONE 0.1s 02:00:24 02:00:24 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:00:24 #8 DONE 0.0s 02:00:24 02:00:24 1 warning found (use --debug to expand): 02:00:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42' 02:00:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 --push - 02:00:24 #1 [internal] load build definition from Dockerfile 02:00:24 #1 transferring dockerfile: 177B done 02:00:24 #1 DONE 0.0s 02:00:24 02:00:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 02:00:24 #2 DONE 0.0s 02:00:24 02:00:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 02:00:24 #3 DONE 0.0s 02:00:24 02:00:24 #4 [internal] load .dockerignore 02:00:24 #4 transferring context: 2B done 02:00:24 #4 DONE 0.0s 02:00:24 02:00:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 done 02:00:24 #5 CACHED 02:00:24 02:00:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 0.0s done 02:00:24 #6 CACHED 02:00:24 02:00:24 #7 exporting to image 02:00:24 #7 exporting layers done 02:00:24 #7 exporting manifest sha256:8732e049c4f6834e6683d5c5d3066f6ebe6a0f6a4667896e1572dd70b94f285a done 02:00:24 #7 exporting config sha256:37a10df86cb4af2f11337b61f5a765175e272e09e50b0cb1a08eaad20330239e done 02:00:24 #7 exporting manifest sha256:b3406d978ea231128612094f0522f4cdb22678ec85fa5b74a4274134195e1200 done 02:00:24 #7 exporting config sha256:f455fd905fcfc521223f3212563c8840755ba1af20cdbb8eb6ed2559124cc7b0 done 02:00:24 #7 exporting manifest list sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 done 02:00:24 #7 pushing layers 0.0s done 02:00:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 02:00:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 0.1s done 02:00:25 #7 DONE 0.1s 02:00:25 02:00:25 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:00:25 #8 DONE 0.0s 02:00:25 02:00:25 1 warning found (use --debug to expand): 02:00:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:25 #1 [internal] load build definition from Dockerfile 02:00:25 #1 transferring dockerfile: 218B done 02:00:25 #1 DONE 0.0s 02:00:25 02:00:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:25 #2 DONE 0.0s 02:00:25 02:00:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:25 #3 DONE 0.0s 02:00:25 02:00:25 #4 [internal] load .dockerignore 02:00:25 #4 transferring context: 2B done 02:00:25 #4 DONE 0.0s 02:00:25 02:00:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 0.0s done 02:00:25 #5 CACHED 02:00:25 02:00:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 done 02:00:25 #6 CACHED 02:00:25 02:00:25 #7 exporting to image 02:00:25 #7 exporting layers 02:00:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:25 #7 exporting layers done 02:00:25 #7 exporting manifest sha256:8732e049c4f6834e6683d5c5d3066f6ebe6a0f6a4667896e1572dd70b94f285a done 02:00:25 #7 exporting config sha256:37a10df86cb4af2f11337b61f5a765175e272e09e50b0cb1a08eaad20330239e done 02:00:25 #7 exporting manifest sha256:b3406d978ea231128612094f0522f4cdb22678ec85fa5b74a4274134195e1200 done 02:00:25 #7 exporting config sha256:f455fd905fcfc521223f3212563c8840755ba1af20cdbb8eb6ed2559124cc7b0 done 02:00:25 #7 exporting manifest list sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 done 02:00:25 #7 pushing layers 0.0s done 02:00:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 0.1s done 02:00:25 #7 DONE 0.1s 02:00:25 02:00:25 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:00:25 #8 DONE 0.0s 02:00:25 02:00:25 1 warning found (use --debug to expand): 02:00:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:00:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:00:26 #1 [internal] load build definition from Dockerfile 02:00:26 #1 transferring dockerfile: 169B done 02:00:26 #1 DONE 0.0s 02:00:26 02:00:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:00:26 #2 DONE 0.0s 02:00:26 02:00:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:00:26 #3 DONE 0.0s 02:00:26 02:00:26 #4 [internal] load .dockerignore 02:00:26 #4 transferring context: 2B done 02:00:26 #4 DONE 0.0s 02:00:26 02:00:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 0.0s done 02:00:26 #5 CACHED 02:00:26 02:00:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 02:00:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8e3ba6a0bb50653b047f0719d6f1dc803c3d3a0ca82eff42120f9efb790562b4 done 02:00:26 #6 CACHED 02:00:26 02:00:26 #7 exporting to image 02:00:26 #7 exporting layers done 02:00:26 #7 exporting manifest sha256:8732e049c4f6834e6683d5c5d3066f6ebe6a0f6a4667896e1572dd70b94f285a done 02:00:26 #7 exporting config sha256:37a10df86cb4af2f11337b61f5a765175e272e09e50b0cb1a08eaad20330239e done 02:00:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:26 #7 exporting manifest sha256:b3406d978ea231128612094f0522f4cdb22678ec85fa5b74a4274134195e1200 done 02:00:26 #7 exporting config sha256:f455fd905fcfc521223f3212563c8840755ba1af20cdbb8eb6ed2559124cc7b0 done 02:00:26 #7 exporting manifest list sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 done 02:00:26 #7 pushing layers 0.0s done 02:00:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:53b0e6ccbc4c4895a4a894d9fda0b863b94f05bf7bd2f1064c7b7747e3977c27 0.1s done 02:00:26 #7 DONE 0.1s 02:00:26 02:00:26 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:00:26 #8 DONE 0.0s 02:00:26 02:00:26 1 warning found (use --debug to expand): 02:00:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:26 #1 [internal] load build definition from Dockerfile 02:00:26 #1 transferring dockerfile: 206B done 02:00:26 #1 DONE 0.0s 02:00:26 02:00:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:26 #2 DONE 0.0s 02:00:26 02:00:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:26 #3 DONE 0.0s 02:00:26 02:00:26 #4 [internal] load .dockerignore 02:00:26 #4 transferring context: 2B done 02:00:26 #4 DONE 0.0s 02:00:26 02:00:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 0.0s done 02:00:26 #5 DONE 0.0s 02:00:26 02:00:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b done 02:00:26 #6 DONE 0.1s 02:00:26 02:00:26 #7 exporting to image 02:00:26 #7 exporting layers done 02:00:26 #7 exporting manifest sha256:4e620c6ca124349351b92878e447034548288021888eaa0ddc282bfc58c2f93a done 02:00:26 #7 exporting config sha256:583e9e69d2647d1bb9174c7d413b06a5b22996396b9309eed22ae3817ee7f48c done 02:00:26 #7 exporting manifest sha256:b8dfc24e91558c3e300d6ce7b7def882e4962da604982865036847c36c72df7b done 02:00:26 #7 exporting config sha256:6c21a45be38f2d11cd8efed0008b7e652e42a4ce3fa1d42c2949553de4c59e92 done 02:00:26 #7 exporting manifest list sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 02:00:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:26 #7 ... 02:00:26 02:00:26 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:00:26 #8 DONE 0.0s 02:00:26 02:00:26 #7 exporting to image 02:00:26 #7 exporting manifest list sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 done 02:00:26 #7 pushing layers 0.1s done 02:00:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 02:00:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 0.1s done 02:00:26 #7 DONE 0.2s 02:00:26 02:00:26 1 warning found (use --debug to expand): 02:00:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:00:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:00:27 #1 [internal] load build definition from Dockerfile 02:00:27 #1 transferring dockerfile: 172B done 02:00:27 #1 DONE 0.0s 02:00:27 02:00:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:00:27 #2 DONE 0.0s 02:00:27 02:00:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:00:27 #3 DONE 0.0s 02:00:27 02:00:27 #4 [internal] load .dockerignore 02:00:27 #4 transferring context: 2B done 02:00:27 #4 DONE 0.0s 02:00:27 02:00:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b done 02:00:27 #5 CACHED 02:00:27 02:00:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 0.0s done 02:00:27 #6 CACHED 02:00:27 02:00:27 #7 exporting to image 02:00:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:27 #7 exporting layers done 02:00:27 #7 exporting manifest sha256:4e620c6ca124349351b92878e447034548288021888eaa0ddc282bfc58c2f93a done 02:00:27 #7 exporting config sha256:583e9e69d2647d1bb9174c7d413b06a5b22996396b9309eed22ae3817ee7f48c done 02:00:27 #7 exporting manifest sha256:b8dfc24e91558c3e300d6ce7b7def882e4962da604982865036847c36c72df7b done 02:00:27 #7 exporting config sha256:6c21a45be38f2d11cd8efed0008b7e652e42a4ce3fa1d42c2949553de4c59e92 done 02:00:27 #7 exporting manifest list sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 done 02:00:27 #7 pushing layers 0.0s done 02:00:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 0.1s done 02:00:27 #7 DONE 0.1s 02:00:27 02:00:27 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:00:27 #8 DONE 0.0s 02:00:27 02:00:27 1 warning found (use --debug to expand): 02:00:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42' 02:00:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 --push - 02:00:27 #1 [internal] load build definition from Dockerfile 02:00:27 #1 transferring dockerfile: 178B done 02:00:27 #1 DONE 0.0s 02:00:27 02:00:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 02:00:27 #2 DONE 0.0s 02:00:27 02:00:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 02:00:27 #3 DONE 0.0s 02:00:27 02:00:27 #4 [internal] load .dockerignore 02:00:27 #4 transferring context: 2B done 02:00:27 #4 DONE 0.0s 02:00:27 02:00:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 0.0s done 02:00:27 #5 CACHED 02:00:27 02:00:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 0.0s done 02:00:27 #6 CACHED 02:00:27 02:00:27 #7 exporting to image 02:00:27 #7 exporting layers done 02:00:27 #7 exporting manifest sha256:4e620c6ca124349351b92878e447034548288021888eaa0ddc282bfc58c2f93a done 02:00:27 #7 exporting config sha256:583e9e69d2647d1bb9174c7d413b06a5b22996396b9309eed22ae3817ee7f48c done 02:00:27 #7 exporting manifest sha256:b8dfc24e91558c3e300d6ce7b7def882e4962da604982865036847c36c72df7b done 02:00:27 #7 exporting config sha256:6c21a45be38f2d11cd8efed0008b7e652e42a4ce3fa1d42c2949553de4c59e92 done 02:00:27 #7 exporting manifest list sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 done 02:00:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:28 #7 pushing layers 0.0s done 02:00:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 0.1s done 02:00:28 #7 DONE 0.1s 02:00:28 02:00:28 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:00:28 #8 DONE 0.0s 02:00:28 02:00:28 1 warning found (use --debug to expand): 02:00:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:28 #1 [internal] load build definition from Dockerfile 02:00:28 #1 transferring dockerfile: 219B done 02:00:28 #1 DONE 0.0s 02:00:28 02:00:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:28 #2 DONE 0.0s 02:00:28 02:00:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:28 #3 DONE 0.0s 02:00:28 02:00:28 #4 [internal] load .dockerignore 02:00:28 #4 transferring context: 2B done 02:00:28 #4 DONE 0.0s 02:00:28 02:00:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b done 02:00:28 #5 CACHED 02:00:28 02:00:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b done 02:00:28 #6 CACHED 02:00:28 02:00:28 #7 exporting to image 02:00:28 #7 exporting layers done 02:00:28 #7 exporting manifest sha256:4e620c6ca124349351b92878e447034548288021888eaa0ddc282bfc58c2f93a done 02:00:28 #7 exporting config sha256:583e9e69d2647d1bb9174c7d413b06a5b22996396b9309eed22ae3817ee7f48c done 02:00:28 #7 exporting manifest sha256:b8dfc24e91558c3e300d6ce7b7def882e4962da604982865036847c36c72df7b done 02:00:28 #7 exporting config sha256:6c21a45be38f2d11cd8efed0008b7e652e42a4ce3fa1d42c2949553de4c59e92 02:00:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:28 #7 exporting config sha256:6c21a45be38f2d11cd8efed0008b7e652e42a4ce3fa1d42c2949553de4c59e92 done 02:00:28 #7 exporting manifest list sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 done 02:00:28 #7 pushing layers 0.0s done 02:00:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 0.1s done 02:00:28 #7 DONE 0.1s 02:00:28 02:00:28 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:00:28 #8 DONE 0.0s 02:00:28 02:00:28 1 warning found (use --debug to expand): 02:00:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:00:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:00:29 #1 [internal] load build definition from Dockerfile 02:00:29 #1 transferring dockerfile: 170B done 02:00:29 #1 DONE 0.0s 02:00:29 02:00:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:00:29 #2 DONE 0.0s 02:00:29 02:00:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:00:29 #3 DONE 0.0s 02:00:29 02:00:29 #4 [internal] load .dockerignore 02:00:29 #4 transferring context: 2B done 02:00:29 #4 DONE 0.0s 02:00:29 02:00:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b done 02:00:29 #5 CACHED 02:00:29 02:00:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 02:00:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7ef322b25a6035f0adc6ba962caa96b9e0baf8d1a33f77838427b0d9bcdaff0b 0.0s done 02:00:29 #6 CACHED 02:00:29 02:00:29 #7 exporting to image 02:00:29 #7 exporting layers done 02:00:29 #7 exporting manifest sha256:4e620c6ca124349351b92878e447034548288021888eaa0ddc282bfc58c2f93a done 02:00:29 #7 exporting config sha256:583e9e69d2647d1bb9174c7d413b06a5b22996396b9309eed22ae3817ee7f48c done 02:00:29 #7 exporting manifest sha256:b8dfc24e91558c3e300d6ce7b7def882e4962da604982865036847c36c72df7b done 02:00:29 #7 exporting config sha256:6c21a45be38f2d11cd8efed0008b7e652e42a4ce3fa1d42c2949553de4c59e92 done 02:00:29 #7 exporting manifest list sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 done 02:00:29 #7 pushing layers 0.0s done 02:00:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 02:00:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:4ea0823cd730c78bea57f0640ba51d80ef105698c1a09dc6d759992a13eea635 0.1s done 02:00:29 #7 DONE 0.1s 02:00:29 02:00:29 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:00:29 #8 DONE 0.0s 02:00:29 02:00:29 1 warning found (use --debug to expand): 02:00:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:29 #1 [internal] load build definition from Dockerfile 02:00:29 #1 transferring dockerfile: 206B done 02:00:29 #1 DONE 0.0s 02:00:29 02:00:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:29 #2 DONE 0.0s 02:00:29 02:00:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:29 #3 DONE 0.1s 02:00:29 02:00:29 #4 [internal] load .dockerignore 02:00:29 #4 transferring context: 2B done 02:00:29 #4 DONE 0.0s 02:00:29 02:00:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:29 #5 ... 02:00:29 02:00:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c done 02:00:29 #6 DONE 0.1s 02:00:29 02:00:29 #7 exporting to image 02:00:29 #7 exporting layers done 02:00:29 #7 exporting manifest sha256:21814fb37639419834a7f007258c630755e79c57719048b9b1b33c570b4febb9 done 02:00:29 #7 exporting config sha256:ba32fe6cccec3da58133880cfd99f4c3393de836c23890b57b930921e79bc534 done 02:00:29 #7 exporting manifest sha256:0d668b3fb2782979ab9684daeae34c58feeb18d869445167b6730f936f4d3b48 done 02:00:29 #7 exporting config sha256:348538bdd183f4c69a21d13a693db75548c66e85af3abebe38a3c1fcf8733f51 done 02:00:29 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 done 02:00:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:29 #7 ... 02:00:29 02:00:29 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:00:29 #8 DONE 0.0s 02:00:29 02:00:29 #7 exporting to image 02:00:29 #7 pushing layers 0.1s done 02:00:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 02:00:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 0.1s done 02:00:29 #7 DONE 0.2s 02:00:29 02:00:29 1 warning found (use --debug to expand): 02:00:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:00:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:00:30 #1 [internal] load build definition from Dockerfile 02:00:30 #1 transferring dockerfile: 172B done 02:00:30 #1 DONE 0.0s 02:00:30 02:00:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:00:30 #2 DONE 0.0s 02:00:30 02:00:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:00:30 #3 DONE 0.0s 02:00:30 02:00:30 #4 [internal] load .dockerignore 02:00:30 #4 transferring context: 2B done 02:00:30 #4 DONE 0.0s 02:00:30 02:00:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c done 02:00:30 #5 CACHED 02:00:30 02:00:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c done 02:00:30 #6 CACHED 02:00:30 02:00:30 #7 exporting to image 02:00:30 #7 exporting layers done 02:00:30 #7 exporting manifest sha256:21814fb37639419834a7f007258c630755e79c57719048b9b1b33c570b4febb9 done 02:00:30 #7 exporting config sha256:ba32fe6cccec3da58133880cfd99f4c3393de836c23890b57b930921e79bc534 done 02:00:30 #7 exporting manifest sha256:0d668b3fb2782979ab9684daeae34c58feeb18d869445167b6730f936f4d3b48 done 02:00:30 #7 exporting config sha256:348538bdd183f4c69a21d13a693db75548c66e85af3abebe38a3c1fcf8733f51 done 02:00:30 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 02:00:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:30 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 done 02:00:30 #7 pushing layers 0.0s done 02:00:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 0.1s done 02:00:30 #7 DONE 0.1s 02:00:30 02:00:30 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:00:30 #8 DONE 0.0s 02:00:30 02:00:30 1 warning found (use --debug to expand): 02:00:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42' 02:00:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 --push - 02:00:30 #1 [internal] load build definition from Dockerfile 02:00:30 #1 transferring dockerfile: 178B done 02:00:30 #1 DONE 0.0s 02:00:30 02:00:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 02:00:30 #2 DONE 0.0s 02:00:30 02:00:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 02:00:30 #3 DONE 0.0s 02:00:30 02:00:30 #4 [internal] load .dockerignore 02:00:30 #4 transferring context: 2B done 02:00:30 #4 DONE 0.0s 02:00:30 02:00:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c done 02:00:30 #5 CACHED 02:00:30 02:00:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 0.0s done 02:00:30 #6 CACHED 02:00:30 02:00:30 #7 exporting to image 02:00:30 #7 exporting layers done 02:00:30 #7 exporting manifest sha256:21814fb37639419834a7f007258c630755e79c57719048b9b1b33c570b4febb9 done 02:00:30 #7 exporting config sha256:ba32fe6cccec3da58133880cfd99f4c3393de836c23890b57b930921e79bc534 done 02:00:30 #7 exporting manifest sha256:0d668b3fb2782979ab9684daeae34c58feeb18d869445167b6730f936f4d3b48 done 02:00:30 #7 exporting config sha256:348538bdd183f4c69a21d13a693db75548c66e85af3abebe38a3c1fcf8733f51 done 02:00:30 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 done 02:00:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:31 #7 pushing layers 0.0s done 02:00:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 0.1s done 02:00:31 #7 DONE 0.1s 02:00:31 02:00:31 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:00:31 #8 DONE 0.0s 02:00:31 02:00:31 1 warning found (use --debug to expand): 02:00:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:31 #1 [internal] load build definition from Dockerfile 02:00:31 #1 transferring dockerfile: 219B done 02:00:31 #1 DONE 0.0s 02:00:31 02:00:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:31 #2 DONE 0.0s 02:00:31 02:00:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:31 #3 DONE 0.0s 02:00:31 02:00:31 #4 [internal] load .dockerignore 02:00:31 #4 transferring context: 2B done 02:00:31 #4 DONE 0.0s 02:00:31 02:00:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 0.0s done 02:00:31 #5 CACHED 02:00:31 02:00:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 0.0s done 02:00:31 #6 CACHED 02:00:31 02:00:31 #7 exporting to image 02:00:31 #7 exporting layers done 02:00:31 #7 exporting manifest sha256:21814fb37639419834a7f007258c630755e79c57719048b9b1b33c570b4febb9 done 02:00:31 #7 exporting config sha256:ba32fe6cccec3da58133880cfd99f4c3393de836c23890b57b930921e79bc534 done 02:00:31 #7 exporting manifest sha256:0d668b3fb2782979ab9684daeae34c58feeb18d869445167b6730f936f4d3b48 done 02:00:31 #7 exporting config sha256:348538bdd183f4c69a21d13a693db75548c66e85af3abebe38a3c1fcf8733f51 done 02:00:31 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 done 02:00:31 #7 pushing layers 0.0s done 02:00:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 02:00:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 0.1s done 02:00:31 #7 DONE 0.1s 02:00:31 02:00:31 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:00:31 #8 DONE 0.0s 02:00:31 02:00:31 1 warning found (use --debug to expand): 02:00:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:00:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:00:31 #1 [internal] load build definition from Dockerfile 02:00:31 #1 transferring dockerfile: 170B done 02:00:31 #1 DONE 0.0s 02:00:31 02:00:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:00:31 #2 DONE 0.0s 02:00:31 02:00:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:00:31 #3 DONE 0.0s 02:00:31 02:00:31 #4 [internal] load .dockerignore 02:00:31 #4 transferring context: 2B done 02:00:31 #4 DONE 0.0s 02:00:31 02:00:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c done 02:00:31 #5 CACHED 02:00:31 02:00:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 02:00:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a83a4c837b42f8c9aeb074464ca1a39102523785b2f84344728e8b8c3f91469c 0.0s done 02:00:31 #6 CACHED 02:00:31 02:00:31 #7 exporting to image 02:00:31 #7 exporting layers done 02:00:31 #7 exporting manifest sha256:21814fb37639419834a7f007258c630755e79c57719048b9b1b33c570b4febb9 done 02:00:31 #7 exporting config sha256:ba32fe6cccec3da58133880cfd99f4c3393de836c23890b57b930921e79bc534 done 02:00:31 #7 exporting manifest sha256:0d668b3fb2782979ab9684daeae34c58feeb18d869445167b6730f936f4d3b48 done 02:00:31 #7 exporting config sha256:348538bdd183f4c69a21d13a693db75548c66e85af3abebe38a3c1fcf8733f51 done 02:00:31 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 02:00:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:32 #7 exporting manifest list sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 done 02:00:32 #7 pushing layers 0.0s done 02:00:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df2c1de62cc38c0c2778e7456ed5ace76e68c9471ebaa47c5deaf9eb108568 0.1s done 02:00:32 #7 DONE 0.1s 02:00:32 02:00:32 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:00:32 #8 DONE 0.0s 02:00:32 02:00:32 1 warning found (use --debug to expand): 02:00:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:32 #1 [internal] load build definition from Dockerfile 02:00:32 #1 transferring dockerfile: 206B done 02:00:32 #1 DONE 0.0s 02:00:32 02:00:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:32 #2 DONE 0.0s 02:00:32 02:00:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:32 #3 DONE 0.0s 02:00:32 02:00:32 #4 [internal] load .dockerignore 02:00:32 #4 transferring context: 2B done 02:00:32 #4 DONE 0.0s 02:00:32 02:00:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:32 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 0.0s done 02:00:32 #5 DONE 0.0s 02:00:32 02:00:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:32 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 0.0s done 02:00:32 #6 DONE 0.1s 02:00:32 02:00:32 #7 exporting to image 02:00:32 #7 exporting layers done 02:00:32 #7 exporting manifest sha256:fe839f1d72d1d780840fc76f8da3ef67361b41dfe3bb98d2d323e27067d54fb6 done 02:00:32 #7 exporting config sha256:df53d7952b6d959268819282930ace1c3931f44ecba6c14c6d67906fae32648b done 02:00:32 #7 exporting manifest sha256:55da4e13bfbf3b4a0db52f8a329b16bb7437aff9140a6ee5c0df996cafb3189b done 02:00:32 #7 exporting config sha256:e7fdc6954f1bf844098da660510b7708ed10cb8cfc999cd42c405565d043bf3b done 02:00:32 #7 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 02:00:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:32 #7 ... 02:00:32 02:00:32 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:00:32 #8 DONE 0.0s 02:00:32 02:00:32 #7 exporting to image 02:00:32 #7 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 done 02:00:32 #7 pushing layers 0.1s done 02:00:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 02:00:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 0.1s done 02:00:32 #7 DONE 0.2s 02:00:32 02:00:32 1 warning found (use --debug to expand): 02:00:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:00:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:00:33 #1 [internal] load build definition from Dockerfile 02:00:33 #1 transferring dockerfile: 172B done 02:00:33 #1 DONE 0.0s 02:00:33 02:00:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:00:33 #2 DONE 0.0s 02:00:33 02:00:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:00:33 #3 DONE 0.0s 02:00:33 02:00:33 #4 [internal] load .dockerignore 02:00:33 #4 transferring context: 2B done 02:00:33 #4 DONE 0.0s 02:00:33 02:00:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:33 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 0.0s done 02:00:33 #5 CACHED 02:00:33 02:00:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:33 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 0.0s done 02:00:33 #6 CACHED 02:00:33 02:00:33 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:00:33 #7 DONE 0.0s 02:00:33 02:00:33 #8 exporting to image 02:00:33 #8 exporting layers done 02:00:33 #8 exporting manifest sha256:fe839f1d72d1d780840fc76f8da3ef67361b41dfe3bb98d2d323e27067d54fb6 done 02:00:33 #8 exporting config sha256:df53d7952b6d959268819282930ace1c3931f44ecba6c14c6d67906fae32648b done 02:00:33 #8 exporting manifest sha256:55da4e13bfbf3b4a0db52f8a329b16bb7437aff9140a6ee5c0df996cafb3189b done 02:00:33 #8 exporting config sha256:e7fdc6954f1bf844098da660510b7708ed10cb8cfc999cd42c405565d043bf3b done 02:00:33 #8 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 done 02:00:33 #8 pushing layers 0.0s done 02:00:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 0.1s done 02:00:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:33 #8 DONE 0.1s 02:00:33 02:00:33 1 warning found (use --debug to expand): 02:00:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42' 02:00:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 --push - 02:00:34 #1 [internal] load build definition from Dockerfile 02:00:34 #1 transferring dockerfile: 178B done 02:00:34 #1 DONE 0.0s 02:00:34 02:00:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 02:00:34 #2 DONE 0.0s 02:00:34 02:00:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 02:00:34 #3 DONE 0.0s 02:00:34 02:00:34 #4 [internal] load .dockerignore 02:00:34 #4 transferring context: 2B done 02:00:34 #4 DONE 0.0s 02:00:34 02:00:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 done 02:00:34 #5 CACHED 02:00:34 02:00:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 0.0s done 02:00:34 #6 CACHED 02:00:34 02:00:34 #7 exporting to image 02:00:34 #7 exporting layers done 02:00:34 #7 exporting manifest sha256:fe839f1d72d1d780840fc76f8da3ef67361b41dfe3bb98d2d323e27067d54fb6 done 02:00:34 #7 exporting config sha256:df53d7952b6d959268819282930ace1c3931f44ecba6c14c6d67906fae32648b done 02:00:34 #7 exporting manifest sha256:55da4e13bfbf3b4a0db52f8a329b16bb7437aff9140a6ee5c0df996cafb3189b done 02:00:34 #7 exporting config sha256:e7fdc6954f1bf844098da660510b7708ed10cb8cfc999cd42c405565d043bf3b done 02:00:34 #7 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 done 02:00:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:34 #7 pushing layers 0.0s done 02:00:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 0.1s done 02:00:34 #7 DONE 0.1s 02:00:34 02:00:34 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:00:34 #8 DONE 0.0s 02:00:34 02:00:34 1 warning found (use --debug to expand): 02:00:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:34 #1 [internal] load build definition from Dockerfile 02:00:34 #1 transferring dockerfile: 219B done 02:00:34 #1 DONE 0.0s 02:00:34 02:00:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:34 #2 DONE 0.0s 02:00:34 02:00:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:34 #3 DONE 0.0s 02:00:34 02:00:34 #4 [internal] load .dockerignore 02:00:34 #4 transferring context: 2B done 02:00:34 #4 DONE 0.0s 02:00:34 02:00:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 done 02:00:34 #5 CACHED 02:00:34 02:00:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 done 02:00:34 #6 CACHED 02:00:34 02:00:34 #7 exporting to image 02:00:34 #7 exporting layers done 02:00:34 #7 exporting manifest sha256:fe839f1d72d1d780840fc76f8da3ef67361b41dfe3bb98d2d323e27067d54fb6 done 02:00:34 #7 exporting config sha256:df53d7952b6d959268819282930ace1c3931f44ecba6c14c6d67906fae32648b done 02:00:34 #7 exporting manifest sha256:55da4e13bfbf3b4a0db52f8a329b16bb7437aff9140a6ee5c0df996cafb3189b done 02:00:34 #7 exporting config sha256:e7fdc6954f1bf844098da660510b7708ed10cb8cfc999cd42c405565d043bf3b done 02:00:34 #7 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 02:00:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:34 #7 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 done 02:00:34 #7 pushing layers 0.0s done 02:00:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 0.1s done 02:00:34 #7 DONE 0.1s 02:00:34 02:00:34 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:00:34 #8 DONE 0.0s 02:00:34 02:00:34 1 warning found (use --debug to expand): 02:00:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:00:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:00:34 #1 [internal] load build definition from Dockerfile 02:00:34 #1 transferring dockerfile: 170B done 02:00:34 #1 DONE 0.0s 02:00:34 02:00:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:00:34 #2 DONE 0.0s 02:00:34 02:00:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:00:34 #3 DONE 0.0s 02:00:34 02:00:34 #4 [internal] load .dockerignore 02:00:34 #4 transferring context: 2B done 02:00:34 #4 DONE 0.0s 02:00:34 02:00:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 done 02:00:34 #5 CACHED 02:00:34 02:00:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 02:00:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e710673eef82d13a155101db3ea872d014ff2c7274912c2241092349424d6b78 0.0s done 02:00:34 #6 CACHED 02:00:34 02:00:34 #7 exporting to image 02:00:34 #7 exporting layers done 02:00:34 #7 exporting manifest sha256:fe839f1d72d1d780840fc76f8da3ef67361b41dfe3bb98d2d323e27067d54fb6 done 02:00:34 #7 exporting config sha256:df53d7952b6d959268819282930ace1c3931f44ecba6c14c6d67906fae32648b done 02:00:34 #7 exporting manifest sha256:55da4e13bfbf3b4a0db52f8a329b16bb7437aff9140a6ee5c0df996cafb3189b done 02:00:34 #7 exporting config sha256:e7fdc6954f1bf844098da660510b7708ed10cb8cfc999cd42c405565d043bf3b done 02:00:34 #7 exporting manifest list sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 done 02:00:34 #7 pushing layers 0.0s done 02:00:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 02:00:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a8ac5a2c259af89065d293b5c666d428a292eb50f094703e4f5a1d3cf6cf4761 0.1s done 02:00:35 #7 DONE 0.1s 02:00:35 02:00:35 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:00:35 #8 DONE 0.0s 02:00:35 02:00:35 1 warning found (use --debug to expand): 02:00:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 02:00:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf' 02:00:35 #1 [internal] load build definition from Dockerfile 02:00:35 #1 transferring dockerfile: 202B done 02:00:35 #1 DONE 0.0s 02:00:35 02:00:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:35 #2 DONE 0.0s 02:00:35 02:00:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:00:35 #3 DONE 0.0s 02:00:35 02:00:35 #4 [internal] load .dockerignore 02:00:35 #4 transferring context: 2B done 02:00:35 #4 DONE 0.0s 02:00:35 02:00:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:35 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:35 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 0.0s done 02:00:35 #5 DONE 0.1s 02:00:35 02:00:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:35 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 0.0s done 02:00:35 #6 DONE 0.0s 02:00:35 02:00:35 #7 exporting to image 02:00:35 #7 exporting layers done 02:00:35 #7 exporting manifest sha256:d7e6e942902f207fd52e763d077ce1503c7ba8f94e686ce9f9922f78edba63f3 done 02:00:35 #7 exporting config sha256:679fa0f68e82177adbc17bb5a0b515c2186ce2de35a49911d6de402170ca57a5 done 02:00:35 #7 exporting manifest sha256:f13063ad3b1423b4850275f560c1e4b74ffff72e5832d6d3255e2265ea319aa3 done 02:00:35 #7 exporting config sha256:37aef0e688d9782794166e855c3a52e7334fa7641cb950616961e5440b3c30ab done 02:00:35 #7 exporting manifest list sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b done 02:00:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:35 #7 ... 02:00:35 02:00:35 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:00:35 #8 DONE 0.0s 02:00:35 02:00:35 #7 exporting to image 02:00:35 #7 pushing layers 0.1s done 02:00:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 02:00:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 0.1s done 02:00:36 #7 DONE 0.2s 02:00:36 02:00:36 1 warning found (use --debug to expand): 02:00:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:00:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:00:36 #1 [internal] load build definition from Dockerfile 02:00:36 #1 transferring dockerfile: 168B done 02:00:36 #1 DONE 0.0s 02:00:36 02:00:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:00:36 #2 DONE 0.0s 02:00:36 02:00:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:00:36 #3 DONE 0.0s 02:00:36 02:00:36 #4 [internal] load .dockerignore 02:00:36 #4 transferring context: 2B done 02:00:36 #4 DONE 0.0s 02:00:36 02:00:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:36 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 0.0s done 02:00:36 #5 CACHED 02:00:36 02:00:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:36 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 0.0s done 02:00:36 #6 CACHED 02:00:36 02:00:36 #7 exporting to image 02:00:36 #7 exporting layers done 02:00:36 #7 exporting manifest sha256:d7e6e942902f207fd52e763d077ce1503c7ba8f94e686ce9f9922f78edba63f3 done 02:00:36 #7 exporting config sha256:679fa0f68e82177adbc17bb5a0b515c2186ce2de35a49911d6de402170ca57a5 done 02:00:36 #7 exporting manifest sha256:f13063ad3b1423b4850275f560c1e4b74ffff72e5832d6d3255e2265ea319aa3 done 02:00:36 #7 exporting config sha256:37aef0e688d9782794166e855c3a52e7334fa7641cb950616961e5440b3c30ab done 02:00:36 #7 exporting manifest list sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b done 02:00:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:36 #7 pushing layers 0.0s done 02:00:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 0.1s done 02:00:36 #7 DONE 0.1s 02:00:36 02:00:36 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:00:36 #8 DONE 0.0s 02:00:36 02:00:36 1 warning found (use --debug to expand): 02:00:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42' 02:00:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 --push - 02:00:36 #1 [internal] load build definition from Dockerfile 02:00:36 #1 transferring dockerfile: 174B done 02:00:36 #1 DONE 0.0s 02:00:36 02:00:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 02:00:36 #2 DONE 0.0s 02:00:36 02:00:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 02:00:36 #3 DONE 0.0s 02:00:36 02:00:36 #4 [internal] load .dockerignore 02:00:36 #4 transferring context: 2B done 02:00:36 #4 DONE 0.0s 02:00:36 02:00:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:36 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 0.0s done 02:00:36 #5 CACHED 02:00:36 02:00:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:36 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b done 02:00:36 #6 CACHED 02:00:36 02:00:36 #7 exporting to image 02:00:36 #7 exporting layers done 02:00:36 #7 exporting manifest sha256:d7e6e942902f207fd52e763d077ce1503c7ba8f94e686ce9f9922f78edba63f3 done 02:00:36 #7 exporting config sha256:679fa0f68e82177adbc17bb5a0b515c2186ce2de35a49911d6de402170ca57a5 done 02:00:36 #7 exporting manifest sha256:f13063ad3b1423b4850275f560c1e4b74ffff72e5832d6d3255e2265ea319aa3 done 02:00:36 #7 exporting config sha256:37aef0e688d9782794166e855c3a52e7334fa7641cb950616961e5440b3c30ab done 02:00:36 #7 exporting manifest list sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b done 02:00:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:37 #7 pushing layers 0.0s done 02:00:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 0.1s done 02:00:37 #7 DONE 0.1s 02:00:37 02:00:37 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:00:37 #8 DONE 0.0s 02:00:37 02:00:37 1 warning found (use --debug to expand): 02:00:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 02:00:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 02:00:37 #1 [internal] load build definition from Dockerfile 02:00:37 #1 transferring dockerfile: 215B done 02:00:37 #1 DONE 0.0s 02:00:37 02:00:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:37 #2 DONE 0.0s 02:00:37 02:00:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:00:37 #3 DONE 0.0s 02:00:37 02:00:37 #4 [internal] load .dockerignore 02:00:37 #4 transferring context: 2B done 02:00:37 #4 DONE 0.0s 02:00:37 02:00:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:37 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b done 02:00:37 #5 CACHED 02:00:37 02:00:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:37 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b done 02:00:37 #6 CACHED 02:00:37 02:00:37 #7 exporting to image 02:00:37 #7 exporting layers done 02:00:37 #7 exporting manifest sha256:d7e6e942902f207fd52e763d077ce1503c7ba8f94e686ce9f9922f78edba63f3 done 02:00:37 #7 exporting config sha256:679fa0f68e82177adbc17bb5a0b515c2186ce2de35a49911d6de402170ca57a5 done 02:00:37 #7 exporting manifest sha256:f13063ad3b1423b4850275f560c1e4b74ffff72e5832d6d3255e2265ea319aa3 done 02:00:37 #7 exporting config sha256:37aef0e688d9782794166e855c3a52e7334fa7641cb950616961e5440b3c30ab done 02:00:37 #7 exporting manifest list sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b done 02:00:37 #7 pushing layers 02:00:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:37 #7 pushing layers 0.0s done 02:00:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 0.1s done 02:00:37 #7 DONE 0.1s 02:00:37 02:00:37 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:00:37 #8 DONE 0.0s 02:00:37 02:00:37 1 warning found (use --debug to expand): 02:00:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:00:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:00:37 #1 [internal] load build definition from Dockerfile 02:00:37 #1 transferring dockerfile: 166B done 02:00:37 #1 DONE 0.0s 02:00:37 02:00:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:00:37 #2 DONE 0.0s 02:00:37 02:00:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:00:37 #3 DONE 0.0s 02:00:37 02:00:37 #4 [internal] load .dockerignore 02:00:37 #4 transferring context: 2B done 02:00:37 #4 DONE 0.0s 02:00:37 02:00:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:37 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b done 02:00:37 #5 CACHED 02:00:37 02:00:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 02:00:37 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:91cc8ce2ea8455aaef963b7a9a54ce33aaa4006b39a1d09bd22739292e68993b 0.0s done 02:00:37 #6 CACHED 02:00:37 02:00:37 #7 exporting to image 02:00:37 #7 exporting layers done 02:00:37 #7 exporting manifest sha256:d7e6e942902f207fd52e763d077ce1503c7ba8f94e686ce9f9922f78edba63f3 done 02:00:37 #7 exporting config sha256:679fa0f68e82177adbc17bb5a0b515c2186ce2de35a49911d6de402170ca57a5 done 02:00:37 #7 exporting manifest sha256:f13063ad3b1423b4850275f560c1e4b74ffff72e5832d6d3255e2265ea319aa3 done 02:00:37 #7 exporting config sha256:37aef0e688d9782794166e855c3a52e7334fa7641cb950616961e5440b3c30ab done 02:00:37 #7 exporting manifest list sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b done 02:00:37 #7 pushing layers 0.0s done 02:00:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 02:00:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0bf37632765e9cd68cf8eed9d41da116686e293caf48a0cc8169c9f4258a018b 0.1s done 02:00:38 #7 DONE 0.1s 02:00:38 02:00:38 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:00:38 #8 DONE 0.0s 02:00:38 02:00:38 1 warning found (use --debug to expand): 02:00:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:00:38 + '[' -d /w/workspace/edgex-go/875/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:00:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:00:39 ---> package-listing.sh 02:00:39 ++ tr '[:upper:]' '[:lower:]' 02:00:39 ++ facter osfamily 02:00:39 + OS_FAMILY=redhat 02:00:39 + workspace=/w/workspace/edgex-go/875 02:00:39 + START_PACKAGES=/tmp/packages_start.txt 02:00:39 + END_PACKAGES=/tmp/packages_end.txt 02:00:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:00:39 + PACKAGES=/tmp/packages_start.txt 02:00:39 + '[' /w/workspace/edgex-go/875 ']' 02:00:39 + PACKAGES=/tmp/packages_end.txt 02:00:39 + case "${OS_FAMILY}" in 02:00:39 + rpm -qa 02:00:39 + sort 02:00:40 + '[' -f /tmp/packages_start.txt ']' 02:00:40 + '[' -f /tmp/packages_end.txt ']' 02:00:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:00:40 + '[' /w/workspace/edgex-go/875 ']' 02:00:40 + mkdir -p /w/workspace/edgex-go/875/archives/ 02:00:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/875/archives/ [Pipeline] echo 02:00:40 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/875/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:00:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:41 02:00:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:41 latest: Pulling from edgex-lftools-log-publisher 02:00:41 5eb5b503b376: Pulling fs layer 02:00:41 5c69ac0246d0: Pulling fs layer 02:00:41 ec43610c2a17: Pulling fs layer 02:00:41 3a2ae6a8a46f: Pulling fs layer 02:00:41 33b1e0a273af: Pulling fs layer 02:00:41 5d3b04190fa2: Pulling fs layer 02:00:41 2f39f015ded8: Pulling fs layer 02:00:41 3a2ae6a8a46f: Waiting 02:00:41 33b1e0a273af: Waiting 02:00:41 5d3b04190fa2: Waiting 02:00:41 2f39f015ded8: Waiting 02:00:41 5c69ac0246d0: Verifying Checksum 02:00:41 5c69ac0246d0: Download complete 02:00:41 3a2ae6a8a46f: Verifying Checksum 02:00:41 3a2ae6a8a46f: Download complete 02:00:41 33b1e0a273af: Verifying Checksum 02:00:41 33b1e0a273af: Download complete 02:00:41 5d3b04190fa2: Verifying Checksum 02:00:41 5d3b04190fa2: Download complete 02:00:41 ec43610c2a17: Verifying Checksum 02:00:41 ec43610c2a17: Download complete 02:00:41 5eb5b503b376: Verifying Checksum 02:00:41 5eb5b503b376: Download complete 02:00:42 2f39f015ded8: Download complete 02:00:42 5eb5b503b376: Pull complete 02:00:43 5c69ac0246d0: Pull complete 02:00:43 ec43610c2a17: Pull complete 02:00:43 3a2ae6a8a46f: Pull complete 02:00:43 33b1e0a273af: Pull complete 02:00:43 5d3b04190fa2: Pull complete 02:00:48 2f39f015ded8: Pull complete 02:00:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:00:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:48 prd-centos7-docker-4c-2g-5648 does not seem to be running inside a container 02:00:48 $ 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/875/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:00:51 $ docker top a7f19f9412b21918b56d6a264f2304c9410bd3d85e77dcf023d026784f3162bd -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:51 + touch /tmp/pre-build-complete [Pipeline] sh 02:00:52 + mkdir -p /var/log/sysstat [Pipeline] sh 02:00:52 + ls /var/log/sa-host 02:00:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:52 provisioning config files... 02:00:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8365377024239596181tmp [Pipeline] { [Pipeline] echo 02:00:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:00:52 ---> create-netrc.sh [Pipeline] } 02:00:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:00:53 ---> python-tools-install.sh [Pipeline] echo 02:00:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:00:53 ---> sudo-logs.sh 02:00:53 Archiving 'sudo' log.. 02:00:53 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:00:53 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:00:53 $ docker stop --time=1 a7f19f9412b21918b56d6a264f2304c9410bd3d85e77dcf023d026784f3162bd 02:00:54 $ docker rm -f --volumes a7f19f9412b21918b56d6a264f2304c9410bd3d85e77dcf023d026784f3162bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:00:54 [WS-CLEANUP] Deleting project workspace... 02:00:54 [WS-CLEANUP] Deferred wipeout is used... 02:00:54 [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:00:55 + [ -d /w/workspace/edgex-go/875/archives ] [Pipeline] libraryResource [Pipeline] sh 02:00:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:00:56 ---> package-listing.sh 02:00:56 ++ facter osfamily 02:00:56 ++ tr '[:upper:]' '[:lower:]' 02:00:57 + OS_FAMILY=debian 02:00:57 + workspace=/w/workspace/edgex-go/875 02:00:57 + START_PACKAGES=/tmp/packages_start.txt 02:00:57 + END_PACKAGES=/tmp/packages_end.txt 02:00:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:00:57 + PACKAGES=/tmp/packages_start.txt 02:00:57 + '[' /w/workspace/edgex-go/875 ']' 02:00:57 + PACKAGES=/tmp/packages_end.txt 02:00:57 + case "${OS_FAMILY}" in 02:00:57 + dpkg -l 02:00:57 + grep '^ii' 02:00:57 + '[' -f /tmp/packages_start.txt ']' 02:00:57 + '[' -f /tmp/packages_end.txt ']' 02:00:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:00:57 + '[' /w/workspace/edgex-go/875 ']' 02:00:57 + mkdir -p /w/workspace/edgex-go/875/archives/ 02:00:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/875/archives/ [Pipeline] echo 02:00:57 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/875/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:00:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:57 02:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:58 latest: Pulling from edgex-lftools-log-publisher 02:00:58 5eb5b503b376: Pulling fs layer 02:00:58 5c69ac0246d0: Pulling fs layer 02:00:58 ec43610c2a17: Pulling fs layer 02:00:58 3a2ae6a8a46f: Pulling fs layer 02:00:58 33b1e0a273af: Pulling fs layer 02:00:58 5d3b04190fa2: Pulling fs layer 02:00:58 3a2ae6a8a46f: Waiting 02:00:58 33b1e0a273af: Waiting 02:00:58 2f39f015ded8: Pulling fs layer 02:00:58 5d3b04190fa2: Waiting 02:00:58 5c69ac0246d0: Verifying Checksum 02:00:58 5c69ac0246d0: Download complete 02:00:58 3a2ae6a8a46f: Verifying Checksum 02:00:58 3a2ae6a8a46f: Download complete 02:00:58 33b1e0a273af: Verifying Checksum 02:00:58 33b1e0a273af: Download complete 02:00:58 5d3b04190fa2: Download complete 02:00:58 ec43610c2a17: Verifying Checksum 02:00:58 ec43610c2a17: Download complete 02:00:58 5eb5b503b376: Verifying Checksum 02:00:58 5eb5b503b376: Download complete 02:00:59 2f39f015ded8: Download complete 02:01:00 5eb5b503b376: Pull complete 02:01:00 5c69ac0246d0: Pull complete 02:01:01 ec43610c2a17: Pull complete 02:01:01 3a2ae6a8a46f: Pull complete 02:01:01 33b1e0a273af: Pull complete 02:01:01 5d3b04190fa2: Pull complete 02:01:08 2f39f015ded8: Pull complete 02:01:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:08 prd-ubuntu20.04-docker-8c-8g-5644 does not seem to be running inside a container 02:01:08 $ 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/875/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/875 -v /w/workspace/edgex-go/875:/w/workspace/edgex-go/875:rw,z -v /w/workspace/edgex-go/875@tmp:/w/workspace/edgex-go/875@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:01:10 $ docker top ed040d1a2c5ae860c104a22eafc371fc52aface8943394867d0dfe2b07133fcd -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:10 + touch /tmp/pre-build-complete [Pipeline] sh 02:01:10 + mkdir -p /var/log/sysstat [Pipeline] sh 02:01:10 + ls /var/log/sa-host 02:01:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:01:11 provisioning config files... 02:01:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/875@tmp/config11792957419181552071tmp [Pipeline] { [Pipeline] echo 02:01:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:01:11 ---> create-netrc.sh [Pipeline] } 02:01:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:01:11 ---> python-tools-install.sh [Pipeline] echo 02:01:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:01:11 ---> sudo-logs.sh 02:01:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:01:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:01:12 ---> job-cost.sh 02:01:12 lf-activate-venv: SKIPPING 02:01:12 DEBUG: total: 0.10999999940395355 02:01:12 INFO: Retrieving Stack Cost... 02:01:12 INFO: Retrieving Pricing Info for: v3-standard-8 02:01:13 INFO: Archiving Costs [Pipeline] echo 02:01:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:01:13 ---> logs-deploy.sh 02:01:13 lf-activate-venv: SKIPPING 02:01:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/875 02:01:13 INFO: archiving workspace using pattern(s): 02:01:14 Archives upload complete. 02:01:14 INFO: archiving logs to Nexus 02:01:15 ---> uname -a: 02:01:15 Linux prd-ubuntu20-04-docker-8c-8g-5644 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:01:15 02:01:15 02:01:15 ---> lscpu: 02:01:15 Architecture: x86_64 02:01:15 CPU op-mode(s): 32-bit, 64-bit 02:01:15 Byte Order: Little Endian 02:01:15 Address sizes: 40 bits physical, 48 bits virtual 02:01:15 CPU(s): 8 02:01:15 On-line CPU(s) list: 0-7 02:01:15 Thread(s) per core: 1 02:01:15 Core(s) per socket: 1 02:01:15 Socket(s): 8 02:01:15 NUMA node(s): 1 02:01:15 Vendor ID: AuthenticAMD 02:01:15 CPU family: 23 02:01:15 Model: 49 02:01:15 Model name: AMD EPYC-Rome Processor 02:01:15 Stepping: 0 02:01:15 CPU MHz: 2800.000 02:01:15 BogoMIPS: 5600.00 02:01:15 Virtualization: AMD-V 02:01:15 Hypervisor vendor: KVM 02:01:15 Virtualization type: full 02:01:15 L1d cache: 256 KiB 02:01:15 L1i cache: 256 KiB 02:01:15 L2 cache: 4 MiB 02:01:15 L3 cache: 128 MiB 02:01:15 NUMA node0 CPU(s): 0-7 02:01:15 Vulnerability Gather data sampling: Not affected 02:01:15 Vulnerability Itlb multihit: Not affected 02:01:15 Vulnerability L1tf: Not affected 02:01:15 Vulnerability Mds: Not affected 02:01:15 Vulnerability Meltdown: Not affected 02:01:15 Vulnerability Mmio stale data: Not affected 02:01:15 Vulnerability Retbleed: Vulnerable 02:01:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:01:15 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:01:15 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:01:15 Vulnerability Srbds: Not affected 02:01:15 Vulnerability Tsx async abort: Not affected 02:01:15 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 02:01:15 02:01:15 02:01:15 ---> nproc: 02:01:15 8 02:01:15 02:01:15 02:01:15 ---> df -h: 02:01:15 Filesystem Size Used Avail Use% Mounted on 02:01:15 overlay 155G 30G 126G 20% / 02:01:15 tmpfs 64M 0 64M 0% /dev 02:01:15 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:01:15 shm 64M 0 64M 0% /dev/shm 02:01:15 /dev/vda1 155G 30G 126G 20% /facter-os 02:01:15 02:01:15 02:01:15 ---> sar -b -r -n DEV: 02:01:15 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5644) 07/24/25 _x86_64_ (8 CPU) 02:01:15 02:01:15 01:46:30 LINUX RESTART (8 CPU) 02:01:15 02:01:15 01:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:01:15 01:48:01 325.27 13.56 311.71 0.00 1678.24 31701.18 0.00 02:01:15 01:49:01 173.22 10.08 163.14 0.00 1676.39 44038.53 0.00 02:01:15 01:50:01 34.74 0.03 34.71 0.00 0.27 34267.09 0.00 02:01:15 01:51:01 53.97 0.25 53.72 0.00 2.93 21966.07 0.00 02:01:15 01:52:01 259.17 0.55 258.62 0.00 48.39 158381.20 0.00 02:01:15 01:53:01 829.00 20.33 808.67 0.00 171.84 237172.20 0.00 02:01:15 01:54:01 373.31 1.27 372.04 0.00 26.92 151694.64 0.00 02:01:15 01:55:01 303.35 2.30 301.05 0.00 1990.94 118358.15 0.00 02:01:15 01:56:01 833.89 2.05 831.84 0.00 2274.95 164985.17 0.00 02:01:15 01:57:01 23.30 0.05 23.25 0.00 3.33 609.63 0.00 02:01:15 01:58:01 25.55 0.02 25.53 0.00 2.93 626.03 0.00 02:01:15 01:59:01 16.64 0.02 16.63 0.00 4.27 378.81 0.00 02:01:15 02:00:02 1.00 0.00 1.00 0.00 0.00 10.80 0.00 02:01:15 02:01:01 5.51 0.17 5.34 0.00 12.47 1681.07 0.00 02:01:15 Average: 232.98 3.62 229.35 0.00 564.52 69070.45 0.00 02:01:15 02:01:15 01:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:01:15 01:48:01 29084256 31526612 788880 2.40 75632 2664880 1703112 5.02 973684 2457860 160 02:01:15 01:49:01 27420652 31276252 1001000 3.05 118608 3917860 1962572 5.79 1496364 3444684 20236 02:01:15 01:50:01 26322688 31382984 890852 2.71 125840 5048560 1887240 5.56 2038228 3931668 160600 02:01:15 01:51:01 25708960 31337084 934200 2.84 132260 5564692 2050976 6.05 1909556 4627588 606628 02:01:15 01:52:01 20082412 31107816 1142572 3.48 147128 10818804 5259200 15.50 2294944 9700140 2754396 02:01:15 01:53:01 16145416 31350432 898100 2.73 347844 14416428 2287764 6.74 2911728 12649060 98412 02:01:15 01:54:01 8121904 28880544 3283140 9.99 395404 19449116 10356652 30.53 6260828 16732212 822024 02:01:15 01:55:01 4011968 27795744 4370172 13.29 426360 22330580 10028072 29.56 8677232 18317172 592996 02:01:15 01:56:01 7528716 31348460 882720 2.69 456600 22522824 2040004 6.01 3671460 20078948 628 02:01:15 01:57:01 7524116 31344732 886200 2.70 457260 22522888 2159712 6.37 3775224 19983828 676 02:01:15 01:58:01 7518768 31340720 890052 2.71 458148 22523400 2144812 6.32 4195044 19568268 196 02:01:15 01:59:01 7527604 31350192 880664 2.68 458584 22523620 2030044 5.98 4421884 19332436 8 02:01:15 02:00:02 7533116 31355736 875076 2.66 458600 22523624 2030044 5.98 4416132 19332440 20 02:01:15 02:01:01 7267188 31338736 891160 2.71 462756 22753852 2195608 6.47 4432204 19561788 221672 02:01:15 Average: 14414126 30909717 1329628 4.05 322930 15684366 3438272 10.14 3676751 13551292 377047 02:01:15 02:01:15 01:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:01:15 01:48:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:48:01 lo 3.27 3.27 0.32 0.32 0.00 0.00 0.00 0.00 02:01:15 01:48:01 ens3 754.10 686.35 6993.00 100.43 0.00 0.00 0.00 0.00 02:01:15 01:48:01 veth7f4c6af 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:49:01 docker0 834.64 811.50 60.89 4635.65 0.00 0.00 0.00 0.00 02:01:15 01:49:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 02:01:15 01:49:01 veth6153952 0.12 0.22 0.01 0.02 0.00 0.00 0.00 0.00 02:01:15 01:49:01 ens3 986.14 945.74 7872.28 131.18 0.00 0.00 0.00 0.00 02:01:15 01:50:01 docker0 1.12 1.12 0.08 0.10 0.00 0.00 0.00 0.00 02:01:15 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:50:01 veth6153952 1.12 1.17 0.10 0.10 0.00 0.00 0.00 0.00 02:01:15 01:50:01 ens3 37.28 25.15 30.69 14.50 0.00 0.00 0.00 0.00 02:01:15 01:51:01 docker0 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:01:15 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:01:15 01:51:01 veth6153952 0.27 0.28 0.02 0.02 0.00 0.00 0.00 0.00 02:01:15 01:51:01 ens3 21.08 13.28 17.36 10.76 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth06b21c0 0.03 0.30 0.00 0.01 0.00 0.00 0.00 0.00 02:01:15 01:52:01 vetha7f5c7a 2.48 4.97 0.20 64.79 0.00 0.00 0.00 0.01 02:01:15 01:52:01 veth369b693 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth50e569c 0.03 0.38 0.00 0.02 0.00 0.00 0.00 0.00 02:01:15 01:52:01 docker0 17.78 34.54 1.12 488.54 0.00 0.00 0.00 0.00 02:01:15 01:52:01 vetha72d979 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth1551770 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:52:01 vethc72f66f 0.02 0.35 0.00 0.02 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth5eb30e1 2.53 7.15 0.19 109.88 0.00 0.00 0.00 0.01 02:01:15 01:52:01 veth9b1025f 5.62 10.36 0.44 117.65 0.00 0.00 0.00 0.01 02:01:15 01:52:01 veth61eaf7c 2.07 4.32 0.16 44.56 0.00 0.00 0.00 0.00 02:01:15 01:52:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth46a2a84 0.03 0.30 0.00 0.01 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth2e3b448 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth2afc8ca 0.63 1.13 0.06 0.26 0.00 0.00 0.00 0.00 02:01:15 01:52:01 vethb157dde 0.35 0.02 0.02 0.00 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth40375b5 0.03 0.42 0.00 0.02 0.00 0.00 0.00 0.00 02:01:15 01:52:01 vethea83f47 2.52 6.92 0.19 112.76 0.00 0.00 0.00 0.01 02:01:15 01:52:01 vethdf67cfc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth0d12a08 0.02 0.27 0.00 0.01 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth16e4383 0.03 0.27 0.00 0.01 0.00 0.00 0.00 0.00 02:01:15 01:52:01 ens3 195.22 121.38 3654.33 25.20 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth3509574 0.03 0.42 0.00 0.02 0.00 0.00 0.00 0.00 02:01:15 01:52:01 vethe69f3b8 1.70 3.47 0.13 38.80 0.00 0.00 0.00 0.00 02:01:15 01:52:01 veth3195086 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:53:01 docker0 613.40 919.81 49.53 8339.99 0.00 0.00 0.00 0.00 02:01:15 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:01:15 01:53:01 veth2afc8ca 0.08 2.18 0.00 0.09 0.00 0.00 0.00 0.00 02:01:15 01:53:01 ens3 1186.69 784.17 8753.33 80.85 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth88fdcf7 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 docker0 0.70 0.08 0.02 0.00 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth3938d09 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 vethd8b4210 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth9875ee7 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth8ae86e7 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth3860bbc 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth2afc8ca 0.10 0.70 0.01 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 vethc2498a2 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 vethf72d202 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth38450c5 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth457fc5a 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 ens3 292.60 190.30 464.98 22.80 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth6356623 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:54:01 veth0a12718 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth88fdcf7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth3938d09 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth9875ee7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth8ae86e7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth3860bbc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth2afc8ca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 vethc2498a2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 vethf72d202 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth38450c5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 ens3 67.53 45.02 722.05 3.62 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth6356623 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:55:01 veth0a12718 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:56:01 docker0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:56:01 lo 4.33 4.33 0.43 0.43 0.00 0.00 0.00 0.00 02:01:15 01:56:01 ens3 148.99 96.52 1443.90 139.26 0.00 0.00 0.00 0.00 02:01:15 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:57:01 lo 24.86 24.86 2.43 2.43 0.00 0.00 0.00 0.00 02:01:15 01:57:01 ens3 226.80 244.14 127.28 795.33 0.00 0.00 0.00 0.00 02:01:15 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:58:01 lo 25.60 25.60 2.51 2.51 0.00 0.00 0.00 0.00 02:01:15 01:58:01 ens3 373.70 394.50 145.50 2520.42 0.00 0.00 0.00 0.00 02:01:15 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 01:59:01 lo 15.26 15.26 1.49 1.49 0.00 0.00 0.00 0.00 02:01:15 01:59:01 ens3 197.55 190.97 92.18 1172.00 0.00 0.00 0.00 0.00 02:01:15 02:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 02:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 02:00:02 ens3 0.87 0.25 0.30 0.20 0.00 0.00 0.00 0.00 02:01:15 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:01:15 02:01:01 lo 0.95 0.95 0.09 0.09 0.00 0.00 0.00 0.00 02:01:15 02:01:01 ens3 83.26 48.28 2556.36 7.56 0.00 0.00 0.00 0.00 02:01:15 Average: docker0 104.98 126.38 7.99 962.83 0.00 0.00 0.00 0.00 02:01:15 Average: lo 5.61 5.61 0.55 0.55 0.00 0.00 0.00 0.00 02:01:15 Average: ens3 326.84 270.69 2347.82 359.28 0.00 0.00 0.00 0.00 02:01:15 02:01:15 02:01:15 ---> sar -P ALL: 02:01:15 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5644) 07/24/25 _x86_64_ (8 CPU) 02:01:15 02:01:15 01:46:30 LINUX RESTART (8 CPU) 02:01:15 02:01:15 01:47:01 CPU %user %nice %system %iowait %steal %idle 02:01:15 01:48:01 all 5.65 0.00 1.72 1.42 0.04 91.16 02:01:15 01:48:01 0 8.73 0.00 1.76 0.07 0.07 89.37 02:01:15 01:48:01 1 8.32 0.00 2.03 1.14 0.03 88.48 02:01:15 01:48:01 2 4.41 0.00 1.72 0.05 0.03 93.79 02:01:15 01:48:01 3 5.76 0.00 1.33 4.76 0.03 88.12 02:01:15 01:48:01 4 5.41 0.00 1.38 0.35 0.05 92.81 02:01:15 01:48:01 5 5.19 0.00 2.25 3.24 0.03 89.29 02:01:15 01:48:01 6 3.77 0.00 1.46 1.46 0.03 93.29 02:01:15 01:48:01 7 3.62 0.00 1.86 0.34 0.02 94.16 02:01:15 01:49:01 all 8.42 0.00 3.18 1.90 0.06 86.43 02:01:15 01:49:01 0 7.68 0.00 3.21 0.71 0.05 88.36 02:01:15 01:49:01 1 8.81 0.00 3.19 0.49 0.07 87.44 02:01:15 01:49:01 2 8.54 0.00 2.84 0.93 0.07 87.62 02:01:15 01:49:01 3 8.45 0.00 3.11 5.26 0.08 83.09 02:01:15 01:49:01 4 9.52 0.00 3.54 4.53 0.05 82.36 02:01:15 01:49:01 5 7.44 0.00 2.66 0.74 0.05 89.10 02:01:15 01:49:01 6 8.06 0.00 3.34 1.43 0.07 87.10 02:01:15 01:49:01 7 8.87 0.00 3.59 1.14 0.07 86.33 02:01:15 01:50:01 all 43.32 0.00 6.92 0.98 0.10 48.69 02:01:15 01:50:01 0 42.51 0.00 6.95 0.07 0.10 50.37 02:01:15 01:50:01 1 44.17 0.00 7.86 0.50 0.10 47.37 02:01:15 01:50:01 2 42.86 0.00 5.73 0.02 0.10 51.29 02:01:15 01:50:01 3 42.89 0.00 8.88 4.37 0.10 43.76 02:01:15 01:50:01 4 45.03 0.00 6.63 0.02 0.10 48.22 02:01:15 01:50:01 5 42.99 0.00 6.34 0.07 0.10 50.50 02:01:15 01:50:01 6 41.75 0.00 6.01 2.34 0.08 49.81 02:01:15 01:50:01 7 44.37 0.00 6.91 0.45 0.08 48.18 02:01:15 01:51:01 all 64.62 0.00 8.33 0.49 0.09 26.47 02:01:15 01:51:01 0 61.03 0.00 7.96 0.22 0.10 30.69 02:01:15 01:51:01 1 64.52 0.00 8.47 0.64 0.08 26.29 02:01:15 01:51:01 2 65.00 0.00 8.13 0.30 0.10 26.46 02:01:15 01:51:01 3 65.09 0.00 9.36 0.25 0.08 25.22 02:01:15 01:51:01 4 65.14 0.00 7.92 0.24 0.08 26.62 02:01:15 01:51:01 5 65.16 0.00 8.51 0.12 0.08 26.13 02:01:15 01:51:01 6 65.48 0.00 8.46 1.90 0.10 24.06 02:01:15 01:51:01 7 65.48 0.00 7.81 0.25 0.08 26.37 02:01:15 01:52:01 all 26.30 0.00 7.95 6.54 0.11 59.10 02:01:15 01:52:01 0 27.16 0.00 7.83 7.69 0.10 57.22 02:01:15 01:52:01 1 29.33 0.00 8.25 8.22 0.14 54.07 02:01:15 01:52:01 2 24.85 0.00 7.90 4.99 0.10 62.16 02:01:15 01:52:01 3 26.55 0.00 8.85 10.30 0.14 54.16 02:01:15 01:52:01 4 25.75 0.00 7.67 3.88 0.14 62.57 02:01:15 01:52:01 5 24.34 0.00 7.20 2.93 0.09 65.44 02:01:15 01:52:01 6 26.55 0.00 7.84 4.02 0.09 61.51 02:01:15 01:52:01 7 25.90 0.00 8.05 10.38 0.10 55.57 02:01:15 01:53:01 all 10.67 0.00 5.57 18.91 0.09 64.76 02:01:15 01:53:01 0 11.12 0.00 5.10 8.04 0.08 75.65 02:01:15 01:53:01 1 11.04 0.00 5.78 23.19 0.08 59.90 02:01:15 01:53:01 2 10.78 0.00 7.07 38.33 0.12 43.70 02:01:15 01:53:01 3 10.63 0.00 6.05 20.21 0.10 63.01 02:01:15 01:53:01 4 10.32 0.00 5.42 26.66 0.08 57.50 02:01:15 01:53:01 5 9.39 0.00 4.31 5.64 0.07 80.60 02:01:15 01:53:01 6 10.64 0.00 5.06 18.49 0.08 65.72 02:01:15 01:53:01 7 11.45 0.00 5.75 10.96 0.07 71.77 02:01:15 01:54:01 all 66.85 0.00 10.83 5.66 0.13 16.54 02:01:15 01:54:01 0 66.68 0.00 9.72 1.27 0.15 22.18 02:01:15 01:54:01 1 67.56 0.00 10.62 2.40 0.13 19.29 02:01:15 01:54:01 2 66.35 0.00 10.72 1.03 0.13 21.76 02:01:15 01:54:01 3 66.09 0.00 12.04 17.24 0.14 4.49 02:01:15 01:54:01 4 66.69 0.00 11.69 19.81 0.10 1.72 02:01:15 01:54:01 5 66.99 0.00 10.59 0.78 0.13 21.50 02:01:15 01:54:01 6 67.11 0.00 10.11 1.19 0.12 21.47 02:01:15 01:54:01 7 67.30 0.00 11.12 1.62 0.13 19.83 02:01:15 01:55:01 all 90.11 0.00 9.75 0.00 0.13 0.01 02:01:15 01:55:01 0 89.32 0.00 10.53 0.02 0.12 0.02 02:01:15 01:55:01 1 89.94 0.00 9.93 0.00 0.13 0.00 02:01:15 01:55:01 2 90.67 0.00 9.20 0.00 0.12 0.02 02:01:15 01:55:01 3 89.19 0.00 10.67 0.00 0.13 0.00 02:01:15 01:55:01 4 90.22 0.00 9.59 0.00 0.17 0.02 02:01:15 01:55:01 5 90.44 0.00 9.44 0.00 0.12 0.00 02:01:15 01:55:01 6 90.83 0.00 9.06 0.00 0.10 0.02 02:01:15 01:55:01 7 90.30 0.00 9.56 0.00 0.13 0.00 02:01:15 01:56:01 all 68.13 0.00 9.21 4.60 0.14 17.92 02:01:15 01:56:01 0 68.24 0.00 9.93 5.20 0.12 16.51 02:01:15 01:56:01 1 68.88 0.00 8.61 5.22 0.12 17.17 02:01:15 01:56:01 2 66.70 0.00 9.42 2.26 0.15 21.47 02:01:15 01:56:01 3 68.50 0.00 10.13 4.85 0.12 16.40 02:01:15 01:56:01 4 67.20 0.00 9.27 4.33 0.13 19.07 02:01:15 01:56:01 5 67.37 0.00 9.03 5.11 0.13 18.36 02:01:15 01:56:01 6 68.90 0.00 8.42 5.07 0.12 17.49 02:01:15 01:56:01 7 69.19 0.00 8.88 4.73 0.20 17.00 02:01:15 01:57:01 all 3.23 0.00 0.62 0.06 0.03 96.05 02:01:15 01:57:01 0 2.05 0.00 0.63 0.00 0.03 97.28 02:01:15 01:57:01 1 4.26 0.00 0.63 0.02 0.03 95.06 02:01:15 01:57:01 2 2.55 0.00 0.77 0.02 0.02 96.65 02:01:15 01:57:01 3 3.29 0.00 0.63 0.02 0.02 96.04 02:01:15 01:57:01 4 3.19 0.00 0.62 0.00 0.05 96.14 02:01:15 01:57:01 5 4.01 0.00 0.50 0.03 0.05 95.40 02:01:15 01:57:01 6 1.85 0.00 0.53 0.00 0.02 97.60 02:01:15 01:57:01 7 4.65 0.00 0.64 0.42 0.03 94.26 02:01:15 01:58:01 all 9.39 0.00 0.74 0.08 0.06 89.73 02:01:15 01:58:01 0 7.71 0.00 0.74 0.02 0.05 91.48 02:01:15 01:58:01 1 8.64 0.00 0.68 0.07 0.07 90.55 02:01:15 01:58:01 2 9.90 0.00 0.75 0.02 0.05 89.28 02:01:15 01:58:01 3 10.18 0.00 0.80 0.02 0.07 88.94 02:01:15 01:58:01 4 11.43 0.00 0.69 0.02 0.05 87.82 02:01:15 01:58:01 5 8.90 0.00 0.68 0.13 0.05 90.23 02:01:15 01:58:01 6 8.07 0.00 0.60 0.03 0.07 91.23 02:01:15 01:58:01 7 10.32 0.00 0.94 0.30 0.10 88.34 02:01:15 02:01:15 01:58:01 CPU %user %nice %system %iowait %steal %idle 02:01:15 01:59:01 all 5.33 0.00 0.50 0.09 0.04 94.03 02:01:15 01:59:01 0 6.80 0.00 0.57 0.43 0.05 92.15 02:01:15 01:59:01 1 7.60 0.00 0.40 0.13 0.05 91.82 02:01:15 01:59:01 2 3.82 0.00 0.48 0.02 0.02 95.67 02:01:15 01:59:01 3 9.23 0.00 0.67 0.02 0.05 90.04 02:01:15 01:59:01 4 1.33 0.00 0.42 0.02 0.03 98.20 02:01:15 01:59:01 5 1.62 0.00 0.32 0.12 0.03 97.91 02:01:15 01:59:01 6 8.91 0.00 0.69 0.00 0.03 90.37 02:01:15 01:59:01 7 3.36 0.00 0.49 0.00 0.05 96.11 02:01:15 02:00:02 all 0.07 0.00 0.03 0.00 0.01 99.89 02:01:15 02:00:02 0 0.07 0.00 0.02 0.00 0.00 99.92 02:01:15 02:00:02 1 0.03 0.00 0.03 0.00 0.02 99.92 02:01:15 02:00:02 2 0.07 0.00 0.03 0.00 0.02 99.88 02:01:15 02:00:02 3 0.02 0.00 0.02 0.00 0.02 99.95 02:01:15 02:00:02 4 0.08 0.00 0.02 0.00 0.00 99.90 02:01:15 02:00:02 5 0.05 0.00 0.05 0.02 0.02 99.87 02:01:15 02:00:02 6 0.00 0.00 0.00 0.00 0.02 99.98 02:01:15 02:00:02 7 0.27 0.00 0.03 0.00 0.02 99.68 02:01:15 02:01:01 all 1.38 0.00 0.53 0.06 0.01 98.02 02:01:15 02:01:01 0 1.05 0.00 0.39 0.10 0.00 98.46 02:01:15 02:01:01 1 1.00 0.00 0.36 0.00 0.02 98.62 02:01:15 02:01:01 2 1.39 0.00 0.61 0.03 0.02 97.95 02:01:15 02:01:01 3 0.98 0.00 0.44 0.00 0.02 98.56 02:01:15 02:01:01 4 0.93 0.00 0.37 0.00 0.02 98.68 02:01:15 02:01:01 5 1.05 0.00 0.73 0.02 0.02 98.19 02:01:15 02:01:01 6 1.46 0.00 0.87 0.29 0.00 97.38 02:01:15 02:01:01 7 3.13 0.00 0.47 0.03 0.02 96.36 02:01:15 Average: all 28.80 0.00 4.69 2.90 0.07 63.53 02:01:15 Average: 0 28.58 0.00 4.66 1.69 0.07 64.99 02:01:15 Average: 1 29.58 0.00 4.77 2.98 0.08 62.60 02:01:15 Average: 2 28.37 0.00 4.65 3.39 0.07 63.51 02:01:15 Average: 3 29.03 0.00 5.20 4.78 0.08 60.92 02:01:15 Average: 4 28.68 0.00 4.64 4.26 0.08 62.34 02:01:15 Average: 5 28.18 0.00 4.46 1.35 0.07 65.94 02:01:15 Average: 6 28.83 0.00 4.45 2.58 0.07 64.08 02:01:15 Average: 7 29.15 0.00 4.71 2.17 0.08 63.89 02:01:15 02:01:15 02:01:15