Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 32a36fca4005ab1da585d9d124dd4ff80240483c 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-ssh4126818039350789762.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-ssh14441946386005763716.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-ssh3259306269891370212.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-ssh11753014165468101349.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-ssh3582033483332637763.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-4700 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/870 [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/870 # 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 32a36fca4005ab1da585d9d124dd4ff80240483c (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5206)" > 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 32a36fca4005ab1da585d9d124dd4ff80240483c # timeout=10 > git rev-list --no-walk be3afd34a0939b584ecb71f8f8236fbacfd5fc29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:38:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:38:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:38:05 ========================================================= 01:38:05 EdgeX Global Pipelines Version Info 01:38:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:38:06 ------------------- 01:38:06 stable info: 01:38:06 ------------------- 01:38:06 Commited By: Ginny Guan ginny@iotechsys.com 01:38:06 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:38:06 Message: update stable to v1.0.274 01:38:06 ------------------- 01:38:06 experimental info: 01:38:06 ------------------- 01:38:06 Commited By: Ginny Guan ginny@iotechsys.com 01:38:06 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:38:06 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:38:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32a36fc [Pipeline] echo 01:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:38:07 provisioning config files... 01:38:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/870@tmp/config15407003309309663503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:38:07 ---> ****-login.sh 01:38:07 nexus3.edgexfoundry.org:10001 01:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:07 01:38:07 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:38:07 Configure a credential helper to remove this warning. See 01:38:07 https://docs.****.com/go/credential-store/ 01:38:07 01:38:07 Login Succeeded 01:38:07 nexus3.edgexfoundry.org:10002 01:38:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:08 01:38:08 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:38:08 Configure a credential helper to remove this warning. See 01:38:08 https://docs.****.com/go/credential-store/ 01:38:08 01:38:08 Login Succeeded 01:38:08 nexus3.edgexfoundry.org:10003 01:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:08 01:38:08 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:38:08 Configure a credential helper to remove this warning. See 01:38:08 https://docs.****.com/go/credential-store/ 01:38:08 01:38:08 Login Succeeded 01:38:08 nexus3.edgexfoundry.org:10004 01:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:08 01:38:08 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:38:08 Configure a credential helper to remove this warning. See 01:38:08 https://docs.****.com/go/credential-store/ 01:38:08 01:38:08 Login Succeeded 01:38:08 ****.io 01:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:38:08 01:38:08 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:38:08 Configure a credential helper to remove this warning. See 01:38:08 https://docs.****.com/go/credential-store/ 01:38:08 01:38:08 Login Succeeded 01:38:08 ---> ****-login.sh ends [Pipeline] } 01:38:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:38:09 + 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:38:09 + + cut -d/ -f2 01:38:09 dirname cmd/core-command/Dockerfile 01:38:09 + echo core-command,cmd/core-command/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:38:09 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:38:09 + dirname cmd/core-data/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo core-data,cmd/core-data/Dockerfile 01:38:09 + dirname cmd/core-keeper/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo core-keeper,cmd/core-keeper/Dockerfile 01:38:09 + dirname cmd/core-metadata/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo core-metadata,cmd/core-metadata/Dockerfile 01:38:09 + dirname cmd/security-bootstrapper/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:38:09 + dirname cmd/security-proxy-auth/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:38:09 + dirname cmd/security-proxy-setup/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:38:09 + dirname cmd/security-secretstore-setup/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:38:09 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:38:09 + dirname cmd/security-spire-agent/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:38:09 + dirname cmd/security-spire-config/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:38:09 + dirname cmd/security-spire-server/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:38:09 + dirname cmd/support-notifications/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo support-notifications,cmd/support-notifications/Dockerfile 01:38:09 + dirname cmd/support-scheduler/Dockerfile 01:38:09 + cut -d/ -f2 01:38:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:38:09 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:38:09 + git rev-list -1 --merges 32a36fca4005ab1da585d9d124dd4ff80240483c~1..32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 01:38:09 -----------> git rev-list -1 --merges 32a36fca4005ab1da585d9d124dd4ff80240483c~1..32a36fca4005ab1da585d9d124dd4ff80240483c 32a36fca4005ab1da585d9d124dd4ff80240483c [false] [Pipeline] sh 01:38:09 + git log --format=format:%s -1 32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 01:38:09 ========================================================= 01:38:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:38:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:38:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:38:10 + grep -v github /etc/ssh/ssh_known_hosts 01:38:10 + [ -e /tmp/ssh_known_hosts ] 01:38:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:38:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:38:10 + sudo tee -a /etc/ssh/ssh_known_hosts 01:38:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:38:10 01:38:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:38:10 0.1.4: Pulling from edgex-devops/py-git-semver 01:38:10 3dae71ba6b94: Pulling fs layer 01:38:10 6bf1a483ea7c: Pulling fs layer 01:38:10 f5dfc541a4d3: Pulling fs layer 01:38:10 461d9e800cba: Pulling fs layer 01:38:10 80192f66455f: Pulling fs layer 01:38:10 2e8e34ca0e6c: Pulling fs layer 01:38:10 461d9e800cba: Waiting 01:38:10 80192f66455f: Waiting 01:38:10 a29436f7fd5d: Pulling fs layer 01:38:10 923cac83aea3: Pulling fs layer 01:38:10 25ad8b0a4227: Pulling fs layer 01:38:10 db01528c6b51: Pulling fs layer 01:38:10 28988de357af: Pulling fs layer 01:38:10 2e8e34ca0e6c: Waiting 01:38:10 25ad8b0a4227: Waiting 01:38:10 28988de357af: Waiting 01:38:10 923cac83aea3: Waiting 01:38:10 a29436f7fd5d: Waiting 01:38:10 6bf1a483ea7c: Verifying Checksum 01:38:10 6bf1a483ea7c: Download complete 01:38:10 461d9e800cba: Verifying Checksum 01:38:10 461d9e800cba: Download complete 01:38:11 80192f66455f: Verifying Checksum 01:38:11 80192f66455f: Download complete 01:38:11 f5dfc541a4d3: Verifying Checksum 01:38:11 f5dfc541a4d3: Download complete 01:38:11 3dae71ba6b94: Verifying Checksum 01:38:11 3dae71ba6b94: Download complete 01:38:11 923cac83aea3: Verifying Checksum 01:38:11 923cac83aea3: Download complete 01:38:11 25ad8b0a4227: Download complete 01:38:11 db01528c6b51: Verifying Checksum 01:38:11 db01528c6b51: Download complete 01:38:11 28988de357af: Verifying Checksum 01:38:11 a29436f7fd5d: Verifying Checksum 01:38:11 a29436f7fd5d: Download complete 01:38:11 2e8e34ca0e6c: Verifying Checksum 01:38:11 2e8e34ca0e6c: Download complete 01:38:12 3dae71ba6b94: Pull complete 01:38:12 6bf1a483ea7c: Pull complete 01:38:13 f5dfc541a4d3: Pull complete 01:38:13 461d9e800cba: Pull complete 01:38:13 80192f66455f: Pull complete 01:38:17 2e8e34ca0e6c: Pull complete 01:38:18 a29436f7fd5d: Pull complete 01:38:18 923cac83aea3: Pull complete 01:38:18 25ad8b0a4227: Pull complete 01:38:18 db01528c6b51: Pull complete 01:38:18 28988de357af: Pull complete 01:38:18 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:38:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:38:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:38:19 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 01:38:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@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:38:20 $ docker top 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 -eo pid,comm 01:38:20 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:38:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:38:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:38:20 [ssh-agent] Looking for ssh-agent implementation... 01:38:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:38:21 $ docker exec 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 ssh-agent 01:38:21 SSH_AUTH_SOCK=/tmp/ssh-aV2mfuM5e8s4/agent.33 01:38:21 SSH_AGENT_PID=39 01:38:21 Running ssh-add (command line suppressed) 01:38:21 Identity added: /w/workspace/edgex-go/870@tmp/private_key_9583862086494012981.key (/w/workspace/edgex-go/870@tmp/private_key_9583862086494012981.key) 01:38:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:38:21 + git tag --points-at HEAD [Pipeline] } 01:38:21 $ docker exec --env ******** --env ******** 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 ssh-agent -k 01:38:21 unset SSH_AUTH_SOCK; 01:38:21 unset SSH_AGENT_PID; 01:38:21 echo Agent pid 39 killed; 01:38:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:38:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:38:21 [ssh-agent] Looking for ssh-agent implementation... 01:38:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:38:21 $ docker exec 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 ssh-agent 01:38:21 SSH_AUTH_SOCK=/tmp/ssh-xQY0KHXHH3SZ/agent.73 01:38:21 SSH_AGENT_PID=79 01:38:21 Running ssh-add (command line suppressed) 01:38:22 Identity added: /w/workspace/edgex-go/870@tmp/private_key_396455868505270121.key (/w/workspace/edgex-go/870@tmp/private_key_396455868505270121.key) 01:38:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:38:22 + git semver init 01:38:22 2025-07-08 01:38:22,513 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:38:22 2025-07-08 01:38:22,518 [run_init] DEBUG init version:0.0.0 force:False 01:38:22 2025-07-08 01:38:22,519 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/870/.semver 01:38:22 2025-07-08 01:38:22,519 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/870/.semver 01:38:22 2025-07-08 01:38:22,520 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/870/.semver'], cwd=/w/workspace/edgex-go/870, stdin=None, shell=False, universal_newlines=False) 01:38:27 2025-07-08 01:38:27,003 [append_file] DEBUG append to file:/w/workspace/edgex-go/870/.git/info/exclude 01:38:27 2025-07-08 01:38:27,004 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/870/.semver/main with force:False 01:38:27 2025-07-08 01:38:27,004 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 01:38:27 2025-07-08 01:38:27,004 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 01:38:27 4.1.0-dev.38 [Pipeline] } 01:38:27 $ docker exec --env ******** --env ******** 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 ssh-agent -k 01:38:27 unset SSH_AUTH_SOCK; 01:38:27 unset SSH_AGENT_PID; 01:38:27 echo Agent pid 79 killed; 01:38:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:38:28 + git semver [Pipeline] } 01:38:28 $ docker stop --time=1 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 01:38:29 $ docker rm -f --volumes 54176e7d3862808ed7345d45221d190b8446c2a7e04ce314b5d0778d229ce6f5 [Pipeline] // withDockerContainer [Pipeline] sh 01:38:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:38:30 Stashed 1 file(s) [Pipeline] echo 01:38:30 [edgeXSemver]: initialized semver on version 4.1.0-dev.38 [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:38:30 + git config --global --add safe.directory /w/workspace/edgex-go/870 [Pipeline] echo 01:38:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:38:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:38:30 ========================================================= 01:38:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:38:30 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:38:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:38:31 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:38:31 0a9a5dfd008f: Pulling fs layer 01:38:31 36466aa92d05: Pulling fs layer 01:38:31 e10405b45d13: Pulling fs layer 01:38:31 096b7ceb2af7: Pulling fs layer 01:38:31 4f4fb700ef54: Pulling fs layer 01:38:31 8213a616a21b: Pulling fs layer 01:38:31 985586143405: Pulling fs layer 01:38:31 0eae2285b678: Pulling fs layer 01:38:31 d3ac315be8c5: Pulling fs layer 01:38:31 8213a616a21b: Waiting 01:38:31 985586143405: Waiting 01:38:31 0eae2285b678: Waiting 01:38:31 d3ac315be8c5: Waiting 01:38:31 096b7ceb2af7: Waiting 01:38:31 4f4fb700ef54: Waiting 01:38:31 36466aa92d05: Verifying Checksum 01:38:31 36466aa92d05: Download complete 01:38:31 096b7ceb2af7: Verifying Checksum 01:38:31 096b7ceb2af7: Download complete 01:38:31 4f4fb700ef54: Verifying Checksum 01:38:31 4f4fb700ef54: Download complete 01:38:31 8213a616a21b: Verifying Checksum 01:38:31 8213a616a21b: Download complete 01:38:31 0a9a5dfd008f: Download complete 01:38:31 985586143405: Verifying Checksum 01:38:31 985586143405: Download complete 01:38:31 0a9a5dfd008f: Pull complete 01:38:31 36466aa92d05: Pull complete 01:38:31 d3ac315be8c5: Verifying Checksum 01:38:31 d3ac315be8c5: Download complete 01:38:32 e10405b45d13: Download complete 01:38:32 0eae2285b678: Verifying Checksum 01:38:32 0eae2285b678: Download complete 01:38:37 e10405b45d13: Pull complete 01:38:37 096b7ceb2af7: Pull complete 01:38:37 4f4fb700ef54: Pull complete 01:38:37 8213a616a21b: Pull complete 01:38:37 985586143405: Pull complete 01:38:40 0eae2285b678: Pull complete 01:38:41 d3ac315be8c5: Pull complete 01:38:41 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:38:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:38:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:38:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:38:41 WORKDIR /edgex 01:38:41 COPY go.mod . 01:38:41 RUN go mod download 01:38:41 + docker build -t ci-base-image-x86_64 -f - . 01:38:42 #0 building with "default" instance using docker driver 01:38:42 01:38:42 #1 [internal] load build definition from Dockerfile 01:38:42 #1 transferring dockerfile: 164B done 01:38:42 #1 DONE 0.0s 01:38:42 01:38:42 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:38:42 #2 DONE 0.0s 01:38:42 01:38:42 #3 [internal] load .dockerignore 01:38:42 #3 transferring context: 50B done 01:38:42 #3 DONE 0.0s 01:38:42 01:38:42 #4 [internal] load build context 01:38:42 #4 transferring context: 6.51kB done 01:38:42 #4 DONE 0.0s 01:38:42 01:38:42 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:38:42 #5 DONE 0.1s 01:38:42 01:38:42 #6 [2/4] WORKDIR /edgex 01:38:43 #6 DONE 1.3s 01:38:43 01:38:43 #7 [3/4] COPY go.mod . 01:38:43 #7 DONE 0.0s 01:38:43 01:38:43 #8 [4/4] RUN go mod download 01:38:45 Still waiting to schedule task 01:38:45 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4698’ 01:39:10 #8 DONE 22.2s 01:39:10 01:39:10 #9 exporting to image 01:39:10 #9 exporting layers 01:39:10 #9 exporting layers 3.6s done 01:39:10 #9 writing image sha256:3ab48a1195a3e1010e3a3d1912da6a2453d6917dbbeb168ce83a8a6c12e7f185 done 01:39:10 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:39:10 #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:10 + docker inspect -f . ci-base-image-x86_64 01:39:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:10 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 01:39:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@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:39:10 $ docker top 0d1890e42dbf25d1ad81558f9b8d8ad76d8b47b94c9a9b126af0335f4030ef6a -eo pid,comm [Pipeline] { [Pipeline] sh 01:39:11 + go version 01:39:11 go version go1.23.9 linux/amd64 [Pipeline] } 01:39:11 $ docker stop --time=1 0d1890e42dbf25d1ad81558f9b8d8ad76d8b47b94c9a9b126af0335f4030ef6a 01:39:12 $ docker rm -f --volumes 0d1890e42dbf25d1ad81558f9b8d8ad76d8b47b94c9a9b126af0335f4030ef6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:12 + docker inspect -f . ci-base-image-x86_64 01:39:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:13 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 01:39:13 $ 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/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@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:39:13 $ docker top 8d740114b0a9786c0c8debc54ee11f0fc06687c4305f80424b70e8eacee2a2a4 -eo pid,comm [Pipeline] { [Pipeline] echo 01:39:13 ========================================================= 01:39:13 [edgeXBuildGoParallel] Running Tests and Build... 01:39:13 ========================================================= [Pipeline] sh 01:39:13 + git config --global --add safe.directory /w/workspace/edgex-go/870 [Pipeline] fileExists [Pipeline] sh 01:39:13 + make test 01:39:13 go test -race -coverprofile=coverage.out ./... 01:39:22 ? github.com/edgexfoundry/edgex-go [no test files] 01:39:48 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:39:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:39:48 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:39:48 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements 01:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:39:49 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:39:50 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:39:50 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:39:50 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:39:50 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.057s coverage: 69.4% of statements 01:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 01:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.054s coverage: 46.3% of statements 01:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.877s coverage: 93.4% of statements 01:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 92.4% of statements 01:39:52 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:39:52 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 8.4% of statements 01:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:39:54 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:39:54 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.384s coverage: 95.8% of statements 01:39:55 ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements 01:39:56 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:39:56 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:39:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:39:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:39:56 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:39:56 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:39:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.035s coverage: 0.0% of statements [no tests to run] 01:39:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements 01:39:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements 01:39:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.020s coverage: 81.1% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.027s coverage: 87.1% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.027s coverage: 94.1% of statements 01:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements 01:39:57 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:39:57 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:39:57 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:39:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:39:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:39:58 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:39:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:40:00 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:40:00 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:40:00 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:40:02 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:40:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:40:03 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:40:05 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:40:05 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:40:05 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:40:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:40:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:40:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:40:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:40:11 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:40:13 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:40:13 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:40:13 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:40:13 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:40:14 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:40:14 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.037s coverage: 92.9% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.022s coverage: 47.4% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.078s coverage: 82.1% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.045s coverage: 100.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.184s coverage: 54.5% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.016s coverage: 100.0% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements 01:40:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 01:40:14 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:40:14 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:40:14 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:40:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:40:16 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 01:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.135s coverage: 94.9% of statements 01:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 01:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.084s coverage: 97.7% of statements 01:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.036s coverage: 43.6% of statements 01:40:20 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:40:20 running golangci-lint 01:40:21 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:40:21 go version go1.23.9 linux/amd64 01:40:21 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:40:21 level=info msg="[config_reader] Used config file .golangci.yml" 01:40:21 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:40:47 level=info msg="[loader] Go packages loading at mode 575 (files|imports|compiled_files|deps|exports_file|name|types_sizes) took 24.859969823s" 01:40:47 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 43.700715ms" 01:41:02 level=info msg="[linters_context/goanalysis] analyzers took 2m12.999945433s with top 10 stages: buildir: 1m9.5435203s, gosec: 4.252970451s, inspect: 3.02995946s, fact_deprecated: 2.796977275s, printf: 2.145298473s, fact_purity: 1.99033815s, ctrlflow: 1.887222806s, nilness: 1.696173503s, S1038: 1.578456549s, typedness: 1.267605369s" 01:41:02 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:41:02 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, path_prettifier: 202/202, exclude: 202/202, nolint: 20/0, cgo: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, skip_dirs: 202/202, skip_files: 202/202, exclude-rules: 202/20, invalid_issue: 202/202" 01:41:02 level=info msg="[runner] processing took 18.020214ms with stages: nolint: 8.09097ms, identifier_marker: 4.637775ms, path_prettifier: 1.639033ms, autogenerated_exclude: 1.44287ms, exclude-rules: 1.146489ms, skip_dirs: 980.547µs, cgo: 31.79µs, invalid_issue: 31.67µs, filename_unadjuster: 14.71µs, max_same_issues: 940ns, uniq_by_line: 480ns, fixer: 470ns, max_from_linter: 450ns, skip_files: 390ns, exclude: 360ns, sort_results: 260ns, path_prefixer: 250ns, severity-rules: 210ns, diff: 170ns, source_code: 150ns, max_per_file_from_linter: 130ns, path_shortener: 100ns" 01:41:02 level=info msg="[runner] linters took 14.560299932s with stages: goanalysis_metalinter: 14.542195778s" 01:41:02 level=info msg="File cache stats: 0 entries of total size 0B" 01:41:02 level=info msg="Memory: 393 samples, avg is 304.9MB, max is 1278.6MB" 01:41:02 level=info msg="Execution took 39.473175016s" 01:41:02 go vet ./... 01:41:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:41:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:41:08 ./bin/test-attribution-txt.sh 01:41:08 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:41:08 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:41:08 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:41:08 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:41:08 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:41:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:41:08 + ls -al . 01:41:08 total 1996 01:41:08 drwxrwxr-x 11 1001 1001 4096 Jul 8 01:39 . 01:41:08 drwxr-xr-x 4 root root 4096 Jul 8 01:39 .. 01:41:08 drwxrwxr-x 2 1001 1001 4096 Jul 8 01:38 .blubracket 01:41:08 -rw-rw-r-- 1 1001 1001 10 Jul 8 01:38 .dockerignore 01:41:08 drwxrwxr-x 8 1001 1001 4096 Jul 8 01:40 .git 01:41:08 drwxrwxr-x 3 1001 1001 4096 Jul 8 01:38 .github 01:41:08 -rw-rw-r-- 1 1001 1001 909 Jul 8 01:38 .gitignore 01:41:08 -rw-rw-r-- 1 1001 1001 218 Jul 8 01:38 .golangci.yml 01:41:08 -rw-rw-r-- 1 1001 1001 100 Jul 8 01:38 .hadolint.yml 01:41:08 drwxr-xr-x 3 1001 1001 4096 Jul 8 01:38 .semver 01:41:08 -rw-rw-r-- 1 1001 1001 155 Jul 8 01:38 .sonarcloud.properties 01:41:08 -rw-rw-r-- 1 1001 1001 1171 Jul 8 01:38 ADOPTERS.md 01:41:08 -rw-rw-r-- 1 1001 1001 17374 Jul 8 01:38 Attribution.txt 01:41:08 -rw-rw-r-- 1 1001 1001 108018 Jul 8 01:38 CHANGELOG.md 01:41:08 -rw-rw-r-- 1 1001 1001 3804 Jul 8 01:38 CONTRIBUTING.md 01:41:08 -rw-rw-r-- 1 1001 1001 677 Jul 8 01:38 GOVERNANCE.md 01:41:08 -rw-rw-r-- 1 1001 1001 858 Jul 8 01:38 Jenkinsfile 01:41:08 -rw-rw-r-- 1 1001 1001 10775 Jul 8 01:38 LICENSE 01:41:08 -rw-rw-r-- 1 1001 1001 16740 Jul 8 01:38 Makefile 01:41:08 -rw-rw-r-- 1 1001 1001 582 Jul 8 01:38 OWNERS.md 01:41:08 -rw-rw-r-- 1 1001 1001 9932 Jul 8 01:38 README.md 01:41:08 -rw-rw-r-- 1 1001 1001 789 Jul 8 01:38 SECURITY.md 01:41:08 -rw-rw-r-- 1 1001 1001 12 Jul 8 01:38 VERSION 01:41:08 drwxrwxr-x 2 1001 1001 4096 Jul 8 01:38 bin 01:41:08 drwxrwxr-x 19 1001 1001 4096 Jul 8 01:38 cmd 01:41:08 -rw-r--r-- 1 root root 1666029 Jul 8 01:40 coverage.out 01:41:08 drwxrwxr-x 2 1001 1001 4096 Jul 8 01:38 fuzz_test 01:41:08 -rw-rw-r-- 1 1001 1001 6474 Jul 8 01:38 go.mod 01:41:08 -rw-rw-r-- 1 1001 1001 88358 Jul 8 01:38 go.sum 01:41:08 drwxrwxr-x 7 1001 1001 4096 Jul 8 01:38 internal 01:41:08 drwxrwxr-x 2 1001 1001 4096 Jul 8 01:38 openapi 01:41:08 -rw-rw-r-- 1 1001 1001 584 Jul 8 01:38 security.txt 01:41:08 -rw-rw-r-- 1 1001 1001 204 Jul 8 01:38 version.go [Pipeline] sh 01:41:08 + '[' -e coverage.out ] 01:41:08 + chown 1001:1001 coverage.out [Pipeline] stash 01:41:08 Stashed 1 file(s) [Pipeline] sh 01:41:09 + make build 01:41:09 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:41:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:41:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:41:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:41:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:41:38 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:41:43 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:41:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:41:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:41:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:41:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:41:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:41:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:41:54 $ docker stop --time=1 8d740114b0a9786c0c8debc54ee11f0fc06687c4305f80424b70e8eacee2a2a4 01:41:57 $ docker rm -f --volumes 8d740114b0a9786c0c8debc54ee11f0fc06687c4305f80424b70e8eacee2a2a4 [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:41:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:41:58 01:41:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:41:58 latest: Pulling from edgex-devops/edgex-compose 01:41:58 91d30c5bc195: Pulling fs layer 01:41:58 2e9b0aa3be6d: Pulling fs layer 01:41:58 9c61dcf015f6: Pulling fs layer 01:41:58 4698f68db338: Pulling fs layer 01:41:58 2a2f49069b9e: Pulling fs layer 01:41:58 e0025b399a48: Pulling fs layer 01:41:58 4698f68db338: Waiting 01:41:58 2a2f49069b9e: Waiting 01:41:58 e0025b399a48: Waiting 01:41:58 91d30c5bc195: Verifying Checksum 01:41:58 91d30c5bc195: Download complete 01:41:58 4698f68db338: Verifying Checksum 01:41:58 4698f68db338: Download complete 01:41:59 91d30c5bc195: Pull complete 01:41:59 2e9b0aa3be6d: Verifying Checksum 01:41:59 2e9b0aa3be6d: Download complete 01:41:59 e0025b399a48: Download complete 01:41:59 2a2f49069b9e: Download complete 01:41:59 2e9b0aa3be6d: Pull complete 01:41:59 9c61dcf015f6: Verifying Checksum 01:41:59 9c61dcf015f6: Download complete 01:42:03 9c61dcf015f6: Pull complete 01:42:03 4698f68db338: Pull complete 01:42:03 2a2f49069b9e: Pull complete 01:42:03 e0025b399a48: Pull complete 01:42:03 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:42:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:42:04 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 01:42:04 $ 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/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@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:42:05 $ docker top 257475da83561779cc20fb401c4516638cefc3e8de5add93a537e84516111876 -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:05 + docker compose -f ./docker-compose-build.yml build --parallel 01:42:05 #1 [support-scheduler internal] load build definition from Dockerfile 01:42:05 #1 transferring dockerfile: 1.83kB done 01:42:05 #1 DONE 0.0s 01:42:05 01:42:05 #2 [security-secretstore-setup internal] load build definition from Dockerfile 01:42:05 #2 transferring dockerfile: 2.49kB done 01:42:05 #2 DONE 0.0s 01:42:05 01:42:05 #3 [support-notifications internal] load build definition from Dockerfile 01:42:05 #3 transferring dockerfile: 2.00kB done 01:42:05 #3 DONE 0.1s 01:42:05 01:42:05 #4 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:42:05 #4 DONE 0.0s 01:42:05 01:42:05 #5 [core-data internal] load build definition from Dockerfile 01:42:05 #5 ... 01:42:05 01:42:05 #6 [security-proxy-auth internal] load build definition from Dockerfile 01:42:05 #6 transferring dockerfile: 2.14kB done 01:42:05 #6 DONE 0.1s 01:42:05 01:42:05 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:42:05 #7 transferring dockerfile: 1.89kB done 01:42:05 #7 DONE 0.1s 01:42:05 01:42:05 #8 [security-spire-config internal] load build definition from Dockerfile 01:42:05 #8 transferring dockerfile: 1.69kB done 01:42:05 #8 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:42:05 #8 DONE 0.1s 01:42:05 01:42:05 #9 [security-proxy-setup internal] load build definition from Dockerfile 01:42:05 #9 transferring dockerfile: 2.50kB done 01:42:05 #9 DONE 0.2s 01:42:05 01:42:05 #10 [security-bootstrapper internal] load build definition from Dockerfile 01:42:05 #10 transferring dockerfile: 3.02kB done 01:42:05 #10 DONE 0.1s 01:42:05 01:42:05 #11 [security-spire-server internal] load build definition from Dockerfile 01:42:05 #11 transferring dockerfile: 1.70kB done 01:42:05 #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:42:05 #11 DONE 0.1s 01:42:05 01:42:05 #12 [core-command internal] load build definition from Dockerfile 01:42:05 #12 transferring dockerfile: 1.94kB done 01:42:05 #12 DONE 0.2s 01:42:05 01:42:05 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:42:05 #13 transferring dockerfile: 2.23kB done 01:42:05 #13 DONE 0.2s 01:42:05 01:42:05 #14 [security-spire-agent internal] load build definition from Dockerfile 01:42:05 #14 transferring dockerfile: 1.81kB done 01:42:05 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:42:05 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:42:05 #14 DONE 0.2s 01:42:05 01:42:05 #15 [core-keeper internal] load build definition from Dockerfile 01:42:05 #15 transferring dockerfile: 2.01kB done 01:42:05 #15 DONE 0.1s 01:42:05 01:42:05 #4 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:42:05 #4 DONE 0.0s 01:42:05 01:42:05 #5 [core-data internal] load build definition from Dockerfile 01:42:05 #5 transferring dockerfile: 2.04kB done 01:42:05 #5 DONE 0.2s 01:42:05 01:42:05 #16 [security-spiffe-token-provider internal] load .dockerignore 01:42:05 #16 transferring context: 50B done 01:42:05 #16 DONE 0.1s 01:42:05 01:42:05 #17 [core-metadata internal] load build definition from Dockerfile 01:42:05 #17 transferring dockerfile: 2.10kB done 01:42:05 #17 DONE 0.1s 01:42:05 01:42:05 #18 [security-proxy-auth internal] load .dockerignore 01:42:05 #18 transferring context: 50B done 01:42:05 #18 DONE 0.1s 01:42:05 01:42:05 #4 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:42:05 #4 DONE 0.0s 01:42:05 01:42:05 #19 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 01:42:05 #19 DONE 0.2s 01:42:05 01:42:05 #20 [support-notifications internal] load .dockerignore 01:42:05 #20 transferring context: 50B done 01:42:05 #20 DONE 0.1s 01:42:05 01:42:05 #21 [security-secretstore-setup internal] load .dockerignore 01:42:05 #21 transferring context: 50B done 01:42:05 #21 DONE 0.1s 01:42:05 01:42:05 #22 [security-bootstrapper internal] load .dockerignore 01:42:05 #22 transferring context: 50B done 01:42:05 #22 DONE 0.1s 01:42:05 01:42:05 #23 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:42:05 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:05 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:05 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:05 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:05 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:05 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:05 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:05 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:05 #23 DONE 0.1s 01:42:05 01:42:05 #24 [support-scheduler internal] load .dockerignore 01:42:05 #24 transferring context: 50B done 01:42:05 #24 DONE 0.1s 01:42:05 01:42:05 #25 [security-proxy-setup internal] load .dockerignore 01:42:05 #25 transferring context: 50B done 01:42:05 #25 DONE 0.1s 01:42:05 01:42:05 #26 [core-command internal] load .dockerignore 01:42:05 #26 transferring context: 50B done 01:42:05 #26 DONE 0.1s 01:42:05 01:42:05 #27 [core-common-config-bootstrapper internal] load .dockerignore 01:42:05 #27 transferring context: 50B done 01:42:05 #27 DONE 0.1s 01:42:05 01:42:05 #28 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:42:06 #28 ... 01:42:06 01:42:06 #29 [core-keeper internal] load .dockerignore 01:42:06 #29 transferring context: 50B 0.0s done 01:42:06 #29 DONE 0.4s 01:42:06 01:42:06 #23 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:42:06 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:06 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:06 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:06 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:06 #23 DONE 0.1s 01:42:06 01:42:06 #30 [core-metadata internal] load .dockerignore 01:42:06 #30 transferring context: 50B done 01:42:06 #30 DONE 0.4s 01:42:06 01:42:06 #31 [core-metadata internal] load build context 01:42:06 #31 ... 01:42:06 01:42:06 #28 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:42:06 #28 DONE 0.6s 01:42:06 01:42:06 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:42:06 #32 DONE 0.7s 01:42:06 01:42:06 #31 [core-metadata internal] load build context 01:42:06 #31 ... 01:42:06 01:42:06 #33 [core-data internal] load .dockerignore 01:42:06 #33 transferring context: 50B 0.0s done 01:42:06 #33 DONE 0.8s 01:42:06 01:42:06 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:42:06 #34 DONE 1.0s 01:42:06 01:42:06 #31 [core-metadata internal] load build context 01:42:06 #31 ... 01:42:06 01:42:06 #35 [security-spire-server internal] load .dockerignore 01:42:06 #35 DONE 0.0s 01:42:06 01:42:06 #31 [core-metadata internal] load build context 01:42:06 #31 ... 01:42:06 01:42:06 #23 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:42:06 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:06 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:06 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:06 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:06 #23 DONE 0.1s 01:42:06 01:42:06 #28 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:42:06 #28 DONE 0.6s 01:42:06 01:42:06 #36 [core-data builder 2/7] WORKDIR /edgex-go 01:42:06 #36 DONE 0.6s 01:42:06 01:42:06 #31 [core-metadata internal] load build context 01:42:08 #31 ... 01:42:08 01:42:08 #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:42:08 #0 0.633 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:08 #0 0.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:08 #0 0.994 (1/2) Installing dumb-init (1.2.5-r3) 01:42:08 #0 1.006 (2/2) Installing su-exec (0.2-r3) 01:42:08 #0 1.013 Executing busybox-1.36.1-r29.trigger 01:42:08 #0 1.025 OK: 8 MiB in 16 packages 01:42:08 #37 DONE 2.9s 01:42:08 01:42:08 #31 [core-metadata internal] load build context 01:42:08 #31 ... 01:42:08 01:42:08 #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:42:08 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:08 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:08 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:08 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:08 #23 DONE 0.1s 01:42:08 01:42:08 #38 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:42:08 #0 0.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:08 #0 0.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:08 #0 0.919 (1/1) Installing dumb-init (1.2.5-r3) 01:42:08 #0 1.037 Executing busybox-1.36.1-r29.trigger 01:42:08 #0 1.052 OK: 8 MiB in 15 packages 01:42:08 #38 DONE 3.0s 01:42:08 01:42:08 #35 [security-spire-server internal] load .dockerignore 01:42:08 #35 transferring context: 50B 0.0s done 01:42:08 #35 DONE 2.0s 01:42:08 01:42:08 #39 [security-spire-config internal] load .dockerignore 01:42:08 #39 transferring context: 50B 0.1s done 01:42:08 #39 DONE 2.0s 01:42:08 01:42:08 #31 [core-metadata internal] load build context 01:42:09 #31 ... 01:42:09 01:42:09 #23 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:42:09 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:09 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:09 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:09 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:09 #23 DONE 0.1s 01:42:09 01:42:09 #40 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:42:09 #0 1.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.452 (1/3) Installing ca-certificates (20241121-r1) 01:42:09 #0 1.474 (2/3) Installing dumb-init (1.2.5-r3) 01:42:09 #0 1.486 (3/3) Installing tzdata (2025b-r0) 01:42:09 #0 1.521 Executing busybox-1.36.1-r29.trigger 01:42:09 #0 1.525 Executing ca-certificates-20241121-r1.trigger 01:42:09 #0 1.582 OK: 10 MiB in 17 packages 01:42:09 #40 DONE 3.1s 01:42:09 01:42:09 #41 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:42:09 #0 0.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:09 #0 0.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.049 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:42:09 #0 1.049 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:42:09 #0 1.049 OK: 24171 distinct packages available 01:42:09 #0 1.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.527 (1/14) Installing ca-certificates (20241121-r1) 01:42:09 #0 1.544 (2/14) Installing brotli-libs (1.1.0-r2) 01:42:09 #0 1.555 (3/14) Installing c-ares (1.33.1-r0) 01:42:09 #0 1.562 (4/14) Installing libunistring (1.2-r0) 01:42:09 #0 1.576 (5/14) Installing libidn2 (2.3.7-r0) 01:42:09 #0 1.589 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:42:09 #0 1.593 (7/14) Installing libpsl (0.21.5-r1) 01:42:09 #0 1.600 (8/14) Installing zstd-libs (1.5.6-r0) 01:42:09 #0 1.611 (9/14) Installing libcurl (8.12.1-r0) 01:42:09 #0 1.619 (10/14) Installing curl (8.12.1-r0) 01:42:09 #0 1.627 (11/14) Installing dumb-init (1.2.5-r3) 01:42:09 #0 1.628 (12/14) Installing musl-obstack (1.2.3-r2) 01:42:09 #0 1.636 (13/14) Installing libucontext (1.2-r3) 01:42:09 #0 1.644 (14/14) Installing gcompat (1.1.0-r4) 01:42:09 #0 1.648 Executing busybox-1.36.1-r29.trigger 01:42:09 #0 1.667 Executing ca-certificates-20241121-r1.trigger 01:42:09 #0 1.716 OK: 13 MiB in 28 packages 01:42:09 #41 DONE 3.1s 01:42:09 01:42:09 #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:42:09 #0 1.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.584 (1/7) Installing ca-certificates (20241121-r1) 01:42:09 #0 1.601 (2/7) Installing dumb-init (1.2.5-r3) 01:42:09 #0 1.604 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:42:09 #0 1.614 (4/7) Installing libsodium (1.0.19-r0) 01:42:09 #0 1.622 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:42:09 #0 1.649 (6/7) Installing libzmq (4.3.5-r2) 01:42:09 #0 1.662 (7/7) Installing zeromq (4.3.5-r2) 01:42:09 #0 1.663 Executing busybox-1.36.1-r29.trigger 01:42:09 #0 1.677 Executing ca-certificates-20241121-r1.trigger 01:42:09 #0 1.721 OK: 12 MiB in 21 packages 01:42:09 #42 DONE 3.1s 01:42:09 01:42:09 #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:42:09 #0 0.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:09 #0 0.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:09 #0 0.947 (1/4) Installing ca-certificates (20241121-r1) 01:42:09 #0 1.017 (2/4) Installing dumb-init (1.2.5-r3) 01:42:09 #0 1.025 (3/4) Installing su-exec (0.2-r3) 01:42:09 #0 1.030 (4/4) Installing yq-go (4.44.1-r2) 01:42:09 #0 1.162 Executing busybox-1.36.1-r29.trigger 01:42:09 #0 1.176 Executing ca-certificates-20241121-r1.trigger 01:42:09 #0 1.240 OK: 19 MiB in 18 packages 01:42:09 #43 DONE 3.1s 01:42:09 01:42:09 #44 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:42:09 #0 1.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:09 #0 1.518 (1/4) Installing dumb-init (1.2.5-r3) 01:42:09 #0 1.524 (2/4) Installing openssl (3.3.3-r0) 01:42:09 #0 1.536 (3/4) Installing su-exec (0.2-r3) 01:42:09 #0 1.542 (4/4) Installing yq-go (4.44.1-r2) 01:42:09 #0 1.618 Executing busybox-1.36.1-r29.trigger 01:42:09 #0 1.633 OK: 19 MiB in 18 packages 01:42:09 #44 DONE 3.1s 01:42:09 01:42:09 #45 [security-spire-agent internal] load .dockerignore 01:42:09 #45 transferring context: 50B 0.0s done 01:42:09 #45 DONE 2.1s 01:42:09 01:42:09 #31 [core-metadata internal] load build context 01:42:09 #31 ... 01:42:09 01:42:09 #23 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:42:09 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:42:09 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:42:09 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:42:09 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:42:09 #23 DONE 0.1s 01:42:09 01:42:09 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:42:09 #46 DONE 2.8s 01:42:09 01:42:09 #31 [core-metadata internal] load build context 01:42:09 #31 ... 01:42:09 01:42:09 #47 [security-spire-config internal] load build context 01:42:09 #47 transferring context: 22.05kB 0.0s done 01:42:09 #47 DONE 0.6s 01:42:09 01:42:09 #48 [security-spire-agent internal] load build context 01:42:09 #48 transferring context: 23.33kB done 01:42:09 #48 DONE 0.5s 01:42:09 01:42:09 #31 [core-metadata internal] load build context 01:42:09 #31 ... 01:42:09 01:42:09 #49 [security-spire-server internal] load build context 01:42:09 #49 transferring context: 23.80kB 0.0s done 01:42:09 #49 DONE 0.6s 01:42:09 01:42:09 #31 [core-metadata internal] load build context 01:42:13 #31 ... 01:42:13 01:42:13 #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:42:13 #0 2.644 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:13 #0 2.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:13 #0 3.077 (1/1) Installing dumb-init (1.2.5-r3) 01:42:13 #0 3.084 Executing busybox-1.36.1-r29.trigger 01:42:13 #0 3.092 OK: 8 MiB in 15 packages 01:42:13 #50 DONE 6.3s 01:42:13 01:42:13 #31 [core-metadata internal] load build context 01:42:14 #31 transferring context: 294.89MB 8.1s 01:42:15 #31 ... 01:42:15 01:42:15 #51 [security-proxy-auth internal] load build context 01:42:15 #51 ... 01:42:15 01:42:15 #52 [core-command internal] load build context 01:42:16 #52 ... 01:42:16 01:42:16 #53 [security-bootstrapper internal] load build context 01:42:16 #53 ... 01:42:16 01:42:16 #54 [security-proxy-setup internal] load build context 01:42:16 #54 ... 01:42:16 01:42:16 #55 [core-keeper internal] load build context 01:42:16 #55 ... 01:42:16 01:42:16 #56 [support-notifications internal] load build context 01:42:16 #56 ... 01:42:16 01:42:16 #57 [support-scheduler internal] load build context 01:42:16 #57 ... 01:42:16 01:42:16 #58 [core-common-config-bootstrapper internal] load build context 01:42:16 #58 ... 01:42:16 01:42:16 #59 [security-secretstore-setup internal] load build context 01:42:16 #59 ... 01:42:16 01:42:16 #60 [security-spiffe-token-provider internal] load build context 01:42:16 #60 ... 01:42:16 01:42:16 #61 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:42:16 #61 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 01:42:16 #61 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:42:16 #61 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:42:16 #61 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:42:16 #61 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:42:16 #61 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 01:42:16 #61 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:42:16 #61 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done 01:42:16 #61 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:42:16 #61 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:42:16 #61 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:42:16 #61 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.5s done 01:42:16 #61 ... 01:42:16 01:42:16 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:42:16 #0 3.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:16 #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:16 #0 3.719 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:42:16 #0 3.719 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:42:16 #0 3.719 OK: 24171 distinct packages available 01:42:16 #0 3.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:16 #0 3.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:16 #0 4.397 OK: 248 MiB in 58 packages 01:42:17 #62 ... 01:42:17 01:42:17 #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:42:17 #0 3.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:17 #0 3.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:17 #0 3.523 OK: 248 MiB in 58 packages 01:42:17 #63 ... 01:42:17 01:42:17 #64 [core-data internal] load build context 01:42:17 #64 ... 01:42:17 01:42:17 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:42:17 #65 ... 01:42:17 01:42:17 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:42:17 #0 5.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:17 #0 5.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:17 #0 5.754 OK: 248 MiB in 58 packages 01:42:17 #66 ... 01:42:17 01:42:17 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:42:17 #0 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:17 #0 3.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:17 #0 4.120 OK: 248 MiB in 58 packages 01:42:17 #67 ... 01:42:17 01:42:17 #68 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:42:17 #0 4.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:17 #0 4.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:17 #0 4.782 OK: 248 MiB in 58 packages 01:42:17 #68 ... 01:42:17 01:42:17 #53 [security-bootstrapper internal] load build context 01:42:18 #53 transferring context: 508.38MB 12.3s done 01:42:18 #53 ... 01:42:18 01:42:18 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:42:19 #69 ... 01:42:19 01:42:19 #70 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:42:19 #70 ... 01:42:19 01:42:19 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:42:19 #0 3.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:19 #0 3.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:19 #0 3.834 OK: 8 MiB in 16 packages 01:42:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4701 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:42:19 Running in /w/workspace/edgex-go/870 [Pipeline] { [Pipeline] checkout 01:42:19 The recommended git tool is: git 01:42:19 #71 ... 01:42:19 01:42:19 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:42:19 #72 ... 01:42:19 01:42:19 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:42:19 #73 ... 01:42:19 01:42:19 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:42:19 #74 ... 01:42:19 01:42:19 #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:42:19 #63 DONE 12.8s 01:42:19 01:42:19 #55 [core-keeper internal] load build context 01:42:19 #55 transferring context: 508.38MB 10.8s done 01:42:19 #55 DONE 13.5s 01:42:19 01:42:19 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:42:19 #65 DONE 12.8s 01:42:19 01:42:19 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:42:19 #75 ... 01:42:19 01:42:19 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:42:19 #62 DONE 12.8s 01:42:19 01:42:19 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:42:19 #66 DONE 12.8s 01:42:19 01:42:19 #56 [support-notifications internal] load build context 01:42:19 #56 transferring context: 508.38MB 11.2s done 01:42:19 #56 DONE 13.9s 01:42:19 01:42:19 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:42:19 #67 DONE 12.8s 01:42:19 01:42:19 #57 [support-scheduler internal] load build context 01:42:19 #57 transferring context: 508.38MB 11.9s done 01:42:19 #57 DONE 13.9s 01:42:19 01:42:19 #68 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:42:19 #68 DONE 12.8s 01:42:19 01:42:19 #51 [security-proxy-auth internal] load build context 01:42:19 #51 transferring context: 508.38MB 12.3s done 01:42:19 #51 DONE 14.0s 01:42:19 01:42:19 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:42:19 #71 DONE 10.9s 01:42:19 01:42:19 #76 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:42:19 #0 2.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:19 #0 2.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:19 #0 3.449 OK: 8 MiB in 15 packages 01:42:19 #76 DONE 10.9s 01:42:19 01:42:19 #54 [security-proxy-setup internal] load build context 01:42:19 #54 transferring context: 508.38MB 12.3s done 01:42:19 #54 DONE 13.9s 01:42:19 01:42:19 #58 [core-common-config-bootstrapper internal] load build context 01:42:19 #58 transferring context: 508.38MB 11.9s done 01:42:19 #58 DONE 13.9s 01:42:19 01:42:19 #53 [security-bootstrapper internal] load build context 01:42:19 #53 DONE 13.9s 01:42:19 01:42:19 #60 [security-spiffe-token-provider internal] load build context 01:42:19 #60 transferring context: 508.38MB 13.4s done 01:42:19 #60 DONE 14.1s 01:42:19 01:42:19 #52 [core-command internal] load build context 01:42:19 #52 transferring context: 508.38MB 12.5s done 01:42:19 #52 DONE 13.9s 01:42:19 01:42:19 #59 [security-secretstore-setup internal] load build context 01:42:19 #59 transferring context: 508.38MB 13.2s done 01:42:19 #59 DONE 14.0s 01:42:19 01:42:19 #31 [core-metadata internal] load build context 01:42:19 #31 transferring context: 508.38MB 12.3s done 01:42:19 #31 DONE 13.6s 01:42:19 01:42:19 #64 [core-data internal] load build context 01:42:19 #64 transferring context: 508.38MB 10.1s done 01:42:19 #64 DONE 12.8s 01:42:19 01:42:19 #77 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:42:19 #77 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 01:42:19 #77 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:42:19 #77 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:42:19 #77 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:42:19 #77 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:42:19 #77 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:42:19 #77 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done 01:42:19 #77 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:42:19 #77 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:42:19 #77 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:42:19 #77 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.3s done 01:42:19 #77 ... 01:42:19 01:42:19 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:42:19 #78 DONE 0.2s 01:42:19 01:42:19 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:42:20 #79 ... 01:42:20 01:42:20 #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:42:20 #80 DONE 0.2s 01:42:20 01:42:20 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:42:20 #81 DONE 0.2s 01:42:20 01:42:20 #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:42:20 #82 DONE 0.2s 01:42:20 01:42:20 #83 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:42:20 #83 DONE 0.2s 01:42:20 01:42:20 #77 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:42:20 #77 DONE 11.0s 01:42:20 01:42:20 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:42:20 #84 ... 01:42:20 01:42:20 #61 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:42:20 #61 DONE 11.2s 01:42:20 01:42:20 #85 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:21 #85 ... 01:42:21 01:42:21 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:42:21 #86 DONE 1.3s 01:42:21 01:42:21 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:42:21 #72 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #72 11.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #72 12.03 OK: 12 MiB in 21 packages 01:42:21 #72 DONE 12.2s 01:42:21 01:42:21 #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:42:21 #87 DONE 0.1s 01:42:21 01:42:21 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:42:21 #74 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #74 11.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #74 12.11 OK: 13 MiB in 28 packages 01:42:21 #74 DONE 12.2s 01:42:21 01:42:21 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:42:21 #84 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #84 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #84 12.11 OK: 19 MiB in 18 packages 01:42:21 #84 DONE 12.3s 01:42:21 01:42:21 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:42:21 #69 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #69 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #69 12.15 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:42:21 #69 12.15 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:42:21 #69 12.15 OK: 24171 distinct packages available 01:42:21 #69 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #69 12.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #69 ... 01:42:21 01:42:21 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:42:21 #75 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #75 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #75 12.06 OK: 19 MiB in 18 packages 01:42:21 #75 DONE 12.2s 01:42:21 01:42:21 #70 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:42:21 #70 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #70 11.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #70 12.16 OK: 10 MiB in 17 packages 01:42:21 #70 DONE 12.3s 01:42:21 01:42:21 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:42:21 #88 DONE 0.0s 01:42:21 01:42:21 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:42:21 #73 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #73 11.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #73 12.12 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:42:21 #73 12.12 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:42:21 #73 12.12 OK: 24171 distinct packages available 01:42:21 #73 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #73 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #73 ... 01:42:21 01:42:21 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:42:21 #0 7.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:21 #0 7.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:21 #0 7.687 OK: 8 MiB in 15 packages 01:42:21 #89 DONE 7.8s 01:42:21 01:42:21 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:42:21 #73 12.62 (1/5) Installing dumb-init (1.2.5-r3) 01:42:21 #73 12.63 (2/5) Installing musl-obstack (1.2.3-r2) 01:42:21 #73 12.63 (3/5) Installing libucontext (1.2-r3) 01:42:21 #73 12.64 (4/5) Installing gcompat (1.1.0-r4) 01:42:21 #73 12.64 (5/5) Installing openssl (3.3.3-r0) 01:42:21 #73 12.66 Executing busybox-1.36.1-r29.trigger 01:42:21 #73 12.66 OK: 9 MiB in 19 packages 01:42:21 #73 DONE 12.8s 01:42:21 01:42:21 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:42:21 #69 12.78 (1/4) Installing dumb-init (1.2.5-r3) 01:42:21 #69 12.78 (2/4) Installing musl-obstack (1.2.3-r2) 01:42:21 #69 12.78 (3/4) Installing libucontext (1.2-r3) 01:42:21 #69 12.79 (4/4) Installing gcompat (1.1.0-r4) 01:42:21 #69 12.79 Executing busybox-1.36.1-r29.trigger 01:42:21 #69 12.80 OK: 8 MiB in 18 packages 01:42:21 #69 DONE 12.9s 01:42:21 01:42:21 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:42:22 #90 ... 01:42:22 01:42:22 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:42:22 #0 1.220 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:22 #0 1.642 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:22 #0 2.360 OK: 248 MiB in 58 packages 01:42:22 #91 DONE 2.5s 01:42:22 01:42:22 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:42:22 #92 DONE 0.0s 01:42:22 01:42:22 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:22 #93 ... 01:42:22 01:42:22 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:42:22 #79 11.69 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:22 #79 12.27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:22 #79 13.04 (1/1) Installing dumb-init (1.2.5-r3) 01:42:22 #79 13.32 Executing busybox-1.36.1-r29.trigger 01:42:22 #79 13.34 OK: 8 MiB in 15 packages 01:42:22 #79 DONE 13.5s 01:42:22 01:42:22 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:42:22 #0 0.790 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:22 #0 0.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:23 #94 1.184 OK: 9 MiB in 19 packages 01:42:23 #94 DONE 1.3s 01:42:23 01:42:23 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:42:23 #95 DONE 0.4s 01:42:23 01:42:23 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:42:23 #90 0.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:42:23 #90 1.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:42:23 #90 1.456 OK: 8 MiB in 18 packages 01:42:23 #90 DONE 1.7s 01:42:23 01:42:23 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:42:23 #96 DONE 0.4s 01:42:23 01:42:23 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:42:23 #97 DONE 0.1s 01:42:23 01:42:23 #98 [security-spire-server stage-2 6/9] COPY security.txt / 01:42:24 #98 DONE 0.4s 01:42:24 01:42:24 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:42:24 #99 DONE 0.6s 01:42:24 01:42:24 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:42:24 #100 DONE 0.6s 01:42:24 01:42:24 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:42:24 #101 DONE 0.1s 01:42:24 01:42:24 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:42:24 #102 DONE 0.1s 01:42:24 01:42:24 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:42:24 #103 DONE 0.1s 01:42:24 01:42:24 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:42:24 #104 DONE 0.0s 01:42:24 01:42:24 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 01:42:24 #105 DONE 0.1s 01:42:24 01:42:24 #106 [security-spire-config stage-2 6/10] COPY security.txt / 01:42:24 #106 DONE 0.1s 01:42:24 01:42:24 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:42:24 #107 DONE 0.0s 01:42:24 01:42:24 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:42:24 #108 DONE 0.0s 01:42:24 01:42:24 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:42:24 #109 DONE 0.0s 01:42:24 01:42:24 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:42:24 #110 DONE 0.0s 01:42:24 01:42:24 #111 [security-spire-server] exporting to image 01:42:24 #111 exporting layers 01:42:24 using credential edgex-jenkins-ssh 01:42:24 Cloning the remote Git repository 01:42:24 #111 ... 01:42:24 01:42:24 #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:42:24 #112 DONE 0.0s 01:42:24 01:42:24 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:42:24 #113 DONE 0.0s 01:42:24 01:42:24 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:42:24 #114 DONE 0.0s 01:42:24 01:42:24 #115 [security-spire-agent] exporting to image 01:42:24 #115 ... 01:42:24 01:42:24 #111 [security-spire-server] exporting to image 01:42:24 #111 exporting layers 0.4s done 01:42:24 #111 writing image sha256:2cde28ebe9290198a225c988bb5311c944d2a19059a9dc49150db301627dfef8 done 01:42:24 #111 naming to docker.io/library/security-spire-server done 01:42:24 #111 DONE 0.4s 01:42:24 01:42:24 #116 [security-spire-config] exporting to image 01:42:24 #116 exporting layers 0.4s done 01:42:24 #116 writing image sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 done 01:42:24 #116 naming to docker.io/library/security-spire-config done 01:42:24 #116 DONE 0.4s 01:42:24 01:42:24 #115 [security-spire-agent] exporting to image 01:42:24 #115 exporting layers 0.4s done 01:42:24 #115 writing image sha256:ae4fcb46e20bb2f924ed8814bb250fc9211fbed95c6c4eac6f1d6d96b4c023c9 done 01:42:24 #115 naming to docker.io/library/security-spire-agent done 01:42:24 #115 DONE 0.4s 01:42:24 01:42:24 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:42:24 > git init /w/workspace/edgex-go/870 # timeout=10 01:42:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:42:24 > git --version # timeout=10 01:42:24 > git --version # 'git version 2.25.1' 01:42:24 using GIT_SSH to set credentials SSH Credentials for GitHub 01:42:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:42:30 #117 ... 01:42:30 01:42:30 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:30 #118 ... 01:42:30 01:42:30 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:30 #119 ... 01:42:30 01:42:30 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:42:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:42:43 Avoid second fetch 01:42:43 Checking out Revision 32a36fca4005ab1da585d9d124dd4ff80240483c (main) 01:42:44 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5206)" 01:42:43 > git config core.sparsecheckout # timeout=10 01:42:43 > git checkout -f 32a36fca4005ab1da585d9d124dd4ff80240483c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:42:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:42:49 % Total % Received % Xferd Average Speed Time Time Time Current 01:42:49 Dload Upload Total Spent Left Speed 01:42:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 143k 0 --:--:-- --:--:-- --:--:-- 141k 100 13063 100 13063 0 0 141k 0 --:--:-- --:--:-- --:--:-- 140k [Pipeline] sh 01:42:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:42:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:42:49 + sudo tee /etc/docker/daemon.new 01:42:49 { 01:42:49 "registry-mirrors": [ 01:42:49 "https://nexus3.edgexfoundry.org:10001" 01:42:49 ], 01:42:49 "bip": "10.250.0.254/24", 01:42:49 "hosts": [ 01:42:49 "tcp://0.0.0.0:5555", 01:42:49 "unix:///var/run/docker.sock" 01:42:49 ], 01:42:49 "mtu": 1458, 01:42:49 "selinux-enabled": true, 01:42:49 "seccomp-profile": "/etc/docker/seccomp.json" 01:42:49 } [Pipeline] sh 01:42:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:42:50 + sudo service docker restart 01:42:56 #120 DONE 34.6s 01:42:56 01:42:56 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:56 #118 DONE 34.6s 01:42:56 01:42:56 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:56 #119 DONE 34.6s 01:42:56 01:42:56 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:56 #117 DONE 34.6s 01:42:56 01:42:56 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:56 #93 DONE 32.3s 01:42:56 01:42:56 #85 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:56 #85 DONE 34.7s 01:42:56 01:42:56 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 01:43:01 #121 DONE 6.2s 01:43:01 01:43:01 #122 [support-notifications builder 6/7] COPY . . 01:43:01 #122 DONE 6.1s 01:43:01 01:43:01 #123 [support-scheduler builder 6/7] COPY . . 01:43:01 #123 DONE 6.1s 01:43:01 01:43:01 #124 [security-spiffe-token-provider builder 6/7] COPY . . 01:43:01 #124 DONE 6.2s 01:43:01 01:43:01 #125 [security-proxy-setup builder 6/7] COPY . . 01:43:01 #125 CACHED 01:43:01 01:43:01 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:01 #126 CACHED 01:43:01 01:43:01 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:43:01 #127 CACHED 01:43:01 01:43:01 #128 [security-proxy-setup builder 6/7] COPY . . 01:43:01 #128 DONE 6.2s 01:43:01 01:43:01 #129 [core-keeper builder 7/8] COPY . . 01:43:01 #129 DONE 6.1s 01:43:01 01:43:01 #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:01 #130 CACHED 01:43:01 01:43:01 #131 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:43:01 #131 CACHED 01:43:01 01:43:01 #132 [security-secretstore-setup builder 6/7] COPY . . 01:43:01 #132 CACHED 01:43:01 01:43:01 #133 [core-command builder 6/7] COPY . . 01:43:01 #133 CACHED 01:43:01 01:43:01 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 01:43:01 #134 CACHED 01:43:01 01:43:01 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:01 #135 CACHED 01:43:01 01:43:01 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 01:43:01 #136 CACHED 01:43:01 01:43:01 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:01 #137 CACHED 01:43:01 01:43:01 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:43:01 #138 CACHED 01:43:01 01:43:01 #139 [core-metadata builder 6/7] COPY . . 01:43:01 #139 CACHED 01:43:01 01:43:01 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:01 #140 CACHED 01:43:01 01:43:01 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:43:01 #141 CACHED 01:43:01 01:43:01 #142 [core-data builder 6/7] COPY . . 01:43:01 #142 CACHED 01:43:01 01:43:01 #143 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:01 #143 CACHED 01:43:01 01:43:01 #144 [core-data builder 4/7] COPY go.mod vendor* ./ 01:43:01 #144 CACHED 01:43:01 01:43:01 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:43:01 #145 0.971 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:43:08 provisioning config files... 01:43:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/870@tmp/config17410499165950316678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:43:09 ---> ****-login.sh 01:43:09 nexus3.edgexfoundry.org:10001 01:43:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:43:10 Configure a credential helper to remove this warning. See 01:43:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:43:10 01:43:10 Login Succeeded 01:43:10 nexus3.edgexfoundry.org:10002 01:43:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:43:10 Configure a credential helper to remove this warning. See 01:43:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:43:10 01:43:10 Login Succeeded 01:43:10 nexus3.edgexfoundry.org:10003 01:43:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:43:10 Configure a credential helper to remove this warning. See 01:43:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:43:10 01:43:10 Login Succeeded 01:43:10 nexus3.edgexfoundry.org:10004 01:43:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:43:10 Configure a credential helper to remove this warning. See 01:43:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:43:10 01:43:10 Login Succeeded 01:43:10 ****.io 01:43:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:43:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:43:11 Configure a credential helper to remove this warning. See 01:43:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:43:11 01:43:11 Login Succeeded 01:43:11 ---> ****-login.sh ends [Pipeline] } 01:43:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:43:11 #145 ... 01:43:11 01:43:11 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:43:11 #0 0.518 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:43:11 #146 ... 01:43:11 01:43:11 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:43:11 #0 0.949 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:43:11 #147 ... 01:43:11 01:43:11 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:43:11 #0 0.535 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:43:11 #148 ... 01:43:11 01:43:11 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:43:11 #0 1.060 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] sh 01:43:11 #149 ... 01:43:11 01:43:11 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:43:11 #0 1.052 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:43:11 #150 ... 01:43:11 01:43:11 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:43:11 #0 1.060 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:43:12 + git config --global --add safe.directory /w/workspace/edgex-go/870 [Pipeline] echo 01:43:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:43:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:43:12 ========================================================= 01:43:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:43:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:43:12 #151 ... 01:43:12 01:43:12 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:43:12 #0 0.935 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:43:12 #152 ... 01:43:12 01:43:12 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:43:12 #0 1.076 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:43:12 #153 ... 01:43:12 01:43:12 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:43:12 #0 0.523 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:43:12 #154 ... 01:43:12 01:43:12 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:43:12 #0 1.067 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:43:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:43:12 #155 ... 01:43:12 01:43:12 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:43:12 #0 1.066 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:43:12 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:43:12 94e9d8af2201: Pulling fs layer 01:43:12 a6c56e8762df: Pulling fs layer 01:43:12 f0f3c8884826: Pulling fs layer 01:43:12 c7e7622c144d: Pulling fs layer 01:43:12 4f4fb700ef54: Pulling fs layer 01:43:12 e8859aadc426: Pulling fs layer 01:43:12 b4813487a9f6: Pulling fs layer 01:43:12 502a3d64fb4b: Pulling fs layer 01:43:12 c7e7622c144d: Waiting 01:43:12 4f4fb700ef54: Waiting 01:43:12 e8859aadc426: Waiting 01:43:12 b4813487a9f6: Waiting 01:43:12 502a3d64fb4b: Waiting 01:43:12 a6c56e8762df: Verifying Checksum 01:43:12 a6c56e8762df: Download complete 01:43:12 c7e7622c144d: Verifying Checksum 01:43:12 c7e7622c144d: Download complete 01:43:12 4f4fb700ef54: Download complete 01:43:12 e8859aadc426: Verifying Checksum 01:43:12 e8859aadc426: Download complete 01:43:12 94e9d8af2201: Verifying Checksum 01:43:12 94e9d8af2201: Download complete 01:43:13 502a3d64fb4b: Verifying Checksum 01:43:13 502a3d64fb4b: Download complete 01:43:13 94e9d8af2201: Pull complete 01:43:14 a6c56e8762df: Pull complete 01:43:14 f0f3c8884826: Download complete 01:43:15 b4813487a9f6: Verifying Checksum 01:43:15 b4813487a9f6: Download complete 01:43:30 f0f3c8884826: Pull complete 01:43:30 c7e7622c144d: Pull complete 01:43:30 4f4fb700ef54: Pull complete 01:43:30 e8859aadc426: Pull complete 01:43:38 b4813487a9f6: Pull complete 01:43:39 502a3d64fb4b: Pull complete 01:43:39 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:43:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:43:39 + + docker build -t ci-base-image-arm64echo -f FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:43:39 WORKDIR /edgex 01:43:39 COPY go.mod . 01:43:39 RUN go mod download - 01:43:39 . 01:43:40 Sending build context to Docker daemon 3.708MB 01:43:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:43:40 ---> 3bb21d53e231 01:43:40 Step 2/4 : WORKDIR /edgex 01:43:42 ---> Running in ed1b99760e5d 01:43:42 Removing intermediate container ed1b99760e5d 01:43:42 ---> 541c042f664e 01:43:42 Step 3/4 : COPY go.mod . 01:43:43 ---> 5335a982e3f6 01:43:43 Step 4/4 : RUN go mod download 01:43:43 ---> Running in 28c231149633 01:44:34 #156 ... 01:44:34 01:44:34 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:44:34 #151 DONE 93.2s 01:44:34 01:44:34 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:44:34 #150 DONE 93.2s 01:44:34 01:44:34 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:44:34 #157 DONE 0.1s 01:44:34 01:44:34 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:44:34 #158 DONE 0.1s 01:44:34 01:44:34 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:44:34 #159 ... 01:44:34 01:44:34 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:44:34 #160 DONE 0.1s 01:44:34 01:44:34 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:44:34 #161 DONE 0.3s 01:44:34 01:44:34 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:44:34 #162 DONE 0.2s 01:44:34 01:44:34 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:44:34 #163 DONE 0.2s 01:44:34 01:44:34 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:44:35 #147 ... 01:44:35 01:44:35 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:44:35 #164 ... 01:44:35 01:44:35 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:44:35 #159 DONE 1.2s 01:44:35 01:44:35 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:44:35 #165 DONE 0.3s 01:44:35 01:44:35 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:44:35 #166 DONE 0.1s 01:44:35 01:44:35 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:44:35 #167 DONE 0.2s 01:44:35 01:44:35 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:44:35 #164 DONE 1.0s 01:44:35 01:44:35 #168 [core-common-config-bootstrapper] exporting to image 01:44:35 #168 exporting layers 01:44:36 #168 ... 01:44:36 01:44:36 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:44:36 #169 DONE 0.2s 01:44:36 01:44:36 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:44:36 #170 DONE 0.1s 01:44:36 01:44:36 #168 [core-common-config-bootstrapper] exporting to image 01:44:36 #168 exporting layers 0.3s done 01:44:36 #168 writing image sha256:1818999f86274274da47963cf2aa1acbf08f4b3bc61d219e80f5ed2014dd8f89 done 01:44:36 #168 naming to docker.io/library/core-common-config-bootstrapper done 01:44:36 #168 DONE 0.4s 01:44:36 01:44:36 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:44:36 #171 DONE 0.1s 01:44:36 01:44:36 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:44:36 #172 DONE 0.1s 01:44:36 01:44:36 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:44:36 #173 DONE 0.1s 01:44:36 01:44:36 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:44:37 #174 DONE 1.0s 01:44:37 01:44:37 #175 [security-bootstrapper] exporting to image 01:44:38 #175 exporting layers 0.7s done 01:44:38 #175 writing image sha256:8337bf6d64d0fe27c9d9ed7a40087d016e9808e760eb2a86550b37ed511a4674 done 01:44:38 #175 naming to docker.io/library/security-bootstrapper done 01:44:38 #175 DONE 0.7s 01:44:38 01:44:38 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:45:04 Removing intermediate container 28c231149633 01:45:04 ---> dec9e381bd83 01:45:04 Successfully built dec9e381bd83 01:45:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:05 + docker inspect -f . ci-base-image-arm64 01:45:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:45:05 prd-ubuntu20.04-docker-arm64-4c-16g-4701 does not seem to be running inside a container 01:45:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:45:06 $ docker top 01e45a670f86935deceafe7bd80abb9be39dfae1e07e2e35e133fecbfe34b3b8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:45:07 + go version 01:45:07 go version go1.23.9 linux/arm64 [Pipeline] } 01:45:07 $ docker stop --time=1 01e45a670f86935deceafe7bd80abb9be39dfae1e07e2e35e133fecbfe34b3b8 01:45:09 $ docker rm -f --volumes 01e45a670f86935deceafe7bd80abb9be39dfae1e07e2e35e133fecbfe34b3b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:45:09 01:45:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:45:10 latest: Pulling from edgex-devops/edgex-compose-arm64 01:45:10 547446be3368: Pulling fs layer 01:45:10 d125d8839a47: Pulling fs layer 01:45:10 3e85d5ac6304: Pulling fs layer 01:45:10 c3105a71a48b: Pulling fs layer 01:45:10 0f093f025ec4: Pulling fs layer 01:45:10 c3106fc0e877: Pulling fs layer 01:45:10 0f093f025ec4: Waiting 01:45:10 c3106fc0e877: Waiting 01:45:10 c3105a71a48b: Waiting 01:45:10 547446be3368: Verifying Checksum 01:45:10 547446be3368: Download complete 01:45:10 c3105a71a48b: Verifying Checksum 01:45:10 c3105a71a48b: Download complete 01:45:10 d125d8839a47: Verifying Checksum 01:45:10 d125d8839a47: Download complete 01:45:10 c3106fc0e877: Verifying Checksum 01:45:10 c3106fc0e877: Download complete 01:45:10 0f093f025ec4: Verifying Checksum 01:45:10 0f093f025ec4: Download complete 01:45:10 547446be3368: Pull complete 01:45:12 d125d8839a47: Pull complete 01:45:12 3e85d5ac6304: Verifying Checksum 01:45:12 3e85d5ac6304: Download complete 01:45:23 3e85d5ac6304: Pull complete 01:45:23 c3105a71a48b: Pull complete 01:45:23 0f093f025ec4: Pull complete 01:45:23 c3106fc0e877: Pull complete 01:45:24 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:45:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:45:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:45:24 prd-ubuntu20.04-docker-arm64-4c-16g-4701 does not seem to be running inside a container 01:45:24 $ 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/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:45:26 $ docker top ab57e30df4ab7328f52f376f406eacc97679e8adda48efc0b2f83a9859a7c219 -eo pid,comm [Pipeline] { [Pipeline] sh 01:45:27 + docker compose -f ./docker-compose-build.yml build --parallel 01:45:37 #1 [support-scheduler internal] load build definition from Dockerfile 01:45:37 #1 transferring dockerfile: 01:45:37 #1 transferring dockerfile: 1.83kB 0.0s done 01:45:37 #1 DONE 0.1s 01:45:37 01:45:37 #2 [core-data internal] load build definition from Dockerfile 01:45:37 #2 transferring dockerfile: 2.04kB 0.0s done 01:45:37 #2 DONE 0.8s 01:45:37 01:45:37 #3 [core-keeper internal] load build definition from Dockerfile 01:45:37 #3 transferring dockerfile: 2.01kB 0.0s done 01:45:37 #3 DONE 0.8s 01:45:37 01:45:37 #4 [support-scheduler internal] load .dockerignore 01:45:38 #4 ... 01:45:38 01:45:38 #5 [support-notifications internal] load build definition from Dockerfile 01:45:38 #5 transferring dockerfile: 2.00kB 0.0s done 01:45:38 #5 DONE 0.9s 01:45:38 01:45:38 #6 [security-proxy-setup internal] load build definition from Dockerfile 01:45:38 #6 transferring dockerfile: 2.50kB done 01:45:38 #6 DONE 0.9s 01:45:38 01:45:38 #7 [security-spire-server internal] load build definition from Dockerfile 01:45:38 #7 transferring dockerfile: 1.70kB done 01:45:38 #7 DONE 0.9s 01:45:38 01:45:38 #8 [core-metadata internal] load build definition from Dockerfile 01:45:38 #8 transferring dockerfile: 2.10kB done 01:45:38 #8 DONE 0.9s 01:45:38 01:45:38 #4 [support-scheduler internal] load .dockerignore 01:45:38 #4 transferring context: 50B 0.0s done 01:45:38 #4 ... 01:45:38 01:45:38 #9 [core-command internal] load build definition from Dockerfile 01:45:38 #9 transferring dockerfile: 1.94kB 0.0s done 01:45:38 #9 DONE 0.8s 01:45:38 01:45:38 #10 [security-spire-agent internal] load build definition from Dockerfile 01:45:38 #10 transferring dockerfile: 1.81kB 0.0s done 01:45:38 #10 DONE 0.9s 01:45:38 01:45:38 #11 [security-secretstore-setup internal] load build definition from Dockerfile 01:45:38 #11 transferring dockerfile: 2.49kB 0.0s done 01:45:38 #11 DONE 0.9s 01:45:38 01:45:38 #12 [security-proxy-auth internal] load build definition from Dockerfile 01:45:38 #12 transferring dockerfile: 2.14kB 0.0s done 01:45:38 #12 DONE 1.0s 01:45:38 01:45:38 #13 [security-spire-config internal] load build definition from Dockerfile 01:45:38 #13 transferring dockerfile: 1.69kB 0.0s done 01:45:38 #13 DONE 0.8s 01:45:38 01:45:38 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:45:38 #14 transferring dockerfile: 1.89kB 0.0s done 01:45:38 #14 DONE 1.1s 01:45:38 01:45:38 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:45:38 #15 transferring dockerfile: 2.23kB 0.0s done 01:45:38 #15 DONE 1.2s 01:45:38 01:45:38 #16 [security-bootstrapper internal] load build definition from Dockerfile 01:45:38 #16 transferring dockerfile: 3.02kB 0.0s done 01:45:38 #16 DONE 1.0s 01:45:38 01:45:38 #4 [support-scheduler internal] load .dockerignore 01:45:38 #4 DONE 0.9s 01:45:38 01:45:38 #17 [core-keeper internal] load .dockerignore 01:45:38 #17 transferring context: 50B done 01:45:38 #17 DONE 0.1s 01:45:38 01:45:38 #18 [core-data internal] load .dockerignore 01:45:39 #18 transferring context: 50B done 01:45:39 #18 DONE 0.1s 01:45:39 01:45:39 #19 [support-notifications internal] load .dockerignore 01:45:39 #19 transferring context: 50B 0.0s done 01:45:39 #19 DONE 0.1s 01:45:39 01:45:39 #20 [security-proxy-setup internal] load .dockerignore 01:45:39 #20 transferring context: 50B done 01:45:39 #20 DONE 0.1s 01:45:39 01:45:39 #21 [security-spire-server internal] load .dockerignore 01:45:39 #21 transferring context: 50B 0.0s done 01:45:39 #21 DONE 0.1s 01:45:39 01:45:39 #22 [core-metadata internal] load .dockerignore 01:45:39 #22 transferring context: 50B done 01:45:39 #22 DONE 0.1s 01:45:39 01:45:39 #23 [core-common-config-bootstrapper internal] load .dockerignore 01:45:39 #23 transferring context: 50B 0.0s done 01:45:39 #23 DONE 0.1s 01:45:39 01:45:39 #24 [security-spiffe-token-provider internal] load .dockerignore 01:45:39 #24 transferring context: 50B done 01:45:39 #24 DONE 0.1s 01:45:39 01:45:39 #25 [security-spire-agent internal] load .dockerignore 01:45:39 #25 transferring context: 50B done 01:45:39 #25 DONE 0.1s 01:45:39 01:45:39 #26 [core-command internal] load .dockerignore 01:45:39 #26 transferring context: 50B done 01:45:39 #26 DONE 0.1s 01:45:39 01:45:39 #27 [security-proxy-auth internal] load .dockerignore 01:45:39 #27 transferring context: 50B done 01:45:39 #27 DONE 0.1s 01:45:39 01:45:39 #28 [security-secretstore-setup internal] load .dockerignore 01:45:39 #28 transferring context: 50B 0.0s done 01:45:39 #28 DONE 0.1s 01:45:39 01:45:39 #29 [security-bootstrapper internal] load .dockerignore 01:45:39 #29 transferring context: 50B done 01:45:39 #29 DONE 0.1s 01:45:39 01:45:39 #30 [security-spire-config internal] load .dockerignore 01:45:39 #30 transferring context: 50B 0.0s done 01:45:39 #30 DONE 0.1s 01:45:40 01:45:40 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:45:40 #31 ... 01:45:40 01:45:40 #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:40 #32 DONE 0.0s 01:45:40 01:45:40 #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 01:45:40 #31 ... 01:45:40 01:45:40 #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:40 #32 DONE 0.0s 01:45:40 01:45:40 #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:45:40 #31 DONE 0.3s 01:45:40 01:45:40 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:40 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:40 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:40 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:40 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:41 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:41 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:41 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:41 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:41 #33 DONE 0.7s 01:45:41 01:45:41 #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:41 #32 DONE 0.0s 01:45:41 01:45:41 #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:45:41 #34 ... 01:45:41 01:45:41 #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:41 #32 DONE 0.0s 01:45:41 01:45:41 #35 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:45:41 #35 ... 01:45:41 01:45:41 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:41 #32 DONE 0.0s 01:45:41 01:45:41 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:45:41 #31 DONE 1.0s 01:45:41 01:45:41 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:41 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:41 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:41 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:41 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:41 #33 DONE 0.8s 01:45:41 01:45:41 #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:45:41 #34 ... 01:45:41 01:45:41 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:41 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:41 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:41 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:41 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:41 #33 DONE 0.8s 01:45:41 01:45:41 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:41 #32 DONE 0.0s 01:45:41 01:45:41 #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:45:42 #34 ... 01:45:42 01:45:42 #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:42 #32 DONE 0.0s 01:45:42 01:45:42 #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:42 #32 DONE 0.0s 01:45:42 01:45:42 #36 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:45:42 #36 ... 01:45:42 01:45:42 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 01:45:42 #31 DONE 1.7s 01:45:42 01:45:42 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:42 #33 DONE 0.8s 01:45:42 01:45:42 #37 [security-spiffe-token-provider internal] load build context 01:45:42 #37 DONE 0.0s 01:45:42 01:45:42 #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:42 #32 DONE 0.1s 01:45:42 01:45:42 #31 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 01:45:42 #31 ... 01:45:42 01:45:42 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:42 #33 DONE 0.8s 01:45:42 01:45:42 #38 [core-keeper internal] load build context 01:45:42 #38 transferring context: 3.23MB 1.5s done 01:45:42 #38 DONE 2.1s 01:45:42 01:45:42 #32 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:45:42 #32 DONE 0.1s 01:45:42 01:45:42 #39 [support-scheduler internal] load build context 01:45:42 #39 transferring context: 3.23MB 1.6s done 01:45:42 #39 DONE 2.3s 01:45:42 01:45:42 #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:45:43 #31 DONE 2.4s 01:45:43 01:45:43 #40 [core-data internal] load build context 01:45:43 #40 transferring context: 3.23MB 1.7s done 01:45:43 #40 ... 01:45:43 01:45:43 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:43 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:43 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:43 #33 DONE 0.8s 01:45:43 01:45:43 #40 [core-data internal] load build context 01:45:43 #40 DONE 2.9s 01:45:43 01:45:43 #41 [security-secretstore-setup internal] load build context 01:45:43 #41 ... 01:45:43 01:45:43 #42 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:45:43 #42 DONE 3.1s 01:45:44 01:45:44 #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:44 #33 DONE 0.8s 01:45:44 01:45:44 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:44 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:44 #43 ... 01:45:44 01:45:44 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:44 #33 DONE 0.8s 01:45:44 01:45:44 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:44 #43 ... 01:45:44 01:45:44 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:45:44 #44 DONE 2.8s 01:45:44 01:45:44 #45 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:45:45 #45 ... 01:45:45 01:45:45 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:45:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:45:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:45:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:45:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:45:45 #33 DONE 0.8s 01:45:45 01:45:45 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:45:45 #46 DONE 0.0s 01:45:45 01:45:45 #45 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:45:45 #45 ... 01:45:45 01:45:45 #47 [support-notifications internal] load build context 01:45:45 #47 transferring context: 3.23MB 2.6s done 01:45:45 #47 DONE 4.6s 01:45:45 01:45:45 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:45 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.3s done 01:45:45 #146 ... 01:45:45 01:45:45 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:45:45 #153 158.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:45:45 #153 DONE 161.9s 01:45:45 01:45:45 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:45:45 #147 DONE 161.9s 01:45:45 01:45:45 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:45:45 #156 DONE 161.8s 01:45:45 01:45:45 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #176 DONE 0.2s 01:45:45 01:45:45 #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #177 DONE 0.1s 01:45:45 01:45:45 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #178 DONE 0.2s 01:45:45 01:45:45 #179 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:45:45 #179 DONE 0.1s 01:45:45 01:45:45 #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:45:45 #180 DONE 0.1s 01:45:45 01:45:45 #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:45:45 #181 ... 01:45:45 01:45:45 #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:45:45 #182 DONE 0.1s 01:45:45 01:45:45 #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:45:45 #181 DONE 0.2s 01:45:45 01:45:45 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:45:45 #149 DONE 162.4s 01:45:45 01:45:45 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:45:45 #154 DONE 162.4s 01:45:45 01:45:45 #183 [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:45:45 #183 DONE 0.2s 01:45:45 01:45:45 #184 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #184 ... 01:45:45 01:45:45 #185 [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:45:45 #185 DONE 0.2s 01:45:45 01:45:45 #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:45:45 #186 DONE 0.2s 01:45:45 01:45:45 #184 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #184 DONE 0.1s 01:45:45 01:45:45 #187 [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:45:45 #187 DONE 0.1s 01:45:45 01:45:45 #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #188 DONE 0.2s 01:45:45 01:45:45 #189 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:45:45 #189 DONE 0.1s 01:45:45 01:45:45 #190 [core-command] exporting to image 01:45:45 #190 exporting layers 01:45:45 #190 ... 01:45:45 01:45:45 #191 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:45:45 #191 DONE 0.2s 01:45:45 01:45:45 #190 [core-command] exporting to image 01:45:45 #190 exporting layers 0.1s done 01:45:45 #190 writing image sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d 0.0s done 01:45:45 #190 naming to docker.io/library/core-command 0.0s done 01:45:45 #190 DONE 0.2s 01:45:45 01:45:45 #192 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:45:45 #192 DONE 0.2s 01:45:45 01:45:45 #193 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:45:45 #193 DONE 0.2s 01:45:45 01:45:45 #194 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:45:45 #194 DONE 0.2s 01:45:45 01:45:45 #195 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:45:45 #195 DONE 0.3s 01:45:45 01:45:45 #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:45:45 #196 DONE 0.3s 01:45:45 01:45:45 #197 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:45:45 #197 DONE 0.2s 01:45:45 01:45:45 #198 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:45:45 #198 DONE 0.3s 01:45:45 01:45:45 #199 [core-keeper] exporting to image 01:45:45 #199 exporting layers 0.1s done 01:45:45 #199 ... 01:45:45 01:45:45 #200 [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:45:45 #200 DONE 0.1s 01:45:45 01:45:45 #199 [core-keeper] exporting to image 01:45:45 #199 writing image sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 0.0s done 01:45:45 #199 naming to docker.io/library/core-keeper done 01:45:45 #199 DONE 0.3s 01:45:45 01:45:45 #201 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:45:45 #201 DONE 0.4s 01:45:45 01:45:45 #202 [security-spiffe-token-provider] exporting to image 01:45:45 #202 exporting layers 0.4s done 01:45:45 #202 writing image sha256:745f205946be37de36f694832dfd7e253047a4bd1538a00fc7a4943a37e9d459 done 01:45:45 #202 naming to docker.io/library/security-spiffe-token-provider done 01:45:45 #202 DONE 0.4s 01:45:45 01:45:45 #203 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:45:45 #203 DONE 0.1s 01:45:45 01:45:45 #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:45:45 #204 DONE 0.6s 01:45:45 01:45:45 #205 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:45:45 #205 ... 01:45:45 01:45:45 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:45:45 #145 DONE 164.1s 01:45:45 01:45:45 #206 [security-proxy-setup] exporting to image 01:45:45 #206 exporting layers 0.4s done 01:45:45 #206 writing image sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d 0.0s done 01:45:45 #206 naming to docker.io/library/security-proxy-setup 0.0s done 01:45:45 #206 DONE 0.5s 01:45:45 01:45:45 #205 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:45:45 #205 DONE 0.7s 01:45:45 01:45:45 #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #207 DONE 0.1s 01:45:45 01:45:45 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:45:45 #152 DONE 164.3s 01:45:45 01:45:45 #208 [security-secretstore-setup] exporting to image 01:45:45 #208 ... 01:45:45 01:45:45 #207 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #207 DONE 0.1s 01:45:45 01:45:45 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:45:45 #155 DONE 164.6s 01:45:45 01:45:45 #209 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:45:45 #209 CACHED 01:45:45 01:45:45 #210 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #210 CACHED 01:45:45 01:45:45 #211 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:45:45 #211 DONE 0.4s 01:45:45 01:45:45 #212 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:45:45 #212 DONE 0.4s 01:45:45 01:45:45 #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:45:45 #213 DONE 0.4s 01:45:45 01:45:45 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:45:45 #146 DONE 165.1s 01:45:45 01:45:45 #214 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:45:45 #214 DONE 0.4s 01:45:45 01:45:45 #208 [security-secretstore-setup] exporting to image 01:45:45 #208 exporting layers 0.8s done 01:45:45 #208 writing image sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec 01:45:46 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:45:46 #208 writing image sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec done 01:45:46 #208 naming to docker.io/library/security-secretstore-setup done 01:45:46 #208 DONE 0.9s 01:45:46 01:45:46 #215 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:45:46 #215 DONE 0.1s 01:45:46 01:45:46 #216 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:45:46 #216 DONE 0.1s 01:45:46 01:45:46 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:45:46 #217 DONE 0.1s 01:45:46 01:45:46 #218 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:45:46 #218 DONE 0.1s 01:45:46 01:45:46 #219 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:45:46 #219 DONE 0.1s 01:45:46 01:45:46 #220 [core-metadata] exporting to image 01:45:46 #220 ... 01:45:46 01:45:46 #221 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:45:46 #221 DONE 0.1s 01:45:46 01:45:46 #222 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:45:46 #222 DONE 0.1s 01:45:46 01:45:46 #223 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:45:46 #223 DONE 0.2s 01:45:46 01:45:46 #220 [core-metadata] exporting to image 01:45:46 #220 exporting layers 0.2s done 01:45:46 #220 writing image sha256:b5425753e567bf13328bb6d74432aefcbc2391746e71452f582dde6e76306179 done 01:45:46 #220 naming to docker.io/library/core-metadata 0.0s done 01:45:46 #220 DONE 0.2s 01:45:46 01:45:46 #224 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:45:46 #224 DONE 0.2s 01:45:46 01:45:46 #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:45:46 #225 DONE 0.3s 01:45:46 01:45:46 #226 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:45:46 #226 DONE 0.1s 01:45:46 01:45:46 #227 [support-scheduler] exporting to image 01:45:46 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:45:46 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:45:46 #227 ... 01:45:46 01:45:46 #228 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:45:46 #228 DONE 0.5s 01:45:46 01:45:46 #229 [core-data] exporting to image 01:45:46 #229 exporting layers 0.2s done 01:45:46 #229 writing image sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca done 01:45:46 #229 naming to docker.io/library/core-data done 01:45:46 #229 DONE 0.2s 01:45:46 01:45:46 #227 [support-scheduler] exporting to image 01:45:46 #227 exporting layers 0.2s done 01:45:46 #227 writing image sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 01:45:46 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.4s 01:45:46 #227 writing image sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 done 01:45:46 #227 naming to docker.io/library/support-scheduler done 01:45:46 #227 DONE 0.2s 01:45:46 01:45:46 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:45:46 #148 DONE 166.0s 01:45:46 01:45:46 #230 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:45:46 #230 DONE 0.0s 01:45:46 01:45:46 #231 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:45:46 #231 DONE 0.0s 01:45:46 01:45:46 #232 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:45:47 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.5s 01:45:47 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s 01:45:47 #232 DONE 0.2s 01:45:47 01:45:47 #233 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:45:47 #233 DONE 0.0s 01:45:47 01:45:47 #234 [security-proxy-auth] exporting to image 01:45:47 #234 exporting layers 0.6s done 01:45:47 #234 writing image sha256:83cc02c574f500cb6f6930a1adf9cb33fc5f9eeb28e26c5d0a337886e91f0e67 done 01:45:47 #234 naming to docker.io/library/security-proxy-auth done 01:45:47 #234 DONE 0.6s 01:45:47 01:45:47 #235 [support-notifications] exporting to image 01:45:47 #235 exporting layers 0.1s done 01:45:47 #235 writing image sha256:04e35d8fb6808512ccbb6c22638eab39bc2af65520f9739c346235616ea80b6d done 01:45:47 #235 naming to docker.io/library/support-notifications done 01:45:47 #235 DONE 0.2s 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 time="2025-07-08T01:42:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:45:47 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s 01:45:47 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.7s 01:45:47 #43 ... 01:45:47 01:45:47 #48 [core-common-config-bootstrapper internal] load build context 01:45:47 #48 transferring context: 3.23MB 3.8s done 01:45:47 #48 DONE 5.9s 01:45:47 01:45:47 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:47 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s done 01:45:47 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s 01:45:47 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [Pipeline] } 01:45:47 $ docker stop --time=1 257475da83561779cc20fb401c4516638cefc3e8de5add93a537e84516111876 01:45:47 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 01:45:47 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s done 01:45:47 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 01:45:47 #43 ... 01:45:47 01:45:47 #49 [security-proxy-setup internal] load build context 01:45:47 #49 transferring context: 3.23MB 3.7s done 01:45:47 #49 DONE 6.2s 01:45:47 01:45:47 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:47 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s done 01:45:47 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.2s done 01:45:48 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.6s 01:45:48 #43 ... 01:45:48 01:45:48 #50 [core-metadata internal] load build context 01:45:48 #50 transferring context: 3.23MB 3.9s done 01:45:48 #50 DONE 6.6s 01:45:48 01:45:48 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:48 $ docker rm -f --volumes 257475da83561779cc20fb401c4516638cefc3e8de5add93a537e84516111876 [Pipeline] // withDockerContainer [Pipeline] sh 01:45:49 + docker images 01:45:49 REPOSITORY TAG IMAGE ID CREATED SIZE 01:45:49 core-data latest 4244dceabde4 2 seconds ago 33MB 01:45:49 support-notifications latest 04e35d8fb680 2 seconds ago 52.3MB 01:45:49 security-proxy-auth latest 83cc02c574f5 2 seconds ago 31.9MB 01:45:49 support-scheduler latest debed6a49717 2 seconds ago 48.7MB 01:45:49 core-metadata latest b5425753e567 3 seconds ago 33.2MB 01:45:49 security-proxy-setup latest e6f679b4f097 4 seconds ago 38.6MB 01:45:49 security-secretstore-setup latest d08108ee181b 4 seconds ago 68.9MB 01:45:49 security-spiffe-token-provider latest 745f205946be 5 seconds ago 47.5MB 01:45:49 core-keeper latest f97cc276b227 5 seconds ago 32.6MB 01:45:49 core-command latest 249fc36f29e2 5 seconds ago 28.5MB 01:45:49 security-bootstrapper latest 8337bf6d64d0 About a minute ago 20.4MB 01:45:49 core-common-config-bootstrapper latest 1818999f8627 About a minute ago 17.1MB 01:45:49 security-spire-server latest 2cde28ebe929 3 minutes ago 149MB 01:45:49 security-spire-agent latest ae4fcb46e20b 3 minutes ago 195MB 01:45:49 security-spire-config latest e0e4c36003aa 3 minutes ago 149MB 01:45:49 ci-base-image-x86_64 latest 3ab48a1195a3 6 minutes ago 924MB 01:45:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 weeks ago 574MB 01:45:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 weeks ago 573MB 01:45:49 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:45:49 provisioning config files... 01:45:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/870@tmp/config7784693781062056795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:49 ---> ****-login.sh 01:45:49 nexus3.edgexfoundry.org:10001 01:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:49 Login Succeeded 01:45:49 nexus3.edgexfoundry.org:10002 01:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:49 Login Succeeded 01:45:49 nexus3.edgexfoundry.org:10003 01:45:49 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.8s 01:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:49 Login Succeeded 01:45:49 nexus3.edgexfoundry.org:10004 01:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:49 Login Succeeded 01:45:49 ****.io 01:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:50 Login Succeeded 01:45:50 ---> ****-login.sh ends [Pipeline] } 01:45:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:45:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:45:50 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:45:50 32a36fca4005ab1da585d9d124dd4ff80240483c 01:45:50 latest 01:45:50 4.1.0-dev.38 01:45:50 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:45:50 main 01:45:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:50 #43 ... 01:45:50 01:45:50 #51 [core-command internal] load build context 01:45:50 #51 transferring context: 3.23MB 4.2s done 01:45:50 #51 DONE 7.9s 01:45:50 01:45:50 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.8s 01:45:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:50 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:45:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.4s 01:45:50 #43 ... 01:45:50 01:45:50 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:45:50 #0 6.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:50 #0 7.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:45:50 + docker push nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c 01:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:45:50 2f8ddae7e92e: Preparing 01:45:50 e83aa856c6b0: Preparing 01:45:50 969495162eee: Preparing 01:45:50 f03c6cb89763: Preparing 01:45:50 1c1b184f11b8: Preparing 01:45:50 0a26e66b8757: Preparing 01:45:50 994456c4fd7b: Preparing 01:45:50 0a26e66b8757: Waiting 01:45:50 994456c4fd7b: Waiting 01:45:50 2f8ddae7e92e: Pushed 01:45:50 1c1b184f11b8: Pushed 01:45:50 969495162eee: Pushed 01:45:50 f03c6cb89763: Pushed 01:45:50 994456c4fd7b: Layer already exists 01:45:51 0a26e66b8757: Pushed 01:45:51 #52 ... 01:45:51 01:45:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:51 #43 ... 01:45:51 01:45:51 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:45:51 #0 8.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:51 #0 9.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:45:51 #53 ... 01:45:51 01:45:51 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:45:51 #52 10.40 (1/1) Installing dumb-init (1.2.5-r3) 01:45:51 #52 10.41 Executing busybox-1.36.1-r29.trigger 01:45:51 #52 ... 01:45:51 01:45:51 #54 [security-spire-config internal] load build context 01:45:51 #54 transferring context: 22.05kB 0.3s done 01:45:51 #54 DONE 7.3s 01:45:51 01:45:51 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:45:51 #52 10.47 OK: 9 MiB in 15 packages 01:45:51 #52 ... 01:45:51 01:45:51 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:51 #55 ... 01:45:51 01:45:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:51 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.9s 01:45:51 #43 ... 01:45:51 01:45:51 #56 [security-spire-agent internal] load build context 01:45:51 #56 transferring context: 23.33kB 0.3s done 01:45:51 #56 DONE 6.6s 01:45:51 01:45:51 #37 [security-spiffe-token-provider internal] load build context 01:45:51 #37 transferring context: 3.23MB 5.2s done 01:45:51 #37 DONE 9.2s 01:45:51 01:45:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:51 #43 ... 01:45:51 01:45:51 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:51 #55 DONE 10.5s 01:45:51 01:45:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:51 #43 ... 01:45:51 01:45:51 #57 [security-bootstrapper internal] load build context 01:45:51 #57 transferring context: 3.23MB 5.8s done 01:45:51 #57 DONE 8.5s 01:45:51 01:45:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:51 #43 ... 01:45:51 01:45:51 #58 [security-spire-server internal] load build context 01:45:51 #58 transferring context: 23.80kB 0.1s done 01:45:51 #58 DONE 8.0s 01:45:51 01:45:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:52 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.12MB / 33.17MB 5.6s 01:45:52 #43 ... 01:45:52 01:45:52 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:45:52 #0 9.296 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:52 #59 ... 01:45:52 01:45:52 #60 [security-proxy-auth internal] load build context 01:45:52 #60 transferring context: 3.23MB 5.8s done 01:45:52 #60 DONE 9.7s 01:45:52 01:45:52 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:52 #43 ... 01:45:52 01:45:52 #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:45:52 #34 ... 01:45:52 01:45:52 #36 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:45:52 #36 8.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:52 #36 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:45:52 #36 ... 01:45:52 01:45:52 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:52 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.16MB / 33.17MB 6.3s 01:45:52 #43 ... 01:45:52 01:45:52 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:45:52 #0 9.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:53 #61 ... 01:45:53 01:45:53 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:45:53 #52 DONE 12.3s 01:45:53 01:45:53 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:53 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 7.1s 01:45:53 e83aa856c6b0: Pushed 01:45:53 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:53 #43 ... 01:45:53 01:45:53 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:45:53 #62 ... 01:45:53 01:45:53 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:54 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.59MB / 33.17MB 7.4s 01:45:54 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 01:45:54 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 01:45:54 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:45:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:45:54 2f8ddae7e92e: Preparing 01:45:54 e83aa856c6b0: Preparing 01:45:54 969495162eee: Preparing 01:45:54 f03c6cb89763: Preparing 01:45:54 1c1b184f11b8: Preparing 01:45:54 0a26e66b8757: Preparing 01:45:54 994456c4fd7b: Preparing 01:45:54 994456c4fd7b: Waiting 01:45:54 1c1b184f11b8: Layer already exists 01:45:54 e83aa856c6b0: Layer already exists 01:45:54 969495162eee: Layer already exists 01:45:54 2f8ddae7e92e: Layer already exists 01:45:54 f03c6cb89763: Layer already exists 01:45:54 994456c4fd7b: Layer already exists 01:45:54 0a26e66b8757: Layer already exists 01:45:54 latest: digest: sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:54 #43 ... 01:45:54 01:45:54 #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:45:54 #34 DONE 14.5s 01:45:54 01:45:54 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:54 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.77MB / 33.17MB 7.9s 01:45:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:54 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 01:45:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:45:54 2f8ddae7e92e: Preparing 01:45:54 e83aa856c6b0: Preparing 01:45:54 969495162eee: Preparing 01:45:54 f03c6cb89763: Preparing 01:45:54 1c1b184f11b8: Preparing 01:45:54 0a26e66b8757: Preparing 01:45:54 994456c4fd7b: Preparing 01:45:54 0a26e66b8757: Waiting 01:45:54 994456c4fd7b: Waiting 01:45:54 2f8ddae7e92e: Layer already exists 01:45:54 1c1b184f11b8: Layer already exists 01:45:54 e83aa856c6b0: Layer already exists 01:45:54 969495162eee: Layer already exists 01:45:54 f03c6cb89763: Layer already exists 01:45:54 0a26e66b8757: Layer already exists 01:45:54 994456c4fd7b: Layer already exists 01:45:54 4.1.0-dev.38: digest: sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb size: 1778 [Pipeline] } 01:45:54 #43 ... 01:45:54 01:45:54 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:45:54 #0 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:54 #63 ... 01:45:54 01:45:54 #64 [core-data builder 2/7] WORKDIR /edgex-go 01:45:54 #64 DONE 1.0s 01:45:54 01:45:54 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:45:54 #65 ... 01:45:54 01:45:54 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:55 #66 ... 01:45:55 01:45:55 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:45:55 #46 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.5s done 01:45:55 #46 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:45:55 #46 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:45:55 #46 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:45:55 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:45:55 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 01:45:55 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 01:45:55 #46 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.1s done 01:45:55 #46 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.7s done 01:45:55 #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:45:55 #46 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:45:55 #46 ... 01:45:55 01:45:55 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:45:55 #62 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:55 #62 ... 01:45:55 01:45:55 #41 [security-secretstore-setup internal] load build context 01:45:55 #41 transferring context: 3.23MB 3.9s done 01:45:55 #41 DONE 11.9s 01:45:55 + docker push nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:45:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:45:55 2f8ddae7e92e: Preparing 01:45:55 e83aa856c6b0: Preparing 01:45:55 969495162eee: Preparing 01:45:55 f03c6cb89763: Preparing 01:45:55 1c1b184f11b8: Preparing 01:45:55 0a26e66b8757: Preparing 01:45:55 994456c4fd7b: Preparing 01:45:55 0a26e66b8757: Waiting 01:45:55 994456c4fd7b: Waiting 01:45:55 969495162eee: Layer already exists 01:45:55 1c1b184f11b8: Layer already exists 01:45:55 f03c6cb89763: Layer already exists 01:45:55 2f8ddae7e92e: Layer already exists 01:45:55 e83aa856c6b0: Layer already exists 01:45:55 994456c4fd7b: Layer already exists 01:45:55 0a26e66b8757: Layer already exists 01:45:55 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:55 01:45:55 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:55 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 9.0s 01:45:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:55 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 9.5s 01:45:56 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:45:56 2f8ddae7e92e: Preparing 01:45:56 e83aa856c6b0: Preparing 01:45:56 969495162eee: Preparing 01:45:56 f03c6cb89763: Preparing 01:45:56 1c1b184f11b8: Preparing 01:45:56 0a26e66b8757: Preparing 01:45:56 994456c4fd7b: Preparing 01:45:56 0a26e66b8757: Waiting 01:45:56 994456c4fd7b: Waiting 01:45:56 f03c6cb89763: Layer already exists 01:45:56 969495162eee: Layer already exists 01:45:56 e83aa856c6b0: Layer already exists 01:45:56 1c1b184f11b8: Layer already exists 01:45:56 2f8ddae7e92e: Layer already exists 01:45:56 994456c4fd7b: Layer already exists 01:45:56 0a26e66b8757: Layer already exists 01:45:56 main: digest: sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:45:56 ===================================================== [Pipeline] echo 01:45:56 taggedImages: 01:45:56 - nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c 01:45:56 - nexus3.edgexfoundry.org:10004/core-command:latest 01:45:56 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 01:45:56 - nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:45:56 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:45:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:45:56 32a36fca4005ab1da585d9d124dd4ff80240483c 01:45:56 latest 01:45:56 4.1.0-dev.38 01:45:56 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:45:56 main 01:45:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:56 #43 ... 01:45:56 01:45:56 #35 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:45:56 #35 6.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:45:56 #35 7.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:45:56 #35 11.00 (1/3) Installing ca-certificates (20241121-r1) 01:45:56 #35 11.39 (2/3) Installing dumb-init (1.2.5-r3) 01:45:56 #35 11.46 (3/3) Installing tzdata (2025b-r0) 01:45:56 #35 12.34 Executing busybox-1.36.1-r29.trigger 01:45:56 #35 12.40 Executing ca-certificates-20241121-r1.trigger 01:45:56 #35 13.68 OK: 11 MiB in 17 packages 01:45:56 #35 DONE 15.4s 01:45:56 01:45:56 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:45:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:45:56 63b52a4ddf3e: Preparing 01:45:56 9cfb7f384bbb: Preparing 01:45:56 199cef05697f: Preparing 01:45:56 9f3856a88182: Preparing 01:45:56 969495162eee: Preparing 01:45:56 f03c6cb89763: Preparing 01:45:56 1c1b184f11b8: Preparing 01:45:56 0a26e66b8757: Preparing 01:45:56 994456c4fd7b: Preparing 01:45:56 1c1b184f11b8: Waiting 01:45:56 0a26e66b8757: Waiting 01:45:56 994456c4fd7b: Waiting 01:45:56 f03c6cb89763: Waiting 01:45:56 969495162eee: Layer already exists 01:45:56 f03c6cb89763: Layer already exists 01:45:56 1c1b184f11b8: Layer already exists 01:45:56 0a26e66b8757: Layer already exists 01:45:56 199cef05697f: Pushed 01:45:56 994456c4fd7b: Layer already exists 01:45:56 9cfb7f384bbb: Pushed 01:45:56 63b52a4ddf3e: Pushed 01:45:57 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 10.5s 01:45:57 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 11.3s 01:45:58 9f3856a88182: Pushed 01:45:58 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:58 + 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:45:58 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.1s 01:45:58 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.4s done 01:45:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:45:58 63b52a4ddf3e: Preparing 01:45:58 9cfb7f384bbb: Preparing 01:45:58 199cef05697f: Preparing 01:45:58 9f3856a88182: Preparing 01:45:58 969495162eee: Preparing 01:45:58 f03c6cb89763: Preparing 01:45:58 1c1b184f11b8: Preparing 01:45:58 f03c6cb89763: Waiting 01:45:58 0a26e66b8757: Preparing 01:45:58 994456c4fd7b: Preparing 01:45:58 1c1b184f11b8: Waiting 01:45:58 0a26e66b8757: Waiting 01:45:58 994456c4fd7b: Waiting 01:45:58 9f3856a88182: Layer already exists 01:45:58 969495162eee: Layer already exists 01:45:58 9cfb7f384bbb: Layer already exists 01:45:58 63b52a4ddf3e: Layer already exists 01:45:58 199cef05697f: Layer already exists 01:45:58 f03c6cb89763: Layer already exists 01:45:58 1c1b184f11b8: Layer already exists 01:45:58 994456c4fd7b: Layer already exists 01:45:58 0a26e66b8757: Layer already exists 01:45:58 latest: digest: sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:59 #43 ... 01:45:59 01:45:59 #36 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:45:59 #36 15.07 (1/1) Installing dumb-init (1.2.5-r3) 01:45:59 #36 15.09 Executing busybox-1.36.1-r29.trigger 01:45:59 #36 15.34 OK: 9 MiB in 15 packages 01:45:59 #36 DONE 17.0s 01:45:59 01:45:59 #67 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:45:59 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 01:45:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:45:59 63b52a4ddf3e: Preparing 01:45:59 9cfb7f384bbb: Preparing 01:45:59 199cef05697f: Preparing 01:45:59 9f3856a88182: Preparing 01:45:59 969495162eee: Preparing 01:45:59 f03c6cb89763: Preparing 01:45:59 1c1b184f11b8: Preparing 01:45:59 0a26e66b8757: Preparing 01:45:59 994456c4fd7b: Preparing 01:45:59 f03c6cb89763: Waiting 01:45:59 1c1b184f11b8: Waiting 01:45:59 0a26e66b8757: Waiting 01:45:59 994456c4fd7b: Waiting 01:45:59 9f3856a88182: Layer already exists 01:45:59 9cfb7f384bbb: Layer already exists 01:45:59 63b52a4ddf3e: Layer already exists 01:45:59 969495162eee: Layer already exists 01:45:59 199cef05697f: Layer already exists 01:45:59 0a26e66b8757: Layer already exists 01:45:59 1c1b184f11b8: Layer already exists 01:45:59 994456c4fd7b: Layer already exists 01:45:59 f03c6cb89763: Layer already exists 01:45:59 4.1.0-dev.38: digest: sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:00 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:46:00 63b52a4ddf3e: Preparing 01:46:00 9cfb7f384bbb: Preparing 01:46:00 199cef05697f: Preparing 01:46:00 9f3856a88182: Preparing 01:46:00 969495162eee: Preparing 01:46:00 f03c6cb89763: Preparing 01:46:00 1c1b184f11b8: Preparing 01:46:00 0a26e66b8757: Preparing 01:46:00 994456c4fd7b: Preparing 01:46:00 1c1b184f11b8: Waiting 01:46:00 0a26e66b8757: Waiting 01:46:00 994456c4fd7b: Waiting 01:46:00 f03c6cb89763: Waiting 01:46:00 199cef05697f: Layer already exists 01:46:00 969495162eee: Layer already exists 01:46:00 9f3856a88182: Layer already exists 01:46:00 63b52a4ddf3e: Layer already exists 01:46:00 9cfb7f384bbb: Layer already exists 01:46:00 1c1b184f11b8: Layer already exists 01:46:00 0a26e66b8757: Layer already exists 01:46:00 f03c6cb89763: Layer already exists 01:46:00 994456c4fd7b: Layer already exists 01:46:00 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:00 + 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:46:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:46:01 63b52a4ddf3e: Preparing 01:46:01 9cfb7f384bbb: Preparing 01:46:01 199cef05697f: Preparing 01:46:01 9f3856a88182: Preparing 01:46:01 969495162eee: Preparing 01:46:01 f03c6cb89763: Preparing 01:46:01 1c1b184f11b8: Preparing 01:46:01 0a26e66b8757: Preparing 01:46:01 994456c4fd7b: Preparing 01:46:01 1c1b184f11b8: Waiting 01:46:01 0a26e66b8757: Waiting 01:46:01 994456c4fd7b: Waiting 01:46:01 f03c6cb89763: Waiting 01:46:01 63b52a4ddf3e: Layer already exists 01:46:01 9cfb7f384bbb: Layer already exists 01:46:01 9f3856a88182: Layer already exists 01:46:01 199cef05697f: Layer already exists 01:46:01 969495162eee: Layer already exists 01:46:01 0a26e66b8757: Layer already exists 01:46:01 1c1b184f11b8: Layer already exists 01:46:01 f03c6cb89763: Layer already exists 01:46:01 994456c4fd7b: Layer already exists 01:46:01 main: digest: sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:01 ===================================================== 01:46:01 #67 ... 01:46:01 01:46:01 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:46:01 #53 15.27 (1/7) Installing ca-certificates (20241121-r1) 01:46:01 #53 15.71 (2/7) Installing dumb-init (1.2.5-r3) 01:46:01 #53 15.76 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:46:01 #53 15.77 (4/7) Installing libsodium (1.0.19-r0) 01:46:01 #53 15.84 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:46:01 #53 16.20 (6/7) Installing libzmq (4.3.5-r2) 01:46:01 #53 16.20 (7/7) Installing zeromq (4.3.5-r2) 01:46:01 #53 16.31 Executing busybox-1.36.1-r29.trigger 01:46:01 #53 16.43 Executing ca-certificates-20241121-r1.trigger 01:46:01 #53 17.78 OK: 14 MiB in 21 packages 01:46:01 #53 DONE 19.9s 01:46:01 01:46:01 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [Pipeline] echo 01:46:01 taggedImages: 01:46:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:46:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 01:46:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:46:01 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:46:01 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:01 latest 01:46:01 4.1.0-dev.38 01:46:01 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:01 main 01:46:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:01 #68 ... 01:46:01 01:46:01 #69 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:46:01 + docker push nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:46:01 b52a26d67dcd: Preparing 01:46:01 6e86959c2544: Preparing 01:46:01 969495162eee: Preparing 01:46:01 f03c6cb89763: Preparing 01:46:01 4ad3c2069a7e: Preparing 01:46:01 25a9a181fe10: Preparing 01:46:01 994456c4fd7b: Preparing 01:46:01 25a9a181fe10: Waiting 01:46:01 969495162eee: Layer already exists 01:46:01 f03c6cb89763: Layer already exists 01:46:01 994456c4fd7b: Layer already exists 01:46:01 4ad3c2069a7e: Pushed 01:46:01 b52a26d67dcd: Pushed 01:46:01 25a9a181fe10: Pushed 01:46:02 #69 ... 01:46:02 01:46:02 #45 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:46:02 #45 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:02 #45 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:02 #45 ... 01:46:02 01:46:02 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:46:02 #59 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:02 #59 17.32 (1/4) Installing dumb-init (1.2.5-r3) 01:46:02 #59 17.39 (2/4) Installing openssl (3.3.3-r0) 01:46:02 #59 17.52 (3/4) Installing su-exec (0.2-r3) 01:46:02 #59 17.52 (4/4) Installing yq-go (4.44.1-r2) 01:46:02 #59 18.78 Executing busybox-1.36.1-r29.trigger 01:46:02 #59 18.92 OK: 20 MiB in 18 packages 01:46:02 #59 DONE 20.4s 01:46:02 01:46:02 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:46:03 #70 ... 01:46:03 01:46:03 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:46:03 #61 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:03 #61 16.35 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:46:03 #61 16.35 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:46:03 #61 16.35 OK: 24049 distinct packages available 01:46:03 #61 18.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:03 #61 19.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:03 #61 ... 01:46:03 01:46:03 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:46:03 #71 ... 01:46:03 01:46:03 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:46:03 #46 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.9s 01:46:04 #46 ... 01:46:04 01:46:04 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:04 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 01:46:04 #43 ... 01:46:04 01:46:04 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:46:05 #72 ... 01:46:05 01:46:05 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:05 #73 ... 01:46:05 01:46:05 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:46:05 6e86959c2544: Pushed 01:46:05 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:05 #74 ... 01:46:05 01:46:05 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:46:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:05 #75 ... 01:46:05 01:46:05 #76 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:46:05 #76 ... 01:46:05 01:46:05 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:46:05 #62 13.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:05 #62 19.79 (1/2) Installing dumb-init (1.2.5-r3) 01:46:05 #62 19.85 (2/2) Installing su-exec (0.2-r3) 01:46:05 #62 19.85 Executing busybox-1.36.1-r29.trigger 01:46:05 #62 19.95 OK: 9 MiB in 16 packages 01:46:05 #62 DONE 21.9s 01:46:05 01:46:05 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:46:05 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:46:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:46:05 b52a26d67dcd: Preparing 01:46:05 6e86959c2544: Preparing 01:46:05 969495162eee: Preparing 01:46:05 f03c6cb89763: Preparing 01:46:05 4ad3c2069a7e: Preparing 01:46:05 25a9a181fe10: Preparing 01:46:05 994456c4fd7b: Preparing 01:46:05 25a9a181fe10: Waiting 01:46:05 4ad3c2069a7e: Layer already exists 01:46:05 b52a26d67dcd: Layer already exists 01:46:05 f03c6cb89763: Layer already exists 01:46:05 969495162eee: Layer already exists 01:46:05 6e86959c2544: Layer already exists 01:46:05 25a9a181fe10: Layer already exists 01:46:05 994456c4fd7b: Layer already exists 01:46:05 latest: digest: sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:06 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 01:46:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:46:06 b52a26d67dcd: Preparing 01:46:06 6e86959c2544: Preparing 01:46:06 969495162eee: Preparing 01:46:06 f03c6cb89763: Preparing 01:46:06 4ad3c2069a7e: Preparing 01:46:06 25a9a181fe10: Preparing 01:46:06 994456c4fd7b: Preparing 01:46:06 25a9a181fe10: Waiting 01:46:06 994456c4fd7b: Waiting 01:46:06 969495162eee: Layer already exists 01:46:06 6e86959c2544: Layer already exists 01:46:06 f03c6cb89763: Layer already exists 01:46:06 4ad3c2069a7e: Layer already exists 01:46:06 b52a26d67dcd: Layer already exists 01:46:06 25a9a181fe10: Layer already exists 01:46:06 994456c4fd7b: Layer already exists 01:46:06 4.1.0-dev.38: digest: sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:46:06 #77 ... 01:46:06 01:46:06 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:46:06 #63 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:06 #63 18.06 (1/4) Installing ca-certificates (20241121-r1) 01:46:06 #63 18.33 (2/4) Installing dumb-init (1.2.5-r3) 01:46:06 #63 18.33 (3/4) Installing su-exec (0.2-r3) 01:46:06 #63 18.35 (4/4) Installing yq-go (4.44.1-r2) 01:46:06 #63 18.85 Executing busybox-1.36.1-r29.trigger 01:46:06 #63 18.97 Executing ca-certificates-20241121-r1.trigger 01:46:06 #63 19.87 OK: 20 MiB in 18 packages 01:46:06 #63 DONE 21.6s 01:46:06 01:46:06 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:06 #43 ... 01:46:06 01:46:06 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:46:06 #65 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:06 #65 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:06 #65 19.72 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:46:06 #65 19.72 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:46:06 #65 19.72 OK: 24049 distinct packages available 01:46:06 #65 20.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:06 #65 21.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 01:46:06 #65 ... 01:46:06 01:46:06 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:46:06 #78 ... 01:46:06 01:46:06 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:07 + docker push nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:46:07 b52a26d67dcd: Preparing 01:46:07 6e86959c2544: Preparing 01:46:07 969495162eee: Preparing 01:46:07 f03c6cb89763: Preparing 01:46:07 4ad3c2069a7e: Preparing 01:46:07 25a9a181fe10: Preparing 01:46:07 994456c4fd7b: Preparing 01:46:07 25a9a181fe10: Waiting 01:46:07 994456c4fd7b: Waiting 01:46:07 969495162eee: Layer already exists 01:46:07 f03c6cb89763: Layer already exists 01:46:07 4ad3c2069a7e: Layer already exists 01:46:07 6e86959c2544: Layer already exists 01:46:07 b52a26d67dcd: Layer already exists 01:46:07 25a9a181fe10: Layer already exists 01:46:07 994456c4fd7b: Layer already exists 01:46:07 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:07 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:46:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:46:07 b52a26d67dcd: Preparing 01:46:07 6e86959c2544: Preparing 01:46:07 969495162eee: Preparing 01:46:07 f03c6cb89763: Preparing 01:46:07 4ad3c2069a7e: Preparing 01:46:07 25a9a181fe10: Preparing 01:46:07 994456c4fd7b: Preparing 01:46:07 994456c4fd7b: Waiting 01:46:07 25a9a181fe10: Waiting 01:46:07 4ad3c2069a7e: Layer already exists 01:46:07 6e86959c2544: Layer already exists 01:46:07 b52a26d67dcd: Layer already exists 01:46:07 969495162eee: Layer already exists 01:46:07 f03c6cb89763: Layer already exists 01:46:07 25a9a181fe10: Layer already exists 01:46:07 994456c4fd7b: Layer already exists 01:46:07 main: digest: sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:07 ===================================================== [Pipeline] echo 01:46:07 taggedImages: 01:46:07 - nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:07 - nexus3.edgexfoundry.org:10004/core-data:latest 01:46:07 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 01:46:07 - nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:07 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:46:07 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:46:07 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:07 latest 01:46:07 4.1.0-dev.38 01:46:07 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:07 main 01:46:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:08 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:46:08 795d983f7930: Preparing 01:46:08 43ff8e704e00: Preparing 01:46:08 f03c6cb89763: Preparing 01:46:08 0e34905ba6e9: Preparing 01:46:08 853f6f17098b: Preparing 01:46:08 994456c4fd7b: Preparing 01:46:08 994456c4fd7b: Waiting 01:46:08 f03c6cb89763: Layer already exists 01:46:08 994456c4fd7b: Layer already exists 01:46:08 853f6f17098b: Pushed 01:46:08 795d983f7930: Pushed 01:46:08 0e34905ba6e9: Pushed 01:46:09 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.2s 01:46:09 #43 ... 01:46:09 01:46:09 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:09 #73 DONE 14.5s 01:46:09 01:46:09 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:46:09 #61 25.06 (1/14) Installing ca-certificates (20241121-r1) 01:46:09 #61 25.41 (2/14) Installing brotli-libs (1.1.0-r2) 01:46:09 #61 25.60 (3/14) Installing c-ares (1.33.1-r0) 01:46:09 #61 25.62 (4/14) Installing libunistring (1.2-r0) 01:46:09 #61 25.89 (5/14) Installing libidn2 (2.3.7-r0) 01:46:09 #61 25.94 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:46:09 #61 25.98 (7/14) Installing libpsl (0.21.5-r1) 01:46:09 #61 26.03 (8/14) Installing zstd-libs (1.5.6-r0) 01:46:09 #61 26.18 (9/14) Installing libcurl (8.12.1-r0) 01:46:09 #61 26.31 (10/14) Installing curl (8.12.1-r0) 01:46:09 #61 26.41 (11/14) Installing dumb-init (1.2.5-r3) 01:46:09 #61 26.45 (12/14) Installing musl-obstack (1.2.3-r2) 01:46:09 #61 26.48 (13/14) Installing libucontext (1.2-r3) 01:46:09 #61 26.58 (14/14) Installing gcompat (1.1.0-r4) 01:46:09 #61 26.72 Executing busybox-1.36.1-r29.trigger 01:46:09 #61 26.91 Executing ca-certificates-20241121-r1.trigger 01:46:11 43ff8e704e00: Pushed 01:46:11 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:11 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:11 #61 28.82 OK: 15 MiB in 28 packages 01:46:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:46:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:46:11 795d983f7930: Preparing 01:46:11 43ff8e704e00: Preparing 01:46:11 f03c6cb89763: Preparing 01:46:11 0e34905ba6e9: Preparing 01:46:11 853f6f17098b: Preparing 01:46:11 994456c4fd7b: Preparing 01:46:11 994456c4fd7b: Waiting 01:46:11 853f6f17098b: Layer already exists 01:46:11 43ff8e704e00: Layer already exists 01:46:11 0e34905ba6e9: Layer already exists 01:46:11 795d983f7930: Layer already exists 01:46:11 f03c6cb89763: Layer already exists 01:46:11 994456c4fd7b: Layer already exists 01:46:11 latest: digest: sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:12 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 01:46:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:46:12 795d983f7930: Preparing 01:46:12 43ff8e704e00: Preparing 01:46:12 f03c6cb89763: Preparing 01:46:12 0e34905ba6e9: Preparing 01:46:12 853f6f17098b: Preparing 01:46:12 994456c4fd7b: Preparing 01:46:12 994456c4fd7b: Waiting 01:46:12 f03c6cb89763: Layer already exists 01:46:12 43ff8e704e00: Layer already exists 01:46:12 853f6f17098b: Layer already exists 01:46:12 0e34905ba6e9: Layer already exists 01:46:12 795d983f7930: Layer already exists 01:46:12 994456c4fd7b: Layer already exists 01:46:12 4.1.0-dev.38: digest: sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:12 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:46:13 795d983f7930: Preparing 01:46:13 43ff8e704e00: Preparing 01:46:13 f03c6cb89763: Preparing 01:46:13 0e34905ba6e9: Preparing 01:46:13 853f6f17098b: Preparing 01:46:13 994456c4fd7b: Preparing 01:46:13 994456c4fd7b: Waiting 01:46:13 43ff8e704e00: Layer already exists 01:46:13 0e34905ba6e9: Layer already exists 01:46:13 f03c6cb89763: Layer already exists 01:46:13 853f6f17098b: Layer already exists 01:46:13 795d983f7930: Layer already exists 01:46:13 994456c4fd7b: Layer already exists 01:46:13 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:13 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:13 #61 ... 01:46:13 01:46:13 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:46:13 795d983f7930: Preparing 01:46:13 43ff8e704e00: Preparing 01:46:13 f03c6cb89763: Preparing 01:46:13 0e34905ba6e9: Preparing 01:46:13 853f6f17098b: Preparing 01:46:13 994456c4fd7b: Preparing 01:46:13 994456c4fd7b: Waiting 01:46:13 795d983f7930: Layer already exists 01:46:13 0e34905ba6e9: Layer already exists 01:46:13 853f6f17098b: Layer already exists 01:46:13 43ff8e704e00: Layer already exists 01:46:13 f03c6cb89763: Layer already exists 01:46:13 994456c4fd7b: Layer already exists 01:46:13 main: digest: sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:13 ===================================================== [Pipeline] echo 01:46:14 taggedImages: 01:46:14 - nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:14 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:46:14 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 01:46:14 - nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:14 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:46:14 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:46:14 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:14 latest 01:46:14 4.1.0-dev.38 01:46:14 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:14 main 01:46:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:14 #43 ... 01:46:14 01:46:14 #69 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:46:14 #69 12.34 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:14 #69 13.83 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:14 #69 ... 01:46:14 01:46:14 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:14 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.3s 01:46:14 #43 ... 01:46:14 01:46:14 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:46:14 #71 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:14 #71 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:14 #71 19.90 OK: 9 MiB in 15 packages 01:46:14 #71 ... 01:46:14 01:46:14 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:46:14 #61 DONE 31.6s 01:46:14 01:46:14 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:46:14 #46 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.8s done 01:46:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:46:14 af3e4968ada7: Preparing 01:46:14 9dbcc602064b: Preparing 01:46:14 cba30c637789: Preparing 01:46:14 969495162eee: Preparing 01:46:14 f03c6cb89763: Preparing 01:46:14 1c1b184f11b8: Preparing 01:46:14 0a26e66b8757: Preparing 01:46:14 994456c4fd7b: Preparing 01:46:14 0a26e66b8757: Waiting 01:46:14 1c1b184f11b8: Waiting 01:46:14 994456c4fd7b: Waiting 01:46:14 969495162eee: Layer already exists 01:46:14 f03c6cb89763: Layer already exists 01:46:14 1c1b184f11b8: Layer already exists 01:46:14 0a26e66b8757: Layer already exists 01:46:14 994456c4fd7b: Layer already exists 01:46:14 9dbcc602064b: Pushed 01:46:14 af3e4968ada7: Pushed 01:46:14 #46 ... 01:46:14 01:46:14 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:16 #43 ... 01:46:16 01:46:16 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:46:16 #0 6.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:16 #0 9.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:16 #79 ... 01:46:16 01:46:16 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:46:16 #65 31.58 (1/4) Installing dumb-init (1.2.5-r3) 01:46:16 #65 31.69 (2/4) Installing musl-obstack (1.2.3-r2) 01:46:16 #65 31.71 (3/4) Installing libucontext (1.2-r3) 01:46:16 #65 31.72 (4/4) Installing gcompat (1.1.0-r4) 01:46:16 #65 31.78 Executing busybox-1.36.1-r29.trigger 01:46:16 #65 ... 01:46:16 01:46:16 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:46:16 #71 DONE 23.0s 01:46:16 01:46:16 #69 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:46:16 #69 24.28 (1/1) Installing dumb-init (1.2.5-r3) 01:46:16 #69 25.25 Executing busybox-1.36.1-r29.trigger 01:46:16 #69 ... 01:46:16 01:46:16 #45 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:46:16 #45 22.07 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:46:16 #45 22.07 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:46:16 #45 22.07 OK: 24049 distinct packages available 01:46:16 #45 22.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:16 #45 24.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:17 #45 ... 01:46:17 01:46:17 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:17 #43 ... 01:46:17 01:46:17 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:46:17 #66 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:17 #66 14.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:17 #66 ... 01:46:17 01:46:17 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:17 #43 ... 01:46:17 01:46:17 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:46:17 #72 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:17 #72 15.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:17 #72 ... 01:46:17 01:46:17 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:17 cba30c637789: Pushed 01:46:17 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:46:18 #43 ... 01:46:18 01:46:18 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:46:18 #65 32.07 OK: 9 MiB in 18 packages 01:46:18 #65 DONE 33.7s 01:46:18 01:46:18 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:18 #43 ... 01:46:18 01:46:18 #76 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:46:18 #76 13.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:18 #76 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 01:46:18 #76 ... 01:46:18 01:46:18 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:46:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:46:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:46:18 af3e4968ada7: Preparing 01:46:18 9dbcc602064b: Preparing 01:46:18 cba30c637789: Preparing 01:46:18 969495162eee: Preparing 01:46:18 f03c6cb89763: Preparing 01:46:18 1c1b184f11b8: Preparing 01:46:18 0a26e66b8757: Preparing 01:46:18 994456c4fd7b: Preparing 01:46:18 1c1b184f11b8: Waiting 01:46:18 0a26e66b8757: Waiting 01:46:18 994456c4fd7b: Waiting 01:46:18 cba30c637789: Layer already exists 01:46:18 9dbcc602064b: Layer already exists 01:46:18 af3e4968ada7: Layer already exists 01:46:18 969495162eee: Layer already exists 01:46:18 f03c6cb89763: Layer already exists 01:46:18 1c1b184f11b8: Layer already exists 01:46:18 0a26e66b8757: Layer already exists 01:46:18 994456c4fd7b: Layer already exists 01:46:18 latest: digest: sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:18 #80 ... 01:46:18 01:46:18 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:46:18 #74 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:18 #74 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:18 #74 ... 01:46:18 01:46:18 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 01:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:46:19 af3e4968ada7: Preparing 01:46:19 9dbcc602064b: Preparing 01:46:19 cba30c637789: Preparing 01:46:19 969495162eee: Preparing 01:46:19 f03c6cb89763: Preparing 01:46:19 1c1b184f11b8: Preparing 01:46:19 0a26e66b8757: Preparing 01:46:19 994456c4fd7b: Preparing 01:46:19 1c1b184f11b8: Waiting 01:46:19 0a26e66b8757: Waiting 01:46:19 994456c4fd7b: Waiting 01:46:19 9dbcc602064b: Layer already exists 01:46:19 af3e4968ada7: Layer already exists 01:46:19 f03c6cb89763: Layer already exists 01:46:19 cba30c637789: Layer already exists 01:46:19 969495162eee: Layer already exists 01:46:19 0a26e66b8757: Layer already exists 01:46:19 1c1b184f11b8: Layer already exists 01:46:19 994456c4fd7b: Layer already exists 01:46:19 4.1.0-dev.38: digest: sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:19 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.3s 01:46:19 #43 ... 01:46:19 01:46:19 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:46:19 #75 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:19 #75 17.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:19 #75 ... 01:46:19 01:46:19 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:46:19 #0 5.758 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:19 #0 8.022 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:19 #81 ... 01:46:19 01:46:19 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:19 #43 ... 01:46:19 01:46:19 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:46:19 #68 8.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:19 #68 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:46:19 af3e4968ada7: Preparing 01:46:19 9dbcc602064b: Preparing 01:46:19 cba30c637789: Preparing 01:46:19 969495162eee: Preparing 01:46:19 f03c6cb89763: Preparing 01:46:19 1c1b184f11b8: Preparing 01:46:19 0a26e66b8757: Preparing 01:46:19 994456c4fd7b: Preparing 01:46:19 1c1b184f11b8: Waiting 01:46:19 0a26e66b8757: Waiting 01:46:19 994456c4fd7b: Waiting 01:46:19 969495162eee: Layer already exists 01:46:19 f03c6cb89763: Layer already exists 01:46:19 af3e4968ada7: Layer already exists 01:46:19 cba30c637789: Layer already exists 01:46:19 9dbcc602064b: Layer already exists 01:46:19 1c1b184f11b8: Layer already exists 01:46:19 0a26e66b8757: Layer already exists 01:46:19 994456c4fd7b: Layer already exists 01:46:19 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:19 #68 ... 01:46:19 01:46:19 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:46:19 #78 13.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:19 #78 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:19 #78 ... 01:46:19 01:46:19 #69 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:46:19 #69 25.41 OK: 9 MiB in 15 packages 01:46:19 #69 DONE 28.3s 01:46:19 01:46:19 #45 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:46:19 #45 35.19 (1/5) Installing dumb-init (1.2.5-r3) 01:46:19 #45 35.21 (2/5) Installing musl-obstack (1.2.3-r2) 01:46:19 #45 35.26 (3/5) Installing libucontext (1.2-r3) 01:46:19 #45 35.29 (4/5) Installing gcompat (1.1.0-r4) 01:46:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:46:20 #45 35.34 (5/5) Installing openssl (3.3.3-r0) 01:46:20 #45 ... 01:46:20 01:46:20 #67 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:46:20 #67 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:20 #67 13.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:20 #67 ... 01:46:20 01:46:20 #45 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:46:20 #45 35.56 Executing busybox-1.36.1-r29.trigger [Pipeline] sh 01:46:20 #45 35.70 OK: 10 MiB in 19 packages 01:46:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:46:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:46:20 af3e4968ada7: Preparing 01:46:20 9dbcc602064b: Preparing 01:46:20 cba30c637789: Preparing 01:46:20 969495162eee: Preparing 01:46:20 f03c6cb89763: Preparing 01:46:20 1c1b184f11b8: Preparing 01:46:20 0a26e66b8757: Preparing 01:46:20 994456c4fd7b: Preparing 01:46:20 1c1b184f11b8: Waiting 01:46:20 0a26e66b8757: Waiting 01:46:20 994456c4fd7b: Waiting 01:46:20 f03c6cb89763: Layer already exists 01:46:20 969495162eee: Layer already exists 01:46:20 9dbcc602064b: Layer already exists 01:46:20 af3e4968ada7: Layer already exists 01:46:20 cba30c637789: Layer already exists 01:46:20 1c1b184f11b8: Layer already exists 01:46:20 994456c4fd7b: Layer already exists 01:46:20 0a26e66b8757: Layer already exists 01:46:20 main: digest: sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:20 ===================================================== [Pipeline] echo 01:46:20 taggedImages: 01:46:20 - nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:20 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:46:20 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 01:46:20 - nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:20 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:46:20 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:46:20 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:20 latest 01:46:20 4.1.0-dev.38 01:46:20 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:20 main 01:46:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:21 #45 ... 01:46:21 01:46:21 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:46:21 #66 24.58 OK: 239 MiB in 58 packages 01:46:21 #66 DONE 26.0s 01:46:21 01:46:21 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:46:21 5d6a24fba865: Preparing 01:46:21 38f2c3296c64: Preparing 01:46:21 30ab0b27ca15: Preparing 01:46:21 dec41f0e3060: Preparing 01:46:21 b60d019e332a: Preparing 01:46:21 ced36b185ee9: Preparing 01:46:21 614a9460e3fe: Preparing 01:46:21 969495162eee: Preparing 01:46:21 f03c6cb89763: Preparing 01:46:21 6af3264b11a0: Preparing 01:46:21 bf580fc651fe: Preparing 01:46:21 5f70bf18a086: Preparing 01:46:21 7e4212eeba4e: Preparing 01:46:21 9aac9bd1781e: Preparing 01:46:21 0914f2d8158f: Preparing 01:46:21 994456c4fd7b: Preparing 01:46:21 ced36b185ee9: Waiting 01:46:21 614a9460e3fe: Waiting 01:46:21 969495162eee: Waiting 01:46:21 f03c6cb89763: Waiting 01:46:21 6af3264b11a0: Waiting 01:46:21 bf580fc651fe: Waiting 01:46:21 5f70bf18a086: Waiting 01:46:21 7e4212eeba4e: Waiting 01:46:21 9aac9bd1781e: Waiting 01:46:21 0914f2d8158f: Waiting 01:46:21 994456c4fd7b: Waiting 01:46:21 dec41f0e3060: Pushed 01:46:21 30ab0b27ca15: Pushed 01:46:21 5d6a24fba865: Pushed 01:46:21 b60d019e332a: Pushed 01:46:21 38f2c3296c64: Pushed 01:46:21 969495162eee: Layer already exists 01:46:21 f03c6cb89763: Layer already exists 01:46:21 5f70bf18a086: Layer already exists 01:46:21 ced36b185ee9: Pushed 01:46:21 bf580fc651fe: Pushed 01:46:21 6af3264b11a0: Pushed 01:46:21 994456c4fd7b: Layer already exists 01:46:21 7e4212eeba4e: Pushed 01:46:21 9aac9bd1781e: Pushed 01:46:21 0914f2d8158f: Pushed 01:46:21 #43 ... 01:46:21 01:46:21 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 01:46:21 #82 DONE 0.7s 01:46:21 01:46:21 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:22 #43 ... 01:46:22 01:46:22 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:46:22 #70 9.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:22 #70 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:22 #70 ... 01:46:22 01:46:22 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:22 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.7s done 01:46:22 #43 ... 01:46:22 01:46:22 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:46:22 #77 7.275 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:22 #77 9.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:22 #77 ... 01:46:22 01:46:22 #45 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:46:22 614a9460e3fe: Pushed 01:46:22 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:23 #45 DONE 38.4s 01:46:23 01:46:23 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:46:23 #78 26.50 OK: 11 MiB in 17 packages 01:46:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:23 #78 ... 01:46:23 01:46:23 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:46:23 #72 25.91 OK: 239 MiB in 58 packages 01:46:23 #72 DONE 28.5s 01:46:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:46:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:46:23 5d6a24fba865: Preparing 01:46:23 38f2c3296c64: Preparing 01:46:23 30ab0b27ca15: Preparing 01:46:23 dec41f0e3060: Preparing 01:46:23 b60d019e332a: Preparing 01:46:23 ced36b185ee9: Preparing 01:46:23 614a9460e3fe: Preparing 01:46:23 969495162eee: Preparing 01:46:23 f03c6cb89763: Preparing 01:46:23 6af3264b11a0: Preparing 01:46:23 bf580fc651fe: Preparing 01:46:23 5f70bf18a086: Preparing 01:46:23 7e4212eeba4e: Preparing 01:46:23 ced36b185ee9: Waiting 01:46:23 9aac9bd1781e: Preparing 01:46:23 614a9460e3fe: Waiting 01:46:23 0914f2d8158f: Preparing 01:46:23 994456c4fd7b: Preparing 01:46:23 969495162eee: Waiting 01:46:23 f03c6cb89763: Waiting 01:46:23 6af3264b11a0: Waiting 01:46:23 bf580fc651fe: Waiting 01:46:23 5f70bf18a086: Waiting 01:46:23 7e4212eeba4e: Waiting 01:46:23 9aac9bd1781e: Waiting 01:46:23 0914f2d8158f: Waiting 01:46:23 994456c4fd7b: Waiting 01:46:23 38f2c3296c64: Layer already exists 01:46:23 30ab0b27ca15: Layer already exists 01:46:23 5d6a24fba865: Layer already exists 01:46:23 b60d019e332a: Layer already exists 01:46:23 dec41f0e3060: Layer already exists 01:46:23 ced36b185ee9: Layer already exists 01:46:23 f03c6cb89763: Layer already exists 01:46:23 969495162eee: Layer already exists 01:46:23 6af3264b11a0: Layer already exists 01:46:23 614a9460e3fe: Layer already exists 01:46:23 bf580fc651fe: Layer already exists 01:46:23 0914f2d8158f: Layer already exists 01:46:23 9aac9bd1781e: Layer already exists 01:46:23 5f70bf18a086: Layer already exists 01:46:23 7e4212eeba4e: Layer already exists 01:46:23 994456c4fd7b: Layer already exists 01:46:23 latest: digest: sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:23 01:46:23 #76 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:46:23 #76 25.77 OK: 239 MiB in 58 packages 01:46:23 #76 DONE 28.7s 01:46:23 01:46:23 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:46:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 01:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:46:24 5d6a24fba865: Preparing 01:46:24 38f2c3296c64: Preparing 01:46:24 30ab0b27ca15: Preparing 01:46:24 dec41f0e3060: Preparing 01:46:24 b60d019e332a: Preparing 01:46:24 ced36b185ee9: Preparing 01:46:24 614a9460e3fe: Preparing 01:46:24 969495162eee: Preparing 01:46:24 f03c6cb89763: Preparing 01:46:24 6af3264b11a0: Preparing 01:46:24 bf580fc651fe: Preparing 01:46:24 5f70bf18a086: Preparing 01:46:24 7e4212eeba4e: Preparing 01:46:24 9aac9bd1781e: Preparing 01:46:24 0914f2d8158f: Preparing 01:46:24 994456c4fd7b: Preparing 01:46:24 969495162eee: Waiting 01:46:24 f03c6cb89763: Waiting 01:46:24 6af3264b11a0: Waiting 01:46:24 bf580fc651fe: Waiting 01:46:24 5f70bf18a086: Waiting 01:46:24 7e4212eeba4e: Waiting 01:46:24 9aac9bd1781e: Waiting 01:46:24 ced36b185ee9: Waiting 01:46:24 0914f2d8158f: Waiting 01:46:24 994456c4fd7b: Waiting 01:46:24 614a9460e3fe: Waiting 01:46:24 30ab0b27ca15: Layer already exists 01:46:24 b60d019e332a: Layer already exists 01:46:24 5d6a24fba865: Layer already exists 01:46:24 38f2c3296c64: Layer already exists 01:46:24 dec41f0e3060: Layer already exists 01:46:24 f03c6cb89763: Layer already exists 01:46:24 969495162eee: Layer already exists 01:46:24 ced36b185ee9: Layer already exists 01:46:24 614a9460e3fe: Layer already exists 01:46:24 6af3264b11a0: Layer already exists 01:46:24 5f70bf18a086: Layer already exists 01:46:24 9aac9bd1781e: Layer already exists 01:46:24 bf580fc651fe: Layer already exists 01:46:24 7e4212eeba4e: Layer already exists 01:46:24 0914f2d8158f: Layer already exists 01:46:24 994456c4fd7b: Layer already exists 01:46:24 4.1.0-dev.38: digest: sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:24 #83 ... 01:46:24 01:46:24 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:24 #43 DONE 40.4s 01:46:24 01:46:24 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:46:24 #68 20.96 OK: 14 MiB in 21 packages 01:46:24 #68 DONE 23.4s 01:46:24 01:46:24 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:46:24 #75 28.94 OK: 239 MiB in 58 packages 01:46:24 #75 ... 01:46:24 01:46:24 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:46:24 #0 3.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:24 #0 6.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:46:24 5d6a24fba865: Preparing 01:46:24 38f2c3296c64: Preparing 01:46:24 30ab0b27ca15: Preparing 01:46:24 dec41f0e3060: Preparing 01:46:24 b60d019e332a: Preparing 01:46:24 ced36b185ee9: Preparing 01:46:24 614a9460e3fe: Preparing 01:46:24 969495162eee: Preparing 01:46:24 f03c6cb89763: Preparing 01:46:24 6af3264b11a0: Preparing 01:46:24 bf580fc651fe: Preparing 01:46:24 5f70bf18a086: Preparing 01:46:24 7e4212eeba4e: Preparing 01:46:24 9aac9bd1781e: Preparing 01:46:24 0914f2d8158f: Preparing 01:46:24 994456c4fd7b: Preparing 01:46:24 969495162eee: Waiting 01:46:24 f03c6cb89763: Waiting 01:46:24 6af3264b11a0: Waiting 01:46:24 bf580fc651fe: Waiting 01:46:24 5f70bf18a086: Waiting 01:46:24 7e4212eeba4e: Waiting 01:46:24 9aac9bd1781e: Waiting 01:46:24 0914f2d8158f: Waiting 01:46:24 994456c4fd7b: Waiting 01:46:24 ced36b185ee9: Waiting 01:46:24 614a9460e3fe: Waiting 01:46:24 b60d019e332a: Layer already exists 01:46:24 dec41f0e3060: Layer already exists 01:46:24 38f2c3296c64: Layer already exists 01:46:24 5d6a24fba865: Layer already exists 01:46:24 30ab0b27ca15: Layer already exists 01:46:24 ced36b185ee9: Layer already exists 01:46:24 f03c6cb89763: Layer already exists 01:46:24 6af3264b11a0: Layer already exists 01:46:24 969495162eee: Layer already exists 01:46:24 614a9460e3fe: Layer already exists 01:46:24 bf580fc651fe: Layer already exists 01:46:24 7e4212eeba4e: Layer already exists 01:46:24 9aac9bd1781e: Layer already exists 01:46:24 5f70bf18a086: Layer already exists 01:46:24 0914f2d8158f: Layer already exists 01:46:24 994456c4fd7b: Layer already exists 01:46:24 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:24 #84 ... 01:46:24 01:46:24 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:46:24 #79 18.70 OK: 20 MiB in 18 packages 01:46:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:25 #79 ... 01:46:25 01:46:25 #67 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:46:25 #67 24.64 OK: 9 MiB in 15 packages 01:46:25 #67 DONE 26.0s 01:46:25 01:46:25 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:46:25 #78 DONE 28.5s 01:46:25 01:46:25 #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:46:25 #85 DONE 1.8s 01:46:25 01:46:25 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:46:25 #70 22.70 OK: 20 MiB in 18 packages 01:46:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:46:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:46:25 5d6a24fba865: Preparing 01:46:25 38f2c3296c64: Preparing 01:46:25 30ab0b27ca15: Preparing 01:46:25 dec41f0e3060: Preparing 01:46:25 b60d019e332a: Preparing 01:46:25 ced36b185ee9: Preparing 01:46:25 614a9460e3fe: Preparing 01:46:25 969495162eee: Preparing 01:46:25 f03c6cb89763: Preparing 01:46:25 6af3264b11a0: Preparing 01:46:25 bf580fc651fe: Preparing 01:46:25 5f70bf18a086: Preparing 01:46:25 7e4212eeba4e: Preparing 01:46:25 9aac9bd1781e: Preparing 01:46:25 0914f2d8158f: Preparing 01:46:25 994456c4fd7b: Preparing 01:46:25 614a9460e3fe: Waiting 01:46:25 bf580fc651fe: Waiting 01:46:25 5f70bf18a086: Waiting 01:46:25 969495162eee: Waiting 01:46:25 7e4212eeba4e: Waiting 01:46:25 9aac9bd1781e: Waiting 01:46:25 f03c6cb89763: Waiting 01:46:25 0914f2d8158f: Waiting 01:46:25 994456c4fd7b: Waiting 01:46:25 6af3264b11a0: Waiting 01:46:25 ced36b185ee9: Waiting 01:46:25 5d6a24fba865: Layer already exists 01:46:25 dec41f0e3060: Layer already exists 01:46:25 30ab0b27ca15: Layer already exists 01:46:25 38f2c3296c64: Layer already exists 01:46:25 b60d019e332a: Layer already exists 01:46:25 ced36b185ee9: Layer already exists 01:46:25 f03c6cb89763: Layer already exists 01:46:25 969495162eee: Layer already exists 01:46:25 614a9460e3fe: Layer already exists 01:46:25 6af3264b11a0: Layer already exists 01:46:25 bf580fc651fe: Layer already exists 01:46:25 5f70bf18a086: Layer already exists 01:46:25 7e4212eeba4e: Layer already exists 01:46:25 9aac9bd1781e: Layer already exists 01:46:25 0914f2d8158f: Layer already exists 01:46:25 994456c4fd7b: Layer already exists 01:46:25 main: digest: sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 size: 3644 01:46:25 #70 ... 01:46:25 01:46:25 #86 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:46:25 #86 DONE 1.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:25 ===================================================== [Pipeline] echo 01:46:25 taggedImages: 01:46:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:46:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 01:46:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:46:25 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:46:25 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:25 latest 01:46:25 4.1.0-dev.38 01:46:25 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:25 main 01:46:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:25 01:46:25 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:46:25 #75 DONE 30.9s 01:46:25 01:46:25 #87 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:46:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:46:26 bdc1742a4523: Preparing 01:46:26 495e30d011ee: Preparing 01:46:26 1d2e4a419be8: Preparing 01:46:26 4200b1f47e3e: Preparing 01:46:26 969495162eee: Preparing 01:46:26 f03c6cb89763: Preparing 01:46:26 1c1b184f11b8: Preparing 01:46:26 0a26e66b8757: Preparing 01:46:26 994456c4fd7b: Preparing 01:46:26 1c1b184f11b8: Waiting 01:46:26 994456c4fd7b: Waiting 01:46:26 f03c6cb89763: Waiting 01:46:26 0a26e66b8757: Waiting 01:46:26 969495162eee: Layer already exists 01:46:26 f03c6cb89763: Layer already exists 01:46:26 1c1b184f11b8: Layer already exists 01:46:26 0a26e66b8757: Layer already exists 01:46:26 994456c4fd7b: Layer already exists 01:46:26 bdc1742a4523: Pushed 01:46:26 495e30d011ee: Pushed 01:46:26 1d2e4a419be8: Pushed 01:46:26 #87 ... 01:46:26 01:46:26 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:46:26 #70 DONE 24.1s 01:46:26 01:46:26 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:46:26 #79 DONE 20.5s 01:46:26 01:46:26 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:46:27 #88 ... 01:46:27 01:46:27 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:46:27 #77 20.03 OK: 9 MiB in 16 packages 01:46:27 #77 DONE 21.4s 01:46:27 01:46:27 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:46:27 #89 ... 01:46:27 01:46:27 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:46:27 #88 DONE 0.6s 01:46:27 01:46:27 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:46:27 #81 17.69 OK: 239 MiB in 58 packages 01:46:27 #81 ... 01:46:27 01:46:27 #87 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:46:27 #87 DONE 1.6s 01:46:27 01:46:27 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:27 #90 ... 01:46:27 01:46:27 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:46:27 #81 DONE 18.5s 01:46:28 01:46:28 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:46:28 4200b1f47e3e: Pushed 01:46:29 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:29 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:29 #91 DONE 1.6s 01:46:29 01:46:29 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:46:29 #84 14.04 OK: 15 MiB in 28 packages 01:46:29 #84 DONE 14.8s 01:46:29 01:46:29 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:46:29 #74 27.81 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:46:29 #74 27.81 v3.20.6-224-g408c61e840a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:46:29 #74 27.81 OK: 24049 distinct packages available 01:46:29 #74 29.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:29 #74 31.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:29 #74 ... 01:46:29 01:46:29 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:46:29 bdc1742a4523: Preparing 01:46:29 495e30d011ee: Preparing 01:46:29 1d2e4a419be8: Preparing 01:46:29 4200b1f47e3e: Preparing 01:46:29 969495162eee: Preparing 01:46:29 f03c6cb89763: Preparing 01:46:29 1c1b184f11b8: Preparing 01:46:29 0a26e66b8757: Preparing 01:46:29 f03c6cb89763: Waiting 01:46:29 1c1b184f11b8: Waiting 01:46:29 994456c4fd7b: Preparing 01:46:29 994456c4fd7b: Waiting 01:46:29 0a26e66b8757: Waiting 01:46:29 495e30d011ee: Layer already exists 01:46:29 4200b1f47e3e: Layer already exists 01:46:29 1d2e4a419be8: Layer already exists 01:46:29 bdc1742a4523: Layer already exists 01:46:29 969495162eee: Layer already exists 01:46:29 f03c6cb89763: Layer already exists 01:46:29 0a26e66b8757: Layer already exists 01:46:29 994456c4fd7b: Layer already exists 01:46:29 1c1b184f11b8: Layer already exists 01:46:29 latest: digest: sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 01:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:46:30 bdc1742a4523: Preparing 01:46:30 495e30d011ee: Preparing 01:46:30 1d2e4a419be8: Preparing 01:46:30 4200b1f47e3e: Preparing 01:46:30 969495162eee: Preparing 01:46:30 f03c6cb89763: Preparing 01:46:30 1c1b184f11b8: Preparing 01:46:30 0a26e66b8757: Preparing 01:46:30 994456c4fd7b: Preparing 01:46:30 1c1b184f11b8: Waiting 01:46:30 0a26e66b8757: Waiting 01:46:30 f03c6cb89763: Waiting 01:46:30 994456c4fd7b: Waiting 01:46:30 495e30d011ee: Layer already exists 01:46:30 4200b1f47e3e: Layer already exists 01:46:30 bdc1742a4523: Layer already exists 01:46:30 1d2e4a419be8: Layer already exists 01:46:30 969495162eee: Layer already exists 01:46:30 f03c6cb89763: Layer already exists 01:46:30 0a26e66b8757: Layer already exists 01:46:30 1c1b184f11b8: Layer already exists 01:46:30 994456c4fd7b: Layer already exists 01:46:30 4.1.0-dev.38: digest: sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:30 #92 ... 01:46:30 01:46:30 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:46:30 #74 35.36 OK: 239 MiB in 58 packages 01:46:30 #74 DONE 36.0s 01:46:30 01:46:30 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:46:30 #80 4.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:30 #80 6.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:30 #80 11.72 OK: 9 MiB in 18 packages 01:46:30 #80 DONE 12.5s 01:46:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:46:31 bdc1742a4523: Preparing 01:46:31 495e30d011ee: Preparing 01:46:31 1d2e4a419be8: Preparing 01:46:31 4200b1f47e3e: Preparing 01:46:31 969495162eee: Preparing 01:46:31 f03c6cb89763: Preparing 01:46:31 1c1b184f11b8: Preparing 01:46:31 0a26e66b8757: Preparing 01:46:31 994456c4fd7b: Preparing 01:46:31 1c1b184f11b8: Waiting 01:46:31 f03c6cb89763: Waiting 01:46:31 0a26e66b8757: Waiting 01:46:31 994456c4fd7b: Waiting 01:46:31 bdc1742a4523: Layer already exists 01:46:31 1d2e4a419be8: Layer already exists 01:46:31 4200b1f47e3e: Layer already exists 01:46:31 969495162eee: Layer already exists 01:46:31 495e30d011ee: Layer already exists 01:46:31 1c1b184f11b8: Layer already exists 01:46:31 0a26e66b8757: Layer already exists 01:46:31 994456c4fd7b: Layer already exists 01:46:31 f03c6cb89763: Layer already exists 01:46:31 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:31 01:46:31 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:46:31 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:46:31 bdc1742a4523: Preparing 01:46:31 495e30d011ee: Preparing 01:46:31 1d2e4a419be8: Preparing 01:46:31 4200b1f47e3e: Preparing 01:46:31 969495162eee: Preparing 01:46:31 f03c6cb89763: Preparing 01:46:31 1c1b184f11b8: Preparing 01:46:31 0a26e66b8757: Preparing 01:46:31 994456c4fd7b: Preparing 01:46:31 f03c6cb89763: Waiting 01:46:31 1c1b184f11b8: Waiting 01:46:31 0a26e66b8757: Waiting 01:46:31 994456c4fd7b: Waiting 01:46:31 1d2e4a419be8: Layer already exists 01:46:31 969495162eee: Layer already exists 01:46:31 bdc1742a4523: Layer already exists 01:46:31 4200b1f47e3e: Layer already exists 01:46:31 495e30d011ee: Layer already exists 01:46:31 1c1b184f11b8: Layer already exists 01:46:31 f03c6cb89763: Layer already exists 01:46:31 0a26e66b8757: Layer already exists 01:46:31 994456c4fd7b: Layer already exists 01:46:31 main: digest: sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:31 ===================================================== [Pipeline] echo 01:46:31 taggedImages: 01:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 01:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:46:31 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:46:31 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:31 latest 01:46:31 4.1.0-dev.38 01:46:31 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:31 main 01:46:31 ===================================================== 01:46:31 #93 DONE 0.9s 01:46:31 01:46:31 #94 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:31 #94 ... 01:46:31 01:46:31 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:32 #95 ... 01:46:32 01:46:32 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:46:32 a54d8ad6d477: Preparing 01:46:32 8078e5c25090: Preparing 01:46:32 65eda9355834: Preparing 01:46:32 3e5452134456: Preparing 01:46:32 938a77349ccb: Preparing 01:46:32 969495162eee: Preparing 01:46:32 f03c6cb89763: Preparing 01:46:32 d039aba8f5e0: Preparing 01:46:32 2eeab3189241: Preparing 01:46:32 4f6f985be8bd: Preparing 01:46:32 994456c4fd7b: Preparing 01:46:32 d039aba8f5e0: Waiting 01:46:32 2eeab3189241: Waiting 01:46:32 4f6f985be8bd: Waiting 01:46:32 969495162eee: Waiting 01:46:32 994456c4fd7b: Waiting 01:46:32 f03c6cb89763: Waiting 01:46:32 a54d8ad6d477: Pushed 01:46:32 8078e5c25090: Pushed 01:46:32 969495162eee: Layer already exists 01:46:32 3e5452134456: Pushed 01:46:32 938a77349ccb: Pushed 01:46:32 f03c6cb89763: Layer already exists 01:46:32 994456c4fd7b: Layer already exists 01:46:32 d039aba8f5e0: Pushed 01:46:32 2eeab3189241: Pushed 01:46:33 #96 ... 01:46:33 01:46:33 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:46:33 #89 DONE 6.3s 01:46:33 01:46:33 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:46:33 #97 DONE 0.3s 01:46:33 01:46:33 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:46:33 #83 9.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:33 #83 9.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:33 4f6f985be8bd: Pushed 01:46:34 65eda9355834: Pushed 01:46:34 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:35 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:46:35 a54d8ad6d477: Preparing 01:46:35 8078e5c25090: Preparing 01:46:35 65eda9355834: Preparing 01:46:35 3e5452134456: Preparing 01:46:35 938a77349ccb: Preparing 01:46:35 969495162eee: Preparing 01:46:35 f03c6cb89763: Preparing 01:46:35 d039aba8f5e0: Preparing 01:46:35 f03c6cb89763: Waiting 01:46:35 969495162eee: Waiting 01:46:35 2eeab3189241: Preparing 01:46:35 4f6f985be8bd: Preparing 01:46:35 994456c4fd7b: Preparing 01:46:35 d039aba8f5e0: Waiting 01:46:35 2eeab3189241: Waiting 01:46:35 4f6f985be8bd: Waiting 01:46:35 994456c4fd7b: Waiting 01:46:35 3e5452134456: Layer already exists 01:46:35 65eda9355834: Layer already exists 01:46:35 8078e5c25090: Layer already exists 01:46:35 a54d8ad6d477: Layer already exists 01:46:35 938a77349ccb: Layer already exists 01:46:35 969495162eee: Layer already exists 01:46:35 f03c6cb89763: Layer already exists 01:46:35 4f6f985be8bd: Layer already exists 01:46:35 d039aba8f5e0: Layer already exists 01:46:35 2eeab3189241: Layer already exists 01:46:35 994456c4fd7b: Layer already exists 01:46:35 latest: digest: sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:35 #83 ... 01:46:35 01:46:35 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:46:35 #98 DONE 2.2s 01:46:35 01:46:35 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:46:35 #99 DONE 0.1s 01:46:35 01:46:35 #100 [security-spire-config stage-2 6/10] COPY security.txt / 01:46:35 #100 DONE 0.1s 01:46:35 01:46:35 #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:35 #101 ... 01:46:35 01:46:35 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:46:35 #102 DONE 0.1s 01:46:35 01:46:35 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:46:35 #103 DONE 0.1s 01:46:35 01:46:35 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:46:35 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:35 #104 DONE 0.1s 01:46:35 01:46:35 #105 [security-spire-config] exporting to image 01:46:35 #105 exporting layers 01:46:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 01:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:46:36 a54d8ad6d477: Preparing 01:46:36 8078e5c25090: Preparing 01:46:36 65eda9355834: Preparing 01:46:36 3e5452134456: Preparing 01:46:36 938a77349ccb: Preparing 01:46:36 969495162eee: Preparing 01:46:36 f03c6cb89763: Preparing 01:46:36 d039aba8f5e0: Preparing 01:46:36 2eeab3189241: Preparing 01:46:36 4f6f985be8bd: Preparing 01:46:36 994456c4fd7b: Preparing 01:46:36 969495162eee: Waiting 01:46:36 f03c6cb89763: Waiting 01:46:36 d039aba8f5e0: Waiting 01:46:36 2eeab3189241: Waiting 01:46:36 4f6f985be8bd: Waiting 01:46:36 994456c4fd7b: Waiting 01:46:36 3e5452134456: Layer already exists 01:46:36 65eda9355834: Layer already exists 01:46:36 8078e5c25090: Layer already exists 01:46:36 938a77349ccb: Layer already exists 01:46:36 a54d8ad6d477: Layer already exists 01:46:36 969495162eee: Layer already exists 01:46:36 d039aba8f5e0: Layer already exists 01:46:36 f03c6cb89763: Layer already exists 01:46:36 2eeab3189241: Layer already exists 01:46:36 4f6f985be8bd: Layer already exists 01:46:36 994456c4fd7b: Layer already exists 01:46:36 4.1.0-dev.38: digest: sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:46:36 a54d8ad6d477: Preparing 01:46:36 8078e5c25090: Preparing 01:46:36 65eda9355834: Preparing 01:46:36 3e5452134456: Preparing 01:46:36 938a77349ccb: Preparing 01:46:36 969495162eee: Preparing 01:46:36 f03c6cb89763: Preparing 01:46:36 d039aba8f5e0: Preparing 01:46:36 2eeab3189241: Preparing 01:46:36 4f6f985be8bd: Preparing 01:46:36 994456c4fd7b: Preparing 01:46:36 d039aba8f5e0: Waiting 01:46:36 4f6f985be8bd: Waiting 01:46:36 969495162eee: Waiting 01:46:36 994456c4fd7b: Waiting 01:46:36 f03c6cb89763: Waiting 01:46:36 2eeab3189241: Waiting 01:46:36 938a77349ccb: Layer already exists 01:46:36 8078e5c25090: Layer already exists 01:46:36 3e5452134456: Layer already exists 01:46:36 a54d8ad6d477: Layer already exists 01:46:36 65eda9355834: Layer already exists 01:46:36 d039aba8f5e0: Layer already exists 01:46:36 2eeab3189241: Layer already exists 01:46:36 969495162eee: Layer already exists 01:46:36 f03c6cb89763: Layer already exists 01:46:36 4f6f985be8bd: Layer already exists 01:46:36 994456c4fd7b: Layer already exists 01:46:36 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:37 #105 ... 01:46:37 01:46:37 #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:46:37 #83 12.99 OK: 10 MiB in 19 packages 01:46:37 #83 DONE 13.7s 01:46:37 01:46:37 #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:46:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:46:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:46:37 a54d8ad6d477: Preparing 01:46:37 8078e5c25090: Preparing 01:46:37 65eda9355834: Preparing 01:46:37 3e5452134456: Preparing 01:46:37 938a77349ccb: Preparing 01:46:37 969495162eee: Preparing 01:46:37 f03c6cb89763: Preparing 01:46:37 d039aba8f5e0: Preparing 01:46:37 2eeab3189241: Preparing 01:46:37 4f6f985be8bd: Preparing 01:46:37 994456c4fd7b: Preparing 01:46:37 4f6f985be8bd: Waiting 01:46:37 2eeab3189241: Waiting 01:46:37 d039aba8f5e0: Waiting 01:46:37 f03c6cb89763: Waiting 01:46:37 969495162eee: Waiting 01:46:37 994456c4fd7b: Waiting 01:46:37 65eda9355834: Layer already exists 01:46:37 a54d8ad6d477: Layer already exists 01:46:37 3e5452134456: Layer already exists 01:46:37 8078e5c25090: Layer already exists 01:46:37 938a77349ccb: Layer already exists 01:46:37 969495162eee: Layer already exists 01:46:37 d039aba8f5e0: Layer already exists 01:46:37 4f6f985be8bd: Layer already exists 01:46:37 f03c6cb89763: Layer already exists 01:46:37 2eeab3189241: Layer already exists 01:46:37 994456c4fd7b: Layer already exists 01:46:37 main: digest: sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:37 ===================================================== [Pipeline] echo 01:46:37 taggedImages: 01:46:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:46:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 01:46:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:46:37 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:46:37 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:37 latest 01:46:37 4.1.0-dev.38 01:46:37 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:37 main 01:46:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:46:38 90ffa310f4cb: Preparing 01:46:38 021fab123671: Preparing 01:46:38 59ce4dc42c55: Preparing 01:46:38 07903f418b35: Preparing 01:46:38 78dd28c5c57c: Preparing 01:46:38 52674da66233: Preparing 01:46:38 b75b030c8666: Preparing 01:46:38 969495162eee: Preparing 01:46:38 f03c6cb89763: Preparing 01:46:38 a81ed5afb8ea: Preparing 01:46:38 9908069f2783: Preparing 01:46:38 994456c4fd7b: Preparing 01:46:38 52674da66233: Waiting 01:46:38 f03c6cb89763: Waiting 01:46:38 b75b030c8666: Waiting 01:46:38 a81ed5afb8ea: Waiting 01:46:38 994456c4fd7b: Waiting 01:46:38 9908069f2783: Waiting 01:46:38 969495162eee: Waiting 01:46:38 78dd28c5c57c: Pushed 01:46:38 021fab123671: Pushed 01:46:38 90ffa310f4cb: Pushed 01:46:38 969495162eee: Layer already exists 01:46:38 f03c6cb89763: Layer already exists 01:46:38 52674da66233: Pushed 01:46:38 b75b030c8666: Pushed 01:46:38 994456c4fd7b: Layer already exists 01:46:38 a81ed5afb8ea: Pushed 01:46:38 #106 DONE 1.3s 01:46:38 01:46:38 #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:46:38 #107 ... 01:46:38 01:46:38 #105 [security-spire-config] exporting to image 01:46:38 #105 exporting layers 2.8s done 01:46:38 #105 writing image sha256:98f50e8091790dd4f0dce60664bde30e005ec56c3064561888cfde04b649831a 0.0s done 01:46:38 #105 naming to docker.io/library/security-spire-config-arm64 done 01:46:38 #105 DONE 2.8s 01:46:38 01:46:38 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:46:39 9908069f2783: Pushed 01:46:39 #108 ... 01:46:39 01:46:39 #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:46:39 #107 DONE 2.6s 01:46:39 01:46:39 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:46:39 #108 DONE 1.4s 01:46:39 01:46:39 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:46:40 07903f418b35: Pushed 01:46:40 #109 DONE 0.2s 01:46:40 01:46:40 #110 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:46:40 #110 DONE 0.2s 01:46:40 01:46:40 #111 [security-spire-agent stage-3 7/10] COPY security.txt / 01:46:40 #111 DONE 0.1s 01:46:40 01:46:40 #112 [security-spire-server stage-2 6/9] COPY security.txt / 01:46:40 #112 DONE 0.1s 01:46:40 01:46:40 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:46:40 #113 DONE 0.2s 01:46:40 01:46:40 #114 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:46:40 #114 DONE 0.2s 01:46:40 01:46:40 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:46:40 #115 DONE 0.2s 01:46:40 01:46:40 #116 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:46:40 #116 DONE 0.3s 01:46:40 01:46:40 #117 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:46:40 #117 DONE 0.2s 01:46:40 01:46:40 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:46:40 #118 DONE 0.2s 01:46:40 01:46:40 #105 [security-spire-server] exporting to image 01:46:41 59ce4dc42c55: Pushed 01:46:41 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:41 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:46:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:46:42 90ffa310f4cb: Preparing 01:46:42 021fab123671: Preparing 01:46:42 59ce4dc42c55: Preparing 01:46:42 07903f418b35: Preparing 01:46:42 78dd28c5c57c: Preparing 01:46:42 52674da66233: Preparing 01:46:42 b75b030c8666: Preparing 01:46:42 969495162eee: Preparing 01:46:42 f03c6cb89763: Preparing 01:46:42 a81ed5afb8ea: Preparing 01:46:42 9908069f2783: Preparing 01:46:42 994456c4fd7b: Preparing 01:46:42 52674da66233: Waiting 01:46:42 b75b030c8666: Waiting 01:46:42 969495162eee: Waiting 01:46:42 f03c6cb89763: Waiting 01:46:42 a81ed5afb8ea: Waiting 01:46:42 9908069f2783: Waiting 01:46:42 994456c4fd7b: Waiting 01:46:42 78dd28c5c57c: Layer already exists 01:46:42 021fab123671: Layer already exists 01:46:42 90ffa310f4cb: Layer already exists 01:46:42 07903f418b35: Layer already exists 01:46:42 59ce4dc42c55: Layer already exists 01:46:42 b75b030c8666: Layer already exists 01:46:42 52674da66233: Layer already exists 01:46:42 969495162eee: Layer already exists 01:46:42 a81ed5afb8ea: Layer already exists 01:46:42 f03c6cb89763: Layer already exists 01:46:42 9908069f2783: Layer already exists 01:46:42 994456c4fd7b: Layer already exists 01:46:42 latest: digest: sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 01:46:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:46:42 90ffa310f4cb: Preparing 01:46:42 021fab123671: Preparing 01:46:42 59ce4dc42c55: Preparing 01:46:42 07903f418b35: Preparing 01:46:42 78dd28c5c57c: Preparing 01:46:42 52674da66233: Preparing 01:46:42 b75b030c8666: Preparing 01:46:42 969495162eee: Preparing 01:46:42 f03c6cb89763: Preparing 01:46:42 a81ed5afb8ea: Preparing 01:46:42 9908069f2783: Preparing 01:46:42 994456c4fd7b: Preparing 01:46:42 52674da66233: Waiting 01:46:42 b75b030c8666: Waiting 01:46:42 969495162eee: Waiting 01:46:42 f03c6cb89763: Waiting 01:46:42 a81ed5afb8ea: Waiting 01:46:42 9908069f2783: Waiting 01:46:42 994456c4fd7b: Waiting 01:46:42 07903f418b35: Layer already exists 01:46:42 78dd28c5c57c: Layer already exists 01:46:42 021fab123671: Layer already exists 01:46:42 59ce4dc42c55: Layer already exists 01:46:42 90ffa310f4cb: Layer already exists 01:46:42 52674da66233: Layer already exists 01:46:42 b75b030c8666: Layer already exists 01:46:42 969495162eee: Layer already exists 01:46:42 f03c6cb89763: Layer already exists 01:46:42 a81ed5afb8ea: Layer already exists 01:46:42 9908069f2783: Layer already exists 01:46:42 994456c4fd7b: Layer already exists 01:46:42 4.1.0-dev.38: digest: sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:43 #105 exporting layers 2.1s done 01:46:43 #105 writing image sha256:063c2b72583cb53641d656819b25a6dbdf13c89beaa04db650ef93a37a27e7c4 01:46:43 #105 exporting layers 2.2s done 01:46:43 #105 writing image sha256:063c2b72583cb53641d656819b25a6dbdf13c89beaa04db650ef93a37a27e7c4 0.0s done 01:46:43 #105 naming to docker.io/library/security-spire-server-arm64 done 01:46:43 #105 writing image sha256:3994f805d3d398eb7a516080e265efc72f0418c2e12d882d607021f2428c7206 done 01:46:43 #105 naming to docker.io/library/security-spire-agent-arm64 done 01:46:43 #105 DONE 5.0s 01:46:43 01:46:43 #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:46:43 90ffa310f4cb: Preparing 01:46:43 021fab123671: Preparing 01:46:43 59ce4dc42c55: Preparing 01:46:43 07903f418b35: Preparing 01:46:43 78dd28c5c57c: Preparing 01:46:43 52674da66233: Preparing 01:46:43 b75b030c8666: Preparing 01:46:43 969495162eee: Preparing 01:46:43 f03c6cb89763: Preparing 01:46:43 a81ed5afb8ea: Preparing 01:46:43 9908069f2783: Preparing 01:46:43 994456c4fd7b: Preparing 01:46:43 b75b030c8666: Waiting 01:46:43 f03c6cb89763: Waiting 01:46:43 a81ed5afb8ea: Waiting 01:46:43 9908069f2783: Waiting 01:46:43 969495162eee: Waiting 01:46:43 994456c4fd7b: Waiting 01:46:43 52674da66233: Waiting 01:46:43 78dd28c5c57c: Layer already exists 01:46:43 59ce4dc42c55: Layer already exists 01:46:43 07903f418b35: Layer already exists 01:46:43 90ffa310f4cb: Layer already exists 01:46:43 021fab123671: Layer already exists 01:46:43 52674da66233: Layer already exists 01:46:43 b75b030c8666: Layer already exists 01:46:43 969495162eee: Layer already exists 01:46:43 f03c6cb89763: Layer already exists 01:46:43 a81ed5afb8ea: Layer already exists 01:46:43 994456c4fd7b: Layer already exists 01:46:43 9908069f2783: Layer already exists 01:46:43 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:46:43 90ffa310f4cb: Preparing 01:46:43 021fab123671: Preparing 01:46:43 59ce4dc42c55: Preparing 01:46:43 07903f418b35: Preparing 01:46:43 78dd28c5c57c: Preparing 01:46:43 52674da66233: Preparing 01:46:43 b75b030c8666: Preparing 01:46:43 969495162eee: Preparing 01:46:43 f03c6cb89763: Preparing 01:46:43 a81ed5afb8ea: Preparing 01:46:43 9908069f2783: Preparing 01:46:43 994456c4fd7b: Preparing 01:46:43 b75b030c8666: Waiting 01:46:43 969495162eee: Waiting 01:46:43 f03c6cb89763: Waiting 01:46:43 a81ed5afb8ea: Waiting 01:46:43 9908069f2783: Waiting 01:46:43 994456c4fd7b: Waiting 01:46:43 52674da66233: Waiting 01:46:43 021fab123671: Layer already exists 01:46:43 59ce4dc42c55: Layer already exists 01:46:43 90ffa310f4cb: Layer already exists 01:46:43 07903f418b35: Layer already exists 01:46:43 78dd28c5c57c: Layer already exists 01:46:43 969495162eee: Layer already exists 01:46:43 52674da66233: Layer already exists 01:46:43 b75b030c8666: Layer already exists 01:46:43 a81ed5afb8ea: Layer already exists 01:46:43 f03c6cb89763: Layer already exists 01:46:43 9908069f2783: Layer already exists 01:46:43 994456c4fd7b: Layer already exists 01:46:43 main: digest: sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:44 ===================================================== [Pipeline] echo 01:46:44 taggedImages: 01:46:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:46:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 01:46:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:46:44 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:46:44 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:44 latest 01:46:44 4.1.0-dev.38 01:46:44 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:44 main 01:46:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:46:44 8bdf3a107e15: Preparing 01:46:44 8e877e9d1f95: Preparing 01:46:44 969495162eee: Preparing 01:46:44 f03c6cb89763: Preparing 01:46:44 df90a3776e3b: Preparing 01:46:44 603247662e5c: Preparing 01:46:44 994456c4fd7b: Preparing 01:46:44 603247662e5c: Waiting 01:46:44 994456c4fd7b: Waiting 01:46:44 969495162eee: Layer already exists 01:46:44 f03c6cb89763: Layer already exists 01:46:44 994456c4fd7b: Layer already exists 01:46:44 8bdf3a107e15: Pushed 01:46:44 df90a3776e3b: Pushed 01:46:45 603247662e5c: Pushed 01:46:48 8e877e9d1f95: Pushed 01:46:48 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:48 + 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:46:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:46:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:46:48 8bdf3a107e15: Preparing 01:46:48 8e877e9d1f95: Preparing 01:46:48 969495162eee: Preparing 01:46:48 f03c6cb89763: Preparing 01:46:48 df90a3776e3b: Preparing 01:46:48 603247662e5c: Preparing 01:46:48 994456c4fd7b: Preparing 01:46:48 603247662e5c: Waiting 01:46:48 994456c4fd7b: Waiting 01:46:48 f03c6cb89763: Layer already exists 01:46:48 969495162eee: Layer already exists 01:46:48 df90a3776e3b: Layer already exists 01:46:48 8e877e9d1f95: Layer already exists 01:46:48 8bdf3a107e15: Layer already exists 01:46:48 603247662e5c: Layer already exists 01:46:48 994456c4fd7b: Layer already exists 01:46:48 latest: digest: sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 01:46:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:46:49 8bdf3a107e15: Preparing 01:46:49 8e877e9d1f95: Preparing 01:46:49 969495162eee: Preparing 01:46:49 f03c6cb89763: Preparing 01:46:49 df90a3776e3b: Preparing 01:46:49 603247662e5c: Preparing 01:46:49 994456c4fd7b: Preparing 01:46:49 603247662e5c: Waiting 01:46:49 994456c4fd7b: Waiting 01:46:49 969495162eee: Layer already exists 01:46:49 8e877e9d1f95: Layer already exists 01:46:49 df90a3776e3b: Layer already exists 01:46:49 f03c6cb89763: Layer already exists 01:46:49 8bdf3a107e15: Layer already exists 01:46:49 994456c4fd7b: Layer already exists 01:46:49 603247662e5c: Layer already exists 01:46:49 4.1.0-dev.38: digest: sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:46:50 8bdf3a107e15: Preparing 01:46:50 8e877e9d1f95: Preparing 01:46:50 969495162eee: Preparing 01:46:50 f03c6cb89763: Preparing 01:46:50 df90a3776e3b: Preparing 01:46:50 603247662e5c: Preparing 01:46:50 994456c4fd7b: Preparing 01:46:50 603247662e5c: Waiting 01:46:50 994456c4fd7b: Waiting 01:46:50 f03c6cb89763: Layer already exists 01:46:50 969495162eee: Layer already exists 01:46:50 8e877e9d1f95: Layer already exists 01:46:50 df90a3776e3b: Layer already exists 01:46:50 8bdf3a107e15: Layer already exists 01:46:50 603247662e5c: Layer already exists 01:46:50 994456c4fd7b: Layer already exists 01:46:50 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:50 + 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:46:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:46:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:46:50 8bdf3a107e15: Preparing 01:46:50 8e877e9d1f95: Preparing 01:46:50 969495162eee: Preparing 01:46:50 f03c6cb89763: Preparing 01:46:50 df90a3776e3b: Preparing 01:46:50 603247662e5c: Preparing 01:46:50 994456c4fd7b: Preparing 01:46:50 603247662e5c: Waiting 01:46:50 994456c4fd7b: Waiting 01:46:50 8bdf3a107e15: Layer already exists 01:46:50 f03c6cb89763: Layer already exists 01:46:50 969495162eee: Layer already exists 01:46:50 df90a3776e3b: Layer already exists 01:46:50 8e877e9d1f95: Layer already exists 01:46:50 603247662e5c: Layer already exists 01:46:50 994456c4fd7b: Layer already exists 01:46:50 main: digest: sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:46:50 ===================================================== [Pipeline] echo 01:46:50 taggedImages: 01:46:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:46:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 01:46:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:46:50 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:46:50 32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:50 latest 01:46:50 4.1.0-dev.38 01:46:50 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:46:50 main 01:46:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c 01:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:46:51 55dbec084454: Preparing 01:46:51 55ddef65a33e: Preparing 01:46:51 0590d1911394: Preparing 01:46:51 969495162eee: Preparing 01:46:51 f03c6cb89763: Preparing 01:46:51 f8c9fe84d1bf: Preparing 01:46:51 6966a7b7ebf3: Preparing 01:46:51 12ae284be63e: Preparing 01:46:51 d9464be7bd40: Preparing 01:46:51 994456c4fd7b: Preparing 01:46:51 6966a7b7ebf3: Waiting 01:46:51 12ae284be63e: Waiting 01:46:51 d9464be7bd40: Waiting 01:46:51 994456c4fd7b: Waiting 01:46:51 f8c9fe84d1bf: Waiting 01:46:51 f03c6cb89763: Layer already exists 01:46:51 969495162eee: Layer already exists 01:46:51 55ddef65a33e: Pushed 01:46:51 0590d1911394: Pushed 01:46:51 55dbec084454: Pushed 01:46:51 994456c4fd7b: Layer already exists 01:46:51 12ae284be63e: Pushed 01:46:52 d9464be7bd40: Pushed 01:46:56 6966a7b7ebf3: Pushed 01:47:04 f8c9fe84d1bf: Pushed 01:47:04 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:47:05 55dbec084454: Preparing 01:47:05 55ddef65a33e: Preparing 01:47:05 0590d1911394: Preparing 01:47:05 969495162eee: Preparing 01:47:05 f03c6cb89763: Preparing 01:47:05 f8c9fe84d1bf: Preparing 01:47:05 6966a7b7ebf3: Preparing 01:47:05 12ae284be63e: Preparing 01:47:05 d9464be7bd40: Preparing 01:47:05 994456c4fd7b: Preparing 01:47:05 12ae284be63e: Waiting 01:47:05 d9464be7bd40: Waiting 01:47:05 994456c4fd7b: Waiting 01:47:05 f8c9fe84d1bf: Waiting 01:47:05 6966a7b7ebf3: Waiting 01:47:05 55dbec084454: Layer already exists 01:47:05 969495162eee: Layer already exists 01:47:05 f03c6cb89763: Layer already exists 01:47:05 55ddef65a33e: Layer already exists 01:47:05 0590d1911394: Layer already exists 01:47:05 6966a7b7ebf3: Layer already exists 01:47:05 d9464be7bd40: Layer already exists 01:47:05 12ae284be63e: Layer already exists 01:47:05 f8c9fe84d1bf: Layer already exists 01:47:05 994456c4fd7b: Layer already exists 01:47:05 latest: digest: sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 01:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:47:05 55dbec084454: Preparing 01:47:05 55ddef65a33e: Preparing 01:47:05 0590d1911394: Preparing 01:47:05 969495162eee: Preparing 01:47:05 f03c6cb89763: Preparing 01:47:05 f8c9fe84d1bf: Preparing 01:47:05 6966a7b7ebf3: Preparing 01:47:05 12ae284be63e: Preparing 01:47:05 d9464be7bd40: Preparing 01:47:05 994456c4fd7b: Preparing 01:47:05 6966a7b7ebf3: Waiting 01:47:05 12ae284be63e: Waiting 01:47:05 d9464be7bd40: Waiting 01:47:05 f8c9fe84d1bf: Waiting 01:47:05 994456c4fd7b: Waiting 01:47:05 f03c6cb89763: Layer already exists 01:47:05 55ddef65a33e: Layer already exists 01:47:05 55dbec084454: Layer already exists 01:47:05 0590d1911394: Layer already exists 01:47:05 969495162eee: Layer already exists 01:47:05 f8c9fe84d1bf: Layer already exists 01:47:05 12ae284be63e: Layer already exists 01:47:05 6966a7b7ebf3: Layer already exists 01:47:05 d9464be7bd40: Layer already exists 01:47:05 994456c4fd7b: Layer already exists 01:47:05 4.1.0-dev.38: digest: sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:47:06 55dbec084454: Preparing 01:47:06 55ddef65a33e: Preparing 01:47:06 0590d1911394: Preparing 01:47:06 969495162eee: Preparing 01:47:06 f03c6cb89763: Preparing 01:47:06 f8c9fe84d1bf: Preparing 01:47:06 6966a7b7ebf3: Preparing 01:47:06 12ae284be63e: Preparing 01:47:06 d9464be7bd40: Preparing 01:47:06 994456c4fd7b: Preparing 01:47:06 f8c9fe84d1bf: Waiting 01:47:06 12ae284be63e: Waiting 01:47:06 d9464be7bd40: Waiting 01:47:06 994456c4fd7b: Waiting 01:47:06 6966a7b7ebf3: Waiting 01:47:06 55ddef65a33e: Layer already exists 01:47:06 969495162eee: Layer already exists 01:47:06 f03c6cb89763: Layer already exists 01:47:06 0590d1911394: Layer already exists 01:47:06 55dbec084454: Layer already exists 01:47:06 12ae284be63e: Layer already exists 01:47:06 f8c9fe84d1bf: Layer already exists 01:47:06 d9464be7bd40: Layer already exists 01:47:06 6966a7b7ebf3: Layer already exists 01:47:06 994456c4fd7b: Layer already exists 01:47:06 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:47:07 55dbec084454: Preparing 01:47:07 55ddef65a33e: Preparing 01:47:07 0590d1911394: Preparing 01:47:07 969495162eee: Preparing 01:47:07 f03c6cb89763: Preparing 01:47:07 f8c9fe84d1bf: Preparing 01:47:07 6966a7b7ebf3: Preparing 01:47:07 12ae284be63e: Preparing 01:47:07 d9464be7bd40: Preparing 01:47:07 994456c4fd7b: Preparing 01:47:07 6966a7b7ebf3: Waiting 01:47:07 12ae284be63e: Waiting 01:47:07 d9464be7bd40: Waiting 01:47:07 f8c9fe84d1bf: Waiting 01:47:07 994456c4fd7b: Waiting 01:47:07 0590d1911394: Layer already exists 01:47:07 f03c6cb89763: Layer already exists 01:47:07 55ddef65a33e: Layer already exists 01:47:07 969495162eee: Layer already exists 01:47:07 55dbec084454: Layer already exists 01:47:07 f8c9fe84d1bf: Layer already exists 01:47:07 6966a7b7ebf3: Layer already exists 01:47:07 12ae284be63e: Layer already exists 01:47:07 d9464be7bd40: Layer already exists 01:47:07 994456c4fd7b: Layer already exists 01:47:07 main: digest: sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:07 ===================================================== [Pipeline] echo 01:47:07 taggedImages: 01:47:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:47:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 01:47:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:07 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:47:07 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:47:07 32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:07 latest 01:47:07 4.1.0-dev.38 01:47:07 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:07 main 01:47:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:07 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:47:07 b41313e4bbd9: Preparing 01:47:07 65aa89979e53: Preparing 01:47:07 b6d47ec48d07: Preparing 01:47:07 969495162eee: Preparing 01:47:07 f03c6cb89763: Preparing 01:47:07 f8c9fe84d1bf: Preparing 01:47:07 c84708555b5b: Preparing 01:47:07 7b1b35aa0437: Preparing 01:47:07 994456c4fd7b: Preparing 01:47:07 f8c9fe84d1bf: Waiting 01:47:07 7b1b35aa0437: Waiting 01:47:07 c84708555b5b: Waiting 01:47:07 994456c4fd7b: Waiting 01:47:07 969495162eee: Layer already exists 01:47:07 f03c6cb89763: Layer already exists 01:47:07 f8c9fe84d1bf: Layer already exists 01:47:07 65aa89979e53: Pushed 01:47:07 994456c4fd7b: Layer already exists 01:47:07 c84708555b5b: Pushed 01:47:07 b6d47ec48d07: Pushed 01:47:07 b41313e4bbd9: Pushed 01:47:08 7b1b35aa0437: Pushed 01:47:08 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:47:09 b41313e4bbd9: Preparing 01:47:09 65aa89979e53: Preparing 01:47:09 b6d47ec48d07: Preparing 01:47:09 969495162eee: Preparing 01:47:09 f03c6cb89763: Preparing 01:47:09 f8c9fe84d1bf: Preparing 01:47:09 c84708555b5b: Preparing 01:47:09 7b1b35aa0437: Preparing 01:47:09 994456c4fd7b: Preparing 01:47:09 f8c9fe84d1bf: Waiting 01:47:09 c84708555b5b: Waiting 01:47:09 7b1b35aa0437: Waiting 01:47:09 994456c4fd7b: Waiting 01:47:09 b41313e4bbd9: Layer already exists 01:47:09 f03c6cb89763: Layer already exists 01:47:09 969495162eee: Layer already exists 01:47:09 b6d47ec48d07: Layer already exists 01:47:09 65aa89979e53: Layer already exists 01:47:09 c84708555b5b: Layer already exists 01:47:09 f8c9fe84d1bf: Layer already exists 01:47:09 994456c4fd7b: Layer already exists 01:47:09 7b1b35aa0437: Layer already exists 01:47:09 latest: digest: sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 01:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:47:09 b41313e4bbd9: Preparing 01:47:09 65aa89979e53: Preparing 01:47:09 b6d47ec48d07: Preparing 01:47:09 969495162eee: Preparing 01:47:09 f03c6cb89763: Preparing 01:47:09 f8c9fe84d1bf: Preparing 01:47:09 c84708555b5b: Preparing 01:47:09 7b1b35aa0437: Preparing 01:47:09 994456c4fd7b: Preparing 01:47:09 f8c9fe84d1bf: Waiting 01:47:09 7b1b35aa0437: Waiting 01:47:09 994456c4fd7b: Waiting 01:47:09 969495162eee: Layer already exists 01:47:09 b41313e4bbd9: Layer already exists 01:47:09 f03c6cb89763: Layer already exists 01:47:09 b6d47ec48d07: Layer already exists 01:47:09 65aa89979e53: Layer already exists 01:47:09 7b1b35aa0437: Layer already exists 01:47:09 994456c4fd7b: Layer already exists 01:47:09 c84708555b5b: Layer already exists 01:47:09 f8c9fe84d1bf: Layer already exists 01:47:09 4.1.0-dev.38: digest: sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:47:10 b41313e4bbd9: Preparing 01:47:10 65aa89979e53: Preparing 01:47:10 b6d47ec48d07: Preparing 01:47:10 969495162eee: Preparing 01:47:10 f03c6cb89763: Preparing 01:47:10 f8c9fe84d1bf: Preparing 01:47:10 c84708555b5b: Preparing 01:47:10 7b1b35aa0437: Preparing 01:47:10 994456c4fd7b: Preparing 01:47:10 f8c9fe84d1bf: Waiting 01:47:10 c84708555b5b: Waiting 01:47:10 7b1b35aa0437: Waiting 01:47:10 994456c4fd7b: Waiting 01:47:10 f03c6cb89763: Layer already exists 01:47:10 65aa89979e53: Layer already exists 01:47:10 969495162eee: Layer already exists 01:47:10 b41313e4bbd9: Layer already exists 01:47:10 b6d47ec48d07: Layer already exists 01:47:10 7b1b35aa0437: Layer already exists 01:47:10 c84708555b5b: Layer already exists 01:47:10 994456c4fd7b: Layer already exists 01:47:10 f8c9fe84d1bf: Layer already exists 01:47:10 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:47:11 b41313e4bbd9: Preparing 01:47:11 65aa89979e53: Preparing 01:47:11 b6d47ec48d07: Preparing 01:47:11 969495162eee: Preparing 01:47:11 f03c6cb89763: Preparing 01:47:11 f8c9fe84d1bf: Preparing 01:47:11 c84708555b5b: Preparing 01:47:11 7b1b35aa0437: Preparing 01:47:11 994456c4fd7b: Preparing 01:47:11 7b1b35aa0437: Waiting 01:47:11 994456c4fd7b: Waiting 01:47:11 f8c9fe84d1bf: Waiting 01:47:11 c84708555b5b: Waiting 01:47:11 65aa89979e53: Layer already exists 01:47:11 b41313e4bbd9: Layer already exists 01:47:11 f03c6cb89763: Layer already exists 01:47:11 b6d47ec48d07: Layer already exists 01:47:11 969495162eee: Layer already exists 01:47:11 f8c9fe84d1bf: Layer already exists 01:47:11 7b1b35aa0437: Layer already exists 01:47:11 994456c4fd7b: Layer already exists 01:47:11 c84708555b5b: Layer already exists 01:47:11 main: digest: sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:11 ===================================================== [Pipeline] echo 01:47:11 taggedImages: 01:47:11 - nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:11 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:47:11 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 01:47:11 - nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:11 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:47:11 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:47:11 32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:11 latest 01:47:11 4.1.0-dev.38 01:47:11 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:11 main 01:47:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:47:11 55dbec084454: Preparing 01:47:11 17830c66ef9b: Preparing 01:47:11 8709bf37f77e: Preparing 01:47:11 969495162eee: Preparing 01:47:11 f03c6cb89763: Preparing 01:47:11 f2345ed14079: Preparing 01:47:11 12ae284be63e: Preparing 01:47:11 d9464be7bd40: Preparing 01:47:11 994456c4fd7b: Preparing 01:47:11 d9464be7bd40: Waiting 01:47:11 12ae284be63e: Waiting 01:47:11 994456c4fd7b: Waiting 01:47:11 f2345ed14079: Waiting 01:47:11 55dbec084454: Layer already exists 01:47:11 f03c6cb89763: Layer already exists 01:47:11 969495162eee: Layer already exists 01:47:11 12ae284be63e: Layer already exists 01:47:11 d9464be7bd40: Layer already exists 01:47:11 994456c4fd7b: Layer already exists 01:47:11 17830c66ef9b: Pushed 01:47:11 8709bf37f77e: Pushed 01:47:26 f2345ed14079: Pushed 01:47:26 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:47:27 55dbec084454: Preparing 01:47:27 17830c66ef9b: Preparing 01:47:27 8709bf37f77e: Preparing 01:47:27 969495162eee: Preparing 01:47:27 f03c6cb89763: Preparing 01:47:27 f2345ed14079: Preparing 01:47:27 12ae284be63e: Preparing 01:47:27 d9464be7bd40: Preparing 01:47:27 994456c4fd7b: Preparing 01:47:27 f2345ed14079: Waiting 01:47:27 d9464be7bd40: Waiting 01:47:27 12ae284be63e: Waiting 01:47:27 994456c4fd7b: Waiting 01:47:27 f03c6cb89763: Layer already exists 01:47:27 969495162eee: Layer already exists 01:47:27 8709bf37f77e: Layer already exists 01:47:27 17830c66ef9b: Layer already exists 01:47:27 55dbec084454: Layer already exists 01:47:27 12ae284be63e: Layer already exists 01:47:27 f2345ed14079: Layer already exists 01:47:27 d9464be7bd40: Layer already exists 01:47:27 994456c4fd7b: Layer already exists 01:47:27 latest: digest: sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 01:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:47:28 55dbec084454: Preparing 01:47:28 17830c66ef9b: Preparing 01:47:28 8709bf37f77e: Preparing 01:47:28 969495162eee: Preparing 01:47:28 f03c6cb89763: Preparing 01:47:28 f2345ed14079: Preparing 01:47:28 12ae284be63e: Preparing 01:47:28 d9464be7bd40: Preparing 01:47:28 994456c4fd7b: Preparing 01:47:28 d9464be7bd40: Waiting 01:47:28 f2345ed14079: Waiting 01:47:28 994456c4fd7b: Waiting 01:47:28 12ae284be63e: Waiting 01:47:28 17830c66ef9b: Layer already exists 01:47:28 969495162eee: Layer already exists 01:47:28 8709bf37f77e: Layer already exists 01:47:28 f03c6cb89763: Layer already exists 01:47:28 55dbec084454: Layer already exists 01:47:28 12ae284be63e: Layer already exists 01:47:28 f2345ed14079: Layer already exists 01:47:28 994456c4fd7b: Layer already exists 01:47:28 d9464be7bd40: Layer already exists 01:47:28 4.1.0-dev.38: digest: sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:47:28 55dbec084454: Preparing 01:47:28 17830c66ef9b: Preparing 01:47:28 8709bf37f77e: Preparing 01:47:28 969495162eee: Preparing 01:47:28 f03c6cb89763: Preparing 01:47:28 f2345ed14079: Preparing 01:47:28 12ae284be63e: Preparing 01:47:28 d9464be7bd40: Preparing 01:47:28 994456c4fd7b: Preparing 01:47:28 12ae284be63e: Waiting 01:47:28 d9464be7bd40: Waiting 01:47:28 f2345ed14079: Waiting 01:47:28 994456c4fd7b: Waiting 01:47:28 969495162eee: Layer already exists 01:47:28 8709bf37f77e: Layer already exists 01:47:28 55dbec084454: Layer already exists 01:47:28 17830c66ef9b: Layer already exists 01:47:28 f03c6cb89763: Layer already exists 01:47:28 d9464be7bd40: Layer already exists 01:47:28 f2345ed14079: Layer already exists 01:47:28 12ae284be63e: Layer already exists 01:47:28 994456c4fd7b: Layer already exists 01:47:28 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:47:29 55dbec084454: Preparing 01:47:29 17830c66ef9b: Preparing 01:47:29 8709bf37f77e: Preparing 01:47:29 969495162eee: Preparing 01:47:29 f03c6cb89763: Preparing 01:47:29 f2345ed14079: Preparing 01:47:29 12ae284be63e: Preparing 01:47:29 d9464be7bd40: Preparing 01:47:29 994456c4fd7b: Preparing 01:47:29 f2345ed14079: Waiting 01:47:29 12ae284be63e: Waiting 01:47:29 994456c4fd7b: Waiting 01:47:29 d9464be7bd40: Waiting 01:47:29 55dbec084454: Layer already exists 01:47:29 17830c66ef9b: Layer already exists 01:47:29 8709bf37f77e: Layer already exists 01:47:29 f03c6cb89763: Layer already exists 01:47:29 969495162eee: Layer already exists 01:47:29 f2345ed14079: Layer already exists 01:47:29 12ae284be63e: Layer already exists 01:47:29 994456c4fd7b: Layer already exists 01:47:29 d9464be7bd40: Layer already exists 01:47:29 main: digest: sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:29 ===================================================== [Pipeline] echo 01:47:29 taggedImages: 01:47:29 - nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:29 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:47:29 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 01:47:29 - nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:29 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:47:29 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:47:29 32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:29 latest 01:47:29 4.1.0-dev.38 01:47:29 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:29 main 01:47:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:47:30 118bf1d5857d: Preparing 01:47:30 caa9f0f676ea: Preparing 01:47:30 969495162eee: Preparing 01:47:30 f03c6cb89763: Preparing 01:47:30 2c1656c3d798: Preparing 01:47:30 b7ef521e8fb3: Preparing 01:47:30 994456c4fd7b: Preparing 01:47:30 b7ef521e8fb3: Waiting 01:47:30 994456c4fd7b: Waiting 01:47:30 f03c6cb89763: Layer already exists 01:47:30 969495162eee: Layer already exists 01:47:30 994456c4fd7b: Layer already exists 01:47:30 118bf1d5857d: Pushed 01:47:30 2c1656c3d798: Pushed 01:47:30 b7ef521e8fb3: Pushed 01:47:35 caa9f0f676ea: Pushed 01:47:35 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:47:35 118bf1d5857d: Preparing 01:47:35 caa9f0f676ea: Preparing 01:47:35 969495162eee: Preparing 01:47:35 f03c6cb89763: Preparing 01:47:35 2c1656c3d798: Preparing 01:47:35 b7ef521e8fb3: Preparing 01:47:35 994456c4fd7b: Preparing 01:47:35 994456c4fd7b: Waiting 01:47:35 b7ef521e8fb3: Waiting 01:47:35 118bf1d5857d: Layer already exists 01:47:35 f03c6cb89763: Layer already exists 01:47:35 969495162eee: Layer already exists 01:47:35 caa9f0f676ea: Layer already exists 01:47:35 2c1656c3d798: Layer already exists 01:47:35 b7ef521e8fb3: Layer already exists 01:47:35 994456c4fd7b: Layer already exists 01:47:35 latest: digest: sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 01:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:47:36 118bf1d5857d: Preparing 01:47:36 caa9f0f676ea: Preparing 01:47:36 969495162eee: Preparing 01:47:36 f03c6cb89763: Preparing 01:47:36 2c1656c3d798: Preparing 01:47:36 b7ef521e8fb3: Preparing 01:47:36 994456c4fd7b: Preparing 01:47:36 b7ef521e8fb3: Waiting 01:47:36 994456c4fd7b: Waiting 01:47:36 118bf1d5857d: Layer already exists 01:47:36 969495162eee: Layer already exists 01:47:36 2c1656c3d798: Layer already exists 01:47:36 caa9f0f676ea: Layer already exists 01:47:36 f03c6cb89763: Layer already exists 01:47:36 b7ef521e8fb3: Layer already exists 01:47:36 994456c4fd7b: Layer already exists 01:47:36 4.1.0-dev.38: digest: sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:47:37 118bf1d5857d: Preparing 01:47:37 caa9f0f676ea: Preparing 01:47:37 969495162eee: Preparing 01:47:37 f03c6cb89763: Preparing 01:47:37 2c1656c3d798: Preparing 01:47:37 b7ef521e8fb3: Preparing 01:47:37 994456c4fd7b: Preparing 01:47:37 b7ef521e8fb3: Waiting 01:47:37 994456c4fd7b: Waiting 01:47:37 118bf1d5857d: Layer already exists 01:47:37 caa9f0f676ea: Layer already exists 01:47:37 2c1656c3d798: Layer already exists 01:47:37 f03c6cb89763: Layer already exists 01:47:37 969495162eee: Layer already exists 01:47:37 b7ef521e8fb3: Layer already exists 01:47:37 994456c4fd7b: Layer already exists 01:47:37 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:47:37 118bf1d5857d: Preparing 01:47:37 caa9f0f676ea: Preparing 01:47:37 969495162eee: Preparing 01:47:37 f03c6cb89763: Preparing 01:47:37 2c1656c3d798: Preparing 01:47:37 b7ef521e8fb3: Preparing 01:47:37 994456c4fd7b: Preparing 01:47:37 b7ef521e8fb3: Waiting 01:47:37 994456c4fd7b: Waiting 01:47:37 118bf1d5857d: Layer already exists 01:47:37 2c1656c3d798: Layer already exists 01:47:37 969495162eee: Layer already exists 01:47:37 f03c6cb89763: Layer already exists 01:47:37 caa9f0f676ea: Layer already exists 01:47:37 994456c4fd7b: Layer already exists 01:47:37 b7ef521e8fb3: Layer already exists 01:47:37 main: digest: sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:37 ===================================================== [Pipeline] echo 01:47:37 taggedImages: 01:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 01:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:47:37 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:47:37 32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:37 latest 01:47:37 4.1.0-dev.38 01:47:37 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:37 main 01:47:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:47:38 cdf2f4d5910b: Preparing 01:47:38 1aa8a9048de5: Preparing 01:47:38 969495162eee: Preparing 01:47:38 f03c6cb89763: Preparing 01:47:38 f1ae8fa6e1d7: Preparing 01:47:38 edbca7fe711a: Preparing 01:47:38 994456c4fd7b: Preparing 01:47:38 994456c4fd7b: Waiting 01:47:38 edbca7fe711a: Waiting 01:47:38 969495162eee: Layer already exists 01:47:38 f03c6cb89763: Layer already exists 01:47:38 994456c4fd7b: Layer already exists 01:47:38 cdf2f4d5910b: Pushed 01:47:38 f1ae8fa6e1d7: Pushed 01:47:38 edbca7fe711a: Pushed 01:47:43 1aa8a9048de5: Pushed 01:47:43 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:47:43 cdf2f4d5910b: Preparing 01:47:43 1aa8a9048de5: Preparing 01:47:43 969495162eee: Preparing 01:47:43 f03c6cb89763: Preparing 01:47:43 f1ae8fa6e1d7: Preparing 01:47:43 edbca7fe711a: Preparing 01:47:43 994456c4fd7b: Preparing 01:47:43 edbca7fe711a: Waiting 01:47:43 994456c4fd7b: Waiting 01:47:43 cdf2f4d5910b: Layer already exists 01:47:43 f1ae8fa6e1d7: Layer already exists 01:47:43 1aa8a9048de5: Layer already exists 01:47:43 f03c6cb89763: Layer already exists 01:47:43 969495162eee: Layer already exists 01:47:43 994456c4fd7b: Layer already exists 01:47:43 edbca7fe711a: Layer already exists 01:47:43 latest: digest: sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 01:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:47:44 cdf2f4d5910b: Preparing 01:47:44 1aa8a9048de5: Preparing 01:47:44 969495162eee: Preparing 01:47:44 f03c6cb89763: Preparing 01:47:44 f1ae8fa6e1d7: Preparing 01:47:44 edbca7fe711a: Preparing 01:47:44 994456c4fd7b: Preparing 01:47:44 edbca7fe711a: Waiting 01:47:44 994456c4fd7b: Waiting 01:47:44 969495162eee: Layer already exists 01:47:44 f03c6cb89763: Layer already exists 01:47:44 1aa8a9048de5: Layer already exists 01:47:44 cdf2f4d5910b: Layer already exists 01:47:44 f1ae8fa6e1d7: Layer already exists 01:47:44 edbca7fe711a: Layer already exists 01:47:44 994456c4fd7b: Layer already exists 01:47:44 4.1.0-dev.38: digest: sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:47:44 cdf2f4d5910b: Preparing 01:47:44 1aa8a9048de5: Preparing 01:47:44 969495162eee: Preparing 01:47:44 f03c6cb89763: Preparing 01:47:44 f1ae8fa6e1d7: Preparing 01:47:44 edbca7fe711a: Preparing 01:47:44 994456c4fd7b: Preparing 01:47:44 edbca7fe711a: Waiting 01:47:44 994456c4fd7b: Waiting 01:47:44 f03c6cb89763: Layer already exists 01:47:44 969495162eee: Layer already exists 01:47:44 f1ae8fa6e1d7: Layer already exists 01:47:44 cdf2f4d5910b: Layer already exists 01:47:44 1aa8a9048de5: Layer already exists 01:47:44 994456c4fd7b: Layer already exists 01:47:44 edbca7fe711a: Layer already exists 01:47:44 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:47:45 cdf2f4d5910b: Preparing 01:47:45 1aa8a9048de5: Preparing 01:47:45 969495162eee: Preparing 01:47:45 f03c6cb89763: Preparing 01:47:45 f1ae8fa6e1d7: Preparing 01:47:45 edbca7fe711a: Preparing 01:47:45 994456c4fd7b: Preparing 01:47:45 994456c4fd7b: Waiting 01:47:45 edbca7fe711a: Waiting 01:47:45 f1ae8fa6e1d7: Layer already exists 01:47:45 f03c6cb89763: Layer already exists 01:47:45 969495162eee: Layer already exists 01:47:45 1aa8a9048de5: Layer already exists 01:47:45 cdf2f4d5910b: Layer already exists 01:47:45 edbca7fe711a: Layer already exists 01:47:45 994456c4fd7b: Layer already exists 01:47:45 main: digest: sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:45 ===================================================== [Pipeline] echo 01:47:45 taggedImages: 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:47:45 ========================================================= 01:47:45 [edgeXBuildMultiArch] RAW Config: 01:47:45 images: 01:47:45 - nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/core-command:latest 01:47:45 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-command:main 01:47:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:47:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:47:45 - nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/core-data:latest 01:47:45 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-data:main 01:47:45 - nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:47:45 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:47:45 - nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:47:45 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:47:45 - nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:47:45 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:47:45 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:47:45 settingsFile: 01:47:45 edgex-go-settings 01:47:45 ========================================================= [Pipeline] node 01:48:00 Still waiting to schedule task 01:48:00 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:48:04 #101 ... 01:48:04 01:48:04 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:04 #95 DONE 89.6s 01:48:04 01:48:04 #119 [core-data builder 6/7] COPY . . 01:48:04 #119 DONE 1.1s 01:48:04 01:48:04 #120 [core-metadata builder 6/7] COPY . . 01:48:04 #120 CACHED 01:48:04 01:48:04 #121 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:48:04 #121 CACHED 01:48:04 01:48:04 #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:04 #122 CACHED 01:48:04 01:48:04 #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:04 #123 CACHED 01:48:04 01:48:04 #124 [core-command builder 4/7] COPY go.mod vendor* ./ 01:48:04 #124 CACHED 01:48:04 01:48:04 #125 [core-command builder 6/7] COPY . . 01:48:04 #125 CACHED 01:48:04 01:48:04 #126 [security-proxy-auth builder 6/7] COPY . . 01:48:04 #126 CACHED 01:48:04 01:48:04 #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:48:04 #127 CACHED 01:48:04 01:48:04 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:04 #128 CACHED 01:48:04 01:48:04 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:04 #129 CACHED 01:48:04 01:48:04 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:48:04 #130 CACHED 01:48:04 01:48:04 #131 [core-common-config-bootstrapper builder 6/7] COPY . . 01:48:04 #131 CACHED 01:48:04 01:48:04 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:48:04 #132 4.458 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:48:04 #132 ... 01:48:04 01:48:04 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:48:04 #0 3.937 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:48:04 #133 ... 01:48:04 01:48:04 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:48:04 #0 4.460 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:48:04 #134 ... 01:48:04 01:48:04 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:48:04 #0 4.061 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:48:04 #135 ... 01:48:04 01:48:04 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:48:04 #0 4.191 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:48:37 #136 ... 01:48:37 01:48:37 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #96 DONE 121.3s 01:48:37 01:48:37 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #90 DONE 125.7s 01:48:37 01:48:37 #137 [security-spiffe-token-provider builder 6/7] COPY . . 01:48:37 #137 ... 01:48:37 01:48:37 #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #101 DONE 127.7s 01:48:37 01:48:37 #94 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #94 DONE 127.6s 01:48:37 01:48:37 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #92 DONE 123.9s 01:48:37 01:48:37 #138 [security-proxy-setup builder 6/7] COPY . . 01:48:37 #138 ... 01:48:37 01:48:37 #137 [security-spiffe-token-provider builder 6/7] COPY . . 01:48:37 #137 DONE 3.5s 01:48:37 01:48:37 #138 [security-proxy-setup builder 6/7] COPY . . 01:48:37 #138 DONE 3.3s 01:48:37 01:48:37 #139 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #139 CACHED 01:48:37 01:48:37 #140 [security-secretstore-setup builder 6/7] COPY . . 01:48:37 #140 CACHED 01:48:37 01:48:37 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:48:37 #141 CACHED 01:48:37 01:48:37 #142 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:37 #142 CACHED 01:48:37 01:48:37 #143 [security-bootstrapper builder 6/7] COPY . . 01:48:37 #143 CACHED 01:48:37 01:48:37 #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:48:37 #144 CACHED 01:48:37 01:48:37 #145 [core-keeper builder 7/8] COPY . . 01:48:37 #145 DONE 3.3s 01:48:37 01:48:37 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:48:37 #146 ... 01:48:37 01:48:37 #147 [support-notifications builder 6/7] COPY . . 01:48:37 #147 DONE 3.5s 01:48:37 01:48:37 #148 [support-scheduler builder 6/7] COPY . . 01:48:37 #148 DONE 3.6s 01:48:37 01:48:37 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:48:42 #149 ... 01:48:42 01:48:42 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:48:42 #146 5.620 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:48:46 #146 ... 01:48:46 01:48:46 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:48:46 #0 5.798 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:48:46 #150 ... 01:48:46 01:48:46 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:48:46 #0 5.412 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:48:47 #151 ... 01:48:47 01:48:47 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:48:47 #0 6.423 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:48:47 #152 ... 01:48:47 01:48:47 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:48:47 #0 5.443 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:48:47 #153 ... 01:48:47 01:48:47 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:48:47 #0 5.947 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:48:47 #154 ... 01:48:47 01:48:47 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:48:47 #149 6.160 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:48:56 Running on prd-centos7-docker-4c-2g-4702 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:48:56 provisioning config files... 01:48:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2639646715207939299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:00 ---> ****-login.sh 01:49:00 nexus3.edgexfoundry.org:10001 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 nexus3.edgexfoundry.org:10002 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 nexus3.edgexfoundry.org:10003 01:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:00 Configure a credential helper to remove this warning. See 01:49:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:00 01:49:00 Login Succeeded 01:49:00 nexus3.edgexfoundry.org:10004 01:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:01 Configure a credential helper to remove this warning. See 01:49:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:01 01:49:01 Login Succeeded 01:49:01 ****.io 01:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:49:01 Configure a credential helper to remove this warning. See 01:49:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:49:01 01:49:01 Login Succeeded 01:49:01 ---> ****-login.sh ends [Pipeline] } 01:49:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:01 + docker buildx ls 01:49:01 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:49:01 default * docker 01:49:01 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:49:02 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:49:02 edgex-builder [Pipeline] sh 01:49:02 + docker buildx inspect --bootstrap 01:49:02 #1 [internal] booting buildkit 01:49:02 #1 pulling image moby/buildkit:buildx-stable-1 01:49:06 #1 pulling image moby/buildkit:buildx-stable-1 3.7s done 01:49:06 #1 creating container buildx_buildkit_edgex-builder0 01:49:07 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 01:49:07 #1 DONE 5.2s 01:49:07 Name: edgex-builder 01:49:07 Driver: docker-container 01:49:07 01:49:07 Nodes: 01:49:07 Name: edgex-builder0 01:49:07 Endpoint: unix:///var/run/docker.sock 01:49:07 Status: running 01:49:07 Buildkit: v0.22.0 01:49:07 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:49:08 + docker buildx ls 01:49:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:49:08 edgex-builder * docker-container 01:49:08 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:49:08 default docker 01:49:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:49:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:08 #1 [internal] load build definition from Dockerfile 01:49:08 #1 transferring dockerfile: 197B done 01:49:08 #1 DONE 0.0s 01:49:08 01:49:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:08 #2 DONE 0.1s 01:49:08 01:49:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:08 #3 DONE 0.1s 01:49:08 01:49:08 #4 [internal] load .dockerignore 01:49:08 #4 transferring context: 2B done 01:49:08 #4 DONE 0.0s 01:49:08 01:49:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:08 #5 resolve nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:08 #5 DONE 0.0s 01:49:08 01:49:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:08 #6 resolve nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:08 #6 DONE 0.1s 01:49:08 01:49:08 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:49:08 #7 DONE 0.0s 01:49:08 01:49:08 #8 exporting to image 01:49:08 #8 exporting layers done 01:49:08 #8 exporting manifest sha256:39840f29bf02d4753e013fe4564e548df7f48dda2e8250c235fac0cfc06d8067 0.0s done 01:49:08 #8 exporting config sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d done 01:49:08 #8 exporting manifest sha256:9656dd440dad523bca287b58618f4c35aa723b5a756c9d7e2883a0d80cebea06 done 01:49:08 #8 exporting config sha256:7d8c25772d52ff08bc55abaab82098c914514f0f6b04aca8eaddfdd23b508f72 done 01:49:08 #8 exporting manifest list sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f done 01:49:08 #8 pushing layers 0.1s done 01:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 01:49:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 0.1s done 01:49:08 #8 DONE 0.2s 01:49:08 01:49:08 1 warning found (use --debug to expand): 01:49:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:49:09 #1 [internal] load build definition from Dockerfile 01:49:09 #1 transferring dockerfile: 163B done 01:49:09 #1 DONE 0.0s 01:49:09 01:49:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:49:09 #2 DONE 0.0s 01:49:09 01:49:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:49:09 #3 DONE 0.0s 01:49:09 01:49:09 #4 [internal] load .dockerignore 01:49:09 #4 transferring context: 2B done 01:49:09 #4 DONE 0.0s 01:49:09 01:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:09 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:09 #5 CACHED 01:49:09 01:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:09 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:09 #6 DONE 0.0s 01:49:09 01:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:09 #6 CACHED 01:49:09 01:49:09 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:49:09 #7 DONE 0.0s 01:49:09 01:49:09 #8 exporting to image 01:49:09 #8 exporting layers done 01:49:09 #8 exporting manifest sha256:39840f29bf02d4753e013fe4564e548df7f48dda2e8250c235fac0cfc06d8067 done 01:49:09 #8 exporting config sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d done 01:49:09 #8 exporting manifest sha256:9656dd440dad523bca287b58618f4c35aa723b5a756c9d7e2883a0d80cebea06 done 01:49:09 #8 exporting config sha256:7d8c25772d52ff08bc55abaab82098c914514f0f6b04aca8eaddfdd23b508f72 done 01:49:09 #8 exporting manifest list sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f done 01:49:09 #8 pushing layers 0.0s done 01:49:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 0.1s done 01:49:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:09 #8 DONE 0.1s 01:49:09 01:49:09 1 warning found (use --debug to expand): 01:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38' 01:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 --push - 01:49:09 #1 [internal] load build definition from Dockerfile 01:49:09 #1 transferring dockerfile: 169B done 01:49:09 #1 DONE 0.0s 01:49:09 01:49:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 01:49:09 #2 DONE 0.0s 01:49:09 01:49:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38 01:49:09 #3 DONE 0.0s 01:49:09 01:49:09 #4 [internal] load .dockerignore 01:49:09 #4 transferring context: 2B done 01:49:09 #4 DONE 0.0s 01:49:09 01:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:09 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:09 #5 CACHED 01:49:09 01:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:09 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb done 01:49:09 #6 CACHED 01:49:09 01:49:09 #7 exporting to image 01:49:09 #7 exporting layers done 01:49:09 #7 exporting manifest sha256:39840f29bf02d4753e013fe4564e548df7f48dda2e8250c235fac0cfc06d8067 done 01:49:09 #7 exporting config sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d 01:49:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:09 #7 exporting config sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d done 01:49:09 #7 exporting manifest sha256:9656dd440dad523bca287b58618f4c35aa723b5a756c9d7e2883a0d80cebea06 done 01:49:09 #7 exporting config sha256:7d8c25772d52ff08bc55abaab82098c914514f0f6b04aca8eaddfdd23b508f72 done 01:49:09 #7 exporting manifest list sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f done 01:49:09 #7 pushing layers 0.0s done 01:49:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.38@sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 0.1s done 01:49:09 #7 DONE 0.1s 01:49:09 01:49:09 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:49:09 #8 DONE 0.0s 01:49:09 01:49:09 1 warning found (use --debug to expand): 01:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:10 #1 [internal] load build definition from Dockerfile 01:49:10 #1 transferring dockerfile: 210B done 01:49:10 #1 DONE 0.0s 01:49:10 01:49:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:10 #2 DONE 0.0s 01:49:10 01:49:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:10 #3 DONE 0.0s 01:49:10 01:49:10 #4 [internal] load .dockerignore 01:49:10 #4 transferring context: 2B done 01:49:10 #4 DONE 0.0s 01:49:10 01:49:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:10 #5 resolve nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb done 01:49:10 #5 CACHED 01:49:10 01:49:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:10 #6 resolve nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:10 #6 CACHED 01:49:10 01:49:10 #7 exporting to image 01:49:10 #7 exporting layers done 01:49:10 #7 exporting manifest sha256:39840f29bf02d4753e013fe4564e548df7f48dda2e8250c235fac0cfc06d8067 done 01:49:10 #7 exporting config sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d done 01:49:10 #7 exporting manifest sha256:9656dd440dad523bca287b58618f4c35aa723b5a756c9d7e2883a0d80cebea06 done 01:49:10 #7 exporting config sha256:7d8c25772d52ff08bc55abaab82098c914514f0f6b04aca8eaddfdd23b508f72 done 01:49:10 #7 exporting manifest list sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 01:49:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:10 #7 exporting manifest list sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f done 01:49:10 #7 pushing layers 0.0s done 01:49:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 0.1s done 01:49:10 #7 DONE 0.1s 01:49:10 01:49:10 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:49:10 #8 DONE 0.0s 01:49:10 01:49:10 1 warning found (use --debug to expand): 01:49:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:49:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:49:11 #1 [internal] load build definition from Dockerfile 01:49:11 #1 transferring dockerfile: 161B done 01:49:11 #1 DONE 0.0s 01:49:11 01:49:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:49:11 #2 DONE 0.0s 01:49:11 01:49:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:49:11 #3 DONE 0.0s 01:49:11 01:49:11 #4 [internal] load .dockerignore 01:49:11 #4 transferring context: 2B done 01:49:11 #4 DONE 0.0s 01:49:11 01:49:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:11 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:11 #5 DONE 0.0s 01:49:11 01:49:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:11 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 0.0s done 01:49:11 #6 CACHED 01:49:11 01:49:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:303ec9d62f77fbe84bb5dd4c9c3851fbbe6711084ebac4dd1a1b270acad983cb 01:49:11 #5 CACHED 01:49:11 01:49:11 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:49:11 #7 DONE 0.0s 01:49:11 01:49:11 #8 exporting to image 01:49:11 #8 exporting layers done 01:49:11 #8 exporting manifest sha256:39840f29bf02d4753e013fe4564e548df7f48dda2e8250c235fac0cfc06d8067 done 01:49:11 #8 exporting config sha256:249fc36f29e2b97c3a0dbfe163b86729bda013e274eb8c5b9e68369cac3ada1d done 01:49:11 #8 exporting manifest sha256:9656dd440dad523bca287b58618f4c35aa723b5a756c9d7e2883a0d80cebea06 done 01:49:11 #8 exporting config sha256:7d8c25772d52ff08bc55abaab82098c914514f0f6b04aca8eaddfdd23b508f72 done 01:49:11 #8 exporting manifest list sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f done 01:49:11 #8 pushing layers 0.0s done 01:49:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:d89aa6210d9b53db7a629a4b9748690c77e381112e3e90aa8adbb6bc40c3657f 0.1s done 01:49:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:11 #8 DONE 0.1s 01:49:11 01:49:11 1 warning found (use --debug to expand): 01:49:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:11 #1 [internal] load build definition from Dockerfile 01:49:11 #1 transferring dockerfile: 216B done 01:49:11 #1 DONE 0.0s 01:49:11 01:49:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:11 #2 DONE 0.0s 01:49:11 01:49:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:11 #3 DONE 0.1s 01:49:11 01:49:11 #4 [internal] load .dockerignore 01:49:11 #4 transferring context: 2B done 01:49:11 #4 DONE 0.0s 01:49:11 01:49:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:11 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:11 #5 ... 01:49:11 01:49:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:11 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:11 #6 DONE 0.1s 01:49:11 01:49:11 #7 exporting to image 01:49:11 #7 exporting layers done 01:49:11 #7 exporting manifest sha256:6e127615cb797357b5838aa5b8a2334610997f2056778e29a7b28a11cc3d2656 0.0s done 01:49:11 #7 exporting config sha256:1818999f86274274da47963cf2aa1acbf08f4b3bc61d219e80f5ed2014dd8f89 done 01:49:11 #7 exporting manifest sha256:406fb2f0ea54f06abb16c6f6c19b92de3d088cd8cb7d54952e69ceda4c12b629 done 01:49:11 #7 exporting config sha256:32378aaa03788af8eb8e09ba6419bbe104b10b78fb4891ef64eb80fc5036ce20 done 01:49:11 #7 exporting manifest list sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f done 01:49:11 #7 pushing layers 01:49:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:11 #7 ... 01:49:11 01:49:11 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:11 #8 DONE 0.0s 01:49:11 01:49:11 #7 exporting to image 01:49:11 #7 pushing layers 0.1s done 01:49:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 01:49:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 0.1s done 01:49:11 #7 DONE 0.2s 01:49:11 01:49:11 1 warning found (use --debug to expand): 01:49:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:49:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:49:12 #1 [internal] load build definition from Dockerfile 01:49:12 #1 transferring dockerfile: 182B done 01:49:12 #1 DONE 0.0s 01:49:12 01:49:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:49:12 #2 DONE 0.0s 01:49:12 01:49:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:49:12 #3 DONE 0.0s 01:49:12 01:49:12 #4 [internal] load .dockerignore 01:49:12 #4 transferring context: 2B done 01:49:12 #4 DONE 0.0s 01:49:12 01:49:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:12 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab done 01:49:12 #5 CACHED 01:49:12 01:49:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:12 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:12 #6 DONE 0.0s 01:49:12 01:49:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:12 #6 CACHED 01:49:12 01:49:12 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:12 #7 DONE 0.0s 01:49:12 01:49:12 #8 exporting to image 01:49:12 #8 exporting layers done 01:49:12 #8 exporting manifest sha256:6e127615cb797357b5838aa5b8a2334610997f2056778e29a7b28a11cc3d2656 done 01:49:12 #8 exporting config sha256:1818999f86274274da47963cf2aa1acbf08f4b3bc61d219e80f5ed2014dd8f89 done 01:49:12 #8 exporting manifest sha256:406fb2f0ea54f06abb16c6f6c19b92de3d088cd8cb7d54952e69ceda4c12b629 done 01:49:12 #8 exporting config sha256:32378aaa03788af8eb8e09ba6419bbe104b10b78fb4891ef64eb80fc5036ce20 done 01:49:12 #8 exporting manifest list sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f done 01:49:12 #8 pushing layers 0.0s done 01:49:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 0.1s done 01:49:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:12 #8 DONE 0.1s 01:49:12 01:49:12 1 warning found (use --debug to expand): 01:49:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38' 01:49:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 --push - 01:49:12 #1 [internal] load build definition from Dockerfile 01:49:12 #1 transferring dockerfile: 188B done 01:49:12 #1 DONE 0.0s 01:49:12 01:49:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 01:49:12 #2 DONE 0.0s 01:49:12 01:49:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38 01:49:12 #3 DONE 0.0s 01:49:12 01:49:12 #4 [internal] load .dockerignore 01:49:12 #4 transferring context: 2B done 01:49:12 #4 DONE 0.0s 01:49:12 01:49:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:12 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:12 #5 CACHED 01:49:12 01:49:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:12 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:12 #6 CACHED 01:49:12 01:49:12 #7 exporting to image 01:49:12 #7 exporting layers done 01:49:12 #7 exporting manifest sha256:6e127615cb797357b5838aa5b8a2334610997f2056778e29a7b28a11cc3d2656 done 01:49:12 #7 exporting config sha256:1818999f86274274da47963cf2aa1acbf08f4b3bc61d219e80f5ed2014dd8f89 done 01:49:12 #7 exporting manifest sha256:406fb2f0ea54f06abb16c6f6c19b92de3d088cd8cb7d54952e69ceda4c12b629 done 01:49:12 #7 exporting config sha256:32378aaa03788af8eb8e09ba6419bbe104b10b78fb4891ef64eb80fc5036ce20 done 01:49:12 #7 exporting manifest list sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f done 01:49:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:12 #7 pushing layers 0.0s done 01:49:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.38@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 0.1s done 01:49:12 #7 DONE 0.1s 01:49:12 01:49:12 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:12 #8 DONE 0.0s 01:49:12 01:49:12 1 warning found (use --debug to expand): 01:49:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:13 #1 [internal] load build definition from Dockerfile 01:49:13 #1 transferring dockerfile: 229B done 01:49:13 #1 DONE 0.0s 01:49:13 01:49:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:13 #2 DONE 0.0s 01:49:13 01:49:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:13 #3 DONE 0.0s 01:49:13 01:49:13 #4 [internal] load .dockerignore 01:49:13 #4 transferring context: 2B done 01:49:13 #4 DONE 0.0s 01:49:13 01:49:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:13 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab done 01:49:13 #5 CACHED 01:49:13 01:49:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:13 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:13 #6 CACHED 01:49:13 01:49:13 #7 exporting to image 01:49:13 #7 exporting layers done 01:49:13 #7 exporting manifest sha256:6e127615cb797357b5838aa5b8a2334610997f2056778e29a7b28a11cc3d2656 done 01:49:13 #7 exporting config sha256:1818999f86274274da47963cf2aa1acbf08f4b3bc61d219e80f5ed2014dd8f89 done 01:49:13 #7 exporting manifest sha256:406fb2f0ea54f06abb16c6f6c19b92de3d088cd8cb7d54952e69ceda4c12b629 done 01:49:13 #7 exporting config sha256:32378aaa03788af8eb8e09ba6419bbe104b10b78fb4891ef64eb80fc5036ce20 done 01:49:13 #7 exporting manifest list sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f done 01:49:13 #7 pushing layers 0.0s done 01:49:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 01:49:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 0.1s done 01:49:13 #7 DONE 0.1s 01:49:13 01:49:13 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:13 #8 DONE 0.0s 01:49:13 01:49:13 1 warning found (use --debug to expand): 01:49:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:49:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:49:13 #1 [internal] load build definition from Dockerfile 01:49:13 #1 transferring dockerfile: 180B done 01:49:13 #1 DONE 0.0s 01:49:13 01:49:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:49:13 #2 DONE 0.0s 01:49:13 01:49:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:49:13 #3 DONE 0.0s 01:49:13 01:49:13 #4 [internal] load .dockerignore 01:49:13 #4 transferring context: 2B done 01:49:13 #4 DONE 0.0s 01:49:13 01:49:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:13 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:13 #5 CACHED 01:49:13 01:49:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 01:49:13 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4ce3175acbf8e5d2b072724cbea4291f9d149d96eff766d79a5b953363b8ceab 0.0s done 01:49:13 #6 CACHED 01:49:13 01:49:13 #7 exporting to image 01:49:14 #7 exporting layers done 01:49:14 #7 exporting manifest sha256:6e127615cb797357b5838aa5b8a2334610997f2056778e29a7b28a11cc3d2656 done 01:49:14 #7 exporting config sha256:1818999f86274274da47963cf2aa1acbf08f4b3bc61d219e80f5ed2014dd8f89 done 01:49:14 #7 exporting manifest sha256:406fb2f0ea54f06abb16c6f6c19b92de3d088cd8cb7d54952e69ceda4c12b629 done 01:49:14 #7 exporting config sha256:32378aaa03788af8eb8e09ba6419bbe104b10b78fb4891ef64eb80fc5036ce20 done 01:49:14 #7 exporting manifest list sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f done 01:49:14 #7 pushing layers 0.0s done 01:49:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:854328c7bfca600a9f245a5340608ac23e65df986f030001022be09ad389fc1f 0.1s done 01:49:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:14 #7 DONE 0.1s 01:49:14 01:49:14 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:14 #8 DONE 0.0s 01:49:14 01:49:14 1 warning found (use --debug to expand): 01:49:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:14 #1 [internal] load build definition from Dockerfile 01:49:14 #1 transferring dockerfile: 194B done 01:49:14 #1 DONE 0.0s 01:49:14 01:49:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:14 #2 DONE 0.0s 01:49:14 01:49:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:14 #3 DONE 0.0s 01:49:14 01:49:14 #4 [internal] load .dockerignore 01:49:14 #4 transferring context: 2B done 01:49:14 #4 DONE 0.0s 01:49:14 01:49:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:14 #5 resolve nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 0.0s done 01:49:14 #5 DONE 0.0s 01:49:14 01:49:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:14 #6 DONE 0.0s 01:49:14 01:49:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:14 #5 resolve nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 0.0s done 01:49:14 #5 DONE 0.1s 01:49:14 01:49:14 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:49:14 #7 DONE 0.0s 01:49:14 01:49:14 #8 exporting to image 01:49:14 #8 exporting layers done 01:49:14 #8 exporting manifest sha256:2b2f998c6af55daed0b46856abdaf8a9d2ad4aa877e417ec0094fa681f396ca3 done 01:49:14 #8 exporting config sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca done 01:49:14 #8 exporting manifest sha256:2afbadad3ae7af10f7fcb67635479d90bedb898f9e13af4ddae407c42259d4ce done 01:49:14 #8 exporting config sha256:c0f160605599bf4e84ae5114f344bcdb06b8020034bffa94118afd89ec3eac5a done 01:49:14 #8 exporting manifest list sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 done 01:49:14 #8 pushing layers 0.1s done 01:49:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 0.1s done 01:49:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:14 #8 DONE 0.2s 01:49:14 01:49:14 1 warning found (use --debug to expand): 01:49:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:49:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:49:15 #1 [internal] load build definition from Dockerfile 01:49:15 #1 transferring dockerfile: 160B done 01:49:15 #1 DONE 0.0s 01:49:15 01:49:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:49:15 #2 DONE 0.0s 01:49:15 01:49:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:49:15 #3 DONE 0.0s 01:49:15 01:49:15 #4 [internal] load .dockerignore 01:49:15 #4 transferring context: 2B done 01:49:15 #4 DONE 0.0s 01:49:15 01:49:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:15 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 done 01:49:15 #5 CACHED 01:49:15 01:49:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:15 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 done 01:49:15 #6 CACHED 01:49:15 01:49:15 #7 exporting to image 01:49:15 #7 exporting layers done 01:49:15 #7 exporting manifest sha256:2b2f998c6af55daed0b46856abdaf8a9d2ad4aa877e417ec0094fa681f396ca3 done 01:49:15 #7 exporting config sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca done 01:49:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:15 #7 exporting manifest sha256:2afbadad3ae7af10f7fcb67635479d90bedb898f9e13af4ddae407c42259d4ce done 01:49:15 #7 exporting config sha256:c0f160605599bf4e84ae5114f344bcdb06b8020034bffa94118afd89ec3eac5a done 01:49:15 #7 exporting manifest list sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 done 01:49:15 #7 pushing layers 0.0s done 01:49:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 0.1s done 01:49:15 #7 DONE 0.1s 01:49:15 01:49:15 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:49:15 #8 DONE 0.0s 01:49:15 01:49:15 1 warning found (use --debug to expand): 01:49:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38' 01:49:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 --push - 01:49:15 #1 [internal] load build definition from Dockerfile 01:49:15 #1 transferring dockerfile: 166B done 01:49:15 #1 DONE 0.0s 01:49:15 01:49:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 01:49:15 #2 DONE 0.0s 01:49:15 01:49:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38 01:49:15 #3 DONE 0.0s 01:49:15 01:49:15 #4 [internal] load .dockerignore 01:49:15 #4 transferring context: 2B done 01:49:15 #4 DONE 0.0s 01:49:15 01:49:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:15 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 0.0s done 01:49:15 #5 CACHED 01:49:15 01:49:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:15 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 0.0s done 01:49:15 #6 CACHED 01:49:15 01:49:15 #7 exporting to image 01:49:15 #7 exporting layers done 01:49:15 #7 exporting manifest sha256:2b2f998c6af55daed0b46856abdaf8a9d2ad4aa877e417ec0094fa681f396ca3 done 01:49:15 #7 exporting config sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca done 01:49:15 #7 exporting manifest sha256:2afbadad3ae7af10f7fcb67635479d90bedb898f9e13af4ddae407c42259d4ce done 01:49:15 #7 exporting config sha256:c0f160605599bf4e84ae5114f344bcdb06b8020034bffa94118afd89ec3eac5a done 01:49:15 #7 exporting manifest list sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 done 01:49:15 #7 pushing layers 0.0s done 01:49:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 01:49:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.38@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 0.1s done 01:49:16 #7 DONE 0.1s 01:49:16 01:49:16 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:49:16 #8 DONE 0.0s 01:49:16 01:49:16 1 warning found (use --debug to expand): 01:49:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:16 #1 [internal] load build definition from Dockerfile 01:49:16 #1 transferring dockerfile: 207B done 01:49:16 #1 DONE 0.0s 01:49:16 01:49:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:16 #2 DONE 0.0s 01:49:16 01:49:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:16 #3 DONE 0.0s 01:49:16 01:49:16 #4 [internal] load .dockerignore 01:49:16 #4 transferring context: 2B done 01:49:16 #4 DONE 0.0s 01:49:16 01:49:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:16 #5 resolve nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 done 01:49:16 #5 CACHED 01:49:16 01:49:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:16 #6 resolve nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 done 01:49:16 #6 CACHED 01:49:16 01:49:16 #7 exporting to image 01:49:16 #7 exporting layers done 01:49:16 #7 exporting manifest sha256:2b2f998c6af55daed0b46856abdaf8a9d2ad4aa877e417ec0094fa681f396ca3 done 01:49:16 #7 exporting config sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca 01:49:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:16 #7 exporting config sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca done 01:49:16 #7 exporting manifest sha256:2afbadad3ae7af10f7fcb67635479d90bedb898f9e13af4ddae407c42259d4ce done 01:49:16 #7 exporting config sha256:c0f160605599bf4e84ae5114f344bcdb06b8020034bffa94118afd89ec3eac5a done 01:49:16 #7 exporting manifest list sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 done 01:49:16 #7 pushing layers 0.0s done 01:49:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 0.1s done 01:49:16 #7 DONE 0.1s 01:49:16 01:49:16 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:49:16 #8 DONE 0.0s 01:49:16 01:49:16 1 warning found (use --debug to expand): 01:49:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:49:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:49:17 #1 [internal] load build definition from Dockerfile 01:49:17 #1 transferring dockerfile: 158B done 01:49:17 #1 DONE 0.0s 01:49:17 01:49:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:49:17 #2 DONE 0.0s 01:49:17 01:49:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:49:17 #3 DONE 0.0s 01:49:17 01:49:17 #4 [internal] load .dockerignore 01:49:17 #4 transferring context: 2B done 01:49:17 #4 DONE 0.0s 01:49:17 01:49:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:17 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 done 01:49:17 #5 CACHED 01:49:17 01:49:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 01:49:17 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b61df7def35f2278c66624acd728a7d39cbb9994aa741c4617a9967a9bede914 done 01:49:17 #6 CACHED 01:49:17 01:49:17 #7 exporting to image 01:49:17 #7 exporting layers done 01:49:17 #7 exporting manifest sha256:2b2f998c6af55daed0b46856abdaf8a9d2ad4aa877e417ec0094fa681f396ca3 done 01:49:17 #7 exporting config sha256:4244dceabde4205be33ca3cdbddf9367b1f81bbecd7229e2245d1300e8d68fca done 01:49:17 #7 exporting manifest sha256:2afbadad3ae7af10f7fcb67635479d90bedb898f9e13af4ddae407c42259d4ce done 01:49:17 #7 exporting config sha256:c0f160605599bf4e84ae5114f344bcdb06b8020034bffa94118afd89ec3eac5a done 01:49:17 #7 exporting manifest list sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 done 01:49:17 #7 pushing layers 0.0s done 01:49:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 01:49:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:b78461e63778061fdd69bfc9c6f0c75895a7e67f3d748b5bb50823d0b5986186 0.1s done 01:49:17 #7 DONE 0.1s 01:49:17 01:49:17 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:49:17 #8 DONE 0.0s 01:49:17 01:49:17 1 warning found (use --debug to expand): 01:49:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:17 #1 [internal] load build definition from Dockerfile 01:49:17 #1 transferring dockerfile: 196B done 01:49:17 #1 DONE 0.0s 01:49:17 01:49:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:17 #2 DONE 0.0s 01:49:17 01:49:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:17 #3 DONE 0.0s 01:49:17 01:49:17 #4 [internal] load .dockerignore 01:49:17 #4 transferring context: 2B done 01:49:17 #4 DONE 0.0s 01:49:17 01:49:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:17 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:17 #5 DONE 0.0s 01:49:17 01:49:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:17 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:17 #6 DONE 0.1s 01:49:17 01:49:17 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:17 #7 DONE 0.0s 01:49:17 01:49:17 #8 exporting to image 01:49:17 #8 exporting layers done 01:49:17 #8 exporting manifest sha256:2251038a14c1083f55e1ea08c5f4997811a9671a69d53253f9e4015b9c96da6b done 01:49:17 #8 exporting config sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 done 01:49:17 #8 exporting manifest sha256:7ca022e59d057e2a8c4e875bf77858c52ee7ff5ff5c1806331d1c091e0d433fd done 01:49:17 #8 exporting config sha256:c82e131707d1793963f090d3a738cc8e3fa6eaddfb1724ed2268330c1a91110b done 01:49:17 #8 exporting manifest list sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b done 01:49:17 #8 pushing layers 0.1s done 01:49:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b 0.1s done 01:49:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:17 #8 DONE 0.2s 01:49:17 01:49:17 1 warning found (use --debug to expand): 01:49:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:49:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:49:18 #1 [internal] load build definition from Dockerfile 01:49:18 #1 transferring dockerfile: 162B done 01:49:18 #1 DONE 0.0s 01:49:18 01:49:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:49:18 #2 DONE 0.0s 01:49:18 01:49:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:49:18 #3 DONE 0.0s 01:49:18 01:49:18 #4 [internal] load .dockerignore 01:49:18 #4 transferring context: 2B done 01:49:18 #4 DONE 0.0s 01:49:18 01:49:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:18 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 done 01:49:18 #5 CACHED 01:49:18 01:49:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:18 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:18 #6 CACHED 01:49:18 01:49:18 #7 exporting to image 01:49:18 #7 exporting layers done 01:49:18 #7 exporting manifest sha256:2251038a14c1083f55e1ea08c5f4997811a9671a69d53253f9e4015b9c96da6b done 01:49:18 #7 exporting config sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 done 01:49:18 #7 exporting manifest sha256:7ca022e59d057e2a8c4e875bf77858c52ee7ff5ff5c1806331d1c091e0d433fd done 01:49:18 #7 exporting config sha256:c82e131707d1793963f090d3a738cc8e3fa6eaddfb1724ed2268330c1a91110b done 01:49:18 #7 exporting manifest list sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b done 01:49:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:18 #7 pushing layers 0.0s done 01:49:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b 0.1s done 01:49:18 #7 DONE 0.1s 01:49:18 01:49:18 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:18 #8 DONE 0.0s 01:49:18 01:49:18 1 warning found (use --debug to expand): 01:49:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38' 01:49:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 --push - 01:49:18 #1 [internal] load build definition from Dockerfile 01:49:18 #1 transferring dockerfile: 168B done 01:49:18 #1 DONE 0.0s 01:49:18 01:49:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 01:49:18 #2 DONE 0.0s 01:49:18 01:49:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38 01:49:18 #3 DONE 0.0s 01:49:18 01:49:18 #4 [internal] load .dockerignore 01:49:18 #4 transferring context: 2B done 01:49:18 #4 DONE 0.0s 01:49:18 01:49:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:18 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:18 #5 CACHED 01:49:18 01:49:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:18 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:18 #6 CACHED 01:49:18 01:49:18 #7 exporting to image 01:49:18 #7 exporting layers done 01:49:18 #7 exporting manifest sha256:2251038a14c1083f55e1ea08c5f4997811a9671a69d53253f9e4015b9c96da6b done 01:49:18 #7 exporting config sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 01:49:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:19 #7 exporting config sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 done 01:49:19 #7 exporting manifest sha256:7ca022e59d057e2a8c4e875bf77858c52ee7ff5ff5c1806331d1c091e0d433fd done 01:49:19 #7 exporting config sha256:c82e131707d1793963f090d3a738cc8e3fa6eaddfb1724ed2268330c1a91110b done 01:49:19 #7 exporting manifest list sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b done 01:49:19 #7 pushing layers 0.0s done 01:49:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.38@sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b 0.1s done 01:49:19 #7 DONE 0.1s 01:49:19 01:49:19 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:19 #8 DONE 0.0s 01:49:19 01:49:19 1 warning found (use --debug to expand): 01:49:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:19 #1 [internal] load build definition from Dockerfile 01:49:19 #1 transferring dockerfile: 209B done 01:49:19 #1 DONE 0.0s 01:49:19 01:49:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:19 #2 DONE 0.0s 01:49:19 01:49:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:19 #3 DONE 0.0s 01:49:19 01:49:19 #4 [internal] load .dockerignore 01:49:19 #4 transferring context: 2B done 01:49:19 #4 DONE 0.0s 01:49:19 01:49:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:19 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 done 01:49:19 #5 CACHED 01:49:19 01:49:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:19 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 done 01:49:19 #6 CACHED 01:49:19 01:49:19 #7 exporting to image 01:49:19 #7 exporting layers done 01:49:19 #7 exporting manifest sha256:2251038a14c1083f55e1ea08c5f4997811a9671a69d53253f9e4015b9c96da6b done 01:49:19 #7 exporting config sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 done 01:49:19 #7 exporting manifest sha256:7ca022e59d057e2a8c4e875bf77858c52ee7ff5ff5c1806331d1c091e0d433fd done 01:49:19 #7 exporting config sha256:c82e131707d1793963f090d3a738cc8e3fa6eaddfb1724ed2268330c1a91110b done 01:49:19 #7 exporting manifest list sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b done 01:49:19 #7 pushing layers 0.0s done 01:49:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b 01:49:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b 0.1s done 01:49:19 #7 DONE 0.1s 01:49:19 01:49:19 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:19 #8 DONE 0.0s 01:49:19 01:49:19 1 warning found (use --debug to expand): 01:49:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:49:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:49:19 #1 [internal] load build definition from Dockerfile 01:49:19 #1 transferring dockerfile: 160B done 01:49:19 #1 DONE 0.0s 01:49:19 01:49:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:49:19 #2 DONE 0.0s 01:49:19 01:49:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:49:19 #3 DONE 0.0s 01:49:19 01:49:19 #4 [internal] load .dockerignore 01:49:19 #4 transferring context: 2B done 01:49:19 #4 DONE 0.0s 01:49:19 01:49:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:19 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:19 #5 DONE 0.0s 01:49:19 01:49:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:20 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 0.0s done 01:49:20 #6 CACHED 01:49:20 01:49:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ef49af9d55f330105e70b21eb10e4d62a1118a75fa0ed1b0d8eb97ad58ca75a2 01:49:20 #5 CACHED 01:49:20 01:49:20 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:20 #7 DONE 0.0s 01:49:20 01:49:20 #8 exporting to image 01:49:20 #8 exporting layers done 01:49:20 #8 exporting manifest sha256:2251038a14c1083f55e1ea08c5f4997811a9671a69d53253f9e4015b9c96da6b done 01:49:20 #8 exporting config sha256:f97cc276b2278c7ca2d163f853a846f0ddcb61e241150021cce0a0a4e17e9c05 done 01:49:20 #8 exporting manifest sha256:7ca022e59d057e2a8c4e875bf77858c52ee7ff5ff5c1806331d1c091e0d433fd done 01:49:20 #8 exporting config sha256:c82e131707d1793963f090d3a738cc8e3fa6eaddfb1724ed2268330c1a91110b done 01:49:20 #8 exporting manifest list sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b done 01:49:20 #8 pushing layers 0.0s done 01:49:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:8dfb38200564159dc1a4d441488a14e26b26e08876aa05b84f222cebd701fc2b 0.1s done 01:49:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:20 #8 DONE 0.1s 01:49:20 01:49:20 1 warning found (use --debug to expand): 01:49:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:20 #1 [internal] load build definition from Dockerfile 01:49:20 #1 transferring dockerfile: 198B done 01:49:20 #1 DONE 0.0s 01:49:20 01:49:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:20 #2 DONE 0.0s 01:49:20 01:49:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:20 #3 DONE 0.1s 01:49:20 01:49:20 #4 [internal] load .dockerignore 01:49:20 #4 transferring context: 2B done 01:49:20 #4 DONE 0.0s 01:49:20 01:49:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:20 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:20 #5 DONE 0.0s 01:49:20 01:49:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:20 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:20 #6 DONE 0.1s 01:49:20 01:49:20 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:49:20 #7 DONE 0.0s 01:49:20 01:49:20 #8 exporting to image 01:49:20 #8 exporting layers done 01:49:20 #8 exporting manifest sha256:34910ee0d73b560cdb400a2490a839e53acf3a8a91b392b588f9e0bd399ec027 0.0s done 01:49:20 #8 exporting config sha256:b5425753e567bf13328bb6d74432aefcbc2391746e71452f582dde6e76306179 done 01:49:20 #8 exporting manifest sha256:801a037bbd320609401964370a56807fd51e15d5433e0f21a9a27c0d247411f9 done 01:49:20 #8 exporting config sha256:ee3b246552b7ea8ea09da0b7981741f0463352a16b29ca74aac5617dd294da08 done 01:49:20 #8 exporting manifest list sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 done 01:49:20 #8 pushing layers 0.1s done 01:49:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 0.1s done 01:49:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:20 #8 DONE 0.2s 01:49:20 01:49:20 1 warning found (use --debug to expand): 01:49:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:49:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:49:21 #1 [internal] load build definition from Dockerfile 01:49:21 #1 transferring dockerfile: 164B done 01:49:21 #1 DONE 0.0s 01:49:21 01:49:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:49:21 #2 DONE 0.0s 01:49:21 01:49:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:49:21 #3 DONE 0.0s 01:49:21 01:49:21 #4 [internal] load .dockerignore 01:49:21 #4 transferring context: 2B done 01:49:21 #4 DONE 0.0s 01:49:21 01:49:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:21 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 done 01:49:21 #5 DONE 0.0s 01:49:21 01:49:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:21 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:21 #6 CACHED 01:49:21 01:49:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:21 #5 CACHED 01:49:21 01:49:21 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:49:21 #7 DONE 0.0s 01:49:21 01:49:21 #8 exporting to image 01:49:21 #8 exporting layers done 01:49:21 #8 exporting manifest sha256:34910ee0d73b560cdb400a2490a839e53acf3a8a91b392b588f9e0bd399ec027 done 01:49:21 #8 exporting config sha256:b5425753e567bf13328bb6d74432aefcbc2391746e71452f582dde6e76306179 done 01:49:21 #8 exporting manifest sha256:801a037bbd320609401964370a56807fd51e15d5433e0f21a9a27c0d247411f9 done 01:49:21 #8 exporting config sha256:ee3b246552b7ea8ea09da0b7981741f0463352a16b29ca74aac5617dd294da08 done 01:49:21 #8 exporting manifest list sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 done 01:49:21 #8 pushing layers 0.0s done 01:49:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 0.1s done 01:49:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:21 #8 DONE 0.1s 01:49:21 01:49:21 1 warning found (use --debug to expand): 01:49:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38' 01:49:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 --push - 01:49:22 #1 [internal] load build definition from Dockerfile 01:49:22 #1 transferring dockerfile: 170B done 01:49:22 #1 DONE 0.0s 01:49:22 01:49:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 01:49:22 #2 DONE 0.0s 01:49:22 01:49:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38 01:49:22 #3 DONE 0.0s 01:49:22 01:49:22 #4 [internal] load .dockerignore 01:49:22 #4 transferring context: 2B done 01:49:22 #4 DONE 0.0s 01:49:22 01:49:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:22 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 done 01:49:22 #5 CACHED 01:49:22 01:49:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:22 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:22 #6 CACHED 01:49:22 01:49:22 #7 exporting to image 01:49:22 #7 exporting layers done 01:49:22 #7 exporting manifest sha256:34910ee0d73b560cdb400a2490a839e53acf3a8a91b392b588f9e0bd399ec027 done 01:49:22 #7 exporting config sha256:b5425753e567bf13328bb6d74432aefcbc2391746e71452f582dde6e76306179 done 01:49:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:22 #7 exporting manifest sha256:801a037bbd320609401964370a56807fd51e15d5433e0f21a9a27c0d247411f9 done 01:49:22 #7 exporting config sha256:ee3b246552b7ea8ea09da0b7981741f0463352a16b29ca74aac5617dd294da08 done 01:49:22 #7 exporting manifest list sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 done 01:49:22 #7 pushing layers 0.0s done 01:49:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.38@sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 0.1s done 01:49:22 #7 DONE 0.1s 01:49:22 01:49:22 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:49:22 #8 DONE 0.0s 01:49:22 01:49:22 1 warning found (use --debug to expand): 01:49:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:22 #1 [internal] load build definition from Dockerfile 01:49:22 #1 transferring dockerfile: 211B done 01:49:22 #1 DONE 0.0s 01:49:22 01:49:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:22 #2 DONE 0.0s 01:49:22 01:49:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:22 #3 DONE 0.0s 01:49:22 01:49:22 #4 [internal] load .dockerignore 01:49:22 #4 transferring context: 2B done 01:49:22 #4 DONE 0.0s 01:49:22 01:49:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:22 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:22 #5 CACHED 01:49:22 01:49:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:22 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:22 #6 CACHED 01:49:22 01:49:22 #7 exporting to image 01:49:22 #7 exporting layers done 01:49:22 #7 exporting manifest sha256:34910ee0d73b560cdb400a2490a839e53acf3a8a91b392b588f9e0bd399ec027 done 01:49:22 #7 exporting config sha256:b5425753e567bf13328bb6d74432aefcbc2391746e71452f582dde6e76306179 done 01:49:22 #7 exporting manifest sha256:801a037bbd320609401964370a56807fd51e15d5433e0f21a9a27c0d247411f9 01:49:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:22 #7 exporting manifest sha256:801a037bbd320609401964370a56807fd51e15d5433e0f21a9a27c0d247411f9 done 01:49:22 #7 exporting config sha256:ee3b246552b7ea8ea09da0b7981741f0463352a16b29ca74aac5617dd294da08 done 01:49:22 #7 exporting manifest list sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 done 01:49:22 #7 pushing layers 0.0s done 01:49:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 0.1s done 01:49:22 #7 DONE 0.1s 01:49:22 01:49:22 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:49:22 #8 DONE 0.0s 01:49:22 01:49:22 1 warning found (use --debug to expand): 01:49:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:49:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:49:23 #1 [internal] load build definition from Dockerfile 01:49:23 #1 transferring dockerfile: 162B done 01:49:23 #1 DONE 0.0s 01:49:23 01:49:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:49:23 #2 DONE 0.0s 01:49:23 01:49:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:49:23 #3 DONE 0.0s 01:49:23 01:49:23 #4 [internal] load .dockerignore 01:49:23 #4 transferring context: 2B done 01:49:23 #4 DONE 0.0s 01:49:23 01:49:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:23 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 done 01:49:23 #5 CACHED 01:49:23 01:49:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 01:49:23 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:9453d6e1b6012037bcd22831188f09d011bbe7e7284841b2505a15140a2b0a13 0.0s done 01:49:23 #6 CACHED 01:49:23 01:49:23 #7 exporting to image 01:49:23 #7 exporting layers done 01:49:23 #7 exporting manifest sha256:34910ee0d73b560cdb400a2490a839e53acf3a8a91b392b588f9e0bd399ec027 done 01:49:23 #7 exporting config sha256:b5425753e567bf13328bb6d74432aefcbc2391746e71452f582dde6e76306179 done 01:49:23 #7 exporting manifest sha256:801a037bbd320609401964370a56807fd51e15d5433e0f21a9a27c0d247411f9 done 01:49:23 #7 exporting config sha256:ee3b246552b7ea8ea09da0b7981741f0463352a16b29ca74aac5617dd294da08 done 01:49:23 #7 exporting manifest list sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 done 01:49:23 #7 pushing layers 0.0s done 01:49:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 01:49:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:d8ceac4a9153d2930ea930d8a7fe9b8a3feb4c08e305cc193694f8d73f803e48 0.1s done 01:49:23 #7 DONE 0.1s 01:49:23 01:49:23 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:49:23 #8 DONE 0.0s 01:49:23 01:49:23 1 warning found (use --debug to expand): 01:49:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:23 #1 [internal] load build definition from Dockerfile 01:49:23 #1 transferring dockerfile: 206B done 01:49:23 #1 DONE 0.0s 01:49:23 01:49:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:23 #2 DONE 0.0s 01:49:23 01:49:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:23 #3 DONE 0.1s 01:49:23 01:49:23 #4 [internal] load .dockerignore 01:49:23 #4 transferring context: 2B done 01:49:23 #4 DONE 0.0s 01:49:23 01:49:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:23 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:23 #5 DONE 0.0s 01:49:23 01:49:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:23 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 done 01:49:23 #6 DONE 0.1s 01:49:23 01:49:23 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:23 #7 DONE 0.0s 01:49:23 01:49:23 #8 exporting to image 01:49:23 #8 exporting layers done 01:49:23 #8 exporting manifest sha256:2d5324d7546cb924132c83a5dc74c32088ff6811f68edc75c305428d504cf760 done 01:49:23 #8 exporting config sha256:8337bf6d64d0fe27c9d9ed7a40087d016e9808e760eb2a86550b37ed511a4674 done 01:49:23 #8 exporting manifest sha256:dd6e91158bf53109d24083a74176390d86ee4bfe245945b2ea97ee1fc6f1871e done 01:49:23 #8 exporting config sha256:b0004c52019acdaa344dc101f00e79d9358cfee8311a6d9dd98219ec81e47951 done 01:49:23 #8 exporting manifest list sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a done 01:49:23 #8 pushing layers 0.1s done 01:49:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 01:49:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 0.1s done 01:49:23 #8 DONE 0.2s 01:49:23 01:49:23 1 warning found (use --debug to expand): 01:49:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:49:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:49:24 #1 [internal] load build definition from Dockerfile 01:49:24 #1 transferring dockerfile: 172B done 01:49:24 #1 DONE 0.0s 01:49:24 01:49:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:49:24 #2 DONE 0.0s 01:49:24 01:49:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:49:24 #3 DONE 0.0s 01:49:24 01:49:24 #4 [internal] load .dockerignore 01:49:24 #4 transferring context: 2B done 01:49:24 #4 DONE 0.0s 01:49:24 01:49:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:24 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:24 #5 CACHED 01:49:24 01:49:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:24 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:24 #6 CACHED 01:49:24 01:49:24 #7 exporting to image 01:49:24 #7 exporting layers done 01:49:24 #7 exporting manifest sha256:2d5324d7546cb924132c83a5dc74c32088ff6811f68edc75c305428d504cf760 done 01:49:24 #7 exporting config sha256:8337bf6d64d0fe27c9d9ed7a40087d016e9808e760eb2a86550b37ed511a4674 done 01:49:24 #7 exporting manifest sha256:dd6e91158bf53109d24083a74176390d86ee4bfe245945b2ea97ee1fc6f1871e done 01:49:24 #7 exporting config sha256:b0004c52019acdaa344dc101f00e79d9358cfee8311a6d9dd98219ec81e47951 01:49:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:24 #7 exporting config sha256:b0004c52019acdaa344dc101f00e79d9358cfee8311a6d9dd98219ec81e47951 done 01:49:24 #7 exporting manifest list sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a done 01:49:24 #7 pushing layers 0.0s done 01:49:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 0.1s done 01:49:24 #7 DONE 0.1s 01:49:24 01:49:24 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:24 #8 DONE 0.0s 01:49:24 01:49:24 1 warning found (use --debug to expand): 01:49:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 --push - 01:49:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38' 01:49:24 #1 [internal] load build definition from Dockerfile 01:49:24 #1 transferring dockerfile: 178B done 01:49:24 #1 DONE 0.0s 01:49:24 01:49:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 01:49:24 #2 DONE 0.0s 01:49:24 01:49:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38 01:49:24 #3 DONE 0.0s 01:49:24 01:49:24 #4 [internal] load .dockerignore 01:49:24 #4 transferring context: 2B done 01:49:24 #4 DONE 0.0s 01:49:24 01:49:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:24 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:24 #5 CACHED 01:49:24 01:49:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:24 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:24 #6 CACHED 01:49:24 01:49:24 #7 exporting to image 01:49:24 #7 exporting layers 01:49:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:25 #7 exporting layers done 01:49:25 #7 exporting manifest sha256:2d5324d7546cb924132c83a5dc74c32088ff6811f68edc75c305428d504cf760 done 01:49:25 #7 exporting config sha256:8337bf6d64d0fe27c9d9ed7a40087d016e9808e760eb2a86550b37ed511a4674 done 01:49:25 #7 exporting manifest sha256:dd6e91158bf53109d24083a74176390d86ee4bfe245945b2ea97ee1fc6f1871e done 01:49:25 #7 exporting config sha256:b0004c52019acdaa344dc101f00e79d9358cfee8311a6d9dd98219ec81e47951 done 01:49:25 #7 exporting manifest list sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a done 01:49:25 #7 pushing layers 0.0s done 01:49:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.38@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 0.1s done 01:49:25 #7 DONE 0.1s 01:49:25 01:49:25 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:25 #8 DONE 0.0s 01:49:25 01:49:25 1 warning found (use --debug to expand): 01:49:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:25 #1 [internal] load build definition from Dockerfile 01:49:25 #1 transferring dockerfile: 219B done 01:49:25 #1 DONE 0.0s 01:49:25 01:49:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:25 #2 DONE 0.0s 01:49:25 01:49:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:25 #3 DONE 0.0s 01:49:25 01:49:25 #4 [internal] load .dockerignore 01:49:25 #4 transferring context: 2B done 01:49:25 #4 DONE 0.0s 01:49:25 01:49:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:25 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:25 #5 ... 01:49:25 01:49:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:25 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:25 #6 CACHED 01:49:25 01:49:25 #7 exporting to image 01:49:25 #7 exporting layers done 01:49:25 #7 exporting manifest sha256:2d5324d7546cb924132c83a5dc74c32088ff6811f68edc75c305428d504cf760 done 01:49:25 #7 exporting config sha256:8337bf6d64d0fe27c9d9ed7a40087d016e9808e760eb2a86550b37ed511a4674 done 01:49:25 #7 exporting manifest sha256:dd6e91158bf53109d24083a74176390d86ee4bfe245945b2ea97ee1fc6f1871e done 01:49:25 #7 exporting config sha256:b0004c52019acdaa344dc101f00e79d9358cfee8311a6d9dd98219ec81e47951 done 01:49:25 #7 exporting manifest list sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a done 01:49:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:25 #7 pushing layers 0.0s done 01:49:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 0.1s done 01:49:25 #7 DONE 0.1s 01:49:25 01:49:25 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:25 #8 DONE 0.0s 01:49:25 01:49:25 1 warning found (use --debug to expand): 01:49:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:49:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:49:26 #1 [internal] load build definition from Dockerfile 01:49:26 #1 transferring dockerfile: 170B done 01:49:26 #1 DONE 0.0s 01:49:26 01:49:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:49:26 #2 DONE 0.0s 01:49:26 01:49:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:49:26 #3 DONE 0.0s 01:49:26 01:49:26 #4 [internal] load .dockerignore 01:49:26 #4 transferring context: 2B done 01:49:26 #4 DONE 0.0s 01:49:26 01:49:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:26 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 done 01:49:26 #5 CACHED 01:49:26 01:49:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 01:49:26 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:c179cd7b6fcc0a94806be01e1cc9ffaca1cee6a9389343ab3ee9b3a4c77fb1e3 0.0s done 01:49:26 #6 CACHED 01:49:26 01:49:26 #7 exporting to image 01:49:26 #7 exporting layers done 01:49:26 #7 exporting manifest sha256:2d5324d7546cb924132c83a5dc74c32088ff6811f68edc75c305428d504cf760 done 01:49:26 #7 exporting config sha256:8337bf6d64d0fe27c9d9ed7a40087d016e9808e760eb2a86550b37ed511a4674 done 01:49:26 #7 exporting manifest sha256:dd6e91158bf53109d24083a74176390d86ee4bfe245945b2ea97ee1fc6f1871e done 01:49:26 #7 exporting config sha256:b0004c52019acdaa344dc101f00e79d9358cfee8311a6d9dd98219ec81e47951 done 01:49:26 #7 exporting manifest list sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a done 01:49:26 #7 pushing layers 0.0s done 01:49:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 01:49:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d9569e91d97fb217a026efeba5795e81c11ec57a01b7f9c5084fc2e0e2f88e9a 0.1s done 01:49:26 #7 DONE 0.1s 01:49:26 01:49:26 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:49:26 #8 DONE 0.0s 01:49:26 01:49:26 1 warning found (use --debug to expand): 01:49:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:26 #1 [internal] load build definition from Dockerfile 01:49:26 #1 transferring dockerfile: 204B done 01:49:26 #1 DONE 0.0s 01:49:26 01:49:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:26 #2 DONE 0.0s 01:49:26 01:49:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:26 #3 DONE 0.0s 01:49:26 01:49:26 #4 [internal] load .dockerignore 01:49:26 #4 transferring context: 2B done 01:49:26 #4 DONE 0.0s 01:49:26 01:49:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:26 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 done 01:49:26 #5 DONE 0.0s 01:49:26 01:49:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:26 #6 DONE 0.0s 01:49:26 01:49:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:26 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 done 01:49:26 #5 DONE 0.1s 01:49:26 01:49:26 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:49:26 #7 DONE 0.0s 01:49:26 01:49:26 #8 exporting to image 01:49:26 #8 exporting layers done 01:49:26 #8 exporting manifest sha256:bcd4e4157568126e3e5685a6026e3817bdced5dc022c5416714d7571a27acff1 done 01:49:26 #8 exporting config sha256:83cc02c574f500cb6f6930a1adf9cb33fc5f9eeb28e26c5d0a337886e91f0e67 done 01:49:26 #8 exporting manifest sha256:6658b70646d3821f0ce0d142f66c213cc9741f86f8c1fb21e9d7da013f763021 done 01:49:26 #8 exporting config sha256:653c05d69e83c47ce66bd2eff7d3df49ea8d4191799c8cf4d6c8cbe57d8d978b done 01:49:26 #8 exporting manifest list sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb done 01:49:26 #8 pushing layers 0.1s done 01:49:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb 0.1s done 01:49:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:26 #8 DONE 0.2s 01:49:26 01:49:26 1 warning found (use --debug to expand): 01:49:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:49:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:49:27 #1 [internal] load build definition from Dockerfile 01:49:27 #1 transferring dockerfile: 170B done 01:49:27 #1 DONE 0.0s 01:49:27 01:49:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:49:27 #2 DONE 0.0s 01:49:27 01:49:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:49:27 #3 DONE 0.0s 01:49:27 01:49:27 #4 [internal] load .dockerignore 01:49:27 #4 transferring context: 2B done 01:49:27 #4 DONE 0.0s 01:49:27 01:49:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:27 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 done 01:49:27 #5 CACHED 01:49:27 01:49:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:27 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 0.0s done 01:49:27 #6 DONE 0.0s 01:49:27 01:49:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:27 #6 CACHED 01:49:27 01:49:27 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:49:27 #7 DONE 0.0s 01:49:27 01:49:27 #8 exporting to image 01:49:27 #8 exporting layers done 01:49:27 #8 exporting manifest sha256:bcd4e4157568126e3e5685a6026e3817bdced5dc022c5416714d7571a27acff1 done 01:49:27 #8 exporting config sha256:83cc02c574f500cb6f6930a1adf9cb33fc5f9eeb28e26c5d0a337886e91f0e67 done 01:49:27 #8 exporting manifest sha256:6658b70646d3821f0ce0d142f66c213cc9741f86f8c1fb21e9d7da013f763021 done 01:49:27 #8 exporting config sha256:653c05d69e83c47ce66bd2eff7d3df49ea8d4191799c8cf4d6c8cbe57d8d978b done 01:49:27 #8 exporting manifest list sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb done 01:49:27 #8 pushing layers 0.0s done 01:49:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb 0.1s done 01:49:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:27 #8 DONE 0.1s 01:49:27 01:49:27 1 warning found (use --debug to expand): 01:49:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38' 01:49:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 --push - 01:49:28 #1 [internal] load build definition from Dockerfile 01:49:28 #1 transferring dockerfile: 176B done 01:49:28 #1 DONE 0.0s 01:49:28 01:49:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 01:49:28 #2 DONE 0.0s 01:49:28 01:49:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38 01:49:28 #3 DONE 0.0s 01:49:28 01:49:28 #4 [internal] load .dockerignore 01:49:28 #4 transferring context: 2B done 01:49:28 #4 DONE 0.0s 01:49:28 01:49:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 0.0s done 01:49:28 #5 DONE 0.0s 01:49:28 01:49:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 0.0s done 01:49:28 #6 CACHED 01:49:28 01:49:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #5 CACHED 01:49:28 01:49:28 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:49:28 #7 DONE 0.0s 01:49:28 01:49:28 #8 exporting to image 01:49:28 #8 exporting layers done 01:49:28 #8 exporting manifest sha256:bcd4e4157568126e3e5685a6026e3817bdced5dc022c5416714d7571a27acff1 done 01:49:28 #8 exporting config sha256:83cc02c574f500cb6f6930a1adf9cb33fc5f9eeb28e26c5d0a337886e91f0e67 done 01:49:28 #8 exporting manifest sha256:6658b70646d3821f0ce0d142f66c213cc9741f86f8c1fb21e9d7da013f763021 done 01:49:28 #8 exporting config sha256:653c05d69e83c47ce66bd2eff7d3df49ea8d4191799c8cf4d6c8cbe57d8d978b done 01:49:28 #8 exporting manifest list sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb done 01:49:28 #8 pushing layers 0.0s done 01:49:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.38@sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb 0.1s done 01:49:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:28 #8 DONE 0.1s 01:49:28 01:49:28 1 warning found (use --debug to expand): 01:49:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:28 #1 [internal] load build definition from Dockerfile 01:49:28 #1 transferring dockerfile: 217B done 01:49:28 #1 DONE 0.0s 01:49:28 01:49:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:28 #2 DONE 0.0s 01:49:28 01:49:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:28 #3 DONE 0.0s 01:49:28 01:49:28 #4 [internal] load .dockerignore 01:49:28 #4 transferring context: 2B done 01:49:28 #4 DONE 0.0s 01:49:28 01:49:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 0.0s done 01:49:28 #5 CACHED 01:49:28 01:49:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 0.0s done 01:49:28 #6 DONE 0.0s 01:49:28 01:49:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #6 CACHED 01:49:28 01:49:28 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:49:28 #7 DONE 0.0s 01:49:28 01:49:28 #8 exporting to image 01:49:28 #8 exporting layers done 01:49:28 #8 exporting manifest sha256:bcd4e4157568126e3e5685a6026e3817bdced5dc022c5416714d7571a27acff1 done 01:49:28 #8 exporting config sha256:83cc02c574f500cb6f6930a1adf9cb33fc5f9eeb28e26c5d0a337886e91f0e67 done 01:49:28 #8 exporting manifest sha256:6658b70646d3821f0ce0d142f66c213cc9741f86f8c1fb21e9d7da013f763021 done 01:49:28 #8 exporting config sha256:653c05d69e83c47ce66bd2eff7d3df49ea8d4191799c8cf4d6c8cbe57d8d978b done 01:49:28 #8 exporting manifest list sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb done 01:49:28 #8 pushing layers 0.0s done 01:49:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb 0.1s done 01:49:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:28 #8 DONE 0.1s 01:49:28 01:49:28 1 warning found (use --debug to expand): 01:49:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:49:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:49:28 #1 [internal] load build definition from Dockerfile 01:49:28 #1 transferring dockerfile: 168B done 01:49:28 #1 DONE 0.0s 01:49:28 01:49:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:49:28 #2 DONE 0.0s 01:49:28 01:49:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:49:28 #3 DONE 0.0s 01:49:28 01:49:28 #4 [internal] load .dockerignore 01:49:28 #4 transferring context: 2B done 01:49:28 #4 DONE 0.0s 01:49:28 01:49:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 done 01:49:28 #5 CACHED 01:49:28 01:49:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 01:49:28 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1786ebe8055b4034bc0e6fc79a4b8ad59908e98a2200caf51e865f5172486078 done 01:49:28 #6 CACHED 01:49:28 01:49:28 #7 exporting to image 01:49:28 #7 exporting layers done 01:49:28 #7 exporting manifest sha256:bcd4e4157568126e3e5685a6026e3817bdced5dc022c5416714d7571a27acff1 done 01:49:28 #7 exporting config sha256:83cc02c574f500cb6f6930a1adf9cb33fc5f9eeb28e26c5d0a337886e91f0e67 done 01:49:28 #7 exporting manifest sha256:6658b70646d3821f0ce0d142f66c213cc9741f86f8c1fb21e9d7da013f763021 done 01:49:28 #7 exporting config sha256:653c05d69e83c47ce66bd2eff7d3df49ea8d4191799c8cf4d6c8cbe57d8d978b done 01:49:28 #7 exporting manifest list sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb done 01:49:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:29 #7 pushing layers 0.0s done 01:49:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c6c02c33798a5ff3abf0dcf27dd968701076b0a54b6629c2b289ee70395156fb 0.1s done 01:49:29 #7 DONE 0.1s 01:49:29 01:49:29 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:49:29 #8 DONE 0.0s 01:49:29 01:49:29 1 warning found (use --debug to expand): 01:49:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:29 #1 [internal] load build definition from Dockerfile 01:49:29 #1 transferring dockerfile: 205B done 01:49:29 #1 DONE 0.0s 01:49:29 01:49:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:29 #2 DONE 0.0s 01:49:29 01:49:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:29 #3 DONE 0.0s 01:49:29 01:49:29 #4 [internal] load .dockerignore 01:49:29 #4 transferring context: 2B done 01:49:29 #4 DONE 0.0s 01:49:29 01:49:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:29 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 done 01:49:29 #5 DONE 0.0s 01:49:29 01:49:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:29 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:29 #6 DONE 0.0s 01:49:29 01:49:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:29 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 done 01:49:29 #5 DONE 0.1s 01:49:29 01:49:29 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:29 #7 DONE 0.0s 01:49:29 01:49:29 #8 exporting to image 01:49:29 #8 exporting layers done 01:49:29 #8 exporting manifest sha256:5705b804f99b3dc3d474198abad65383d72a1f12381c02d0bd8e954e32641e55 done 01:49:29 #8 exporting config sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d done 01:49:29 #8 exporting manifest sha256:ee4f2288e5511055c2dbacf1c78081dfd036789438048bd5d877e4c801ed2753 done 01:49:29 #8 exporting config sha256:d1442ae8168b859ee6a33e13830e43a572ac7084af586e4d8d57ba20d22616cf done 01:49:29 #8 exporting manifest list sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b done 01:49:29 #8 pushing layers 0.1s done 01:49:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b 01:49:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b 0.1s done 01:49:29 #8 DONE 0.2s 01:49:29 01:49:29 1 warning found (use --debug to expand): 01:49:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:49:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:49:30 #1 [internal] load build definition from Dockerfile 01:49:30 #1 transferring dockerfile: 171B done 01:49:30 #1 DONE 0.0s 01:49:30 01:49:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:49:30 #2 DONE 0.0s 01:49:30 01:49:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:49:30 #3 DONE 0.0s 01:49:30 01:49:30 #4 [internal] load .dockerignore 01:49:30 #4 transferring context: 2B done 01:49:30 #4 DONE 0.0s 01:49:30 01:49:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 done 01:49:30 #5 DONE 0.0s 01:49:30 01:49:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:30 #6 CACHED 01:49:30 01:49:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:30 #5 CACHED 01:49:30 01:49:30 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:30 #7 DONE 0.0s 01:49:30 01:49:30 #8 exporting to image 01:49:30 #8 exporting layers done 01:49:30 #8 exporting manifest sha256:5705b804f99b3dc3d474198abad65383d72a1f12381c02d0bd8e954e32641e55 done 01:49:30 #8 exporting config sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d done 01:49:30 #8 exporting manifest sha256:ee4f2288e5511055c2dbacf1c78081dfd036789438048bd5d877e4c801ed2753 done 01:49:30 #8 exporting config sha256:d1442ae8168b859ee6a33e13830e43a572ac7084af586e4d8d57ba20d22616cf done 01:49:30 #8 exporting manifest list sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b done 01:49:30 #8 pushing layers 0.0s done 01:49:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b 0.1s done 01:49:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:30 #8 DONE 0.1s 01:49:30 01:49:30 1 warning found (use --debug to expand): 01:49:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38' 01:49:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 --push - 01:49:30 #1 [internal] load build definition from Dockerfile 01:49:30 #1 transferring dockerfile: 177B done 01:49:30 #1 DONE 0.0s 01:49:30 01:49:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 01:49:30 #2 DONE 0.0s 01:49:30 01:49:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38 01:49:30 #3 DONE 0.0s 01:49:30 01:49:30 #4 [internal] load .dockerignore 01:49:30 #4 transferring context: 2B done 01:49:30 #4 DONE 0.0s 01:49:30 01:49:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:30 #5 CACHED 01:49:30 01:49:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:30 #6 CACHED 01:49:30 01:49:30 #7 exporting to image 01:49:30 #7 exporting layers done 01:49:30 #7 exporting manifest sha256:5705b804f99b3dc3d474198abad65383d72a1f12381c02d0bd8e954e32641e55 done 01:49:30 #7 exporting config sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d 01:49:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:31 #7 exporting config sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d done 01:49:31 #7 exporting manifest sha256:ee4f2288e5511055c2dbacf1c78081dfd036789438048bd5d877e4c801ed2753 done 01:49:31 #7 exporting config sha256:d1442ae8168b859ee6a33e13830e43a572ac7084af586e4d8d57ba20d22616cf done 01:49:31 #7 exporting manifest list sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b done 01:49:31 #7 pushing layers 0.0s done 01:49:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.38@sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b 0.1s done 01:49:31 #7 DONE 0.1s 01:49:31 01:49:31 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:31 #8 DONE 0.0s 01:49:31 01:49:31 1 warning found (use --debug to expand): 01:49:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:31 #1 [internal] load build definition from Dockerfile 01:49:31 #1 transferring dockerfile: 218B done 01:49:31 #1 DONE 0.0s 01:49:31 01:49:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:31 #2 DONE 0.0s 01:49:31 01:49:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:31 #3 DONE 0.0s 01:49:31 01:49:31 #4 [internal] load .dockerignore 01:49:31 #4 transferring context: 2B done 01:49:31 #4 DONE 0.0s 01:49:31 01:49:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:31 #5 CACHED 01:49:31 01:49:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:31 #6 CACHED 01:49:31 01:49:31 #7 exporting to image 01:49:31 #7 exporting layers done 01:49:31 #7 exporting manifest sha256:5705b804f99b3dc3d474198abad65383d72a1f12381c02d0bd8e954e32641e55 done 01:49:31 #7 exporting config sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d done 01:49:31 #7 exporting manifest sha256:ee4f2288e5511055c2dbacf1c78081dfd036789438048bd5d877e4c801ed2753 done 01:49:31 #7 exporting config sha256:d1442ae8168b859ee6a33e13830e43a572ac7084af586e4d8d57ba20d22616cf 01:49:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:31 #7 exporting config sha256:d1442ae8168b859ee6a33e13830e43a572ac7084af586e4d8d57ba20d22616cf done 01:49:31 #7 exporting manifest list sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b done 01:49:31 #7 pushing layers 0.0s done 01:49:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b 0.1s done 01:49:31 #7 DONE 0.1s 01:49:31 01:49:31 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:31 #8 DONE 0.0s 01:49:31 01:49:31 1 warning found (use --debug to expand): 01:49:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:49:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:49:31 #1 [internal] load build definition from Dockerfile 01:49:31 #1 transferring dockerfile: 169B done 01:49:31 #1 DONE 0.0s 01:49:31 01:49:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:49:31 #2 DONE 0.0s 01:49:31 01:49:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:49:31 #3 DONE 0.0s 01:49:31 01:49:31 #4 [internal] load .dockerignore 01:49:31 #4 transferring context: 2B done 01:49:31 #4 DONE 0.0s 01:49:31 01:49:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:31 #5 CACHED 01:49:31 01:49:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 01:49:32 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:ffe75b83800f1c9fffa78eb1d0bf8caf79c6fdf9418ae3a360b260c854ef1925 0.0s done 01:49:32 #6 CACHED 01:49:32 01:49:32 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:32 #7 DONE 0.0s 01:49:32 01:49:32 #8 exporting to image 01:49:32 #8 exporting layers done 01:49:32 #8 exporting manifest sha256:5705b804f99b3dc3d474198abad65383d72a1f12381c02d0bd8e954e32641e55 done 01:49:32 #8 exporting config sha256:e6f679b4f097332e5f51e3939eb1094011b65665e91adccbc0fea2344661d23d done 01:49:32 #8 exporting manifest sha256:ee4f2288e5511055c2dbacf1c78081dfd036789438048bd5d877e4c801ed2753 done 01:49:32 #8 exporting config sha256:d1442ae8168b859ee6a33e13830e43a572ac7084af586e4d8d57ba20d22616cf done 01:49:32 #8 exporting manifest list sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b done 01:49:32 #8 pushing layers 0.0s done 01:49:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:de8b168752b8d983560e53248f9dc8ef3cbe76f3a08ec052f511b97b7a0e4e5b 0.1s done 01:49:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:32 #8 DONE 0.1s 01:49:32 01:49:32 1 warning found (use --debug to expand): 01:49:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:32 #1 [internal] load build definition from Dockerfile 01:49:32 #1 transferring dockerfile: 211B done 01:49:32 #1 DONE 0.0s 01:49:32 01:49:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:32 #2 DONE 0.0s 01:49:32 01:49:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:32 #3 DONE 0.0s 01:49:32 01:49:32 #4 [internal] load .dockerignore 01:49:32 #4 transferring context: 2B done 01:49:32 #4 DONE 0.0s 01:49:32 01:49:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:32 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:32 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:32 #5 DONE 0.0s 01:49:32 01:49:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:32 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:32 #6 DONE 0.1s 01:49:32 01:49:32 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:32 #7 DONE 0.0s 01:49:32 01:49:32 #8 exporting to image 01:49:32 #8 exporting layers done 01:49:32 #8 exporting manifest sha256:42937681042b112f2888896c8c5d133468803d2eb4c50a1f0895b3a2b79905e2 done 01:49:32 #8 exporting config sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec done 01:49:32 #8 exporting manifest sha256:4e3b82416c1cbb24164134f78976558fc577da10ef45387cb35aecb1e0d2066e done 01:49:32 #8 exporting config sha256:860a7b8ea15116eb97d6d198719f65913469080b02949bcb4ec9d0d0017d0f1d done 01:49:32 #8 exporting manifest list sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec done 01:49:32 #8 pushing layers 0.1s done 01:49:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 01:49:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 0.1s done 01:49:32 #8 DONE 0.2s 01:49:32 01:49:32 1 warning found (use --debug to expand): 01:49:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:49:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:49:33 #1 [internal] load build definition from Dockerfile 01:49:33 #1 transferring dockerfile: 177B done 01:49:33 #1 DONE 0.0s 01:49:33 01:49:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:49:33 #2 DONE 0.0s 01:49:33 01:49:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:49:33 #3 DONE 0.0s 01:49:33 01:49:33 #4 [internal] load .dockerignore 01:49:33 #4 transferring context: 2B done 01:49:33 #4 DONE 0.0s 01:49:33 01:49:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:33 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:33 #5 CACHED 01:49:33 01:49:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:33 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:33 #6 CACHED 01:49:33 01:49:33 #7 exporting to image 01:49:33 #7 exporting layers done 01:49:33 #7 exporting manifest sha256:42937681042b112f2888896c8c5d133468803d2eb4c50a1f0895b3a2b79905e2 done 01:49:33 #7 exporting config sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec done 01:49:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:33 #7 exporting manifest sha256:4e3b82416c1cbb24164134f78976558fc577da10ef45387cb35aecb1e0d2066e done 01:49:33 #7 exporting config sha256:860a7b8ea15116eb97d6d198719f65913469080b02949bcb4ec9d0d0017d0f1d done 01:49:33 #7 exporting manifest list sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec done 01:49:33 #7 pushing layers 0.0s done 01:49:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 0.1s done 01:49:33 #7 DONE 0.1s 01:49:33 01:49:33 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:33 #8 DONE 0.0s 01:49:33 01:49:33 1 warning found (use --debug to expand): 01:49:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 --push - 01:49:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38' 01:49:33 #1 [internal] load build definition from Dockerfile 01:49:33 #1 transferring dockerfile: 183B done 01:49:33 #1 DONE 0.0s 01:49:33 01:49:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 01:49:33 #2 DONE 0.0s 01:49:33 01:49:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38 01:49:33 #3 DONE 0.0s 01:49:33 01:49:33 #4 [internal] load .dockerignore 01:49:33 #4 transferring context: 2B done 01:49:33 #4 DONE 0.0s 01:49:33 01:49:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:33 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d done 01:49:33 #5 CACHED 01:49:33 01:49:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:33 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:33 #6 CACHED 01:49:33 01:49:33 #7 exporting to image 01:49:33 #7 exporting layers done 01:49:33 #7 exporting manifest sha256:42937681042b112f2888896c8c5d133468803d2eb4c50a1f0895b3a2b79905e2 01:49:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:34 #7 exporting manifest sha256:42937681042b112f2888896c8c5d133468803d2eb4c50a1f0895b3a2b79905e2 done 01:49:34 #7 exporting config sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec done 01:49:34 #7 exporting manifest sha256:4e3b82416c1cbb24164134f78976558fc577da10ef45387cb35aecb1e0d2066e done 01:49:34 #7 exporting config sha256:860a7b8ea15116eb97d6d198719f65913469080b02949bcb4ec9d0d0017d0f1d done 01:49:34 #7 exporting manifest list sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec done 01:49:34 #7 pushing layers 0.0s done 01:49:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.38@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 0.1s done 01:49:34 #7 DONE 0.1s 01:49:34 01:49:34 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:34 #8 DONE 0.0s 01:49:34 01:49:34 1 warning found (use --debug to expand): 01:49:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:34 #1 [internal] load build definition from Dockerfile 01:49:34 #1 transferring dockerfile: 224B done 01:49:34 #1 DONE 0.0s 01:49:34 01:49:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:34 #2 DONE 0.0s 01:49:34 01:49:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:34 #3 DONE 0.0s 01:49:34 01:49:34 #4 [internal] load .dockerignore 01:49:34 #4 transferring context: 2B done 01:49:34 #4 DONE 0.0s 01:49:34 01:49:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:34 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d done 01:49:34 #5 CACHED 01:49:34 01:49:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:34 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d done 01:49:34 #6 CACHED 01:49:34 01:49:34 #7 exporting to image 01:49:34 #7 exporting layers done 01:49:34 #7 exporting manifest sha256:42937681042b112f2888896c8c5d133468803d2eb4c50a1f0895b3a2b79905e2 done 01:49:34 #7 exporting config sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec done 01:49:34 #7 exporting manifest sha256:4e3b82416c1cbb24164134f78976558fc577da10ef45387cb35aecb1e0d2066e done 01:49:34 #7 exporting config sha256:860a7b8ea15116eb97d6d198719f65913469080b02949bcb4ec9d0d0017d0f1d done 01:49:34 #7 exporting manifest list sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec done 01:49:34 #7 pushing layers 0.0s done 01:49:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 01:49:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 0.1s done 01:49:34 #7 DONE 0.1s 01:49:34 01:49:34 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:34 #8 DONE 0.0s 01:49:34 01:49:34 1 warning found (use --debug to expand): 01:49:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:49:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:49:35 #1 [internal] load build definition from Dockerfile 01:49:35 #1 transferring dockerfile: 175B done 01:49:35 #1 DONE 0.0s 01:49:35 01:49:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:49:35 #2 DONE 0.0s 01:49:35 01:49:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:49:35 #3 DONE 0.0s 01:49:35 01:49:35 #4 [internal] load .dockerignore 01:49:35 #4 transferring context: 2B done 01:49:35 #4 DONE 0.0s 01:49:35 01:49:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:35 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:35 #5 CACHED 01:49:35 01:49:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 01:49:35 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:162c642c9420426f390d37e84db5fe636cf58b4108941fd4b58cab268972899d 0.0s done 01:49:35 #6 CACHED 01:49:35 01:49:35 #7 exporting to image 01:49:35 #7 exporting layers done 01:49:35 #7 exporting manifest sha256:42937681042b112f2888896c8c5d133468803d2eb4c50a1f0895b3a2b79905e2 done 01:49:35 #7 exporting config sha256:d08108ee181b5c4a00cb07ce83300044a870575b75b96ab18f524b8f6356c1ec done 01:49:35 #7 exporting manifest sha256:4e3b82416c1cbb24164134f78976558fc577da10ef45387cb35aecb1e0d2066e done 01:49:35 #7 exporting config sha256:860a7b8ea15116eb97d6d198719f65913469080b02949bcb4ec9d0d0017d0f1d done 01:49:35 #7 exporting manifest list sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 01:49:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:35 #7 exporting manifest list sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec done 01:49:35 #7 pushing layers 0.0s done 01:49:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:190b0d594cefd837d683e69fcaef5d713cd7da2468a190ab3ab8704f3f0732ec 0.1s done 01:49:35 #7 DONE 0.1s 01:49:35 01:49:35 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:49:35 #8 DONE 0.0s 01:49:35 01:49:35 1 warning found (use --debug to expand): 01:49:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:35 #1 [internal] load build definition from Dockerfile 01:49:35 #1 transferring dockerfile: 215B done 01:49:35 #1 DONE 0.0s 01:49:35 01:49:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:35 #2 DONE 0.0s 01:49:35 01:49:35 #3 [internal] load .dockerignore 01:49:35 #3 transferring context: 2B done 01:49:35 #3 DONE 0.0s 01:49:35 01:49:35 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:35 #4 DONE 0.1s 01:49:35 01:49:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:35 #5 DONE 0.0s 01:49:35 01:49:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:35 #6 DONE 0.0s 01:49:35 01:49:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:35 #5 DONE 0.1s 01:49:35 01:49:35 #7 exporting to image 01:49:35 #7 exporting layers done 01:49:35 #7 exporting manifest sha256:3bfe6052f5d9cab384c1f5693d1b918fbddfa045b99e8dfad739101a3f78778d done 01:49:35 #7 exporting config sha256:745f205946be37de36f694832dfd7e253047a4bd1538a00fc7a4943a37e9d459 done 01:49:35 #7 exporting manifest sha256:aa79a658a2885aff706204ff03549fac7ddf5c922579f9c5cf5dd550433a919f done 01:49:35 #7 exporting config sha256:25d77692708f21284ff2f4855e700b7c0f36f22cfcce21ce1868dfeece46ccf0 done 01:49:35 #7 exporting manifest list sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b done 01:49:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:35 #7 ... 01:49:35 01:49:35 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:49:35 #8 DONE 0.0s 01:49:35 01:49:35 #7 exporting to image 01:49:35 #7 pushing layers 0.1s done 01:49:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 01:49:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 0.1s done 01:49:36 #7 DONE 0.2s 01:49:36 01:49:36 1 warning found (use --debug to expand): 01:49:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:49:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:49:36 #1 [internal] load build definition from Dockerfile 01:49:36 #1 transferring dockerfile: 181B done 01:49:36 #1 DONE 0.0s 01:49:36 01:49:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:49:36 #2 DONE 0.0s 01:49:36 01:49:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:49:36 #3 DONE 0.0s 01:49:36 01:49:36 #4 [internal] load .dockerignore 01:49:36 #4 transferring context: 2B done 01:49:36 #4 DONE 0.0s 01:49:36 01:49:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:36 #5 DONE 0.0s 01:49:36 01:49:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:36 #6 CACHED 01:49:36 01:49:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:36 #5 CACHED 01:49:36 01:49:36 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:49:36 #7 DONE 0.0s 01:49:36 01:49:36 #8 exporting to image 01:49:36 #8 exporting layers done 01:49:36 #8 exporting manifest sha256:3bfe6052f5d9cab384c1f5693d1b918fbddfa045b99e8dfad739101a3f78778d done 01:49:36 #8 exporting config sha256:745f205946be37de36f694832dfd7e253047a4bd1538a00fc7a4943a37e9d459 done 01:49:36 #8 exporting manifest sha256:aa79a658a2885aff706204ff03549fac7ddf5c922579f9c5cf5dd550433a919f done 01:49:36 #8 exporting config sha256:25d77692708f21284ff2f4855e700b7c0f36f22cfcce21ce1868dfeece46ccf0 done 01:49:36 #8 exporting manifest list sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b done 01:49:36 #8 pushing layers 0.0s done 01:49:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 0.1s done 01:49:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:36 #8 DONE 0.1s 01:49:36 01:49:36 1 warning found (use --debug to expand): 01:49:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38' 01:49:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 --push - 01:49:36 #1 [internal] load build definition from Dockerfile 01:49:36 #1 transferring dockerfile: 187B done 01:49:36 #1 DONE 0.0s 01:49:36 01:49:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 01:49:36 #2 DONE 0.0s 01:49:36 01:49:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38 01:49:36 #3 DONE 0.0s 01:49:36 01:49:36 #4 [internal] load .dockerignore 01:49:36 #4 transferring context: 2B done 01:49:36 #4 DONE 0.0s 01:49:36 01:49:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:36 #5 CACHED 01:49:36 01:49:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:36 #6 CACHED 01:49:36 01:49:36 #7 exporting to image 01:49:36 #7 exporting layers done 01:49:36 #7 exporting manifest sha256:3bfe6052f5d9cab384c1f5693d1b918fbddfa045b99e8dfad739101a3f78778d done 01:49:36 #7 exporting config sha256:745f205946be37de36f694832dfd7e253047a4bd1538a00fc7a4943a37e9d459 done 01:49:36 #7 exporting manifest sha256:aa79a658a2885aff706204ff03549fac7ddf5c922579f9c5cf5dd550433a919f done 01:49:36 #7 exporting config sha256:25d77692708f21284ff2f4855e700b7c0f36f22cfcce21ce1868dfeece46ccf0 01:49:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:37 #7 exporting config sha256:25d77692708f21284ff2f4855e700b7c0f36f22cfcce21ce1868dfeece46ccf0 done 01:49:37 #7 exporting manifest list sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b done 01:49:37 #7 pushing layers 0.0s done 01:49:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.38@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 0.1s done 01:49:37 #7 DONE 0.1s 01:49:37 01:49:37 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:49:37 #8 DONE 0.0s 01:49:37 01:49:37 1 warning found (use --debug to expand): 01:49:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:37 #1 [internal] load build definition from Dockerfile 01:49:37 #1 transferring dockerfile: 228B done 01:49:37 #1 DONE 0.0s 01:49:37 01:49:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:37 #2 DONE 0.0s 01:49:37 01:49:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:37 #3 DONE 0.0s 01:49:37 01:49:37 #4 [internal] load .dockerignore 01:49:37 #4 transferring context: 2B done 01:49:37 #4 DONE 0.0s 01:49:37 01:49:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f done 01:49:37 #5 CACHED 01:49:37 01:49:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:37 #6 CACHED 01:49:37 01:49:37 #7 exporting to image 01:49:37 #7 exporting layers 01:49:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:37 #7 exporting layers done 01:49:37 #7 exporting manifest sha256:3bfe6052f5d9cab384c1f5693d1b918fbddfa045b99e8dfad739101a3f78778d done 01:49:37 #7 exporting config sha256:745f205946be37de36f694832dfd7e253047a4bd1538a00fc7a4943a37e9d459 done 01:49:37 #7 exporting manifest sha256:aa79a658a2885aff706204ff03549fac7ddf5c922579f9c5cf5dd550433a919f done 01:49:37 #7 exporting config sha256:25d77692708f21284ff2f4855e700b7c0f36f22cfcce21ce1868dfeece46ccf0 done 01:49:37 #7 exporting manifest list sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b done 01:49:37 #7 pushing layers 0.0s done 01:49:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 0.1s done 01:49:37 #7 DONE 0.1s 01:49:37 01:49:37 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:49:37 #8 DONE 0.0s 01:49:37 01:49:37 1 warning found (use --debug to expand): 01:49:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:49:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:49:38 #1 [internal] load build definition from Dockerfile 01:49:38 #1 transferring dockerfile: 179B done 01:49:38 #1 DONE 0.0s 01:49:38 01:49:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:49:38 #2 DONE 0.0s 01:49:38 01:49:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:49:38 #3 DONE 0.0s 01:49:38 01:49:38 #4 [internal] load .dockerignore 01:49:38 #4 transferring context: 2B done 01:49:38 #4 DONE 0.0s 01:49:38 01:49:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f done 01:49:38 #5 CACHED 01:49:38 01:49:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 01:49:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b18986867ceaa416f18089187d3b31771a7e41ca951b22d58f36711440089b5f 0.0s done 01:49:38 #6 CACHED 01:49:38 01:49:38 #7 exporting to image 01:49:38 #7 exporting layers done 01:49:38 #7 exporting manifest sha256:3bfe6052f5d9cab384c1f5693d1b918fbddfa045b99e8dfad739101a3f78778d done 01:49:38 #7 exporting config sha256:745f205946be37de36f694832dfd7e253047a4bd1538a00fc7a4943a37e9d459 done 01:49:38 #7 exporting manifest sha256:aa79a658a2885aff706204ff03549fac7ddf5c922579f9c5cf5dd550433a919f done 01:49:38 #7 exporting config sha256:25d77692708f21284ff2f4855e700b7c0f36f22cfcce21ce1868dfeece46ccf0 done 01:49:38 #7 exporting manifest list sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b done 01:49:38 #7 pushing layers 0.0s done 01:49:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 01:49:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:8997b9f4de44ebe692e3f91ab45d3cd4ff536e58b52f74e7b883d6602100057b 0.1s done 01:49:38 #7 DONE 0.1s 01:49:38 01:49:38 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:49:38 #8 DONE 0.0s 01:49:38 01:49:38 1 warning found (use --debug to expand): 01:49:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:38 #1 [internal] load build definition from Dockerfile 01:49:38 #1 transferring dockerfile: 205B done 01:49:38 #1 DONE 0.0s 01:49:38 01:49:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:38 #2 DONE 0.0s 01:49:38 01:49:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:38 #3 DONE 0.0s 01:49:38 01:49:38 #4 [internal] load .dockerignore 01:49:38 #4 transferring context: 2B done 01:49:38 #4 DONE 0.0s 01:49:38 01:49:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:38 #5 DONE 0.0s 01:49:38 01:49:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:38 #6 DONE 0.0s 01:49:38 01:49:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:38 #5 DONE 0.1s 01:49:38 01:49:38 #7 exporting to image 01:49:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:38 #7 ... 01:49:38 01:49:38 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:49:38 #8 DONE 0.0s 01:49:38 01:49:38 #7 exporting to image 01:49:38 #7 exporting layers done 01:49:38 #7 exporting manifest sha256:8246cee0e0ecdd0a2df430405494066c7230cb22f0d2d110247b0ad375b68406 done 01:49:38 #7 exporting config sha256:ae4fcb46e20bb2f924ed8814bb250fc9211fbed95c6c4eac6f1d6d96b4c023c9 done 01:49:38 #7 exporting manifest sha256:9c907a9a84be13c25270a4639b1545034684b644cb12b1d29773f1130761a1e7 done 01:49:38 #7 exporting config sha256:af41d58139d6705f706125f1e672e1739c933f29bbb43ff41bcbd763e0be1584 done 01:49:38 #7 exporting manifest list sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c done 01:49:38 #7 pushing layers 0.1s done 01:49:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 01:49:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 0.1s done 01:49:39 #7 DONE 0.2s 01:49:39 01:49:39 1 warning found (use --debug to expand): 01:49:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:49:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:49:39 #1 [internal] load build definition from Dockerfile 01:49:39 #1 transferring dockerfile: 171B done 01:49:39 #1 DONE 0.0s 01:49:39 01:49:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:49:39 #2 DONE 0.0s 01:49:39 01:49:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:49:39 #3 DONE 0.0s 01:49:39 01:49:39 #4 [internal] load .dockerignore 01:49:39 #4 transferring context: 2B done 01:49:39 #4 DONE 0.0s 01:49:39 01:49:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:39 #5 CACHED 01:49:39 01:49:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a done 01:49:39 #6 DONE 0.0s 01:49:39 01:49:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:39 #6 CACHED 01:49:39 01:49:39 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:49:39 #7 DONE 0.0s 01:49:39 01:49:39 #8 exporting to image 01:49:39 #8 exporting layers done 01:49:39 #8 exporting manifest sha256:8246cee0e0ecdd0a2df430405494066c7230cb22f0d2d110247b0ad375b68406 done 01:49:39 #8 exporting config sha256:ae4fcb46e20bb2f924ed8814bb250fc9211fbed95c6c4eac6f1d6d96b4c023c9 done 01:49:39 #8 exporting manifest sha256:9c907a9a84be13c25270a4639b1545034684b644cb12b1d29773f1130761a1e7 done 01:49:39 #8 exporting config sha256:af41d58139d6705f706125f1e672e1739c933f29bbb43ff41bcbd763e0be1584 done 01:49:39 #8 exporting manifest list sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c done 01:49:39 #8 pushing layers 0.0s done 01:49:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 0.1s done 01:49:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:39 #8 DONE 0.1s 01:49:39 01:49:39 1 warning found (use --debug to expand): 01:49:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 --push - 01:49:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38' 01:49:39 #1 [internal] load build definition from Dockerfile 01:49:39 #1 transferring dockerfile: 177B done 01:49:39 #1 DONE 0.0s 01:49:39 01:49:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 01:49:39 #2 DONE 0.0s 01:49:39 01:49:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38 01:49:39 #3 DONE 0.0s 01:49:39 01:49:39 #4 [internal] load .dockerignore 01:49:39 #4 transferring context: 2B done 01:49:39 #4 DONE 0.0s 01:49:39 01:49:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:39 #5 CACHED 01:49:39 01:49:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:39 #6 CACHED 01:49:39 01:49:39 #7 exporting to image 01:49:39 #7 exporting layers done 01:49:39 #7 exporting manifest sha256:8246cee0e0ecdd0a2df430405494066c7230cb22f0d2d110247b0ad375b68406 done 01:49:39 #7 exporting config sha256:ae4fcb46e20bb2f924ed8814bb250fc9211fbed95c6c4eac6f1d6d96b4c023c9 done 01:49:39 #7 exporting manifest sha256:9c907a9a84be13c25270a4639b1545034684b644cb12b1d29773f1130761a1e7 done 01:49:39 #7 exporting config sha256:af41d58139d6705f706125f1e672e1739c933f29bbb43ff41bcbd763e0be1584 01:49:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:40 #7 exporting config sha256:af41d58139d6705f706125f1e672e1739c933f29bbb43ff41bcbd763e0be1584 done 01:49:40 #7 exporting manifest list sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c done 01:49:40 #7 pushing layers 0.0s done 01:49:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.38@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 0.1s done 01:49:40 #7 DONE 0.1s 01:49:40 01:49:40 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:49:40 #8 DONE 0.0s 01:49:40 01:49:40 1 warning found (use --debug to expand): 01:49:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:40 #1 [internal] load build definition from Dockerfile 01:49:40 #1 transferring dockerfile: 218B done 01:49:40 #1 DONE 0.0s 01:49:40 01:49:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:40 #2 DONE 0.0s 01:49:40 01:49:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:40 #3 DONE 0.0s 01:49:40 01:49:40 #4 [internal] load .dockerignore 01:49:40 #4 transferring context: 2B done 01:49:40 #4 DONE 0.0s 01:49:40 01:49:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:40 #5 CACHED 01:49:40 01:49:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:40 #6 CACHED 01:49:40 01:49:40 #7 exporting to image 01:49:40 #7 exporting layers done 01:49:40 #7 exporting manifest sha256:8246cee0e0ecdd0a2df430405494066c7230cb22f0d2d110247b0ad375b68406 done 01:49:40 #7 exporting config sha256:ae4fcb46e20bb2f924ed8814bb250fc9211fbed95c6c4eac6f1d6d96b4c023c9 done 01:49:40 #7 exporting manifest sha256:9c907a9a84be13c25270a4639b1545034684b644cb12b1d29773f1130761a1e7 done 01:49:40 #7 exporting config sha256:af41d58139d6705f706125f1e672e1739c933f29bbb43ff41bcbd763e0be1584 done 01:49:40 #7 exporting manifest list sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c done 01:49:40 #7 pushing layers 0.0s done 01:49:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 01:49:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 0.1s done 01:49:40 #7 DONE 0.1s 01:49:40 01:49:40 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:49:40 #8 DONE 0.0s 01:49:40 01:49:40 1 warning found (use --debug to expand): 01:49:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:49:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:49:41 #1 [internal] load build definition from Dockerfile 01:49:41 #1 transferring dockerfile: 169B done 01:49:41 #1 DONE 0.0s 01:49:41 01:49:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:49:41 #2 DONE 0.0s 01:49:41 01:49:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:49:41 #3 DONE 0.0s 01:49:41 01:49:41 #4 [internal] load .dockerignore 01:49:41 #4 transferring context: 2B done 01:49:41 #4 DONE 0.0s 01:49:41 01:49:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a done 01:49:41 #5 CACHED 01:49:41 01:49:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 01:49:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a116344e80db4e67385fc868b2dbe74b55973f5db6db33bbee2d470990a5ad8a 0.0s done 01:49:41 #6 CACHED 01:49:41 01:49:41 #7 exporting to image 01:49:41 #7 exporting layers done 01:49:41 #7 exporting manifest sha256:8246cee0e0ecdd0a2df430405494066c7230cb22f0d2d110247b0ad375b68406 done 01:49:41 #7 exporting config sha256:ae4fcb46e20bb2f924ed8814bb250fc9211fbed95c6c4eac6f1d6d96b4c023c9 done 01:49:41 #7 exporting manifest sha256:9c907a9a84be13c25270a4639b1545034684b644cb12b1d29773f1130761a1e7 done 01:49:41 #7 exporting config sha256:af41d58139d6705f706125f1e672e1739c933f29bbb43ff41bcbd763e0be1584 done 01:49:41 #7 exporting manifest list sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c done 01:49:41 #7 pushing layers 0.0s done 01:49:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 01:49:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:bd68f1d377c005d1ba9c8672dc0868c3b0b4bd91abae66a6ea7244715324c78c 0.1s done 01:49:41 #7 DONE 0.1s 01:49:41 01:49:41 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:49:41 #8 DONE 0.0s 01:49:41 01:49:41 1 warning found (use --debug to expand): 01:49:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:41 #1 [internal] load build definition from Dockerfile 01:49:41 #1 transferring dockerfile: 206B done 01:49:41 #1 DONE 0.0s 01:49:41 01:49:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:41 #2 DONE 0.0s 01:49:41 01:49:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:41 #3 DONE 0.0s 01:49:41 01:49:41 #4 [internal] load .dockerignore 01:49:41 #4 transferring context: 2B done 01:49:41 #4 DONE 0.0s 01:49:41 01:49:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:41 #5 DONE 0.0s 01:49:41 01:49:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:41 #6 DONE 0.0s 01:49:41 01:49:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:41 #5 DONE 0.1s 01:49:41 01:49:41 #7 exporting to image 01:49:41 #7 exporting layers done 01:49:41 #7 exporting manifest sha256:3cae0f18f02a13d88f279881702497f9805557577b807dcab32ba1907e8624cc 0.0s done 01:49:41 #7 exporting config sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 done 01:49:41 #7 exporting manifest sha256:85b536eae1e02522d50b9b87d5d81943c566add4e143620877cef6a636a17c6b done 01:49:41 #7 exporting config sha256:3d08763171abaccc094ab2457d49d0971e06055bf105bc40cce36e4425807cf8 01:49:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:41 #7 ... 01:49:41 01:49:41 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:49:41 #8 DONE 0.0s 01:49:41 01:49:41 #7 exporting to image 01:49:41 #7 exporting config sha256:3d08763171abaccc094ab2457d49d0971e06055bf105bc40cce36e4425807cf8 done 01:49:41 #7 exporting manifest list sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb done 01:49:41 #7 pushing layers 0.1s done 01:49:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb 01:49:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb 0.1s done 01:49:42 #7 DONE 0.2s 01:49:42 01:49:42 1 warning found (use --debug to expand): 01:49:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:49:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:49:42 #1 [internal] load build definition from Dockerfile 01:49:42 #1 transferring dockerfile: 172B done 01:49:42 #1 DONE 0.0s 01:49:42 01:49:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:49:42 #2 DONE 0.0s 01:49:42 01:49:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:49:42 #3 DONE 0.0s 01:49:42 01:49:42 #4 [internal] load .dockerignore 01:49:42 #4 transferring context: 2B done 01:49:42 #4 DONE 0.0s 01:49:42 01:49:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 done 01:49:42 #5 CACHED 01:49:42 01:49:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:42 #6 CACHED 01:49:42 01:49:42 #7 exporting to image 01:49:42 #7 exporting layers 01:49:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:42 #7 exporting layers done 01:49:42 #7 exporting manifest sha256:3cae0f18f02a13d88f279881702497f9805557577b807dcab32ba1907e8624cc done 01:49:42 #7 exporting config sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 done 01:49:42 #7 exporting manifest sha256:85b536eae1e02522d50b9b87d5d81943c566add4e143620877cef6a636a17c6b done 01:49:42 #7 exporting config sha256:3d08763171abaccc094ab2457d49d0971e06055bf105bc40cce36e4425807cf8 done 01:49:42 #7 exporting manifest list sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb done 01:49:42 #7 pushing layers 0.0s done 01:49:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb 0.1s done 01:49:42 #7 DONE 0.1s 01:49:42 01:49:42 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:49:42 #8 DONE 0.0s 01:49:42 01:49:42 1 warning found (use --debug to expand): 01:49:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38' 01:49:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 --push - 01:49:42 #1 [internal] load build definition from Dockerfile 01:49:42 #1 transferring dockerfile: 178B done 01:49:42 #1 DONE 0.0s 01:49:42 01:49:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 01:49:42 #2 DONE 0.0s 01:49:42 01:49:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38 01:49:42 #3 DONE 0.0s 01:49:42 01:49:42 #4 [internal] load .dockerignore 01:49:42 #4 transferring context: 2B done 01:49:42 #4 DONE 0.0s 01:49:42 01:49:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:42 #5 CACHED 01:49:42 01:49:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:42 #6 CACHED 01:49:42 01:49:42 #7 exporting to image 01:49:42 #7 exporting layers done 01:49:42 #7 exporting manifest sha256:3cae0f18f02a13d88f279881702497f9805557577b807dcab32ba1907e8624cc done 01:49:42 #7 exporting config sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 done 01:49:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:43 #7 exporting manifest sha256:85b536eae1e02522d50b9b87d5d81943c566add4e143620877cef6a636a17c6b done 01:49:43 #7 exporting config sha256:3d08763171abaccc094ab2457d49d0971e06055bf105bc40cce36e4425807cf8 done 01:49:43 #7 exporting manifest list sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb done 01:49:43 #7 pushing layers 0.0s done 01:49:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.38@sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb 0.1s done 01:49:43 #7 DONE 0.1s 01:49:43 01:49:43 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:49:43 #8 DONE 0.0s 01:49:43 01:49:43 1 warning found (use --debug to expand): 01:49:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:43 #1 [internal] load build definition from Dockerfile 01:49:43 #1 transferring dockerfile: 219B done 01:49:43 #1 DONE 0.0s 01:49:43 01:49:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:43 #2 DONE 0.0s 01:49:43 01:49:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:43 #3 DONE 0.0s 01:49:43 01:49:43 #4 [internal] load .dockerignore 01:49:43 #4 transferring context: 2B done 01:49:43 #4 DONE 0.0s 01:49:43 01:49:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:43 #5 CACHED 01:49:43 01:49:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:43 #6 CACHED 01:49:43 01:49:43 #7 exporting to image 01:49:43 #7 exporting layers done 01:49:43 #7 exporting manifest sha256:3cae0f18f02a13d88f279881702497f9805557577b807dcab32ba1907e8624cc done 01:49:43 #7 exporting config sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 01:49:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:43 #7 exporting config sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 done 01:49:43 #7 exporting manifest sha256:85b536eae1e02522d50b9b87d5d81943c566add4e143620877cef6a636a17c6b done 01:49:43 #7 exporting config sha256:3d08763171abaccc094ab2457d49d0971e06055bf105bc40cce36e4425807cf8 done 01:49:43 #7 exporting manifest list sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb done 01:49:43 #7 pushing layers 0.0s done 01:49:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb 0.1s done 01:49:43 #7 DONE 0.1s 01:49:43 01:49:43 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:49:43 #8 DONE 0.0s 01:49:43 01:49:43 1 warning found (use --debug to expand): 01:49:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:49:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:49:44 #1 [internal] load build definition from Dockerfile 01:49:44 #1 transferring dockerfile: 170B done 01:49:44 #1 DONE 0.0s 01:49:44 01:49:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:49:44 #2 DONE 0.0s 01:49:44 01:49:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:49:44 #3 DONE 0.0s 01:49:44 01:49:44 #4 [internal] load .dockerignore 01:49:44 #4 transferring context: 2B done 01:49:44 #4 DONE 0.0s 01:49:44 01:49:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:44 #5 CACHED 01:49:44 01:49:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 01:49:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dfb2fd3410c44e93937bc308f48d2919b755ada83f051b16fd8cb5c913e62189 0.0s done 01:49:44 #6 CACHED 01:49:44 01:49:44 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:49:44 #7 DONE 0.0s 01:49:44 01:49:44 #8 exporting to image 01:49:44 #8 exporting layers done 01:49:44 #8 exporting manifest sha256:3cae0f18f02a13d88f279881702497f9805557577b807dcab32ba1907e8624cc done 01:49:44 #8 exporting config sha256:e0e4c36003aa52bcd1f532ff9e1913bac7a7ffdb9a8047c5f4a36fb6aa8be1c3 done 01:49:44 #8 exporting manifest sha256:85b536eae1e02522d50b9b87d5d81943c566add4e143620877cef6a636a17c6b done 01:49:44 #8 exporting config sha256:3d08763171abaccc094ab2457d49d0971e06055bf105bc40cce36e4425807cf8 done 01:49:44 #8 exporting manifest list sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb done 01:49:44 #8 pushing layers 0.0s done 01:49:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:26f7802a8f3026fe8a3ec22926a25ca116ce585b37ba4bcb10505fbd7c65aabb 0.1s done 01:49:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:44 #8 DONE 0.1s 01:49:44 01:49:44 1 warning found (use --debug to expand): 01:49:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:44 #1 [internal] load build definition from Dockerfile 01:49:44 #1 transferring dockerfile: 206B done 01:49:44 #1 DONE 0.0s 01:49:44 01:49:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:44 #2 DONE 0.0s 01:49:44 01:49:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:44 #3 DONE 0.1s 01:49:44 01:49:44 #4 [internal] load .dockerignore 01:49:44 #4 transferring context: 2B done 01:49:44 #4 DONE 0.0s 01:49:44 01:49:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:44 #5 ... 01:49:44 01:49:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:44 #6 DONE 0.1s 01:49:44 01:49:44 #7 exporting to image 01:49:44 #7 exporting layers done 01:49:44 #7 exporting manifest sha256:3fe1bc9660c6921ded79c6b1e9148418368c8efc2b1a7cf00e7b46a2b19960a5 done 01:49:44 #7 exporting config sha256:2cde28ebe9290198a225c988bb5311c944d2a19059a9dc49150db301627dfef8 done 01:49:44 #7 exporting manifest sha256:73d359de51eb2738933c602e3a61800cfb778307a1a4ce73042567891e81f83e done 01:49:44 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 01:49:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:44 #7 ... 01:49:44 01:49:44 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:49:44 #8 DONE 0.0s 01:49:44 01:49:44 #7 exporting to image 01:49:44 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 done 01:49:44 #7 exporting manifest list sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 done 01:49:44 #7 pushing layers 0.1s done 01:49:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 01:49:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 0.1s done 01:49:45 #7 DONE 0.2s 01:49:45 01:49:45 1 warning found (use --debug to expand): 01:49:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:49:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:49:45 #1 [internal] load build definition from Dockerfile 01:49:45 #1 transferring dockerfile: 172B done 01:49:45 #1 DONE 0.0s 01:49:45 01:49:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:49:45 #2 DONE 0.0s 01:49:45 01:49:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:49:45 #3 DONE 0.0s 01:49:45 01:49:45 #4 [internal] load .dockerignore 01:49:45 #4 transferring context: 2B done 01:49:45 #4 DONE 0.0s 01:49:45 01:49:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 done 01:49:45 #5 CACHED 01:49:45 01:49:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 done 01:49:45 #6 CACHED 01:49:45 01:49:45 #7 exporting to image 01:49:45 #7 exporting layers done 01:49:45 #7 exporting manifest sha256:3fe1bc9660c6921ded79c6b1e9148418368c8efc2b1a7cf00e7b46a2b19960a5 done 01:49:45 #7 exporting config sha256:2cde28ebe9290198a225c988bb5311c944d2a19059a9dc49150db301627dfef8 done 01:49:45 #7 exporting manifest sha256:73d359de51eb2738933c602e3a61800cfb778307a1a4ce73042567891e81f83e done 01:49:45 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 01:49:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:45 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 done 01:49:45 #7 exporting manifest list sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 done 01:49:45 #7 pushing layers 0.0s done 01:49:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 0.1s done 01:49:45 #7 DONE 0.1s 01:49:45 01:49:45 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:49:45 #8 DONE 0.0s 01:49:45 01:49:45 1 warning found (use --debug to expand): 01:49:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 --push - 01:49:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38' 01:49:46 #1 [internal] load build definition from Dockerfile 01:49:46 #1 transferring dockerfile: 178B done 01:49:46 #1 DONE 0.0s 01:49:46 01:49:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 01:49:46 #2 DONE 0.0s 01:49:46 01:49:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38 01:49:46 #3 DONE 0.0s 01:49:46 01:49:46 #4 [internal] load .dockerignore 01:49:46 #4 transferring context: 2B done 01:49:46 #4 DONE 0.0s 01:49:46 01:49:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:46 #5 CACHED 01:49:46 01:49:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:46 #6 CACHED 01:49:46 01:49:46 #7 exporting to image 01:49:46 #7 exporting layers done 01:49:46 #7 exporting manifest sha256:3fe1bc9660c6921ded79c6b1e9148418368c8efc2b1a7cf00e7b46a2b19960a5 done 01:49:46 #7 exporting config sha256:2cde28ebe9290198a225c988bb5311c944d2a19059a9dc49150db301627dfef8 done 01:49:46 #7 exporting manifest sha256:73d359de51eb2738933c602e3a61800cfb778307a1a4ce73042567891e81f83e done 01:49:46 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 done 01:49:46 #7 exporting manifest list sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 done 01:49:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:46 #7 pushing layers 0.0s done 01:49:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.38@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 0.1s done 01:49:46 #7 DONE 0.1s 01:49:46 01:49:46 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:49:46 #8 DONE 0.0s 01:49:46 01:49:46 1 warning found (use --debug to expand): 01:49:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:46 #1 [internal] load build definition from Dockerfile 01:49:46 #1 transferring dockerfile: 219B done 01:49:46 #1 DONE 0.0s 01:49:46 01:49:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:46 #2 DONE 0.0s 01:49:46 01:49:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:46 #3 DONE 0.0s 01:49:46 01:49:46 #4 [internal] load .dockerignore 01:49:46 #4 transferring context: 2B done 01:49:46 #4 DONE 0.0s 01:49:46 01:49:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:46 #5 CACHED 01:49:46 01:49:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:46 #6 CACHED 01:49:46 01:49:46 #7 exporting to image 01:49:46 #7 exporting layers done 01:49:46 #7 exporting manifest sha256:3fe1bc9660c6921ded79c6b1e9148418368c8efc2b1a7cf00e7b46a2b19960a5 done 01:49:46 #7 exporting config sha256:2cde28ebe9290198a225c988bb5311c944d2a19059a9dc49150db301627dfef8 done 01:49:46 #7 exporting manifest sha256:73d359de51eb2738933c602e3a61800cfb778307a1a4ce73042567891e81f83e done 01:49:46 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 done 01:49:46 #7 exporting manifest list sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 done 01:49:46 #7 pushing layers 0.0s done 01:49:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 01:49:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 0.1s done 01:49:46 #7 DONE 0.1s 01:49:46 01:49:46 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:49:46 #8 DONE 0.0s 01:49:46 01:49:46 1 warning found (use --debug to expand): 01:49:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:49:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:49:47 #1 [internal] load build definition from Dockerfile 01:49:47 #1 transferring dockerfile: 170B done 01:49:47 #1 DONE 0.0s 01:49:47 01:49:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:49:47 #2 DONE 0.0s 01:49:47 01:49:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:49:47 #3 DONE 0.0s 01:49:47 01:49:47 #4 [internal] load .dockerignore 01:49:47 #4 transferring context: 2B done 01:49:47 #4 DONE 0.0s 01:49:47 01:49:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:47 #5 CACHED 01:49:47 01:49:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 01:49:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1020579d951f8d299d7b846e25113ea5d04d8fb643bd12f3256d677f377d0af2 0.0s done 01:49:47 #6 CACHED 01:49:47 01:49:47 #7 exporting to image 01:49:47 #7 exporting layers done 01:49:47 #7 exporting manifest sha256:3fe1bc9660c6921ded79c6b1e9148418368c8efc2b1a7cf00e7b46a2b19960a5 done 01:49:47 #7 exporting config sha256:2cde28ebe9290198a225c988bb5311c944d2a19059a9dc49150db301627dfef8 done 01:49:47 #7 exporting manifest sha256:73d359de51eb2738933c602e3a61800cfb778307a1a4ce73042567891e81f83e done 01:49:47 #7 exporting config sha256:05d716ad81957fcf7d13cf38295313c931888f98d54f8a629a6dc657da069995 done 01:49:47 #7 exporting manifest list sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 01:49:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:47 #7 exporting manifest list sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 done 01:49:47 #7 pushing layers 0.0s done 01:49:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c64039ad56e007ec2deb5a765baa363c500dc70e42937326c9f7e0bfc381eb50 0.1s done 01:49:47 #7 DONE 0.1s 01:49:47 01:49:47 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:49:47 #8 DONE 0.0s 01:49:47 01:49:47 1 warning found (use --debug to expand): 01:49:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:47 #1 [internal] load build definition from Dockerfile 01:49:47 #1 transferring dockerfile: 206B done 01:49:47 #1 DONE 0.0s 01:49:47 01:49:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:47 #2 DONE 0.0s 01:49:47 01:49:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:47 #3 DONE 0.1s 01:49:47 01:49:47 #4 [internal] load .dockerignore 01:49:47 #4 transferring context: 2B done 01:49:47 #4 DONE 0.0s 01:49:47 01:49:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:47 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:47 #5 DONE 0.0s 01:49:47 01:49:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:47 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:47 #6 DONE 0.0s 01:49:47 01:49:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:47 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:47 #5 DONE 0.1s 01:49:47 01:49:47 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:49:47 #7 DONE 0.0s 01:49:47 01:49:47 #8 exporting to image 01:49:47 #8 exporting layers done 01:49:47 #8 exporting manifest sha256:39355274a5e5a555de9ada7a23cdad9e800fefb1887e34d5eff4e0da326622e3 done 01:49:47 #8 exporting config sha256:04e35d8fb6808512ccbb6c22638eab39bc2af65520f9739c346235616ea80b6d done 01:49:47 #8 exporting manifest sha256:59df98f52041df00f0f020166fd59c6a366d0826b27be79dcfdb8e635543292f done 01:49:47 #8 exporting config sha256:4b64782890caf3f471660627dbe1d8e0f8699de718e069b287d9b4d1ace22f61 done 01:49:47 #8 exporting manifest list sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 done 01:49:47 #8 pushing layers 0.1s done 01:49:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 0.1s done 01:49:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:47 #8 DONE 0.2s 01:49:48 01:49:48 1 warning found (use --debug to expand): 01:49:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:49:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:49:48 #1 [internal] load build definition from Dockerfile 01:49:48 #1 transferring dockerfile: 172B done 01:49:48 #1 DONE 0.0s 01:49:48 01:49:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:49:48 #2 DONE 0.0s 01:49:48 01:49:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:49:48 #3 DONE 0.0s 01:49:48 01:49:48 #4 [internal] load .dockerignore 01:49:48 #4 transferring context: 2B done 01:49:48 #4 DONE 0.0s 01:49:48 01:49:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:48 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:48 #5 CACHED 01:49:48 01:49:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:48 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:48 #6 CACHED 01:49:48 01:49:48 #7 exporting to image 01:49:48 #7 exporting layers 01:49:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:48 #7 exporting layers done 01:49:48 #7 exporting manifest sha256:39355274a5e5a555de9ada7a23cdad9e800fefb1887e34d5eff4e0da326622e3 done 01:49:48 #7 exporting config sha256:04e35d8fb6808512ccbb6c22638eab39bc2af65520f9739c346235616ea80b6d done 01:49:48 #7 exporting manifest sha256:59df98f52041df00f0f020166fd59c6a366d0826b27be79dcfdb8e635543292f done 01:49:48 #7 exporting config sha256:4b64782890caf3f471660627dbe1d8e0f8699de718e069b287d9b4d1ace22f61 done 01:49:48 #7 exporting manifest list sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 done 01:49:48 #7 pushing layers 0.0s done 01:49:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 0.1s done 01:49:48 #7 DONE 0.1s 01:49:48 01:49:48 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:49:48 #8 DONE 0.0s 01:49:48 01:49:48 1 warning found (use --debug to expand): 01:49:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38' 01:49:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 --push - 01:49:48 #1 [internal] load build definition from Dockerfile 01:49:48 #1 transferring dockerfile: 178B done 01:49:48 #1 DONE 0.0s 01:49:48 01:49:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 01:49:48 #2 DONE 0.0s 01:49:48 01:49:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38 01:49:48 #3 DONE 0.0s 01:49:48 01:49:48 #4 [internal] load .dockerignore 01:49:48 #4 transferring context: 2B done 01:49:48 #4 DONE 0.0s 01:49:48 01:49:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:48 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d done 01:49:48 #5 CACHED 01:49:48 01:49:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:48 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d done 01:49:48 #6 CACHED 01:49:48 01:49:48 #7 exporting to image 01:49:48 #7 exporting layers done 01:49:48 #7 exporting manifest sha256:39355274a5e5a555de9ada7a23cdad9e800fefb1887e34d5eff4e0da326622e3 done 01:49:48 #7 exporting config sha256:04e35d8fb6808512ccbb6c22638eab39bc2af65520f9739c346235616ea80b6d done 01:49:48 #7 exporting manifest sha256:59df98f52041df00f0f020166fd59c6a366d0826b27be79dcfdb8e635543292f done 01:49:48 #7 exporting config sha256:4b64782890caf3f471660627dbe1d8e0f8699de718e069b287d9b4d1ace22f61 01:49:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:49 #7 exporting config sha256:4b64782890caf3f471660627dbe1d8e0f8699de718e069b287d9b4d1ace22f61 done 01:49:49 #7 exporting manifest list sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 done 01:49:49 #7 pushing layers 0.0s done 01:49:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.38@sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 0.1s done 01:49:49 #7 DONE 0.1s 01:49:49 01:49:49 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:49:49 #8 DONE 0.0s 01:49:49 01:49:49 1 warning found (use --debug to expand): 01:49:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:49 #1 [internal] load build definition from Dockerfile 01:49:49 #1 transferring dockerfile: 219B done 01:49:49 #1 DONE 0.0s 01:49:49 01:49:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:49 #2 DONE 0.0s 01:49:49 01:49:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:49 #3 DONE 0.0s 01:49:49 01:49:49 #4 [internal] load .dockerignore 01:49:49 #4 transferring context: 2B done 01:49:49 #4 DONE 0.0s 01:49:49 01:49:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:49 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d done 01:49:49 #5 CACHED 01:49:49 01:49:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:49 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d done 01:49:49 #6 CACHED 01:49:49 01:49:49 #7 exporting to image 01:49:49 #7 exporting layers done 01:49:49 #7 exporting manifest sha256:39355274a5e5a555de9ada7a23cdad9e800fefb1887e34d5eff4e0da326622e3 done 01:49:49 #7 exporting config sha256:04e35d8fb6808512ccbb6c22638eab39bc2af65520f9739c346235616ea80b6d done 01:49:49 #7 exporting manifest sha256:59df98f52041df00f0f020166fd59c6a366d0826b27be79dcfdb8e635543292f done 01:49:49 #7 exporting config sha256:4b64782890caf3f471660627dbe1d8e0f8699de718e069b287d9b4d1ace22f61 done 01:49:49 #7 exporting manifest list sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 done 01:49:49 #7 pushing layers 0.0s done 01:49:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 01:49:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 0.1s done 01:49:49 #7 DONE 0.1s 01:49:49 01:49:49 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:49:49 #8 DONE 0.0s 01:49:49 01:49:49 1 warning found (use --debug to expand): 01:49:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:49:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:49:50 #1 [internal] load build definition from Dockerfile 01:49:50 #1 transferring dockerfile: 170B done 01:49:50 #1 DONE 0.0s 01:49:50 01:49:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:49:50 #2 DONE 0.0s 01:49:50 01:49:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:49:50 #3 DONE 0.0s 01:49:50 01:49:50 #4 [internal] load .dockerignore 01:49:50 #4 transferring context: 2B done 01:49:50 #4 DONE 0.0s 01:49:50 01:49:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:50 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:50 #5 CACHED 01:49:50 01:49:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 01:49:50 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e3b759a49e7db0c9e96dadfbdb22a07ad0f780fdefce5491d378709c6d95050d 0.0s done 01:49:50 #6 CACHED 01:49:50 01:49:50 #7 exporting to image 01:49:50 #7 exporting layers done 01:49:50 #7 exporting manifest sha256:39355274a5e5a555de9ada7a23cdad9e800fefb1887e34d5eff4e0da326622e3 done 01:49:50 #7 exporting config sha256:04e35d8fb6808512ccbb6c22638eab39bc2af65520f9739c346235616ea80b6d done 01:49:50 #7 exporting manifest sha256:59df98f52041df00f0f020166fd59c6a366d0826b27be79dcfdb8e635543292f done 01:49:50 #7 exporting config sha256:4b64782890caf3f471660627dbe1d8e0f8699de718e069b287d9b4d1ace22f61 done 01:49:50 #7 exporting manifest list sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 done 01:49:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:50 #7 pushing layers 0.0s done 01:49:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:62a6398204f9f87452713ff3a6d06573499b215ed8ea800d9c30273c9bf01c48 0.1s done 01:49:50 #7 DONE 0.1s 01:49:50 01:49:50 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:49:50 #8 DONE 0.0s 01:49:50 01:49:50 1 warning found (use --debug to expand): 01:49:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c' 01:49:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c --push - 01:49:50 #1 [internal] load build definition from Dockerfile 01:49:50 #1 transferring dockerfile: 202B done 01:49:50 #1 DONE 0.0s 01:49:50 01:49:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:50 #2 DONE 0.0s 01:49:50 01:49:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c 01:49:50 #3 DONE 0.1s 01:49:50 01:49:50 #4 [internal] load .dockerignore 01:49:50 #4 transferring context: 2B done 01:49:50 #4 DONE 0.0s 01:49:50 01:49:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:50 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:50 #5 DONE 0.0s 01:49:50 01:49:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:50 #6 DONE 0.0s 01:49:50 01:49:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:50 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:50 #5 DONE 0.1s 01:49:50 01:49:50 #7 exporting to image 01:49:50 #7 exporting layers done 01:49:50 #7 exporting manifest sha256:a24bfe68aafd88cba354c4e49f4de3a0446800749c2fcb423d658e987d2068cd 0.0s done 01:49:50 #7 exporting config sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 done 01:49:50 #7 exporting manifest sha256:c71efab576ede730bb4e25c3eb4f2d057969f2cfde2076ae94db26bce47a94df done 01:49:50 #7 exporting config sha256:e4eb7db57173b1d56ea951132d89e9cdf561bfa19e0da400a25953397c999e94 done 01:49:50 #7 exporting manifest list sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 done 01:49:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:51 #7 ... 01:49:51 01:49:51 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:49:51 #8 DONE 0.0s 01:49:51 01:49:51 #7 exporting to image 01:49:51 #7 pushing layers 0.1s done 01:49:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 01:49:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 0.1s done 01:49:51 #7 DONE 0.2s 01:49:51 01:49:51 1 warning found (use --debug to expand): 01:49:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:49:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:49:51 #1 [internal] load build definition from Dockerfile 01:49:51 #1 transferring dockerfile: 168B done 01:49:51 #1 DONE 0.0s 01:49:51 01:49:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:49:51 #2 DONE 0.0s 01:49:51 01:49:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:49:51 #3 DONE 0.0s 01:49:51 01:49:51 #4 [internal] load .dockerignore 01:49:51 #4 transferring context: 2B done 01:49:51 #4 DONE 0.0s 01:49:51 01:49:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:51 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:51 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 done 01:49:51 #5 CACHED 01:49:51 01:49:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:51 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:51 #6 CACHED 01:49:51 01:49:51 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:49:51 #7 DONE 0.0s 01:49:51 01:49:51 #8 exporting to image 01:49:51 #8 exporting layers done 01:49:51 #8 exporting manifest sha256:a24bfe68aafd88cba354c4e49f4de3a0446800749c2fcb423d658e987d2068cd done 01:49:51 #8 exporting config sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 done 01:49:51 #8 exporting manifest sha256:c71efab576ede730bb4e25c3eb4f2d057969f2cfde2076ae94db26bce47a94df done 01:49:51 #8 exporting config sha256:e4eb7db57173b1d56ea951132d89e9cdf561bfa19e0da400a25953397c999e94 done 01:49:51 #8 exporting manifest list sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 done 01:49:51 #8 pushing layers 0.0s done 01:49:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 0.1s done 01:49:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:51 #8 DONE 0.1s 01:49:51 01:49:51 1 warning found (use --debug to expand): 01:49:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38' 01:49:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 --push - 01:49:52 #1 [internal] load build definition from Dockerfile 01:49:52 #1 transferring dockerfile: 174B done 01:49:52 #1 DONE 0.0s 01:49:52 01:49:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 01:49:52 #2 DONE 0.0s 01:49:52 01:49:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38 01:49:52 #3 DONE 0.0s 01:49:52 01:49:52 #4 [internal] load .dockerignore 01:49:52 #4 transferring context: 2B done 01:49:52 #4 DONE 0.0s 01:49:52 01:49:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:52 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:52 #5 CACHED 01:49:52 01:49:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:52 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:52 #6 CACHED 01:49:52 01:49:52 #7 exporting to image 01:49:52 #7 exporting layers done 01:49:52 #7 exporting manifest sha256:a24bfe68aafd88cba354c4e49f4de3a0446800749c2fcb423d658e987d2068cd done 01:49:52 #7 exporting config sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 done 01:49:52 #7 exporting manifest sha256:c71efab576ede730bb4e25c3eb4f2d057969f2cfde2076ae94db26bce47a94df done 01:49:52 #7 exporting config sha256:e4eb7db57173b1d56ea951132d89e9cdf561bfa19e0da400a25953397c999e94 done 01:49:52 #7 exporting manifest list sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 done 01:49:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:52 #7 pushing layers 0.0s done 01:49:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.38@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 0.1s done 01:49:52 #7 DONE 0.1s 01:49:52 01:49:52 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:49:52 #8 DONE 0.0s 01:49:52 01:49:52 1 warning found (use --debug to expand): 01:49:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 --push - 01:49:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38' 01:49:52 #1 [internal] load build definition from Dockerfile 01:49:52 #1 transferring dockerfile: 215B done 01:49:52 #1 DONE 0.0s 01:49:52 01:49:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:52 #2 DONE 0.0s 01:49:52 01:49:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 01:49:52 #3 DONE 0.0s 01:49:52 01:49:52 #4 [internal] load .dockerignore 01:49:52 #4 transferring context: 2B done 01:49:52 #4 DONE 0.0s 01:49:52 01:49:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:52 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 done 01:49:52 #5 DONE 0.0s 01:49:52 01:49:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:52 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:52 #6 CACHED 01:49:52 01:49:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:52 #5 CACHED 01:49:52 01:49:52 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:49:52 #7 DONE 0.0s 01:49:52 01:49:52 #8 exporting to image 01:49:52 #8 exporting layers done 01:49:52 #8 exporting manifest sha256:a24bfe68aafd88cba354c4e49f4de3a0446800749c2fcb423d658e987d2068cd done 01:49:52 #8 exporting config sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 done 01:49:52 #8 exporting manifest sha256:c71efab576ede730bb4e25c3eb4f2d057969f2cfde2076ae94db26bce47a94df done 01:49:52 #8 exporting config sha256:e4eb7db57173b1d56ea951132d89e9cdf561bfa19e0da400a25953397c999e94 done 01:49:52 #8 exporting manifest list sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 done 01:49:52 #8 pushing layers 0.0s done 01:49:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 0.1s done 01:49:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:52 #8 DONE 0.1s 01:49:52 01:49:52 1 warning found (use --debug to expand): 01:49:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:49:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:49:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:49:53 #1 [internal] load build definition from Dockerfile 01:49:53 #1 transferring dockerfile: 166B done 01:49:53 #1 DONE 0.0s 01:49:53 01:49:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:49:53 #2 DONE 0.0s 01:49:53 01:49:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:49:53 #3 DONE 0.0s 01:49:53 01:49:53 #4 [internal] load .dockerignore 01:49:53 #4 transferring context: 2B done 01:49:53 #4 DONE 0.0s 01:49:53 01:49:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:53 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:53 #5 CACHED 01:49:53 01:49:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 01:49:53 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:137e0a441338d09089794324ab004b4df207f79dd66ea7c26923b7be3b14c2f5 0.0s done 01:49:53 #6 CACHED 01:49:53 01:49:53 #7 exporting to image 01:49:53 #7 exporting layers done 01:49:53 #7 exporting manifest sha256:a24bfe68aafd88cba354c4e49f4de3a0446800749c2fcb423d658e987d2068cd done 01:49:53 #7 exporting config sha256:debed6a49717a17456689c80779336c507c61c9f1097e5a24349d041eb8f5e71 done 01:49:53 #7 exporting manifest sha256:c71efab576ede730bb4e25c3eb4f2d057969f2cfde2076ae94db26bce47a94df done 01:49:53 #7 exporting config sha256:e4eb7db57173b1d56ea951132d89e9cdf561bfa19e0da400a25953397c999e94 done 01:49:53 #7 exporting manifest list sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 done 01:49:53 #7 pushing layers 0.0s done 01:49:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 01:49:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:49:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:07561d08e18d6daa00f84675a48697b1ea16c5eb1fbeea5467312e5864da9691 0.1s done 01:49:53 #7 DONE 0.1s 01:49:53 01:49:53 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:49:53 #8 DONE 0.0s 01:49:53 01:49:53 1 warning found (use --debug to expand): 01:49:53  - 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 01:49:53 + '[' -d /w/workspace/edgex-go/870/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:49:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:49:54 ---> package-listing.sh 01:49:54 ++ facter osfamily 01:49:54 ++ tr '[:upper:]' '[:lower:]' 01:49:54 + OS_FAMILY=redhat 01:49:54 + workspace=/w/workspace/edgex-go/870 01:49:54 + START_PACKAGES=/tmp/packages_start.txt 01:49:54 + END_PACKAGES=/tmp/packages_end.txt 01:49:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:49:54 + PACKAGES=/tmp/packages_start.txt 01:49:54 + '[' /w/workspace/edgex-go/870 ']' 01:49:54 + PACKAGES=/tmp/packages_end.txt 01:49:54 + case "${OS_FAMILY}" in 01:49:54 + sort 01:49:54 + rpm -qa 01:49:55 + '[' -f /tmp/packages_start.txt ']' 01:49:55 + '[' -f /tmp/packages_end.txt ']' 01:49:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:49:55 + '[' /w/workspace/edgex-go/870 ']' 01:49:55 + mkdir -p /w/workspace/edgex-go/870/archives/ 01:49:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/870/archives/ [Pipeline] echo 01:49:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/870/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:49:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:56 01:49:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:49:56 latest: Pulling from edgex-lftools-log-publisher 01:49:56 5eb5b503b376: Pulling fs layer 01:49:56 5c69ac0246d0: Pulling fs layer 01:49:56 ec43610c2a17: Pulling fs layer 01:49:56 3a2ae6a8a46f: Pulling fs layer 01:49:56 33b1e0a273af: Pulling fs layer 01:49:56 5d3b04190fa2: Pulling fs layer 01:49:56 2f39f015ded8: Pulling fs layer 01:49:56 3a2ae6a8a46f: Waiting 01:49:56 33b1e0a273af: Waiting 01:49:56 5d3b04190fa2: Waiting 01:49:56 2f39f015ded8: Waiting 01:49:56 5c69ac0246d0: Download complete 01:49:56 3a2ae6a8a46f: Verifying Checksum 01:49:56 3a2ae6a8a46f: Download complete 01:49:56 33b1e0a273af: Verifying Checksum 01:49:56 33b1e0a273af: Download complete 01:49:56 ec43610c2a17: Verifying Checksum 01:49:56 ec43610c2a17: Download complete 01:49:56 5d3b04190fa2: Verifying Checksum 01:49:56 5d3b04190fa2: Download complete 01:49:56 5eb5b503b376: Verifying Checksum 01:49:56 5eb5b503b376: Download complete 01:49:57 2f39f015ded8: Verifying Checksum 01:49:57 2f39f015ded8: Download complete 01:49:58 5eb5b503b376: Pull complete 01:49:58 5c69ac0246d0: Pull complete 01:49:58 ec43610c2a17: Pull complete 01:49:58 3a2ae6a8a46f: Pull complete 01:49:58 33b1e0a273af: Pull complete 01:49:59 5d3b04190fa2: Pull complete 01:50:03 2f39f015ded8: Pull complete 01:50:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:50:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:03 prd-centos7-docker-4c-2g-4702 does not seem to be running inside a container 01:50:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/870/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:50:06 $ docker top f5076ffdb2c551b21faaf3aed2a227d7af7d4c69882c4cfe30bc7e6aa4858f6c -eo pid,comm [Pipeline] { [Pipeline] sh 01:50:07 + touch /tmp/pre-build-complete [Pipeline] sh 01:50:07 + mkdir -p /var/log/sysstat [Pipeline] sh 01:50:07 + ls /var/log/sa-host 01:50:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:08 provisioning config files... 01:50:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1886886029750495265tmp [Pipeline] { [Pipeline] echo 01:50:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:50:08 ---> create-netrc.sh [Pipeline] } 01:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:50:08 ---> python-tools-install.sh [Pipeline] echo 01:50:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:50:08 ---> sudo-logs.sh 01:50:08 Archiving 'sudo' log.. 01:50:08 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:09 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:50:09 $ docker stop --time=1 f5076ffdb2c551b21faaf3aed2a227d7af7d4c69882c4cfe30bc7e6aa4858f6c 01:50:10 $ docker rm -f --volumes f5076ffdb2c551b21faaf3aed2a227d7af7d4c69882c4cfe30bc7e6aa4858f6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:50:10 [WS-CLEANUP] Deleting project workspace... 01:50:10 [WS-CLEANUP] Deferred wipeout is used... 01:50:10 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:06:26 #149 ... 02:06:26 02:06:26 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:26 #135 DONE 1099.9s 02:06:26 02:06:26 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:06:26 #152 ... 02:06:26 02:06:26 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:06:26 #155 DONE 0.3s 02:06:26 02:06:26 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:06:26 #132 ... 02:06:26 02:06:26 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:06:26 #156 DONE 0.2s 02:06:26 02:06:26 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:06:26 #157 DONE 0.2s 02:06:26 02:06:26 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:06:26 #149 ... 02:06:26 02:06:26 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:06:26 #158 DONE 0.2s 02:06:26 02:06:26 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:06:26 #159 DONE 0.2s 02:06:26 02:06:26 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:06:26 #152 ... 02:06:26 02:06:26 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:06:26 #160 DONE 2.4s 02:06:26 02:06:26 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:26 #46 ... 02:06:26 02:06:26 #105 [core-common-config-bootstrapper] exporting to image 02:06:26 #105 exporting layers 02:06:26 #105 exporting layers 0.8s done 02:06:26 #105 writing image sha256:27a573e1fc996154e65c42c6570ad9618cf5a133c1a1b66b468f1411925cfa2d 02:06:26 #105 writing image sha256:27a573e1fc996154e65c42c6570ad9618cf5a133c1a1b66b468f1411925cfa2d 0.1s done 02:06:26 #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:06:26 #105 DONE 6.0s 02:06:26 02:06:26 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:07:34 #132 ... 02:07:34 02:07:34 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:07:34 #150 DONE 1131.5s 02:07:34 02:07:34 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:07:34 #161 DONE 0.3s 02:07:34 02:07:34 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:07:34 #134 ... 02:07:34 02:07:34 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:07:34 #162 DONE 2.1s 02:07:34 02:07:34 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:07:34 #163 DONE 0.3s 02:07:34 02:07:34 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:07:34 #46 ... 02:07:34 02:07:34 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:07:34 #164 DONE 0.2s 02:07:34 02:07:34 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:07:34 #152 ... 02:07:34 02:07:34 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:07:34 #165 DONE 0.3s 02:07:34 02:07:34 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:07:34 #166 DONE 0.1s 02:07:34 02:07:34 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:07:34 #167 DONE 0.2s 02:07:34 02:07:34 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:07:34 #168 DONE 0.3s 02:07:34 02:07:34 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:07:34 #169 DONE 0.2s 02:07:34 02:07:34 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:07:34 #170 DONE 0.3s 02:07:34 02:07:34 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:07:34 #153 ... 02:07:34 02:07:34 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:07:34 #171 DONE 2.2s 02:07:34 02:07:34 #105 [security-bootstrapper] exporting to image 02:07:34 #105 exporting layers 02:07:35 #105 exporting layers 1.0s done 02:07:35 #105 writing image sha256:11b7e8b13dc02ba7c57d35ce7afdf45bb2baf97f74e60fadfb7031668e4aab93 done 02:07:35 #105 naming to docker.io/library/security-bootstrapper-arm64 02:07:35 #105 naming to docker.io/library/security-bootstrapper-arm64 done 02:07:35 #105 DONE 6.9s 02:07:35 02:07:35 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:22:13 #132 ... 02:22:13 02:22:13 #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:22:13 #133 DONE 2048.5s 02:22:13 02:22:13 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:22:13 #134 ... 02:22:13 02:22:13 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:22:13 #172 DONE 0.2s 02:22:13 02:22:13 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:22:13 #134 ... 02:22:13 02:22:13 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:22:13 #173 DONE 0.1s 02:22:13 02:22:13 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:22:13 #174 DONE 0.4s 02:22:13 02:22:13 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:22:13 #132 ... 02:22:13 02:22:13 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:22:13 #175 DONE 0.3s 02:22:13 02:22:13 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:22:13 #132 ... 02:22:13 02:22:13 #105 [core-command] exporting to image 02:22:13 #105 exporting layers 02:22:13 #105 exporting layers 0.4s done 02:22:13 #105 writing image sha256:f20ee708f876f563c89274093e7e88342790e7587cc00242b96acfa16ed0593e done 02:22:13 #105 naming to docker.io/library/core-command-arm64 done 02:22:13 #105 DONE 7.3s 02:22:13 02:22:13 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:23:00 #134 ... 02:23:00 02:23:00 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:23:00 #152 DONE 2059.9s 02:23:00 02:23:00 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:23:00 #134 ... 02:23:00 02:23:00 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:23:00 #176 DONE 0.1s 02:23:00 02:23:00 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:23:00 #177 DONE 0.1s 02:23:00 02:23:00 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:23:00 #178 DONE 0.2s 02:23:00 02:23:00 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:23:00 #179 DONE 0.1s 02:23:00 02:23:00 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:23:00 #180 DONE 0.4s 02:23:00 02:23:00 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:23:00 #181 DONE 0.1s 02:23:00 02:23:00 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:23:00 #182 DONE 1.9s 02:23:00 02:23:00 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:23:00 #149 ... 02:23:00 02:23:00 #105 [security-proxy-setup] exporting to image 02:23:00 #105 exporting layers 02:23:01 #105 exporting layers 0.9s done 02:23:01 #105 writing image sha256:7209bcfa73816b807bfa12abefac7d751fa3dd8e11761385be5345355c9a1d42 done 02:23:01 #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 02:23:01 #105 DONE 8.2s 02:23:01 02:23:01 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:23:01 #134 ... 02:23:01 02:23:01 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:23:01 #146 2065.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.38 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:23:34 #146 DONE 2092.4s 02:23:34 02:23:34 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:23:34 #134 ... 02:23:34 02:23:34 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:23:34 #183 DONE 0.2s 02:23:34 02:23:34 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:23:34 #132 ... 02:23:34 02:23:34 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:23:34 #184 DONE 0.2s 02:23:34 02:23:34 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:23:34 #46 ... 02:23:34 02:23:34 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:23:34 #185 DONE 0.1s 02:23:34 02:23:34 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:23:34 #46 ... 02:23:34 02:23:34 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:23:34 #186 DONE 0.1s 02:23:34 02:23:34 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:23:34 #187 DONE 0.2s 02:23:34 02:23:34 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:23:34 #188 DONE 0.3s 02:23:34 02:23:34 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:23:34 #189 DONE 0.5s 02:23:34 02:23:34 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:23:34 #190 DONE 0.1s 02:23:34 02:23:34 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:23:34 #191 DONE 1.9s 02:23:34 02:23:34 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:23:34 #134 ... 02:23:34 02:23:34 #105 [security-secretstore-setup] exporting to image 02:23:34 #105 exporting layers 02:23:34 #105 exporting layers 1.5s done 02:23:35 #105 writing image sha256:579b3b4ac22ab60e2f128be88d592f95768e4819db7b50f3ff3b976b9f8c03f1 done 02:23:35 #105 naming to docker.io/library/security-secretstore-setup-arm64 done 02:23:35 #105 DONE 9.7s 02:23:35 02:23:35 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:24:31 #134 ... 02:24:31 02:24:31 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:24:31 #151 DONE 2149.4s 02:24:31 02:24:31 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:31 #132 ... 02:24:31 02:24:31 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:24:31 #192 DONE 0.2s 02:24:31 02:24:31 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:24:31 #149 ... 02:24:31 02:24:31 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:24:31 #193 DONE 0.2s 02:24:31 02:24:31 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:24:31 #194 DONE 0.6s 02:24:31 02:24:31 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:24:31 #195 DONE 0.1s 02:24:31 02:24:31 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:24:31 #46 ... 02:24:31 02:24:31 #105 [security-spiffe-token-provider] exporting to image 02:24:31 #105 exporting layers 02:24:31 #105 exporting layers 1.0s done 02:24:31 #105 writing image sha256:04f75a130e62fbd50e17a835954d119f1678a8b9fe9573e9f653bfe3921b9ae6 done 02:24:31 #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:24:31 #105 DONE 10.7s 02:24:31 02:24:31 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:24:46 #149 ... 02:24:46 02:24:46 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:24:46 #136 DONE 2213.6s 02:24:46 02:24:46 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:46 #132 DONE 2213.6s 02:24:46 02:24:46 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:24:46 #153 ... 02:24:46 02:24:46 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:24:47 #196 DONE 0.7s 02:24:47 02:24:47 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:24:47 #134 ... 02:24:47 02:24:47 #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:24:47 #197 DONE 0.4s 02:24:47 02:24:47 #198 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:24:47 #198 DONE 0.2s 02:24:47 02:24:47 #199 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:24:48 #199 DONE 0.2s 02:24:48 02:24:48 #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:24:48 #200 DONE 0.6s 02:24:48 02:24:48 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:24:48 #201 ... 02:24:48 02:24:48 #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:24:48 #202 DONE 0.3s 02:24:48 02:24:48 #105 [core-data] exporting to image 02:24:48 #105 exporting layers 02:24:49 #105 ... 02:24:49 02:24:49 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:24:49 #201 DONE 0.8s 02:24:49 02:24:49 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:24:49 #203 ... 02:24:49 02:24:49 #105 [core-data] exporting to image 02:24:49 #105 exporting layers 0.6s done 02:24:49 #105 writing image sha256:7e70c8e1f102a0201297875d89576543ff663e608dec9ed2443557a29ed766ca done 02:24:49 #105 naming to docker.io/library/core-data-arm64 done 02:24:49 #105 DONE 11.3s 02:24:49 02:24:49 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:24:49 #203 DONE 0.3s 02:24:49 02:24:49 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:24:49 #204 DONE 0.1s 02:24:49 02:24:49 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:24:51 #205 DONE 1.8s 02:24:51 02:24:51 #105 [security-proxy-auth] exporting to image 02:24:52 #105 exporting layers 0.8s done 02:24:52 #105 writing image sha256:e86b42db82381d4dafeb5993fb5af02c642a600746e8ef5f3a4ca99519c034bb 0.0s done 02:24:52 #105 naming to docker.io/library/security-proxy-auth-arm64 done 02:24:52 #105 DONE 12.1s 02:24:52 02:24:52 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:24:52 #46 ... 02:24:52 02:24:52 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:24:52 #134 DONE 2220.1s 02:24:52 02:24:52 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:24:52 #154 ... 02:24:52 02:24:52 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:24:53 #206 DONE 0.2s 02:24:53 02:24:53 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:24:53 #46 ... 02:24:53 02:24:53 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:24:53 #207 DONE 0.2s 02:24:53 02:24:53 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:24:54 #208 DONE 0.4s 02:24:54 02:24:54 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:24:54 #209 DONE 0.1s 02:24:54 02:24:54 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:24:54 #210 DONE 0.1s 02:24:54 02:24:54 #105 [core-metadata] exporting to image 02:24:54 #105 exporting layers 0.4s done 02:24:54 #105 writing image sha256:c778caab8b6ade1c7065bccb19752319b451d3e1af99f780f98006d9585c7dc8 done 02:24:54 #105 naming to docker.io/library/core-metadata-arm64 done 02:24:54 #105 DONE 12.6s 02:24:54 02:24:54 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:25:09 #154 ... 02:25:09 02:25:09 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:25:09 #153 DONE 2191.3s 02:25:09 02:25:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:25:09 #154 ... 02:25:09 02:25:09 #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:25:09 #211 DONE 0.2s 02:25:09 02:25:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:25:09 #154 ... 02:25:09 02:25:09 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:25:09 #212 DONE 0.4s 02:25:09 02:25:09 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:25:09 #213 DONE 0.1s 02:25:09 02:25:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:25:09 #154 ... 02:25:09 02:25:09 #105 [core-keeper] exporting to image 02:25:09 #105 exporting layers 02:25:09 #105 exporting layers 0.4s done 02:25:09 #105 writing image sha256:16f048388eff2a8b614468db82c16ce02996f60a1446c10d0fe5670b4a716039 done 02:25:09 #105 naming to docker.io/library/core-keeper-arm64 done 02:25:09 #105 DONE 13.0s 02:25:09 02:25:09 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:36 #46 ... 02:25:36 02:25:36 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:25:36 #154 DONE 2218.1s 02:25:36 02:25:36 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:25:36 #214 DONE 0.2s 02:25:36 02:25:36 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:36 #46 ... 02:25:36 02:25:36 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:25:36 #215 DONE 0.1s 02:25:36 02:25:36 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:25:36 #216 DONE 0.4s 02:25:36 02:25:36 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:36 #46 ... 02:25:36 02:25:36 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:25:36 #217 DONE 0.1s 02:25:36 02:25:36 #105 [support-scheduler] exporting to image 02:25:36 #105 exporting layers 02:25:37 #105 exporting layers 1.1s done 02:25:37 #105 writing image sha256:f67d90eadd1a558e3d5d31c3d4dd01b9990596f352792a24c9cd5c432cc666b6 done 02:25:37 #105 naming to docker.io/library/support-scheduler-arm64 done 02:25:37 #105 DONE 14.1s 02:25:37 02:25:37 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:41 #46 ... 02:25:41 02:25:41 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:25:41 #149 DONE 2224.6s 02:25:41 02:25:41 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:25:41 #218 DONE 0.1s 02:25:41 02:25:41 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:25:41 #219 DONE 0.1s 02:25:41 02:25:41 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:41 #46 ... 02:25:41 02:25:41 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:25:42 #220 DONE 0.4s 02:25:42 02:25:42 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:42 #46 ... 02:25:42 02:25:42 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:25:42 #221 DONE 0.1s 02:25:42 02:25:42 #105 [support-notifications] exporting to image 02:25:43 #105 exporting layers 0.6s done 02:25:43 #105 writing image sha256:de467705142cbe68cc809c3c84b0b3f2e19a16decf72bc16158967cf4d847c65 done 02:25:43 #105 naming to docker.io/library/support-notifications-arm64 done 02:25:43 #105 DONE 14.7s 02:25:43 02:25:43 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:25:43 time="2025-07-08T01:45:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:25:43 $ docker stop --time=1 ab57e30df4ab7328f52f376f406eacc97679e8adda48efc0b2f83a9859a7c219 02:25:44 $ docker rm -f --volumes ab57e30df4ab7328f52f376f406eacc97679e8adda48efc0b2f83a9859a7c219 [Pipeline] // withDockerContainer [Pipeline] sh 02:25:45 + docker images 02:25:45 REPOSITORY TAG IMAGE ID CREATED SIZE 02:25:45 support-notifications-arm64 latest de467705142c 3 seconds ago 52.6MB 02:25:45 support-scheduler-arm64 latest f67d90eadd1a 10 seconds ago 48.9MB 02:25:45 core-keeper-arm64 latest 16f048388eff 36 seconds ago 33MB 02:25:45 core-metadata-arm64 latest c778caab8b6a 52 seconds ago 33.6MB 02:25:45 security-proxy-auth-arm64 latest e86b42db8238 54 seconds ago 32.3MB 02:25:45 core-data-arm64 latest 7e70c8e1f102 57 seconds ago 33.4MB 02:25:45 security-spiffe-token-provider-arm64 latest 04f75a130e62 About a minute ago 48.4MB 02:25:45 security-secretstore-setup-arm64 latest 579b3b4ac22a 2 minutes ago 68.5MB 02:25:45 security-proxy-setup-arm64 latest 7209bcfa7381 2 minutes ago 39MB 02:25:45 core-command-arm64 latest f20ee708f876 3 minutes ago 29MB 02:25:45 security-bootstrapper-arm64 latest 11b7e8b13dc0 18 minutes ago 21.1MB 02:25:45 core-common-config-bootstrapper-arm64 latest 27a573e1fc99 19 minutes ago 18MB 02:25:45 security-spire-agent-arm64 latest 3994f805d3d3 39 minutes ago 187MB 02:25:45 security-spire-server-arm64 latest 063c2b72583c 39 minutes ago 144MB 02:25:45 security-spire-config-arm64 latest 98f50e809179 39 minutes ago 143MB 02:25:45 ci-base-image-arm64 latest dec9e381bd83 40 minutes ago 909MB 02:25:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 weeks ago 560MB 02:25:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:25:45 provisioning config files... 02:25:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/870@tmp/config12889624182327267703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:25:45 ---> ****-login.sh 02:25:45 nexus3.edgexfoundry.org:10001 02:25:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:25:46 Configure a credential helper to remove this warning. See 02:25:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:25:46 02:25:46 Login Succeeded 02:25:46 nexus3.edgexfoundry.org:10002 02:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:25:46 Configure a credential helper to remove this warning. See 02:25:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:25:46 02:25:46 Login Succeeded 02:25:46 nexus3.edgexfoundry.org:10003 02:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:25:46 Configure a credential helper to remove this warning. See 02:25:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:25:46 02:25:46 Login Succeeded 02:25:46 nexus3.edgexfoundry.org:10004 02:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:25:47 Configure a credential helper to remove this warning. See 02:25:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:25:47 02:25:47 Login Succeeded 02:25:47 ****.io 02:25:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:25:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:25:47 Configure a credential helper to remove this warning. See 02:25:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:25:47 02:25:47 Login Succeeded 02:25:47 ---> ****-login.sh ends [Pipeline] } 02:25:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:25:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:25:47 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:25:47 32a36fca4005ab1da585d9d124dd4ff80240483c 02:25:47 latest 02:25:47 4.1.0-dev.38 02:25:47 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:25:47 main 02:25:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:25:48 46eb8dedd2c2: Preparing 02:25:48 1fcbd6ed558d: Preparing 02:25:48 c617f3ab21d7: Preparing 02:25:48 63d7111faac1: Preparing 02:25:48 823fbfad5081: Preparing 02:25:48 3217de925143: Preparing 02:25:48 dd9c8f8612c8: Preparing 02:25:48 3217de925143: Waiting 02:25:48 dd9c8f8612c8: Waiting 02:25:48 63d7111faac1: Pushed 02:25:48 823fbfad5081: Pushed 02:25:48 c617f3ab21d7: Pushed 02:25:49 dd9c8f8612c8: Layer already exists 02:25:49 46eb8dedd2c2: Pushed 02:25:49 3217de925143: Pushed 02:25:54 1fcbd6ed558d: Pushed 02:25:54 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:90933f2cc197c2d1f3f5a7fe9fa6bf98648e9d260fa3c27d9cb19f22b271f92b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:25:54 46eb8dedd2c2: Preparing 02:25:54 1fcbd6ed558d: Preparing 02:25:54 c617f3ab21d7: Preparing 02:25:54 63d7111faac1: Preparing 02:25:54 823fbfad5081: Preparing 02:25:54 3217de925143: Preparing 02:25:54 dd9c8f8612c8: Preparing 02:25:54 3217de925143: Waiting 02:25:54 dd9c8f8612c8: Waiting 02:25:54 823fbfad5081: Layer already exists 02:25:54 c617f3ab21d7: Layer already exists 02:25:54 1fcbd6ed558d: Layer already exists 02:25:54 46eb8dedd2c2: Layer already exists 02:25:54 63d7111faac1: Layer already exists 02:25:54 3217de925143: Layer already exists 02:25:54 dd9c8f8612c8: Layer already exists 02:25:55 latest: digest: sha256:90933f2cc197c2d1f3f5a7fe9fa6bf98648e9d260fa3c27d9cb19f22b271f92b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.38 02:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:25:55 46eb8dedd2c2: Preparing 02:25:55 1fcbd6ed558d: Preparing 02:25:55 c617f3ab21d7: Preparing 02:25:55 63d7111faac1: Preparing 02:25:55 823fbfad5081: Preparing 02:25:55 3217de925143: Preparing 02:25:55 dd9c8f8612c8: Preparing 02:25:55 3217de925143: Waiting 02:25:55 dd9c8f8612c8: Waiting 02:25:55 823fbfad5081: Layer already exists 02:25:55 1fcbd6ed558d: Layer already exists 02:25:55 63d7111faac1: Layer already exists 02:25:55 46eb8dedd2c2: Layer already exists 02:25:55 c617f3ab21d7: Layer already exists 02:25:55 3217de925143: Layer already exists 02:25:55 dd9c8f8612c8: Layer already exists 02:25:56 4.1.0-dev.38: digest: sha256:90933f2cc197c2d1f3f5a7fe9fa6bf98648e9d260fa3c27d9cb19f22b271f92b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:25:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:25:56 46eb8dedd2c2: Preparing 02:25:56 1fcbd6ed558d: Preparing 02:25:56 c617f3ab21d7: Preparing 02:25:56 63d7111faac1: Preparing 02:25:56 823fbfad5081: Preparing 02:25:56 3217de925143: Preparing 02:25:56 dd9c8f8612c8: Preparing 02:25:56 3217de925143: Waiting 02:25:56 dd9c8f8612c8: Waiting 02:25:56 1fcbd6ed558d: Layer already exists 02:25:56 63d7111faac1: Layer already exists 02:25:56 823fbfad5081: Layer already exists 02:25:56 46eb8dedd2c2: Layer already exists 02:25:56 c617f3ab21d7: Layer already exists 02:25:56 dd9c8f8612c8: Layer already exists 02:25:56 3217de925143: Layer already exists 02:25:56 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:90933f2cc197c2d1f3f5a7fe9fa6bf98648e9d260fa3c27d9cb19f22b271f92b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:25:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:25:57 46eb8dedd2c2: Preparing 02:25:57 1fcbd6ed558d: Preparing 02:25:57 c617f3ab21d7: Preparing 02:25:57 63d7111faac1: Preparing 02:25:57 823fbfad5081: Preparing 02:25:57 3217de925143: Preparing 02:25:57 dd9c8f8612c8: Preparing 02:25:57 3217de925143: Waiting 02:25:57 dd9c8f8612c8: Waiting 02:25:57 46eb8dedd2c2: Layer already exists 02:25:57 1fcbd6ed558d: Layer already exists 02:25:57 823fbfad5081: Layer already exists 02:25:57 c617f3ab21d7: Layer already exists 02:25:57 63d7111faac1: Layer already exists 02:25:57 dd9c8f8612c8: Layer already exists 02:25:57 3217de925143: Layer already exists 02:25:57 main: digest: sha256:90933f2cc197c2d1f3f5a7fe9fa6bf98648e9d260fa3c27d9cb19f22b271f92b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:25:57 ===================================================== [Pipeline] echo 02:25:57 taggedImages: 02:25:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:25:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:25:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.38 02:25:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:25:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:25:57 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:25:57 32a36fca4005ab1da585d9d124dd4ff80240483c 02:25:57 latest 02:25:57 4.1.0-dev.38 02:25:57 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:25:57 main 02:25:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:58 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:25:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:25:58 5e68b652d9cd: Preparing 02:25:58 562cb9387109: Preparing 02:25:58 2d6cf3c5287e: Preparing 02:25:58 cb1c28d59fac: Preparing 02:25:58 c617f3ab21d7: Preparing 02:25:58 63d7111faac1: Preparing 02:25:58 823fbfad5081: Preparing 02:25:58 3217de925143: Preparing 02:25:58 dd9c8f8612c8: Preparing 02:25:58 63d7111faac1: Waiting 02:25:58 823fbfad5081: Waiting 02:25:58 3217de925143: Waiting 02:25:58 dd9c8f8612c8: Waiting 02:25:58 c617f3ab21d7: Layer already exists 02:25:59 63d7111faac1: Layer already exists 02:25:59 562cb9387109: Pushed 02:25:59 2d6cf3c5287e: Pushed 02:25:59 823fbfad5081: Layer already exists 02:25:59 3217de925143: Layer already exists 02:25:59 dd9c8f8612c8: Layer already exists 02:25:59 5e68b652d9cd: Pushed 02:26:01 cb1c28d59fac: Pushed 02:26:01 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:4da3d07248a9c0e4ad61b1ad9f78a4173a3c25d1d3a1628b121c912682b3aceb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:02 5e68b652d9cd: Preparing 02:26:02 562cb9387109: Preparing 02:26:02 2d6cf3c5287e: Preparing 02:26:02 cb1c28d59fac: Preparing 02:26:02 c617f3ab21d7: Preparing 02:26:02 63d7111faac1: Preparing 02:26:02 823fbfad5081: Preparing 02:26:02 3217de925143: Preparing 02:26:02 dd9c8f8612c8: Preparing 02:26:02 63d7111faac1: Waiting 02:26:02 823fbfad5081: Waiting 02:26:02 3217de925143: Waiting 02:26:02 5e68b652d9cd: Layer already exists 02:26:02 c617f3ab21d7: Layer already exists 02:26:02 562cb9387109: Layer already exists 02:26:02 cb1c28d59fac: Layer already exists 02:26:02 2d6cf3c5287e: Layer already exists 02:26:02 63d7111faac1: Layer already exists 02:26:02 3217de925143: Layer already exists 02:26:02 823fbfad5081: Layer already exists 02:26:02 dd9c8f8612c8: Layer already exists 02:26:02 latest: digest: sha256:4da3d07248a9c0e4ad61b1ad9f78a4173a3c25d1d3a1628b121c912682b3aceb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.38 02:26:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:03 5e68b652d9cd: Preparing 02:26:03 562cb9387109: Preparing 02:26:03 2d6cf3c5287e: Preparing 02:26:03 cb1c28d59fac: Preparing 02:26:03 c617f3ab21d7: Preparing 02:26:03 63d7111faac1: Preparing 02:26:03 823fbfad5081: Preparing 02:26:03 3217de925143: Preparing 02:26:03 dd9c8f8612c8: Preparing 02:26:03 823fbfad5081: Waiting 02:26:03 3217de925143: Waiting 02:26:03 63d7111faac1: Waiting 02:26:03 dd9c8f8612c8: Waiting 02:26:03 5e68b652d9cd: Layer already exists 02:26:03 562cb9387109: Layer already exists 02:26:03 2d6cf3c5287e: Layer already exists 02:26:03 cb1c28d59fac: Layer already exists 02:26:03 c617f3ab21d7: Layer already exists 02:26:03 823fbfad5081: Layer already exists 02:26:03 3217de925143: Layer already exists 02:26:03 63d7111faac1: Layer already exists 02:26:03 dd9c8f8612c8: Layer already exists 02:26:03 4.1.0-dev.38: digest: sha256:4da3d07248a9c0e4ad61b1ad9f78a4173a3c25d1d3a1628b121c912682b3aceb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:03 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:04 5e68b652d9cd: Preparing 02:26:04 562cb9387109: Preparing 02:26:04 2d6cf3c5287e: Preparing 02:26:04 cb1c28d59fac: Preparing 02:26:04 c617f3ab21d7: Preparing 02:26:04 63d7111faac1: Preparing 02:26:04 823fbfad5081: Preparing 02:26:04 3217de925143: Preparing 02:26:04 dd9c8f8612c8: Preparing 02:26:04 823fbfad5081: Waiting 02:26:04 3217de925143: Waiting 02:26:04 dd9c8f8612c8: Waiting 02:26:04 63d7111faac1: Waiting 02:26:04 5e68b652d9cd: Layer already exists 02:26:04 2d6cf3c5287e: Layer already exists 02:26:04 cb1c28d59fac: Layer already exists 02:26:04 562cb9387109: Layer already exists 02:26:04 c617f3ab21d7: Layer already exists 02:26:04 63d7111faac1: Layer already exists 02:26:04 823fbfad5081: Layer already exists 02:26:04 3217de925143: Layer already exists 02:26:04 dd9c8f8612c8: Layer already exists 02:26:04 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:4da3d07248a9c0e4ad61b1ad9f78a4173a3c25d1d3a1628b121c912682b3aceb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:26:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:26:05 5e68b652d9cd: Preparing 02:26:05 562cb9387109: Preparing 02:26:05 2d6cf3c5287e: Preparing 02:26:05 cb1c28d59fac: Preparing 02:26:05 c617f3ab21d7: Preparing 02:26:05 63d7111faac1: Preparing 02:26:05 823fbfad5081: Preparing 02:26:05 3217de925143: Preparing 02:26:05 dd9c8f8612c8: Preparing 02:26:05 823fbfad5081: Waiting 02:26:05 3217de925143: Waiting 02:26:05 dd9c8f8612c8: Waiting 02:26:05 63d7111faac1: Waiting 02:26:05 c617f3ab21d7: Layer already exists 02:26:05 cb1c28d59fac: Layer already exists 02:26:05 2d6cf3c5287e: Layer already exists 02:26:05 5e68b652d9cd: Layer already exists 02:26:05 562cb9387109: Layer already exists 02:26:05 3217de925143: Layer already exists 02:26:05 823fbfad5081: Layer already exists 02:26:05 63d7111faac1: Layer already exists 02:26:05 dd9c8f8612c8: Layer already exists 02:26:05 main: digest: sha256:4da3d07248a9c0e4ad61b1ad9f78a4173a3c25d1d3a1628b121c912682b3aceb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:05 ===================================================== [Pipeline] echo 02:26:05 taggedImages: 02:26:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:26:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.38 02:26:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:26:05 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:26:05 32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:05 latest 02:26:05 4.1.0-dev.38 02:26:05 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:05 main 02:26:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:06 cecce5166851: Preparing 02:26:06 5939bec3e6a7: Preparing 02:26:06 c617f3ab21d7: Preparing 02:26:06 63d7111faac1: Preparing 02:26:06 3fae8bfb34fe: Preparing 02:26:06 471e3f062180: Preparing 02:26:06 dd9c8f8612c8: Preparing 02:26:06 471e3f062180: Waiting 02:26:06 dd9c8f8612c8: Waiting 02:26:06 c617f3ab21d7: Layer already exists 02:26:06 63d7111faac1: Layer already exists 02:26:06 dd9c8f8612c8: Layer already exists 02:26:06 3fae8bfb34fe: Pushed 02:26:06 cecce5166851: Pushed 02:26:06 471e3f062180: Pushed 02:26:11 5939bec3e6a7: Pushed 02:26:11 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:cdd5771c486012e9301c4faf146be9e9385ec6d629cd6c634d4f5bb1d7d023bd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:13 cecce5166851: Preparing 02:26:13 5939bec3e6a7: Preparing 02:26:13 c617f3ab21d7: Preparing 02:26:13 63d7111faac1: Preparing 02:26:13 3fae8bfb34fe: Preparing 02:26:13 471e3f062180: Preparing 02:26:13 dd9c8f8612c8: Preparing 02:26:13 471e3f062180: Waiting 02:26:13 dd9c8f8612c8: Waiting 02:26:13 63d7111faac1: Layer already exists 02:26:13 5939bec3e6a7: Layer already exists 02:26:13 c617f3ab21d7: Layer already exists 02:26:13 3fae8bfb34fe: Layer already exists 02:26:13 cecce5166851: Layer already exists 02:26:13 471e3f062180: Layer already exists 02:26:13 dd9c8f8612c8: Layer already exists 02:26:13 latest: digest: sha256:cdd5771c486012e9301c4faf146be9e9385ec6d629cd6c634d4f5bb1d7d023bd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.38 02:26:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:14 cecce5166851: Preparing 02:26:14 5939bec3e6a7: Preparing 02:26:14 c617f3ab21d7: Preparing 02:26:14 63d7111faac1: Preparing 02:26:14 3fae8bfb34fe: Preparing 02:26:14 471e3f062180: Preparing 02:26:14 dd9c8f8612c8: Preparing 02:26:14 471e3f062180: Waiting 02:26:14 dd9c8f8612c8: Waiting 02:26:14 c617f3ab21d7: Layer already exists 02:26:14 5939bec3e6a7: Layer already exists 02:26:14 63d7111faac1: Layer already exists 02:26:14 cecce5166851: Layer already exists 02:26:14 3fae8bfb34fe: Layer already exists 02:26:14 471e3f062180: Layer already exists 02:26:14 dd9c8f8612c8: Layer already exists 02:26:14 4.1.0-dev.38: digest: sha256:cdd5771c486012e9301c4faf146be9e9385ec6d629cd6c634d4f5bb1d7d023bd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:15 cecce5166851: Preparing 02:26:15 5939bec3e6a7: Preparing 02:26:15 c617f3ab21d7: Preparing 02:26:15 63d7111faac1: Preparing 02:26:15 3fae8bfb34fe: Preparing 02:26:15 471e3f062180: Preparing 02:26:15 dd9c8f8612c8: Preparing 02:26:15 471e3f062180: Waiting 02:26:15 dd9c8f8612c8: Waiting 02:26:15 5939bec3e6a7: Layer already exists 02:26:15 63d7111faac1: Layer already exists 02:26:15 c617f3ab21d7: Layer already exists 02:26:15 3fae8bfb34fe: Layer already exists 02:26:15 cecce5166851: Layer already exists 02:26:15 471e3f062180: Layer already exists 02:26:15 dd9c8f8612c8: Layer already exists 02:26:15 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:cdd5771c486012e9301c4faf146be9e9385ec6d629cd6c634d4f5bb1d7d023bd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:26:16 cecce5166851: Preparing 02:26:16 5939bec3e6a7: Preparing 02:26:16 c617f3ab21d7: Preparing 02:26:16 63d7111faac1: Preparing 02:26:16 3fae8bfb34fe: Preparing 02:26:16 471e3f062180: Preparing 02:26:16 dd9c8f8612c8: Preparing 02:26:16 471e3f062180: Waiting 02:26:16 dd9c8f8612c8: Waiting 02:26:16 3fae8bfb34fe: Layer already exists 02:26:16 5939bec3e6a7: Layer already exists 02:26:16 cecce5166851: Layer already exists 02:26:16 63d7111faac1: Layer already exists 02:26:16 c617f3ab21d7: Layer already exists 02:26:16 471e3f062180: Layer already exists 02:26:16 dd9c8f8612c8: Layer already exists 02:26:16 main: digest: sha256:cdd5771c486012e9301c4faf146be9e9385ec6d629cd6c634d4f5bb1d7d023bd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:16 ===================================================== [Pipeline] echo 02:26:16 taggedImages: 02:26:16 - nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:16 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:26:16 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.38 02:26:16 - nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:16 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:26:16 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:26:16 32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:16 latest 02:26:16 4.1.0-dev.38 02:26:16 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:16 main 02:26:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:16 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:17 a0dc36188b6e: Preparing 02:26:17 6e40a401ddfe: Preparing 02:26:17 63d7111faac1: Preparing 02:26:17 4944eea96b7e: Preparing 02:26:17 541b3f923179: Preparing 02:26:17 dd9c8f8612c8: Preparing 02:26:17 63d7111faac1: Layer already exists 02:26:17 dd9c8f8612c8: Layer already exists 02:26:17 541b3f923179: Pushed 02:26:17 4944eea96b7e: Pushed 02:26:17 a0dc36188b6e: Pushed 02:26:22 6e40a401ddfe: Pushed 02:26:23 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:9ebc59b56d1a6839285a3c1bca3326dac973a726a04aace5465f109d9c89f09c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:23 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:26:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:24 a0dc36188b6e: Preparing 02:26:24 6e40a401ddfe: Preparing 02:26:24 63d7111faac1: Preparing 02:26:24 4944eea96b7e: Preparing 02:26:24 541b3f923179: Preparing 02:26:24 dd9c8f8612c8: Preparing 02:26:24 dd9c8f8612c8: Waiting 02:26:24 6e40a401ddfe: Layer already exists 02:26:24 541b3f923179: Layer already exists 02:26:24 a0dc36188b6e: Layer already exists 02:26:24 63d7111faac1: Layer already exists 02:26:24 4944eea96b7e: Layer already exists 02:26:24 dd9c8f8612c8: Layer already exists 02:26:24 latest: digest: sha256:9ebc59b56d1a6839285a3c1bca3326dac973a726a04aace5465f109d9c89f09c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:25 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.38 02:26:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:25 a0dc36188b6e: Preparing 02:26:25 6e40a401ddfe: Preparing 02:26:25 63d7111faac1: Preparing 02:26:25 4944eea96b7e: Preparing 02:26:25 541b3f923179: Preparing 02:26:25 dd9c8f8612c8: Preparing 02:26:25 541b3f923179: Layer already exists 02:26:25 4944eea96b7e: Layer already exists 02:26:25 63d7111faac1: Layer already exists 02:26:25 a0dc36188b6e: Layer already exists 02:26:25 6e40a401ddfe: Layer already exists 02:26:25 dd9c8f8612c8: Layer already exists 02:26:25 4.1.0-dev.38: digest: sha256:9ebc59b56d1a6839285a3c1bca3326dac973a726a04aace5465f109d9c89f09c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:26 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:26 a0dc36188b6e: Preparing 02:26:26 6e40a401ddfe: Preparing 02:26:26 63d7111faac1: Preparing 02:26:26 4944eea96b7e: Preparing 02:26:26 541b3f923179: Preparing 02:26:26 dd9c8f8612c8: Preparing 02:26:26 dd9c8f8612c8: Waiting 02:26:26 541b3f923179: Layer already exists 02:26:26 63d7111faac1: Layer already exists 02:26:26 6e40a401ddfe: Layer already exists 02:26:26 a0dc36188b6e: Layer already exists 02:26:26 4944eea96b7e: Layer already exists 02:26:26 dd9c8f8612c8: Layer already exists 02:26:26 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:9ebc59b56d1a6839285a3c1bca3326dac973a726a04aace5465f109d9c89f09c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:27 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:26:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:26:27 a0dc36188b6e: Preparing 02:26:27 6e40a401ddfe: Preparing 02:26:27 63d7111faac1: Preparing 02:26:27 4944eea96b7e: Preparing 02:26:27 541b3f923179: Preparing 02:26:27 dd9c8f8612c8: Preparing 02:26:27 dd9c8f8612c8: Waiting 02:26:27 541b3f923179: Layer already exists 02:26:27 4944eea96b7e: Layer already exists 02:26:27 63d7111faac1: Layer already exists 02:26:27 a0dc36188b6e: Layer already exists 02:26:27 6e40a401ddfe: Layer already exists 02:26:27 dd9c8f8612c8: Layer already exists 02:26:27 main: digest: sha256:9ebc59b56d1a6839285a3c1bca3326dac973a726a04aace5465f109d9c89f09c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:27 ===================================================== [Pipeline] echo 02:26:27 taggedImages: 02:26:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:26:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.38 02:26:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:26:27 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:26:27 32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:27 latest 02:26:27 4.1.0-dev.38 02:26:27 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:27 main 02:26:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:26:28 80c2a8844725: Preparing 02:26:28 5f3bbec0f257: Preparing 02:26:28 ea6eb398fbaa: Preparing 02:26:28 c617f3ab21d7: Preparing 02:26:28 63d7111faac1: Preparing 02:26:28 823fbfad5081: Preparing 02:26:28 3217de925143: Preparing 02:26:28 dd9c8f8612c8: Preparing 02:26:28 823fbfad5081: Waiting 02:26:28 3217de925143: Waiting 02:26:28 dd9c8f8612c8: Waiting 02:26:28 c617f3ab21d7: Layer already exists 02:26:28 63d7111faac1: Layer already exists 02:26:28 5f3bbec0f257: Pushed 02:26:28 823fbfad5081: Layer already exists 02:26:28 3217de925143: Layer already exists 02:26:28 dd9c8f8612c8: Layer already exists 02:26:28 80c2a8844725: Pushed 02:26:34 ea6eb398fbaa: Pushed 02:26:34 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:19a8873a855554d885a7a4b87789e752ba6172911e228c9b185b8e937965a674 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:34 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:26:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:26:35 80c2a8844725: Preparing 02:26:35 5f3bbec0f257: Preparing 02:26:35 ea6eb398fbaa: Preparing 02:26:35 c617f3ab21d7: Preparing 02:26:35 63d7111faac1: Preparing 02:26:35 823fbfad5081: Preparing 02:26:35 823fbfad5081: Waiting 02:26:35 3217de925143: Preparing 02:26:35 dd9c8f8612c8: Preparing 02:26:35 3217de925143: Waiting 02:26:35 dd9c8f8612c8: Waiting 02:26:35 ea6eb398fbaa: Layer already exists 02:26:35 63d7111faac1: Layer already exists 02:26:35 c617f3ab21d7: Layer already exists 02:26:35 80c2a8844725: Layer already exists 02:26:35 5f3bbec0f257: Layer already exists 02:26:35 823fbfad5081: Layer already exists 02:26:35 3217de925143: Layer already exists 02:26:35 dd9c8f8612c8: Layer already exists 02:26:35 latest: digest: sha256:19a8873a855554d885a7a4b87789e752ba6172911e228c9b185b8e937965a674 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.38 02:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:26:36 80c2a8844725: Preparing 02:26:36 5f3bbec0f257: Preparing 02:26:36 ea6eb398fbaa: Preparing 02:26:36 c617f3ab21d7: Preparing 02:26:36 63d7111faac1: Preparing 02:26:36 823fbfad5081: Preparing 02:26:36 3217de925143: Preparing 02:26:36 dd9c8f8612c8: Preparing 02:26:36 823fbfad5081: Waiting 02:26:36 3217de925143: Waiting 02:26:36 dd9c8f8612c8: Waiting 02:26:36 ea6eb398fbaa: Layer already exists 02:26:36 5f3bbec0f257: Layer already exists 02:26:36 80c2a8844725: Layer already exists 02:26:36 63d7111faac1: Layer already exists 02:26:36 c617f3ab21d7: Layer already exists 02:26:36 dd9c8f8612c8: Layer already exists 02:26:36 823fbfad5081: Layer already exists 02:26:36 3217de925143: Layer already exists 02:26:36 4.1.0-dev.38: digest: sha256:19a8873a855554d885a7a4b87789e752ba6172911e228c9b185b8e937965a674 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:26:37 80c2a8844725: Preparing 02:26:37 5f3bbec0f257: Preparing 02:26:37 ea6eb398fbaa: Preparing 02:26:37 c617f3ab21d7: Preparing 02:26:37 63d7111faac1: Preparing 02:26:37 823fbfad5081: Preparing 02:26:37 3217de925143: Preparing 02:26:37 dd9c8f8612c8: Preparing 02:26:37 823fbfad5081: Waiting 02:26:37 3217de925143: Waiting 02:26:37 dd9c8f8612c8: Waiting 02:26:37 5f3bbec0f257: Layer already exists 02:26:37 80c2a8844725: Layer already exists 02:26:37 ea6eb398fbaa: Layer already exists 02:26:37 63d7111faac1: Layer already exists 02:26:37 c617f3ab21d7: Layer already exists 02:26:37 823fbfad5081: Layer already exists 02:26:37 dd9c8f8612c8: Layer already exists 02:26:37 3217de925143: Layer already exists 02:26:37 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:19a8873a855554d885a7a4b87789e752ba6172911e228c9b185b8e937965a674 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:26:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:26:38 80c2a8844725: Preparing 02:26:38 5f3bbec0f257: Preparing 02:26:38 ea6eb398fbaa: Preparing 02:26:38 c617f3ab21d7: Preparing 02:26:38 63d7111faac1: Preparing 02:26:38 823fbfad5081: Preparing 02:26:38 3217de925143: Preparing 02:26:38 dd9c8f8612c8: Preparing 02:26:38 3217de925143: Waiting 02:26:38 823fbfad5081: Waiting 02:26:38 dd9c8f8612c8: Waiting 02:26:38 5f3bbec0f257: Layer already exists 02:26:38 63d7111faac1: Layer already exists 02:26:38 ea6eb398fbaa: Layer already exists 02:26:38 c617f3ab21d7: Layer already exists 02:26:38 80c2a8844725: Layer already exists 02:26:38 3217de925143: Layer already exists 02:26:38 dd9c8f8612c8: Layer already exists 02:26:38 823fbfad5081: Layer already exists 02:26:38 main: digest: sha256:19a8873a855554d885a7a4b87789e752ba6172911e228c9b185b8e937965a674 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:38 ===================================================== [Pipeline] echo 02:26:38 taggedImages: 02:26:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:26:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.38 02:26:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:26:38 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:26:38 32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:38 latest 02:26:38 4.1.0-dev.38 02:26:38 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:38 main 02:26:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:26:39 28464356fd56: Preparing 02:26:39 7e35f4ef8571: Preparing 02:26:39 9a35575b659c: Preparing 02:26:39 0293202b4a6c: Preparing 02:26:39 cc23aeba8ced: Preparing 02:26:39 3c93b5b06004: Preparing 02:26:39 14377b3224d3: Preparing 02:26:39 c617f3ab21d7: Preparing 02:26:39 63d7111faac1: Preparing 02:26:39 1f192d0ec0a3: Preparing 02:26:39 d75aaab59100: Preparing 02:26:39 5f70bf18a086: Preparing 02:26:39 3e3f8098ce79: Preparing 02:26:39 37749ca628e5: Preparing 02:26:39 8b256235838b: Preparing 02:26:39 dd9c8f8612c8: Preparing 02:26:39 3c93b5b06004: Waiting 02:26:39 14377b3224d3: Waiting 02:26:39 3e3f8098ce79: Waiting 02:26:39 63d7111faac1: Waiting 02:26:39 37749ca628e5: Waiting 02:26:39 1f192d0ec0a3: Waiting 02:26:39 8b256235838b: Waiting 02:26:39 d75aaab59100: Waiting 02:26:39 dd9c8f8612c8: Waiting 02:26:39 5f70bf18a086: Waiting 02:26:39 7e35f4ef8571: Pushed 02:26:39 9a35575b659c: Pushed 02:26:39 cc23aeba8ced: Pushed 02:26:39 0293202b4a6c: Pushed 02:26:39 28464356fd56: Pushed 02:26:39 c617f3ab21d7: Layer already exists 02:26:39 63d7111faac1: Layer already exists 02:26:39 3c93b5b06004: Pushed 02:26:39 5f70bf18a086: Layer already exists 02:26:39 d75aaab59100: Pushed 02:26:39 1f192d0ec0a3: Pushed 02:26:39 3e3f8098ce79: Pushed 02:26:39 37749ca628e5: Pushed 02:26:39 dd9c8f8612c8: Layer already exists 02:26:39 8b256235838b: Pushed 02:26:43 14377b3224d3: Pushed 02:26:43 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:97d38e569561f51d33248c747d498a3616269ec189b4a86fae97bd2cb1442c25 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:26:43 28464356fd56: Preparing 02:26:43 7e35f4ef8571: Preparing 02:26:43 9a35575b659c: Preparing 02:26:43 0293202b4a6c: Preparing 02:26:43 cc23aeba8ced: Preparing 02:26:43 3c93b5b06004: Preparing 02:26:43 14377b3224d3: Preparing 02:26:43 c617f3ab21d7: Preparing 02:26:43 63d7111faac1: Preparing 02:26:43 1f192d0ec0a3: Preparing 02:26:43 d75aaab59100: Preparing 02:26:43 5f70bf18a086: Preparing 02:26:43 3e3f8098ce79: Preparing 02:26:43 37749ca628e5: Preparing 02:26:43 8b256235838b: Preparing 02:26:43 dd9c8f8612c8: Preparing 02:26:43 3c93b5b06004: Waiting 02:26:43 14377b3224d3: Waiting 02:26:43 c617f3ab21d7: Waiting 02:26:43 63d7111faac1: Waiting 02:26:43 1f192d0ec0a3: Waiting 02:26:43 dd9c8f8612c8: Waiting 02:26:43 8b256235838b: Waiting 02:26:43 37749ca628e5: Waiting 02:26:43 d75aaab59100: Waiting 02:26:43 5f70bf18a086: Waiting 02:26:43 3e3f8098ce79: Waiting 02:26:43 28464356fd56: Layer already exists 02:26:43 9a35575b659c: Layer already exists 02:26:43 7e35f4ef8571: Layer already exists 02:26:43 cc23aeba8ced: Layer already exists 02:26:43 0293202b4a6c: Layer already exists 02:26:43 3c93b5b06004: Layer already exists 02:26:43 63d7111faac1: Layer already exists 02:26:43 14377b3224d3: Layer already exists 02:26:43 c617f3ab21d7: Layer already exists 02:26:43 1f192d0ec0a3: Layer already exists 02:26:43 37749ca628e5: Layer already exists 02:26:43 d75aaab59100: Layer already exists 02:26:43 5f70bf18a086: Layer already exists 02:26:43 3e3f8098ce79: Layer already exists 02:26:43 8b256235838b: Layer already exists 02:26:43 dd9c8f8612c8: Layer already exists 02:26:44 latest: digest: sha256:97d38e569561f51d33248c747d498a3616269ec189b4a86fae97bd2cb1442c25 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.38 02:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:26:44 28464356fd56: Preparing 02:26:44 7e35f4ef8571: Preparing 02:26:44 9a35575b659c: Preparing 02:26:44 0293202b4a6c: Preparing 02:26:44 cc23aeba8ced: Preparing 02:26:44 3c93b5b06004: Preparing 02:26:44 14377b3224d3: Preparing 02:26:44 c617f3ab21d7: Preparing 02:26:44 63d7111faac1: Preparing 02:26:44 1f192d0ec0a3: Preparing 02:26:44 d75aaab59100: Preparing 02:26:44 5f70bf18a086: Preparing 02:26:44 3e3f8098ce79: Preparing 02:26:44 37749ca628e5: Preparing 02:26:44 8b256235838b: Preparing 02:26:44 dd9c8f8612c8: Preparing 02:26:44 1f192d0ec0a3: Waiting 02:26:44 d75aaab59100: Waiting 02:26:44 5f70bf18a086: Waiting 02:26:44 3e3f8098ce79: Waiting 02:26:44 37749ca628e5: Waiting 02:26:44 8b256235838b: Waiting 02:26:44 dd9c8f8612c8: Waiting 02:26:44 3c93b5b06004: Waiting 02:26:44 c617f3ab21d7: Waiting 02:26:44 63d7111faac1: Waiting 02:26:44 7e35f4ef8571: Layer already exists 02:26:44 9a35575b659c: Layer already exists 02:26:44 28464356fd56: Layer already exists 02:26:44 cc23aeba8ced: Layer already exists 02:26:44 0293202b4a6c: Layer already exists 02:26:44 1f192d0ec0a3: Layer already exists 02:26:44 c617f3ab21d7: Layer already exists 02:26:44 14377b3224d3: Layer already exists 02:26:44 63d7111faac1: Layer already exists 02:26:44 3c93b5b06004: Layer already exists 02:26:44 d75aaab59100: Layer already exists 02:26:44 37749ca628e5: Layer already exists 02:26:44 8b256235838b: Layer already exists 02:26:44 3e3f8098ce79: Layer already exists 02:26:44 5f70bf18a086: Layer already exists 02:26:44 dd9c8f8612c8: Layer already exists 02:26:45 4.1.0-dev.38: digest: sha256:97d38e569561f51d33248c747d498a3616269ec189b4a86fae97bd2cb1442c25 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:26:45 28464356fd56: Preparing 02:26:45 7e35f4ef8571: Preparing 02:26:45 9a35575b659c: Preparing 02:26:45 0293202b4a6c: Preparing 02:26:45 cc23aeba8ced: Preparing 02:26:45 3c93b5b06004: Preparing 02:26:45 14377b3224d3: Preparing 02:26:45 c617f3ab21d7: Preparing 02:26:45 63d7111faac1: Preparing 02:26:45 1f192d0ec0a3: Preparing 02:26:45 d75aaab59100: Preparing 02:26:45 5f70bf18a086: Preparing 02:26:45 3e3f8098ce79: Preparing 02:26:45 37749ca628e5: Preparing 02:26:45 8b256235838b: Preparing 02:26:45 dd9c8f8612c8: Preparing 02:26:45 1f192d0ec0a3: Waiting 02:26:45 d75aaab59100: Waiting 02:26:45 5f70bf18a086: Waiting 02:26:45 3e3f8098ce79: Waiting 02:26:45 37749ca628e5: Waiting 02:26:45 8b256235838b: Waiting 02:26:45 dd9c8f8612c8: Waiting 02:26:45 3c93b5b06004: Waiting 02:26:45 14377b3224d3: Waiting 02:26:45 c617f3ab21d7: Waiting 02:26:45 63d7111faac1: Waiting 02:26:45 28464356fd56: Layer already exists 02:26:45 0293202b4a6c: Layer already exists 02:26:45 7e35f4ef8571: Layer already exists 02:26:45 9a35575b659c: Layer already exists 02:26:45 cc23aeba8ced: Layer already exists 02:26:45 14377b3224d3: Layer already exists 02:26:45 3c93b5b06004: Layer already exists 02:26:45 63d7111faac1: Layer already exists 02:26:45 c617f3ab21d7: Layer already exists 02:26:45 1f192d0ec0a3: Layer already exists 02:26:45 d75aaab59100: Layer already exists 02:26:45 3e3f8098ce79: Layer already exists 02:26:45 8b256235838b: Layer already exists 02:26:45 5f70bf18a086: Layer already exists 02:26:45 dd9c8f8612c8: Layer already exists 02:26:46 37749ca628e5: Layer already exists 02:26:46 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:97d38e569561f51d33248c747d498a3616269ec189b4a86fae97bd2cb1442c25 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:26:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:26:47 28464356fd56: Preparing 02:26:47 7e35f4ef8571: Preparing 02:26:47 9a35575b659c: Preparing 02:26:47 0293202b4a6c: Preparing 02:26:47 cc23aeba8ced: Preparing 02:26:47 3c93b5b06004: Preparing 02:26:47 14377b3224d3: Preparing 02:26:47 c617f3ab21d7: Preparing 02:26:47 63d7111faac1: Preparing 02:26:47 1f192d0ec0a3: Preparing 02:26:47 d75aaab59100: Preparing 02:26:47 5f70bf18a086: Preparing 02:26:47 3e3f8098ce79: Preparing 02:26:47 37749ca628e5: Preparing 02:26:47 8b256235838b: Preparing 02:26:47 dd9c8f8612c8: Preparing 02:26:47 1f192d0ec0a3: Waiting 02:26:47 37749ca628e5: Waiting 02:26:47 8b256235838b: Waiting 02:26:47 dd9c8f8612c8: Waiting 02:26:47 d75aaab59100: Waiting 02:26:47 5f70bf18a086: Waiting 02:26:47 3e3f8098ce79: Waiting 02:26:47 3c93b5b06004: Waiting 02:26:47 14377b3224d3: Waiting 02:26:47 c617f3ab21d7: Waiting 02:26:47 63d7111faac1: Waiting 02:26:47 7e35f4ef8571: Layer already exists 02:26:47 28464356fd56: Layer already exists 02:26:47 9a35575b659c: Layer already exists 02:26:47 cc23aeba8ced: Layer already exists 02:26:47 0293202b4a6c: Layer already exists 02:26:47 3c93b5b06004: Layer already exists 02:26:47 14377b3224d3: Layer already exists 02:26:47 63d7111faac1: Layer already exists 02:26:47 c617f3ab21d7: Layer already exists 02:26:47 1f192d0ec0a3: Layer already exists 02:26:47 d75aaab59100: Layer already exists 02:26:47 3e3f8098ce79: Layer already exists 02:26:47 5f70bf18a086: Layer already exists 02:26:47 37749ca628e5: Layer already exists 02:26:47 8b256235838b: Layer already exists 02:26:47 dd9c8f8612c8: Layer already exists 02:26:47 main: digest: sha256:97d38e569561f51d33248c747d498a3616269ec189b4a86fae97bd2cb1442c25 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:47 ===================================================== [Pipeline] echo 02:26:47 taggedImages: 02:26:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:26:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.38 02:26:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:26:47 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:26:47 32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:47 latest 02:26:47 4.1.0-dev.38 02:26:47 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:47 main 02:26:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:47 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:26:48 e499b0362820: Preparing 02:26:48 47aaf73ca458: Preparing 02:26:48 c2d4d2864ced: Preparing 02:26:48 1b0cfe40c013: Preparing 02:26:48 c617f3ab21d7: Preparing 02:26:48 63d7111faac1: Preparing 02:26:48 823fbfad5081: Preparing 02:26:48 63d7111faac1: Waiting 02:26:48 3217de925143: Preparing 02:26:48 823fbfad5081: Waiting 02:26:48 dd9c8f8612c8: Preparing 02:26:48 3217de925143: Waiting 02:26:48 dd9c8f8612c8: Waiting 02:26:48 c617f3ab21d7: Layer already exists 02:26:48 63d7111faac1: Layer already exists 02:26:48 823fbfad5081: Layer already exists 02:26:48 3217de925143: Layer already exists 02:26:48 e499b0362820: Pushed 02:26:48 c2d4d2864ced: Pushed 02:26:48 47aaf73ca458: Pushed 02:26:48 dd9c8f8612c8: Layer already exists 02:26:54 1b0cfe40c013: Pushed 02:26:54 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:3ebb91201cc32920f1624f1151336bead765db66f8297992237e84e0a988eaf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:26:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:26:54 e499b0362820: Preparing 02:26:54 47aaf73ca458: Preparing 02:26:54 c2d4d2864ced: Preparing 02:26:54 1b0cfe40c013: Preparing 02:26:54 c617f3ab21d7: Preparing 02:26:54 63d7111faac1: Preparing 02:26:54 823fbfad5081: Preparing 02:26:54 3217de925143: Preparing 02:26:54 dd9c8f8612c8: Preparing 02:26:54 823fbfad5081: Waiting 02:26:54 3217de925143: Waiting 02:26:54 dd9c8f8612c8: Waiting 02:26:54 63d7111faac1: Waiting 02:26:54 c617f3ab21d7: Layer already exists 02:26:54 c2d4d2864ced: Layer already exists 02:26:54 47aaf73ca458: Layer already exists 02:26:54 e499b0362820: Layer already exists 02:26:54 1b0cfe40c013: Layer already exists 02:26:54 63d7111faac1: Layer already exists 02:26:54 823fbfad5081: Layer already exists 02:26:54 dd9c8f8612c8: Layer already exists 02:26:54 3217de925143: Layer already exists 02:26:54 latest: digest: sha256:3ebb91201cc32920f1624f1151336bead765db66f8297992237e84e0a988eaf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.38 02:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:26:55 e499b0362820: Preparing 02:26:55 47aaf73ca458: Preparing 02:26:55 c2d4d2864ced: Preparing 02:26:55 1b0cfe40c013: Preparing 02:26:55 c617f3ab21d7: Preparing 02:26:55 63d7111faac1: Preparing 02:26:55 823fbfad5081: Preparing 02:26:55 3217de925143: Preparing 02:26:55 dd9c8f8612c8: Preparing 02:26:55 823fbfad5081: Waiting 02:26:55 3217de925143: Waiting 02:26:55 dd9c8f8612c8: Waiting 02:26:55 63d7111faac1: Waiting 02:26:55 c617f3ab21d7: Layer already exists 02:26:55 47aaf73ca458: Layer already exists 02:26:55 e499b0362820: Layer already exists 02:26:55 1b0cfe40c013: Layer already exists 02:26:55 c2d4d2864ced: Layer already exists 02:26:55 3217de925143: Layer already exists 02:26:55 63d7111faac1: Layer already exists 02:26:55 823fbfad5081: Layer already exists 02:26:55 dd9c8f8612c8: Layer already exists 02:26:55 4.1.0-dev.38: digest: sha256:3ebb91201cc32920f1624f1151336bead765db66f8297992237e84e0a988eaf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:26:56 e499b0362820: Preparing 02:26:56 47aaf73ca458: Preparing 02:26:56 c2d4d2864ced: Preparing 02:26:56 1b0cfe40c013: Preparing 02:26:56 c617f3ab21d7: Preparing 02:26:56 63d7111faac1: Preparing 02:26:56 823fbfad5081: Preparing 02:26:56 3217de925143: Preparing 02:26:56 dd9c8f8612c8: Preparing 02:26:56 823fbfad5081: Waiting 02:26:56 3217de925143: Waiting 02:26:56 dd9c8f8612c8: Waiting 02:26:56 63d7111faac1: Waiting 02:26:56 c2d4d2864ced: Layer already exists 02:26:56 1b0cfe40c013: Layer already exists 02:26:56 e499b0362820: Layer already exists 02:26:56 47aaf73ca458: Layer already exists 02:26:56 c617f3ab21d7: Layer already exists 02:26:56 dd9c8f8612c8: Layer already exists 02:26:56 3217de925143: Layer already exists 02:26:56 823fbfad5081: Layer already exists 02:26:56 63d7111faac1: Layer already exists 02:26:56 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:3ebb91201cc32920f1624f1151336bead765db66f8297992237e84e0a988eaf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:57 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:26:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:26:58 e499b0362820: Preparing 02:26:58 47aaf73ca458: Preparing 02:26:58 c2d4d2864ced: Preparing 02:26:58 1b0cfe40c013: Preparing 02:26:58 c617f3ab21d7: Preparing 02:26:58 63d7111faac1: Preparing 02:26:58 823fbfad5081: Preparing 02:26:58 3217de925143: Preparing 02:26:58 dd9c8f8612c8: Preparing 02:26:58 823fbfad5081: Waiting 02:26:58 3217de925143: Waiting 02:26:58 dd9c8f8612c8: Waiting 02:26:58 63d7111faac1: Waiting 02:26:58 1b0cfe40c013: Layer already exists 02:26:58 47aaf73ca458: Layer already exists 02:26:58 c617f3ab21d7: Layer already exists 02:26:58 c2d4d2864ced: Layer already exists 02:26:58 e499b0362820: Layer already exists 02:26:58 3217de925143: Layer already exists 02:26:58 823fbfad5081: Layer already exists 02:26:58 63d7111faac1: Layer already exists 02:26:58 dd9c8f8612c8: Layer already exists 02:26:58 main: digest: sha256:3ebb91201cc32920f1624f1151336bead765db66f8297992237e84e0a988eaf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:26:58 ===================================================== [Pipeline] echo 02:26:58 taggedImages: 02:26:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:26:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.38 02:26:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:26:58 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:26:58 32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:58 latest 02:26:58 4.1.0-dev.38 02:26:58 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:26:58 main 02:26:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:58 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:26:59 834fe8e85c0d: Preparing 02:26:59 c39bbf27062b: Preparing 02:26:59 65b6b3ab3a27: Preparing 02:26:59 47032bfe5899: Preparing 02:26:59 eea74edbed31: Preparing 02:26:59 c617f3ab21d7: Preparing 02:26:59 63d7111faac1: Preparing 02:26:59 8596019b16dd: Preparing 02:26:59 64c2d26a7e6b: Preparing 02:26:59 b5c61a32c12c: Preparing 02:26:59 dd9c8f8612c8: Preparing 02:26:59 63d7111faac1: Waiting 02:26:59 8596019b16dd: Waiting 02:26:59 64c2d26a7e6b: Waiting 02:26:59 b5c61a32c12c: Waiting 02:26:59 c617f3ab21d7: Waiting 02:26:59 dd9c8f8612c8: Waiting 02:26:59 eea74edbed31: Pushed 02:26:59 47032bfe5899: Pushed 02:26:59 834fe8e85c0d: Pushed 02:26:59 c39bbf27062b: Pushed 02:26:59 c617f3ab21d7: Layer already exists 02:26:59 63d7111faac1: Layer already exists 02:26:59 dd9c8f8612c8: Layer already exists 02:26:59 8596019b16dd: Pushed 02:26:59 64c2d26a7e6b: Pushed 02:27:02 b5c61a32c12c: Pushed 02:27:03 65b6b3ab3a27: Pushed 02:27:04 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:18a73337cfafeaf602c356f1e31f52a11884016cebfa226c11ca6ee7a1564788 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:04 834fe8e85c0d: Preparing 02:27:04 c39bbf27062b: Preparing 02:27:04 65b6b3ab3a27: Preparing 02:27:04 47032bfe5899: Preparing 02:27:04 eea74edbed31: Preparing 02:27:04 c617f3ab21d7: Preparing 02:27:04 63d7111faac1: Preparing 02:27:04 8596019b16dd: Preparing 02:27:04 63d7111faac1: Waiting 02:27:04 64c2d26a7e6b: Preparing 02:27:04 8596019b16dd: Waiting 02:27:04 b5c61a32c12c: Preparing 02:27:04 64c2d26a7e6b: Waiting 02:27:04 dd9c8f8612c8: Preparing 02:27:04 b5c61a32c12c: Waiting 02:27:04 dd9c8f8612c8: Waiting 02:27:04 47032bfe5899: Layer already exists 02:27:04 65b6b3ab3a27: Layer already exists 02:27:04 eea74edbed31: Layer already exists 02:27:04 834fe8e85c0d: Layer already exists 02:27:04 c39bbf27062b: Layer already exists 02:27:04 63d7111faac1: Layer already exists 02:27:04 c617f3ab21d7: Layer already exists 02:27:04 64c2d26a7e6b: Layer already exists 02:27:04 8596019b16dd: Layer already exists 02:27:04 b5c61a32c12c: Layer already exists 02:27:04 dd9c8f8612c8: Layer already exists 02:27:05 latest: digest: sha256:18a73337cfafeaf602c356f1e31f52a11884016cebfa226c11ca6ee7a1564788 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.38 02:27:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:05 834fe8e85c0d: Preparing 02:27:05 c39bbf27062b: Preparing 02:27:05 65b6b3ab3a27: Preparing 02:27:05 47032bfe5899: Preparing 02:27:05 eea74edbed31: Preparing 02:27:05 c617f3ab21d7: Preparing 02:27:05 63d7111faac1: Preparing 02:27:05 8596019b16dd: Preparing 02:27:05 64c2d26a7e6b: Preparing 02:27:05 b5c61a32c12c: Preparing 02:27:05 dd9c8f8612c8: Preparing 02:27:05 8596019b16dd: Waiting 02:27:05 c617f3ab21d7: Waiting 02:27:05 63d7111faac1: Waiting 02:27:05 64c2d26a7e6b: Waiting 02:27:05 b5c61a32c12c: Waiting 02:27:05 c39bbf27062b: Layer already exists 02:27:05 eea74edbed31: Layer already exists 02:27:05 47032bfe5899: Layer already exists 02:27:05 834fe8e85c0d: Layer already exists 02:27:05 65b6b3ab3a27: Layer already exists 02:27:05 64c2d26a7e6b: Layer already exists 02:27:05 8596019b16dd: Layer already exists 02:27:05 c617f3ab21d7: Layer already exists 02:27:05 63d7111faac1: Layer already exists 02:27:05 b5c61a32c12c: Layer already exists 02:27:05 dd9c8f8612c8: Layer already exists 02:27:06 4.1.0-dev.38: digest: sha256:18a73337cfafeaf602c356f1e31f52a11884016cebfa226c11ca6ee7a1564788 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:06 834fe8e85c0d: Preparing 02:27:06 c39bbf27062b: Preparing 02:27:06 65b6b3ab3a27: Preparing 02:27:06 47032bfe5899: Preparing 02:27:06 eea74edbed31: Preparing 02:27:06 c617f3ab21d7: Preparing 02:27:06 63d7111faac1: Preparing 02:27:06 8596019b16dd: Preparing 02:27:06 64c2d26a7e6b: Preparing 02:27:06 b5c61a32c12c: Preparing 02:27:06 dd9c8f8612c8: Preparing 02:27:06 8596019b16dd: Waiting 02:27:06 64c2d26a7e6b: Waiting 02:27:06 b5c61a32c12c: Waiting 02:27:06 dd9c8f8612c8: Waiting 02:27:06 c617f3ab21d7: Waiting 02:27:06 63d7111faac1: Waiting 02:27:06 c39bbf27062b: Layer already exists 02:27:06 eea74edbed31: Layer already exists 02:27:06 47032bfe5899: Layer already exists 02:27:06 65b6b3ab3a27: Layer already exists 02:27:06 834fe8e85c0d: Layer already exists 02:27:06 c617f3ab21d7: Layer already exists 02:27:06 8596019b16dd: Layer already exists 02:27:06 63d7111faac1: Layer already exists 02:27:06 b5c61a32c12c: Layer already exists 02:27:06 64c2d26a7e6b: Layer already exists 02:27:06 dd9c8f8612c8: Layer already exists 02:27:06 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:18a73337cfafeaf602c356f1e31f52a11884016cebfa226c11ca6ee7a1564788 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:07 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:27:07 834fe8e85c0d: Preparing 02:27:07 c39bbf27062b: Preparing 02:27:07 65b6b3ab3a27: Preparing 02:27:07 47032bfe5899: Preparing 02:27:07 eea74edbed31: Preparing 02:27:07 c617f3ab21d7: Preparing 02:27:07 63d7111faac1: Preparing 02:27:07 8596019b16dd: Preparing 02:27:07 64c2d26a7e6b: Preparing 02:27:07 c617f3ab21d7: Waiting 02:27:07 63d7111faac1: Waiting 02:27:07 8596019b16dd: Waiting 02:27:07 64c2d26a7e6b: Waiting 02:27:07 b5c61a32c12c: Preparing 02:27:07 dd9c8f8612c8: Preparing 02:27:07 dd9c8f8612c8: Waiting 02:27:07 b5c61a32c12c: Waiting 02:27:07 eea74edbed31: Layer already exists 02:27:07 65b6b3ab3a27: Layer already exists 02:27:07 47032bfe5899: Layer already exists 02:27:07 834fe8e85c0d: Layer already exists 02:27:07 c39bbf27062b: Layer already exists 02:27:07 c617f3ab21d7: Layer already exists 02:27:07 63d7111faac1: Layer already exists 02:27:07 8596019b16dd: Layer already exists 02:27:07 64c2d26a7e6b: Layer already exists 02:27:07 b5c61a32c12c: Layer already exists 02:27:07 dd9c8f8612c8: Layer already exists 02:27:07 main: digest: sha256:18a73337cfafeaf602c356f1e31f52a11884016cebfa226c11ca6ee7a1564788 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:07 ===================================================== [Pipeline] echo 02:27:08 taggedImages: 02:27:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:27:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.38 02:27:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:27:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:27:08 32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:08 latest 02:27:08 4.1.0-dev.38 02:27:08 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:08 main 02:27:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:08 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:10 56a3d69d569d: Preparing 02:27:10 6c1755facbdd: Preparing 02:27:10 40acf090b0dc: Preparing 02:27:10 c3555243c267: Preparing 02:27:10 6a62d1e4340c: Preparing 02:27:10 2d6afe684ffa: Preparing 02:27:10 3a833b4a6618: Preparing 02:27:10 c617f3ab21d7: Preparing 02:27:10 63d7111faac1: Preparing 02:27:10 fcf3fa4eafa5: Preparing 02:27:10 5507bafa0306: Preparing 02:27:10 dd9c8f8612c8: Preparing 02:27:10 c617f3ab21d7: Waiting 02:27:10 63d7111faac1: Waiting 02:27:10 fcf3fa4eafa5: Waiting 02:27:10 5507bafa0306: Waiting 02:27:10 dd9c8f8612c8: Waiting 02:27:10 2d6afe684ffa: Waiting 02:27:10 3a833b4a6618: Waiting 02:27:10 56a3d69d569d: Pushed 02:27:10 6a62d1e4340c: Pushed 02:27:10 6c1755facbdd: Pushed 02:27:10 c617f3ab21d7: Layer already exists 02:27:10 63d7111faac1: Layer already exists 02:27:10 2d6afe684ffa: Pushed 02:27:10 3a833b4a6618: Pushed 02:27:10 dd9c8f8612c8: Layer already exists 02:27:10 fcf3fa4eafa5: Pushed 02:27:13 5507bafa0306: Pushed 02:27:14 c3555243c267: Pushed 02:27:16 40acf090b0dc: Pushed 02:27:17 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:645a8219651dd632ec045949cd6d0f496d92c2b18539ee6a4bf9c040637fa712 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:27:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:17 56a3d69d569d: Preparing 02:27:17 6c1755facbdd: Preparing 02:27:17 40acf090b0dc: Preparing 02:27:17 c3555243c267: Preparing 02:27:17 6a62d1e4340c: Preparing 02:27:17 2d6afe684ffa: Preparing 02:27:17 3a833b4a6618: Preparing 02:27:17 c617f3ab21d7: Preparing 02:27:17 63d7111faac1: Preparing 02:27:17 fcf3fa4eafa5: Preparing 02:27:17 5507bafa0306: Preparing 02:27:17 dd9c8f8612c8: Preparing 02:27:17 3a833b4a6618: Waiting 02:27:17 c617f3ab21d7: Waiting 02:27:17 63d7111faac1: Waiting 02:27:17 fcf3fa4eafa5: Waiting 02:27:17 5507bafa0306: Waiting 02:27:17 dd9c8f8612c8: Waiting 02:27:17 2d6afe684ffa: Waiting 02:27:17 40acf090b0dc: Layer already exists 02:27:17 56a3d69d569d: Layer already exists 02:27:17 c3555243c267: Layer already exists 02:27:17 6c1755facbdd: Layer already exists 02:27:17 6a62d1e4340c: Layer already exists 02:27:17 3a833b4a6618: Layer already exists 02:27:17 2d6afe684ffa: Layer already exists 02:27:17 c617f3ab21d7: Layer already exists 02:27:17 fcf3fa4eafa5: Layer already exists 02:27:17 63d7111faac1: Layer already exists 02:27:17 5507bafa0306: Layer already exists 02:27:17 dd9c8f8612c8: Layer already exists 02:27:18 latest: digest: sha256:645a8219651dd632ec045949cd6d0f496d92c2b18539ee6a4bf9c040637fa712 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.38 02:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:18 56a3d69d569d: Preparing 02:27:18 6c1755facbdd: Preparing 02:27:18 40acf090b0dc: Preparing 02:27:18 c3555243c267: Preparing 02:27:18 6a62d1e4340c: Preparing 02:27:18 2d6afe684ffa: Preparing 02:27:18 3a833b4a6618: Preparing 02:27:18 c617f3ab21d7: Preparing 02:27:18 63d7111faac1: Preparing 02:27:18 fcf3fa4eafa5: Preparing 02:27:18 2d6afe684ffa: Waiting 02:27:18 5507bafa0306: Preparing 02:27:18 3a833b4a6618: Waiting 02:27:18 dd9c8f8612c8: Preparing 02:27:18 63d7111faac1: Waiting 02:27:18 fcf3fa4eafa5: Waiting 02:27:18 5507bafa0306: Waiting 02:27:18 dd9c8f8612c8: Waiting 02:27:18 c617f3ab21d7: Waiting 02:27:18 6a62d1e4340c: Layer already exists 02:27:18 40acf090b0dc: Layer already exists 02:27:18 6c1755facbdd: Layer already exists 02:27:18 56a3d69d569d: Layer already exists 02:27:18 c3555243c267: Layer already exists 02:27:18 2d6afe684ffa: Layer already exists 02:27:18 3a833b4a6618: Layer already exists 02:27:18 fcf3fa4eafa5: Layer already exists 02:27:18 c617f3ab21d7: Layer already exists 02:27:18 63d7111faac1: Layer already exists 02:27:18 dd9c8f8612c8: Layer already exists 02:27:18 5507bafa0306: Layer already exists 02:27:19 4.1.0-dev.38: digest: sha256:645a8219651dd632ec045949cd6d0f496d92c2b18539ee6a4bf9c040637fa712 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:19 56a3d69d569d: Preparing 02:27:19 6c1755facbdd: Preparing 02:27:19 40acf090b0dc: Preparing 02:27:19 c3555243c267: Preparing 02:27:19 6a62d1e4340c: Preparing 02:27:19 2d6afe684ffa: Preparing 02:27:19 3a833b4a6618: Preparing 02:27:19 c617f3ab21d7: Preparing 02:27:19 63d7111faac1: Preparing 02:27:19 fcf3fa4eafa5: Preparing 02:27:19 5507bafa0306: Preparing 02:27:19 dd9c8f8612c8: Preparing 02:27:19 2d6afe684ffa: Waiting 02:27:19 3a833b4a6618: Waiting 02:27:19 c617f3ab21d7: Waiting 02:27:19 63d7111faac1: Waiting 02:27:19 fcf3fa4eafa5: Waiting 02:27:19 5507bafa0306: Waiting 02:27:19 dd9c8f8612c8: Waiting 02:27:21 40acf090b0dc: Layer already exists 02:27:21 c3555243c267: Layer already exists 02:27:21 6c1755facbdd: Layer already exists 02:27:21 56a3d69d569d: Layer already exists 02:27:21 6a62d1e4340c: Layer already exists 02:27:21 2d6afe684ffa: Layer already exists 02:27:21 3a833b4a6618: Layer already exists 02:27:21 c617f3ab21d7: Layer already exists 02:27:21 fcf3fa4eafa5: Layer already exists 02:27:21 63d7111faac1: Layer already exists 02:27:21 5507bafa0306: Layer already exists 02:27:21 dd9c8f8612c8: Layer already exists 02:27:21 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:645a8219651dd632ec045949cd6d0f496d92c2b18539ee6a4bf9c040637fa712 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:27:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:27:21 56a3d69d569d: Preparing 02:27:21 6c1755facbdd: Preparing 02:27:21 40acf090b0dc: Preparing 02:27:21 c3555243c267: Preparing 02:27:21 6a62d1e4340c: Preparing 02:27:21 2d6afe684ffa: Preparing 02:27:21 3a833b4a6618: Preparing 02:27:21 c617f3ab21d7: Preparing 02:27:21 63d7111faac1: Preparing 02:27:21 fcf3fa4eafa5: Preparing 02:27:21 5507bafa0306: Preparing 02:27:21 dd9c8f8612c8: Preparing 02:27:21 63d7111faac1: Waiting 02:27:21 fcf3fa4eafa5: Waiting 02:27:21 5507bafa0306: Waiting 02:27:21 dd9c8f8612c8: Waiting 02:27:21 c617f3ab21d7: Waiting 02:27:21 2d6afe684ffa: Waiting 02:27:21 3a833b4a6618: Waiting 02:27:21 c3555243c267: Layer already exists 02:27:21 6c1755facbdd: Layer already exists 02:27:21 6a62d1e4340c: Layer already exists 02:27:21 40acf090b0dc: Layer already exists 02:27:21 56a3d69d569d: Layer already exists 02:27:21 2d6afe684ffa: Layer already exists 02:27:21 3a833b4a6618: Layer already exists 02:27:21 fcf3fa4eafa5: Layer already exists 02:27:21 c617f3ab21d7: Layer already exists 02:27:21 63d7111faac1: Layer already exists 02:27:21 dd9c8f8612c8: Layer already exists 02:27:21 5507bafa0306: Layer already exists 02:27:22 main: digest: sha256:645a8219651dd632ec045949cd6d0f496d92c2b18539ee6a4bf9c040637fa712 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:22 ===================================================== [Pipeline] echo 02:27:22 taggedImages: 02:27:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:27:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.38 02:27:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:27:22 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:27:22 32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:22 latest 02:27:22 4.1.0-dev.38 02:27:22 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:22 main 02:27:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:22 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:22 1df18b43407d: Preparing 02:27:22 dc4c980c6e25: Preparing 02:27:22 c617f3ab21d7: Preparing 02:27:22 63d7111faac1: Preparing 02:27:22 4741ba6e445c: Preparing 02:27:22 183fca2d466e: Preparing 02:27:22 dd9c8f8612c8: Preparing 02:27:22 183fca2d466e: Waiting 02:27:22 dd9c8f8612c8: Waiting 02:27:22 c617f3ab21d7: Layer already exists 02:27:23 63d7111faac1: Layer already exists 02:27:23 dd9c8f8612c8: Layer already exists 02:27:23 4741ba6e445c: Pushed 02:27:23 1df18b43407d: Pushed 02:27:25 183fca2d466e: Pushed 02:27:30 dc4c980c6e25: Pushed 02:27:30 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:2208e4e2d2812aebfb44faa3be3453fe119819da2d991fd26636510efb0d9047 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:27:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:31 1df18b43407d: Preparing 02:27:31 dc4c980c6e25: Preparing 02:27:31 c617f3ab21d7: Preparing 02:27:31 63d7111faac1: Preparing 02:27:31 4741ba6e445c: Preparing 02:27:31 183fca2d466e: Preparing 02:27:31 dd9c8f8612c8: Preparing 02:27:31 183fca2d466e: Waiting 02:27:31 dd9c8f8612c8: Waiting 02:27:31 63d7111faac1: Layer already exists 02:27:31 4741ba6e445c: Layer already exists 02:27:31 dc4c980c6e25: Layer already exists 02:27:31 c617f3ab21d7: Layer already exists 02:27:31 1df18b43407d: Layer already exists 02:27:31 183fca2d466e: Layer already exists 02:27:31 dd9c8f8612c8: Layer already exists 02:27:31 latest: digest: sha256:2208e4e2d2812aebfb44faa3be3453fe119819da2d991fd26636510efb0d9047 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.38 02:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:33 1df18b43407d: Preparing 02:27:33 dc4c980c6e25: Preparing 02:27:33 c617f3ab21d7: Preparing 02:27:33 63d7111faac1: Preparing 02:27:33 4741ba6e445c: Preparing 02:27:33 183fca2d466e: Preparing 02:27:33 dd9c8f8612c8: Preparing 02:27:33 183fca2d466e: Waiting 02:27:33 1df18b43407d: Layer already exists 02:27:33 63d7111faac1: Layer already exists 02:27:33 c617f3ab21d7: Layer already exists 02:27:33 dc4c980c6e25: Layer already exists 02:27:33 4741ba6e445c: Layer already exists 02:27:33 183fca2d466e: Layer already exists 02:27:33 dd9c8f8612c8: Layer already exists 02:27:33 4.1.0-dev.38: digest: sha256:2208e4e2d2812aebfb44faa3be3453fe119819da2d991fd26636510efb0d9047 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:34 1df18b43407d: Preparing 02:27:34 dc4c980c6e25: Preparing 02:27:34 c617f3ab21d7: Preparing 02:27:34 63d7111faac1: Preparing 02:27:34 4741ba6e445c: Preparing 02:27:34 183fca2d466e: Preparing 02:27:34 dd9c8f8612c8: Preparing 02:27:34 183fca2d466e: Waiting 02:27:34 dd9c8f8612c8: Waiting 02:27:34 c617f3ab21d7: Layer already exists 02:27:34 4741ba6e445c: Layer already exists 02:27:34 63d7111faac1: Layer already exists 02:27:34 dc4c980c6e25: Layer already exists 02:27:34 1df18b43407d: Layer already exists 02:27:34 dd9c8f8612c8: Layer already exists 02:27:34 183fca2d466e: Layer already exists 02:27:34 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:2208e4e2d2812aebfb44faa3be3453fe119819da2d991fd26636510efb0d9047 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:34 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:27:34 1df18b43407d: Preparing 02:27:34 dc4c980c6e25: Preparing 02:27:34 c617f3ab21d7: Preparing 02:27:34 63d7111faac1: Preparing 02:27:34 4741ba6e445c: Preparing 02:27:34 183fca2d466e: Preparing 02:27:34 dd9c8f8612c8: Preparing 02:27:34 183fca2d466e: Waiting 02:27:34 dd9c8f8612c8: Waiting 02:27:34 dc4c980c6e25: Layer already exists 02:27:34 4741ba6e445c: Layer already exists 02:27:34 c617f3ab21d7: Layer already exists 02:27:34 1df18b43407d: Layer already exists 02:27:34 63d7111faac1: Layer already exists 02:27:34 183fca2d466e: Layer already exists 02:27:34 dd9c8f8612c8: Layer already exists 02:27:35 main: digest: sha256:2208e4e2d2812aebfb44faa3be3453fe119819da2d991fd26636510efb0d9047 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:35 ===================================================== [Pipeline] echo 02:27:35 taggedImages: 02:27:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:27:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.38 02:27:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:27:35 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:27:35 32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:35 latest 02:27:35 4.1.0-dev.38 02:27:35 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:27:35 main 02:27:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:27:36 28d13e725627: Preparing 02:27:36 838e4f80ef11: Preparing 02:27:36 acd3784b91df: Preparing 02:27:36 c617f3ab21d7: Preparing 02:27:36 63d7111faac1: Preparing 02:27:36 0809ad51478e: Preparing 02:27:36 4b612d5b9b50: Preparing 02:27:36 6687484e18df: Preparing 02:27:36 59ad3fb1d488: Preparing 02:27:36 dd9c8f8612c8: Preparing 02:27:36 4b612d5b9b50: Waiting 02:27:36 6687484e18df: Waiting 02:27:36 0809ad51478e: Waiting 02:27:36 59ad3fb1d488: Waiting 02:27:36 dd9c8f8612c8: Waiting 02:27:36 63d7111faac1: Layer already exists 02:27:36 c617f3ab21d7: Layer already exists 02:27:36 acd3784b91df: Pushed 02:27:36 838e4f80ef11: Pushed 02:27:36 28d13e725627: Pushed 02:27:36 dd9c8f8612c8: Layer already exists 02:27:36 6687484e18df: Pushed 02:27:37 59ad3fb1d488: Pushed 02:27:47 4b612d5b9b50: Pushed 02:28:02 0809ad51478e: Pushed 02:28:02 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:04956ffc0640f671cd1b0954b62e739bbd83ab00e6c5a0e03536b40485ffeb23 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:28:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:02 28d13e725627: Preparing 02:28:02 838e4f80ef11: Preparing 02:28:02 acd3784b91df: Preparing 02:28:02 c617f3ab21d7: Preparing 02:28:02 63d7111faac1: Preparing 02:28:02 0809ad51478e: Preparing 02:28:02 4b612d5b9b50: Preparing 02:28:02 6687484e18df: Preparing 02:28:02 59ad3fb1d488: Preparing 02:28:02 dd9c8f8612c8: Preparing 02:28:02 4b612d5b9b50: Waiting 02:28:02 6687484e18df: Waiting 02:28:02 59ad3fb1d488: Waiting 02:28:02 dd9c8f8612c8: Waiting 02:28:02 0809ad51478e: Waiting 02:28:02 28d13e725627: Layer already exists 02:28:02 63d7111faac1: Layer already exists 02:28:02 acd3784b91df: Layer already exists 02:28:02 c617f3ab21d7: Layer already exists 02:28:02 838e4f80ef11: Layer already exists 02:28:02 4b612d5b9b50: Layer already exists 02:28:02 0809ad51478e: Layer already exists 02:28:02 6687484e18df: Layer already exists 02:28:02 dd9c8f8612c8: Layer already exists 02:28:02 59ad3fb1d488: Layer already exists 02:28:03 latest: digest: sha256:04956ffc0640f671cd1b0954b62e739bbd83ab00e6c5a0e03536b40485ffeb23 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.38 02:28:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:03 28d13e725627: Preparing 02:28:03 838e4f80ef11: Preparing 02:28:03 acd3784b91df: Preparing 02:28:03 c617f3ab21d7: Preparing 02:28:03 63d7111faac1: Preparing 02:28:03 0809ad51478e: Preparing 02:28:03 4b612d5b9b50: Preparing 02:28:03 0809ad51478e: Waiting 02:28:03 6687484e18df: Preparing 02:28:03 4b612d5b9b50: Waiting 02:28:03 59ad3fb1d488: Preparing 02:28:03 6687484e18df: Waiting 02:28:03 dd9c8f8612c8: Preparing 02:28:03 59ad3fb1d488: Waiting 02:28:03 dd9c8f8612c8: Waiting 02:28:03 28d13e725627: Layer already exists 02:28:03 63d7111faac1: Layer already exists 02:28:03 acd3784b91df: Layer already exists 02:28:03 838e4f80ef11: Layer already exists 02:28:03 c617f3ab21d7: Layer already exists 02:28:03 0809ad51478e: Layer already exists 02:28:03 4b612d5b9b50: Layer already exists 02:28:03 59ad3fb1d488: Layer already exists 02:28:03 6687484e18df: Layer already exists 02:28:03 dd9c8f8612c8: Layer already exists 02:28:04 4.1.0-dev.38: digest: sha256:04956ffc0640f671cd1b0954b62e739bbd83ab00e6c5a0e03536b40485ffeb23 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:28:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:04 28d13e725627: Preparing 02:28:04 838e4f80ef11: Preparing 02:28:04 acd3784b91df: Preparing 02:28:04 c617f3ab21d7: Preparing 02:28:04 63d7111faac1: Preparing 02:28:04 0809ad51478e: Preparing 02:28:04 4b612d5b9b50: Preparing 02:28:04 6687484e18df: Preparing 02:28:04 59ad3fb1d488: Preparing 02:28:04 dd9c8f8612c8: Preparing 02:28:04 0809ad51478e: Waiting 02:28:04 4b612d5b9b50: Waiting 02:28:04 6687484e18df: Waiting 02:28:04 59ad3fb1d488: Waiting 02:28:04 dd9c8f8612c8: Waiting 02:28:04 838e4f80ef11: Layer already exists 02:28:04 c617f3ab21d7: Layer already exists 02:28:04 63d7111faac1: Layer already exists 02:28:04 acd3784b91df: Layer already exists 02:28:04 28d13e725627: Layer already exists 02:28:04 0809ad51478e: Layer already exists 02:28:04 6687484e18df: Layer already exists 02:28:04 dd9c8f8612c8: Layer already exists 02:28:04 4b612d5b9b50: Layer already exists 02:28:04 59ad3fb1d488: Layer already exists 02:28:05 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:04956ffc0640f671cd1b0954b62e739bbd83ab00e6c5a0e03536b40485ffeb23 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:28:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:28:06 28d13e725627: Preparing 02:28:06 838e4f80ef11: Preparing 02:28:06 acd3784b91df: Preparing 02:28:06 c617f3ab21d7: Preparing 02:28:06 63d7111faac1: Preparing 02:28:06 0809ad51478e: Preparing 02:28:06 4b612d5b9b50: Preparing 02:28:06 6687484e18df: Preparing 02:28:06 59ad3fb1d488: Preparing 02:28:06 dd9c8f8612c8: Preparing 02:28:06 0809ad51478e: Waiting 02:28:06 4b612d5b9b50: Waiting 02:28:06 6687484e18df: Waiting 02:28:06 59ad3fb1d488: Waiting 02:28:06 dd9c8f8612c8: Waiting 02:28:06 28d13e725627: Layer already exists 02:28:06 acd3784b91df: Layer already exists 02:28:06 63d7111faac1: Layer already exists 02:28:06 838e4f80ef11: Layer already exists 02:28:06 c617f3ab21d7: Layer already exists 02:28:06 0809ad51478e: Layer already exists 02:28:06 59ad3fb1d488: Layer already exists 02:28:06 6687484e18df: Layer already exists 02:28:06 dd9c8f8612c8: Layer already exists 02:28:06 4b612d5b9b50: Layer already exists 02:28:06 main: digest: sha256:04956ffc0640f671cd1b0954b62e739bbd83ab00e6c5a0e03536b40485ffeb23 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:06 ===================================================== [Pipeline] echo 02:28:06 taggedImages: 02:28:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:28:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:28:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.38 02:28:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:28:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:28:06 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:28:06 32a36fca4005ab1da585d9d124dd4ff80240483c 02:28:06 latest 02:28:06 4.1.0-dev.38 02:28:06 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:28:06 main 02:28:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:28:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:07 fd57de76731e: Preparing 02:28:07 b71597a72a85: Preparing 02:28:07 d98e5846a1db: Preparing 02:28:07 c617f3ab21d7: Preparing 02:28:07 63d7111faac1: Preparing 02:28:07 4b21a8fded36: Preparing 02:28:07 34f9be194aee: Preparing 02:28:07 2ce48a26955e: Preparing 02:28:07 dd9c8f8612c8: Preparing 02:28:07 4b21a8fded36: Waiting 02:28:07 34f9be194aee: Waiting 02:28:07 2ce48a26955e: Waiting 02:28:07 dd9c8f8612c8: Waiting 02:28:07 c617f3ab21d7: Layer already exists 02:28:07 63d7111faac1: Layer already exists 02:28:07 b71597a72a85: Pushed 02:28:07 d98e5846a1db: Pushed 02:28:07 fd57de76731e: Pushed 02:28:07 34f9be194aee: Pushed 02:28:07 dd9c8f8612c8: Layer already exists 02:28:08 2ce48a26955e: Pushed 02:28:35 4b21a8fded36: Pushed 02:28:35 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:8bc82e3d1a39347d3129c0a539ff6e26c04136eff3390cb8ea8d360302cd94fe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:36 fd57de76731e: Preparing 02:28:36 b71597a72a85: Preparing 02:28:36 d98e5846a1db: Preparing 02:28:36 c617f3ab21d7: Preparing 02:28:36 63d7111faac1: Preparing 02:28:36 4b21a8fded36: Preparing 02:28:36 34f9be194aee: Preparing 02:28:36 2ce48a26955e: Preparing 02:28:36 dd9c8f8612c8: Preparing 02:28:36 4b21a8fded36: Waiting 02:28:36 34f9be194aee: Waiting 02:28:36 2ce48a26955e: Waiting 02:28:36 dd9c8f8612c8: Waiting 02:28:36 d98e5846a1db: Layer already exists 02:28:36 c617f3ab21d7: Layer already exists 02:28:36 fd57de76731e: Layer already exists 02:28:36 63d7111faac1: Layer already exists 02:28:36 b71597a72a85: Layer already exists 02:28:36 4b21a8fded36: Layer already exists 02:28:36 2ce48a26955e: Layer already exists 02:28:36 34f9be194aee: Layer already exists 02:28:36 dd9c8f8612c8: Layer already exists 02:28:36 latest: digest: sha256:8bc82e3d1a39347d3129c0a539ff6e26c04136eff3390cb8ea8d360302cd94fe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.38 02:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:37 fd57de76731e: Preparing 02:28:37 b71597a72a85: Preparing 02:28:37 d98e5846a1db: Preparing 02:28:37 c617f3ab21d7: Preparing 02:28:37 63d7111faac1: Preparing 02:28:37 4b21a8fded36: Preparing 02:28:37 34f9be194aee: Preparing 02:28:37 2ce48a26955e: Preparing 02:28:37 dd9c8f8612c8: Preparing 02:28:37 34f9be194aee: Waiting 02:28:37 2ce48a26955e: Waiting 02:28:37 dd9c8f8612c8: Waiting 02:28:37 4b21a8fded36: Waiting 02:28:37 63d7111faac1: Layer already exists 02:28:37 c617f3ab21d7: Layer already exists 02:28:37 b71597a72a85: Layer already exists 02:28:37 d98e5846a1db: Layer already exists 02:28:37 fd57de76731e: Layer already exists 02:28:37 34f9be194aee: Layer already exists 02:28:37 2ce48a26955e: Layer already exists 02:28:37 4b21a8fded36: Layer already exists 02:28:37 dd9c8f8612c8: Layer already exists 02:28:37 4.1.0-dev.38: digest: sha256:8bc82e3d1a39347d3129c0a539ff6e26c04136eff3390cb8ea8d360302cd94fe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:37 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:38 fd57de76731e: Preparing 02:28:38 b71597a72a85: Preparing 02:28:38 d98e5846a1db: Preparing 02:28:38 c617f3ab21d7: Preparing 02:28:38 63d7111faac1: Preparing 02:28:38 4b21a8fded36: Preparing 02:28:38 34f9be194aee: Preparing 02:28:38 2ce48a26955e: Preparing 02:28:38 dd9c8f8612c8: Preparing 02:28:38 4b21a8fded36: Waiting 02:28:38 34f9be194aee: Waiting 02:28:38 2ce48a26955e: Waiting 02:28:38 dd9c8f8612c8: Waiting 02:28:38 d98e5846a1db: Layer already exists 02:28:38 b71597a72a85: Layer already exists 02:28:38 fd57de76731e: Layer already exists 02:28:38 63d7111faac1: Layer already exists 02:28:38 c617f3ab21d7: Layer already exists 02:28:38 4b21a8fded36: Layer already exists 02:28:38 34f9be194aee: Layer already exists 02:28:38 dd9c8f8612c8: Layer already exists 02:28:38 2ce48a26955e: Layer already exists 02:28:38 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:8bc82e3d1a39347d3129c0a539ff6e26c04136eff3390cb8ea8d360302cd94fe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:28:38 fd57de76731e: Preparing 02:28:38 b71597a72a85: Preparing 02:28:38 d98e5846a1db: Preparing 02:28:38 c617f3ab21d7: Preparing 02:28:38 63d7111faac1: Preparing 02:28:38 4b21a8fded36: Preparing 02:28:38 34f9be194aee: Preparing 02:28:38 2ce48a26955e: Preparing 02:28:38 dd9c8f8612c8: Preparing 02:28:38 34f9be194aee: Waiting 02:28:38 2ce48a26955e: Waiting 02:28:38 dd9c8f8612c8: Waiting 02:28:38 4b21a8fded36: Waiting 02:28:38 d98e5846a1db: Layer already exists 02:28:38 b71597a72a85: Layer already exists 02:28:38 c617f3ab21d7: Layer already exists 02:28:38 63d7111faac1: Layer already exists 02:28:38 fd57de76731e: Layer already exists 02:28:38 4b21a8fded36: Layer already exists 02:28:38 2ce48a26955e: Layer already exists 02:28:38 34f9be194aee: Layer already exists 02:28:38 dd9c8f8612c8: Layer already exists 02:28:39 main: digest: sha256:8bc82e3d1a39347d3129c0a539ff6e26c04136eff3390cb8ea8d360302cd94fe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:39 ===================================================== [Pipeline] echo 02:28:39 taggedImages: 02:28:39 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:28:39 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:28:39 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.38 02:28:39 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:28:39 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:28:39 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:28:39 32a36fca4005ab1da585d9d124dd4ff80240483c 02:28:39 latest 02:28:39 4.1.0-dev.38 02:28:39 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:28:39 main 02:28:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:28:40 28d13e725627: Preparing 02:28:40 97f21b85a049: Preparing 02:28:40 66be000e2ad0: Preparing 02:28:40 c617f3ab21d7: Preparing 02:28:40 63d7111faac1: Preparing 02:28:40 d27fe7f412c1: Preparing 02:28:40 6687484e18df: Preparing 02:28:40 59ad3fb1d488: Preparing 02:28:40 dd9c8f8612c8: Preparing 02:28:40 d27fe7f412c1: Waiting 02:28:40 6687484e18df: Waiting 02:28:40 59ad3fb1d488: Waiting 02:28:40 dd9c8f8612c8: Waiting 02:28:40 c617f3ab21d7: Layer already exists 02:28:40 28d13e725627: Layer already exists 02:28:40 63d7111faac1: Layer already exists 02:28:40 6687484e18df: Layer already exists 02:28:40 59ad3fb1d488: Layer already exists 02:28:40 66be000e2ad0: Pushed 02:28:40 97f21b85a049: Pushed 02:28:40 dd9c8f8612c8: Layer already exists 02:29:07 d27fe7f412c1: Pushed 02:29:07 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:60be86f0ffff4b24d93e61ce45eee42f0cd11cd0fa9a6f62562907b001c4d047 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:08 28d13e725627: Preparing 02:29:08 97f21b85a049: Preparing 02:29:08 66be000e2ad0: Preparing 02:29:08 c617f3ab21d7: Preparing 02:29:08 63d7111faac1: Preparing 02:29:08 d27fe7f412c1: Preparing 02:29:08 6687484e18df: Preparing 02:29:08 59ad3fb1d488: Preparing 02:29:08 dd9c8f8612c8: Preparing 02:29:08 d27fe7f412c1: Waiting 02:29:08 6687484e18df: Waiting 02:29:08 59ad3fb1d488: Waiting 02:29:08 dd9c8f8612c8: Waiting 02:29:08 97f21b85a049: Layer already exists 02:29:08 c617f3ab21d7: Layer already exists 02:29:08 28d13e725627: Layer already exists 02:29:08 66be000e2ad0: Layer already exists 02:29:08 63d7111faac1: Layer already exists 02:29:08 d27fe7f412c1: Layer already exists 02:29:08 dd9c8f8612c8: Layer already exists 02:29:08 59ad3fb1d488: Layer already exists 02:29:08 6687484e18df: Layer already exists 02:29:08 latest: digest: sha256:60be86f0ffff4b24d93e61ce45eee42f0cd11cd0fa9a6f62562907b001c4d047 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.38 02:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:09 28d13e725627: Preparing 02:29:09 97f21b85a049: Preparing 02:29:09 66be000e2ad0: Preparing 02:29:09 c617f3ab21d7: Preparing 02:29:09 63d7111faac1: Preparing 02:29:09 d27fe7f412c1: Preparing 02:29:09 6687484e18df: Preparing 02:29:09 59ad3fb1d488: Preparing 02:29:09 dd9c8f8612c8: Preparing 02:29:09 6687484e18df: Waiting 02:29:09 59ad3fb1d488: Waiting 02:29:09 dd9c8f8612c8: Waiting 02:29:09 d27fe7f412c1: Waiting 02:29:09 c617f3ab21d7: Layer already exists 02:29:09 28d13e725627: Layer already exists 02:29:09 66be000e2ad0: Layer already exists 02:29:09 97f21b85a049: Layer already exists 02:29:09 63d7111faac1: Layer already exists 02:29:09 59ad3fb1d488: Layer already exists 02:29:09 dd9c8f8612c8: Layer already exists 02:29:09 d27fe7f412c1: Layer already exists 02:29:09 6687484e18df: Layer already exists 02:29:09 4.1.0-dev.38: digest: sha256:60be86f0ffff4b24d93e61ce45eee42f0cd11cd0fa9a6f62562907b001c4d047 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:10 28d13e725627: Preparing 02:29:10 97f21b85a049: Preparing 02:29:10 66be000e2ad0: Preparing 02:29:10 c617f3ab21d7: Preparing 02:29:10 63d7111faac1: Preparing 02:29:10 d27fe7f412c1: Preparing 02:29:10 6687484e18df: Preparing 02:29:10 59ad3fb1d488: Preparing 02:29:10 dd9c8f8612c8: Preparing 02:29:10 d27fe7f412c1: Waiting 02:29:10 6687484e18df: Waiting 02:29:10 59ad3fb1d488: Waiting 02:29:10 dd9c8f8612c8: Waiting 02:29:10 28d13e725627: Layer already exists 02:29:10 66be000e2ad0: Layer already exists 02:29:10 63d7111faac1: Layer already exists 02:29:10 97f21b85a049: Layer already exists 02:29:10 c617f3ab21d7: Layer already exists 02:29:10 d27fe7f412c1: Layer already exists 02:29:10 6687484e18df: Layer already exists 02:29:10 59ad3fb1d488: Layer already exists 02:29:10 dd9c8f8612c8: Layer already exists 02:29:10 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:60be86f0ffff4b24d93e61ce45eee42f0cd11cd0fa9a6f62562907b001c4d047 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:29:11 28d13e725627: Preparing 02:29:11 97f21b85a049: Preparing 02:29:11 66be000e2ad0: Preparing 02:29:11 c617f3ab21d7: Preparing 02:29:11 63d7111faac1: Preparing 02:29:11 d27fe7f412c1: Preparing 02:29:11 6687484e18df: Preparing 02:29:11 59ad3fb1d488: Preparing 02:29:11 dd9c8f8612c8: Preparing 02:29:11 6687484e18df: Waiting 02:29:11 59ad3fb1d488: Waiting 02:29:11 dd9c8f8612c8: Waiting 02:29:11 d27fe7f412c1: Waiting 02:29:11 66be000e2ad0: Layer already exists 02:29:11 63d7111faac1: Layer already exists 02:29:11 28d13e725627: Layer already exists 02:29:11 97f21b85a049: Layer already exists 02:29:11 c617f3ab21d7: Layer already exists 02:29:11 d27fe7f412c1: Layer already exists 02:29:11 59ad3fb1d488: Layer already exists 02:29:11 6687484e18df: Layer already exists 02:29:11 dd9c8f8612c8: Layer already exists 02:29:11 main: digest: sha256:60be86f0ffff4b24d93e61ce45eee42f0cd11cd0fa9a6f62562907b001c4d047 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:11 ===================================================== [Pipeline] echo 02:29:11 taggedImages: 02:29:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:29:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.38 02:29:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:29:11 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:29:11 32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:11 latest 02:29:11 4.1.0-dev.38 02:29:11 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:11 main 02:29:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:11 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:12 081af3ae5f7e: Preparing 02:29:12 9a8fcad033d7: Preparing 02:29:12 c617f3ab21d7: Preparing 02:29:12 63d7111faac1: Preparing 02:29:12 0bddb5fa5a32: Preparing 02:29:12 208abc067a58: Preparing 02:29:12 dd9c8f8612c8: Preparing 02:29:12 208abc067a58: Waiting 02:29:12 dd9c8f8612c8: Waiting 02:29:12 c617f3ab21d7: Layer already exists 02:29:12 63d7111faac1: Layer already exists 02:29:12 dd9c8f8612c8: Layer already exists 02:29:12 0bddb5fa5a32: Pushed 02:29:12 081af3ae5f7e: Pushed 02:29:13 208abc067a58: Pushed 02:29:20 9a8fcad033d7: Pushed 02:29:20 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:0a12b875ef32c498bc3c3047d21c23eddd992c82f349e2b248fce2202594f7e4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:29:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:21 081af3ae5f7e: Preparing 02:29:21 9a8fcad033d7: Preparing 02:29:21 c617f3ab21d7: Preparing 02:29:21 63d7111faac1: Preparing 02:29:21 0bddb5fa5a32: Preparing 02:29:21 208abc067a58: Preparing 02:29:21 dd9c8f8612c8: Preparing 02:29:21 dd9c8f8612c8: Waiting 02:29:21 208abc067a58: Waiting 02:29:21 9a8fcad033d7: Layer already exists 02:29:21 63d7111faac1: Layer already exists 02:29:21 0bddb5fa5a32: Layer already exists 02:29:21 081af3ae5f7e: Layer already exists 02:29:21 c617f3ab21d7: Layer already exists 02:29:21 208abc067a58: Layer already exists 02:29:21 dd9c8f8612c8: Layer already exists 02:29:21 latest: digest: sha256:0a12b875ef32c498bc3c3047d21c23eddd992c82f349e2b248fce2202594f7e4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.38 02:29:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:22 081af3ae5f7e: Preparing 02:29:22 9a8fcad033d7: Preparing 02:29:22 c617f3ab21d7: Preparing 02:29:22 63d7111faac1: Preparing 02:29:22 0bddb5fa5a32: Preparing 02:29:22 208abc067a58: Preparing 02:29:22 dd9c8f8612c8: Preparing 02:29:22 208abc067a58: Waiting 02:29:22 dd9c8f8612c8: Waiting 02:29:22 0bddb5fa5a32: Layer already exists 02:29:22 081af3ae5f7e: Layer already exists 02:29:22 63d7111faac1: Layer already exists 02:29:22 9a8fcad033d7: Layer already exists 02:29:22 c617f3ab21d7: Layer already exists 02:29:22 208abc067a58: Layer already exists 02:29:22 dd9c8f8612c8: Layer already exists 02:29:22 4.1.0-dev.38: digest: sha256:0a12b875ef32c498bc3c3047d21c23eddd992c82f349e2b248fce2202594f7e4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:23 081af3ae5f7e: Preparing 02:29:23 9a8fcad033d7: Preparing 02:29:23 c617f3ab21d7: Preparing 02:29:23 63d7111faac1: Preparing 02:29:23 0bddb5fa5a32: Preparing 02:29:23 208abc067a58: Preparing 02:29:23 dd9c8f8612c8: Preparing 02:29:23 208abc067a58: Waiting 02:29:23 dd9c8f8612c8: Waiting 02:29:23 9a8fcad033d7: Layer already exists 02:29:23 081af3ae5f7e: Layer already exists 02:29:23 c617f3ab21d7: Layer already exists 02:29:23 0bddb5fa5a32: Layer already exists 02:29:23 63d7111faac1: Layer already exists 02:29:23 208abc067a58: Layer already exists 02:29:23 dd9c8f8612c8: Layer already exists 02:29:23 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:0a12b875ef32c498bc3c3047d21c23eddd992c82f349e2b248fce2202594f7e4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:29:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:29:24 081af3ae5f7e: Preparing 02:29:24 9a8fcad033d7: Preparing 02:29:24 c617f3ab21d7: Preparing 02:29:24 63d7111faac1: Preparing 02:29:24 0bddb5fa5a32: Preparing 02:29:24 208abc067a58: Preparing 02:29:24 dd9c8f8612c8: Preparing 02:29:24 208abc067a58: Waiting 02:29:24 dd9c8f8612c8: Waiting 02:29:24 081af3ae5f7e: Layer already exists 02:29:24 63d7111faac1: Layer already exists 02:29:24 0bddb5fa5a32: Layer already exists 02:29:24 9a8fcad033d7: Layer already exists 02:29:24 c617f3ab21d7: Layer already exists 02:29:24 208abc067a58: Layer already exists 02:29:24 dd9c8f8612c8: Layer already exists 02:29:24 main: digest: sha256:0a12b875ef32c498bc3c3047d21c23eddd992c82f349e2b248fce2202594f7e4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:24 ===================================================== [Pipeline] echo 02:29:24 taggedImages: 02:29:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:29:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.38 02:29:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:29:24 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:29:24 32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:24 latest 02:29:24 4.1.0-dev.38 02:29:24 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:24 main 02:29:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:24 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:29:25 bfd49bb2006b: Preparing 02:29:25 6def758e25e7: Preparing 02:29:25 c617f3ab21d7: Preparing 02:29:25 63d7111faac1: Preparing 02:29:25 037309cb53dc: Preparing 02:29:25 f93110f2bf37: Preparing 02:29:25 dd9c8f8612c8: Preparing 02:29:25 f93110f2bf37: Waiting 02:29:25 dd9c8f8612c8: Waiting 02:29:25 63d7111faac1: Layer already exists 02:29:25 c617f3ab21d7: Layer already exists 02:29:25 dd9c8f8612c8: Layer already exists 02:29:25 037309cb53dc: Pushed 02:29:25 bfd49bb2006b: Pushed 02:29:26 f93110f2bf37: Pushed 02:29:35 6def758e25e7: Pushed 02:29:35 32a36fca4005ab1da585d9d124dd4ff80240483c: digest: sha256:37cd639e4e1a69bb896a181333ad7d22d4fd62ed83a216574b4f96e927ece8f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:29:35 bfd49bb2006b: Preparing 02:29:35 6def758e25e7: Preparing 02:29:35 c617f3ab21d7: Preparing 02:29:35 63d7111faac1: Preparing 02:29:35 037309cb53dc: Preparing 02:29:35 f93110f2bf37: Preparing 02:29:35 dd9c8f8612c8: Preparing 02:29:35 f93110f2bf37: Waiting 02:29:35 dd9c8f8612c8: Waiting 02:29:35 037309cb53dc: Layer already exists 02:29:35 63d7111faac1: Layer already exists 02:29:35 6def758e25e7: Layer already exists 02:29:35 bfd49bb2006b: Layer already exists 02:29:35 c617f3ab21d7: Layer already exists 02:29:35 dd9c8f8612c8: Layer already exists 02:29:35 f93110f2bf37: Layer already exists 02:29:35 latest: digest: sha256:37cd639e4e1a69bb896a181333ad7d22d4fd62ed83a216574b4f96e927ece8f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.38 02:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:29:36 bfd49bb2006b: Preparing 02:29:36 6def758e25e7: Preparing 02:29:36 c617f3ab21d7: Preparing 02:29:36 63d7111faac1: Preparing 02:29:36 037309cb53dc: Preparing 02:29:36 f93110f2bf37: Preparing 02:29:36 dd9c8f8612c8: Preparing 02:29:36 dd9c8f8612c8: Waiting 02:29:36 f93110f2bf37: Waiting 02:29:36 037309cb53dc: Layer already exists 02:29:36 63d7111faac1: Layer already exists 02:29:36 6def758e25e7: Layer already exists 02:29:36 bfd49bb2006b: Layer already exists 02:29:36 c617f3ab21d7: Layer already exists 02:29:36 f93110f2bf37: Layer already exists 02:29:36 dd9c8f8612c8: Layer already exists 02:29:36 4.1.0-dev.38: digest: sha256:37cd639e4e1a69bb896a181333ad7d22d4fd62ed83a216574b4f96e927ece8f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:29:37 bfd49bb2006b: Preparing 02:29:37 6def758e25e7: Preparing 02:29:37 c617f3ab21d7: Preparing 02:29:37 63d7111faac1: Preparing 02:29:37 037309cb53dc: Preparing 02:29:37 f93110f2bf37: Preparing 02:29:37 dd9c8f8612c8: Preparing 02:29:37 f93110f2bf37: Waiting 02:29:37 dd9c8f8612c8: Waiting 02:29:37 bfd49bb2006b: Layer already exists 02:29:37 6def758e25e7: Layer already exists 02:29:37 63d7111faac1: Layer already exists 02:29:37 c617f3ab21d7: Layer already exists 02:29:37 037309cb53dc: Layer already exists 02:29:37 f93110f2bf37: Layer already exists 02:29:37 dd9c8f8612c8: Layer already exists 02:29:38 32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38: digest: sha256:37cd639e4e1a69bb896a181333ad7d22d4fd62ed83a216574b4f96e927ece8f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:29:38 bfd49bb2006b: Preparing 02:29:38 6def758e25e7: Preparing 02:29:38 c617f3ab21d7: Preparing 02:29:38 63d7111faac1: Preparing 02:29:38 037309cb53dc: Preparing 02:29:38 f93110f2bf37: Preparing 02:29:38 dd9c8f8612c8: Preparing 02:29:38 f93110f2bf37: Waiting 02:29:38 dd9c8f8612c8: Waiting 02:29:38 63d7111faac1: Layer already exists 02:29:38 c617f3ab21d7: Layer already exists 02:29:38 6def758e25e7: Layer already exists 02:29:38 037309cb53dc: Layer already exists 02:29:38 bfd49bb2006b: Layer already exists 02:29:38 dd9c8f8612c8: Layer already exists 02:29:38 f93110f2bf37: Layer already exists 02:29:39 main: digest: sha256:37cd639e4e1a69bb896a181333ad7d22d4fd62ed83a216574b4f96e927ece8f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:39 ===================================================== [Pipeline] echo 02:29:39 taggedImages: 02:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c 02:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.38 02:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 02:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32a36fca4005ab1da585d9d124dd4ff80240483c-4.1.0-dev.38 [Pipeline] echo 02:29:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:29:40 02:29:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:29:40 arm64: Pulling from edgex-lftools-log-publisher 02:29:40 8998bd30e6a1: Pulling fs layer 02:29:40 04944245beec: Pulling fs layer 02:29:40 699f458cf7ca: Pulling fs layer 02:29:40 765212b225bb: Pulling fs layer 02:29:40 f23df028b6ca: Pulling fs layer 02:29:40 d65c8cfc05b1: Pulling fs layer 02:29:40 2437ff75d9bd: Pulling fs layer 02:29:40 f23df028b6ca: Waiting 02:29:40 d65c8cfc05b1: Waiting 02:29:40 2437ff75d9bd: Waiting 02:29:40 765212b225bb: Waiting 02:29:41 04944245beec: Verifying Checksum 02:29:41 04944245beec: Download complete 02:29:41 765212b225bb: Verifying Checksum 02:29:41 765212b225bb: Download complete 02:29:41 f23df028b6ca: Verifying Checksum 02:29:41 f23df028b6ca: Download complete 02:29:41 d65c8cfc05b1: Verifying Checksum 02:29:41 d65c8cfc05b1: Download complete 02:29:41 699f458cf7ca: Verifying Checksum 02:29:41 699f458cf7ca: Download complete 02:29:41 8998bd30e6a1: Verifying Checksum 02:29:41 8998bd30e6a1: Download complete 02:29:44 2437ff75d9bd: Verifying Checksum 02:29:44 2437ff75d9bd: Download complete 02:29:46 8998bd30e6a1: Pull complete 02:29:46 04944245beec: Pull complete 02:29:48 699f458cf7ca: Pull complete 02:29:48 765212b225bb: Pull complete 02:29:49 f23df028b6ca: Pull complete 02:29:49 d65c8cfc05b1: Pull complete 02:30:08 2437ff75d9bd: Pull complete 02:30:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:30:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:30:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:08 prd-ubuntu20.04-docker-arm64-4c-16g-4701 does not seem to be running inside a container 02:30:08 $ 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/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@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:arm64 cat 02:30:11 $ docker top b0eb85245aef301d19d7f846bbda448cff43c2347e2845396e345886e1823cf1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:12 ---> job-cost.sh 02:30:12 lf-activate-venv: SKIPPING 02:30:12 INFO: No Stack... 02:30:12 INFO: Retrieving Pricing Info for: v3-standard-4 02:30:13 INFO: Archiving Costs [Pipeline] sh 02:30:14 + cat /w/workspace/edgex-go/870/archives/cost.csv 02:30:14 + cut -d, -f6 [Pipeline] lock 02:30:14 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-870-stack-cost] 02:30:14 Resource [jenkins-edgexfoundry-edgex-go-main-870-stack-cost] did not exist. Created. 02:30:14 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-870-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:30:14 + echo total: 0.10999999940395355 [Pipeline] stash 02:30:15 Stashed 1 file(s) [Pipeline] } 02:30:15 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-870-stack-cost] [Pipeline] // lock [Pipeline] } 02:30:15 $ docker stop --time=1 b0eb85245aef301d19d7f846bbda448cff43c2347e2845396e345886e1823cf1 02:30:17 $ docker rm -f --volumes b0eb85245aef301d19d7f846bbda448cff43c2347e2845396e345886e1823cf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:30:17 provisioning config files... 02:30:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/870@tmp/config5822258832109622276tmp [Pipeline] { [Pipeline] sh 02:30:18 + set +x 02:30:18 + + curl -s https://codecov.io/bash 02:30:18 bash -s -- 02:30:18 02:30:18 _____ _ 02:30:18 / ____| | | 02:30:18 | | ___ __| | ___ ___ _____ __ 02:30:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:30:18 | |___| (_) | (_| | __/ (_| (_) \ V / 02:30:18 \_____\___/ \__,_|\___|\___\___/ \_/ 02:30:18 Bash-1.0.6 02:30:18 02:30:18 02:30:18 ==> git version 2.25.1 found 02:30:18 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:30:18 Release-Date: 2020-01-08 02:30:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:30:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:30:18 ==> Jenkins CI detected. 02:30:18 current dir:  /w/workspace/edgex-go/870 02:30:18 project root: . 02:30:18 --> token set from env 02:30:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:30:18 ==> Running gcov in . (disable via -X gcov) 02:30:18 ==> Python coveragepy not found 02:30:18 ==> Searching for coverage reports in: 02:30:18 + . 02:30:18 -> Found 1 reports 02:30:18 ==> Detecting git/mercurial file structure 02:30:18 ==> Reading reports 02:30:18 + ./coverage.out bytes=1666029 02:30:18 ==> Appending adjustments 02:30:18 https://docs.codecov.io/docs/fixing-reports 02:30:19 + Found adjustments 02:30:19 ==> Gzipping contents 02:30:19 140K /tmp/codecov.taorJg.gz 02:30:19 ==> Uploading reports 02:30:19 url: https://codecov.io 02:30:19 query: branch=main&commit=32a36fca4005ab1da585d9d124dd4ff80240483c&build=870&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F870%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:30:19 -> Pinging Codecov 02:30:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=32a36fca4005ab1da585d9d124dd4ff80240483c&build=870&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F870%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:30:19 -> Uploading to 02:30:19 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/32a36fca4005ab1da585d9d124dd4ff80240483c/687e0ee6-071e-4f2c-befb-60c8c379893d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250708%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250708T023019Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=04069a8303a0e8f87d2301fbf522c3cd55e54f4f8a39e96e325218313e492406 02:30:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:19 Dload Upload Total Spent Left Speed 02:30:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 382k --:--:-- --:--:-- --:--:-- 381k 100 138k 0 0 100 138k 0 382k --:--:-- --:--:-- --:--:-- 381k 02:30:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/32a36fca4005ab1da585d9d124dd4ff80240483c [Pipeline] } 02:30:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:30:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:30:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:30:20 02:30:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:30:21 latest: Pulling from edgex-devops/edgex-snyk-go 02:30:21 0a9a5dfd008f: Already exists 02:30:21 36466aa92d05: Already exists 02:30:21 e10405b45d13: Already exists 02:30:21 096b7ceb2af7: Already exists 02:30:21 4f4fb700ef54: Already exists 02:30:21 e50aa161e22a: Pulling fs layer 02:30:21 d3c8db5fb9df: Pulling fs layer 02:30:21 e50aa161e22a: Verifying Checksum 02:30:21 e50aa161e22a: Download complete 02:30:21 e50aa161e22a: Pull complete 02:30:22 d3c8db5fb9df: Verifying Checksum 02:30:22 d3c8db5fb9df: Download complete 02:30:27 d3c8db5fb9df: Pull complete 02:30:27 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:30:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:27 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 02:30:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:30:28 $ docker top efd62205272340a506381c4c0b29f45e516a1d70ca8e53ae02accf740ca91752 -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:28 + git config --global --add safe.directory /w/workspace/edgex-go/870 [Pipeline] echo 02:30:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:30:28 + set -o pipefail 02:30:28 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:30:41 02:30:41 Monitoring /w/workspace/edgex-go/870 (github.com/edgexfoundry/edgex-go)... 02:30:41 02:30:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/12a1ac7f-a445-4184-abb4-597155a493ad 02:30:41 02:30:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:30:41 [Pipeline] } 02:30:41 $ docker stop --time=1 efd62205272340a506381c4c0b29f45e516a1d70ca8e53ae02accf740ca91752 02:30:43 $ docker rm -f --volumes efd62205272340a506381c4c0b29f45e516a1d70ca8e53ae02accf740ca91752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:30:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:30:43 provisioning config files... 02:30:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/870@tmp/config8085245451488773334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:44 --> edgex-publish-swagger.sh 02:30:44 === Publish openapi API === 02:30:44 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:30:44 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/870/openapi/core-command.yaml] 02:30:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:44 Dload Upload Total Spent Left Speed 02:30:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33422 0 0 100 33422 0 152k --:--:-- --:--:-- --:--:-- 152k 100 33488 100 66 100 33422 247 122k --:--:-- --:--:-- --:--:-- 122k 02:30:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:44 02:30:44 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/870/openapi/core-data.yaml] 02:30:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:44 Dload Upload Total Spent Left Speed 02:30:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 248 256k --:--:-- --:--:-- --:--:-- 257k 02:30:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:44 02:30:44 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/870/openapi/core-keeper.yaml] 02:30:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:44 Dload Upload Total Spent Left Speed 02:30:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 289 129k --:--:-- --:--:-- --:--:-- 129k 02:30:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:44 02:30:44 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/870/openapi/core-metadata.yaml] 02:30:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:44 Dload Upload Total Spent Left Speed 02:30:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 395 939k --:--:-- --:--:-- --:--:-- 939k 02:30:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:44 02:30:44 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/870/openapi/security-proxy-auth.yaml] 02:30:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:44 Dload Upload Total Spent Left Speed 02:30:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24469 0 0 100 24469 0 117k --:--:-- --:--:-- --:--:-- 117k 100 24535 100 66 100 24469 254 94474 --:--:-- --:--:-- --:--:-- 94365 02:30:45 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:45 02:30:45 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/870/openapi/security-secretstore-setup.yaml] 02:30:45 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:45 Dload Upload Total Spent Left Speed 02:30:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 594 35252 --:--:-- --:--:-- --:--:-- 35846 02:30:45 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:45 02:30:45 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/870/openapi/support-notifications.yaml] 02:30:45 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:45 Dload Upload Total Spent Left Speed 02:30:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 315 467k --:--:-- --:--:-- --:--:-- 467k 02:30:45 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:45 02:30:45 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/870/openapi/support-scheduler.yaml] 02:30:45 % Total % Received % Xferd Average Speed Time Time Time Current 02:30:45 Dload Upload Total Spent Left Speed 02:30:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 481 361k --:--:-- --:--:-- --:--:-- 361k 02:30:45 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:30:45 [Pipeline] } 02:30:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:30:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:30:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:30:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:30:46 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 02:30:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:30:46 $ docker top fd45774569bcad7585434657c418c3da5075c0621686a5326d1bda77df75f8dc -eo pid,comm 02:30:46 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:30:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:30:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:46 [ssh-agent] Looking for ssh-agent implementation... 02:30:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:47 $ docker exec fd45774569bcad7585434657c418c3da5075c0621686a5326d1bda77df75f8dc ssh-agent 02:30:47 SSH_AUTH_SOCK=/tmp/ssh-HpXfts2aYrig/agent.32 02:30:47 SSH_AGENT_PID=38 02:30:47 Running ssh-add (command line suppressed) 02:30:47 Identity added: /w/workspace/edgex-go/870@tmp/private_key_16350414702794843384.key (/w/workspace/edgex-go/870@tmp/private_key_16350414702794843384.key) 02:30:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:47 + git semver tag 02:30:47 2025-07-08 02:30:47,858 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:30:47 2025-07-08 02:30:47,862 [run_tag] DEBUG tag force:False 02:30:47 2025-07-08 02:30:47,862 [check_head_tag] DEBUG check head tag 02:30:47 2025-07-08 02:30:47,863 [execute] INFO git cat-file --batch-check 02:30:47 2025-07-08 02:30:47,863 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/870, stdin=, shell=False, universal_newlines=False) 02:30:47 2025-07-08 02:30:47,865 [execute] INFO git cat-file --batch 02:30:47 2025-07-08 02:30:47,865 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/870, stdin=, shell=False, universal_newlines=False) 02:30:47 2025-07-08 02:30:47,883 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 02:30:47 2025-07-08 02:30:47,883 [execute] INFO git tag -a v4.1.0-dev.38 -m v4.1.0-dev.38 02:30:47 2025-07-08 02:30:47,883 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.38', '-m', 'v4.1.0-dev.38'], cwd=/w/workspace/edgex-go/870, stdin=None, shell=False, universal_newlines=False) 02:30:47 2025-07-08 02:30:47,886 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 02:30:47 4.1.0-dev.38 [Pipeline] } 02:30:48 $ docker exec --env ******** --env ******** fd45774569bcad7585434657c418c3da5075c0621686a5326d1bda77df75f8dc ssh-agent -k 02:30:48 unset SSH_AUTH_SOCK; 02:30:48 unset SSH_AGENT_PID; 02:30:48 echo Agent pid 38 killed; 02:30:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:30:48 + git semver [Pipeline] } 02:30:49 $ docker stop --time=1 fd45774569bcad7585434657c418c3da5075c0621686a5326d1bda77df75f8dc 02:30:50 $ docker rm -f --volumes fd45774569bcad7585434657c418c3da5075c0621686a5326d1bda77df75f8dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:30:50 02:30:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:30:51 0.23.1-centos7: Pulling from edgex-lftools 02:30:51 ab5ef0e58194: Pulling fs layer 02:30:51 9712f1f96733: Pulling fs layer 02:30:51 63f879dbbcfc: Pulling fs layer 02:30:51 0d9ebad4ef96: Pulling fs layer 02:30:51 e9a5061849ea: Pulling fs layer 02:30:51 d747dcd14b5f: Pulling fs layer 02:30:51 2de7ff778b66: Pulling fs layer 02:30:51 0d9ebad4ef96: Waiting 02:30:51 e9a5061849ea: Waiting 02:30:51 d747dcd14b5f: Waiting 02:30:51 2de7ff778b66: Waiting 02:30:51 9712f1f96733: Verifying Checksum 02:30:51 63f879dbbcfc: Verifying Checksum 02:30:51 63f879dbbcfc: Download complete 02:30:51 e9a5061849ea: Verifying Checksum 02:30:51 e9a5061849ea: Download complete 02:30:51 d747dcd14b5f: Verifying Checksum 02:30:51 d747dcd14b5f: Download complete 02:30:51 ab5ef0e58194: Verifying Checksum 02:30:51 ab5ef0e58194: Download complete 02:30:51 0d9ebad4ef96: Verifying Checksum 02:30:51 0d9ebad4ef96: Download complete 02:30:51 2de7ff778b66: Verifying Checksum 02:30:51 2de7ff778b66: Download complete 02:30:56 ab5ef0e58194: Pull complete 02:30:56 9712f1f96733: Pull complete 02:30:56 63f879dbbcfc: Pull complete 02:31:03 0d9ebad4ef96: Pull complete 02:31:03 e9a5061849ea: Pull complete 02:31:03 d747dcd14b5f: Pull complete 02:31:04 2de7ff778b66: Pull complete 02:31:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:31:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:31:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:04 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 02:31:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:31:06 $ docker top 52ea11da783c8629d8ef279345677231be688145a5480bb32d6f0e5d4494e2a6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:31:06 provisioning config files... 02:31:06 copy managed file [sigul-config] to file:/w/workspace/edgex-go/870@tmp/config17563490964876213977tmp 02:31:06 copy managed file [sigul-password] to file:/w/workspace/edgex-go/870@tmp/config10766674596685895915tmp 02:31:06 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/870@tmp/config10643205277120951256tmp [Pipeline] { [Pipeline] echo 02:31:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:31:06 ---> sigul-configuration.sh 02:31:06 gpg: directory `/root/.gnupg' created 02:31:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:31:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:31:06 gpg: keyring `/root/.gnupg/secring.gpg' created 02:31:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:31:06 gpg: CAST5 encrypted data 02:31:06 gpg: encrypted with 1 passphrase 02:31:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:31:07 + mkdir /home/jenkins 02:31:07 + mkdir /home/jenkins/sigul [Pipeline] sh 02:31:07 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:31:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:31:07 ---> sigul-install.sh 02:31:07 Sigul already installed; skipping installation. [Pipeline] sh 02:31:08 + git tag --list 02:31:08 0.6.0 02:31:08 0.6.1 02:31:08 0.7.0 02:31:08 0.7.1 02:31:08 v1.0.0 02:31:08 v1.0.1 02:31:08 v1.1.0 02:31:08 v1.2.0 02:31:08 v1.2.1 02:31:08 v1.3.0 02:31:08 v1.3.1 02:31:08 v2.0.0 02:31:08 v2.1.0 02:31:08 v2.1.1 02:31:08 v2.2.0 02:31:08 v2.3.0 02:31:08 v3.0 02:31:08 v3.0.0 02:31:08 v3.1 02:31:08 v3.1.0 02:31:08 v3.1.1 02:31:08 v4.0 02:31:08 v4.0.0 02:31:08 v4.0.1 02:31:08 v4.0.1-dev.1 02:31:08 v4.1.0-dev.1 02:31:08 v4.1.0-dev.10 02:31:08 v4.1.0-dev.11 02:31:08 v4.1.0-dev.12 02:31:08 v4.1.0-dev.13 02:31:08 v4.1.0-dev.14 02:31:08 v4.1.0-dev.15 02:31:08 v4.1.0-dev.16 02:31:08 v4.1.0-dev.17 02:31:08 v4.1.0-dev.18 02:31:08 v4.1.0-dev.19 02:31:08 v4.1.0-dev.2 02:31:08 v4.1.0-dev.20 02:31:08 v4.1.0-dev.21 02:31:08 v4.1.0-dev.22 02:31:08 v4.1.0-dev.23 02:31:08 v4.1.0-dev.24 02:31:08 v4.1.0-dev.25 02:31:08 v4.1.0-dev.26 02:31:08 v4.1.0-dev.27 02:31:08 v4.1.0-dev.28 02:31:08 v4.1.0-dev.29 02:31:08 v4.1.0-dev.3 02:31:08 v4.1.0-dev.30 02:31:08 v4.1.0-dev.31 02:31:08 v4.1.0-dev.32 02:31:08 v4.1.0-dev.33 02:31:08 v4.1.0-dev.34 02:31:08 v4.1.0-dev.35 02:31:08 v4.1.0-dev.36 02:31:08 v4.1.0-dev.37 02:31:08 v4.1.0-dev.38 02:31:08 v4.1.0-dev.4 02:31:08 v4.1.0-dev.5 02:31:08 v4.1.0-dev.6 02:31:08 v4.1.0-dev.7 02:31:08 v4.1.0-dev.8 02:31:08 v4.1.0-dev.9 [Pipeline] sh 02:31:08 + lftools sign git-tag v4.1.0-dev.38 02:31:08 Signing Git tag with Sigul... 02:31:08 Signing v4.1.0-dev.38 [Pipeline] echo 02:31:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:31:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:31:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:31:09 $ docker stop --time=1 52ea11da783c8629d8ef279345677231be688145a5480bb32d6f0e5d4494e2a6 02:31:10 $ docker rm -f --volumes 52ea11da783c8629d8ef279345677231be688145a5480bb32d6f0e5d4494e2a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:31:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:31:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:31:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:11 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 02:31:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:31:11 $ docker top 562fdc30539919d2060daa201934eb823d27cb0aefa631d27411f5bd78d2f125 -eo pid,comm 02:31:12 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:31:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:31:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:31:12 [ssh-agent] Looking for ssh-agent implementation... 02:31:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:31:12 $ docker exec 562fdc30539919d2060daa201934eb823d27cb0aefa631d27411f5bd78d2f125 ssh-agent 02:31:12 SSH_AUTH_SOCK=/tmp/ssh-jdcaJMTvM2LQ/agent.33 02:31:12 SSH_AGENT_PID=40 02:31:12 Running ssh-add (command line suppressed) 02:31:12 Identity added: /w/workspace/edgex-go/870@tmp/private_key_4690011241098382344.key (/w/workspace/edgex-go/870@tmp/private_key_4690011241098382344.key) 02:31:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:31:12 + git semver bump pre 02:31:12 2025-07-08 02:31:12,958 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:31:12 2025-07-08 02:31:12,962 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 02:31:12 2025-07-08 02:31:12,962 [bump_version] DEBUG bumping version:4.1.0-dev.38 on axis:pre with prefix:dev 02:31:12 2025-07-08 02:31:12,962 [bump_version] DEBUG bumped version:4.1.0-dev.39 02:31:12 2025-07-08 02:31:12,962 [write_version] DEBUG write version:4.1.0-dev.39 to path:/w/workspace/edgex-go/870/.semver/main with force:True 02:31:12 2025-07-08 02:31:12,962 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 02:31:12 2025-07-08 02:31:12,962 [write_file] DEBUG write to file:/w/workspace/edgex-go/870/.semver/main 02:31:12 2025-07-08 02:31:12,964 [execute] INFO git cat-file --batch-check 02:31:12 2025-07-08 02:31:12,965 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/870/.semver, stdin=, shell=False, universal_newlines=False) 02:31:12 2025-07-08 02:31:12,968 [execute] INFO git cat-file --batch 02:31:12 2025-07-08 02:31:12,969 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/870/.semver, stdin=, shell=False, universal_newlines=False) 02:31:12 2025-07-08 02:31:12,972 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 02:31:12 4.1.0-dev.39 [Pipeline] } 02:31:13 $ docker exec --env ******** --env ******** 562fdc30539919d2060daa201934eb823d27cb0aefa631d27411f5bd78d2f125 ssh-agent -k 02:31:13 unset SSH_AUTH_SOCK; 02:31:13 unset SSH_AGENT_PID; 02:31:13 echo Agent pid 40 killed; 02:31:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:31:13 + git semver [Pipeline] } 02:31:13 $ docker stop --time=1 562fdc30539919d2060daa201934eb823d27cb0aefa631d27411f5bd78d2f125 02:31:15 $ docker rm -f --volumes 562fdc30539919d2060daa201934eb823d27cb0aefa631d27411f5bd78d2f125 [Pipeline] // withDockerContainer [Pipeline] sh 02:31:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:31:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:31:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:15 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 02:31:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:31:16 $ docker top 2bdf7103d7dddd1eabdfbce048539b7f4bc61c589b48c37d861e3f4c6ae4b36c -eo pid,comm 02:31:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:31:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:31:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:31:16 [ssh-agent] Looking for ssh-agent implementation... 02:31:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:31:16 $ docker exec 2bdf7103d7dddd1eabdfbce048539b7f4bc61c589b48c37d861e3f4c6ae4b36c ssh-agent 02:31:16 SSH_AUTH_SOCK=/tmp/ssh-WjXkkxpFieb5/agent.33 02:31:16 SSH_AGENT_PID=39 02:31:16 Running ssh-add (command line suppressed) 02:31:16 Identity added: /w/workspace/edgex-go/870@tmp/private_key_9533403607708136905.key (/w/workspace/edgex-go/870@tmp/private_key_9533403607708136905.key) 02:31:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:31:17 + git semver push 02:31:17 2025-07-08 02:31:17,226 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:31:17 2025-07-08 02:31:17,230 [run_push] DEBUG push 02:31:17 2025-07-08 02:31:17,231 [execute] INFO git cat-file --batch-check 02:31:17 2025-07-08 02:31:17,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/870/.semver, stdin=, shell=False, universal_newlines=False) 02:31:17 2025-07-08 02:31:17,233 [execute] INFO git rev-list 1db7a067313e42f3f97284e81e913a7b8e946a3a -- 02:31:17 2025-07-08 02:31:17,233 [execute] DEBUG Popen(['git', 'rev-list', '1db7a067313e42f3f97284e81e913a7b8e946a3a', '--'], cwd=/w/workspace/edgex-go/870/.semver, stdin=None, shell=False, universal_newlines=False) 02:31:17 2025-07-08 02:31:17,251 [execute] INFO git fetch -v -- origin 02:31:17 2025-07-08 02:31:17,251 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/870/.semver, stdin=None, shell=False, universal_newlines=True) 02:31:17 2025-07-08 02:31:17,749 [run_push] DEBUG no remote changes detected 02:31:17 2025-07-08 02:31:17,749 [execute] INFO git push origin semver 02:31:17 2025-07-08 02:31:17,750 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/870/.semver, stdin=None, shell=False, universal_newlines=False) 02:31:18 2025-07-08 02:31:18,651 [run_push] DEBUG push all version tags 02:31:18 2025-07-08 02:31:18,651 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:31:18 2025-07-08 02:31:18,651 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/870, stdin=None, shell=False, universal_newlines=False) 02:31:19 2025-07-08 02:31:19,332 [read_version] DEBUG read version from /w/workspace/edgex-go/870/.semver/main 02:31:19 4.1.0-dev.39 [Pipeline] } 02:31:19 $ docker exec --env ******** --env ******** 2bdf7103d7dddd1eabdfbce048539b7f4bc61c589b48c37d861e3f4c6ae4b36c ssh-agent -k 02:31:19 unset SSH_AUTH_SOCK; 02:31:19 unset SSH_AGENT_PID; 02:31:19 echo Agent pid 39 killed; 02:31:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:31:20 + git semver [Pipeline] } 02:31:20 $ docker stop --time=1 2bdf7103d7dddd1eabdfbce048539b7f4bc61c589b48c37d861e3f4c6ae4b36c 02:31:21 $ docker rm -f --volumes 2bdf7103d7dddd1eabdfbce048539b7f4bc61c589b48c37d861e3f4c6ae4b36c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:31:22 + [ -d /w/workspace/edgex-go/870/archives ] [Pipeline] libraryResource [Pipeline] sh 02:31:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:31:23 ---> package-listing.sh 02:31:23 ++ tr '[:upper:]' '[:lower:]' 02:31:23 ++ facter osfamily 02:31:23 + OS_FAMILY=debian 02:31:23 + workspace=/w/workspace/edgex-go/870 02:31:23 + START_PACKAGES=/tmp/packages_start.txt 02:31:23 + END_PACKAGES=/tmp/packages_end.txt 02:31:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:31:23 + PACKAGES=/tmp/packages_start.txt 02:31:23 + '[' /w/workspace/edgex-go/870 ']' 02:31:23 + PACKAGES=/tmp/packages_end.txt 02:31:23 + case "${OS_FAMILY}" in 02:31:23 + dpkg -l 02:31:23 + grep '^ii' 02:31:23 + '[' -f /tmp/packages_start.txt ']' 02:31:23 + '[' -f /tmp/packages_end.txt ']' 02:31:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:31:23 + '[' /w/workspace/edgex-go/870 ']' 02:31:23 + mkdir -p /w/workspace/edgex-go/870/archives/ 02:31:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/870/archives/ [Pipeline] echo 02:31:23 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/870/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:31:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:31:24 02:31:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:31:24 latest: Pulling from edgex-lftools-log-publisher 02:31:24 5eb5b503b376: Pulling fs layer 02:31:24 5c69ac0246d0: Pulling fs layer 02:31:24 ec43610c2a17: Pulling fs layer 02:31:24 3a2ae6a8a46f: Pulling fs layer 02:31:24 33b1e0a273af: Pulling fs layer 02:31:24 3a2ae6a8a46f: Waiting 02:31:24 5d3b04190fa2: Pulling fs layer 02:31:24 2f39f015ded8: Pulling fs layer 02:31:24 33b1e0a273af: Waiting 02:31:24 5d3b04190fa2: Waiting 02:31:24 2f39f015ded8: Waiting 02:31:24 5c69ac0246d0: Verifying Checksum 02:31:24 5c69ac0246d0: Download complete 02:31:24 3a2ae6a8a46f: Download complete 02:31:24 33b1e0a273af: Verifying Checksum 02:31:24 33b1e0a273af: Download complete 02:31:24 5d3b04190fa2: Download complete 02:31:24 ec43610c2a17: Verifying Checksum 02:31:24 ec43610c2a17: Download complete 02:31:24 5eb5b503b376: Verifying Checksum 02:31:24 5eb5b503b376: Download complete 02:31:25 2f39f015ded8: Download complete 02:31:26 5eb5b503b376: Pull complete 02:31:27 5c69ac0246d0: Pull complete 02:31:27 ec43610c2a17: Pull complete 02:31:27 3a2ae6a8a46f: Pull complete 02:31:27 33b1e0a273af: Pull complete 02:31:27 5d3b04190fa2: Pull complete 02:31:34 2f39f015ded8: Pull complete 02:31:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:31:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:34 prd-ubuntu20.04-docker-8c-8g-4700 does not seem to be running inside a container 02:31:34 $ 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/870/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/870 -v /w/workspace/edgex-go/870:/w/workspace/edgex-go/870:rw,z -v /w/workspace/edgex-go/870@tmp:/w/workspace/edgex-go/870@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:31:36 $ docker top 406821932cf5ef4454f9b1c8472e2ecbcbd1e168acd6d333723fff835a63530e -eo pid,comm [Pipeline] { [Pipeline] sh 02:31:36 + touch /tmp/pre-build-complete [Pipeline] sh 02:31:36 + mkdir -p /var/log/sysstat [Pipeline] sh 02:31:37 + ls /var/log/sa-host 02:31:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:31:37 provisioning config files... 02:31:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/870@tmp/config4990187080537595353tmp [Pipeline] { [Pipeline] echo 02:31:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:31:37 ---> create-netrc.sh [Pipeline] } 02:31:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:31:37 ---> python-tools-install.sh [Pipeline] echo 02:31:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:31:38 ---> sudo-logs.sh 02:31:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:31:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:31:38 ---> job-cost.sh 02:31:38 lf-activate-venv: SKIPPING 02:31:38 DEBUG: total: 0.10999999940395355 02:31:38 INFO: Retrieving Stack Cost... 02:31:38 INFO: Retrieving Pricing Info for: v3-standard-8 02:31:39 INFO: Archiving Costs [Pipeline] echo 02:31:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:31:39 ---> logs-deploy.sh 02:31:39 lf-activate-venv: SKIPPING 02:31:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/870 02:31:39 INFO: archiving workspace using pattern(s): 02:31:40 Archives upload complete. 02:31:40 INFO: archiving logs to Nexus 02:31:41 ---> uname -a: 02:31:41 Linux prd-ubuntu20-04-docker-8c-8g-4700 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:31:41 02:31:41 02:31:41 ---> lscpu: 02:31:41 Architecture: x86_64 02:31:41 CPU op-mode(s): 32-bit, 64-bit 02:31:41 Byte Order: Little Endian 02:31:41 Address sizes: 40 bits physical, 48 bits virtual 02:31:41 CPU(s): 8 02:31:41 On-line CPU(s) list: 0-7 02:31:41 Thread(s) per core: 1 02:31:41 Core(s) per socket: 1 02:31:41 Socket(s): 8 02:31:41 NUMA node(s): 1 02:31:41 Vendor ID: AuthenticAMD 02:31:41 CPU family: 23 02:31:41 Model: 49 02:31:41 Model name: AMD EPYC-Rome Processor 02:31:41 Stepping: 0 02:31:41 CPU MHz: 2799.998 02:31:41 BogoMIPS: 5599.99 02:31:41 Virtualization: AMD-V 02:31:41 Hypervisor vendor: KVM 02:31:41 Virtualization type: full 02:31:41 L1d cache: 256 KiB 02:31:41 L1i cache: 256 KiB 02:31:41 L2 cache: 4 MiB 02:31:41 L3 cache: 128 MiB 02:31:41 NUMA node0 CPU(s): 0-7 02:31:41 Vulnerability Gather data sampling: Not affected 02:31:41 Vulnerability Itlb multihit: Not affected 02:31:41 Vulnerability L1tf: Not affected 02:31:41 Vulnerability Mds: Not affected 02:31:41 Vulnerability Meltdown: Not affected 02:31:41 Vulnerability Mmio stale data: Not affected 02:31:41 Vulnerability Retbleed: Vulnerable 02:31:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:31:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:31:41 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:31:41 Vulnerability Srbds: Not affected 02:31:41 Vulnerability Tsx async abort: Not affected 02:31:41 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:31:41 02:31:41 02:31:41 ---> nproc: 02:31:41 8 02:31:41 02:31:41 02:31:41 ---> df -h: 02:31:41 Filesystem Size Used Avail Use% Mounted on 02:31:41 overlay 155G 31G 125G 20% / 02:31:41 tmpfs 64M 0 64M 0% /dev 02:31:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:31:41 shm 64M 0 64M 0% /dev/shm 02:31:41 /dev/vda1 155G 31G 125G 20% /facter-os 02:31:41 02:31:41 02:31:41 ---> sar -b -r -n DEV: 02:31:41 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4700) 07/08/25 _x86_64_ (8 CPU) 02:31:41 02:31:41 01:37:20 LINUX RESTART (8 CPU) 02:31:41 02:31:41 01:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:31:41 01:39:01 374.29 18.74 355.55 0.00 3225.08 52454.84 0.00 02:31:41 01:40:01 83.31 0.70 82.61 0.00 11.33 32577.27 0.00 02:31:41 01:41:01 40.81 0.18 40.63 0.00 4.93 24050.01 0.00 02:31:41 01:42:01 82.37 0.13 82.24 0.00 3.33 42484.25 0.00 02:31:41 01:43:01 1220.81 25.25 1195.57 0.00 4500.32 478621.96 0.00 02:31:41 01:44:01 198.19 1.03 197.15 0.00 8.26 45630.37 0.00 02:31:41 01:45:01 340.64 0.10 340.54 0.00 1.47 101919.68 0.00 02:31:41 01:46:01 838.09 0.03 838.05 0.00 2.13 162235.65 0.00 02:31:41 01:47:01 36.09 0.08 36.01 0.00 11.73 945.31 0.00 02:31:41 01:48:01 20.91 1.10 19.81 0.00 36.39 497.57 0.00 02:31:41 01:49:01 1.70 0.62 1.08 0.00 11.60 13.33 0.00 02:31:41 01:50:01 1.75 0.00 1.75 0.00 0.00 24.40 0.00 02:31:41 01:51:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 02:31:41 01:52:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 02:31:41 01:53:01 2.33 0.02 2.32 0.00 0.13 27.33 0.00 02:31:41 01:54:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 02:31:41 01:55:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 02:31:41 01:56:01 1.10 0.00 1.10 0.00 0.00 13.73 0.00 02:31:41 01:57:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 02:31:41 01:58:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 02:31:41 01:59:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 02:31:41 02:00:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 02:31:41 02:01:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 02:31:41 02:02:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 02:31:41 02:03:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 02:31:41 02:04:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 02:31:41 02:05:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 02:31:41 02:06:01 1.47 0.00 1.47 0.00 0.00 16.79 0.00 02:31:41 02:07:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 02:31:41 02:08:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 02:31:41 02:09:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 02:31:41 02:10:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 02:31:41 02:11:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 02:31:41 02:12:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 02:31:41 02:13:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 02:31:41 02:14:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 02:31:41 02:15:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 02:31:41 02:16:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 02:31:41 02:17:01 0.87 0.02 0.85 0.00 0.13 9.73 0.00 02:31:41 02:18:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 02:31:41 02:19:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 02:31:41 02:20:01 1.27 0.00 1.27 0.00 0.00 15.20 0.00 02:31:41 02:21:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 02:31:41 02:22:01 1.17 0.00 1.17 0.00 0.00 14.80 0.00 02:31:41 02:23:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 02:31:41 02:24:01 1.12 0.00 1.12 0.00 0.00 14.66 0.00 02:31:41 02:25:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 02:31:41 02:26:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 02:31:41 02:27:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 02:31:41 02:28:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 02:31:41 02:29:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 02:31:41 02:30:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 02:31:41 02:31:01 90.13 0.62 89.52 0.00 13.60 28703.48 0.00 02:31:41 Average: 63.60 0.91 62.69 0.00 146.77 18304.48 0.00 02:31:41 02:31:41 01:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:31:41 01:39:01 28111536 31472844 813184 2.47 96152 3521836 2065000 6.09 1108700 3233352 8972 02:31:41 01:40:01 26098080 31141552 1133624 3.45 125400 5035824 2442884 7.20 2281592 3917884 649764 02:31:41 01:41:01 26429200 31463032 810728 2.47 129444 4998780 1756908 5.18 1440184 4409284 447484 02:31:41 01:42:01 27044048 31487220 793324 2.41 133864 4465520 1844928 5.44 1414572 3880752 253440 02:31:41 01:43:01 12331960 31049636 1168400 3.55 382764 17786516 6193372 18.26 3435760 15784620 3100 02:31:41 01:44:01 6420636 28013520 4149576 12.62 424320 20221524 11423412 33.68 7604364 17054816 1354912 02:31:41 01:45:01 4304948 28782424 3384388 10.30 440956 22982768 9436360 27.82 8077900 18589236 1473844 02:31:41 01:46:01 7572808 31372732 858872 2.61 454176 22507048 2088404 6.16 3653864 20059448 532 02:31:41 01:47:01 7555200 31357448 873536 2.66 455516 22507996 2255264 6.65 4039740 19689460 620 02:31:41 01:48:01 7553268 31358336 871832 2.65 456176 22509352 2098396 6.19 4271404 19458148 24 02:31:41 01:49:01 7550588 31356148 873928 2.66 456184 22509704 2114576 6.23 4275336 19458104 144 02:31:41 01:50:01 7566372 31371944 858956 2.61 456192 22509708 2114576 6.23 4258036 19458080 16 02:31:41 01:51:01 7568940 31374560 856460 2.61 456208 22509708 2114576 6.23 4256396 19458080 20 02:31:41 01:52:01 7574004 31379628 851360 2.59 456224 22509712 2114576 6.23 4251188 19458084 60 02:31:41 01:53:01 7572592 31378276 852580 2.59 456264 22509688 2154356 6.35 4251712 19458060 16 02:31:41 01:54:01 7572584 31378284 852504 2.59 456284 22509692 2154356 6.35 4251424 19458060 8 02:31:41 01:55:01 7572504 31378224 852472 2.59 456292 22509696 2154356 6.35 4251420 19458068 8 02:31:41 01:56:01 7572172 31377908 852760 2.59 456300 22509700 2154356 6.35 4251124 19458072 60 02:31:41 01:57:01 7572656 31378400 852420 2.59 456312 22509700 2154356 6.35 4251120 19458072 12 02:31:41 01:58:01 7572796 31378564 852208 2.59 456316 22509704 2154356 6.35 4251132 19458076 68 02:31:41 01:59:01 7573764 31379560 851156 2.59 456332 22509704 2154356 6.35 4250780 19458076 16 02:31:41 02:00:01 7573188 31379000 851656 2.59 456340 22509708 2154356 6.35 4250732 19458080 60 02:31:41 02:01:01 7573132 31378952 851636 2.59 456344 22509712 2154356 6.35 4250684 19458084 4 02:31:41 02:02:01 7573116 31378940 851568 2.59 456364 22509716 2154356 6.35 4250656 19458084 24 02:31:41 02:03:01 7573036 31378892 851536 2.59 456380 22509716 2154356 6.35 4250772 19458092 16 02:31:41 02:04:01 7572704 31378656 851664 2.59 456400 22509720 2154356 6.35 4251072 19458092 16 02:31:41 02:05:01 7572908 31378876 851388 2.59 456408 22509724 2154356 6.35 4250776 19458096 32 02:31:41 02:06:01 7573040 31379032 851216 2.59 456424 22509732 2154356 6.35 4250780 19458108 4 02:31:41 02:07:01 7573024 31379016 851164 2.59 456432 22509732 2154356 6.35 4250844 19458104 28 02:31:41 02:08:01 7572948 31378964 851372 2.59 456448 22509736 2154356 6.35 4250788 19458108 112 02:31:41 02:09:01 7572932 31378960 851352 2.59 456452 22509740 2154356 6.35 4251036 19458112 28 02:31:41 02:10:01 7573160 31379200 851056 2.59 456480 22509740 2154356 6.35 4251156 19458112 8 02:31:41 02:11:01 7572852 31378932 851324 2.59 456500 22509736 2154356 6.35 4250784 19458116 28 02:31:41 02:12:01 7572868 31378972 851236 2.59 456520 22509748 2154356 6.35 4250820 19458120 52 02:31:41 02:13:01 7572584 31378712 851512 2.59 456528 22509748 2154356 6.35 4250884 19458124 28 02:31:41 02:14:01 7572744 31378888 851476 2.59 456540 22509756 2154356 6.35 4250828 19458128 28 02:31:41 02:15:01 7572728 31378892 851456 2.59 456548 22509756 2154356 6.35 4250832 19458128 12 02:31:41 02:16:01 7572932 31379100 851168 2.59 456568 22509760 2154356 6.35 4251200 19458132 28 02:31:41 02:17:01 7573460 31379652 850604 2.59 456576 22509756 2154356 6.35 4251224 19458132 12 02:31:41 02:18:01 7573192 31379408 850828 2.59 456596 22509760 2154356 6.35 4250980 19458136 68 02:31:41 02:19:01 7573060 31379280 851116 2.59 456612 22509768 2154356 6.35 4250924 19458140 16 02:31:41 02:20:01 7573028 31379272 851136 2.59 456616 22509768 2154356 6.35 4251300 19458140 12 02:31:41 02:21:01 7572988 31379240 851092 2.59 456640 22509776 2154356 6.35 4251028 19458144 4 02:31:41 02:22:01 7573192 31379488 850804 2.59 456652 22509784 2154356 6.35 4251008 19458148 40 02:31:41 02:23:01 7572632 31378936 851336 2.59 456668 22509780 2154356 6.35 4251028 19458156 16 02:31:41 02:24:01 7572624 31378948 851268 2.59 456676 22509788 2154356 6.35 4251008 19458160 64 02:31:41 02:25:01 7572316 31378648 851544 2.59 456688 22509788 2154356 6.35 4251072 19458160 8 02:31:41 02:26:01 7572056 31378408 851728 2.59 456704 22509792 2154356 6.35 4251044 19458164 4 02:31:41 02:27:01 7571804 31378176 851912 2.59 456724 22509796 2154356 6.35 4251044 19458168 28 02:31:41 02:28:01 7571716 31378112 851928 2.59 456736 22509796 2154356 6.35 4251128 19458168 4 02:31:41 02:29:01 7571416 31377824 852152 2.59 456748 22509800 2154356 6.35 4251352 19458172 28 02:31:41 02:30:01 7571416 31377848 852068 2.59 456756 22509808 2154356 6.35 4251156 19458180 12 02:31:41 02:31:01 6396588 31326892 901924 2.74 491848 23513892 2250712 6.64 4338380 20455644 627960 02:31:41 Average: 9015888 31258535 972821 2.96 429483 21046419 2531688 7.46 4155586 18184405 90979 02:31:41 02:31:41 01:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:31:41 01:39:01 docker0 700.73 644.18 51.52 3157.03 0.00 0.00 0.00 0.00 02:31:41 01:39:01 vethf6180a3 136.96 147.96 13.19 127.01 0.00 0.00 0.00 0.01 02:31:41 01:39:01 lo 4.00 4.00 0.39 0.39 0.00 0.00 0.00 0.00 02:31:41 01:39:01 ens3 936.72 891.83 10255.78 137.45 0.00 0.00 0.00 0.00 02:31:41 01:40:01 veth8f4fa55 0.13 0.27 0.01 0.03 0.00 0.00 0.00 0.00 02:31:41 01:40:01 docker0 109.76 115.14 8.34 1527.63 0.00 0.00 0.00 0.00 02:31:41 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:40:01 ens3 153.68 134.26 1561.83 25.23 0.00 0.00 0.00 0.00 02:31:41 01:41:01 veth8f4fa55 1.15 1.17 0.10 0.10 0.00 0.00 0.00 0.00 02:31:41 01:41:01 docker0 1.15 1.15 0.09 0.10 0.00 0.00 0.00 0.00 02:31:41 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:41:01 ens3 30.89 21.31 27.95 11.40 0.00 0.00 0.00 0.00 02:31:41 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:42:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 02:31:41 01:42:01 ens3 98.53 63.74 2218.41 18.78 0.00 0.00 0.00 0.00 02:31:41 01:43:01 vethd47120c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth70f9f84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 vetha10eb3d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth50b19ac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth112394e 0.67 3.33 0.06 0.35 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth2ef5a6f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 vethe1195d6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 docker0 641.34 933.23 51.27 8825.12 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth7fd9ecb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth8d6626b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 ens3 1238.21 808.17 12707.30 85.85 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth40c0ecd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 vethed8908e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth09ebd92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth3584860 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth1d25d1d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth2c9fd50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth55fdb11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 vethf47fe8f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 vetheea7cfd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth56950a4 0.02 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:43:01 veth6e1ec21 0.02 0.08 0.00 0.01 0.00 0.00 0.00 0.00 02:31:41 01:44:01 vethd47120c 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth70f9f84 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth50b19ac 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth112394e 0.13 0.68 0.01 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth2ef5a6f 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 docker0 0.68 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth7fd9ecb 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:31:41 01:44:01 ens3 11.11 7.59 9.00 4.97 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth40c0ecd 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth3584860 0.03 0.63 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth2c9fd50 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth55fdb11 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 vethf47fe8f 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth56950a4 0.03 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:44:01 veth6e1ec21 0.03 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:31:41 01:45:01 vethd47120c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth112394e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth2ef5a6f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth7fd9ecb 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 ens3 9.50 6.87 7.57 4.39 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth40c0ecd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth3584860 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth2c9fd50 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth55fdb11 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 vethf47fe8f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth56950a4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:45:01 veth6e1ec21 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:46:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:46:01 lo 9.66 9.66 0.94 0.94 0.00 0.00 0.00 0.00 02:31:41 01:46:01 ens3 115.73 132.59 55.26 366.56 0.00 0.00 0.00 0.00 02:31:41 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:47:01 lo 40.26 40.26 3.94 3.94 0.00 0.00 0.00 0.00 02:31:41 01:47:01 ens3 433.79 421.56 210.05 2317.68 0.00 0.00 0.00 0.00 02:31:41 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:48:01 lo 20.06 20.06 1.95 1.95 0.00 0.00 0.00 0.00 02:31:41 01:48:01 ens3 256.61 255.48 119.40 1315.64 0.00 0.00 0.00 0.00 02:31:41 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:49:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:49:01 ens3 5.23 3.98 2.98 2.86 0.00 0.00 0.00 0.00 02:31:41 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:50:01 ens3 0.78 0.32 0.30 0.21 0.00 0.00 0.00 0.00 02:31:41 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:51:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:31:41 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:53:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:54:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:55:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:56:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:57:01 ens3 0.60 0.00 0.06 0.00 0.00 0.00 0.00 0.00 02:31:41 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 01:58:01 ens3 0.80 0.60 0.49 0.35 0.00 0.00 0.00 0.00 02:31:41 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 01:59:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:00:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 02:31:41 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:02:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:03:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:04:01 ens3 0.90 0.37 0.36 0.21 0.00 0.00 0.00 0.00 02:31:41 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:05:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:06:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:08:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:09:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:10:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 02:31:41 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:11:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:12:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:13:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:14:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:16:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:18:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:19:01 ens3 0.22 0.07 0.12 0.00 0.00 0.00 0.00 0.00 02:31:41 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:20:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:22:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:23:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:24:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:27:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 02:31:41 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:28:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:31:41 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:31:41 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:31:41 02:30:01 ens3 0.27 0.13 0.07 0.01 0.00 0.00 0.00 0.00 02:31:41 02:31:01 docker0 77.95 86.14 6.52 865.61 0.00 0.00 0.00 0.00 02:31:41 02:31:01 lo 2.07 2.07 0.22 0.22 0.00 0.00 0.00 0.00 02:31:41 02:31:01 ens3 330.28 221.38 6719.02 45.47 0.00 0.00 0.00 0.00 02:31:41 Average: docker0 28.69 33.39 2.21 270.31 0.00 0.00 0.00 0.00 02:31:41 Average: lo 1.57 1.57 0.15 0.15 0.00 0.00 0.00 0.00 02:31:41 Average: ens3 68.18 55.83 636.50 81.82 0.00 0.00 0.00 0.00 02:31:41 02:31:41 02:31:41 ---> sar -P ALL: 02:31:41 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4700) 07/08/25 _x86_64_ (8 CPU) 02:31:41 02:31:41 01:37:20 LINUX RESTART (8 CPU) 02:31:41 02:31:41 01:38:02 CPU %user %nice %system %iowait %steal %idle 02:31:41 01:39:01 all 7.85 0.00 3.18 1.33 0.07 87.58 02:31:41 01:39:01 0 7.34 0.00 3.30 2.72 0.09 86.55 02:31:41 01:39:01 1 6.68 0.00 2.39 0.94 0.05 89.94 02:31:41 01:39:01 2 10.82 0.00 2.25 0.12 0.05 86.76 02:31:41 01:39:01 3 7.68 0.00 2.99 0.57 0.07 88.69 02:31:41 01:39:01 4 8.25 0.00 3.85 0.12 0.07 87.71 02:31:41 01:39:01 5 7.09 0.00 3.95 3.00 0.07 85.89 02:31:41 01:39:01 6 8.15 0.00 3.84 0.48 0.10 87.42 02:31:41 01:39:01 7 6.76 0.00 2.89 2.64 0.05 87.66 02:31:41 01:40:01 all 41.21 0.00 6.76 0.46 0.08 51.48 02:31:41 01:40:01 0 40.65 0.00 7.64 1.16 0.08 50.47 02:31:41 01:40:01 1 42.38 0.00 6.84 0.18 0.08 50.50 02:31:41 01:40:01 2 40.99 0.00 7.01 0.03 0.08 51.88 02:31:41 01:40:01 3 39.60 0.00 5.84 0.03 0.08 54.43 02:31:41 01:40:01 4 43.13 0.00 7.45 0.34 0.08 49.00 02:31:41 01:40:01 5 39.71 0.00 6.52 0.57 0.08 53.12 02:31:41 01:40:01 6 41.51 0.00 6.47 1.37 0.08 50.57 02:31:41 01:40:01 7 41.75 0.00 6.28 0.03 0.08 51.85 02:31:41 01:41:01 all 55.21 0.00 6.44 0.18 0.08 38.10 02:31:41 01:41:01 0 54.84 0.00 6.35 0.02 0.08 38.71 02:31:41 01:41:01 1 55.82 0.00 7.11 0.00 0.08 36.99 02:31:41 01:41:01 2 56.84 0.00 7.10 0.00 0.08 35.98 02:31:41 01:41:01 3 54.60 0.00 6.37 0.00 0.07 38.96 02:31:41 01:41:01 4 54.35 0.00 6.76 0.10 0.07 38.72 02:31:41 01:41:01 5 53.21 0.00 5.82 0.00 0.07 40.90 02:31:41 01:41:01 6 57.12 0.00 5.68 0.02 0.08 37.10 02:31:41 01:41:01 7 54.93 0.00 6.35 1.27 0.07 37.38 02:31:41 01:42:01 all 38.65 0.00 7.70 0.42 0.08 53.15 02:31:41 01:42:01 0 40.26 0.00 8.13 2.35 0.08 49.18 02:31:41 01:42:01 1 36.43 0.00 7.89 0.02 0.08 55.58 02:31:41 01:42:01 2 39.00 0.00 8.26 0.12 0.08 52.54 02:31:41 01:42:01 3 38.93 0.00 7.42 0.02 0.08 53.56 02:31:41 01:42:01 4 37.80 0.00 7.34 0.19 0.08 54.59 02:31:41 01:42:01 5 37.11 0.00 7.20 0.02 0.08 55.58 02:31:41 01:42:01 6 39.45 0.00 7.78 0.02 0.07 52.69 02:31:41 01:42:01 7 40.25 0.00 7.54 0.64 0.08 51.48 02:31:41 01:43:01 all 24.99 0.00 12.99 10.37 0.10 51.55 02:31:41 01:43:01 0 23.73 0.00 13.46 12.39 0.10 50.32 02:31:41 01:43:01 1 23.65 0.00 12.90 5.95 0.08 57.42 02:31:41 01:43:01 2 24.71 0.00 13.06 9.33 0.10 52.80 02:31:41 01:43:01 3 25.82 0.00 11.93 6.59 0.08 55.57 02:31:41 01:43:01 4 26.39 0.00 13.75 8.79 0.08 50.99 02:31:41 01:43:01 5 25.79 0.00 12.60 13.85 0.10 47.66 02:31:41 01:43:01 6 24.71 0.00 13.59 7.24 0.10 54.35 02:31:41 01:43:01 7 25.10 0.00 12.68 18.93 0.10 43.18 02:31:41 01:44:01 all 87.40 0.00 11.40 0.67 0.12 0.41 02:31:41 01:44:01 0 88.76 0.00 9.89 0.74 0.12 0.50 02:31:41 01:44:01 1 87.42 0.00 11.35 0.67 0.12 0.45 02:31:41 01:44:01 2 86.68 0.00 12.29 0.55 0.12 0.37 02:31:41 01:44:01 3 87.41 0.00 11.42 0.68 0.12 0.37 02:31:41 01:44:01 4 87.80 0.00 11.01 0.65 0.12 0.42 02:31:41 01:44:01 5 87.98 0.00 10.90 0.55 0.12 0.45 02:31:41 01:44:01 6 87.27 0.00 11.49 0.65 0.12 0.47 02:31:41 01:44:01 7 85.89 0.00 12.86 0.87 0.12 0.27 02:31:41 01:45:01 all 90.31 0.00 9.58 0.00 0.11 0.00 02:31:41 01:45:01 0 90.95 0.00 8.93 0.00 0.12 0.00 02:31:41 01:45:01 1 89.55 0.00 10.33 0.00 0.12 0.00 02:31:41 01:45:01 2 90.18 0.00 9.72 0.00 0.10 0.00 02:31:41 01:45:01 3 89.92 0.00 9.98 0.00 0.10 0.00 02:31:41 01:45:01 4 90.77 0.00 9.11 0.00 0.12 0.00 02:31:41 01:45:01 5 90.50 0.00 9.40 0.00 0.10 0.00 02:31:41 01:45:01 6 91.23 0.00 8.63 0.00 0.13 0.00 02:31:41 01:45:01 7 89.35 0.00 10.51 0.00 0.13 0.00 02:31:41 01:46:01 all 66.23 0.00 8.95 0.83 0.10 23.88 02:31:41 01:46:01 0 67.22 0.00 8.33 1.27 0.10 23.08 02:31:41 01:46:01 1 64.60 0.00 9.76 0.52 0.08 25.04 02:31:41 01:46:01 2 66.65 0.00 9.51 1.00 0.08 22.75 02:31:41 01:46:01 3 66.92 0.00 9.53 0.93 0.12 22.50 02:31:41 01:46:01 4 65.80 0.00 8.49 0.74 0.10 24.88 02:31:41 01:46:01 5 65.90 0.00 8.90 0.67 0.12 24.41 02:31:41 01:46:01 6 67.18 0.00 7.91 0.60 0.10 24.21 02:31:41 01:46:01 7 65.58 0.00 9.19 0.90 0.12 24.21 02:31:41 01:47:01 all 10.37 0.00 1.00 0.10 0.06 88.46 02:31:41 01:47:01 0 10.01 0.00 1.15 0.05 0.05 88.74 02:31:41 01:47:01 1 6.00 0.00 1.04 0.02 0.07 92.89 02:31:41 01:47:01 2 15.18 0.00 1.31 0.03 0.07 83.42 02:31:41 01:47:01 3 13.04 0.00 0.90 0.03 0.08 85.94 02:31:41 01:47:01 4 10.84 0.00 0.86 0.03 0.07 88.20 02:31:41 01:47:01 5 7.14 0.00 0.92 0.50 0.05 91.39 02:31:41 01:47:01 6 8.88 0.00 0.83 0.02 0.07 90.20 02:31:41 01:47:01 7 11.88 0.00 1.00 0.15 0.07 86.90 02:31:41 01:48:01 all 6.44 0.00 0.65 0.06 0.05 92.80 02:31:41 01:48:01 0 8.56 0.00 0.77 0.02 0.05 90.61 02:31:41 01:48:01 1 0.85 0.00 0.57 0.00 0.05 98.53 02:31:41 01:48:01 2 11.64 0.00 0.80 0.28 0.05 87.23 02:31:41 01:48:01 3 4.77 0.00 0.71 0.00 0.03 94.48 02:31:41 01:48:01 4 7.48 0.00 0.62 0.03 0.07 91.81 02:31:41 01:48:01 5 7.98 0.00 0.60 0.05 0.07 91.30 02:31:41 01:48:01 6 8.35 0.00 0.57 0.12 0.05 90.92 02:31:41 01:48:01 7 1.87 0.00 0.55 0.02 0.03 97.53 02:31:41 01:49:01 all 0.13 0.00 0.03 0.00 0.02 99.82 02:31:41 01:49:01 0 0.07 0.00 0.03 0.00 0.03 99.87 02:31:41 01:49:01 1 0.20 0.00 0.05 0.00 0.02 99.73 02:31:41 01:49:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:31:41 01:49:01 3 0.08 0.00 0.00 0.00 0.02 99.90 02:31:41 01:49:01 4 0.18 0.00 0.03 0.02 0.00 99.77 02:31:41 01:49:01 5 0.33 0.00 0.02 0.00 0.03 99.62 02:31:41 01:49:01 6 0.07 0.00 0.02 0.02 0.02 99.88 02:31:41 01:49:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:31:41 01:49:01 CPU %user %nice %system %iowait %steal %idle 02:31:41 01:50:01 all 0.04 0.00 0.02 0.01 0.01 99.93 02:31:41 01:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:50:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:50:01 2 0.05 0.00 0.05 0.03 0.02 99.85 02:31:41 01:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:50:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 01:50:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 01:50:01 7 0.07 0.00 0.02 0.02 0.02 99.88 02:31:41 01:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:31:41 01:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:51:01 2 0.05 0.00 0.02 0.02 0.02 99.90 02:31:41 01:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 01:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 01:51:01 5 0.03 0.00 0.05 0.00 0.03 99.88 02:31:41 01:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 01:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:52:01 all 0.04 0.00 0.01 0.00 0.01 99.93 02:31:41 01:52:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 01:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:31:41 01:52:01 2 0.05 0.00 0.02 0.02 0.00 99.92 02:31:41 01:52:01 3 0.02 0.00 0.03 0.02 0.02 99.92 02:31:41 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 01:52:01 5 0.05 0.00 0.00 0.00 0.03 99.92 02:31:41 01:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 01:52:01 7 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 01:53:01 all 0.15 0.00 0.04 0.01 0.01 99.79 02:31:41 01:53:01 0 0.03 0.00 0.08 0.00 0.02 99.87 02:31:41 01:53:01 1 0.03 0.00 0.05 0.00 0.02 99.90 02:31:41 01:53:01 2 0.00 0.00 0.03 0.02 0.02 99.93 02:31:41 01:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:31:41 01:53:01 4 1.01 0.00 0.03 0.00 0.02 98.94 02:31:41 01:53:01 5 0.03 0.00 0.03 0.00 0.03 99.90 02:31:41 01:53:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:31:41 01:53:01 7 0.03 0.00 0.03 0.03 0.02 99.88 02:31:41 01:54:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:31:41 01:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 02:31:41 01:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 01:54:01 4 0.08 0.00 0.00 0.00 0.03 99.88 02:31:41 01:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:31:41 01:54:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 01:54:01 7 0.07 0.00 0.03 0.00 0.03 99.87 02:31:41 01:55:01 all 0.12 0.00 0.01 0.00 0.02 99.85 02:31:41 01:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 01:55:01 1 0.02 0.00 0.02 0.00 0.03 99.93 02:31:41 01:55:01 2 0.02 0.00 0.02 0.02 0.02 99.93 02:31:41 01:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 01:55:01 4 0.86 0.00 0.03 0.00 0.03 99.07 02:31:41 01:55:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 01:55:01 7 0.02 0.00 0.03 0.02 0.03 99.90 02:31:41 01:56:01 all 0.08 0.00 0.01 0.00 0.01 99.90 02:31:41 01:56:01 0 0.08 0.00 0.03 0.00 0.02 99.87 02:31:41 01:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 01:56:01 2 0.07 0.00 0.00 0.02 0.00 99.92 02:31:41 01:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 01:56:01 4 0.35 0.00 0.02 0.00 0.02 99.62 02:31:41 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 01:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:56:01 7 0.03 0.00 0.00 0.02 0.03 99.92 02:31:41 01:57:01 all 0.16 0.00 0.01 0.00 0.01 99.81 02:31:41 01:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 01:57:01 2 0.00 0.00 0.00 0.02 0.00 99.98 02:31:41 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 01:57:01 4 1.11 0.00 0.03 0.00 0.03 98.82 02:31:41 01:57:01 5 0.10 0.00 0.00 0.00 0.02 99.88 02:31:41 01:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 01:57:01 7 0.03 0.00 0.02 0.02 0.03 99.90 02:31:41 01:58:01 all 0.15 0.00 0.02 0.00 0.02 99.81 02:31:41 01:58:01 0 0.08 0.00 0.00 0.00 0.02 99.90 02:31:41 01:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 01:58:01 2 0.03 0.00 0.02 0.02 0.02 99.92 02:31:41 01:58:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 01:58:01 4 0.90 0.00 0.05 0.00 0.02 99.04 02:31:41 01:58:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 01:58:01 6 0.07 0.00 0.02 0.00 0.00 99.92 02:31:41 01:58:01 7 0.03 0.00 0.03 0.02 0.03 99.88 02:31:41 01:59:01 all 0.13 0.00 0.02 0.00 0.01 99.84 02:31:41 01:59:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:31:41 01:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 01:59:01 2 0.00 0.00 0.02 0.02 0.00 99.97 02:31:41 01:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 01:59:01 4 0.89 0.00 0.00 0.00 0.02 99.09 02:31:41 01:59:01 5 0.07 0.00 0.03 0.02 0.00 99.88 02:31:41 01:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 01:59:01 7 0.03 0.00 0.02 0.00 0.03 99.92 02:31:41 02:00:01 all 0.04 0.00 0.01 0.00 0.02 99.92 02:31:41 02:00:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 02:00:01 1 0.05 0.00 0.02 0.00 0.03 99.90 02:31:41 02:00:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:31:41 02:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:00:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 02:00:01 5 0.02 0.00 0.02 0.02 0.03 99.92 02:31:41 02:00:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:31:41 02:00:01 7 0.08 0.00 0.03 0.00 0.03 99.85 02:31:41 02:31:41 02:00:01 CPU %user %nice %system %iowait %steal %idle 02:31:41 02:01:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:31:41 02:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:01:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:01:01 2 0.05 0.00 0.07 0.00 0.00 99.88 02:31:41 02:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:31:41 02:01:01 5 0.03 0.00 0.03 0.02 0.02 99.90 02:31:41 02:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:01:01 7 0.03 0.00 0.00 0.00 0.03 99.93 02:31:41 02:02:01 all 0.03 0.00 0.01 0.00 0.02 99.94 02:31:41 02:02:01 0 0.02 0.00 0.02 0.00 0.03 99.93 02:31:41 02:02:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:02:01 2 0.03 0.00 0.02 0.02 0.03 99.90 02:31:41 02:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:02:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:02:01 5 0.12 0.00 0.00 0.00 0.02 99.87 02:31:41 02:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:02:01 7 0.05 0.00 0.00 0.00 0.03 99.92 02:31:41 02:03:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:31:41 02:03:01 0 0.03 0.00 0.02 0.02 0.03 99.90 02:31:41 02:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:03:01 2 0.02 0.00 0.00 0.02 0.00 99.97 02:31:41 02:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:03:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:03:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:04:01 all 0.03 0.00 0.01 0.01 0.02 99.94 02:31:41 02:04:01 0 0.05 0.00 0.05 0.02 0.03 99.85 02:31:41 02:04:01 1 0.05 0.00 0.00 0.00 0.03 99.92 02:31:41 02:04:01 2 0.00 0.00 0.02 0.03 0.02 99.93 02:31:41 02:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:04:01 4 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:04:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:04:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:31:41 02:04:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:05:01 all 0.15 0.00 0.01 0.00 0.02 99.82 02:31:41 02:05:01 0 0.05 0.00 0.02 0.02 0.05 99.87 02:31:41 02:05:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:05:01 2 0.02 0.00 0.02 0.02 0.02 99.93 02:31:41 02:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:05:01 4 1.06 0.00 0.00 0.00 0.00 98.94 02:31:41 02:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:06:01 all 0.07 0.00 0.01 0.00 0.01 99.90 02:31:41 02:06:01 0 0.07 0.00 0.03 0.00 0.05 99.85 02:31:41 02:06:01 1 0.07 0.00 0.05 0.00 0.03 99.85 02:31:41 02:06:01 2 0.05 0.00 0.02 0.02 0.00 99.92 02:31:41 02:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:06:01 4 0.32 0.00 0.00 0.00 0.02 99.67 02:31:41 02:06:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:07:01 all 0.01 0.00 0.01 0.00 0.02 99.96 02:31:41 02:07:01 0 0.03 0.00 0.03 0.02 0.03 99.88 02:31:41 02:07:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:31:41 02:07:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:31:41 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:07:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:07:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:31:41 02:08:01 0 0.07 0.00 0.00 0.02 0.03 99.88 02:31:41 02:08:01 1 0.05 0.00 0.02 0.00 0.03 99.90 02:31:41 02:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 02:31:41 02:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:08:01 5 0.05 0.00 0.05 0.00 0.02 99.88 02:31:41 02:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:08:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 02:09:01 all 0.04 0.00 0.01 0.00 0.02 99.92 02:31:41 02:09:01 0 0.03 0.00 0.03 0.02 0.05 99.87 02:31:41 02:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:31:41 02:09:01 2 0.00 0.00 0.02 0.02 0.02 99.95 02:31:41 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:09:01 4 0.22 0.00 0.00 0.00 0.02 99.77 02:31:41 02:09:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:10:01 all 0.27 0.00 0.01 0.00 0.02 99.70 02:31:41 02:10:01 0 0.03 0.00 0.05 0.02 0.05 99.85 02:31:41 02:10:01 1 0.03 0.00 0.03 0.00 0.03 99.90 02:31:41 02:10:01 2 0.03 0.00 0.00 0.02 0.00 99.95 02:31:41 02:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:10:01 4 1.92 0.00 0.00 0.00 0.02 98.06 02:31:41 02:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 02:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:31:41 02:10:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 02:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:31:41 02:11:01 0 0.05 0.00 0.03 0.00 0.03 99.88 02:31:41 02:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:11:01 2 0.00 0.00 0.02 0.02 0.00 99.97 02:31:41 02:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:11:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:31:41 02:11:01 CPU %user %nice %system %iowait %steal %idle 02:31:41 02:12:01 all 0.04 0.00 0.02 0.00 0.01 99.93 02:31:41 02:12:01 0 0.05 0.00 0.05 0.02 0.05 99.83 02:31:41 02:12:01 1 0.03 0.00 0.03 0.00 0.03 99.90 02:31:41 02:12:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:31:41 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:12:01 4 0.08 0.00 0.00 0.00 0.02 99.90 02:31:41 02:12:01 5 0.08 0.00 0.07 0.00 0.00 99.85 02:31:41 02:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:13:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:31:41 02:13:01 0 0.07 0.00 0.05 0.02 0.03 99.83 02:31:41 02:13:01 1 0.05 0.00 0.07 0.00 0.02 99.87 02:31:41 02:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:31:41 02:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:31:41 02:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:31:41 02:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:14:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:31:41 02:14:01 0 0.05 0.00 0.03 0.03 0.03 99.85 02:31:41 02:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:14:01 2 0.07 0.00 0.00 0.02 0.02 99.90 02:31:41 02:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:14:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:14:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:14:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:15:01 all 0.21 0.00 0.02 0.00 0.01 99.75 02:31:41 02:15:01 0 0.05 0.00 0.05 0.02 0.05 99.83 02:31:41 02:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:31:41 02:15:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:15:01 4 1.53 0.00 0.02 0.00 0.00 98.45 02:31:41 02:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:16:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:31:41 02:16:01 0 0.05 0.00 0.00 0.02 0.03 99.90 02:31:41 02:16:01 1 0.00 0.00 0.03 0.00 0.02 99.95 02:31:41 02:16:01 2 0.02 0.00 0.03 0.02 0.02 99.92 02:31:41 02:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:16:01 5 0.08 0.00 0.03 0.00 0.02 99.87 02:31:41 02:16:01 6 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:31:41 02:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 02:31:41 02:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:17:01 2 0.03 0.00 0.02 0.02 0.00 99.93 02:31:41 02:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:17:01 4 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 02:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:18:01 all 0.16 0.00 0.02 0.00 0.01 99.81 02:31:41 02:18:01 0 0.07 0.00 0.03 0.02 0.05 99.83 02:31:41 02:18:01 1 0.00 0.00 0.03 0.00 0.02 99.95 02:31:41 02:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:18:01 4 1.04 0.00 0.02 0.00 0.00 98.94 02:31:41 02:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:31:41 02:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 02:19:01 all 0.26 0.00 0.01 0.00 0.01 99.71 02:31:41 02:19:01 0 0.03 0.00 0.02 0.02 0.05 99.88 02:31:41 02:19:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:31:41 02:19:01 2 0.03 0.00 0.02 0.02 0.00 99.93 02:31:41 02:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:31:41 02:19:01 4 1.92 0.00 0.00 0.00 0.00 98.08 02:31:41 02:19:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:19:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:20:01 all 0.25 0.00 0.02 0.00 0.01 99.72 02:31:41 02:20:01 0 0.03 0.00 0.10 0.00 0.02 99.85 02:31:41 02:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:20:01 2 0.08 0.00 0.02 0.02 0.02 99.87 02:31:41 02:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:20:01 4 1.76 0.00 0.00 0.00 0.02 98.22 02:31:41 02:20:01 5 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:21:01 all 0.07 0.00 0.01 0.00 0.01 99.91 02:31:41 02:21:01 0 0.02 0.00 0.00 0.02 0.02 99.95 02:31:41 02:21:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:31:41 02:21:01 3 0.03 0.00 0.02 0.00 0.03 99.92 02:31:41 02:21:01 4 0.40 0.00 0.02 0.00 0.00 99.58 02:31:41 02:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:22:01 all 0.04 0.00 0.02 0.00 0.01 99.92 02:31:41 02:22:01 0 0.05 0.00 0.03 0.02 0.03 99.87 02:31:41 02:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:22:01 2 0.03 0.00 0.02 0.02 0.02 99.92 02:31:41 02:22:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:22:01 4 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 02:22:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:22:01 6 0.12 0.00 0.00 0.00 0.00 99.88 02:31:41 02:22:01 7 0.07 0.00 0.00 0.00 0.00 99.93 02:31:41 02:31:41 02:22:01 CPU %user %nice %system %iowait %steal %idle 02:31:41 02:23:01 all 0.11 0.00 0.01 0.01 0.01 99.86 02:31:41 02:23:01 0 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:23:01 1 0.00 0.00 0.05 0.00 0.02 99.93 02:31:41 02:23:01 2 0.02 0.00 0.02 0.03 0.00 99.93 02:31:41 02:23:01 3 0.08 0.00 0.02 0.02 0.03 99.85 02:31:41 02:23:01 4 0.68 0.00 0.02 0.00 0.00 99.30 02:31:41 02:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:31:41 02:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:24:01 all 0.15 0.00 0.01 0.00 0.01 99.82 02:31:41 02:24:01 0 0.10 0.00 0.03 0.00 0.02 99.85 02:31:41 02:24:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 02:24:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:31:41 02:24:01 3 0.03 0.00 0.03 0.00 0.03 99.90 02:31:41 02:24:01 4 0.91 0.00 0.00 0.00 0.00 99.09 02:31:41 02:24:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:31:41 02:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:24:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 02:25:01 all 0.01 0.00 0.02 0.00 0.01 99.95 02:31:41 02:25:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:31:41 02:25:01 2 0.02 0.00 0.03 0.02 0.02 99.92 02:31:41 02:25:01 3 0.03 0.00 0.00 0.00 0.03 99.93 02:31:41 02:25:01 4 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 02:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:31:41 02:25:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 02:26:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:31:41 02:26:01 0 0.07 0.00 0.02 0.00 0.03 99.88 02:31:41 02:26:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:31:41 02:26:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 02:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:26:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:31:41 02:26:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:31:41 02:27:01 all 0.02 0.00 0.01 0.02 0.01 99.95 02:31:41 02:27:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:27:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:31:41 02:27:01 2 0.02 0.00 0.02 0.03 0.02 99.92 02:31:41 02:27:01 3 0.00 0.00 0.02 0.00 0.03 99.95 02:31:41 02:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:27:01 5 0.02 0.00 0.00 0.10 0.00 99.88 02:31:41 02:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:31:41 02:28:01 all 0.04 0.00 0.01 0.00 0.01 99.93 02:31:41 02:28:01 0 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:28:01 2 0.07 0.00 0.03 0.02 0.00 99.88 02:31:41 02:28:01 3 0.03 0.00 0.03 0.00 0.03 99.90 02:31:41 02:28:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:31:41 02:28:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:31:41 02:28:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:31:41 02:28:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:31:41 02:29:01 all 0.01 0.00 0.02 0.00 0.01 99.95 02:31:41 02:29:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:29:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:31:41 02:29:01 3 0.05 0.00 0.03 0.00 0.03 99.88 02:31:41 02:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:31:41 02:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:29:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:31:41 02:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:31:41 02:30:01 0 0.05 0.00 0.00 0.00 0.02 99.93 02:31:41 02:30:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:31:41 02:30:01 2 0.03 0.00 0.02 0.02 0.00 99.93 02:31:41 02:30:01 3 0.02 0.00 0.02 0.00 0.03 99.93 02:31:41 02:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:31:41 02:30:01 5 0.05 0.00 0.00 0.00 0.00 99.95 02:31:41 02:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:31:41 02:30:01 7 0.03 0.00 0.00 0.00 0.02 99.95 02:31:41 02:31:01 all 7.91 0.00 2.95 0.31 0.07 88.76 02:31:41 02:31:01 0 8.19 0.00 3.92 1.76 0.07 86.07 02:31:41 02:31:01 1 8.25 0.00 2.76 0.03 0.08 88.87 02:31:41 02:31:01 2 10.36 0.00 3.33 0.37 0.07 85.87 02:31:41 02:31:01 3 6.58 0.00 2.98 0.05 0.05 90.34 02:31:41 02:31:01 4 8.87 0.00 2.44 0.03 0.05 88.60 02:31:41 02:31:01 5 7.44 0.00 3.21 0.05 0.07 89.23 02:31:41 02:31:01 6 7.65 0.00 2.67 0.18 0.07 89.44 02:31:41 02:31:01 7 5.95 0.00 2.34 0.02 0.07 91.62 02:31:41 Average: all 8.28 0.00 1.35 0.28 0.03 90.06 02:31:41 Average: 0 8.33 0.00 1.37 0.42 0.04 89.84 02:31:41 Average: 1 7.96 0.00 1.39 0.16 0.03 90.46 02:31:41 Average: 2 8.54 0.00 1.41 0.23 0.02 89.79 02:31:41 Average: 3 8.20 0.00 1.32 0.17 0.03 90.28 02:31:41 Average: 4 8.63 0.00 1.35 0.20 0.03 89.78 02:31:41 Average: 5 8.13 0.00 1.33 0.36 0.03 90.16 02:31:41 Average: 6 8.32 0.00 1.30 0.20 0.02 90.16 02:31:41 Average: 7 8.09 0.00 1.36 0.47 0.03 90.05 02:31:41 02:31:41 02:31:41